/*************************************************************************************************

Table of Contents
---------------------------------------

1. Fonts: @font-face.
2. Common: tag overrides (h1, p, article...)
3. Utility: reusable classes (.rounded, .hidden, etc...)
4. Overall: styles affecting overall layout/sitewide style
5. Bootstrap Overrides: yep.
6. Video
7. Header
8. Hidden Header Settings: font sizer, etc..
9. Supertables
10. Social Sharing Buttons
11. Password Indicator
12. Etc: random stuff ...
13. Footer
14. Fontawesome
15. Added Responsive Styles

************************************************************************************************/


/*
** ==============================================================================================
**  $FONTS
** ============================================================================================== 
*/

@font-face {
    font-family: 'Open Sans';
    src: url('../_fonts/opensans-bold-webfont.eot');
    src: url('../_fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/opensans-bold-webfont.woff') format('woff'),
         url('../_fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../_fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../_fonts/opensans-bolditalic-webfont.eot');
    src: url('../_fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/opensans-bolditalic-webfont.woff') format('woff'),
         url('../_fonts/opensans-bolditalic-webfont.ttf') format('truetype'),
         url('../_fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../_fonts/opensans-extrabold-webfont.eot');
    src: url('../_fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/opensans-extrabold-webfont.woff') format('woff'),
         url('../_fonts/opensans-extrabold-webfont.ttf') format('truetype'),
         url('../_fonts/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../_fonts/opensans-extrabolditalic-webfont.eot');
    src: url('../_fonts/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/opensans-extrabolditalic-webfont.woff') format('woff'),
         url('../_fonts/opensans-extrabolditalic-webfont.ttf') format('truetype'),
         url('../_fonts/opensans-extrabolditalic-webfont.svg#open_sansextrabold_italic') format('svg');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans'
;    src: url('../_fonts/opensans-semibold-webfont.eot');
    src: url('../_fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../_fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../_fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../_fonts/opensans-semibolditalic-webfont.eot');
    src: url('../_fonts/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/opensans-semibolditalic-webfont.woff') format('woff'),
         url('../_fonts/opensans-semibolditalic-webfont.ttf') format('truetype'),
         url('../_fonts/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic') format('svg');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../_fonts/opensans-regular-webfont.eot');
    src: url('../_fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/opensans-regular-webfont.woff') format('woff'),
         url('../_fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../_fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('../_fonts/opensans-italic-webfont.eot');
    src: url('../_fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/opensans-italic-webfont.woff') format('woff'),
         url('../_fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('../_fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../_fonts/opensans-light-webfont.eot');
    src: url('../_fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/opensans-light-webfont.woff') format('woff'),
         url('../_fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../_fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../_fonts/opensans-lightitalic-webfont.eot');
    src: url('../_fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/opensans-lightitalic-webfont.woff') format('woff'),
         url('../_fonts/opensans-lightitalic-webfont.ttf') format('truetype'),
         url('../_fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: 900;
    font-style: italic;
}

/* for chrome rendering bug */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
  font-family: 'Open Sans';
  src: url('../_fonts/opensans-webfont.svg#open_sans-regular') format('svg');
  }
}

@font-face {
    font-family: 'monaco';
    src: url('../_fonts/monaco-webfont.eot');
    src: url('../_fonts/monaco-webfont.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/monaco-webfont.woff') format('woff'),
    url('../_fonts/monaco-webfont.ttf') format('truetype'),
    url('../_fonts/monaco-webfont.svg#monacoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* for chrome rendering bug */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
  font-family: 'monaco';
  src: url('../_fonts/monaco-webfont.svg#monacoregular') format('svg');
  }
}
@font-face {
    font-family: 'hicicons';
    src: url('../_fonts/hic.eot');
    src: url('../_fonts/hic.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/hic.woff') format('woff'),
    url('../_fonts/hic.ttf') format('truetype'),
    url('../_fonts/hic.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* for chrome rendering bug */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
  font-family: 'hicicons';
  src: url('../_fonts/hic.svg#ModernPictogramsNormal') format('svg');
  }
}



/*
** ==============================================================================================
**  $COMMON
** ============================================================================================== 
*/

body {
    font-size: 87.5%;
    font-family: 'Open Sans', sans-serif;
    background: #b2cedc;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
h1 {
    margin-bottom: .25em;
}
section {
    overflow: auto;
}
address {
  margin-bottom: 0;
}



/*
** ==============================================================================================
**  $UTILITY
** ============================================================================================== 
*/

.monaco {
  font-family: 'monaco', monospace;
}
.no-top-margin {
  margin-top: 0 !important;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.extra-space {
    margin: 20px 0;
}
.rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; 
}
.full {
    width: 100%;
}
.visually-hidden {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; width: 1px; 
    margin: -1px; padding: 0; border: 0; 
}
.padded {
    padding: 10px;
}
.bottom-margin {
    margin-bottom: 10px;
}
.white {
    background: #fff;
}
.white-bg {
  background-color: rgba(255,255,255,.87);
}
.gray-bg {
  background-color: rgba(0,0,0,.1);
}


/* horizontal list */
.horizontal > li {
    float: left; 
}
.horizontal.right {
    float: right;
}
.horizontal.right li{
    text-align: right;
}

.horizontal.right li.last {
    margin-right: 0;
}




/*
** ==============================================================================================
**  $OVERALL
** ============================================================================================== 
*/

.site-wrapper {
  max-width: 1080px;
  margin: 0 auto;
}
.main a, .main a:link, .main a:visited {
  color: #;
  text-decoration: underline;
}
.main a:hover {
  text-decoration: none;
}
#main, #main li, footer address {
    line-height: 1.429em;
}
.main h1 {
    font-size: 1.8em;
}
.main h2, .main h3 {
    font-size: 1.4em;
}
.site-header {
    background-image: none;
    margin: 0;
    padding: 0 0 .5em 0;
}
.site-header h1 {
    color: #000000;
    font-size: 1.8em;
}
.site-header h2 {
    font-size: 1.3em;
    color: #333333; 
    padding: 0;
    margin: 0;
    line-height: 1;
}

.row-fluid div {
    margin-bottom: 10px;
}

.space-right li {
    margin-right: 10px;
}

@media (min-width: 481px) {

    .site-header h1 {
        font-size: 3em;
    }
    .site-header h2 {
        font-size: 1.5em;
    }  
    .padded {
        padding: 10px 20px;
    }
    .statewide-header ul li.right {
        margin-right: 25px;
    }
    .statewide-header ul li.connected {
        margin-right: 0;
    }
    .text-center {
        overflow: visible;
    }

}
@media (min-width: 601px) {

    .main h1 {
        font-size: 2.5em;
    }
    .main h2, .main h3 {
        font-size: 2em;
    }

}

@media (max-width: 767px) {

    body {
        padding-right: 0;
        padding-left: 0; 
    }

    .statewide-header ul li.right {
        margin-right: 0;
    }

    .container-fluid {
        padding: 0 10px; 
    } 

    .text-right, .text-center {
        text-align: left;
    }

    .horizontal.right {
        float: left;
    }
    footer .poweredby {
        float: left;
    }

}

@media (min-width: 980px){

    /* fixes for nav when js off */
    .no-js .nav ul {
        display: block;
        position: absolute;
        left: -9999px;
    }
    .no-js .nav li:hover > ul, .no-js .nav li:focus > ul {
        left:0;
        margin-top: -3px;               
    }
}


/*
** ==============================================================================================
**  $BOOTSTRAP OVERRIDES
** ============================================================================================== 
*/

a.btn {
    text-decoration: none !important;
}
a.btn-primary, a.btn-success {
    color: #ffffff !important;
}
.navbar.affix {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.affix .navbar-inner {
    border-radius: 0 !important;
}
.navbar {
  margin-bottom: 15px;
}
.navbar-inner {
  border: 0px;
}
.navbar .nav > li > a {
  text-shadow: none;
}
.navbar .nav > li > a:hover {
  /*background: #333333;*/
}
.navbar .brand {
  font-size: 1.1em;
}
.carousel-caption {
  text-align: center;
}
.accordion-toggle {
  text-decoration: none !important;
}
.accordion-heading .active {
 background: ;
}
.accordion-heading:hover {
 background: #eeeeee;
}
.accordion-toggle:hover {
  text-decoration: underline !important;
}
.accordion-inner {
  background: ;
}
a.btn {
  text-decoration: none !important;
}
a.btn-danger, a.btn-info, a.btn-inverse, a.btn-primary, a.btn-success, a.btn-warning {
  color: #ffffff !important;
}
a.tip {
    color: #000000;
}
a:hover.tip {
    color: #666666;
}
.pager a {
  text-decoration: none;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* not sure but had to add 2px to margin-top*/
.navbar .nav>li>a {
  padding: 12px 15px 10px;
}
.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 100%;
}


/* small bootstrap mobile menu tweaks */
@media (max-width:768px){
    .nav-collapse .nav {
        margin-top: 10px
    }
    .no-js .dropdown-menu {
        display: block
    }
}

@media (max-width:500px){

    .super-pagination {
        padding-top: 25px !important;
        float: left;
        clear: both;
    } 

    .super-pagination .previous {
        margin-left: 0;
    }

}





/* ============================================================
 * bootstrapSwitch v1.3 by Larentis Mattia @spiritualGuru
 * http://www.larentis.eu/switch/
 * ============================================================
 * Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * ============================================================ */
.has-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  min-width: 100px;
}
.has-switch.switch-mini {
  min-width: 72px;
}
.has-switch.switch-small {
  min-width: 80px;
}
.has-switch.switch-large {
  min-width: 120px;
}
.has-switch.deactivate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
  cursor: default !important;
}
.has-switch > div {
  display: inline-block;
  width: 150%;
  position: relative;
  top: 0;
}
.has-switch > div.switch-animate {
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.has-switch > div.switch-off {
  left: -50%;
}
.has-switch > div.switch-on {
  left: 0%;
}
.has-switch input[type=checkbox] {
  display: none;
}
.has-switch span,
.has-switch label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.has-switch span.switch-mini,
.has-switch label.switch-mini {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.has-switch span.switch-small,
.has-switch label.switch-small {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.has-switch span.switch-large,
.has-switch label.switch-large {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.has-switch label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 34%;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  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);
}
.has-switch label:hover,
.has-switch label:focus,
.has-switch label:active,
.has-switch label.active,
.has-switch label.disabled,
.has-switch label[disabled] {
  color: #ffffff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.has-switch label:active,
.has-switch label.active {
  background-color: #cccccc \9;
}
.has-switch label i {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  pointer-events: none;
}
.has-switch span {
  text-align: center;
  z-index: 1;
  width: 33%;
}
.has-switch span.switch-left {
  -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;
}
.has-switch span.switch-right {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-right:hover,
.has-switch span.switch-right:focus,
.has-switch span.switch-right:active,
.has-switch span.switch-right.active,
.has-switch span.switch-right.disabled,
.has-switch span.switch-right[disabled] {
  color: #333333;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.has-switch span.switch-right:active,
.has-switch span.switch-right.active {
  background-color: #e6e6e6 \9;
}
.has-switch span.switch-primary,
.has-switch span.switch-left {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #005fcc;
  background-image: -moz-linear-gradient(top, #0044cc, #0088cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0044cc), to(#0088cc));
  background-image: -webkit-linear-gradient(top, #0044cc, #0088cc);
  background-image: -o-linear-gradient(top, #0044cc, #0088cc);
  background-image: linear-gradient(to bottom, #0044cc, #0088cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0044cc', endColorstr='#ff0088cc', GradientType=0);
  border-color: #0088cc #0088cc #005580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0088cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-primary:hover,
.has-switch span.switch-left:hover,
.has-switch span.switch-primary:focus,
.has-switch span.switch-left:focus,
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active,
.has-switch span.switch-primary.disabled,
.has-switch span.switch-left.disabled,
.has-switch span.switch-primary[disabled],
.has-switch span.switch-left[disabled] {
  color: #ffffff;
  background-color: #0088cc;
  *background-color: #0077b3;
}
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active {
  background-color: #006699 \9;
}
.has-switch span.switch-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #41a7c5;
  background-image: -moz-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f96b4), to(#5bc0de));
  background-image: -webkit-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -o-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4', endColorstr='#ff5bc0de', GradientType=0);
  border-color: #5bc0de #5bc0de #28a1c5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5bc0de;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-info:hover,
.has-switch span.switch-info:focus,
.has-switch span.switch-info:active,
.has-switch span.switch-info.active,
.has-switch span.switch-info.disabled,
.has-switch span.switch-info[disabled] {
  color: #ffffff;
  background-color: #5bc0de;
  *background-color: #46b8da;
}
.has-switch span.switch-info:active,
.has-switch span.switch-info.active {
  background-color: #31b0d5 \9;
}
.has-switch span.switch-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #58b058;
  background-image: -moz-linear-gradient(top, #51a351, #62c462);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#62c462));
  background-image: -webkit-linear-gradient(top, #51a351, #62c462);
  background-image: -o-linear-gradient(top, #51a351, #62c462);
  background-image: linear-gradient(to bottom, #51a351, #62c462);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51a351', endColorstr='#ff62c462', GradientType=0);
  border-color: #62c462 #62c462 #3b9e3b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #62c462;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-success:hover,
.has-switch span.switch-success:focus,
.has-switch span.switch-success:active,
.has-switch span.switch-success.active,
.has-switch span.switch-success.disabled,
.has-switch span.switch-success[disabled] {
  color: #ffffff;
  background-color: #62c462;
  *background-color: #4fbd4f;
}
.has-switch span.switch-success:active,
.has-switch span.switch-success.active {
  background-color: #42b142 \9;
}
.has-switch span.switch-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a123;
  background-image: -moz-linear-gradient(top, #f89406, #fbb450);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#fbb450));
  background-image: -webkit-linear-gradient(top, #f89406, #fbb450);
  background-image: -o-linear-gradient(top, #f89406, #fbb450);
  background-image: linear-gradient(to bottom, #f89406, #fbb450);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406', endColorstr='#fffbb450', GradientType=0);
  border-color: #fbb450 #fbb450 #f89406;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fbb450;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-warning:hover,
.has-switch span.switch-warning:focus,
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active,
.has-switch span.switch-warning.disabled,
.has-switch span.switch-warning[disabled] {
  color: #ffffff;
  background-color: #fbb450;
  *background-color: #faa937;
}
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active {
  background-color: #fa9f1e \9;
}
.has-switch span.switch-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d14641;
  background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
  background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffee5f5b', GradientType=0);
  border-color: #ee5f5b #ee5f5b #e51d18;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ee5f5b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-danger:hover,
.has-switch span.switch-danger:focus,
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active,
.has-switch span.switch-danger.disabled,
.has-switch span.switch-danger[disabled] {
  color: #ffffff;
  background-color: #ee5f5b;
  *background-color: #ec4844;
}
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active {
  background-color: #e9322d \9;
}
.has-switch span.switch-default {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.has-switch span.switch-default:hover,
.has-switch span.switch-default:focus,
.has-switch span.switch-default:active,
.has-switch span.switch-default.active,
.has-switch span.switch-default.disabled,
.has-switch span.switch-default[disabled] {
  color: #333333;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.has-switch span.switch-default:active,
.has-switch span.switch-default.active {
  background-color: #e6e6e6 \9;
}

/* patrick adds */
.switch, .has-switch > div.switch-on, .has-switch > div.switch-off {
  margin-bottom: 0 !important;
}




/*
** ==============================================================================================
**  $VIDEO
** ============================================================================================== 
*/

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 4:3 use 67.5% */
    padding-top: 30px; /* 4:3 use 25px and 0 for Vimeo */
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
}


/*
** ==============================================================================================
**  $HEADER
** ============================================================================================== 
*/

.site-header {
    margin: 0; 
    padding: 5px 0 10px;
}
.site-header hgroup {
    margin: 10px;
}
.site-header h1 {
    font-size: 2em;
    margin: 5px 0;
    line-height: 1;
    font-weight: 400;
}
.site-header h2 {
    font-size: 1em;
    font-weight: 400;
}

.site-header img {
    margin-right: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.sliver {
    background: #333;
}

/* STATEWIDE HEADER */
.statewide-header {
    max-width: 1280px;
    min-width: 270px;
    margin: 0 auto;
    color: #dddddd;
    padding: 0 .8em;
}
.statewide-header ul {
    padding: .75em 0;
    font-size: 1em;
}
.statewide-header ul li {
    line-height: 1.6em;
    margin-right: 25px;
}
.statewide-header ul li.right {
    float: right;
    margin-right: 0;
    padding-right: 0;
}
.statewide-header a, .statewide-header a:link, .statewide-header a:visited {
    color: #dcdcdc;
    text-indent: 23px;
    text-decoration: none;
}
.statewide-header a:hover {
    color: #ffffff;
}
.statewide-header {
  max-width: 1080px;
}
.statewide-header a {
  color: #;
}
.statewide-header a:hover {
  color: #;
}

.hawaii-gov {
    font-family: Times, "Times New Roman", serif; /* "Book Antiqua", "Palatino Linotype", Palatino, */
    font-style: italic;
    font-weight: 500;
    font-size: 1.5em;
}
[data-icon]:before {
    font-family: 'hicicons'; 
    content: attr(data-icon);
    speak: none;
    font-size: 1.3em;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
}

.smaller-icon {
    font-size: .9em
}

.lt-ie8 .ie-icon {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
.header-connected {
  margin-right: 1em;
}
.header-helpchat {
  float: right;
  margin-right: 1em;
}
.header-home {
  margin-right: 1em;
}
.header-textsizer {
  float: right;
}
.sliver {
  background: none repeat scroll 0 0 #;
}

/* mobile nav with js off */
.no-js .nav-collapse {
    height: auto;
}

@media (min-width: 601px) {

    .site-header {
        background: transparent;
        margin: 0;
        padding: 0 0 1em 0;
    }
    .site-header h1 {
        font-size: 2.5em;
        color: #000; 
    }
    .site-header h2 {
        font-size: 2em;
        color: #333;
    }
    .off-canvas-header {
        height: 40px;
        top: 40px;
    }

}
@media (min-width: 767px) {

    .site-header h1 {
        text-align: left; 
    }
    .site-header h2 {
        text-align: left;
    }
    .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        max-width: 1080px;
    }
    .navbar .brand {
        margin-left: 0;
    } 

}

@media (min-width: 979px) {

    .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        max-width: 1080px;
    }
    .navbar .brand {
        margin-left: 0;
    } 
}


/*
** ==============================================================================================
**  $HIDDEN SETTINGS HEADER
** ============================================================================================== 
*/

.off-canvas-header {
  background: #000;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
  color: #ffffff;
  margin: 0;
  padding: 1em 0 0;
  /*position: absolute;*/
  width: 100%;
  /*top: 52px;*/
  height: 90px;
}

.off-canvas-header .settings-list {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1em !important;
}
.off-canvas-header .settings-list li {
  display: block;
  float: none;
  margin: 0 0 .5em;
}
.off-canvas-header .settings-list li a {
  display: block;
  color: #fff;
} 
.off-canvas-header .settings-list li a:hover {
  text-decoration: none;
  color: #dadada;
} 


@media (min-width: 767px) {

  .navbar-fixed-top .icon-cog {
    *margin-top: 4px;
    *line-height: 20px;
  }

  .navbar-fixed-top #desktop-settings {
    font-size: 20px;
  }

  .off-canvas-header {
    height: 40px;
    /*top: 40px;*/
  }
  .off-canvas-header .settings-list {
    margin: .2em auto;
  }
  .off-canvas-header .settings-list li {
    float: left;
    margin: 0 1em .5em;
  }
  .off-canvas-header .settings-list li a {
    display: inline;
  }
  .off-canvas-header .pull-right {
    float: right !important;
  }

}


/*
** ==============================================================================================
**  $SUPERTABLES
** ============================================================================================== 
*/

.table-wrapper {
    position: relative;
    margin: 1em 0;
}
.table-wrapper:before,
.table-wrapper:after {
    content: "";
    display: table;
} 
.table-wrapper:after {
    clear: both;
}
.table-wrapper {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.table-menu-wrapper {
    position: absolute;
    top: -3em;
    right: 0;
}
.table-menu {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 1.2em;
    width: 12em;
    right: 0;
    left: auto;
}
.table-menu-hidden {
    left: -999em;
    right: auto;
}
.paginate_disabled_previous, .paginate_disabled_next {
    display: none !important;
}
.paginate_enabled_previous, .paginate_enabled_next {
    cursor: pointer;
}
.dataTable thead th {
  cursor: pointer;
}
/*thead .sorting {
    background: url(../img/supertable-sort.png) right;
    background-repeat: no-repeat;
    padding-right: 12px;
}
thead .sorting_desc {
    background: url(../img/supertable-sort-down.png) right;
    background-repeat: no-repeat;
    padding-right: 12px;
}
thead .sorting_asc {
    background: url(../img/supertable-sort-up.png) right;
    background-repeat: no-repeat;
    padding-right: 12px;
}*/
.length-div {
    background: #fff;
    border-radius: 5px;
    position: absolute;
    border: 1px solid #ccc;
    top: 35px;
    z-index: 999;
    display: none;
    padding: 10px 10px 0;
}
.row {
    position: relative;
}
.dataTables_length label {
    margin-right: 20px;
}
.table-menu-wrapper {
    float: right;
    position: relative;
    top: 0;
    right: 0;
    /*display: none  ;*/
}
.table-menu-wrapper label {
    display: inline;
}
.dataTables_filter {
    float: left;
}
.supertable th {
    cursor: pointer;
}
.horizontal > li {
    float: left;
}

.table-nav {
    float: left;
}

.table-nav li {
    margin-right: 8px;
    position: relative;
    padding: 0;
}
.table-menu {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index:888;
    background: #fff;
    border-radius: 5px;
}
.table-menu li {
    display: block;
    overflow: auto;
    padding: 3px 0;
}
.table-menu input, .table-menu label {
    display: inline;
}

.dataTables_length select {
    width: 75px;
}
.dataTables_filter input {
    width: 150px;
}

.dataTables_paginate a {
    margin-left: 15px;
    text-decoration: none !important;
}

.dataTables_wrapper .pager {
    margin: 0;
}
.super-pagination .first, .super-pagination .last {
    display: none;
}

.super-pagination a {
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 5px 7px;
    text-decoration: none;
    margin: 0 2px;
    border-radius: 3px;
    color: #444;
    font-weight: 700;
    background: #fff;
}
.super-pagination .paginate_button_disabled {
    border-color: #eee;
    color: #ccc !important;
    display: none;
}
.super-pagination a.paginate_active {
    font-weight: 700;
    background: #cfcfcf;
}
.super-pagination a:hover {
    background: #dfdfdf;
}

.table-menu, .length-div {
    border-radius: 0;
    border: none;
}
.table-menu {
    padding: 3px 10px;
}
.table-menu:before, .length-div:before {
    content:'';
    display: block;
    position: absolute;
    top: -10px;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
}
.table-menu li {
    margin-right: 0;
    border-bottom: 1px dotted #dfdfdf;
    padding: 5px 0;
    margin: 0 0 5px;
}
.table-menu label {
    margin-left: 5px;
    font-size: .9em;
}
.table-menu li:last-of-type {
    border: none;
    margin-bottom: 3px;
}

.table-menu input[type=checkbox] {
    margin-top: 0;
}


.length-div select {
    margin-right: 5px;
}

.table-nav .btn, .table-nav a {
    text-shadow: none !important;
}





/*
** ==============================================================================================
**  $SOCIAL SHARE BUTTONS
** ============================================================================================== 
*/


#social_buttons {
  width: 100%;
  margin-top: 20px;
}
#social_buttons i {
  font-size: 3em;
  margin-right: .35em;
}
#social_buttons #social_buttons_container, #social_buttons #social_buttons_container.small {
  position: relative;
  width: 40%;
  margin: 0 auto;
  padding: 10px 10px 0;
  border: 1px solid #CCC;
  background: #fff;
  border-radius: 5px;
}

#social_buttons #social_buttons_container h1 {
  margin: 5px 0 0;
  padding: 0 10px 0;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 700;
}

#social_buttons #social_buttons_container.small h1 {
  margin: 0;
  padding: 0 10px;
  font-size: 0.8em;
}

#social_buttons #social_buttons_container p {
  margin: 0 0 4px 10px;
  font-size: 0.8em;
  color: #444;
}

#social_buttons #social_buttons_container .button_container {
  float: left;
  width: 33%;
  margin-top: 10px;
  text-align: center;
}

#social_buttons #social_buttons_container .button_container a span {
  margin-left: 10px;
  font-size: 0.8em;
}

#social_buttons .clearfix {
  clear: both;
}

@media screen and (max-width: 768px) {
  #social_buttons #social_buttons_container {
    width: 70%;
  }
}

@media screen and (max-width: 480px) {
  #social_buttons #social_buttons_container {
    width: 90%;
  }
  
  #social_buttons #social_buttons_container .button_container a span {
    margin-left: 5px;
  }
}



/*
** ==============================================================================================
**  $PASSWORD INDICATOR
** ============================================================================================== 
*/

#pwindicator {
    margin-top: 4px;
    width: 100%;
}
#pwindicator .labeler {
  text-transform: capitalize;
}
.bar {
    height: .5em;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
}
.pw-none .bar {
    background: #b94a48;
    width: 2%;
}
.pw-none .labeler {
    color: #b94a48;
}
.pw-weak .bar {
    background: #d00;
    width: 33%;
}
.pw-weak .labeler {
    color: #d00;
}
.pw-mid .bar {
    background: #f60;
    width: 66%;
}
.pw-mid .labeler {
    color: #f60;
}
.pw-strong .bar {
    background: #468847;
    width: 100%;
}
.pw-strong .labeler {
    color: #468847;
}



/*
** ==============================================================================================
**  $ETC (DONT KNOW WHAT THESE ARE)
** ============================================================================================== 
*/

.naver {
    display: block;
}
.super-modal {
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #000;
    *zoom: 1;
    position: fixed;
    top: 0;
    left: 0;
}
.lt-ie8 .super-modal {
    width: 0;
    height: 0;
}
.hidden-toggler {
    height: 28px !important;
}
.hidden-toggler i {
    vertical-align: top;
}


/*
** ==============================================================================================
**  $FOOTER
** ============================================================================================== 
*/

footer {
    margin-top: 1em;
    padding: 15px 10px 0;
}
footer .poweredby {
    background: url("../img/poweredby.jpg") center right no-repeat;
    width: 200px;
    height: 30px;
    text-indent: -9999px;
}
footer h1, footer small {
    margin: 5px 0 10px;
}
footer small {
    display: block;
    clear: both;
    line-height: 1.5;
    font-size: 1em;
}
.ehawaii-logo {
    color: #939597;
    font-family: 'monaco', monospace;
    letter-spacing: -.025em;
    text-decoration: none;
}
.ehawaii-logo:hover {
    text-decoration: none;
    color: #939597;
}
.ehawaii-logo:hover .e {
    color: #05739C;
}
.ehawaii-logo:hover .hawaii {
    color: #259C52;
}
footer h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 1.3em;
}

@media (min-width: 601px) {

    footer {
        margin-top: 15px;
        padding: 15px;
    }

}


/*
** ==============================================================================================
**  $FORM VALIDATION
** ============================================================================================== 
*/

.error {
  border-color: #900 !important;
  background: #F5EBEB !important;
}
label.error {
  background: none !important;
  color: #900;
}
span.error {
  background: none !important;
  margin-left: .5em;
  color: #900;
}
.accordion-group.error {
  background: #F7F0F0 !important;
}

input.name-modal-triger[readonly] {
    cursor: pointer !important;
}

/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
 @font-face{font-family:'FontAwesome';src:url('../_fonts/fontawesome-webfont.eot?v=3.1.0');src:url('../_fonts/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'),url('../_fonts/fontawesome-webfont.woff?v=3.1.0') format('woff'),url('../_fonts/fontawesome-webfont.ttf?v=3.1.0') format('truetype'),url('../_fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');font-weight:normal;font-style:normal}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em}[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}a [class^="icon-"],a [class*=" icon-"],a [class^="icon-"]:before,a [class*=" icon-"]:before{display:inline}[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.2857142857142858em;text-align:center}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.5714285714285714em}ul.icons-ul{list-style-type:none;text-indent:-0.7142857142857143em;margin-left:2.142857142857143em}ul.icons-ul>li .icon-li{width:.7142857142857143em;display:inline-block;text-align:center}[class^="icon-"].hide,[class*=" icon-"].hide{display:none}.icon-muted{color:#eee}.icon-light{color:#fff}.icon-dark{color:#333}.icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-3x{font-size:3em}.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}.icon-5x{font-size:5em}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.pull-right{float:right}.pull-left{float:left}[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em}[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em}[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none}.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-"],.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}.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-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em}.icon-stack .icon-stack-base{font-size:2em;*line-height:1em}.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)}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.icon-flip-horizontal:before{-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.icon-flip-vertical:before{-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.icon-glass:before{content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envelope:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f005"}.icon-star-empty:before{content:"\f006"}.icon-user:before{content:"\f007"}.icon-film:before{content:"\f008"}.icon-th-large:before{content:"\f009"}.icon-th:before{content:"\f00a"}.icon-th-list:before{content:"\f00b"}.icon-ok:before{content:"\f00c"}.icon-remove:before{content:"\f00d"}.icon-zoom-in:before{content:"\f00e"}.icon-zoom-out:before{content:"\f010"}.icon-off:before{content:"\f011"}.icon-signal:before{content:"\f012"}.icon-cog:before{content:"\f013"}.icon-trash:before{content:"\f014"}.icon-home:before{content:"\f015"}.icon-file:before{content:"\f016"}.icon-time:before{content:"\f017"}.icon-road:before{content:"\f018"}.icon-download-alt:before{content:"\f019"}.icon-download:before{content:"\f01a"}.icon-upload:before{content:"\f01b"}.icon-inbox:before{content:"\f01c"}.icon-play-circle:before{content:"\f01d"}.icon-repeat:before,.icon-rotate-right:before{content:"\f01e"}.icon-refresh:before{content:"\f021"}.icon-list-alt:before{content:"\f022"}.icon-lock:before{content:"\f023"}.icon-flag:before{content:"\f024"}.icon-headphones:before{content:"\f025"}.icon-volume-off:before{content:"\f026"}.icon-volume-down:before{content:"\f027"}.icon-volume-up:before{content:"\f028"}.icon-qrcode:before{content:"\f029"}.icon-barcode:before{content:"\f02a"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f030"}.icon-font:before{content:"\f031"}.icon-bold:before{content:"\f032"}.icon-italic:before{content:"\f033"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-align-left:before{content:"\f036"}.icon-align-center:before{content:"\f037"}.icon-align-right:before{content:"\f038"}.icon-align-justify:before{content:"\f039"}.icon-list:before{content:"\f03a"}.icon-indent-left:before{content:"\f03b"}.icon-indent-right:before{content:"\f03c"}.icon-facetime-video:before{content:"\f03d"}.icon-picture:before{content:"\f03e"}.icon-pencil:before{content:"\f040"}.icon-map-marker:before{content:"\f041"}.icon-adjust:before{content:"\f042"}.icon-tint:before{content:"\f043"}.icon-edit:before{content:"\f044"}.icon-share:before{content:"\f045"}.icon-check:before{content:"\f046"}.icon-move:before{content:"\f047"}.icon-step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:before{content:"\f04a"}.icon-play:before{content:"\f04b"}.icon-pause:before{content:"\f04c"}.icon-stop:before{content:"\f04d"}.icon-forward:before{content:"\f04e"}.icon-fast-forward:before{content:"\f050"}.icon-step-forward:before{content:"\f051"}.icon-eject:before{content:"\f052"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-plus-sign:before{content:"\f055"}.icon-minus-sign:before{content:"\f056"}.icon-remove-sign:before{content:"\f057"}.icon-ok-sign:before{content:"\f058"}.icon-question-sign:before{content:"\f059"}.icon-info-sign:before{content:"\f05a"}.icon-screenshot:before{content:"\f05b"}.icon-remove-circle:before{content:"\f05c"}.icon-ok-circle:before{content:"\f05d"}.icon-ban-circle:before{content:"\f05e"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrow-down:before{content:"\f063"}.icon-share-alt:before,.icon-mail-forward:before{content:"\f064"}.icon-resize-full:before{content:"\f065"}.icon-resize-small:before{content:"\f066"}.icon-plus:before{content:"\f067"}.icon-minus:before{content:"\f068"}.icon-asterisk:before{content:"\f069"}.icon-exclamation-sign:before{content:"\f06a"}.icon-gift:before{content:"\f06b"}.icon-leaf:before{content:"\f06c"}.icon-fire:before{content:"\f06d"}.icon-eye-open:before{content:"\f06e"}.icon-eye-close:before{content:"\f070"}.icon-warning-sign:before{content:"\f071"}.icon-plane:before{content:"\f072"}.icon-calendar:before{content:"\f073"}.icon-random:before{content:"\f074"}.icon-comment:before{content:"\f075"}.icon-magnet:before{content:"\f076"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-retweet:before{content:"\f079"}.icon-shopping-cart:before{content:"\f07a"}.icon-folder-close:before{content:"\f07b"}.icon-folder-open:before{content:"\f07c"}.icon-resize-vertical:before{content:"\f07d"}.icon-resize-horizontal:before{content:"\f07e"}.icon-bar-chart:before{content:"\f080"}.icon-twitter-sign:before{content:"\f081"}.icon-facebook-sign:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-key:before{content:"\f084"}.icon-cogs:before{content:"\f085"}.icon-comments:before{content:"\f086"}.icon-thumbs-up:before{content:"\f087"}.icon-thumbs-down:before{content:"\f088"}.icon-star-half:before{content:"\f089"}.icon-heart-empty:before{content:"\f08a"}.icon-signout:before{content:"\f08b"}.icon-linkedin-sign:before{content:"\f08c"}.icon-pushpin:before{content:"\f08d"}.icon-external-link:before{content:"\f08e"}.icon-signin:before{content:"\f090"}.icon-trophy:before{content:"\f091"}.icon-github-sign:before{content:"\f092"}.icon-upload-alt:before{content:"\f093"}.icon-lemon:before{content:"\f094"}.icon-phone:before{content:"\f095"}.icon-check-empty:before{content:"\f096"}.icon-bookmark-empty:before{content:"\f097"}.icon-phone-sign:before{content:"\f098"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-unlock:before{content:"\f09c"}.icon-credit-card:before{content:"\f09d"}.icon-rss:before{content:"\f09e"}.icon-hdd:before{content:"\f0a0"}.icon-bullhorn:before{content:"\f0a1"}.icon-bell:before{content:"\f0a2"}.icon-certificate:before{content:"\f0a3"}.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-circle-arrow-left:before{content:"\f0a8"}.icon-circle-arrow-right:before{content:"\f0a9"}.icon-circle-arrow-up:before{content:"\f0aa"}.icon-circle-arrow-down:before{content:"\f0ab"}.icon-globe:before{content:"\f0ac"}.icon-wrench:before{content:"\f0ad"}.icon-tasks:before{content:"\f0ae"}.icon-filter:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-fullscreen:before{content:"\f0b2"}.icon-group:before{content:"\f0c0"}.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-beaker:before{content:"\f0c3"}.icon-cut:before{content:"\f0c4"}.icon-copy:before{content:"\f0c5"}.icon-paper-clip:before{content:"\f0c6"}.icon-save:before{content:"\f0c7"}.icon-sign-blank:before{content:"\f0c8"}.icon-reorder:before{content:"\f0c9"}.icon-list-ul:before{content:"\f0ca"}.icon-list-ol:before{content:"\f0cb"}.icon-strikethrough:before{content:"\f0cc"}.icon-underline:before{content:"\f0cd"}.icon-table:before{content:"\f0ce"}.icon-magic:before{content:"\f0d0"}.icon-truck:before{content:"\f0d1"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-sign:before{content:"\f0d3"}.icon-google-plus-sign:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-money:before{content:"\f0d6"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-columns:before{content:"\f0db"}.icon-sort:before{content:"\f0dc"}.icon-sort-down:before{content:"\f0dd"}.icon-sort-up:before{content:"\f0de"}.icon-envelope-alt:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-undo:before,.icon-rotate-left:before{content:"\f0e2"}.icon-legal:before{content:"\f0e3"}.icon-dashboard:before{content:"\f0e4"}.icon-comment-alt:before{content:"\f0e5"}.icon-comments-alt:before{content:"\f0e6"}.icon-bolt:before{content:"\f0e7"}.icon-sitemap:before{content:"\f0e8"}.icon-umbrella:before{content:"\f0e9"}.icon-paste:before{content:"\f0ea"}.icon-lightbulb:before{content:"\f0eb"}.icon-exchange:before{content:"\f0ec"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-user-md:before{content:"\f0f0"}.icon-stethoscope:before{content:"\f0f1"}.icon-suitcase:before{content:"\f0f2"}.icon-bell-alt:before{content:"\f0f3"}.icon-coffee:before{content:"\f0f4"}.icon-food:before{content:"\f0f5"}.icon-file-alt:before{content:"\f0f6"}.icon-building:before{content:"\f0f7"}.icon-hospital:before{content:"\f0f8"}.icon-ambulance:before{content:"\f0f9"}.icon-medkit:before{content:"\f0fa"}.icon-fighter-jet:before{content:"\f0fb"}.icon-beer:before{content:"\f0fc"}.icon-h-sign:before{content:"\f0fd"}.icon-plus-sign-alt:before{content:"\f0fe"}.icon-double-angle-left:before{content:"\f100"}.icon-double-angle-right:before{content:"\f101"}.icon-double-angle-up:before{content:"\f102"}.icon-double-angle-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-desktop:before{content:"\f108"}.icon-laptop:before{content:"\f109"}.icon-tablet:before{content:"\f10a"}.icon-mobile-phone:before{content:"\f10b"}.icon-circle-blank:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-spinner:before{content:"\f110"}.icon-circle:before{content:"\f111"}.icon-reply:before,.icon-mail-reply:before{content:"\f112"}.icon-folder-close-alt:before{content:"\f114"}.icon-folder-open-alt:before{content:"\f115"}.icon-expand-alt:before{content:"\f116"}.icon-collapse-alt:before{content:"\f117"}.icon-smile:before{content:"\f118"}.icon-frown:before{content:"\f119"}.icon-meh:before{content:"\f11a"}.icon-gamepad:before{content:"\f11b"}.icon-keyboard:before{content:"\f11c"}.icon-flag-alt:before{content:"\f11d"}.icon-flag-checkered:before{content:"\f11e"}.icon-terminal:before{content:"\f120"}.icon-code:before{content:"\f121"}.icon-reply-all:before{content:"\f122"}.icon-mail-reply-all:before{content:"\f122"}.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123"}.icon-location-arrow:before{content:"\f124"}.icon-crop:before{content:"\f125"}.icon-code-fork:before{content:"\f126"}.icon-unlink:before{content:"\f127"}.icon-question:before{content:"\f128"}.icon-info:before{content:"\f129"}.icon-exclamation:before{content:"\f12a"}.icon-superscript:before{content:"\f12b"}.icon-subscript:before{content:"\f12c"}.icon-eraser:before{content:"\f12d"}.icon-puzzle-piece:before{content:"\f12e"}.icon-microphone:before{content:"\f130"}.icon-microphone-off:before{content:"\f131"}.icon-shield:before{content:"\f132"}.icon-calendar-empty:before{content:"\f133"}.icon-fire-extinguisher:before{content:"\f134"}.icon-rocket:before{content:"\f135"}.icon-maxcdn:before{content:"\f136"}.icon-chevron-sign-left:before{content:"\f137"}.icon-chevron-sign-right:before{content:"\f138"}.icon-chevron-sign-up:before{content:"\f139"}.icon-chevron-sign-down:before{content:"\f13a"}.icon-html5:before{content:"\f13b"}.icon-css3:before{content:"\f13c"}.icon-anchor:before{content:"\f13d"}.icon-unlock-alt:before{content:"\f13e"}.icon-bullseye:before{content:"\f140"}.icon-ellipsis-horizontal:before{content:"\f141"}.icon-ellipsis-vertical:before{content:"\f142"}.icon-rss-sign:before{content:"\f143"}.icon-play-sign:before{content:"\f144"}.icon-ticket:before{content:"\f145"}.icon-minus-sign-alt:before{content:"\f146"}.icon-check-minus:before{content:"\f147"}.icon-level-up:before{content:"\f148"}.icon-level-down:before{content:"\f149"}.icon-check-sign:before{content:"\f14a"}.icon-edit-sign:before{content:"\f14b"}.icon-external-link-sign:before{content:"\f14c"}.icon-share-sign:before{content:"\f14d"}