/* Minification failed. Returning unminified contents.
(2246,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@-moz-document'
(3177,65): run-time error CSS1045: Expected term, found $
(3177,65): run-time error CSS1019: Unexpected token, found '$'
(3177,65): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
(3187,65): run-time error CSS1045: Expected term, found $
(3187,65): run-time error CSS1019: Unexpected token, found '$'
(3187,65): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
(3197,65): run-time error CSS1045: Expected term, found $
(3197,65): run-time error CSS1019: Unexpected token, found '$'
(3197,65): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
(3207,65): run-time error CSS1045: Expected term, found $
(3207,65): run-time error CSS1019: Unexpected token, found '$'
(3207,65): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
(3217,65): run-time error CSS1045: Expected term, found $
(3217,65): run-time error CSS1019: Unexpected token, found '$'
(3217,65): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
(10125,1): run-time error CSS1019: Unexpected token, found '}'
(18674,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(18676,8): run-time error CSS1035: Expected colon, found '{'
(18686,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(18688,8): run-time error CSS1035: Expected colon, found '{'
 */
/*************************************************************** 
 Massgov - v20150923 
 Deployed from Git Branch: feature/ER186-accordion-details-summary 
 Prior Commit: 4e4c38b at "2015-09-21 08:19:11 -0400"
 Change made by "Jes Constantine" (jessica.constantine@state.ma.us)
****************************************************************/

@charset "UTF-8";
/***********************************
    Main.css

    v20150715
    recommendations, toggle switch styles removed

    v20150414
    recommendations styles added

    v20141203
    tabbed module styles added

    v20140523
    toggle switch styles added

    v20140313jc
    share widget styles added

    v20131206jc
    New MegaDD styles + FontAwesome 4.0.2
************************************/
/*@import url(normalize.css);

 * HTML5 Boilerplate
 */
/* ==========================================================================
 Base styles: opinionated defaults
 ========================================================================== */
/*@import url(ui-lightness/jquery-ui-1.9.0.custom.min.css);
 line 9, ../scss/base.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 17, ../scss/base.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate.
* Customize the background color to match your design.
*/
/* line 28, ../scss/base.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 33, ../scss/base.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* A better looking default horizontal rule
*/
/* line 42, ../scss/base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/
/* line 55, ../scss/base.scss */
img {
  vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/
/* line 63, ../scss/base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/
/* line 73, ../scss/base.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
 Chrome Frame prompt
========================================================================== */
/* line 81, ../scss/base.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
  MASS.GOV BASE STYLES
  ========================================================================== */
/* line 92, ../scss/base.scss */
body {
  font-size: 13px;
  line-height: 1.5em;
}

/* line 98, ../scss/base.scss */
ol, ul {
  list-style: none;
  padding: 0 0 0 20px;
}

/* line 102, ../scss/base.scss */
blockquote {
  margin: 1em 0.5em 1em 1.2em;
}

/* line 106, ../scss/base.scss */
a:link {
  color: #07459A;
}

/* line 109, ../scss/base.scss */
a:visited {
  color: #64406B;
}

/* line 113, ../scss/base.scss */
p {
  margin: 0 0 1em 0;
  word-wrap: break-word;
}

/* line 119, ../scss/base.scss */
table {
  margin: 1.5em 0;
}

/* line 122, ../scss/base.scss */
thead {
  background-color: #eee;
}

/* line 125, ../scss/base.scss */
td, th {
  padding: 0.3em;
}

/* line 128, ../scss/base.scss */
th {
  text-align: left;
}

/* line 132, ../scss/base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma,Verdana,Geneva,sans-serif;
  line-height: 1.2;
}

/* line 136, ../scss/base.scss */
h1 {
  font-size: 1.6em;
}

/* line 20, ../scss/layout.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 44, ../scss/layout.scss */
body {
  background-color: #fff;
}

/* line 59, ../scss/layout.scss */
.alert-container,
.outer-container {
  margin: 0 auto;
  background-image: url("../images/backgrounds/default.gif");
  background-position: 51.9% 0;
  background-repeat: repeat-y;
  padding: 0 14px 14px 14px;
}
/* line 68, ../scss/layout.scss */
.lt-ie9 .alert-container, .lt-ie9
.outer-container {
  background-position: 52.9% 0;
}

/* line 74, ../scss/layout.scss */
.alert-container {
  background: none;
  padding: 0;
}
/* line 77, ../scss/layout.scss */
.alert-container .col {
  padding-bottom: 0;
}
/* line 80, ../scss/layout.scss */
.alert-container ul {
  margin: 0;
  padding: 0;
}
/* line 84, ../scss/layout.scss */
.alert-container .icon {
  padding-right: .4em;
}

/* line 90, ../scss/layout.scss */
#mobile-menu {
  display: none;
}
/* line 92, ../scss/layout.scss */
#mobile-menu button {
  margin-left: 5px;
}

/* line 96, ../scss/layout.scss */
.container {
  padding: 12px 12px 0 12px;
  background: #fff url("../images/template/container_bck.png") top left repeat-x;
  -webkit-box-shadow: 0px 0px 6px #000;
  -moz-box-shadow: 0px 0px 6px #000;
  box-shadow: 0px 0px 6px #000;
}
/* line 102, ../scss/layout.scss */
.container .alert-container {
  width: auto;
  margin-bottom: 0.7em;
  border: 1px solid #C5C7C9;
}
/* line 106, ../scss/layout.scss */
.container .alert-container .alert-broadcast {
  background-image: none;
  background-color: #f5f6f3;
  border-bottom: 1px solid #D6D8DB;
}
/* line 110, ../scss/layout.scss */
.container .alert-container .alert-broadcast:last-child {
  border: none;
}
/* line 113, ../scss/layout.scss */
.container .alert-container .alert-broadcast h2 {
  color: #D62C20;
}
/* line 116, ../scss/layout.scss */
.container .alert-container .alert-broadcast .icon {
  width: 2.5%;
  height: 2.5%;
}

/* line 123, ../scss/layout.scss */
.megadd {
  padding-bottom: 15px;
}

/* line 126, ../scss/layout.scss */
.footer {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}

/* line 132, ../scss/layout.scss */
.col {
  float: left;
  padding-bottom: 15px;
  zoom: 1;
  /* tetris50/50 ie7 width is wrong */
  *display: inline;
  margin-left: 2.86299%;
}
/* line 134, ../scss/layout.scss */
.content .col a {
  overflow: hidden;
}
/* line 137, ../scss/layout.scss */
.col:first-child {
  margin-left: 0;
}
/* line 158, ../scss/layout.scss */
.top-line .col {
  padding-bottom: 0;
}

/* line 165, ../scss/layout.scss */
.col1 {
  width: 5.70893%;
}

/* line 165, ../scss/layout.scss */
.col2 {
  width: 14.28085%;
}

/* line 165, ../scss/layout.scss */
.col3 {
  width: 22.85276%;
}

/* line 165, ../scss/layout.scss */
.col4 {
  width: 31.42468%;
}

/* line 165, ../scss/layout.scss */
.col5 {
  width: 39.99659%;
}

/* line 165, ../scss/layout.scss */
.col6 {
  width: 48.56851%;
}

/* line 165, ../scss/layout.scss */
.col7 {
  width: 57.14042%;
}

/* line 165, ../scss/layout.scss */
.col8 {
  width: 65.71234%;
}

/* line 165, ../scss/layout.scss */
.col9 {
  width: 74.28425%;
}

/* line 165, ../scss/layout.scss */
.col10 {
  width: 82.85617%;
}

/* line 165, ../scss/layout.scss */
.col11 {
  width: 91.42808%;
}

/* line 165, ../scss/layout.scss */
.col12 {
  width: 100%;
}

/* line 175, ../scss/layout.scss */
.row img {
  max-width: 100%;
}

/* line 179, ../scss/layout.scss */
.row, .module {
  *zoom: 1;
}
/* line 4, ../scss/partials/_mixins.scss */
.row:before, .row:after, .module:before, .module:after {
  content: "";
  display: table;
}
/* line 10, ../scss/partials/_mixins.scss */
.row:after, .module:after {
  clear: both;
}

/* line 184, ../scss/layout.scss */
.tetrisrow {
  margin-bottom: 15px;
}
/* line 187, ../scss/layout.scss */
.tetrisrow .module:last-child {
  margin-bottom: 0;
}
/* line 190, ../scss/layout.scss */
.tetrisrow .col {
  padding-bottom: 0;
}

/* line 200, ../scss/layout.scss */
.col444-dotted-verts {
  background-image: url("../images/template/9d-dotted-vert.gif"), url("../images/template/9d-dotted-vert.gif");
  background-position: 32.9% 0, 67.1% 0;
  background-repeat: repeat-y;
}
/* line 205, ../scss/layout.scss */
.lt-ie9 .col444-dotted-verts {
  background-image: url("../images/template/444-dotted-verts-IE.gif");
  background-position: 50% 0;
  background-repeat: repeat-y;
}

/* line 212, ../scss/layout.scss */
.col444-solid-verts {
  background-image: url("../images/template/ddd-solid.gif"), url("../images/template/ddd-solid.gif");
  background-position: 32.9% 0, 67.1% 0;
  background-repeat: repeat-y;
}
/* line 218, ../scss/layout.scss */
.lt-ie9 .col444-solid-verts {
  background-image: url("../images/template/444-solid-verts-IE.gif");
  background-position: 50% 0;
  background-repeat: repeat-y;
}

/* line 225, ../scss/layout.scss */
.col363-solid-dotted-verts,
.col363-dotted-verts {
  background-image: url("../images/template/9d-dotted-vert.gif"), url("../images/template/9d-dotted-vert.gif");
  background-position: 24.3% 0, 75.7% 0;
  background-repeat: repeat-y;
}
/* line 232, ../scss/layout.scss */
.lt-ie9 .col363-solid-dotted-verts, .lt-ie9
.col363-dotted-verts {
  background-image: url("../images/template/363-dotted-verts-IE.gif");
  background-position: 50% 0;
  background-repeat: repeat-y;
}

/* line 239, ../scss/layout.scss */
.col363-solid-dotted-verts {
  background-image: url("../images/template/ddd-solid.gif"), url("../images/template/9d-dotted-vert.gif");
}
/* line 243, ../scss/layout.scss */
.lt-ie9 .col363-solid-dotted-verts {
  background-image: url("../images/template/363-solid-dotted-verts-IE.gif");
}

/* line 249, ../scss/layout.scss */
.lt-ie9 .col6 .tetrisrow.col444-solid-verts {
  background-image: url("../images/template/444-solid-verts-tetrisrow.gif");
  background-position: 50%;
  background-repeat: repeat-y;
}

/* line 255, ../scss/layout.scss */
.col66-dotted-vert {
  background-image: url("../images/template/9d-dotted-vert.gif");
  background-position: 50%;
  background-repeat: repeat-y;
}

/* line 260, ../scss/layout.scss */
.col93-dotted-vert {
  background-image: url("../images/template/9d-dotted-vert.gif");
  background-position: 75.7% 0;
  background-repeat: repeat-y;
}

/* line 265, ../scss/layout.scss */
.col39-dotted-vert {
  background-image: url("../images/template/9d-dotted-vert.gif");
  background-position: 24.3% 0;
  background-repeat: repeat-y;
}

/* line 270, ../scss/layout.scss */
.col84-dotted-vert,
.col84-solid-vert {
  background-image: url("../images/template/ddd-solid.gif");
  background-position: 67.2% 0;
  background-repeat: repeat-y;
}

/* line 276, ../scss/layout.scss */
.col84-dotted-vert {
  background-image: url("../images/template/9d-dotted-vert.gif");
}

/* line 279, ../scss/layout.scss */
.col48-dotted-vert,
.col48-solid-vert {
  background-image: url("../images/template/ddd-solid.gif");
  background-position: 32.8% 0;
  background-repeat: repeat-y;
}

/* line 285, ../scss/layout.scss */
.col48-dotted-vert {
  background-image: url("../images/template/9d-dotted-vert.gif");
}

/* line 288, ../scss/layout.scss */
.solid-right {
  border: 1px solid #9d9d9d;
}

/*********************************************************************
 v.20140418JC update to MegaDD Active Tab style
 v.20140213JC update to breadcrubms, remove home css content (added as <i> element) @ #402 for ER206 C1009914
 v.20140106JC update to sassy list - ie 7 / 8 margins
 v.20131230JC update to sassy list - added .no-icon styles to h3
 v.20131220JC update to persistant nav styles start @ #934
 v.20131216JC update to subnav styles for keyboard focus start @ #575
 v.20130924JC update to sassy list styles @ #1156
 v.20130903P heading size, list styles in body and callout fix
**********************************************************************/
/* line 22, ../scss/styles.scss */
.top-line {
  font-size: 0.9em;
}
/* line 20, ../scss/partials/_mixins.scss */
.top-line a {
  text-decoration: none;
}
/* line 23, ../scss/partials/_mixins.scss */
.top-line a:hover, .top-line a.menu.active {
  text-decoration: underline;
}
/* line 25, ../scss/styles.scss */
.top-line a {
  color: #fff;
}

/* line 32, ../scss/styles.scss */
.alert {
  text-align: right;
  padding: 8px 0 0 0;
  margin: 0;
}
/* line 36, ../scss/styles.scss */
.alert .icon {
  position: relative;
  top: -2px;
}

/* line 43, ../scss/styles.scss */
.top-line #logo {
  float: left;
}
/* line 46, ../scss/styles.scss */
#logo img {
  position: relative;
  top: 8px;
  margin-right: 30px;
}

/* line 52, ../scss/styles.scss */
.rwd-small {
  font-size: 0.8em;
}

/* line 55, ../scss/styles.scss */
.rwd-right {
  float: right;
}

/* line 59, ../scss/styles.scss */
.titlelink {
  text-decoration: none;
}
/* line 61, ../scss/styles.scss */
.titlelink:hover, .titlelink.menu.active {
  text-decoration: underline;
}

/* line 69, ../scss/styles.scss */
.callout .titlelink,
.bodyfield .titlelink,
p .titlelink {
  text-decoration: underline;
}

/* line 74, ../scss/styles.scss */
.rwd-ulhorizontal {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 78, ../scss/styles.scss */
.rwd-ulhorizontal li {
  float: left;
}
/* line 87, ../scss/styles.scss */
.top-line .rwd-ulhorizontal li {
  padding: 0 1em;
  margin: 8px 0;
  border-right: 1px solid #fff;
}
/* line 92, ../scss/styles.scss */
.top-line .rwd-ulhorizontal li.skip-to-main {
  padding: 0 .5em 0 0;
}
/* line 95, ../scss/styles.scss */
.top-line .rwd-ulhorizontal li.resizing-text {
  padding: 0 .5em;
}
/* line 98, ../scss/styles.scss */
.top-line .rwd-ulhorizontal li.translate-widget {
  padding: 0 0 0 .5em;
}
/* line 102, ../scss/styles.scss */
.top-line .rwd-ulhorizontal li:first-child {
  padding-left: 0;
}
/* line 106, ../scss/styles.scss */
.top-line .rwd-ulhorizontal li:last-child {
  border-right-width: 0;
}
/* line 110, ../scss/styles.scss */
.top-line .rwd-ulhorizontal li.last {
  border-right-width: 0;
}
/* line 114, ../scss/styles.scss */
.footer .rwd-ulhorizontal {
  font-size: 0.9em;
  text-align: right;
}
/* line 117, ../scss/styles.scss */
.footer .rwd-ulhorizontal li {
  padding: 0 0 0 14px;
}

/* line 123, ../scss/styles.scss */
.nav {
  padding: 0;
  margin: 0;
}
/* line 126, ../scss/styles.scss */
.nav:first-child {
  padding-left: 0;
}
/* line 129, ../scss/styles.scss */
.nav li {
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 0.9em;
}

/* line 136, ../scss/styles.scss */
.module {
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
  border-bottom: 1px solid #DDD;
}
/* line 149, ../scss/styles.scss */
.module h3 {
  color: #333;
  line-height: 1.2em;
  margin: 0 0 1em 0;
}
/* line 155, ../scss/styles.scss */
.introduction .module {
  border-bottom: 1px dotted #DDD;
}
/* line 158, ../scss/styles.scss */
.resources .module, .leftcol .module {
  font-size: 1em;
}
/* line 170, ../scss/styles.scss */
.module:last-child, .module:last-of-type {
  padding-bottom: 0;
  border-bottom-width: 0;
}
/* line 175, ../scss/styles.scss */
.module ul {
  list-style: none;
  padding-left: 0;
}
/* line 180, ../scss/styles.scss */
.module li {
  margin: 1em 0;
}
/* line 183, ../scss/styles.scss */
.module .img_wrapper {
  display: block;
  text-align: center;
}
/* line 187, ../scss/styles.scss */
.module .caption {
  font-size: 0.85em;
}

/* line 192, ../scss/styles.scss */
.caption {
  color: #575757;
  font-weight: bold;
  line-height: 1.35em;
  margin: 0.8em auto;
  padding: 0 0.5em;
  font-size: 0.9em;
}

/* -------------------------------
  welcome module
---------------------------------- */
/* line 204, ../scss/styles.scss */
#welcome {
  padding-top: 0;
}
/* line 20, ../scss/partials/_mixins.scss */
#welcome a {
  text-decoration: none;
}
/* line 23, ../scss/partials/_mixins.scss */
#welcome a:hover, #welcome a.menu.active {
  text-decoration: underline;
}
/* line 207, ../scss/styles.scss */
#welcome .unit {
  min-width: 161px;
  max-width: 218px;
  font-size: 1em;
  margin: 0 auto;
  line-height: 1.2;
}
/* line 216, ../scss/styles.scss */
#welcome .unit div {
  width: 62%;
  float: right;
}
/* line 220, ../scss/styles.scss */
#welcome .unit h3 {
  font-weight: normal;
}
/* line 224, ../scss/styles.scss */
#welcome .img_wrapper {
  display: inline-block;
  max-width: 34%;
  margin-bottom: 16px;
}

/* line 237, ../scss/styles.scss */
.search {
  *zoom: 1;
  position: relative;
  float: right;
  margin-top: 30px;
  background: url("../images/template/search-bg-smooth.png") repeat-x scroll 0 0 transparent;
}
/* line 4, ../scss/partials/_mixins.scss */
.search:before, .search:after {
  content: "";
  display: table;
}
/* line 10, ../scss/partials/_mixins.scss */
.search:after {
  clear: both;
}
/* line 245, ../scss/styles.scss */
.search:before {
  content: url("../images/template/search-left.png");
  position: absolute;
  left: -29px;
}
/* line 252, ../scss/styles.scss */
.search .lt-ie8-magnify {
  position: absolute;
  left: -29px;
}
/* line 258, ../scss/styles.scss */
.search legend {
  display: none;
}
/* line 260, ../scss/styles.scss */
.search input, .search select {
  float: left;
}
/* line 264, ../scss/styles.scss */
.search #searchinput {
  padding: 9px 1px;
  background: url("../images/template/search-input-tight.png") no-repeat scroll 100% 0 transparent;
}
/* line 268, ../scss/styles.scss */
.search #searchinput:focus {
  outline: none;
}
/* line 273, ../scss/styles.scss */
.search #search_scope {
  margin: 8px 6px;
  max-width: 15em;
}
/* line 278, ../scss/styles.scss */
.search input, .search select {
  background-color: transparent;
  border: medium none;
}
/* line 285, ../scss/styles.scss */
.search.no-option #searchinput {
  width: 24em;
}
/* line 290, ../scss/styles.scss */
.search.has-option #searchinput {
  width: 13em;
}
/* line 294, ../scss/styles.scss */
.search #submit {
  margin-left: -1px;
  background: #fff;
}

/* line 302, ../scss/styles.scss */
.ui-menu {
  max-height: 5.5em;
}

/* line 305, ../scss/styles.scss */
.ui-widget-content {
  background: #fff;
  position: absolute;
  overflow-y: scroll;
}

/* line 310, ../scss/styles.scss */
.ui-menu-item {
  font-size: 0.8em;
}

/* line 315, ../scss/styles.scss */
#seal {
  float: left;
  padding-right: 6px;
  border-right: 1px solid #E9E9E9;
}

/* line 322, ../scss/styles.scss */
#sitetitle,
#sitetitle_nonexec {
  float: left;
  max-width: 78%;
  padding-left: 10px;
  padding-top: 30px;
  font-family: Tahoma, Verdana, Geneva, sans-serif;
}
/* line 331, ../scss/styles.scss */
.lt-ie9 #sitetitle, .lt-ie9
#sitetitle_nonexec {
  width: 80%;
}
/* line 334, ../scss/styles.scss */
#sitetitle > a,
#sitetitle_nonexec > a {
  color: #000;
  text-decoration: none;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1em;
}
/* line 342, ../scss/styles.scss */
#sitetitle span,
#sitetitle_nonexec span {
  color: #E25800;
  display: block;
  font-weight: bold;
  padding-top: 4px;
}
/* line 348, ../scss/styles.scss */
#sitetitle ul,
#sitetitle_nonexec ul {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 353, ../scss/styles.scss */
#sitetitle li,
#sitetitle_nonexec li {
  display: inline;
  padding-right: 10px;
  font-size: 0.9em;
}

/* line 359, ../scss/styles.scss */
#nonexec span {
  font-size: 1.2em;
}

/* line 362, ../scss/styles.scss */
#sitetitle {
  min-height: 45px;
}

/* line 367, ../scss/styles.scss */
#tagline {
  font-size: 0.85em;
  position: absolute;
  top: 0;
  left: 100px;
  line-height: 1.3em;
}

/* line 376, ../scss/styles.scss */
.breadcrumbs ol {
  margin: 0;
  padding: 0 0.3em 0 0.3em;
}
/* line 379, ../scss/styles.scss */
.breadcrumbs ol li {
  font-size: 0.9em;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 387, ../scss/styles.scss */
.lt-ie8 .breadcrumbs ol li {
  background: url("../images/template/breadcrumbs.png") 0% 6px no-repeat transparent;
  padding-left: 14px;
}
/* line 392, ../scss/styles.scss */
.breadcrumbs ol li:before {
  content: "\F105";
  /* caret right */
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  background: none;
  margin: 0 8px 0 0;
  font-size: 1.1em;
  position: relative;
  color: #444;
}
/* line 405, ../scss/styles.scss */
.lt-ie8 .breadcrumbs ol li:first-child {
  background: none;
  padding-left: 0px;
}
/* line 409, ../scss/styles.scss */
.lt-ie8 .breadcrumbs ol li:first-child .fa-home {
  padding-right: 5px;
}
/* line 414, ../scss/styles.scss */
.breadcrumbs ol li:first-child:before {
  content: " ";
  margin: 0 5px 0 -10px;
}
/* line 420, ../scss/styles.scss */
.breadcrumbs ol li a, .breadcrumbs ol li span {
  padding: 0 0.5em 0 0;
  text-decoration: none;
}

/* line 429, ../scss/styles.scss */
#pagedescription {
  margin-bottom: 1em;
  font-size: 1.1em;
}

/* line 434, ../scss/styles.scss */
.author {
  margin-bottom: 1.7em;
}

/* asides */
/* line 444, ../scss/styles.scss */
.leftcol h2, .leftcol h3, .leftcol h4, .leftcol h5, .leftcol h6, .resources h2, .resources h3, .resources h4, .resources h5, .resources h6 {
  margin: 0 0 0.8em 0;
}

/* line 465, ../scss/styles.scss */
.introduction h1 {
  background: none;
  font-size: 1.67em;
  margin-top: 1em;
  padding: 0;
}
/* line 473, ../scss/styles.scss */
.introduction .meta h1 {
  margin-top: 0;
}
/* line 477, ../scss/styles.scss */
.introduction h2 {
  margin-top: 0;
  font-weight: normal;
}
/* line 484, ../scss/styles.scss */
.introduction h3, .introduction h4, .introduction h5, .introduction h6 {
  margin: 0 0 0.8em 0;
}
/* line 489, ../scss/styles.scss */
.introduction h3:first-child {
  margin-top: 0;
}
/* line 503, ../scss/styles.scss */
.introduction ul {
  list-style-type: disc;
}
/* line 506, ../scss/styles.scss */
.introduction ul .seeall {
  list-style-type: none;
}
/* line 510, ../scss/styles.scss */
.introduction ul ul {
  list-style-type: square;
}
/* line 512, ../scss/styles.scss */
.introduction ul ul ul {
  list-style-type: circle;
}
/* line 514, ../scss/styles.scss */
.introduction ul ul ul ul {
  list-style-type: disc;
}
/* line 520, ../scss/styles.scss */
.introduction ol {
  list-style-type: decimal;
}
/* line 522, ../scss/styles.scss */
.introduction ol ol {
  list-style-type: lower-alpha;
}
/* line 524, ../scss/styles.scss */
.introduction ol ol ol {
  list-style-type: lower-roman;
}
/* line 529, ../scss/styles.scss */
.introduction li {
  margin: 1em 0;
}
/* line 534, ../scss/styles.scss */
.introduction ul.category,
.introduction .module ul {
  list-style: none outside none;
  margin-left: 0;
  padding-left: 0;
}
/* line 540, ../scss/styles.scss */
.introduction ul.category {
  margin-top: 0;
}
/* line 20, ../scss/partials/_mixins.scss */
.introduction ul.category a.titlelink a {
  text-decoration: none;
}
/* line 23, ../scss/partials/_mixins.scss */
.introduction ul.category a.titlelink a:hover, .introduction ul.category a.titlelink a.menu.active {
  text-decoration: underline;
}
/* line 550, ../scss/styles.scss */
.introduction ul.category > li {
  *zoom: 1;
  border-bottom: 1px dotted #9b9b9b;
  padding: 0 0 1.3em 0;
  margin: 0 0 1.3em 0;
}
/* line 4, ../scss/partials/_mixins.scss */
.introduction ul.category > li:before, .introduction ul.category > li:after {
  content: "";
  display: table;
}
/* line 10, ../scss/partials/_mixins.scss */
.introduction ul.category > li:after {
  clear: both;
}
/* line 560, ../scss/styles.scss */
.introduction ul.category > li h2 {
  margin-bottom: 0;
}
/* line 563, ../scss/styles.scss */
.introduction ul.category > li .callout {
  margin-top: 0.7em;
}
/* line 568, ../scss/styles.scss */
.introduction ul.category > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 573, ../scss/styles.scss */
.introduction ul.category ul {
  list-style-type: square;
}

/* line 579, ../scss/styles.scss */
ul.category {
  padding-left: 0;
}

/* line 589, ../scss/styles.scss */
.subnav {
  margin-top: 0;
  padding: 0;
  -moz-box-shadow: 5px 5px 14px -6px #eaeaea;
  -webkit-box-shadow: 5px 5px 14px -6px #eaeaea;
  box-shadow: 5px 5px 14px -6px #eaeaea;
}
/* line 596, ../scss/styles.scss */
.lt-ie9 .subnav {
  border-top: 1px solid #dfdfdf;
}
/* line 600, ../scss/styles.scss */
.subnav .nav_label {
  *zoom: 1;
  background: #f5f5f5;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px, #cccccc 0px 1px 1px -1px;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background: -webkit-linear-gradient(top, whitesmoke 90%, #f0f0f0 97%);
  background: -moz-linear-gradient(top, whitesmoke 90%, #f0f0f0 97%);
  background: -o-linear-gradient(top, whitesmoke 90%, #f0f0f0 97%);
  background: -ms-linear-gradient(top, whitesmoke 90%, #f0f0f0 97%);
  background: linear-gradient(top, #f5f5f5 90%, #f0f0f0 97%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f0f0f0',GradientType=0 );
  background-origin: padding-box;
  background-size: auto;
  border-top-color: white;
  border-top-style: solid;
  border-top-width: 1px;
  -webkit-box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px;
  box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
}
/* line 4, ../scss/partials/_mixins.scss */
.subnav .nav_label:before, .subnav .nav_label:after {
  content: "";
  display: table;
}
/* line 10, ../scss/partials/_mixins.scss */
.subnav .nav_label:after {
  clear: both;
}
/* line 629, ../scss/styles.scss */
.lt-ie9 .subnav .nav_label {
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
  border-top: 0;
}
/* line 642, ../scss/styles.scss */
.lt-ie8 .subnav li {
  position: relative;
}
/* line 646, ../scss/styles.scss */
.subnav li:first-of-type .nav_label {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 651, ../scss/styles.scss */
.subnav li:last-of-type .nav_label {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* line 656, ../scss/styles.scss */
.subnav li a {
  text-decoration: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 661, ../scss/styles.scss */
.subnav li a:hover, .subnav li a.menu.active {
  text-decoration: underline;
}
/* line 664, ../scss/styles.scss */
.subnav li a.link {
  float: left;
  padding: 12px 4% 9px;
  width: 100%;
  color: #222;
}
/* line 674, ../scss/styles.scss */
.lt-ie9 .subnav li a {
  position: relative;
}
/* line 679, ../scss/styles.scss */
.subnav li.trigger a.button {
  float: right;
  height: 25px;
  margin: 7px 7px 0 0;
  padding: 0;
  position: relative;
  width: 25px;
  border: 1px solid #e0e0e0;
  overflow: visible !important;
  z-index: 2;
  line-height: 29px;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ececec));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #ececec);
  background-image: -moz-linear-gradient(top, #f6f6f6, #ececec);
  background-image: -ms-linear-gradient(top, #f6f6f6, #ececec);
  background-image: -o-linear-gradient(top, #f6f6f6, #ececec);
  background-image: linear-gradient(top, #f6f6f6, #ececec);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.97), inset -1px -1px 2px #eaeaea;
  text-indent: 0;
  display: inline-block;
  color: #777777;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #ffffff;
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("small") ).className="after-down", this.appendChild( document.createElement("small") ).className="after-up" );
}
/* line 716, ../scss/styles.scss */
.subnav li.trigger a.button:hover, .subnav li.trigger a.button.menu.active {
  text-decoration: none;
  box-shadow: inset 0 -1px 2px rgba(255, 255, 255, 0.97), inset 1px 1px 2px #eaeaea;
}
/* line 720, ../scss/styles.scss */
.subnav li.trigger a.button:hover:after, .subnav li.trigger a.button.menu.active:after {
  color: #777;
}
/* line 725, ../scss/styles.scss */
.subnav li.trigger a.button:focus {
  text-decoration: none;
  outline: 1px dotted #222;
  box-shadow: inset 0 -1px 2px rgba(255, 255, 255, 0.97), inset 1px 1px 2px #eaeaea;
  border-color: #ddd;
}
/* line 731, ../scss/styles.scss */
.subnav li.trigger a.button:focus:after {
  color: #999;
}
/* line 743, ../scss/styles.scss */
.subnav li.trigger a.button:after, .subnav li.trigger a.button .after-down {
  content: "\F0D7";
  /* caret down */
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  background: none;
  top: -1px;
  position: relative;
  font-size: 1.25em;
  color: #222;
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\f0d7');
  cursor: pointer;
}
/* line 761, ../scss/styles.scss */
.subnav li.trigger a.button .after-up {
  display: none;
}
/* line 765, ../scss/styles.scss */
.subnav li.trigger a.button:active {
  position: relative;
  box-shadow: inset 1px 1px 1px 0 #bebebe;
  padding-top: 1px;
  background: #ebebeb;
  border: 1px solid #d0d0d0;
}
/* line 772, ../scss/styles.scss */
.subnav li.trigger a.button:active:after {
  color: #555;
}
/* line 777, ../scss/styles.scss */
.subnav li.trigger a.link {
  color: #222;
  width: 85%;
}
/* line 780, ../scss/styles.scss */
.lt-ie8 .subnav li.trigger a.link {
  width: 150px;
}
/* line 783, ../scss/styles.scss */
.subnav li.trigger a.link:focus {
  text-decoration: underline;
}
/* line 789, ../scss/styles.scss */
.subnav li.trigger.active a.button {
  -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.97), 0 1px 1px rgba(80, 80, 80, 0.1), 1px 1px 1px rgba(75, 75, 75, 0.35);
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.97), 0 1px 1px rgba(80, 80, 80, 0.1), 1px 1px 1px rgba(75, 75, 75, 0.35);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.97), 0 1px 1px rgba(80, 80, 80, 0.1), 1px 1px 1px rgba(75, 75, 75, 0.35);
}
/* line 794, ../scss/styles.scss */
.subnav li.trigger.active a.button:focus {
  text-decoration: none;
  outline: 1px dotted #333;
  box-shadow: inset 0 -1px 2px rgba(255, 255, 255, 0.97), inset 1px 1px 2px #eaeaea;
  border-color: #ddd;
}
/* line 800, ../scss/styles.scss */
.subnav li.trigger.active a.button:focus:after {
  color: #999;
}
/* line 805, ../scss/styles.scss */
.lt-ie9 .subnav li.trigger.active a.button {
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#bababa,direction=90,strength=2), progid:DXImageTransform.Microsoft.Shadow(color=#bababa,direction=135,strength=1), progid:DXImageTransform.Microsoft.Shadow(color=#bababa,direction=180,strength=2);
  zoom: 1;
}
/* line 812, ../scss/styles.scss */
.lt-ie8 .subnav li.trigger.active a.button {
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("small") ).className="after-up" );
  filter: none;
}
/* line 820, ../scss/styles.scss */
.subnav li.trigger.active a.button:hover, .subnav li.trigger.active a.button.menu.active {
  -moz-box-shadow: inset 0 -1px 2px rgba(255, 255, 255, 0.97), inset 1px 1px 2px #eaeaea, 0 1px 1px rgba(80, 80, 80, 0.1), 1px 2px 1px rgba(100, 100, 100, 0.35);
  -webkit-box-shadow: inset 0 -1px 2px rgba(255, 255, 255, 0.97), inset 1px 1px 2px #eaeaea, 0 1px 1px rgba(80, 80, 80, 0.1), 1px 2px 1px rgba(100, 100, 100, 0.35);
  box-shadow: inset 0 -1px 2px rgba(255, 255, 255, 0.97), inset 1px 1px 2px #eaeaea, 0 1px 1px rgba(80, 80, 80, 0.1), 1px 2px 1px rgba(100, 100, 100, 0.35);
}
/* line 825, ../scss/styles.scss */
.subnav li.trigger.active a.button:hover:after, .subnav li.trigger.active a.button.menu.active:after {
  color: #777;
}
/* line 830, ../scss/styles.scss */
.subnav li.trigger.active a.button:active {
  position: relative;
  box-shadow: inset 1px 1px 1px 0 #bebebe;
  padding-top: 1px;
  background: #ebebeb;
  border: 1px solid #d0d0d0;
}
/* line 837, ../scss/styles.scss */
.subnav li.trigger.active a.button:active:after {
  color: #555;
}
/* line 842, ../scss/styles.scss */
.subnav li.trigger.active a.button .after-down {
  display: none;
}
/* line 846, ../scss/styles.scss */
.subnav li.trigger.active a.button:after {
  content: "\F0D8";
  /* caret up */
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  background: none;
  top: -3px;
  position: relative;
  font-size: 1.25em;
  color: #222;
}
/* line 860, ../scss/styles.scss */
.lt-ie8 .subnav li.trigger.active a.button .after-up {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  background: none;
  top: -3px;
  position: relative;
  font-size: 1.25em;
  color: #222;
  display: block;
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\f0d8');
  cursor: pointer;
}
/* line 881, ../scss/styles.scss */
.subnav .toggle_container {
  background-color: #FFF;
  clear: both;
  overflow: hidden;
}
/* line 885, ../scss/styles.scss */
.subnav .toggle_container .block {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #cad7e6;
  border-top: 0;
}
/* line 894, ../scss/styles.scss */
.subnav .toggle_container .block li {
  border-top: 1px solid #cad7e6;
  margin-bottom: 0;
}
/* line 899, ../scss/styles.scss */
.subnav .toggle_container .block li:hover, .subnav .toggle_container .block li.menu.active {
  background: #ECF0F6;
  background-color: #ECF0F6;
}
/* line 906, ../scss/styles.scss */
.lt-ie9 .subnav .toggle_container .block li:hover, .lt-ie9 .subnav .toggle_container .block li.menu.active {
  background: #ECF0F6;
}
/* line 910, ../scss/styles.scss */
.subnav .toggle_container .block li a {
  display: block;
  margin: 0;
  padding: 14px 12px 14px 22px;
  color: #222;
}
/* line 916, ../scss/styles.scss */
.subnav .toggle_container .block li a:focus {
  outline: 0;
  text-decoration: underline;
  background: #ECF0FC;
  background-color: #ECF0FC;
}
/* line 925, ../scss/styles.scss */
.lt-ie9 .subnav .toggle_container .block li a:focus {
  background: #ECF0FC;
}

@media only screen and (min-width: 761px) and (max-width: 1004px) {
  /* line 937, ../scss/styles.scss */
  .subnav li.trigger a.link {
    color: #222;
    width: 80%;
  }

  /* line 941, ../scss/styles.scss */
  .subnav li.trigger a.button {
    margin-right: 5px;
  }
}
/* line 965, ../scss/styles.scss */
.persist {
  -moz-box-shadow: 5px 5px 14px -6px #eaeaea;
  -webkit-box-shadow: 5px 5px 14px -6px #eaeaea;
  box-shadow: 5px 5px 14px -6px #eaeaea;
}
/* line 970, ../scss/styles.scss */
.lt-ie9 .persist {
  border: 1px solid #e0e0e0;
}
/* line 974, ../scss/styles.scss */
.persist > li {
  background-color: #f5f5f5;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background: -webkit-linear-gradient(top, whitesmoke 90%, #f0f0f0 90%);
  background: -moz-linear-gradient(top, whitesmoke 90%, #f0f0f0 90%);
  background: -o-linear-gradient(top, whitesmoke 90%, #f0f0f0 90%);
  background: -ms-linear-gradient(top, whitesmoke 90%, #f0f0f0 90%);
  /* IE10+ */
  background: linear-gradient(top, #f5f5f5 90%, #f0f0f0 90%);
  /* W3C */
  box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f0f0f0',GradientType=0 );
  *zoom: 1;
}
/* line 992, ../scss/styles.scss */
.persist > li:first-of-type {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 997, ../scss/styles.scss */
.persist > li:last-of-type {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* line 1002, ../scss/styles.scss */
.lt-ie9 .persist > li {
  border-bottom: 1px solid #e0e0e0;
}
/* line 1006, ../scss/styles.scss */
.persist > li.active {
  border-color: #dcdcdc;
  box-shadow: rgba(155, 155, 155, 0.3) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 2px 2px 0px;
  padding-bottom: 3px;
}
/* line 1014, ../scss/styles.scss */
.persist > li > a {
  position: relative;
  display: block;
  font-size: 1em;
  margin: 0;
  padding: 12px 4%;
  clear: both;
  color: #222;
  padding: 12px 20px 12px 4%;
  border-top: 1px solid #FFFFFF;
  font-weight: normal;
}
/* line 1023, ../scss/styles.scss */
.persist > li > a:hover, .persist > li > a.menu.active,
.persist > li > a:focus,
.persist > li > span {
  position: relative;
  display: block;
  font-size: 1em;
  margin: 0;
  padding: 12px 4%;
  clear: both;
  color: #222;
  padding: 12px 20px 12px 4%;
  font-weight: bold;
  border-bottom: none;
  clear: both;
}
/* line 1038, ../scss/styles.scss */
.persist > li > a:hover, .persist > li > a.menu.active,
.persist > li > a:focus {
  font-weight: normal;
  text-decoration: underline;
}
/* line 1044, ../scss/styles.scss */
.persist > li > span {
  font-weight: bold;
  text-decoration: none;
  border-right: 4px solid #4d72a1;
}
/* line 1051, ../scss/styles.scss */
.persist > li > ul {
  margin: 0 -1px 3px 5px;
  padding: 0;
  background-color: #fff;
  /*-moz-box-shadow: inset 0 0 10px #cad7e6, 0px 0px 4px 0px #e0e0e0;
	-webkit-box-shadow: inset 0px 0px 10px #cad7e6, 0px 0px 4px 0px #e0e0e0;
	box-shadow: inset 0px 0px 10px #cad7e6, 0px 0px 4px 0px #e0e0e0;*/
  border: 1px solid #cad7e6;
  position: relative;
  /*.lt-ie9 & {
    margin: 2px -1px 3px 5px;
  }*/
}
/* line 1068, ../scss/styles.scss */
.persist > li > ul:before {
  position: absolute;
  top: -11px;
  right: 7px;
  display: inline-block;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #cad7e6;
  border-left: 11px solid transparent;
  content: '';
  z-index: 90;
}
/* line 1081, ../scss/styles.scss */
.persist > li > ul:after {
  position: absolute;
  top: -9px;
  right: 9px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  content: '';
  z-index: 100;
}
/* line 1100, ../scss/styles.scss */
.persist > li > ul li {
  margin-bottom: 0;
  padding-left: 0;
  border-top: 0;
}
/* line 1105, ../scss/styles.scss */
.persist > li > ul li:first-child > a, .persist > li > ul li:first-child > a:hover, .persist > li > ul li:first-child > a.menu.active, .persist > li > ul li:first-child > span, .persist > li > ul li:first-child > span:hover, .persist > li > ul li:first-child > span.menu.active {
  border-top: 0;
}
/* line 1112, ../scss/styles.scss */
.persist > li > ul li > span, .persist > li > ul li > a {
  padding: 10px 8px 10px 27px;
  /*  background-color: $subnav-child-base-bg;  move bg color to UL, not LI */
  padding: 10px 20px;
  display: block;
  color: #222;
}
/* line 1119, ../scss/styles.scss */
.persist > li > ul li > a {
  border-top: 1px solid #cad7e6;
}
/* line 1121, ../scss/styles.scss */
.persist > li > ul li > a:hover, .persist > li > ul li > a.menu.active, .persist > li > ul li > a:focus {
  background: #ECF0F6;
  border-top: 1px solid #cad7e6;
  text-decoration: underline;
}
/* line 1130, ../scss/styles.scss */
.persist > li > ul li > span {
  border-top: 1px solid #cad7e6;
  font-weight: bold;
  border-right: 4px solid #4d72a1;
  /*&:after {
    display:block;
    content:".";
    color:transparent;
    font-size:0;
    border-right:4px solid #4d72a1;
    height:1px;
    position:absolute;
    right:0;
    padding:0; // Top/bottom padding should equal top/bottom border of .test
    top:0; // Should equal top border of .test
    bottom:0; // Should equal bottom border of .test
  }*/
}
/* line 1152, ../scss/styles.scss */
.persist > li > ul li > ul {
  background-color: #fafafa;
  margin: 0;
  /*pull out to align background color with parent ul */
  padding: 0;
  position: relative;
  border-top: 1px solid #ececec;
}
/* line 1159, ../scss/styles.scss */
.persist > li > ul li > ul:before {
  position: absolute;
  top: -11px;
  right: 7px;
  display: inline-block;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #ececec;
  border-left: 11px solid transparent;
  content: '';
  z-index: 90;
}
/* line 1171, ../scss/styles.scss */
.persist > li > ul li > ul:after {
  position: absolute;
  top: -9px;
  right: 9px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fafafa;
  border-left: 9px solid transparent;
  content: '';
  z-index: 100;
}
/* line 1183, ../scss/styles.scss */
.persist > li > ul li > ul > li {
  padding-left: 0;
  border-top: 0;
}
/* line 1190, ../scss/styles.scss */
.persist > li > ul li > ul > li > span, .persist > li > ul li > ul > li > a {
  padding: 10px 20px;
  margin-left: 22px;
  border-top: 0;
  border-left: 1px dotted #ccc;
  overflow: visible !important;
}
/* line 1198, ../scss/styles.scss */
.persist > li > ul li > ul > li > span {
  padding: 5px 8px 5px 21px;
  border-bottom: 0;
  font-weight: bold;
  text-indent: -15px;
  color: #222;
  background: #fafafa;
  border-right: 0;
  *zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("small") ).className="before-check" );
}
/* line 1208, ../scss/styles.scss */
.persist > li > ul li > ul > li > span:after {
  content: '';
  border: 0;
}
/* line 1218, ../scss/styles.scss */
.persist > li > ul li > ul > li > span:before {
  content: "\f058";
  /* check in circle */
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  background-color: #FAFCFF;
  position: relative;
  font-size: 1.3em;
  color: #333;
  left: -13px;
  top: 1px;
}
/* line 1234, ../scss/styles.scss */
.lt-ie8 .persist > li > ul li > ul > li > span {
  border-left: 5px solid #222;
  text-indent: 0;
  padding-left: 20px;
  margin-left: 20px;
}
/* line 1241, ../scss/styles.scss */
.lt-ie8 .persist > li > ul li > ul > li > span .before-check {
  display: none;
}
/* line 1251, ../scss/styles.scss */
.persist > li > ul li > ul > li > a {
  padding: 5px 8px 5px 22px;
}
/* line 1253, ../scss/styles.scss */
.persist > li > ul li > ul > li > a:hover, .persist > li > ul li > ul > li > a.menu.active, .persist > li > ul li > ul > li > a:focus {
  background-color: #fafafa;
  border-top: 0;
  text-decoration: underline;
}
/* line 1261, ../scss/styles.scss */
.persist > li > ul li > ul > li ul li {
  padding: 0 0 0 12px;
}

/* line 1272, ../scss/styles.scss */
.seeall a {
  font-weight: bold;
  text-decoration: none;
}
/* line 1275, ../scss/styles.scss */
.seeall a:hover, .seeall a.menu.active {
  text-decoration: underline;
}

/* line 20, ../scss/partials/_mixins.scss */
.rss a {
  text-decoration: none;
}
/* line 23, ../scss/partials/_mixins.scss */
.rss a:hover, .rss a.menu.active {
  text-decoration: underline;
}
/* line 1283, ../scss/styles.scss */
.module .rss {
  line-height: 1.6em;
  padding-bottom: 1em;
  padding-top: 0;
}
/* line 1288, ../scss/styles.scss */
.rss a {
  padding: 0 8px 4px;
}
/* line 1291, ../scss/styles.scss */
.rss a.subscribe {
  background: url("../images/icon_rss.png") no-repeat 0 0;
  border-right: 1px solid #DDDDDD;
  padding-left: 27px;
}

/* line 1301, ../scss/styles.scss */
.center_slot > .img_wrapper {
  padding-bottom: 1em;
  display: block;
}

/*  =================================================
    LISTS IN EPHOX EDITOR
    ================================================= */
/* line 1318, ../scss/styles.scss */
.introduction ul {
  list-style-type: disc;
}
/* line 1320, ../scss/styles.scss */
.introduction ul .seeall {
  list-style-type: none;
}
/* line 1323, ../scss/styles.scss */
.introduction ul ul {
  list-style-type: square;
}
/* line 1325, ../scss/styles.scss */
.introduction ul ul ul {
  list-style-type: circle;
}
/* line 1327, ../scss/styles.scss */
.introduction ul ul ul ul {
  list-style-type: disc;
}
/* line 1333, ../scss/styles.scss */
.introduction ol {
  list-style-type: decimal;
}
/* line 1335, ../scss/styles.scss */
.introduction ol ol {
  list-style-type: lower-alpha;
}
/* line 1337, ../scss/styles.scss */
.introduction ol ol ol {
  list-style-type: lower-roman;
}
/* line 1342, ../scss/styles.scss */
.introduction li {
  margin: 1em 0;
}
/* line 1346, ../scss/styles.scss */
.introduction ul.category ul, .introduction .module .callout ul {
  list-style-type: disc;
  margin-left: 1.8em;
}
/* line 1349, ../scss/styles.scss */
.introduction ul.category ul .seeall, .introduction .module .callout ul .seeall {
  list-style-type: none;
}
/* line 1352, ../scss/styles.scss */
.introduction ul.category ul ul, .introduction .module .callout ul ul {
  list-style-type: square;
}
/* line 1354, ../scss/styles.scss */
.introduction ul.category ul ul ul, .introduction .module .callout ul ul ul {
  list-style-type: circle;
}
/* line 1356, ../scss/styles.scss */
.introduction ul.category ul ul ul ul, .introduction .module .callout ul ul ul ul {
  list-style-type: disc;
}
/* line 1362, ../scss/styles.scss */
.introduction ul.category ol, .introduction .module .callout ol {
  list-style-type: decimal;
  margin-left: 0.3em;
}
/* line 1365, ../scss/styles.scss */
.introduction ul.category ol ol, .introduction .module .callout ol ol {
  list-style-type: lower-alpha;
}
/* line 1367, ../scss/styles.scss */
.introduction ul.category ol ol ol, .introduction .module .callout ol ol ol {
  list-style-type: lower-roman;
}
/* line 1373, ../scss/styles.scss */
.introduction ul.category ul {
  margin-left: 0;
}

/* line 1405, ../scss/styles.scss */
.leftcol .module .callout ul, .resources .module .callout ul {
  list-style-type: disc;
  margin-left: 1em;
}
/* line 1408, ../scss/styles.scss */
.leftcol .module .callout ul .seeall, .resources .module .callout ul .seeall {
  list-style-type: none;
}
/* line 1411, ../scss/styles.scss */
.leftcol .module .callout ul ul, .resources .module .callout ul ul {
  list-style-type: square;
}
/* line 1413, ../scss/styles.scss */
.leftcol .module .callout ul ul ul, .resources .module .callout ul ul ul {
  list-style-type: circle;
}
/* line 1415, ../scss/styles.scss */
.leftcol .module .callout ul ul ul ul, .resources .module .callout ul ul ul ul {
  list-style-type: disc;
}
/* line 1421, ../scss/styles.scss */
.leftcol .module .callout ol, .resources .module .callout ol {
  list-style-type: decimal;
}
/* line 1424, ../scss/styles.scss */
.leftcol .module .callout ol ol, .resources .module .callout ol ol {
  list-style-type: lower-alpha;
}
/* line 1426, ../scss/styles.scss */
.leftcol .module .callout ol ol ol, .resources .module .callout ol ol ol {
  list-style-type: lower-roman;
}

/*  =================================================
    .HIGHPROFILE LISTS
    ================================================= */
/* line 1438, ../scss/styles.scss */
.highprofile {
  background-color: #f5f5f5;
  padding: 0;
}
/* line 1443, ../scss/styles.scss */
.highprofile.green h2, .highprofile.green h3 {
  background-color: #374f37;
}
/* line 1447, ../scss/styles.scss */
.highprofile.red h2, .highprofile.red h3 {
  background-color: #93000e;
}
/* line 1451, ../scss/styles.scss */
.highprofile.blue h2, .highprofile.blue h3 {
  background-color: #2d5faf;
}
/* line 1455, ../scss/styles.scss */
.highprofile h2, .highprofile h3 {
  line-height: 1.3;
  background-color: #575757;
  color: #fff;
  margin-bottom: 2px;
  padding: 8px;
}
/* line 1464, ../scss/styles.scss */
.highprofile li {
  font-size: 1em;
  line-height: 1.3;
  margin: 0.3em 0.8em;
  padding: 0.2em;
}

/*  =================================================
    .PG_{TYPE}
    ================================================= */
/* line 1476, ../scss/styles.scss */
.pg_pr {
  margin-top: 20px;
}
/* line 1478, ../scss/styles.scss */
.pg_pr .releaseinfo {
  background-color: #EEE;
  display: inline-block;
  margin: 0;
  padding: 0.3em;
  font-size: 1em;
  font-weight: normal;
}
/* line 1486, ../scss/styles.scss */
.pg_pr .pr {
  margin-top: 0;
  border-bottom: 3px double #DDDDDD;
  padding-bottom: .2em;
  color: #333;
  text-transform: uppercase;
}
/* line 1493, ../scss/styles.scss */
.pg_pr .pr dd {
  font-size: 0.9em;
  margin: 0 0 1em 0;
}

/* line 1512, ../scss/styles.scss */
.pg_more .rss {
  margin: 0 0 20px 0;
}
/* line 1516, ../scss/styles.scss */
.pg_more .introduction h2 {
  margin: 20px 0 16px 0;
  padding: 16px 0 0 0;
  font-size: 1.2em;
  border-top: 1px solid #ddd;
}
/* line 1522, ../scss/styles.scss */
.pg_more .introduction h2:nth-of-type(1) {
  border-top: none;
  padding-top: 0;
}
/* line 1526, ../scss/styles.scss */
.pg_more .introduction li {
  list-style-image: url("../images/template/morepg-bullet.png");
  margin: 0 0 1.3em;
  padding: 0;
}
/* line 1530, ../scss/styles.scss */
.pg_more .introduction li .callout {
  margin-top: 0.4em;
}

/* line 1542, ../scss/styles.scss */
.pg_article {
  margin-top: 1em;
}
/* line 1544, ../scss/styles.scss */
.pg_article #pagedescription {
  margin-bottom: 0.6em;
  font-weight: bold;
}
/* line 1548, ../scss/styles.scss */
.pg_article .articleinfo {
  margin-bottom: 1.7em;
  font-size: 0.9em;
}
/* line 1552, ../scss/styles.scss */
.pg_article .graphicallist {
  padding-bottom: 0;
  border: 1px solid #B25801;
}
/* line 1555, ../scss/styles.scss */
.pg_article .graphicallist h3 {
  padding: 0.5em;
  background-color: #B25801;
  color: #fefefe;
}
/* line 1560, ../scss/styles.scss */
.pg_article .graphicallist ul {
  margin: 1em 0.5em 0 0.5em;
}

/*  =================================================
    CITIZEN ALERT MODULE
    ================================================= */
/* line 1571, ../scss/styles.scss */
.alert-broadcast {
  background: #fded7e;
  color: #222222;
  padding: 8px 12px;
  border-top: 1px solid #fff;
}
/* line 1577, ../scss/styles.scss */
.alert-broadcast .fa {
  font-size: 2.25em;
  margin-left: 5px;
  width: 40px;
  vertical-align: middle;
}
/* line 1584, ../scss/styles.scss */
.alert-broadcast .fa-info-circle {
  color: #0420d6;
  margin-left: 6px;
  width: 39px;
}
/* line 1590, ../scss/styles.scss */
.alert-broadcast .fa-exclamation-triangle {
  color: #f50a04;
}
/* line 1594, ../scss/styles.scss */
.alert-broadcast h2 {
  display: inline;
  font-size: 1.1em;
  padding-right: 6px;
}
/* line 1597, ../scss/styles.scss */
.alert-broadcast h2 span {
  border-right: 1px solid #B0A349;
  padding-right: 6px;
}
/* line 1603, ../scss/styles.scss */
.alert-broadcast .timestamp {
  font-weight: bold;
}

/* line 1607, ../scss/styles.scss */
.alert-message:before {
  content: " - ";
}

/* line 1610, ../scss/styles.scss */
.alert-message:after {
  content: "..";
}

/*  =================================================
    SITE LEVEL ALERT MODULE
    ================================================= */
/* line 1618, ../scss/styles.scss */
.container .alert-container {
  width: auto;
  margin-bottom: 0.7em;
  border: 1px solid #C5C7C9;
}
/* line 1622, ../scss/styles.scss */
.container .alert-container .alert-broadcast {
  background-image: none;
  background-color: #f5f6f3;
  border-bottom: 1px solid #D6D8DB;
}
/* line 1626, ../scss/styles.scss */
.container .alert-container .alert-broadcast:last-child {
  border: none;
}
/* line 1629, ../scss/styles.scss */
.container .alert-container .alert-broadcast h2 {
  color: #D62C20;
}
/* line 1632, ../scss/styles.scss */
.container .alert-container .alert-broadcast .icon {
  margin-top: -0.2em;
  width: 2.5%;
  height: 2.5%;
}

/*  =================================================
    ALERT LANDING PAGE - ALERT UNIT
    ================================================= */
/* line 1644, ../scss/styles.scss */
.alert_unit {
  margin: 1.5em 0;
}
/* line 1647, ../scss/styles.scss */
.alert_unit h2 {
  display: inline;
}
/* line 1651, ../scss/styles.scss */
.alert_unit .alert_meta {
  margin-top: .5em;
}
/* line 1654, ../scss/styles.scss */
.alert_unit .fa {
  margin-left: 5px;
  height: 30px;
  width: 30px;
  vertical-align: middle;
}
/* line 1660, ../scss/styles.scss */
.alert_unit .fa-info-circle {
  color: #0420d6;
}
/* line 1664, ../scss/styles.scss */
.alert_unit .fa-exclamation-triangle {
  color: #f50a04;
}

/*  =================================================
    UTILITIES
    ================================================= */
/* line 1677, ../scss/styles.scss */
.ephoxsection-right,
.ephoxsection-left {
  max-width: 100%;
}

/* line 1681, ../scss/styles.scss */
.ephoxsection-right {
  float: right;
  margin: 2px 0 2px 10px;
}

/* line 1685, ../scss/styles.scss */
.ephoxsection-left {
  float: left;
  padding: 2px 10px 2px 0;
}

/* line 1689, ../scss/styles.scss */
.fileinfo {
  font-size: 80%;
  font-weight: normal;
}
/* line 1692, ../scss/styles.scss */
h2 .fileinfo {
  font-size: 60%;
}
/* line 1695, ../scss/styles.scss */
h3 .fileinfo {
  font-size: 68%;
}

/*  =================================================
    GLOBAL FORMS PAGE http://goo.gl/Frbzf
    ================================================= */
/* line 1704, ../scss/styles.scss */
.sans-bullets ul {
  list-style-type: none !important;
}
/* line 1707, ../scss/styles.scss */
.sans-bullets > ul {
  margin-left: 0;
  padding-left: 0;
}

/* line 1712, ../scss/styles.scss */
.index {
  font-size: 160%;
}
/* line 1714, ../scss/styles.scss */
.index li {
  padding: 0.2em;
  margin: 0.5em 0;
}

/* ======================================================
   Heading Font Size Test 8/13/2013 - YG
   ======================================================*/
/* line 1733, ../scss/styles.scss */
h2 {
  font-size: 1.35em;
}

/* line 1737, ../scss/styles.scss */
.bodyfield h2, .callout h2 {
  font-weight: bold;
}

/* line 1742, ../scss/styles.scss */
.callout h2 {
  font-size: 1.2285em;
}

/* line 1746, ../scss/styles.scss */
h3 {
  font-size: 1.2em;
}

/* line 1749, ../scss/styles.scss */
h4 {
  font-size: 1.115em;
}

/* line 1752, ../scss/styles.scss */
h5 {
  font-size: 1.038em;
}

/* line 1755, ../scss/styles.scss */
h6 {
  font-size: 0.9em;
}

/* line 1759, ../scss/styles.scss */
.leftcol h2, .resources h2 {
  font-size: 0.97133em;
  font-weight: bold;
}
/* line 1763, ../scss/styles.scss */
.leftcol h3, .resources h3 {
  font-size: 1.0044em;
}
/* line 1767, ../scss/styles.scss */
.leftcol .callout h3, .resources .callout h3 {
  font-size: 0.91983em;
}
/* line 1771, ../scss/styles.scss */
.leftcol h4, .resources h4 {
  font-size: 0.8842em;
}
/* line 1774, ../scss/styles.scss */
.leftcol h5, .resources h5 {
  font-size: 0.86984em;
}
/* line 1777, ../scss/styles.scss */
.leftcol h6, .resources h6 {
  font-size: 0.8073em;
}
/* line 1780, ../scss/styles.scss */
.leftcol .callout h2, .resources .callout h2 {
  font-weight: bold;
}

/* ======================================================
   END - Heading Font Size Test 8/13/2013 - YG
   ======================================================*/
/*  ====================================================
    SASSY LISTS - UPDATE 9/24/2013
    Online Services, Contact Us, Forms, Additional Reading
    ==================================================== */
/* line 1795, ../scss/styles.scss */
.module:first-of-type .module-inner-wrapper {
  margin-top: .25em !important;
}

/* can't be coupled with .first-of-type or it won't work */
/* line 1800, ../scss/styles.scss */
.lt-ie9 .module .module-inner-wrapper:first-child {
  margin-top: .25em !important;
}

/* line 1804, ../scss/styles.scss */
.module-inner-wrapper {
  padding: .7em 0 0 0;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  @-moz-document url-prefix() {
    /* line 1780, ../scss/styles.scss */
    .sassy.fa-stack {
      top: 1.4em;
    }

    /* line 1783, ../scss/styles.scss */
    .fa-circle-o.white-base {
      top: -.07em;
    }
}

  /*  =====================================================
      CSS for ALL SASSY LIST H3s, site specific H3s is site .scss
      =====================================================*/
}
/* line 1811, ../scss/styles.scss */
.module-inner-wrapper .sassy.fa-stack {
  font-size: 1.2em;
  height: 1em;
  z-index: 2;
}
/* line 1817, ../scss/styles.scss */
.module-inner-wrapper .fa-circle {
  color: #222;
  /*-webkit-text-stroke: 1px #fff;
  text-shadow: -1.5px -1.5px 0 #fff, 1.5px -1.5px 0 #fff, -1.5px 1.5px 0 #fff, 1.5px 1.5px 0 #fff;*/
  text-shadow: none;
}
/* line 1823, ../scss/styles.scss */
.module-inner-wrapper .fa-circle-o.white-base {
  top: -2px;
  left: 0;
  color: #fff;
  font-size: 2.3em;
  text-shadow: none;
}
/* line 1791, ../scss/styles.scss */
.module-inner-wrapper .callout h4 {
  font-size: 1em;
}
/* line 1846, ../scss/styles.scss */
.module-inner-wrapper .callout ul {
  list-style: none !important;
}
/* line 1854, ../scss/styles.scss */
.module-inner-wrapper h3 {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 21px;
  position: relative;
  display: block;
  color: #fff;
  background: #4d72a1;
  text-shadow: 2px 2px 1px #000;
}
/* line 1865, ../scss/styles.scss */
.module-inner-wrapper h3 span.icon {
  position: absolute;
  top: 6px;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/template/sprite_articleULh3.png");
  background-repeat: no-repeat;
}
/* line 1875, ../scss/styles.scss */
.module-inner-wrapper h3 span.icon.contact-us {
  background-position: 0 0;
}
/* line 1878, ../scss/styles.scss */
.module-inner-wrapper h3 span.icon.online-services {
  background-position: -30px 0;
}
/* line 1881, ../scss/styles.scss */
.module-inner-wrapper h3 span.icon.forms-you-may-need {
  background-position: -60px 0;
}
/* line 1884, ../scss/styles.scss */
.module-inner-wrapper h3 span.icon.additional-reading {
  background-position: -90px 0;
}
/* line 1887, ../scss/styles.scss */
.module-inner-wrapper h3 span.icon.most-requested {
  background-position: -120px 0;
}
/* line 1893, ../scss/styles.scss */
.module-inner-wrapper > ul {
  list-style: none outside none !important;
  background: none repeat scroll 0 0 #f7f7f7;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: -70px 0 10px 0%;
  padding: 75px 10px 15px 10px;
}
/* line 1901, ../scss/styles.scss */
.module-inner-wrapper > ul span.reference {
  display: block;
  font-family: sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 10.5px;
}
/* line 1912, ../scss/styles.scss */
.module-inner-wrapper > ul li:first-child {
  margin-top: 0;
}
/* line 1916, ../scss/styles.scss */
.module-inner-wrapper > ul li p {
  font-family: sans-serif;
  font-size: .95em;
  line-height: 1.35em;
}
/* line 1921, ../scss/styles.scss */
.module-inner-wrapper > ul li p > a.titlelink {
  text-decoration: none;
}
/* line 1924, ../scss/styles.scss */
.module-inner-wrapper > ul li p > a.titlelink:hover, .module-inner-wrapper > ul li p > a.titlelink.menu.active {
  text-decoration: underline;
}
/* line 1930, ../scss/styles.scss */
.module-inner-wrapper > ul li a {
  font-family: sans-serif;
  font-size: .95em;
  line-height: 1.35em;
  font-weight: bold;
  text-decoration: none;
}
/* line 1937, ../scss/styles.scss */
.module-inner-wrapper > ul li a:hover, .module-inner-wrapper > ul li a.menu.active {
  text-decoration: underline;
}
/* line 1941, ../scss/styles.scss */
.module-inner-wrapper > ul li ul {
  margin: -8px 0 15px 0;
}
/* line 1946, ../scss/styles.scss */
.module-inner-wrapper > ul li ul li {
  margin: .75em 0;
}
/* line 1949, ../scss/styles.scss */
.module-inner-wrapper > ul li ul li a {
  font-weight: normal;
}
/* line 1952, ../scss/styles.scss */
.module-inner-wrapper > ul li ul li a:hover, .module-inner-wrapper > ul li ul li a.menu.active {
  text-decoration: underline;
}
/* line 1956, ../scss/styles.scss */
.module-inner-wrapper > ul li ul li a.titlelink {
  text-decoration: none;
}
/* line 1962, ../scss/styles.scss */
.module-inner-wrapper > ul li p + ul {
  padding-left: 10px;
}
/* line 1968, ../scss/styles.scss */
.module-inner-wrapper .rss {
  padding-left: 10px;
  background: #f7f7f7;
  border-bottom: 1px solid #ccc;
  margin: -15px 0 10px 0;
}

/*  =====================================================
    SASSY LIST - LEFT COLUMN ONLY STYLE
    =====================================================*/
/* line 1980, ../scss/styles.scss */
.leftcol .module-inner-wrapper {
  margin: -1.1em 0 -15px -0.5px;
  width: 232px;
}
/* line 1985, ../scss/styles.scss */
.leftcol .module-inner-wrapper .sassy.fa-stack {
  left: 2%;
  top: 1.3em;
}
/* line 1991, ../scss/styles.scss */
.leftcol .module-inner-wrapper h3 {
  left: -5px;
  width: 238px;
  padding: 10px 10px 10px 45px;
}
/* line 1998, ../scss/styles.scss */
.leftcol .module-inner-wrapper h3.no-icon {
  padding-left: 15px;
}
/* line 2002, ../scss/styles.scss */
.leftcol .module-inner-wrapper h3:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: #aaa;
  bottom: -5px;
  border-width: 5px 0 0 5px;
  left: 0;
  border-left-color: transparent;
}
/* line 2014, ../scss/styles.scss */
.leftcol .module-inner-wrapper h3 span.icon {
  left: 7%;
}
/* line 2019, ../scss/styles.scss */
.leftcol .module-inner-wrapper > ul {
  border-left: 1px solid #ccc;
  padding: 75px 10px 15px 10px;
  width: 100%;
}
/* line 2027, ../scss/styles.scss */
.leftcol .module-inner-wrapper .rss {
  border-left: 1px solid #ccc;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2034, ../scss/styles.scss */
  .leftcol .module-inner-wrapper {
    margin-left: 0;
  }
}
/*  =====================================================
    SASSY LIST - RIGHT COLUMN ONLY STYLE
    =====================================================*/
/* line 2043, ../scss/styles.scss */
.resources .module-inner-wrapper {
  margin: -1.1em 0 -15px -6%;
  width: 243px;
}
/* line 2047, ../scss/styles.scss */
.resources .module-inner-wrapper .sassy.fa-stack {
  left: 80%;
  top: 1.35em;
}
/* line 2052, ../scss/styles.scss */
.resources .module-inner-wrapper h3 {
  left: -.5%;
  width: 97%;
  padding: 10px 50px 10px 15px;
}
/* line 2057, ../scss/styles.scss */
.resources .module-inner-wrapper h3.no-icon {
  padding: 10px 15px 10px 10px;
}
/* line 2061, ../scss/styles.scss */
.resources .module-inner-wrapper h3:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
  bottom: -5px;
  border-width: 0 5px 5px;
  right: -5px;
  border-left-color: #aaa;
}
/* line 2072, ../scss/styles.scss */
.resources .module-inner-wrapper h3 span.icon {
  right: 7%;
}
/* line 2077, ../scss/styles.scss */
.resources .module-inner-wrapper > ul {
  border-right: 1px solid #ccc;
  padding: 75px 10px 15px;
  width: 95%;
}
/* line 2085, ../scss/styles.scss */
.resources .module-inner-wrapper .rss {
  border-right: 1px solid #ccc;
  width: 95%;
}

/* ======================================================
   SASSY LIST - IE Fixes
   ======================================================*/
/* line 2097, ../scss/styles.scss */
.lt-ie9 .module-inner-wrapper {
  margin: -1.1em 0 2em 1.3%;
  width: 105%;
}
/* line 2101, ../scss/styles.scss */
.lt-ie9 .module-inner-wrapper h3 {
  width: 99.5%;
}
/* line 2106, ../scss/styles.scss */
.lt-ie9 .leftcol .module-inner-wrapper {
  margin-bottom: -15px;
  margin-top: -1.1em;
  margin-left: 0;
  width: 232px;
}
/* line 2112, ../scss/styles.scss */
.lt-ie9 .leftcol .module-inner-wrapper h3 {
  width: 238px;
}
/* line 2117, ../scss/styles.scss */
.lt-ie9 .resources .module-inner-wrapper {
  margin: -1.1em 0px -15px -9.5%;
  width: 111.3%;
}
/* line 2121, ../scss/styles.scss */
.lt-ie9 .resources .module-inner-wrapper .sassy.fa-stack {
  left: 80%;
  top: 1.35em;
}
/* line 2126, ../scss/styles.scss */
.lt-ie9 .resources .module-inner-wrapper h3 {
  width: 97.5%;
}
/* line 2129, ../scss/styles.scss */
.lt-ie9 .resources .module-inner-wrapper ul {
  width: 95%;
}
/* line 2134, ../scss/styles.scss */
.lt-ie9 .col363-dotted-verts .resources .module-inner-wrapper {
  margin: -1.1em 0px -15px -6.5%;
  width: 111.3%;
}
/* line 2137, ../scss/styles.scss */
.lt-ie9 .col363-dotted-verts .resources .module-inner-wrapper h3 {
  width: 97.5%;
}
/* line 2140, ../scss/styles.scss */
.lt-ie9 .col363-dotted-verts .resources .module-inner-wrapper ul {
  width: 95%;
}

/* line 2147, ../scss/styles.scss */
.lt-ie8 .module-inner-wrapper {
  margin: -.75em 0 2em -8.5% !important;
  width: 100% !important;
}
/* line 2151, ../scss/styles.scss */
.lt-ie8 .module-inner-wrapper ul {
  width: 95%;
}
/* line 2155, ../scss/styles.scss */
.lt-ie8 .module-inner-wrapper .sassy.fa-stack .fa-inverse {
  top: 0.5em !important;
}
/* line 2159, ../scss/styles.scss */
.lt-ie8 .module-inner-wrapper h3 {
  width: 79% !important;
  z-index: 0 !important;
}
/* line 2163, ../scss/styles.scss */
.lt-ie8 .module-inner-wrapper .rss {
  width: 100% !important;
}
/* line 2168, ../scss/styles.scss */
.lt-ie8 .leftcol .module-inner-wrapper {
  margin: -1.1em 0 2em 5% !important;
}
/* line 2171, ../scss/styles.scss */
.lt-ie8 .leftcol .module-inner-wrapper h3 {
  width: 76.5% !important;
}
/* line 2175, ../scss/styles.scss */
.lt-ie8 .leftcol .module-inner-wrapper h3.no-icon {
  width: 97% !important;
}
/* line 2181, ../scss/styles.scss */
.lt-ie8 .resources .module-inner-wrapper {
  margin: -.25em 0 2em -9% !important;
}
/* line 2183, ../scss/styles.scss */
.lt-ie8 .resources .module-inner-wrapper .sassy.fa-stack {
  left: 90%;
}
/* line 2188, ../scss/styles.scss */
.lt-ie8 .resources .module-inner-wrapper h3.no-icon {
  width: 97% !important;
}
/* line 2193, ../scss/styles.scss */
.lt-ie8 .resources .module-inner-wrapper .rss {
  width: 99.5% !important;
}

/* =======================================================
   SASSY LIST - RESPONSIVE
   =======================================================*/
@media only screen and (min-width: 761px) and (max-width: 1004px) {
  /* line 2204, ../scss/styles.scss */
  .module-inner-wrapper {
    width: 175px;
   
  }
  /* line 2206, ../scss/styles.scss */
  .module-inner-wrapper h3 {
    width: 101%;
    font-size: .9em !important;
  }

  /* line 2212, ../scss/styles.scss */
  .leftcol .module-inner-wrapper {
    width: 172px !important;
  }
  /* line 2216, ../scss/styles.scss */
  .leftcol .module-inner-wrapper h3 {
    left: -2%;
    width: 103% !important;
  }

  /* line 2222, ../scss/styles.scss */
  .resources .module-inner-wrapper {
    width: 180px;
    margin-left: -6%;
  }
  /* line 2226, ../scss/styles.scss */
  .resources .module-inner-wrapper .sassy.fa-stack {
    left: 77% !important;
    top: 1.35em;
  }
  /* line 2231, ../scss/styles.scss */
  .resources .module-inner-wrapper h3 {
    left: -.5%;
    width: 98.5%;
    padding-right: 48px;
  }

  /* line 2238, ../scss/styles.scss */
  .lt-ie9 .resources .sassy.fa-stack {
    left: 77%;
  }

  /* line 2244, ../scss/styles.scss */
  .lt-ie8 .leftcol .module-inner-wrapper {
    margin: -1.5em 0px .8em -3%;
  }
  /* line 2247, ../scss/styles.scss */
  .lt-ie8 .leftcol .module-inner-wrapper h3 {
    width: 129px !important;
    padding: 5px 5px 5px 40px;
    min-height: 30px !important;
  }
  /* line 2253, ../scss/styles.scss */
  .lt-ie8 .leftcol .module-inner-wrapper ul {
    width: 149px;
  }
  /* line 2260, ../scss/styles.scss */
  .lt-ie8 .resources .module-inner-wrapper {
    margin: -1.5em 0px .8em -3%;
  }
  /* line 2263, ../scss/styles.scss */
  .lt-ie8 .resources .module-inner-wrapper h3 {
    width: 134px !important;
    padding: 5px 40px 5px 5px;
    min-height: 30px !important;
  }
  /* line 2269, ../scss/styles.scss */
  .lt-ie8 .resources .module-inner-wrapper ul {
    width: 149px;
  }
}


@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */ 
.skupmainpos {   border:0px solid green; position: relative;
    left: 1px;}
/**********
.alert-container, .outer-container {
    background-image: none !important;
    background-position: 51.9% 0;
    background-repeat: repeat-y;
}
.alert-container, .outer-container {
    width: 1006px;
    margin: 0 auto;
    background: #25538C !important;
    padding: 0 14px 14px;
}
    ************/
}
@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
.skupmainpos {   border:0px solid yellow; position: relative;
    left: -335px;}


}
@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape */

.skupmainpos {   border:0px solid blue; position: relative;
    left: 35px;}

}

/***
@media only screen and (max-width: 760px) {
*/

@media only screen and (max-width: 760px){
    /*** updated of Feb 16 **/

.alert-container, .outer-container {
    background-image: none !important;
    background-position: 51.9% 0;
    background-repeat: repeat-y;
}
.alert-container, .outer-container {
    width: 1006px;
    margin: 0 auto;
    background: #25538C !important;
    padding: 0 14px 14px;
}

.skupmainpos {   border:0px solid red;
   /*  position: relative;
    left: 0px;
       **/

}


  /* line 2280, ../scss/styles.scss */
  .module-inner-wrapper {
    width: 100% !important;
  }
  /* line 2283, ../scss/styles.scss */
  .module-inner-wrapper h3 {
    left: 0;
    width: 100%;
  }
  /* line 2288, ../scss/styles.scss */
  .module-inner-wrapper ul {
    width: 100% !important;
    border: 1px solid #ccc;
  }
  /* line 2293, ../scss/styles.scss */
  .module-inner-wrapper .rss {
    width: 100% !important;
  }

  /* line 2298, ../scss/styles.scss */
  .leftcol .module-inner-wrapper {
    margin-left: 9px;
    margin-left: 0;
  }
  /* line 2303, ../scss/styles.scss */
  .leftcol .module-inner-wrapper .sassy.fa-stack {
    top: 1.6em;
  }
  /* line 2307, ../scss/styles.scss */
  .leftcol .module-inner-wrapper h3 {
    left: -1% !important;
    width: 101%;
    left: 0 !important;
    width: 100%;
  }
  /* line 2314, ../scss/styles.scss */
  .leftcol .module-inner-wrapper h3:before {
    border: 0;
  }
  /* line 2318, ../scss/styles.scss */
  .leftcol .module-inner-wrapper h3 span.icon {
    left: 4% !important;
  }

  /* line 2324, ../scss/styles.scss */
  .resources .module-inner-wrapper {
    margin: -.5em 0 -15px -.75% !important;
    margin: -.5em 0 -15px 0 !important;
  }
  /* line 2329, ../scss/styles.scss */
  .resources .module-inner-wrapper .sassy.fa-stack {
    left: 90%;
    top: 1.6em;
  }
  /* line 2334, ../scss/styles.scss */
  .resources .module-inner-wrapper h3 {
    left: -.1%;
    width: 101.2%;
    left: 0;
    width: 100%;
  }
  /* line 2341, ../scss/styles.scss */
  .resources .module-inner-wrapper h3:after {
    border: 0;
  }
}
/*********************************************
*  END SASSY LISTS
*********************************************/
/* line 3, ../scss/helpers.scss */
.cf {
  *zoom: 1;
}
/* line 4, ../scss/partials/_mixins.scss */
.cf:before, .cf:after {
  content: "";
  display: table;
}
/* line 10, ../scss/partials/_mixins.scss */
.cf:after {
  clear: both;
}

/* line 7, ../scss/helpers.scss */
.clear {
  display: none;
}

/* line 8, ../scss/helpers.scss */
.hide {
  display: none;
}
/** Start Posioning ***/
/* line 9, ../scss/helpers.scss */
.posrel {
  position: relative;
}
/*** added this on  Sunday 2016*****/
.posrel {
       margin-left: 18px;
}
#SkipToMainContent {
    margin-left:25px;
}

.top-line {
    margin-left:10px;
}
#copyright {
    margin-left:20px;

}
/** End Posioning ***/
/* line 10, ../scss/helpers.scss */
.right {
  float: right;
}

/* line 11, ../scss/helpers.scss */
.left {
  float: left;
}

/* line 12, ../scss/helpers.scss */
.horizontal {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 16, ../scss/helpers.scss */
.horizontal li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* line 22, ../scss/helpers.scss */
.accessibility {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 33, ../scss/helpers.scss */
iframe[src*='maps.google.com'] {
  max-width: 100%;
}

/* ==========================================================================
   H5BP Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 47, ../scss/helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 55, ../scss/helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 66, ../scss/helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 75, ../scss/helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 91, ../scss/helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 105, ../scss/helpers.scss */
.invisible {
  visibility: hidden;
}

/*
 *  Font Awesome 4.0.0
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    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"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.0.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.0.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.0.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.0.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../scss/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../scss/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../scss/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../scss/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../scss/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../scss/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../scss/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../scss/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../scss/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../scss/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../scss/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../scss/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../scss/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, ../scss/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, ../scss/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 15, ../scss/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../scss/font-awesome/_spinning.scss */
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  /* line 12, ../scss/font-awesome/_spinning.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 13, ../scss/font-awesome/_spinning.scss */
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  /* line 16, ../scss/font-awesome/_spinning.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 17, ../scss/font-awesome/_spinning.scss */
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  /* line 20, ../scss/font-awesome/_spinning.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 21, ../scss/font-awesome/_spinning.scss */
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  /* line 24, ../scss/font-awesome/_spinning.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 25, ../scss/font-awesome/_spinning.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  /* line 28, ../scss/font-awesome/_spinning.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 29, ../scss/font-awesome/_spinning.scss */
  100% {
    transform: rotate(359deg);
  }
}
/* line 4, ../scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../scss/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../scss/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4, ../scss/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../scss/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  width: 100%;
  text-align: center;
}

/* line 17, ../scss/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 18, ../scss/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 19, ../scss/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../scss/font-awesome/_icons.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 5, ../scss/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 6, ../scss/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 7, ../scss/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 8, ../scss/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 9, ../scss/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 10, ../scss/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 11, ../scss/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 12, ../scss/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 13, ../scss/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 14, ../scss/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 15, ../scss/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 16, ../scss/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 17, ../scss/font-awesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 18, ../scss/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 19, ../scss/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 20, ../scss/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 21, ../scss/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 23, ../scss/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 24, ../scss/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 25, ../scss/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 26, ../scss/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 27, ../scss/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 28, ../scss/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 29, ../scss/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 30, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 31, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 32, ../scss/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 33, ../scss/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 34, ../scss/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 36, ../scss/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 37, ../scss/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 38, ../scss/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 39, ../scss/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 40, ../scss/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 41, ../scss/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 42, ../scss/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 43, ../scss/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 44, ../scss/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 45, ../scss/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 46, ../scss/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 47, ../scss/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 48, ../scss/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 49, ../scss/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 50, ../scss/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 51, ../scss/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 52, ../scss/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 53, ../scss/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 54, ../scss/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 55, ../scss/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 56, ../scss/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 57, ../scss/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 58, ../scss/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 59, ../scss/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 60, ../scss/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 61, ../scss/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 62, ../scss/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 64, ../scss/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 65, ../scss/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 66, ../scss/font-awesome/_icons.scss */
.fa-picture-o:before {
  content: "\f03e";
}

/* line 67, ../scss/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 68, ../scss/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 69, ../scss/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 70, ../scss/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 71, ../scss/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 73, ../scss/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 74, ../scss/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 75, ../scss/font-awesome/_icons.scss */
.fa-move:before {
  content: "\f047";
}

/* line 76, ../scss/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 77, ../scss/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 78, ../scss/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 79, ../scss/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 80, ../scss/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 81, ../scss/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 82, ../scss/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 83, ../scss/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 84, ../scss/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 85, ../scss/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 86, ../scss/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 87, ../scss/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 88, ../scss/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 89, ../scss/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 90, ../scss/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 91, ../scss/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 92, ../scss/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 93, ../scss/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 94, ../scss/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 95, ../scss/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 96, ../scss/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 97, ../scss/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 98, ../scss/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 99, ../scss/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 100, ../scss/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 101, ../scss/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 102, ../scss/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 104, ../scss/font-awesome/_icons.scss */
.fa-resize-full:before {
  content: "\f065";
}

/* line 105, ../scss/font-awesome/_icons.scss */
.fa-resize-small:before {
  content: "\f066";
}

/* line 106, ../scss/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 107, ../scss/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 108, ../scss/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 109, ../scss/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 110, ../scss/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 111, ../scss/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 112, ../scss/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 113, ../scss/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 114, ../scss/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 115, ../scss/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 117, ../scss/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 118, ../scss/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 119, ../scss/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 120, ../scss/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 121, ../scss/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 122, ../scss/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 123, ../scss/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 124, ../scss/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 125, ../scss/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 126, ../scss/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 127, ../scss/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 128, ../scss/font-awesome/_icons.scss */
.fa-resize-vertical:before {
  content: "\f07d";
}

/* line 129, ../scss/font-awesome/_icons.scss */
.fa-resize-horizontal:before {
  content: "\f07e";
}

/* line 130, ../scss/font-awesome/_icons.scss */
.fa-bar-chart-o:before {
  content: "\f080";
}

/* line 131, ../scss/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 132, ../scss/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 133, ../scss/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 134, ../scss/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 135, ../scss/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 137, ../scss/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 138, ../scss/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 139, ../scss/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 140, ../scss/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 141, ../scss/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 142, ../scss/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 143, ../scss/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 144, ../scss/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 145, ../scss/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 146, ../scss/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 147, ../scss/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 148, ../scss/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 149, ../scss/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 150, ../scss/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 151, ../scss/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 152, ../scss/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 153, ../scss/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 154, ../scss/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 155, ../scss/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 156, ../scss/font-awesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 157, ../scss/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 158, ../scss/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 159, ../scss/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 160, ../scss/font-awesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 161, ../scss/font-awesome/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 162, ../scss/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 163, ../scss/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 164, ../scss/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 165, ../scss/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 166, ../scss/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 167, ../scss/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 168, ../scss/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 169, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 170, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 171, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 172, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 173, ../scss/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 174, ../scss/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 175, ../scss/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 176, ../scss/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 177, ../scss/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 178, ../scss/font-awesome/_icons.scss */
.fa-fullscreen:before {
  content: "\f0b2";
}

/* line 179, ../scss/font-awesome/_icons.scss */
.fa-group:before {
  content: "\f0c0";
}

/* line 180, ../scss/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 182, ../scss/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 183, ../scss/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 184, ../scss/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 186, ../scss/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 188, ../scss/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 189, ../scss/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 191, ../scss/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 192, ../scss/font-awesome/_icons.scss */
.fa-reorder:before {
  content: "\f0c9";
}

/* line 193, ../scss/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 194, ../scss/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 195, ../scss/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 196, ../scss/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 197, ../scss/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 198, ../scss/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 199, ../scss/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 200, ../scss/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 201, ../scss/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 202, ../scss/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 203, ../scss/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 204, ../scss/font-awesome/_icons.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 205, ../scss/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 206, ../scss/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 207, ../scss/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 208, ../scss/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 209, ../scss/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 210, ../scss/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 212, ../scss/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

/* line 214, ../scss/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

/* line 216, ../scss/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 217, ../scss/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 218, ../scss/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 220, ../scss/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 222, ../scss/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 224, ../scss/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 225, ../scss/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 226, ../scss/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 228, ../scss/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 229, ../scss/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 230, ../scss/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 232, ../scss/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 233, ../scss/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 234, ../scss/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 235, ../scss/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 236, ../scss/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 237, ../scss/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 238, ../scss/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 239, ../scss/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 240, ../scss/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 241, ../scss/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 242, ../scss/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 243, ../scss/font-awesome/_icons.scss */
.fa-building:before {
  content: "\f0f7";
}

/* line 244, ../scss/font-awesome/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 245, ../scss/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 246, ../scss/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 247, ../scss/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 248, ../scss/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 249, ../scss/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 250, ../scss/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 251, ../scss/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 252, ../scss/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 253, ../scss/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 254, ../scss/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 255, ../scss/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 256, ../scss/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 257, ../scss/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 258, ../scss/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 259, ../scss/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 260, ../scss/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 261, ../scss/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 262, ../scss/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 264, ../scss/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 265, ../scss/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 266, ../scss/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 267, ../scss/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 268, ../scss/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 269, ../scss/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 271, ../scss/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 272, ../scss/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 273, ../scss/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 274, ../scss/font-awesome/_icons.scss */
.fa-expand-o:before {
  content: "\f116";
}

/* line 275, ../scss/font-awesome/_icons.scss */
.fa-collapse-o:before {
  content: "\f117";
}

/* line 276, ../scss/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 277, ../scss/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 278, ../scss/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 279, ../scss/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 280, ../scss/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 281, ../scss/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 282, ../scss/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 283, ../scss/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 284, ../scss/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 285, ../scss/font-awesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 286, ../scss/font-awesome/_icons.scss */
.fa-mail-reply-all:before {
  content: "\f122";
}

/* line 287, ../scss/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 290, ../scss/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 291, ../scss/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 292, ../scss/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 293, ../scss/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 295, ../scss/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 296, ../scss/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 297, ../scss/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 298, ../scss/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 299, ../scss/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 300, ../scss/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 301, ../scss/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 302, ../scss/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 303, ../scss/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 304, ../scss/font-awesome/_icons.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 305, ../scss/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 306, ../scss/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 307, ../scss/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 308, ../scss/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 309, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 310, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 311, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 312, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 313, ../scss/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 314, ../scss/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 315, ../scss/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 316, ../scss/font-awesome/_icons.scss */
.fa-unlock-o:before {
  content: "\f13e";
}

/* line 317, ../scss/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 318, ../scss/font-awesome/_icons.scss */
.fa-ellipsis-horizontal:before {
  content: "\f141";
}

/* line 319, ../scss/font-awesome/_icons.scss */
.fa-ellipsis-vertical:before {
  content: "\f142";
}

/* line 320, ../scss/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 321, ../scss/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 322, ../scss/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 323, ../scss/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 324, ../scss/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 325, ../scss/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 326, ../scss/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 327, ../scss/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 328, ../scss/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 329, ../scss/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 330, ../scss/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 331, ../scss/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 332, ../scss/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 334, ../scss/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 336, ../scss/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 338, ../scss/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 340, ../scss/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 341, ../scss/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 343, ../scss/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 345, ../scss/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 349, ../scss/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 352, ../scss/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 354, ../scss/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 356, ../scss/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 357, ../scss/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 358, ../scss/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 359, ../scss/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 360, ../scss/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 361, ../scss/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 362, ../scss/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 363, ../scss/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 364, ../scss/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 365, ../scss/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 366, ../scss/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 367, ../scss/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 368, ../scss/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 369, ../scss/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 370, ../scss/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 371, ../scss/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 372, ../scss/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 373, ../scss/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 374, ../scss/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 375, ../scss/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 376, ../scss/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 377, ../scss/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 378, ../scss/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 379, ../scss/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 380, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 381, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 382, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 383, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 384, ../scss/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 385, ../scss/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 386, ../scss/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 387, ../scss/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 388, ../scss/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 389, ../scss/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 390, ../scss/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 391, ../scss/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 392, ../scss/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 393, ../scss/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 394, ../scss/font-awesome/_icons.scss */
.fa-gittip:before {
  content: "\f184";
}

/* line 395, ../scss/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 396, ../scss/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 397, ../scss/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 398, ../scss/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 399, ../scss/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 400, ../scss/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 401, ../scss/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 402, ../scss/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 403, ../scss/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 404, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 405, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 406, ../scss/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 408, ../scss/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 409, ../scss/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 410, ../scss/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 411, ../scss/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/*
   megadd.scss: Default Styles for the MegaDD
   Sites Affected (Color-wise): Auditor, Child Advocate, Essex Sherrif, IG, MOVA, MSA, MTRS, Portal, Recovery, Transparency

   v20140418jc updated Active Tab styling for ER208 C1010358  on 4-30-2014
   @#166 &.menu_on

   v20140313jc updated for FX38 C1009916 on 3-19-2014 @#987 (for loop)
   Changed .dd-drawer height loop max from 10 to 20 to accommodate more dropdown items

   v20131231jc updated for C1009408 on 1-8-2014 */
/* line 31, ../scss/megadd.scss */
#topnav {
  position: relative;
  background-color: #f3f3f3;
}

/* line 36, ../scss/megadd.scss */
#nav {
  width: 100%;
  margin-left: 0px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #dfdfdf;
}
/* line 44, ../scss/megadd.scss */
.lt-ie8 #nav {
  width: 1004px;
}

/* border only at desktop large breakpoint */
@media only screen and (max-width: 1004px) {
  /* Styles */
  /* line 53, ../scss/megadd.scss */
  #nav {
    border: 0;
  }
}
/* line 58, ../scss/megadd.scss */
.megamenu {
  *zoom: 1;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-top-width: 2px;
  border-bottom-width: 0;
}
/* line 4, ../scss/partials/_mixins.scss */
.megamenu:before, .megamenu:after {
  content: "";
  display: table;
}
/* line 10, ../scss/partials/_mixins.scss */
.megamenu:after {
  clear: both;
}
/* line 68, ../scss/megadd.scss */
.megamenu a.nav_bubblelabel {
  padding: 0 14px;
  color: #333;
  font-size: 0.95em;
  width: 100%;
  display: table-cell;
  margin: auto 0;
  vertical-align: middle;
  text-decoration: none;
}
/* line 72, ../scss/megadd.scss */
.megamenu a.nav_bubblelabel:hover, .megamenu a.nav_bubblelabel.menu.active {
  text-decoration: underline;
}

/* line 80, ../scss/megadd.scss */
.menu {
  height: 50px;
  float: left;
  border-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 3px 0 0 -2px #f6f6f6, -5px 0 0 -4px #cacaca;
  -moz-box-shadow: 3px 0 0 -2px #f6f6f6, -5px 0 0 -4px #cacaca;
  box-shadow: 3px 0 0 -2px #f6f6f6, -5px 0 0 -4px #cacaca;
}
/* line 90, ../scss/megadd.scss */
.lt-ie9 .menu {
  border-left: 1px solid #cacaca;
}
/* line 94, ../scss/megadd.scss */
.menu a.tab {
  color: #444;
  text-decoration: none;
  padding: 0 5px;
}
/* line 100, ../scss/megadd.scss */
.menu:hover, .menu.active {
  border-right: 0;
  border-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  background: #FAFCFF;
  -webkit-box-shadow: 0px -1px 5px 0 #bababa, -5px 0 0 -4px #dddddd, 5px 0 0 -4px #dddddd;
  -moz-box-shadow: 0px -1px 5px 0 #bababa, -5px 0 0 -4px #dddddd, 5px 0 0 -4px #dddddd;
  box-shadow: 0px -1px 5px 0 #bababa, -5px 0 0 -4px #dddddd, 5px 0 0 -4px #dddddd;
  border-top: 3px solid #f5f9fc;
  margin-top: -3px;
  height: 53px;
}
/* line 112, ../scss/megadd.scss */
.lt-ie9 .menu:hover, .lt-ie9 .menu.active {
  border-left: 1px solid #ddd;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=0,strength=1);
  zoom: 1;
}
/* line 118, ../scss/megadd.scss */
.lt-ie8 .menu:hover, .lt-ie8 .menu.active {
  margin-top: -4px;
}
/* line 122, ../scss/megadd.scss */
.menu:hover + .menu, .menu.active + .menu {
  -webkit-box-shadow: 3px 0 0 -2px #f6f6f6;
  -moz-box-shadow: 3px 0 0 -2px #f6f6f6;
  box-shadow: 3px 0 0 -2px #f6f6f6;
}
/* line 125, ../scss/megadd.scss */
.menu:hover + .menu.menu_on, .menu.active + .menu.menu_on {
  -webkit-box-shadow: -5px 0 0 -4px #dddddd, 5px 0 0 -4px #dddddd, 0 1px 0 0 white;
  -moz-box-shadow: -5px 0 0 -4px #dddddd, 5px 0 0 -4px #dddddd, 0 1px 0 0 white;
  box-shadow: -5px 0 0 -4px #dddddd, 5px 0 0 -4px #dddddd, 0 1px 0 0 white;
}
/* line 131, ../scss/megadd.scss */
.menu:hover a.tab, .menu.active a.tab {
  color: #215486;
}
/* line 134, ../scss/megadd.scss */
.menu:hover a.tab:hover, .menu.active a.tab:hover, .menu:hover a.tab.menu.active, .menu.active a.tab.menu.active {
  text-decoration: underline;
}
/* line 139, ../scss/megadd.scss */
.menu:hover:first-child, .menu.active:first-child {
  border-left: 0;
  -webkit-box-shadow: 0px -1px 5px 0 #bababa, 5px 0 0 -4px #dddddd, -5px 0 0 -4px #dddddd;
  -moz-box-shadow: 0px -1px 5px 0 #bababa, 5px 0 0 -4px #dddddd, -5px 0 0 -4px #dddddd;
  box-shadow: 0px -1px 5px 0 #bababa, 5px 0 0 -4px #dddddd, -5px 0 0 -4px #dddddd;
}
/* line 144, ../scss/megadd.scss */
.lt-ie9 .menu:hover:first-child, .lt-ie9 .menu.active:first-child {
  border-left: 0;
}
/* line 150, ../scss/megadd.scss */
.menu.active {
  border-top: 6px solid #4D72A1;
  height: 56px;
  margin-top: -6px;
}
/* line 156, ../scss/megadd.scss */
.menu.active a.tab {
  outline: 0;
}
/* line 159, ../scss/megadd.scss */
.menu.active a.tab:focus {
  text-decoration: underline;
  background-color: #215486;
  color: #fff;
}
/* line 169, ../scss/megadd.scss */
.menu.menu_on {
  border-bottom: 0;
  background: #fff;
  -webkit-box-shadow: -1px 0 0 0 #A7BBD5, 1px 0 0 0 #A7BBD5, 0 2px 0 0 #ffffff;
  -moz-box-shadow: -1px 0 0 0 #A7BBD5, 1px 0 0 0 #A7BBD5, 0 2px 0 0 #ffffff;
  box-shadow: -1px 0 0 0 #A7BBD5, 1px 0 0 0 #A7BBD5, 0 2px 0 0 #ffffff;
  height: 56px;
  margin-top: -6px;
  border-top: 6px solid #4D72A1;
  padding-top: 0;
}
/* line 180, ../scss/megadd.scss */
.menu.menu_on + .menu {
  -webkit-box-shadow: 3px 0 0 -2px #f6f6f6;
  -moz-box-shadow: 3px 0 0 -2px #f6f6f6;
  box-shadow: 3px 0 0 -2px #f6f6f6;
}
/* line 183, ../scss/megadd.scss */
.menu.menu_on + .menu.active, .menu.menu_on + .menu:focus, .menu.menu_on + .menu:hover, .menu.menu_on + .menu.active {
  -webkit-box-shadow: 0px -1px 5px 0 #bababa, -5px 0 0 -4px #dddddd, 5px 0 0 -4px #dddddd;
  -moz-box-shadow: 0px -1px 5px 0 #bababa, -5px 0 0 -4px #dddddd, 5px 0 0 -4px #dddddd;
  box-shadow: 0px -1px 5px 0 #bababa, -5px 0 0 -4px #dddddd, 5px 0 0 -4px #dddddd;
}
/* line 190, ../scss/megadd.scss */
.lt-ie9 .menu.menu_on {
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=180,strength=7), progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=1), progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=270,strength=1);
  ZOOM: 1;
}
/* line 198, ../scss/megadd.scss */
.menu.menu_on a.tab {
  color: #215486;
  text-decoration: none;
}
/* line 203, ../scss/megadd.scss */
.menu.menu_on.active, .menu.menu_on:focus, .menu.menu_on:hover, .menu.menu_on.active {
  background: #FAFCFF;
  -webkit-box-shadow: 0px -3px 10px -3px #bababa, -5px 0 10px -7px #dddddd, 5px 0 10px -7px #dddddd;
  -moz-box-shadow: 0px -3px 10px -3px #bababa, -5px 0 10px -7px #dddddd, 5px 0 10px -7px #dddddd;
  box-shadow: 0px -3px 10px -3px #bababa, -5px 0 10px -7px #dddddd, 5px 0 10px -7px #dddddd;
  border-top: 3px solid #FAFCFF;
  margin-top: -3px;
  height: 53px;
  padding-top: 1px;
}
/* line 213, ../scss/megadd.scss */
.lt-ie9 .menu.menu_on.active, .lt-ie9 .menu.menu_on:focus, .lt-ie9 .menu.menu_on:hover, .lt-ie9 .menu.menu_on.active {
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=0,strength=1);
  zoom: 1;
}
/* line 218, ../scss/megadd.scss */
.menu.menu_on.active a.tab, .menu.menu_on:focus a.tab, .menu.menu_on:hover a.tab, .menu.menu_on.active a.tab {
  text-decoration: underline;
  outline: none;
}
/* line 226, ../scss/megadd.scss */
.menu:first-child {
  border-left: 0;
  -webkit-box-shadow: 3px 0 0 -2px #f6f6f6;
  -moz-box-shadow: 3px 0 0 -2px #f6f6f6;
  box-shadow: 3px 0 0 -2px #f6f6f6;
}
/* line 229, ../scss/megadd.scss */
.menu:first-child.menu_on {
  -webkit-box-shadow: 1px 0 0 0 #A7BBD5, 0 2px 0 0 #fff;
  -moz-box-shadow: 1px 0 0 0 #A7BBD5, 0 2px 0 0 #fff;
  box-shadow: 1px 0 0 0 #A7BBD5, 0 2px 0 0 #fff;
}
/* line 231, ../scss/megadd.scss */
.menu:first-child.menu_on:hover, .menu.active:first-child.menu_on {
  -webkit-box-shadow: 3px 0 0 -2px #f6f6f6, 0 1px 0 0 white, 0px -3px 10px -3px #bababa, -5px 0 10px -7px #dddddd, 5px 0 10px -7px #dddddd;
  -moz-box-shadow: 3px 0 0 -2px #f6f6f6, 0 1px 0 0 white, 0px -3px 10px -3px #bababa, -5px 0 10px -7px #dddddd, 5px 0 10px -7px #dddddd;
  box-shadow: 3px 0 0 -2px #f6f6f6, 0 1px 0 0 white, 0px -3px 10px -3px #bababa, -5px 0 10px -7px #dddddd, 5px 0 10px -7px #dddddd;
}
/* line 237, ../scss/megadd.scss */
.menu #tablabel,
.menu .nav_label {
  font-family: Tahoma,Verdana,Geneva,sans-serif;
  font-weight: bold;
  display: table;
  height: 100%;
  width: 100%;
  font-size: 0.9em;
  line-height: 1.25em;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* line 250, ../scss/megadd.scss */
.lt-ie9 .menu #tablabel, .lt-ie9
.menu .nav_label {
  position: relative;
}
/* line 254, ../scss/megadd.scss */
.menu #tablabel a.tab,
.menu .nav_label a.tab {
  display: table-cell;
  vertical-align: middle;
  /* IE7 Solution */
  *position: absolute;
  *top: 50%;
  *width: 100%;
  text-align: center;
}
/* line 262, ../scss/megadd.scss */
.menu #tablabel a.tab span,
.menu .nav_label a.tab span {
  *position: relative;
  *top: -50%;
  *display: block;
  margin: 0 auto;
}

/* line 272, ../scss/megadd.scss */
.sub {
  position: relative;
  top: 0;
  left: -1px;
  width: 465px;
  margin: 0 0 0 1px;
  display: none;
  /*--Hidden for those with js turned off--*/
  z-index: 300;
  border: 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-radius: 0 0 5px 5px;
}
/* line 285, ../scss/megadd.scss */
.lt-ie9 .sub {
  zoom: 1;
  left: -2px;
  height: auto;
}
/* line 291, ../scss/megadd.scss */
.sub.dd-pull-right {
  float: right;
  right: -1px;
  left: auto;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-radius: 0 0 5px 5px;
}
/* line 299, ../scss/megadd.scss */
.lt-ie8 .sub {
  position: relative;
  top: 0 !important;
}

/* line 306, ../scss/megadd.scss */
.category-shadow {
  width: 225px;
  margin: 0;
  padding: 0;
  background-color: #a0a0a0;
  position: relative;
  left: -10px;
  top: 0px;
  z-index: 400;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5);
}
/* line 317, ../scss/megadd.scss */
.dd-pull-right .category-shadow {
  right: -243px;
  left: auto;
}

/* line 323, ../scss/megadd.scss */
.sub .category {
  width: 215px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
  text-align: left;
  position: relative;
  z-index: 700;
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  border-radius: 0 0 0 5px;
}
/* line 338, ../scss/megadd.scss */
.lt-ie9 .sub .category {
  *zoom: 1;
  border-left: 1px solid #e5e5e5;
}
/* line 343, ../scss/megadd.scss */
.noDrawer .sub .category {
  border: 0;
  height: 0;
}
/* line 348, ../scss/megadd.scss */
.sub .category .category-drop {
  *zoom: 1;
  margin: 0;
  list-style: none;
  padding: 0;
  z-index: 600;
}
/* line 357, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop {
  background: #ececec;
}
/* line 361, ../scss/megadd.scss */
.sub .category .category-drop:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 371, ../scss/megadd.scss */
.sub .category .category-drop-li {
  *zoom: 1;
  margin: 0;
  border-right: none;
  background: #FAFCFF;
  cursor: default;
  color: #333;
  z-index: 900;
  border-left: 0;
  position: relative;
  height: 45px;
  width: 215px;
  border-bottom: 1px solid #e0e7f0;
  display: table;
}
/* line 392, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li:first-child {
  margin-top: 0;
}
/* line 397, ../scss/megadd.scss */
.sub .category .category-drop-li.dd-active {
  background: #4d72a1;
  border-bottom-color: #a7bbd5;
  border-top: 1px solid #a7bbd5;
  margin-top: -1px;
  height: 46px;
}
/* line 408, ../scss/megadd.scss */
.sub .category .category-drop-li.dd-active:first-child {
  border-top: 0;
  margin-top: 0;
  height: 45px;
}
/* line 412, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.dd-active:first-child {
  height: 46px;
}
/* line 417, ../scss/megadd.scss */
.sub .category .category-drop-li.dd-active.active-on:before {
  position: absolute;
  border-bottom-color: #2e4460;
  right: -8px;
  display: inline-block;
  border-top: 23px solid #ecf0f6;
  border-left: 21px solid #ecf0f6;
  border-bottom: 21px solid #ecf0f6;
  content: '';
  z-index: 90;
}
/* line 429, ../scss/megadd.scss */
.sub .category .category-drop-li.dd-active.active-on:after {
  position: absolute;
  top: .5px;
  right: 4px;
  display: inline-block;
  border-top: 22px solid transparent;
  border-left: 9px solid #4d72a1;
  border-bottom: 22px solid transparent;
  content: '';
  z-index: 100;
}
/* line 442, ../scss/megadd.scss */
.sub .category .category-drop-li.dd-active > a.nav_bubblelabel {
  color: #fff;
  padding: 0 14px;
  line-height: normal;
  vertical-align: middle;
  text-shadow: 1px 1px 1px #000;
  filter: DropShadow(Color=#000000, OffX=1, OffY=1);
}
/* line 451, ../scss/megadd.scss */
.lt-ie9 .sub .category .category-drop-li.dd-active > a.nav_bubblelabel {
  filter: none;
  font-weight: normal;
}
/* line 456, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.dd-active > a.nav_bubblelabel {
  width: 187px;
}
/* line 460, ../scss/megadd.scss */
.sub .category .category-drop-li.dd-active > a.nav_bubblelabel:focus {
  outline: 0;
  text-decoration: underline;
}
/* line 472, ../scss/megadd.scss */
.sub .category .category-drop-li.dd-active.no-sub:before, .sub .category .category-drop-li.dd-active.no-sub:after {
  border: 0;
}
/* line 479, ../scss/megadd.scss */
.sub .category .category-drop-li:last-child {
  border-bottom: 0;
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  border-radius: 0 0 0 5px;
}
/* line 483, ../scss/megadd.scss */
.sub .category .category-drop-li:last-child.dd-active.active-on {
  border-bottom: 0;
  border-top: 0;
  margin-top: 0;
  height: 45px;
}
/* line 489, ../scss/megadd.scss */
.sub .category .category-drop-li:last-child.dd-active.active-on:before {
  border-bottom-width: 22px;
}
/* line 495, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content {
  background: #ececec;
  border-bottom-color: #ccc;
}
/* line 499, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content > a.nav_bubblelabel {
  color: #404040;
  font-weight: bold;
  *display: inline-block;
  /*haslayout for IE6/7 */
}
/* line 503, ../scss/megadd.scss */
.lt-ie9 .sub .category .category-drop-li.list-container-content > a.nav_bubblelabel {
  font-weight: normal;
}
/* line 508, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.list-container-content > a.nav_bubblelabel {
  width: 187px;
  position: relative;
  margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
  /*margin-top: inherit;
  *clear: expression(
    style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"),
    style.clear = "none", 0
    );*/
}
/* line 520, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content > a.nav_bubblelabel:hover, .sub .category .category-drop-li.list-container-content > a.nav_bubblelabel.menu.active {
  cursor: default;
  color: #404040;
  text-decoration: none;
}
/* line 527, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content .fa-stack {
  font-size: 1.2em;
  color: #606060;
  display: block;
  float: left;
  position: relative;
  top: 8px;
  left: 8px;
}
/* line 536, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.list-container-content .fa-stack {
  display: none;
  height: 0;
  width: 0;
  line-height: 0;
  top: 0;
  left: 0;
  margin: 0;
}
/* line 546, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content .fa-stack .fa-stack-2x {
  text-shadow: 0 0 1px #222;
}
/* line 550, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.list-container-content .fa-stack .fa-stack-2x {
  display: none;
  height: 0;
  width: 0;
  line-height: 0;
  top: 0;
  left: 0;
  margin: 0;
}
/* line 561, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content .fa-stack .fa-stack-1x {
  text-shadow: 1px 1px 1px #111;
  filter: DropShadow(Color=#111111, OffX=1, OffY=1);
}
/* line 565, ../scss/megadd.scss */
.lt-ie9 .sub .category .category-drop-li.list-container-content .fa-stack .fa-stack-1x {
  filter: none;
}
/* line 569, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.list-container-content .fa-stack .fa-stack-1x {
  display: none;
  height: 0;
  width: 0;
  line-height: 0;
  top: 0;
  left: 0;
  margin: 0;
}
/* line 580, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content .fa-stack .fa-question {
  font-size: 1.2em;
}
/* line 584, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content .fa-stack .fa-code-fork {
  font-size: 1.1em;
}
/* line 588, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content .fa-stack .fa-desktop {
  font-size: .85em;
}
/* line 592, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content .fa-stack.hover-on {
  color: #404040;
  font-size: 1.75em;
  top: 0px;
  left: -1px;
  margin: -1px -14px -1px 0;
}
/* line 599, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.list-container-content .fa-stack.hover-on {
  display: none;
  height: 0;
  width: 0;
  line-height: 0;
  top: 0;
  left: 0;
  margin: 0;
}
/* line 609, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content .fa-stack.hover-on .fa-stack-1x {
  text-shadow: 1px 1px 1px #111;
  filter: DropShadow(Color=#111111, OffX=1, OffY=1);
}
/* line 613, ../scss/megadd.scss */
.lt-ie9 .sub .category .category-drop-li.list-container-content .fa-stack.hover-on .fa-stack-1x {
  filter: none;
}
/* line 616, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.list-container-content .fa-stack.hover-on .fa-stack-1x {
  display: none;
  height: 0;
  width: 0;
  line-height: 0;
  top: 0;
  left: 0;
  margin: 0;
}
/* line 627, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content .fa-stack.hover-on .fa-stack-2x {
  display: none;
}
/* line 630, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.list-container-content .fa-stack.hover-on .fa-stack-2x {
  display: none;
  height: 0;
  width: 0;
  line-height: 0;
  top: 0;
  left: 0;
  margin: 0;
}
/* line 643, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content.dd-active {
  background-color: #8d8d8d;
  border-bottom-color: #c0c0c0;
  border-top-color: #c0c0c0;
  margin-top: -1px;
  height: 46px;
}
/* line 651, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content.dd-active > a.nav_bubblelabel {
  color: #fff;
  padding: 0 14px;
  line-height: normal;
  vertical-align: middle;
  text-shadow: 1px 1px 1px #111;
  filter: DropShadow(Color=#111111, OffX=1, OffY=1);
}
/* line 661, ../scss/megadd.scss */
.lt-ie9 .sub .category .category-drop-li.list-container-content.dd-active > a.nav_bubblelabel {
  filter: none;
  font-weight: normal;
}
/* line 666, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li.list-container-content.dd-active > a.nav_bubblelabel {
  width: 187px;
}
/* line 670, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content.dd-active > a.nav_bubblelabel:focus {
  outline: 0;
  text-decoration: underline;
}
/* line 677, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content.dd-active.active-on:before {
  position: absolute;
  right: -8px;
  display: inline-block;
  border-top: 23px solid #e3e3e3;
  border-left: 21px solid #e3e3e3;
  border-bottom: 21px solid #e3e3e3;
  content: '';
  z-index: 900;
}
/* line 689, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content.dd-active.active-on:after {
  position: absolute;
  top: .5px;
  right: 4px;
  display: inline-block;
  border-top: 22px solid transparent;
  border-left: 9px solid #8d8d8d;
  border-bottom: 21px solid transparent;
  content: '';
  z-index: 1000;
}
/* line 702, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content.dd-active.active-on:last-child:before {
  border-bottom: 22px solid #e3e3e3;
}
/* line 711, ../scss/megadd.scss */
.sub .category .category-drop-li.list-container-content.dd-active .subcat .subcat-li a {
  color: #404040;
}
/* line 718, ../scss/megadd.scss */
.sub .category .category-drop-li > a.nav_bubblelabel {
  color: #215486;
  line-height: normal;
  vertical-align: middle;
}
/* line 723, ../scss/megadd.scss */
.lt-ie9 .sub .category .category-drop-li > a.nav_bubblelabel {
  font-weight: normal;
}
/* line 728, ../scss/megadd.scss */
.sub .category .category-drop-li > a.nav_bubblelabel {
  *display: inline-block;
  /*haslayout for IE6/7 */
}
/* line 730, ../scss/megadd.scss */
.lt-ie8 .sub .category .category-drop-li > a.nav_bubblelabel {
  width: 187px;
  position: relative;
  margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
  /*margin-top: inherit;
  *clear: expression(
    style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"),
    style.clear = "none", 0
    );*/
}
/* line 746, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat {
  display: block;
  position: absolute;
  width: 230px;
  left: 225px;
  padding: 0 5px;
  top: -99999em;
  margin-top: 10px;
}
/* line 757, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat ul {
  padding: 0;
  margin: 0;
}
/* line 762, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-heading {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 0;
  font-weight: bold;
  cursor: auto;
}
/* line 769, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-heading a {
  color: #1b446d;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
}
/* line 776, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-heading a:hover, .sub .category .category-drop-li .subcat .subcat-heading a.menu.active {
  text-decoration: underline;
  cursor: pointer;
}
/* line 781, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-heading a:focus {
  background-color: #1b446d;
  color: #ecf0f6;
  outline: 0;
  padding: 2px 4px;
}
/* line 791, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li {
  font-size: 0.9em;
  display: block;
  height: auto;
  margin: 0 0 0 15px;
  padding: 10px 0 0 0;
  text-indent: -12px;
  line-height: 1.16em;
}
/* line 800, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li a {
  color: #1b446d;
}
/* line 803, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li a:hover, .sub .category .category-drop-li .subcat .subcat-li a.menu.active {
  text-decoration: underline;
}
/* line 807, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li a:focus {
  text-decoration: none;
}
/* line 816, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li:before {
  content: "\F111";
  /* icon-circle */
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  background: none;
  margin: 0 8px 0 0;
  top: -2px;
  position: relative;
  font-size: .35em;
  color: #444;
}
/* line 832, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li.seeall {
  background-image: none;
  clear: both;
  text-indent: 0;
  margin-left: 0;
  height: 25px;
}
/* line 839, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li.seeall a {
  text-decoration: none;
}
/* line 842, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li.seeall a:hover, .sub .category .category-drop-li .subcat .subcat-li.seeall a.menu.active {
  text-decoration: underline;
}
/* line 847, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li.seeall:before {
  content: " ";
  /* icon-double-angle-right */
  background: none;
}
/* line 853, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .subcat-li .callout p {
  text-indent: 0;
  margin: 0 0 3px 0;
  line-height: 1.3em;
}
/* line 861, ../scss/megadd.scss */
.sub .category .category-drop-li .subcat .rss {
  clear: both;
  position: relative;
  line-height: 1.5em;
  margin-top: 5px;
  height: 20px;
}

/* line 871, ../scss/megadd.scss */
.sub.dd-pull-right .category {
  float: right;
  border-left: 0;
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  border-radius: 0 0 5px 0;
}
/* line 876, ../scss/megadd.scss */
.lt-ie9 .sub.dd-pull-right .category {
  zoom: 1;
  border-right: 1px solid #e5e5e5;
}
/* line 881, ../scss/megadd.scss */
.sub.dd-pull-right .category .category-drop-li {
  padding-left: 5px;
  width: 215px;
}
/* line 886, ../scss/megadd.scss */
.sub.dd-pull-right .category .category-drop-li:last-child {
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  border-radius: 0 0 5px 0;
  border-bottom: 0;
}
/* line 893, ../scss/megadd.scss */
.sub.dd-pull-right .category .category-drop-li.dd-active.active-on:before {
  left: -10px;
  right: auto;
  border-left: 0;
  border-right: 24px solid #ecf0f6;
}
/* line 900, ../scss/megadd.scss */
.sub.dd-pull-right .category .category-drop-li.dd-active.active-on:after {
  right: auto;
  left: 5px;
  border-left: 0;
  border-right: 9px solid #4d72a1;
}
/* line 910, ../scss/megadd.scss */
.sub.dd-pull-right .category .category-drop-li.dd-active.list-container-content.active-on:before {
  border-top: 23px solid #e3e3e3;
  border-right: 24px solid #e3e3e3;
  border-bottom: 21px solid #e3e3e3;
}
/* line 916, ../scss/megadd.scss */
.sub.dd-pull-right .category .category-drop-li.dd-active.list-container-content.active-on:after {
  border-right: 9px solid #8d8d8d;
}
/* line 920, ../scss/megadd.scss */
.sub.dd-pull-right .category .category-drop-li.dd-active.list-container-content.active-on:last-child:before {
  border-bottom: 22px solid #e3e3e3;
}
/* line 929, ../scss/megadd.scss */
.sub.dd-pull-right .category .category-drop-li .subcat {
  left: -240px;
}

/* line 934, ../scss/megadd.scss */
.drawer-shadow {
  position: relative;
  top: 0;
  width: 250px;
  background: #a0a0a0;
  margin: 0;
  left: 215px;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5);
  margin-bottom: -1000px;
  /* !important for short (ie 404) pages where vert scroll bar added */
}
/* line 945, ../scss/megadd.scss */
.lt-ie8 .drawer-shadow {
  width: 280px;
  left: 210px;
}
/* line 950, ../scss/megadd.scss */
.dd-pull-right .drawer-shadow {
  right: 10px;
  left: auto;
}
/* line 954, ../scss/megadd.scss */
.lt-ie8 .dd-pull-right .drawer-shadow {
  left: -38px;
  right: auto;
}

/* line 962, ../scss/megadd.scss */
.dd-drawer {
  position: absolute;
  top: 0;
  width: 250px;
  background: #ecf0f6;
  margin: 0;
  border: 1px solid #e0e0e0;
  border-left-color: #a7bbd5;
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  border-radius: 0 0 5px 0;
  z-index: 500;
  padding: 10px;
  display: none;
  left: 215px;
  /*.lt-ie8 & {
    display: block;
  }*/
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-1 {
  min-height: 46px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-1 {
  min-height: 25px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-1 {
  min-height: 33px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-2 {
  min-height: 91px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-2 {
  min-height: 70px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-2 {
  min-height: 78px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-3 {
  min-height: 136px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-3 {
  min-height: 115px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-3 {
  min-height: 123px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-4 {
  min-height: 181px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-4 {
  min-height: 160px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-4 {
  min-height: 168px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-5 {
  min-height: 226px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-5 {
  min-height: 205px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-5 {
  min-height: 213px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-6 {
  min-height: 271px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-6 {
  min-height: 250px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-6 {
  min-height: 258px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-7 {
  min-height: 316px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-7 {
  min-height: 295px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-7 {
  min-height: 303px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-8 {
  min-height: 361px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-8 {
  min-height: 340px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-8 {
  min-height: 348px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-9 {
  min-height: 406px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-9 {
  min-height: 385px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-9 {
  min-height: 393px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-10 {
  min-height: 451px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-10 {
  min-height: 430px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-10 {
  min-height: 438px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-11 {
  min-height: 496px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-11 {
  min-height: 475px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-11 {
  min-height: 483px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-12 {
  min-height: 541px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-12 {
  min-height: 520px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-12 {
  min-height: 528px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-13 {
  min-height: 586px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-13 {
  min-height: 565px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-13 {
  min-height: 573px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-14 {
  min-height: 631px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-14 {
  min-height: 610px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-14 {
  min-height: 618px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-15 {
  min-height: 676px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-15 {
  min-height: 655px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-15 {
  min-height: 663px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-16 {
  min-height: 721px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-16 {
  min-height: 700px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-16 {
  min-height: 708px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-17 {
  min-height: 766px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-17 {
  min-height: 745px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-17 {
  min-height: 753px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-18 {
  min-height: 811px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-18 {
  min-height: 790px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-18 {
  min-height: 798px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-19 {
  min-height: 856px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-19 {
  min-height: 835px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-19 {
  min-height: 843px;
  width: 255px;
}
/* line 979, ../scss/megadd.scss */
.dd-drawer.items-20 {
  min-height: 901px;
}
/* line 982, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.items-20 {
  min-height: 880px;
}
/* line 986, ../scss/megadd.scss */
.lt-ie8 .dd-drawer.items-20 {
  min-height: 888px;
  width: 255px;
}
/* line 993, ../scss/megadd.scss */
.csstransitions .dd-drawer {
  -moz-transition: width .25s, height .15s ease;
  -webkit-transition: width .25s, height .15s ease;
  -o-transition: width .25s, height .15s ease;
  transition: width .25s, height .1 5s ease;
}
/* line 1000, ../scss/megadd.scss */
.lt-ie9 .dd-drawer {
  zoom: 1;
  border-right-color: #a7bbd5;
  border-bottom-color: #a7bbd5;
  left: 216px;
}
/* line 1012, ../scss/megadd.scss */
.dd-drawer.list-container-content-on {
  background: #e3e3e3;
  border-left-color: #c0c0c0;
}
/* line 1016, ../scss/megadd.scss */
.lt-ie9 .dd-drawer.list-container-content-on {
  border-right-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
/* line 1022, ../scss/megadd.scss */
.noDrawer .dd-drawer {
  height: 0;
  padding: 0;
  border: 0;
  min-height: 0;
}
/* line 1029, ../scss/megadd.scss */
.dd-drawer h4, .dd-drawer h2 {
  color: #B16001;
  font-size: 1em;
  margin: 0 0 12px;
}
/* line 1034, ../scss/megadd.scss */
.dd-drawer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1040, ../scss/megadd.scss */
.dd-drawer .brief-content {
  position: absolute;
  bottom: 10px;
  overflow: hidden;
  width: 225px;
  padding: 10px 15px;
  background: #FDFEFF;
  border: 1px solid #ccc;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-radius: 3px 3px 3px 3px;
}
/* line 1052, ../scss/megadd.scss */
.dd-drawer .brief-content:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 96%;
  top: -10px;
  height: 10px;
  left: 2%;
  border-radius: 100px/5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
/* line 1064, ../scss/megadd.scss */
.dd-drawer .brief-content h2 {
  color: #215486;
}
/* line 1068, ../scss/megadd.scss */
.dd-drawer .brief-content p {
  font-size: .85em;
  line-height: 1.45em;
}
/* line 1074, ../scss/megadd.scss */
.dd-pull-right .dd-drawer {
  border-left-color: #e0e0e0;
  border-right-color: #a7bbd5;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: 3px 0 5px -1px #eaeaea;
  -moz-box-shadow: 3px 0 5px -1px #eaeaea;
  box-shadow: 3px 0 5px -1px #eaeaea;
  left: 0;
}
/* line 1085, ../scss/megadd.scss */
.dd-pull-right .dd-drawer.list-container-content-on {
  background: #e3e3e3;
  border-right-color: #c0c0c0;
}
/* line 1089, ../scss/megadd.scss */
.lt-ie9 .dd-pull-right .dd-drawer.list-container-content-on {
  border-left-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
/* line 1095, ../scss/megadd.scss */
.lt-ie9 .dd-pull-right .dd-drawer {
  zoom: 1;
  border-left-color: #a7bbd5;
  left: 0;
}
/* line 1101, ../scss/megadd.scss */
.lt-ie8 .dd-pull-right .dd-drawer {
  left: -28px;
}

/* line 1108, ../scss/megadd.scss */
#moretab {
  display: none;
  width: 55px;
}
/* line 1111, ../scss/megadd.scss */
#moretab .category {
  width: 218px;
  padding: 12px 12px 4px 12px;
  border-right: none;
}
/* line 1115, ../scss/megadd.scss */
#moretab .category li {
  width: 218px;
  height: auto;
  margin-bottom: 12px;
  padding: 0;
  border: none;
  float: none;
}
/* line 1123, ../scss/megadd.scss */
#moretab .category a {
  padding: 0 14px;
  color: #333;
  font-size: 0.95em;
  width: 100%;
  display: table-cell;
  margin: auto 0;
  vertical-align: middle;
  font-size: 1em;
  text-decoration: underline;
}

/* line 1132, ../scss/megadd.scss */
.kb_expando {
  display: none !important;
  position: relative;
  top: -520px;
  left: -2000px;
  width: 1px;
  height: 1px;
  overflow: visible;
  z-index: 100;
}
/* line 1141, ../scss/megadd.scss */
.kb_expando a, .kb_expando a:link, .kb_expando a:visited, .kb_expando a:active {
  outline: none;
  color: #333;
  font-weight: normal;
  text-decoration: underline;
  font-size: 11px;
  letter-spacing: normal;
  width: 150px;
  text-align: center;
  line-height: 1.4em;
}
/* line 1155, ../scss/megadd.scss */
.kb_expando a.focused, .kb_expando a:focus, .kb_expando a:active {
  position: absolute;
  top: 520px !important;
  /*IE7 issue*/
  left: 2000px !important;
  /*IE7 issue*/
  display: block;
  background: #FAFAC5;
  border: 1px dotted #444;
  padding: 6px 4px;
  width: 150px;
}

/* a responsive table */
/* line 6, ../scss/tables.scss */
.rtbl {
  max-width: 100%;
  margin: 1em;
}

/* line 10, ../scss/tables.scss */
.rtimg {
  display: block;
  cursor: pointer;
}

/* line 14, ../scss/tables.scss */
#back {
  display: block;
  margin: 1em 1em 0 1em;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 19, ../scss/tables.scss */
#back:hover, #back.menu.active {
  text-decoration: none;
}

/* line 23, ../scss/queries.scss */
.top-line .col {
  padding-bottom: 0;
}
/* line 27, ../scss/queries.scss */
.top-line .rwd-ulhorizontal li:first-child {
  padding-left: 0;
}
/* line 31, ../scss/queries.scss */
.top-line .rwd-ulhorizontal li:last-child {
  border-right-width: 0;
}

/* line 37, ../scss/queries.scss */
body.debug {
  padding-top: 5px;
}

/* line 41, ../scss/queries.scss */
.mobile_only {
  display: none;
}

@media only screen and (max-width: 1004px) {
  /* line 47, ../scss/queries.scss */
  .lt-ie9 .col363-dotted-verts {
    background-image: url("../images/template/363-dotted-verts-IE-tablet.gif");
    background-position: 50% 0;
    background-repeat: repeat-y;
  }
  /* line 52, ../scss/queries.scss */
  .lt-ie9 .col363-solid-dotted-verts {
    background-image: url("../images/template/363-solid-dotted-verts-IE-tablet.gif");
    background-position: 50% 0;
    background-repeat: repeat-y;
  }
  /* line 57, ../scss/queries.scss */
  .lt-ie9 .col444-dotted-verts {
    background-image: url("../images/template/444-dotted-verts-IE-tablet.gif");
    background-position: 50% 0;
    background-repeat: repeat-y;
  }
  /* line 62, ../scss/queries.scss */
  .lt-ie9 .col444-solid-verts {
    background-image: url("../images/template/444-solid-verts-IE-tablet.gif");
    background-position: 50% 0;
    background-repeat: repeat-y;
  }
  /* line 67, ../scss/queries.scss */
  .lt-ie9 .col6 .tetrisrow.col444-solid-verts {
    background: #fff;
  }

  /* line 72, ../scss/queries.scss */
  body.debug {
    background-color: purple;
  }

  /* line 79, ../scss/queries.scss */
  .lt-ie9 .alert-container,
  .lt-ie9 .outer-container {
    background-position: 54.9% 0;
  }

  /* line 84, ../scss/queries.scss */
  .alert-container,
  .outer-container {
    width: 744px;
  }

  /* line 88, ../scss/queries.scss */
  .alert-container {
    font-size: 0.78em;
  }
  /* line 92, ../scss/queries.scss */
  .alert-container .alert-broadcast .fa {
    width: 25px !important;
    margin-left: 0;
  }

  /* line 98, ../scss/queries.scss */
  .outer-container {
    padding: 0 6px 6px 6px;
    background-position: 53.85% 0;
  }

  /* line 102, ../scss/queries.scss */
  .top-line {
    font-size: 0.78em;
  }

  /* line 108, ../scss/queries.scss */
  .top-line .rwd-ulhorizontal li {
    padding: 0 0.5em;
  }

  /* line 111, ../scss/queries.scss */
  .lt-ie9 .top-line .rwd-ulhorizontal li {
    padding: 0 0.4em;
  }

  /* line 118, ../scss/queries.scss */
  #logo img {
    height: 25px;
    top: 7px;
  }

  /* line 123, ../scss/queries.scss */
  #seal {
    height: 55px;
  }

  /* line 126, ../scss/queries.scss */
  #sitetitle,
  #sitetitle_nonexec {
    max-width: 75%;
    padding-top: 5px;
    padding-left: 10px;
  }

  /* line 132, ../scss/queries.scss */
  .megamenu {
    display: none;
  }

  /* line 136, ../scss/queries.scss */
  #mobile-menu {
    display: block;
  }

  /* line 138, ../scss/queries.scss */
  #main_menu {
    position: static;
    float: left;
    margin: 0 10px 0 0;
    font-size: 1.3em;
  }

  /* line 146, ../scss/queries.scss */
  .search.no-option #searchinput {
    width: 19em;
  }
  /* line 149, ../scss/queries.scss */
  .search.has-option #searchinput {
    width: 10em;
  }
  /* line 152, ../scss/queries.scss */
  .search #search_scope {
    max-width: 7.3em;
  }

  /* line 157, ../scss/queries.scss */
  #tagline {
    position: static;
    padding: 0 0 6px 0;
  }
}
@media only screen and (max-width: 760px) {
  /* line 166, ../scss/queries.scss */
  body.debug {
    background-color: green;
  }

  /* line 170, ../scss/queries.scss */
  .col {
    margin-left: 0;
    width: 100%;
    padding: 0 0 10px 0;
  }

  /* line 179, ../scss/queries.scss */
  .content form input[type=text],
  .content form textarea,
  .content form select {
    width: 100%;
    margin-bottom: 10px;
  }

  /* line 188, ../scss/queries.scss */
  .leftcol, .introduction, .resources {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  /* line 193, ../scss/queries.scss */
  .footer {
    border-top: none;
  }

  /* line 199, ../scss/queries.scss */
  .tetrisrow {
    margin-bottom: 15px;
  }
  /* line 201, ../scss/queries.scss */
  .tetrisrow .module:last-child,
  .tetrisrow .module:last-of-type {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom-width: 1px;
  }
  /* line 207, ../scss/queries.scss */
  .tetrisrow .col {
    padding-bottom: none;
  }

  /* line 215, ../scss/queries.scss */
  .alert-container,
  .outer-container {
    max-width: 480px;
    width: 100%;
  }

  /* line 222, ../scss/queries.scss */
  .alert-container .alert-broadcast {
    padding: 5px 4px;
  }
  /* line 225, ../scss/queries.scss */
  .alert-container .alert-broadcast .sep,
  .alert-container .alert-broadcast .timestamp {
    display: none;
  }
  /* line 230, ../scss/queries.scss */
  .alert-container .alert-broadcast .fa {
    font-size: 1.75em;
    width: 20px !important;
  }
  /* line 234, ../scss/queries.scss */
  .alert-container .alert-broadcast .alert-message:before {
    content: '';
  }

  /* line 239, ../scss/queries.scss */
  .outer-container {
    background-position: 0 0;
    padding: 0 4px 4px 4px;
  }

  /* line 243, ../scss/queries.scss */
  .lt-ie9 .outer-container {
    background-position: 0 0;
  }

  /* line 246, ../scss/queries.scss */
  .container {
    padding: 4px 4px 0;
    font-size: 0.9em;
  }

  /* line 252, ../scss/queries.scss */
  .top-line .col {
    float: left;
    width: auto;
    margin-right: 1.5em;
  }
  /* line 257, ../scss/queries.scss */
  .top-line .rwd-ulhorizontal {
    float: left;
  }
  /* line 260, ../scss/queries.scss */
  .top-line .skip-links {
    float: right;
    margin-right: 0;
  }
  /* line 263, ../scss/queries.scss */
  .top-line .skip-links ul li:first-child {
    border-right: none;
  }
  /* line 267, ../scss/queries.scss */
  .top-line .alert-wrap,
  .top-line .resizing-text {
    display: none;
  }

  /* line 273, ../scss/queries.scss */
  .alert {
    text-align: left;
    min-height: 27px;
    background-image: none;
    position: static;
  }

  /* line 280, ../scss/queries.scss */
  #main_menu {
    position: static;
    float: none;
  }

  /* line 285, ../scss/queries.scss */
  #tagline {
    padding: 0 0 10px 0;
  }

  /* line 289, ../scss/queries.scss */
  .search {
    float: left;
    margin: 4px 0 4px 29px;
  }
  /* line 292, ../scss/queries.scss */
  .search.no-option #searchinput {
    width: 24em;
  }
  /* line 295, ../scss/queries.scss */
  .search.has-option #searchinput {
    width: 13em;
  }
  /* line 298, ../scss/queries.scss */
  .search #search_scope {
    max-width: 15em;
  }

  /* line 303, ../scss/queries.scss */
  .megadd .col {
    padding: 10px 0;
  }

  /* line 307, ../scss/queries.scss */
  .col444-dotted-verts,
  .col444-solid-verts,
  .col363-dotted-verts,
  .col363-solid-dotted-verts,
  .col66-dotted-vert,
  .col93-dotted-vert,
  .col39-dotted-vert,
  .col84-dotted-vert,
  .col84-solid-vert,
  .col48-dotted-vert,
  .col48-solid-vert {
    background: #fff;
  }

  /* line 322, ../scss/queries.scss */
  .lt-ie9 .col444-dotted-verts,
  .lt-ie9 .col444-solid-verts,
  .lt-ie9 .col363-dotted-verts,
  .lt-ie9 .col363-solid-dotted-verts,
  .lt-ie9 .tetrisrow.col444-solid-verts {
    background: #fff;
  }

  /* line 330, ../scss/queries.scss */
  .row {
    background-image: none;
  }

  /* line 335, ../scss/queries.scss */
  #mobile-menu select {
    max-width: 14em;
  }

  /* line 342, ../scss/queries.scss */
  .footer .rwd-ulhorizontal li {
    padding: 0 14px 0 0;
  }
  /* line 345, ../scss/queries.scss */
  .footer .rwd-right {
    float: left;
  }

  /* line 350, ../scss/queries.scss */
  .mobile_only {
    display: inline;
  }
}
@media only screen and (max-width: 468px) {
  /* line 357, ../scss/queries.scss */
  body.debug {
    background-color: yellow;
  }

  /* line 360, ../scss/queries.scss */
  .alert-container,
  .outer-container {
    padding: 0;
  }

  /* line 365, ../scss/queries.scss */
  .alert-message {
    display: none;
  }

  /* line 368, ../scss/queries.scss */
  #logo img {
    top: 4px;
  }

  /* line 371, ../scss/queries.scss */
  .container {
    padding: 8px 2px;
  }

  /* line 376, ../scss/queries.scss */
  .top-line {
    padding: 0 2px;
  }
  /* line 379, ../scss/queries.scss */
  .top-line .rwd-ulhorizontal li {
    margin: 0.3em 0;
  }
  /* line 382, ../scss/queries.scss */
  .top-line .skip-links {
    float: none;
  }

  /* line 389, ../scss/queries.scss */
  .search.no-option #searchinput {
    width: 16em;
  }
  /* line 392, ../scss/queries.scss */
  .search.has-option #searchinput {
    width: 7em;
  }
  /* line 395, ../scss/queries.scss */
  .search #search_scope {
    max-width: 10em;
  }

  /* line 401, ../scss/queries.scss */
  #mobile-menu select {
    max-width: 21em;
  }
}
@media only screen and (max-width: 306px) {
  /* line 409, ../scss/queries.scss */
  body.debug {
    background-color: pink;
  }

  /* line 415, ../scss/queries.scss */
  .top-line .col {
    margin-right: 0;
  }

  /* line 418, ../scss/queries.scss */
  .rwd-ulhorizontal {
    font-size: 0.9em;
  }

  /* line 421, ../scss/queries.scss */
  .alert {
    min-height: 20px;
    padding: 0;
  }

  /* line 425, ../scss/queries.scss */
  .alert .icon {
    height: 16px;
  }

  /* line 428, ../scss/queries.scss */
  #seal {
    padding-right: 3px;
    height: 48px;
  }

  /* line 432, ../scss/queries.scss */
  #sitetitle_nonexec {
    padding-top: 3px;
    padding-left: 3px;
  }

  /* line 436, ../scss/queries.scss */
  #nonexec span {
    font-size: 1em;
  }

  /* line 439, ../scss/queries.scss */
  #sitetitle {
    font-size: 0.9em;
    padding-top: 6px;
    padding-left: 6px;
  }
  /* line 443, ../scss/queries.scss */
  #sitetitle img {
    width: 111px;
  }

  /* line 449, ../scss/queries.scss */
  .search.no-option #searchinput {
    width: 9em;
  }
  /* line 452, ../scss/queries.scss */
  .search.has-option #searchinput {
    width: 5em;
  }
  /* line 455, ../scss/queries.scss */
  .search #search_scope {
    max-width: 5.9em;
  }

  /* line 461, ../scss/queries.scss */
  #mobile-menu select {
    max-width: 14em;
  }

  /* line 465, ../scss/queries.scss */
  .row {
    overflow: hidden;
  }
}
@media print {
  /* line 7, ../scss/print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 14, ../scss/print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* MASS.GOV CUSTOM PRINT STYLES */
  /* line 74, ../scss/print.scss */
  .top-line,
  .search,
  .megadd,
  .fluid-width-video-wrapper {
    display: none;
  }

  /* line 83, ../scss/print.scss */
  .container,
  .col {
    background-image: none !important;
  }
}
/* line 2, ../scss/ie.scss */
.lt-ie9 {
  	/* horizontal slideshow dimensions, to override media queries
  	.ma_hshow {
  		&.col954 {
  			.slides, .slides ul, .slides ul li {
  				//width: 954px;
  				//height: 275px;
  			}
  			.slides ul li .story {
  				width: 154px;
  				height: 260px;
  
  				.hs-category-wrapper {
  					height: 33px;
  					width: 133px;
  				}
  
  				img {
  					width: 133px;
  				}
  			}
  		}
  
  		&.col696 {
  			.slides, .slides ul, .slides ul li {
  				//width: 696px;
  				//height: 275px;
  				//padding: 5px 10px;
  			}
  			.slides ul li .story {
  				width: 154px;
  				height: 260px;
  				padding: 7px;
  
  				.hs-category-wrapper {
  					height: 27px;
  					width: 145px;
  				}
  			}
  		}
  
  		&.col462 {
  			.slides, .slides ul, .slides ul li {
  				//width: 462px;
  				//height: 275px;
  			}
  			.slides ul li .story {
  				width: 154px;
  				height: 260px;
  				padding: 7px 4px;
  
  				.hs-category-wrapper {
  					height: 27px;
  					width: 145px;
  				}
  			}
  		}
  	} */
}

/* line 67, ../scss/ie.scss */
.lt-ie8 .top-line .col4 {
  margin-left: 18px;
}
/* line 74, ../scss/ie.scss */
.lt-ie8 .megadd {
  position: relative;
  z-index: 2;
}
/* line 78, ../scss/ie.scss */
.lt-ie8 .ma_slideshow {
  z-index: 1;
}
.lt-ie8 .tetrisrow .col4 {
  margin-left: 8px;
}
/* line 87, ../scss/ie.scss */
.lt-ie8 #welcome .img_wrapper {
  float: left;
}


@media only screen and (max-width: 760px) {
  /* line 122, ../scss/ie.scss */
  .lt-ie8 .resources {
    width: 15px !important;
  }
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
/* line 8, ../scss/jscrollpane.scss */
.jspContainer {
  overflow: hidden;
  position: relative;
}

/* line 14, ../scss/jscrollpane.scss */
.jspPane {
  position: absolute;
  /*left:1px;*/
}

/* line 20, ../scss/jscrollpane.scss */
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.5px;
  height: 100%;
}

/* line 28, ../scss/jscrollpane.scss */
.jspHorizontalBar {
  display: none;
  /*position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: red;*/
}

/* line 39, ../scss/jscrollpane.scss */
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

/* line 46, ../scss/jscrollpane.scss */
.jspCap {
  display: none;
}

/* line 51, ../scss/jscrollpane.scss */
.jspHorizontalBar .jspCap {
  float: left;
}

/* line 56, ../scss/jscrollpane.scss */
.jspTrack {
  background: #eaeaea;
  position: relative;
}

/* line 62, ../scss/jscrollpane.scss */
.jspDrag {
  background: #999;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 71, ../scss/jscrollpane.scss */
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

/* line 78, ../scss/jscrollpane.scss */
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

/* line 86, ../scss/jscrollpane.scss */
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

/* line 92, ../scss/jscrollpane.scss */
.jspVerticalBar .jspArrow {
  height: 5px;
}

/* line 97, ../scss/jscrollpane.scss */
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

/* line 104, ../scss/jscrollpane.scss */
.jspVerticalBar .jspArrow:focus {
  outline: none;
}

/* line 109, ../scss/jscrollpane.scss */
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
/* line 117, ../scss/jscrollpane.scss */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* --------------------------------------------------------------

  Slideshow Style 2.0
  mgs-ss-slideshow.css  v.07192013JC
  fix .ss_overlay opacity for .col696 slideshows

  12142012KB:
  Note: Attempts to fix SS sizing issues by restricting image ratios

  $('.ma_slideshow.with_captions').mAss( {timeout: 7000;} );
  $('.ma_slideshow.sans_captions').mAss( {timeout: 4000;} );

  Golden ratio: 2:1 max (540x270) 946x473, 696x348, 462x231, 302x151
  Older ratios:                   946x400, 696x330, 462x290, 302x302
-------------------------------------------------------------- */
/** 4 sizes **/
/* ALTERNATE CAPTIONLESS VERSION OF mASS */
/* line 45, ../scss/slideshow.scss */
.ma_slideshow.sans_captions .ss_overlay p {
  display: none;
}
/* line 48, ../scss/slideshow.scss */
.ma_slideshow.sans_captions .ss_overlay .learn_more {
  display: block;
  top: 44px;
}
/* line 52, ../scss/slideshow.scss */
.ma_slideshow.sans_captions.col302 {
  height: 221px;
}
/* line 55, ../scss/slideshow.scss */
.ma_slideshow.sans_captions.col302 .slides_nav {
  max-height: 24px;
}
/* line 59, ../scss/slideshow.scss */
.ma_slideshow.sans_captions.col302 .ss_overlay {
  top: 151px;
  height: 70px;
}
/* line 68, ../scss/slideshow.scss */
.ma_slideshow.sans_captions.col462 {
  height: 301px;
}
/* line 71, ../scss/slideshow.scss */
.ma_slideshow.sans_captions.col462 .ss_overlay {
  top: 231px;
  height: 70px;
}
/* line 76, ../scss/slideshow.scss */
.ma_slideshow.sans_captions.col696 .ss_overlay {
  top: 278px;
  height: 70px;
}
/* line 80, ../scss/slideshow.scss */
.ma_slideshow.sans_captions.col946 .ss_overlay {
  top: 403px;
  height: 70px;
}

/* STANDARD mASS WITH CAPTIONS */
/* line 87, ../scss/slideshow.scss */
.ma_slideshow.col302 {
  width: 302px;
  height: 260px;
}
/* line 90, ../scss/slideshow.scss */
.ma_slideshow.col302 .slides {
  width: 302px;
  height: 260px;
}
/* line 93, ../scss/slideshow.scss */
.ma_slideshow.col302 .slides li {
  height: 260px;
}
/* line 96, ../scss/slideshow.scss */
.ma_slideshow.col302 .slides h3, .ma_slideshow.col302 .slides p {
  margin: 0;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 102, ../scss/slideshow.scss */
.ma_slideshow.col302 .slides h3 a {
  font-size: 14px;
  max-height: 34px;
  overflow: hidden;
}
/* line 107, ../scss/slideshow.scss */
.ma_slideshow.col302 .slides p {
  font-size: 12px;
  line-height: 14px;
  max-height: 27px;
  overflow: hidden;
}
/* line 114, ../scss/slideshow.scss */
.ma_slideshow.col302 .slides .learn_more {
  display: none;
}
/* line 120, ../scss/slideshow.scss */
.ma_slideshow.col302 .slide_content > a {
  height: 151px;
  display: block;
}
/* line 125, ../scss/slideshow.scss */
.ma_slideshow.col302 .ss_overlay {
  background-color: #353535;
  position: absolute;
  top: 151px;
  left: 0;
  width: 302px;
}
/* line 133, ../scss/slideshow.scss */
.ma_slideshow.col302 .slides_control {
  width: 100%;
}
/* line 137, ../scss/slideshow.scss */
.ma_slideshow.col302 .slides_nav {
  max-width: 21em;
}

/* line 141, ../scss/slideshow.scss */
.ma_slideshow.col462 {
  width: 462px;
  height: 340px;
}
/* line 144, ../scss/slideshow.scss */
.ma_slideshow.col462 .slides {
  width: 462px;
  height: 340px;
}
/* line 147, ../scss/slideshow.scss */
.ma_slideshow.col462 .slides li {
  height: 340px;
}
/* line 152, ../scss/slideshow.scss */
.ma_slideshow.col462 .slide_content > a {
  height: 231px;
  display: block;
}
/* line 157, ../scss/slideshow.scss */
.ma_slideshow.col462 .ss_overlay {
  background-color: #353535;
  position: absolute;
  top: 231px;
  left: 0;
  width: 462px;
}
/* line 165, ../scss/slideshow.scss */
.ma_slideshow.col462 .slides_control {
  width: 352px;
  /* minus .learn_more */
}
/* line 168, ../scss/slideshow.scss */
.ma_slideshow.col462 .slides_nav {
  max-width: 26em;
}

/* line 172, ../scss/slideshow.scss */
.ma_slideshow.col696 {
  width: 696px;
  height: 348px;
}
/* line 175, ../scss/slideshow.scss */
.ma_slideshow.col696 .slides {
  width: 696px;
  height: 348px;
}
/* line 178, ../scss/slideshow.scss */
.ma_slideshow.col696 .slides li {
  height: 348px;
}
/* line 182, ../scss/slideshow.scss */
.ma_slideshow.col696 .ss_overlay {
  background-color: #353535;
  position: absolute;
  top: 239px;
  left: 0;
  width: 696px;
}
/* line 189, ../scss/slideshow.scss */
.ma_slideshow.col696 .slides_control {
  width: 586px;
  /* minus .learn_more */
}
/* line 192, ../scss/slideshow.scss */
.ma_slideshow.col696 .slides_nav {
  max-width: 40em;
}

/* line 196, ../scss/slideshow.scss */
.ma_slideshow.col946 {
  width: 946px;
  height: 473px;
}
/* line 199, ../scss/slideshow.scss */
.ma_slideshow.col946 .slides {
  width: 946px;
  height: 473px;
}
/* line 202, ../scss/slideshow.scss */
.ma_slideshow.col946 .slides li {
  height: 473px;
}
/* line 206, ../scss/slideshow.scss */
.ma_slideshow.col946 .ss_overlay {
  background-color: #353535;
  position: absolute;
  top: 364px;
  left: 0;
  width: 946px;
}
/* line 213, ../scss/slideshow.scss */
.ma_slideshow.col946 .slides_control {
  width: 836px;
  /* minus .learn_more */
}

/* line 218, ../scss/slideshow.scss */
.ma_slideshow {
  border: none;
  font-family: arial, helvetica, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 15px;
  /* matches .col padding-bottom */
}
/* line 225, ../scss/slideshow.scss */
.ma_slideshow a {
  color: #fff;
}
/* line 227, ../scss/slideshow.scss */
.ma_slideshow a:focus, .ma_slideshow a:hover, .ma_slideshow a.menu.active {
  color: #F4912A;
}
/* line 232, ../scss/slideshow.scss */
.ma_slideshow ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 1%;
  /* IE fix */
}
/* line 237, ../scss/slideshow.scss */
.ma_slideshow ul:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 245, ../scss/slideshow.scss */
.ma_slideshow .slide_content {
  position: relative;
}
/* line 247, ../scss/slideshow.scss */
.ma_slideshow .slide_content > a {
  overflow: hidden;
  display: block;
}
/* line 256, ../scss/slideshow.scss */
.ma_slideshow .ss_overlay {
  height: 109px;
  margin: 0;
  padding-top: 8px;
  /*css3please.com*/
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.7);
  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
  /* IE6–IE9 */
  zoom: 1;
}
/* line 267, ../scss/slideshow.scss */
.ma_slideshow .next {
  font-size: 20px;
  position: absolute;
  right: -9999px;
  top: -9999px;
}
/* line 272, ../scss/slideshow.scss */
.ma_slideshow .next:focus {
  right: -95px;
  top: -160px;
}
/* line 277, ../scss/slideshow.scss */
.ma_slideshow .slides {
  overflow: hidden;
}
/* line 279, ../scss/slideshow.scss */
.ma_slideshow .slides ul {
  margin: 0 !important;
}
/* line 282, ../scss/slideshow.scss */
.ma_slideshow .slides a img {
  border: 0;
}
/* line 285, ../scss/slideshow.scss */
.ma_slideshow .slides li {
  float: left;
  margin: 0 !important;
  width: 100%;
}
/* line 290, ../scss/slideshow.scss */
.ma_slideshow .slides h3, .ma_slideshow .slides p {
  margin: 0;
  padding: 0 12px 6px 12px;
}
/* line 294, ../scss/slideshow.scss */
.ma_slideshow .slides h3,
.ma_slideshow .slides h3 a {
  font-size: 16px;
  font-weight: bold !important;
  color: #F4912A !important;
  text-decoration: none;
  line-height: 1;
}
/* line 302, ../scss/slideshow.scss */
.ma_slideshow .slides p {
  font-size: 13px;
  color: #fff;
  line-height: 15px;
}
/* line 307, ../scss/slideshow.scss */
.ma_slideshow .slides .learn_more {
  text-align: right;
  line-height: 14px;
  font-size: 14px;
  padding: 0;
  position: absolute;
  top: 85px;
  right: 12px;
  z-index: 102;
  overflow: hidden;
}
/* line 319, ../scss/slideshow.scss */
.ma_slideshow .slides_control {
  z-index: 101;
  position: absolute;
  bottom: 4px;
  left: 8px;
}
/* line 325, ../scss/slideshow.scss */
.ma_slideshow .slides_nav {
  margin: 0 !important;
  float: left;
  border-right: 1px solid #515151;
  padding-right: 4px;
  height: 2em;
  overflow: hidden;
}
/* line 332, ../scss/slideshow.scss */
.ma_slideshow .slides_nav a,
.ma_slideshow .slides_nav a:hover,
.ma_slideshow .slides_nav a.menu.active {
  display: block;
  /*outline: none;*/
  text-decoration: none !important;
  background: url("../images/spacer.gif") 0 0 no-repeat;
  /* < IE9 stupid click-target bug */
  padding: 0 10px;
}
/* line 340, ../scss/slideshow.scss */
.ma_slideshow .slides_nav li {
  margin: 0 !important;
  line-height: 25px;
  display: inline-block;
  /*IE7 rule required*/
  *display: inline;
  zoom: 1;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

/* end .ma_slideshow */
/* line 353, ../scss/slideshow.scss */
.js .ma_slideshow .slides_nav li.activeSlide {
  background-image: url("../images/ma_slideshow_sprites.gif");
  background-position: 50% 1px;
  background-repeat: no-repeat;
}

/* line 358, ../scss/slideshow.scss */
.ma_slideshow .slides_nav a:focus,
.js .ma_slideshow .slides_nav li.activeSlide,
.js .ma_slideshow .slides_nav li.activeSlide a {
  color: #c60;
}

/* line 364, ../scss/slideshow.scss */
.ma_slideshow .ss_pause_play {
  display: block;
  float: left;
  visibility: hidden;
  height: 23px;
  width: 23px;
  margin-left: 12px;
  text-decoration: none;
  text-indent: -9999em;
  background-image: url("../images/ma_slideshow_sprites.gif");
  background-position: 50% -98px;
  /* pause active*/
  background-repeat: no-repeat;
  /* override <button> styling */
  border: 0;
  padding: 0;
}
/* line 381, ../scss/slideshow.scss */
.ma_slideshow .ss_pause_play.play {
  background-position: 50% -32px;
  /* play active*/
}
/* line 384, ../scss/slideshow.scss */
.ma_slideshow .ss_pause_play.play:focus, .ma_slideshow .ss_pause_play.play:hover, .ma_slideshow .ss_pause_play.play.menu.active {
  background-position: 50% -65px;
  /* play hover*/
}
/* line 388, ../scss/slideshow.scss */
.ma_slideshow .ss_pause_play.paused:focus, .ma_slideshow .ss_pause_play.paused:hover, .ma_slideshow .ss_pause_play.paused.menu.active {
  background-position: 50% -131px;
  /* pause hover*/
}

/* --------------------------------------------------------------

  Horizontal Slideshow Style 1.1
  v20131203jc - fixed portrait tablet viewport dimensions
  horizontal-slideshow.css  v.20130424JC

        JS creates hshow class based on top parent col container class
  		--- IE is the top column a col6, col9, or col12?

  No-JS uses no hshow class, 100% ul width, and uniform story widths

-------------------------------------------------------------- */
/** horizontal slideshow colors **/
/** 3 slideshow size version (will aplpy to .slides [<- the container] ul li) **/
/** desktop sizes **/
/** tablet sizes **/
/** mobile landscape sizes **/
/** mobile portrait sizes **/
/* ---------------------------------------------------- */
/* HORIZONTAL SLIDESHOW SETUPS: NO-JS ONLY
/* ---------------------------------------------------- */
/* line 115, ../scss/horizontal-slideshow.scss */
.no-js {
  /* ---------------------------------------------------- */
  /* HORIZONTAL SLIDESHOW MOBILE PORTRAIT CSS
  /* ---------------------------------------------------- */
  /* ---------------------------------------------------- */
  /* HORIZONTAL SLIDESHOW LANDSCAPE MOBILE + TABLET PORTRAIT CSS */
  /* ---------------------------------------------------- */
}
/* line 116, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow {
  /* the static slideshow title */
}
/* line 119, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow h2.hs-title {
  font-size: 1.35em;
  line-height: 1.4em;
  margin: .35em 0 0 0;
  color: #333;
  border-bottom: 1px solid #eee;
}
/* line 127, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .hs-nav {
  display: none;
}
/* line 131, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides {
  background-color: #fff;
  overflow: hidden;
}
/* line 142, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 100%;
  /*IE fix*/
}
/* line 151, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story {
  /*display:table-cell;
  white-space: pre-line; */
  float: left;
  padding: 0 5px;
  width: 154px;
  height: 260px;
  margin: 0 .3% 5px .3%;
}
/* line 162, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 170, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story:last-child {
  border-right: 0;
}
/* line 176, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story .hs-category-wrapper {
  margin-bottom: .5em;
  position: relative;
  vertical-align: baseline;
  width: 133px;
  height: 38px;
}
/* line 183, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story .hs-category-wrapper a, .no-js .ma_hshow .slides .curtains > ul li.story .hs-category-wrapper span {
  font-family: sans-serif;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  font-size: .8em;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #333;
  text-decoration: none;
}
/* line 199, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story .hs-category-wrapper a:hover, .no-js .ma_hshow .slides .curtains > ul li.story .hs-category-wrapper a.menu.active {
  color: #333;
  text-decoration: underline;
}
/* line 207, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story img {
  width: 145px;
  margin-bottom: 5px;
}
/* line 212, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story .hs-story-title-link {
  color: #25548c;
  text-decoration: none;
  margin: .3em 0;
  font-size: 1em;
  line-height: 1.2em;
  font-family: sans-serif;
  font-weight: bold;
}
/* line 222, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story .hs-story-title-link:hover, .no-js .ma_hshow .slides .curtains > ul li.story .hs-story-title-link.menu.active {
  text-decoration: underline;
}
/* line 227, ../scss/horizontal-slideshow.scss */
.no-js .ma_hshow .slides .curtains > ul li.story:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 380px) {
  /* line 246, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow {
    /* ---------------------------------------------------- */
    /* HSHOW > SLIDES MOBILE PORTRAIT NO-JS ALL SIZES */
    /* ---------------------------------------------------- */
  }
  /* line 253, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides {
    width: 100%;
  }
  /* line 257, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul {
    width: 100%;
    margin-top: 10px;
  }
  /* line 262, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul li.story {
    height: 250px;
    width: 145px;
  }
  /* line 266, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul li.story .hs-category-wrapper {
    height: 40px;
    width: 124px;
  }
  /* line 272, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul li.story .hs-story-title {
    margin: .5em 0;
    font-size: .9em;
    line-height: 1.2em;
    width: 124px;
  }
  /* line 280, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul li.story:nth-child(even) {
    border-right: 0;
  }
  /* line 288, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow.no-attr {
    				/*height: 210px !important; //  = li.story height - .hs-category-wrapper
    
    				.slides,
    				.slides > ul,*/
  }
  /* line 293, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow.no-attr .slides > ul li.story {
    height: 220px !important;
  }
  /* line 296, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow.no-attr .slides > ul li.story .hs-category-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 380px) and (max-width: 1004px) {
  /* line 312, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow {
    /* ---------------------------------------------------- */
    /* HSHOW > SLIDES PORTRAIT TABLET NO-JS ALL SIZES */
    /* ---------------------------------------------------- */
  }
  /* line 320, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides {
    width: 100%;
  }
  /* line 323, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul {
    width: 100%;
  }
  /* line 326, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul li.story {
    padding: 7px 5px;
    height: 280px;
    border-right: 0;
    width: 150px;
  }
  /* line 332, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul li.story .hs-category-wrapper {
    margin-bottom: .5em;
  }
  /* line 340, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow.no-attr {
    				/*height: 232px !important; //  = li.story height - .hs-category-wrapper
    
    				.slides,
    				.slides > ul,*/
  }
  /* line 345, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow.no-attr .slides > ul li.story {
    height: 242px !important;
  }
  /* line 348, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow.no-attr .slides > ul li.story .hs-category-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 1005px) {
  /* line 115, ../scss/horizontal-slideshow.scss */
  .no-js {
    /* ---------------------------------------------------- */
    /* DESKTOP HORIZONTAL SLIDESHOW NO-JS SETUPS  ALL SIZES */
    /* ---------------------------------------------------- */
  }
  /* line 366, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides {
    width: 100%;
    height: 265px;
    overflow-y: auto;
  }
  /* line 371, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul {
    width: 100%;
    height: 265px;
  }
  /* line 376, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul li.story {
    display: inline;
    float: left;
    padding: 7px 5px;
    width: 145px;
    height: 270px;
  }
  /* line 384, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul li.story .hs-category-wrapper {
    height: 38px;
    width: 133px;
  }
  /* line 389, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow .slides .curtains > ul li.story .hs-story-title {
    width: 133px;
  }
  /* line 400, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow.no-attr .slides,
  .no-js .ma_hshow.no-attr .slides > ul,
  .no-js .ma_hshow.no-attr .slides > ul li.story {
    height: 232px !important;
  }
  /* line 405, ../scss/horizontal-slideshow.scss */
  .no-js .ma_hshow.no-attr .slides .hs-category-wrapper,
  .no-js .ma_hshow.no-attr .slides > ul .hs-category-wrapper,
  .no-js .ma_hshow.no-attr .slides > ul li.story .hs-category-wrapper {
    display: none;
  }
}

/* ---------------------------------------------------- */
/* HORIZONTAL SLIDESHOW SETUPS: ALL SIZES JS
/* ---------------------------------------------------- */
/* Uses jQuery cycle */
/* line 419, ../scss/horizontal-slideshow.scss */
.js {
  /* slideshow containing div */
  /* ---------------------------------------------------- */
  /* HSHOW > SLIDES MOBILE PORTRAIT JS ALL SIZES  3 COLUMN (CENTER) */
  /* ---------------------------------------------------- */
  /* ---------------------------------------------------- */
  /* HORIZONTAL SLIDESHOW MOBILE LANDSCAPE CSS
  /* ---------------------------------------------------- */
  /* ---------------------------------------------------- */
  /* HORIZONTAL SLIDESHOW TABLET PORTRAIT CSS
  /* ---------------------------------------------------- */
}
/* line 422, ../scss/horizontal-slideshow.scss */
.js .ie-9 .slides {
  padding: 10px 0 10px 0;
}
/* line 429, ../scss/horizontal-slideshow.scss */
.js.lt-ie9 .col954 .curtains > ul > li {
  padding-left: 35px;
}
/* line 435, ../scss/horizontal-slideshow.scss */
.js.lt-ie9 .col696 .curtains > ul > li {
  padding-left: 50px;
}
/* line 439, ../scss/horizontal-slideshow.scss */
.js.lt-ie9 .hs-story-title-link {
  width: 123px !important;
}
/* line 446, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .col954 .curtains {
  width: 944px !important;
}
/* line 450, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .col696 .curtains {
  width: 686px !important;
}
/* line 454, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .col462 .curtains {
  width: 435px !important;
}
/* line 458, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .slides {
  height: 245px !important;
}
/* line 461, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .slides .curtains {
  height: 245px !important;
}
/* line 465, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .slides .curtains > ul {
  height: 245px !important;
}
/* line 468, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .slides .curtains > ul .story {
  width: 125px !important;
  height: 226px !important;
}
/* line 472, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .slides .curtains > ul .story .hs-story-title-link {
  display: block !important;
  clear: both;
}
/* line 476, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .slides .curtains > ul .story .hs-story-title-link img {
  display: block !important;
}
/* line 485, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .no-attr .slides {
  height: 225px !important;
}
/* line 488, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .no-attr .slides .curtains {
  height: 225px !important;
}
/* line 490, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .no-attr .slides .curtains > ul {
  height: 225px !important;
}
/* line 493, ../scss/horizontal-slideshow.scss */
.js.lt-ie8 .no-attr .slides .curtains > ul .story {
  height: 205px !important;
}
/* line 503, ../scss/horizontal-slideshow.scss */
.js .ma_hshow {
  width: 100%;
  font-family: sans-serif;
  margin: 10px 0;
  position: relative;
  border: 0;
  /* the static slideshow title */
  /*  navigation arrows  */
  		/*.hs-nav {
  			//width: 106%;
  			top: 90px;
  			//left: -19px;
  			position: absolute;
  			z-index: 100;
  
  			/*&:after {
  					content: ".";
  					clear: both;
  					display: block;
  					height: 0;
  					visibility: hidden;
  				}*/
}
/* line 512, ../scss/horizontal-slideshow.scss */
.js .ma_hshow h2.hs-title {
  font-size: 1.35em;
  margin: .35em 0;
  color: #333;
  padding: 0 10px;
  border: 0;
}
/* line 537, ../scss/horizontal-slideshow.scss */
.js .ma_hshow button {
  text-decoration: none;
  font-weight: bold;
  width: 40px;
  height: 45px;
  background-color: #333;
  border: 0;
  padding: 0;
  color: #fff;
}
/* line 547, ../scss/horizontal-slideshow.scss */
.js .ma_hshow button.hs-nav {
  top: 120px;
  position: absolute;
  z-index: 100;
  background: url("../images/template/sprite-hs-nav.png");
  text-indent: -9999em;
}
/* line 559, ../scss/horizontal-slideshow.scss */
.js .ma_hshow button#prev {
  float: left;
  display: none;
  background-position: -64px -5px;
  left: -19px;
}
/* line 568, ../scss/horizontal-slideshow.scss */
.js .ma_hshow button#next {
  float: right;
  display: inline;
  background-position: -5px -5px;
  right: -9px;
}
/* line 578, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides {
  background-color: #f0f0f0;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 3px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 3px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 3px;
  padding: 10px 0px;
  -moz-box-shadow: inset 0 0 6px #ddd;
  -webkit-box-shadow: inset 0 0 6px #ddd;
  box-shadow: inset 0 0 6px #ddd;
  margin: 0 auto;
  height: 262px;
}
/* line 597, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains {
  width: 99.5%;
  overflow: hidden;
  border-left: 15px solid #f0f0f0;
  border-right: 15px solid #f0f0f0;
  position: absolute;
  z-index: 90;
}
/* line 606, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul {
  margin: 0 0 0 -15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  /*IE fix*/
}
/* line 608, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul.loading {
  display: none !important;
}
/* line 620, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 628, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li {
  margin: 0 12px;
  width: 100%;
}
/* line 633, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content {
  margin: 0;
  padding: 0;
}
/* line 637, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 647, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story {
  display: inline;
  float: left;
  padding: 7px 5px;
  margin: 0 5px;
  width: 135px;
  height: 239px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 6px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 6px;
}
/* line 671, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story .hs-category-wrapper {
  margin-bottom: .5em;
  position: relative;
  vertical-align: baseline;
  width: 125px;
  height: 30px;
}
/* line 678, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story .hs-category-wrapper a, .js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story .hs-category-wrapper span {
  font-family: sans-serif;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  font-size: .8em;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #333;
  text-decoration: none;
}
/* line 694, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story .hs-category-wrapper a:hover, .js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story .hs-category-wrapper a.menu.active {
  color: #333;
  text-decoration: underline;
}
/* line 701, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story img {
  width: 123px;
  margin: 0 0 5px 0;
  border: 1px solid #eaeaea;
  float: none;
}
/* line 708, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story .hs-story-title-link {
  text-decoration: none;
  font-size: 1em;
  line-height: 1.25em !important;
  font-family: sans-serif;
  font-weight: bold;
  display: inline-block;
}
/* line 717, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story a.hs-story-title-link {
  color: #07459A;
}
/* line 721, ../scss/horizontal-slideshow.scss */
.js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story a.hs-story-title-link:hover, .js .ma_hshow .slides .curtains > ul > li ul.slide-content li.story a.hs-story-title-link.menu.active {
  text-decoration: underline;
}
/* line 733, ../scss/horizontal-slideshow.scss */
.js .ma_hshow.no-attr .hs-nav {
  top: 90px !important;
}
/* line 736, ../scss/horizontal-slideshow.scss */
.js .ma_hshow.no-attr .slides {
  height: 228px;
}
/* line 739, ../scss/horizontal-slideshow.scss */
.js .ma_hshow.no-attr .slides .curtains > ul {
  height: 205px;
}
/* line 742, ../scss/horizontal-slideshow.scss */
.js .ma_hshow.no-attr .slides .curtains > ul > li ul li.story {
  height: 205px;
}
@media only screen and (max-width: 380px) {
  /* line 769, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .hs-nav#prev {
    left: -9px;
  }
  /* line 772, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .hs-nav#next {
    right: -1px;
  }
  /* line 777, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .slides {
    width: 299px;
    height: 260px;
    padding: 10px 0;
  }
  /* line 782, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .slides .curtains {
    width: 296px;
    border-left: 3px solid #f0f0f0;
    border-right: 3px solid #f0f0f0;
    height: 239px;
  }
  /* line 789, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .slides .curtains > ul {
    width: 299px !important;
    margin: 0;
  }
  /* line 794, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .slides .curtains > ul > li {
    width: 280px !important;
    margin: 0 8px;
  }
  /* line 800, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .slides .curtains > ul > li ul li.story {
    margin: 0 2px !important;
  }
  /* line 808, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr {
    height: 265px;
  }
  /* line 811, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr .slides {
    height: 228px;
  }
  /* line 814, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr .slides .curtains {
    height: 205px;
  }
  /* line 817, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr .slides .curtains > ul {
    height: 225px;
  }
  /* line 821, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr .slides .curtains > ul > li {
    height: 225px;
  }
}
@media only screen and (min-width: 381px) and (max-width: 767px) {
  /* line 848, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow {
    /* ---------------------------------------------------- */
    /* HSHOW > SLIDES MOBILE LANDSCAPE JS .col954  FULL WIDTH COLUMN */
    /* ---------------------------------------------------- */
  }
  /* line 858, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .hs-nav#prev {
    left: -12px;
  }
  /* line 861, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .hs-nav#next {
    right: -4px;
  }
  /* line 866, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .slides {
    width: 461px;
    height: 260px;
    padding: 10px 0;
  }
  /* line 871, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .slides .curtains {
    width: 459px;
  }
  /* line 874, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .slides .curtains > ul {
    width: 461px !important;
  }
  /* line 878, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow .slides .curtains > ul > li {
    width: 435px;
  }
  /* line 888, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr {
    height: 265px;
  }
  /* line 891, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr .slides {
    height: 228px;
  }
  /* line 894, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr .slides .curtains > ul {
    height: 205px;
  }
  /* line 898, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr .slides .curtains > ul > li {
    height: 205px;
    padding-left: 1px;
  }
  /* line 902, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr .slides .curtains > ul > li ul {
    width: 434px;
  }
  /* line 905, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.no-attr .slides .curtains > ul > li ul li.story {
    margin: 0 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1004px) {
  /* line 923, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow {
    /* ---------------------------------------------------- */
    /* HSHOW > SLIDES PORTRAIT TABLET JS .col954  FULL WIDTH COLUMN */
    /* ---------------------------------------------------- */
    /* ---------------------------------------------------- */
    /* HSHOW > SLIDES PORTRAIT TABLET JS .col696  2/3 COLUMN */
    /* ---------------------------------------------------- */
    /* ---------------------------------------------------- */
    /* HSHOW > SLIDES PORTRAIT TABLET JS .col462  3COL CENTER COLUMN */
    /* ---------------------------------------------------- */
  }
  /* line 931, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954 {
    /*.hs-nav {
    	width: 104%;
    }*/
  }
  /* line 937, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954 .slides {
    width: 708px !important;
    height: 260px;
  }
  /* line 941, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954 .slides .curtains > ul {
    width: 708px !important;
  }
  /* line 945, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954 .slides .curtains > ul > li {
    width: 620px;
    margin: 0 45px;
  }
  /* line 950, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954 .slides .curtains > ul > li ul li.story {
    margin: 0 10px;
  }
  /* line 958, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954.no-attr {
    height: 265px;
  }
  /* line 961, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954.no-attr .slides {
    height: 228px;
  }
  /* line 964, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954.no-attr .slides .curtains > ul {
    height: 205px;
  }
  /* line 967, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954.no-attr .slides .curtains > ul > li {
    height: 205px;
  }
  /* line 982, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696 .slides {
    width: 526px !important;
    height: 260px;
  }
  /* line 986, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696 .slides .curtains > ul {
    width: 526px !important;
  }
  /* line 990, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696 .slides .curtains > ul > li {
    width: 500px;
    padding-left: 16px;
  }
  /* line 995, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696 .slides .curtains > ul > li ul li.story {
    margin: 0 10px;
  }
  /* line 1003, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696.no-attr {
    height: 265px;
  }
  /* line 1006, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696.no-attr .slides {
    height: 228px;
  }
  /* line 1009, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696.no-attr .slides .curtains > ul {
    height: 205px;
  }
  /* line 1012, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696.no-attr .slides .curtains > ul > li {
    height: 205px;
  }
  /* line 1026, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462 {
    /*.hs-nav {
    	width: 107%;
    }*/
  }
  /* line 1031, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462 .slides {
    width: 344px !important;
    height: 260px;
  }
  /* line 1035, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462 .slides .curtains > ul {
    width: 344px !important;
  }
  /* line 1039, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462 .slides .curtains > ul > li {
    width: 314px;
    padding-left: 10px;
  }
  /* line 1048, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462.no-attr {
    height: 265px;
  }
  /* line 1051, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462.no-attr .slides {
    height: 228px;
  }
  /* line 1054, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462.no-attr .slides .curtains > ul {
    height: 205px;
  }
  /* line 1057, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462.no-attr .slides .curtains > ul > li {
    height: 205px;
  }
}
@media only screen and (min-width: 1005px) {
  /* line 419, ../scss/horizontal-slideshow.scss */
  .js {
    /* ---------------------------------------------------- */
    /* DESKTOP HORIZONTAL SLIDESHOW SETUPS */
    /* ---------------------------------------------------- */
    /* .ma_hshow .col954  FULL WIDTH  */
  }
  /* line 1080, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow {
    /* ---------------------------------------------------- */
    /* DESKTOP HORIZONTAL SLIDESHOW SETUPS */
    /* ---------------------------------------------------- */
    /* .ma_hshow .col696  2/3  */
    /* ---------------------------------------------------- */
    /* DESKTOP HORIZONTAL SLIDESHOW SETUPS */
    /* ---------------------------------------------------- */
    /* .ma_hshow .col462  3col  */
  }
  /* line 1082, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954 {
    /*.hs-nav {
    	width: 103%;
    }*/
  }
  /* line 1088, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954 .slides {
    width: 954px !important;
    height: 260px;
  }
  /* line 1092, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954 .slides .curtains > ul {
    width: 954px !important;
  }
  /* line 1096, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954 .slides .curtains > ul > li {
    width: 900px;
    margin: 0 27px;
    padding-left: 12px;
  }
  /* line 1112, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954.no-attr .slides {
    height: 228px;
  }
  /* line 1115, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954.no-attr .slides .curtains {
    height: 205px;
  }
  /* line 1118, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954.no-attr .slides .curtains > ul {
    height: 205px;
  }
  /* line 1121, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col954.no-attr .slides .curtains > ul > li {
    height: 205px;
    margin: 0 27px;
  }
  /* line 1137, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696 {
    /*.hs-nav {
    	width: 104%;
    }*/
  }
  /* line 1143, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696 .slides {
    width: 709px;
    height: 260px;
  }
  /* line 1147, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696 .slides .curtains > ul {
    width: 709px !important;
  }
  /* line 1151, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696 .slides .curtains > ul > li {
    width: 680px !important;
    padding-left: 32px;
  }
  /* line 1156, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696 .slides .curtains > ul > li ul li.story {
    margin: 0 10px;
  }
  /* line 1166, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696.no-attr .slides {
    height: 228px;
  }
  /* line 1169, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696.no-attr .slides .curtains {
    height: 205px;
  }
  /* line 1172, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696.no-attr .slides .curtains > ul {
    height: 205px;
  }
  /* line 1175, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col696.no-attr .slides .curtains > ul > li {
    height: 205px;
    margin: 0 45px;
  }
  /* line 1190, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462 {
    /*.hs-nav {
    	width: 106.5%;
    }*/
  }
  /* line 1196, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462 .slides {
    width: 463px;
    height: 260px;
  }
  /* line 1201, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462 .slides .curtains > ul {
    width: 463px !important;
  }
  /* line 1206, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462 .slides .curtains > ul > li {
    width: 440px !important;
  }
  /* line 1216, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462.no-attr .slides {
    height: 228px;
  }
  /* line 1220, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462.no-attr .slides .curtains {
    height: 205px;
  }
  /* line 1224, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462.no-attr .slides .curtains > ul {
    height: 205px;
  }
  /* line 1227, ../scss/horizontal-slideshow.scss */
  .js .ma_hshow.col462.no-attr .slides .curtains > ul > li {
    height: 205px;
  }
}

/*************************************************************
    Tabbed Module V1 - 20141201 JC
 ************************************************************/
/* Center column modules have margin & border */
/* line 6, ../scss/tabs.scss */
.introduction .ma-tabs {
  margin: 25px 0;
  border-bottom: 1px #ddd solid;
}

/* Tabs list */
/* line 12, ../scss/tabs.scss */
.tab-control {
  margin: 0;
  padding: 0;
  bottom: -1px;
  list-style-type: none !important;
  position: relative;
  display: block;
}
/* line 20, ../scss/tabs.scss */
.tab-control:before, .tab-control:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 30, ../scss/tabs.scss */
.tab-control li {
  display: table;
  table-layout: fixed;
  vertical-align: bottom;
  margin: 0;
  padding: 0 0 4px 4px;
  height: auto;
  float: left;
  text-align: center;
  word-wrap: break-word;
}
/* line 41, ../scss/tabs.scss */
.tab-control li:first-child {
  padding: 0 0 4px;
}
/* line 44, ../scss/tabs.scss */
.lt-ie8 .tab-control li:first-child {
  border-left: 0;
}
/* line 49, ../scss/tabs.scss */
.tab-control li.tabs-selected {
  padding-bottom: 0;
}
/* line 53, ../scss/tabs.scss */
.lt-ie8 .tab-control li {
  float: left;
  display: inline;
  border-left: 1px solid #aaa;
}
/* line 59, ../scss/tabs.scss */
.resources .tab-control li, .leftcol .tab-control li {
  width: 50%;
}
/* line 63, ../scss/tabs.scss */
.lt-ie8 .resources .tab-control li, .lt-ie8 .leftcol .tab-control li {
  width: auto;
}

/* line 70, ../scss/tabs.scss */
.leftcol .tab-control li:last-child.tabs-selected,
.resources .tab-control li:last-child.tabs-selected {
  width: 50%;
}
/* line 74, ../scss/tabs.scss */
.lt-ie8 .leftcol .tab-control li:last-child.tabs-selected, .lt-ie8
.resources .tab-control li:last-child.tabs-selected {
  width: auto;
}

/* loop to set up uniform width of tabs list
   1 @ 100%, 2 @ 50% etc */
/* line 85, ../scss/tabs.scss */
.tabs-2 .tab-control li,
.tabs-2 .tab-control li.tabs-selected {
  width: 50%;
}
/* line 90, ../scss/tabs.scss */
.lt-ie8 .tabs-2 .tab-control li, .lt-ie8
.tabs-2 .tab-control li.tabs-selected {
  width: auto;
}

/* line 85, ../scss/tabs.scss */
.tabs-3 .tab-control li,
.tabs-3 .tab-control li.tabs-selected {
  width: 33.33333%;
}
/* line 90, ../scss/tabs.scss */
.lt-ie8 .tabs-3 .tab-control li, .lt-ie8
.tabs-3 .tab-control li.tabs-selected {
  width: auto;
}

/* line 85, ../scss/tabs.scss */
.tabs-4 .tab-control li,
.tabs-4 .tab-control li.tabs-selected {
  width: 25%;
}
/* line 90, ../scss/tabs.scss */
.lt-ie8 .tabs-4 .tab-control li, .lt-ie8
.tabs-4 .tab-control li.tabs-selected {
  width: auto;
}

/* line 85, ../scss/tabs.scss */
.tabs-5 .tab-control li,
.tabs-5 .tab-control li.tabs-selected {
  width: 20%;
}
/* line 90, ../scss/tabs.scss */
.lt-ie8 .tabs-5 .tab-control li, .lt-ie8
.tabs-5 .tab-control li.tabs-selected {
  width: auto;
}

/* line 96, ../scss/tabs.scss */
.tab-control li a {
  display: table-cell;
  vertical-align: middle;
  padding: .6em;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #4d72a1;
  background: #4d72a1;
  color: #fff;
  margin: 0;
  font-size: 1.1em;
  width: 100%;
  height: 100%;
  text-align: center;
  word-wrap: break-word;
  /* All browsers since IE 5.5+ */
  overflow-wrap: break-word;
  white-space: pre-wrap;
  font-weight: bold;
  border-radius: 2px;
}
/* line 116, ../scss/tabs.scss */
.tab-control li a:hover, .tab-control li a.menu.active {
  background-color: #ECF0F0;
  border-color: #aaa;
  border-bottom: 1px solid #aaa;
  color: #000;
  text-decoration: underline;
}
/* line 124, ../scss/tabs.scss */
.leftcol .tab-control li a, .resources .tab-control li a {
  font-size: 1em;
  padding: .3em 0 .45em;
}
/* line 130, ../scss/tabs.scss */
.lt-ie8 .tab-control li a {
  background: #fff;
  color: #07459A;
  text-decoration: underline;
  border: 0;
  padding: 5px;
}
/* line 137, ../scss/tabs.scss */
.lt-ie8 .tab-control li a:hover, .lt-ie8 .tab-control li a.menu.active {
  background-color: #fff;
  text-decoration: none;
}
/* line 142, ../scss/tabs.scss */
.lt-ie8 .tab-control li a:first-child {
  border-left: 0;
}

/* line 148, ../scss/tabs.scss */
.tab-control li.tabs-selected a {
  padding-top: .9em;
  margin: 0;
  background: #fff;
  border: 1px solid #aaa;
  border-bottom: 1px solid #fff;
  color: #333;
  text-decoration: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 160, ../scss/tabs.scss */
.tab-control li.tabs-selected a:hover, .tab-control li.tabs-selected a.menu.active {
  background-color: #fff;
  /*#eaeaea;*/
  border-color: #aaa;
  /* #aaa; */
  border-bottom: 1px solid #fff;
  color: #000;
  cursor: default;
  text-decoration: none;
}
/* line 169, ../scss/tabs.scss */
.tab-control li.tabs-selected a:focus {
  outline: 0;
}
/* line 173, ../scss/tabs.scss */
.resources .tab-control li.tabs-selected a, .leftcol .tab-control li.tabs-selected a {
  padding-top: .6em;
}
/* line 178, ../scss/tabs.scss */
.lt-ie8 .tab-control li.tabs-selected a {
  border: 0;
  border-bottom: 0;
}

/*  Tab content */
/* line 185, ../scss/tabs.scss */
.pane {
  clear: both;
  overflow: auto;
  width: 100%;
  border-top: 1px solid #aaa;
}
/* line 192, ../scss/tabs.scss */
.lt-ie8 .introduction .pane {
  margin-top: -15px;
}
/* line 197, ../scss/tabs.scss */
.pane > div {
  padding: 15px;
  overflow: auto;
  display: none;
}
/* line 203, ../scss/tabs.scss */
.pane .tabs-panel-selected {
  display: block;
}
/* line 208, ../scss/tabs.scss */
.pane .img_caption {
  margin: 1em 0;
}
/* line 212, ../scss/tabs.scss */
.pane h2 {
  margin: .83em 0;
}
/* line 215, ../scss/tabs.scss */
.pane h3 {
  margin: 1em 0;
}
/* line 219, ../scss/tabs.scss */
.pane h4 {
  margin: 1.33em 0;
}
/* line 223, ../scss/tabs.scss */
.pane h5 {
  margin: 1.67em 0;
}
/* line 227, ../scss/tabs.scss */
.pane h6 {
  margin: 2.33em 0;
}

/* line 233, ../scss/tabs.scss */
.resources .tabs-body,
.leftcol .tabs-body {
  border: 1px solid #aaa;
}
/* line 237, ../scss/tabs.scss */
.lt-ie8 .resources .tabs-body, .lt-ie8
.leftcol .tabs-body {
  border: 0;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 468px) {
  /* line 245, ../scss/tabs.scss */
  .resources .tabs-body,
  .leftcol .tabs-body {
    border: 0;
    border-top: 1px solid #aaa;
  }
}
@media only screen and (max-width: 344px) {
  /* line 255, ../scss/tabs.scss */
  .tab-control li a {
    font-size: 1em;
  }
  /* line 258, ../scss/tabs.scss */
  .tabs-4 .tab-control li a, .tabs-3 .tab-control li a {
    font-size: .95em;
  }
}
@media only screen and (min-width: 469px) and (max-width: 1003px) {
  /* line 266, ../scss/tabs.scss */
  .introduction .tab-control li a {
    font-size: 1em;
  }

  /* line 270, ../scss/tabs.scss */
  .introduction.col6 .tabs-4 .tab-control li a {
    font-size: .95em;
  }
}
/**************************************
 *    No JS styles
 *    Hide tab control UL
 *    Show all tab panel contents
 **************************************/
/* line 282, ../scss/tabs.scss */
.no-js .introduction .ma-tabs {
  border-bottom: 0;
}
/* line 285, ../scss/tabs.scss */
.no-js .tab-control {
  display: none;
}
/* line 288, ../scss/tabs.scss */
.no-js .pane {
  border-top: 0;
}
/* line 291, ../scss/tabs.scss */
.no-js .pane > div {
  display: block;
}

/*==============================================================
=      Begin Details / Summary Elements (show/hide) - ER186    =
==============================================================*/
/*----------  details module font awesome base mixin  ----------*/
/*----------  details module font awesome IE7 mixin  ----------*/
/* line 35, ../scss/details.scss */
.lt-ie8 details > summary {
  *zoom: expression( this.runtimeStyle.zoom="1", this.appendChild( document.createElement("small") ).className="after" );
}
/* line 41, ../scss/details.scss */
.lt-ie8 details > summary .after {
  top: 5px;
}

/*----------  Details module style  ----------*/
/* line 52, ../scss/details.scss */
details {
  display: block;
  margin: 0 1em 1em 1em;
  position: relative;
  border-bottom: 1px solid #ccc;
}
/* line 59, ../scss/details.scss */
details p, details blockquote, details div {
  padding: 0 1em;
}
/* line 64, ../scss/details.scss */
details ul {
  margin-left: 1em;
  margin-right: 1em;
}

/* line 71, ../scss/details.scss */
summary {
  padding: 1em;
  padding-right: 4em;
  cursor: pointer;
  border: 1px solid #fff;
}
/* line 77, ../scss/details.scss */
summary h2, summary h3, summary h4 {
  display: inline-block;
  margin: 0;
}
/* line 83, ../scss/details.scss */
details summary:hover, details summary.menu.active {
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  outline: 0;
  color: #444;
}
/* line 91, ../scss/details.scss */
details summary:focus {
  outline: 0;
  border: 1px solid #ccc;
  border-bottom: 1px solid #f7f7f7;
  background-color: #f7f7f7;
}
/* line 100, ../scss/details.scss */
.details details[open] summary, details.open summary {
  margin-bottom: .75em;
  border: 1px solid #f5f5f5;
  border-bottom: 1px dashed #ccc;
  color: #444;
  background: #f7f7f7;
}
/* line 110, ../scss/details.scss */
.details details[open] summary:hover, .details details[open] summary.menu.active, details.open summary:hover, details.open summary.menu.active, .details details[open] summary:focus, details.open summary:focus {
  border: 1px solid #ccc;
  outline: 0;
}
/* line 119, ../scss/details.scss */
summary::-webkit-details-marker {
  display: none;
}
/* line 124, ../scss/details.scss */
summary:after, .lt-ie8 summary .after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 2em;
  content: "\f067";
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  color: #222;
}
/* line 133, ../scss/details.scss */
.details details[open] > summary:after, details.open > summary:after, .lt-ie8 details.open > summary .after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 2em;
  content: "\f068";
  /* the new icon */
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  color: #444;
}

/*----------  details module style fallbacks  ----------*/
/* line 150, ../scss/details.scss */
.no-details details > * {
  display: none;
}

/* line 153, ../scss/details.scss */
.no-details details > summary:after,
.lt-ie8 details > summary .after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 2em;
  float: right;
  width: 20px;
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  content: '\f067';
}

/* line 162, ../scss/details.scss */
details.open > summary:after,
.lt-ie8 details.open > summary .after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 2em;
  content: '\f068';
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
  color: #444;
}

/* line 171, ../scss/details.scss */
.no-details details summary,
.no-js details,
.no-js details summary {
  display: block;
}

/* line 178, ../scss/details.scss */
.no-js.no-details details {
  border: 0;
}

/* line 183, ../scss/details.scss */
.no-js.no-details summary:after,
.no-js summary .after {
  content: '';
}

/*=========  End Details / Summary Elements (show/hide)  ==========*/
/*=================================================
   TRANSLATE MODULE 
  ===================================================*/
/* line 7, ../scss/translate.scss */
.js body .translate-disabled {
  display: none;
}
/* line 10, ../scss/translate.scss */
.js body li#js-disabled {
  display: none;
}
/* line 13, ../scss/translate.scss */
.js body li#translate-no {
  display: block;
}
/* line 17, ../scss/translate.scss */
.js body[translate="no"] #ms-translate, .js body.notranslate #ms-translate {
  display: none;
}
/* line 20, ../scss/translate.scss */
.js body[translate="no"] .translate-disabled, .js body.notranslate .translate-disabled {
  display: block;
}

/* line 30, ../scss/translate.scss */
.no-js body #ms-translate {
  display: none;
}
/* line 33, ../scss/translate.scss */
.no-js body li#js-disabled {
  display: block;
}
/* line 36, ../scss/translate.scss */
.no-js body .translate-disabled {
  display: block;
}
/* line 39, ../scss/translate.scss */
.no-js body li#translate-no {
  display: none;
}

/* line 51, ../scss/translate.scss */
.lt-ie8 #ms-translate {
  margin-top: -2px;
}

/* line 56, ../scss/translate.scss */
select#to-language {
  height: 20px;
  width: 105px;
}

/* line 61, ../scss/translate.scss */
button#translate-go {
  width: 30px;
  margin: -5px -1px;
  background: url("../images/template/translate.png") no-repeat;
  text-indent: -9999em;
  border: 0;
  padding: 4px 7px;
}
/* line 69, ../scss/translate.scss */
button#translate-go:hover, button#translate-go.menu.active {
  background: url("../images/template/translate-hover.png") no-repeat;
}

/* line 75, ../scss/translate.scss */
.ms-translate-accept {
  background: url("../images/template/check-icon.png") no-repeat 0% 50%;
  padding-left: 33px;
  padding-bottom: 6px;
  padding-top: 6px;
}

/* line 82, ../scss/translate.scss */
.ms-translate-deny {
  background: url("../images/template/no-icon.png") no-repeat 0% 50%;
  padding-left: 33px;
  padding-bottom: 6px;
  padding-top: 6px;
}

/* line 89, ../scss/translate.scss */
.little-a {
  font-size: .9em;
}

/* line 93, ../scss/translate.scss */
.big-a {
  font-size: 1.3em;
}

/* line 97, ../scss/translate.scss */
#translate-no, #js-disabled {
  margin: .75em 0;
}
/* line 100, ../scss/translate.scss */
#translate-no > ul, #js-disabled > ul {
  margin-top: 0;
}

@media only screen and (max-width: 1004px) {
  /* line 109, ../scss/translate.scss */
  .skip-links {
    width: 32%;
    margin-left: 2%;
    padding-left:20px; /* Updated  Feb 15,2016*/

  }

  /* line 114, ../scss/translate.scss */
  select#to-language {
    width: 85px;
  }

  /* line 118, ../scss/translate.scss */
  button#translate-go {
    display: none;
  }

  /* line 122, ../scss/translate.scss */
  .translate-widget {
    background: none;
    padding: 0 0 0 .25em !important;
  }

  /* line 127, ../scss/translate.scss */
  .top-line .rwd-ulhorizontal li:first-child {
    padding-left: .2em;
  }

  /* line 131, ../scss/translate.scss */
  .translate-disabled {
    background: none !important;
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 149, ../scss/translate.scss */
  .notranslate .translate-widget {
    border-left: 1px solid #fff;
  }
}
/************************************************************************
  
  BEGIN ER100 / BLOG WIDGET SCSS
  v1.1 updated for Font-Awesome 4.0 - C1009407 (12/11/13)
  v1.0 deployed for C1008603 10/2/13

  .mablog-rss contains default no-js html (.rss-*)
  .js loads new html (.blog-*)
  some add'l styles for .leftcol, .resources, .small (IE tetris 30-30-30), .mobile versions

************************************************************************/
/* line 40, ../scss/blog-widget.scss */
.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* line 46, ../scss/blog-widget.scss */
.mablog-rss {
  margin: 0;
  /*-moz-box-shadow: 5px 5px 14px -6px #eaeaea;
  -webkit-box-shadow: 5px 5px 14px -6px #eaeaea;
  box-shadow: 5px 5px 14px -6px #eaeaea;*/
  -webkit-box-shadow: 5px 5px 14px -6px #eaeaea;
  -moz-box-shadow: 5px 5px 14px -6px #eaeaea;
  box-shadow: 5px 5px 14px -6px #eaeaea;
}

/* line 56, ../scss/blog-widget.scss */
.js .rss-title, .js .rss-wrapper, .js .rss-list-wrapper {
  display: none;
}

/* line 61, ../scss/blog-widget.scss */
.no-js .rss-title, .blogs-title {
  padding: 10px 15px 10px 10px;
  color: #222;
  font-weight: bold !important;
  font-size: 1.2em !important;
  font-family: Tahoma,Verdana,Geneva,sans-serif;
  background: #f5f5f5;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px, #cccccc 0px 1px 1px -1px;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background: -webkit-linear-gradient(top, whitesmoke 90%, #f0f0f0 90%);
  background: -moz-linear-gradient(top, whitesmoke 90%, #f0f0f0 90%);
  background: -o-linear-gradient(top, whitesmoke 90%, #f0f0f0 90%);
  background: -ms-linear-gradient(top, whitesmoke 90%, #f0f0f0 90%);
  background: linear-gradient(top, #f5f5f5 90%, #f0f0f0 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f0f0f0',GradientType=0 );
  /* IE6-8 */
  background-origin: padding-box;
  background-size: auto;
  border-top-color: white;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px;
  -webkit-box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(155, 155, 155, 0.2) 0px 0px 0px 1px, rgba(255, 255, 255, 0.90196) 1px 0px 0px 0px inset, rgba(0, 0, 0, 0.09804) 0px 2px 2px 0px;
  box-sizing: border-box;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 2px 2px 2px 2px;
  position: relative;
  margin: 0 !important;
}

/* line 97, ../scss/blog-widget.scss */
.no-js.lt-ie9 .rss-title, .no-js.lt-ie9 .resources .rss-title, .no-js.lt-ie9 .leftcol .rss-title {
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
}

/* line 104, ../scss/blog-widget.scss */
.lt-ie9 .blogs-title, .lt-ie9 .small .blogs-title, .lt-ie9 .resources .blogs-title, .lt-ie9 .leftcol .blogs-title {
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
}

/* line 110, ../scss/blog-widget.scss */
.no-js .rss-title:before, .blogs-title:before {
  position: absolute;
  bottom: 0px;
  right: 15px;
  display: inline-block;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #dfdfdf;
  border-left: 11px solid transparent;
  content: '';
  z-index: 90;
}

/* line 122, ../scss/blog-widget.scss */
.no-js .rss-title:after, .blogs-title:after {
  position: absolute;
  bottom: -1px;
  right: 16.5px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  content: '';
  z-index: 100;
}

/* line 135, ../scss/blog-widget.scss */
.no-js .leftcol .rss-title, .no-js .resources .rss-title {
  font-size: 0.85em !important;
  padding: 10px 15px 15px 10px;
}

/* line 141, ../scss/blog-widget.scss */
.small .blogs-title {
  font-size: 0.85em !important;
  padding: 10px 15px 15px 10px;
}

/* line 146, ../scss/blog-widget.scss */
.no-js .rss-wrapper, .blogs-wrapper {
  background: #f7f7ff;
  border: 1px solid #dfdfdf;
  border-top-color: #fafafa;
  border-top: 0;
  zoom: 1;
  padding: 0 3px 3px 5px;
  position: relative;
  top: 1px;
}

/* line 158, ../scss/blog-widget.scss */
.no-js .rss-wrapper {
  padding: 0 3px 3px 3px;
}
/* line 161, ../scss/blog-widget.scss */
.no-js .kb-key {
  display: none;
}

/* line 166, ../scss/blog-widget.scss */
.leftcol .kb-key, .resources .kb-key, .kb-key {
  position: absolute;
  top: 10px;
  left: -9999px;
  z-index: -10;
  overflow: visible;
  /*display: none;*/
  border: 3px solid #134b8f;
  width: 96%;
  background: #fafafa;
  background: rgba(245, 245, 245, 0.96);
  padding: 10px;
  -moz-box-shadow: 0px 3px 7px 3px #505050;
  -webkit-box-shadow: 0px 3px 7px 3px #505050;
  box-shadow: 0px 3px 7px 3px #505050;
}
/* line 181, ../scss/blog-widget.scss */
.leftcol .kb-key:focus, .resources .kb-key:focus, .kb-key:focus {
  outline: none;
}
/* line 184, ../scss/blog-widget.scss */
.leftcol .kb-key ul, .resources .kb-key ul, .kb-key ul {
  padding-left: 10px;
  margin: 0px 2px 0px 10px;
}

/* line 190, ../scss/blog-widget.scss */
.small .kb-key, .leftcol .kb-key, .resources .kb-key {
  width: 93%;
}
/* line 194, ../scss/blog-widget.scss */
.small .kb-key ul, .leftcol .kb-key ul, .resources .kb-key ul {
  padding-left: 0;
  list-style-type: none;
  font-size: .85em;
}

/* line 201, ../scss/blog-widget.scss */
.no-js .rss-list-wrapper {
  background: #fff;
  border-width: 0 1px 1px 1px;
  border-color: #dfdfdf;
  border-style: solid;
  /*background:#fff;*/
  zoom: 1;
  /*top: -13px;*/
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  /*display:block;
  width:100%;*/
}
/* line 216, ../scss/blog-widget.scss */
.no-js .rss-list-wrapper p {
  padding: 10px;
  margin: 0;
}
/* line 221, ../scss/blog-widget.scss */
.no-js .rss-list-wrapper img {
  float: left;
  margin-right: 10px;
  width: 60px;
}

/* line 228, ../scss/blog-widget.scss */
.blogs-list-wrapper {
  /*background:#fff;*/
  zoom: 1;
  /*top: -13px;*/
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  /*display:block;
  width:100%;*/
}
/* line 239, ../scss/blog-widget.scss */
.blogs-list-wrapper .scroll-pane {
  -webkit-box-shadow: -2px 4px 10px -8px #333;
  -moz-box-shadow: -2px 4px 10px -8px #333;
  box-shadow: -2px 4px 10px -8px #333;
}
/* line 242, ../scss/blog-widget.scss */
.blogs-list-wrapper .scroll-pane:focus {
  outline: 0;
}
/* line 247, ../scss/blog-widget.scss */
.blogs-list-wrapper .jspContainer {
  /*background: #fff !important;  
  border: 1px solid #dfdfdf;
  border-top:0 !important;
  border-radius: 1px;*/
}
/* line 254, ../scss/blog-widget.scss */
.blogs-list-wrapper .jspTrack {
  /*background: #fff !important;*/
  border-left: 1px solid #dfdfdf;
}
/* line 259, ../scss/blog-widget.scss */
.blogs-list-wrapper .jspDrag {
  outline: 1px solid #999;
}

/* line 265, ../scss/blog-widget.scss */
.rss-feed {
  list-style-type: none !important;
  padding: 0;
  /* 0 0 3px; */
  margin: 0 2px 0 0;
}
/* line 270, ../scss/blog-widget.scss */
.rss-feed:before {
  content: "";
  display: table;
}
/* line 274, ../scss/blog-widget.scss */
.rss-feed:after {
  content: "";
  display: table;
  clear: both;
}

/* line 281, ../scss/blog-widget.scss */
.rss-feed li {
  margin: 0;
  /*position: relative;*/
  background: #fff;
  margin-top: 5px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-right-radius: 3px;
  border-left-radius: 3px;
}
/* line 292, ../scss/blog-widget.scss */
.rss-feed li:hover, .rss-feed li.menu.active {
  /*background: #f9f9fc;*/
  /*background: #E2EDF7;*/
  border-color: #c0c0c0;
}
/* line 297, ../scss/blog-widget.scss */
.rss-feed li:first-child {
  margin-top: 0 !important;
  border-top-color: #fff;
}

/* line 304, ../scss/blog-widget.scss */
.lt-ie9 .focused-post, .lt-ie9 .leftcol .focused-post, .lt-ie9 .resources .focused-post {
  background: #fff;
}

/* line 309, ../scss/blog-widget.scss */
.focused-post {
  border-color: #666 !important;
  /*margin:-1px 0 0 0 !important;
  padding-top:1px !important;*/
  /*background: #f9f9fc !important;*/
}

/* line 316, ../scss/blog-widget.scss */
.post-title {
  padding: 5px 15px 0 0;
  display: block;
  font-size: 1.05em !important;
  font-weight: normal;
  text-decoration: none;
  color: #134b8f;
  position: relative;
}
/* line 324, ../scss/blog-widget.scss */
.post-title:visited {
  padding: 5px 15px 0 0;
  display: block;
  font-size: 1.05em !important;
  font-weight: normal;
  text-decoration: none;
  color: #134b8f;
  position: relative;
}
/* line 333, ../scss/blog-widget.scss */
.post-title:hover, .post-title.menu.active, .post-title:focus {
  text-decoration: underline;
  /*outline: 1px dashed #aeaeae;  */
}

/* line 339, ../scss/blog-widget.scss */
.post-from {
  position: relative;
  line-height: 1.3em;
  display: inline-block;
}
/* line 344, ../scss/blog-widget.scss */
.post-from a {
  color: #222;
  text-decoration: none;
}
/* line 347, ../scss/blog-widget.scss */
.post-from a:hover, .post-from a.menu.active {
  text-decoration: underline;
}
/* line 350, ../scss/blog-widget.scss */
.post-from a:focus {
  text-decoration: underline;
}
/* line 352, ../scss/blog-widget.scss */
.post-from a:focus > .fa-rss {
  color: #ff6600;
}

/* line 359, ../scss/blog-widget.scss */
.article-top {
  clear: left;
  display: block;
  min-height: 75px;
  position: relative;
}

/* line 366, ../scss/blog-widget.scss */
.titlefrom-wrapper {
  position: relative;
  margin-left: 75px;
  min-height: 76px;
  margin-right: 60px;
}

/* line 374, ../scss/blog-widget.scss */
.lt-ie8 .titlefrom-wrapper, .lt-ie8 .small .titlefrom-wrapper {
  padding-left: 5px;
}

/* line 379, ../scss/blog-widget.scss */
.article-top.no-image {
  min-height: 76px;
  position: relative;
}
/* line 382, ../scss/blog-widget.scss */
.article-top.no-image .titlefrom-wrapper {
  padding-left: 7px;
  min-height: 76px;
}

/* line 388, ../scss/blog-widget.scss */
.no-image .titlefrom-wrapper {
  padding-left: 7px;
}

/* line 392, ../scss/blog-widget.scss */
.meta-info {
  position: absolute;
  left: auto;
  bottom: 2px;
  right: 7px;
  width: 55px;
  text-align: center;
}

/* line 401, ../scss/blog-widget.scss */
.post-meta {
  font-size: 1em;
  color: #4a4a4a;
  display: block;
}

/* line 407, ../scss/blog-widget.scss */
.show-hide {
  font-size: .9em;
  color: #4a4a4a !important;
  cursor: pointer;
  text-decoration: none;
  display: block;
  margin-top: 3px;
  position: relative;
}
/* line 415, ../scss/blog-widget.scss */
.show-hide i {
  text-decoration: none !important;
  display: block;
  font-size: 1.75em;
}
/* line 420, ../scss/blog-widget.scss */
.show-hide .fa-plus-circle {
  color: #134b8f;
}

/* line 425, ../scss/blog-widget.scss */
.focused-post .show-hide .fa-minus-circle {
  color: #134b8f;
}

/* line 430, ../scss/blog-widget.scss */
.show-hide .fa-minus-circle {
  color: #91A6BF;
}
/* line 433, ../scss/blog-widget.scss */
.show-hide:hover, .show-hide.menu.active {
  text-decoration: underline;
}
/* line 436, ../scss/blog-widget.scss */
.show-hide i:hover, .show-hide i.menu.active {
  text-decoration: none !important;
}
/* line 439, ../scss/blog-widget.scss */
.show-hide:focus {
  outline: 1px dotted #222;
}
/* line 442, ../scss/blog-widget.scss */
.show-hide:hover i, .show-hide.menu.active i, .show-hide:focus i {
  color: #444;
}

/* line 447, ../scss/blog-widget.scss */
.excerpt-text {
  clear: both;
  border-top: 1px dashed #CACACA;
  padding: 7px;
  color: #454545;
  margin: 0;
  font-size: 0.875em;
  line-height: 1.4em;
}
/* line 455, ../scss/blog-widget.scss */
.excerpt-text:focus {
  outline: none;
  color: #000;
  background: #fafafa;
  /*border-top: 1px solid #efefef;
  border-bottom:1px solid #F1F4F7;*/
}
/* line 462, ../scss/blog-widget.scss */
.excerpt-text a {
  color: #134b8f;
}
/* line 464, ../scss/blog-widget.scss */
.excerpt-text a:visited {
  color: #134b8f;
}

/* line 470, ../scss/blog-widget.scss */
.rss-feed img {
  padding: 4px 6px 4px 4px;
  -ms-interpolation-mode: bicubic;
  width: 75px;
  height: 75px;
  float: left;
  border: 1px solid transparent;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-radius: 7px 7px 7px 7px;
}

/* line 481, ../scss/blog-widget.scss */
.small .titlefrom-wrapper {
  margin-left: 55px;
  min-height: 70px;
  margin-right: 50px;
}
/* line 486, ../scss/blog-widget.scss */
.small .article-top {
  min-height: 70px;
}
/* line 489, ../scss/blog-widget.scss */
.small .post-title {
  padding: 5px 5px 0 0;
  display: block;
  font-size: 0.9em !important;
  font-weight: 500;
  line-height: 1.2em !important;
  margin: 0 !important;
}
/* line 497, ../scss/blog-widget.scss */
.small .post-meta, .small .show-hide {
  font-size: .85em;
}
/* line 500, ../scss/blog-widget.scss */
.small .no-image .titlefrom-wrapper {
  padding-left: 5px;
  right: 50;
}
/* line 504, ../scss/blog-widget.scss */
.small .meta-info {
  right: 0;
}
/* line 507, ../scss/blog-widget.scss */
.small .rss-feed img {
  padding: 3px;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 2px 2px 2px 2px;
  width: 50px !important;
  height: 50px !important;
  float: left;
}
/* line 516, ../scss/blog-widget.scss */
.small .excerpt-text {
  font-size: .825em;
}
/* line 519, ../scss/blog-widget.scss */
.small .post-from {
  font-size: .85em;
  position: relative;
}

/* line 526, ../scss/blog-widget.scss */
.fa-rss:hover, .fa-rss.menu.active, .fa-rss:focus {
  color: #ff6600;
}

/* line 533, ../scss/blog-widget.scss */
.mobile .post-title {
  font-size: 1.7em !important;
  line-height: 1.2em !important;
  padding: 5px 5px 0 0;
}
/* line 538, ../scss/blog-widget.scss */
.mobile .post-from {
  font-size: 1.4em !important;
  line-height: 1.3em;
}
/* line 542, ../scss/blog-widget.scss */
.mobile .meta-info {
  right: 0px;
  left: auto;
  top: 1px;
  width: 50px;
  text-align: center;
}
/* line 548, ../scss/blog-widget.scss */
.mobile .meta-info .post-meta {
  font-size: 1.35em;
  display: block;
}
/* line 552, ../scss/blog-widget.scss */
.mobile .meta-info .show-hide {
  margin-left: 0 !important;
  font-size: 1.5em;
  display: block;
  height: 50px;
}
/* line 557, ../scss/blog-widget.scss */
.mobile .meta-info .show-hide .fa-plus-circle, .mobile .meta-info .show-hide .fa-minus-circle {
  display: block;
  font-size: 1.5em;
}
/* line 563, ../scss/blog-widget.scss */
.mobile .show-hide:focus {
  outline: 0;
}
/* line 566, ../scss/blog-widget.scss */
.mobile .excerpt-text {
  font-size: 1.25em;
}

@media only screen and (min-width: 768px) and (max-width: 1004px) {
/** uadded misinsg parentecis for the media query


*/



  /* line 572, ../scss/blog-widget.scss */
  .resources .small .rss-feed img, .leftcol .small .rss-feed img {
    float: right;
    width: 45px;
    height: 45px;
    padding: 2px 2px 3px 3px;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-right: 0;
  }

  /* line 581, ../scss/blog-widget.scss */
  .resources .small .titlefrom-wrapper {
    margin-left: 5px !important;
  }

  /* line 585, ../scss/blog-widget.scss */
  .leftcol .small .titlefrom-wrapper {
    margin-left: 5px !important;
  }
  /* line 588, ../scss/blog-widget.scss */
  .leftcol .small .post-meta {
    display: none;
  }

  /* line 592, ../scss/blog-widget.scss */
  .resources .small .post-meta {
    display: none;
  }

  /* line 595, ../scss/blog-widget.scss */
  .leftcol .small .show-hide i {
    display: inline-block;
    font-size: 1em;
  }
}
/*******************************************
  social share style
********************************************/
/* line 4, ../scss/share.scss */
.magov-share {
  margin-bottom: 15px;
  width: 100%;
}
/* line 8, ../scss/share.scss */
.magov-share:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 15, ../scss/share.scss */
.magov-share .share-heading {
  font-size: 12px;
  font-weight: bold;
}
/* line 20, ../scss/share.scss */
.magov-share .addThis-custom {
  padding: 0;
  margin: -21px 0 0 66px;
  list-style: none;
}
/* line 26, ../scss/share.scss */
.magov-share .addThis-custom:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 34, ../scss/share.scss */
.magov-share .addThis-custom li {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  margin: 0 3px;
  list-style: none;
  line-height: 21px;
  height: 21px;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  _height: 21px;
}
/* line 47, ../scss/share.scss */
.magov-share .addThis-custom li a {
  display: block;
  height: 21px;
  line-height: 21px;
  width: 85px;
  color: #222;
  color: #07459a;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
/* line 58, ../scss/share.scss */
.magov-share .addThis-custom li a.facebook:hover .fa-facebook-square, .magov-share .addThis-custom li a.facebook.menu.active .fa-facebook-square {
  color: #a2b4db;
}
/* line 61, ../scss/share.scss */
.magov-share .addThis-custom li a.twitter:hover .fa-twitter, .magov-share .addThis-custom li a.twitter.menu.active .fa-twitter {
  color: #98e3ff;
}
/* line 64, ../scss/share.scss */
.magov-share .addThis-custom li a.google:hover .fa-google-plus-square, .magov-share .addThis-custom li a.google.menu.active .fa-google-plus-square {
  color: #f6cfca;
}
/* line 67, ../scss/share.scss */
.magov-share .addThis-custom li a.linkedin:hover .fa-linkedin-square, .magov-share .addThis-custom li a.linkedin.menu.active .fa-linkedin-square {
  color: #b6e7ff;
}
/* line 71, ../scss/share.scss */
.magov-share .addThis-custom li a .hide-mobile {
  display: inline;
}
/* line 77, ../scss/share.scss */
.magov-share .addThis-custom > :first-child {
  margin-left: 0;
}
/* line 81, ../scss/share.scss */
.magov-share .addThis-custom > :last-child {
  background: transparent;
  border: 0;
  height: 21px;
}
/* line 88, ../scss/share.scss */
.magov-share .fa {
  font-size: 21px;
  width: 19px;
  height: 21px;
}
/* line 93, ../scss/share.scss */
.magov-share .fa.fa-facebook-square {
  color: #3b5998;
}
/* line 96, ../scss/share.scss */
.magov-share .fa.fa-twitter {
  color: #00aced;
}
/* line 99, ../scss/share.scss */
.magov-share .fa.fa-google-plus-square {
  color: #dd4b39;
}
/* line 102, ../scss/share.scss */
.magov-share .fa.fa-linkedin-square {
  color: #007bb6;
}
/* line 107, ../scss/share.scss */
.leftcol .magov-share {
  margin: 30px 0 10px 0;
  width: 100px;
}
/* line 111, ../scss/share.scss */
.leftcol .magov-share .share-heading {
  font-size: 13px;
  font-weight: bold;
}
/* line 115, ../scss/share.scss */
.leftcol .magov-share .addThis-custom {
  margin: 0;
}
/* line 118, ../scss/share.scss */
.leftcol .magov-share .addThis-custom li {
  margin: 5px 3px;
}
/* line 121, ../scss/share.scss */
.leftcol .magov-share .addThis-custom li a {
  text-align: left;
  width: 85px;
}
/* line 126, ../scss/share.scss */
.leftcol .magov-share .addThis-custom > :first-child {
  margin-left: 3px;
}
/* line 132, ../scss/share.scss */
.no-js .magov-share {
  display: none;
}

}
@media only screen and (max-width: 1004px) {
  /* line 138, ../scss/share.scss */
  .magov-share {
    margin-bottom: 15px;
    width: 100%;
  }
  /* line 142, ../scss/share.scss */
  .magov-share .addThis-custom {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 149, ../scss/share.scss */
  .magov-share {
    width: 100%;
  }
  /* line 152, ../scss/share.scss */
  .magov-share .addThis-custom {
    margin: 0;
  }
  /* line 155, ../scss/share.scss */
  .magov-share .addThis-custom li {
    margin: 0 3px;
    line-height: 26px;
    height: 26px;
  }
  /* line 160, ../scss/share.scss */
  .magov-share .addThis-custom li a {
    height: 26px;
    line-height: 26px;
    width: 80px;
    text-align: left;
  }
  /* line 166, ../scss/share.scss */
  .magov-share .addThis-custom li a .hide-mobile {
    display: inline;
  }
  /* line 172, ../scss/share.scss */
  .magov-share .addThis-custom > :first-child {
    margin-left: 0;
  }
  /* line 175, ../scss/share.scss */
  .magov-share .addThis-custom > :first-child a {
    width: 85px;
  }
  /* line 181, ../scss/share.scss */
  .magov-share .fa {
    font-size: 26px;
    width: 23px;
    height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 191, ../scss/share.scss */
  .magov-share .addThis-custom {
    margin: 0;
  }
  /* line 194, ../scss/share.scss */
  .magov-share .addThis-custom li {
    margin: 0 1px;
    line-height: 32px;
    height: 35px;
    /*border: 1px solid #eaeaea; //buttons style
    border-radius: 2px;
    background: #f0f0f0;*/
  }
  /* line 202, ../scss/share.scss */
  .magov-share .addThis-custom li a {
    height: 35px;
    line-height: 40px;
    width: 40px;
    text-align: center;
  }
  /* line 208, ../scss/share.scss */
  .magov-share .addThis-custom li a .hide-mobile {
    display: none;
  }
  /* line 214, ../scss/share.scss */
  .magov-share .addThis-custom > :first-child {
    margin-left: 0;
  }
  /* line 217, ../scss/share.scss */
  .magov-share .addThis-custom > :first-child a {
    width: 40px;
  }
  /* line 223, ../scss/share.scss */
  .magov-share .fa {
    font-size: 38px;
    width: 40px;
    height: 40px;
  }
  /* line 229, ../scss/share.scss */
  .magov-share .fa.fa-twitter:before {
    content: '\f081';
  }
  /* line 234, ../scss/share.scss */
  .leftcol .magov-share {
    margin: 20px 0 10px 0;
    width: 100%;
  }
  /* line 238, ../scss/share.scss */
  .leftcol .magov-share .share-heading {
    font-size: 13px;
    font-weight: bold;
  }
  /* line 242, ../scss/share.scss */
  .leftcol .magov-share .addThis-custom {
    margin: 0;
  }
  /* line 245, ../scss/share.scss */
  .leftcol .magov-share .addThis-custom li {
    margin: 0 2px;
  }
  /* line 248, ../scss/share.scss */
  .leftcol .magov-share .addThis-custom li a {
    width: 40px;
  }
  /* line 252, ../scss/share.scss */
  .leftcol .magov-share .addThis-custom > :first-child {
    margin-left: 0;
  }
}

/* RETINA DISPLAY IMAGES */
/* line 1, ../../sass/components/_typography.scss */
body {
  color: black;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
}

/* line 9, ../../sass/components/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "ProximaNova-SemiBold", sans-serif;
  text-rendering: optimizeLegibility;
  color: #24387e;
}
/* line 13, ../../sass/components/_typography.scss */
h1.thin, h2.thin, h3.thin, h4.thin, h5.thin, h6.thin {
  padding: 0;
  margin: 0;
}
/* line 17, ../../sass/components/_typography.scss */
h1.skinny, h2.skinny, h3.skinny, h4.skinny, h5.skinny, h6.skinny {
  margin: 20px 0 5px 0;
}

/* line 22, ../../sass/components/_typography.scss */
h1 {
  font-size: 2em;
  margin: 0 0 .75em;
}

/* line 27, ../../sass/components/_typography.scss */
h2 {
  font-size: 1.875em;
  margin: 0 0 .75em;
}

/* line 32, ../../sass/components/_typography.scss */
h3 {
  font-size: 1.638em;
  margin: 0 0 .875em;
  line-height: 27px;
}

/* line 38, ../../sass/components/_typography.scss */
h4 {
  font-size: 1.5em;
  margin: 0 0 .5em;
}
/* line 41, ../../sass/components/_typography.scss */
h4.citizen-name {
  padding-top: 10px;
}
/* line 44, ../../sass/components/_typography.scss */
h4.cart-name {
  padding-top: 10px;
}

/* line 49, ../../sass/components/_typography.scss */
h5 {
  font-size: 1.25em;
  margin: 0 0 .5em;
}

/* line 54, ../../sass/components/_typography.scss */
h6 {
  font-size: 1.125em;
  margin: 0 0 .5em;
}

/* line 59, ../../sass/components/_typography.scss */
p {
  margin: 0 0 13.5px;
}
/* line 61, ../../sass/components/_typography.scss */
p.thin {
  margin: 0;
}

/* line 66, ../../sass/components/_typography.scss */
a {
  color: #0c658c;
  text-decoration: none;
}
/* line 69, ../../sass/components/_typography.scss */
a:hover, a:active, a:focus {
  color: #0c658c;
  outline: none;
}

/* line 75, ../../sass/components/_typography.scss */
strong {
  font-family: "ProximaNova-Bold", sans-serif;
}

/* line 79, ../../sass/components/_typography.scss */
hr {
  border-bottom: 1px solid #a3a3a3;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 27px 0;
  clear: both;
}

/* line 88, ../../sass/components/_typography.scss */
img {
  margin: 0;
  max-width: 100%;
}

/* line 93, ../../sass/components/_typography.scss */
abbr, acronym {
  border-bottom: 1px dotted #a3a3a3;
  cursor: help;
}

/* line 98, ../../sass/components/_typography.scss */
address {
  display: block;
  margin: 0 0 13.5px;
}

/* line 103, ../../sass/components/_typography.scss */
hgroup {
  margin-bottom: 13.5px;
}

/* line 107, ../../sass/components/_typography.scss */
del {
  color: #262626;
}

/* line 111, ../../sass/components/_typography.scss */
blockquote {
  border-left: 2px solid #a3a3a3;
  color: #262626;
  margin: 27px 0;
  padding-left: 13.5px;
}

/* line 118, ../../sass/components/_typography.scss */
cite {
  color: #404040;
  font-style: italic;
}
/* line 122, ../../sass/components/_typography.scss */
cite:before {
  content: '\2014 \00A0';
}

/* line 127, ../../sass/components/_typography.scss */
.bold {
  font-family: "ProximaNova-Bold", sans-serif;
}

/* line 131, ../../sass/components/_typography.scss */
.text-danger {
  color: #b52c2c;
}

/* line 135, ../../sass/components/_typography.scss */
.text-red {
  color: red;
}

/* line 139, ../../sass/components/_typography.scss */
.text-grey {
  color: grey;
}

/* line 143, ../../sass/components/_typography.scss */
.text-lightgrey {
  color: lightgrey;
}

/* line 147, ../../sass/components/_typography.scss */
.text-orange {
  color: #f5a81c;
}

/* line 151, ../../sass/components/_typography.scss */
.text-black {
  color: black;
}

/* line 155, ../../sass/components/_typography.scss */
.text-white {
  color: white;
}

/* line 159, ../../sass/components/_typography.scss */
.text-bold {
  font-family: "ProximaNova-Bold", sans-serif;
}

/* line 163, ../../sass/components/_typography.scss */
.text-blue-light {
  color: #24387e;
}

/* line 167, ../../sass/components/_typography.scss */
.text-blue-lighter {
  color: #24387e;
}

/* line 171, ../../sass/components/_typography.scss */
.text-blue-dark {
  color: #1b2a5e;
}

/* line 175, ../../sass/components/_typography.scss */
.text-blue-dark {
  color: #1b2a5e;
}

/* line 179, ../../sass/components/_typography.scss */
.boxy {
  border: 1px solid #D0D0D0;
  margin-bottom: 3px;
}

/* line 184, ../../sass/components/_typography.scss */
.clean {
  border: none !important;
}

/* line 188, ../../sass/components/_typography.scss */
.text-underline {
  text-decoration: underline;
}

/* line 192, ../../sass/components/_typography.scss */
.padd-y {
  padding: 5px 0;
}

/* line 196, ../../sass/components/_typography.scss */
.padd-x {
  padding: 0 5px;
}

/* line 200, ../../sass/components/_typography.scss */
.popover-content {
  color: black;
}

/* Tablet styles
  --------------------------------------------------------------------- */
/* DISABLE RESPONSIVE
@media all and (min-width: 480px) and (max-width: 959px) {}
*/
/* Large Tablet 768+ styles
--------------------------------------------------------------------- */
/* DISABLE RESPONSIVE
@media all and (min-width: 768px) {

body {
  font-size: 16px;
  line-height: 22px;
}

}
*/
/* Desktop 960+ styles
--------------------------------------------------------------------- */
/* DISABLE RESPONSIVE
@media all and (min-width: 960px) {

body {
  font-size: 18px;
  line-height: 24px;
}

}
*/
/* Desktop 1200 styles
--------------------------------------------------------------------- */
/* DISABLE RESPONSIVE
@media all and (min-width: 1200px) {}*/
/* line 3, ../../sass/components/_buttons.scss */
.button, a.button, a.btn, .btn,
.btn-default, .btn-primary, .btn-submit, .btn-agent,
button, input[type="submit"] {
  display: inline-block;
  width: auto !important;
  height: auto;
  margin: 0 0 .5em;
  padding: 16px 20px;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  font-size: 13px;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.25em;
  white-space: normal;
  border-radius: 0;
  border: none;
  background-color: #24387e;
  color: white;
}
/* line 23, ../../sass/components/_buttons.scss */
.button:hover, .button:focus, .button:active, a.button:hover, a.button:focus, a.button:active, a.btn:hover, a.btn:focus, a.btn:active, .btn:hover, .btn:focus, .btn:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-submit:hover, .btn-submit:focus, .btn-submit:active, .btn-agent:hover, .btn-agent:focus, .btn-agent:active,
button:hover,
button:focus,
button:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
  background-color: #1b2a5e;
  color: white;
}
/* line 27, ../../sass/components/_buttons.scss */
.button.search, a.button.search, a.btn.search, .btn.search,
.btn-default.search, .btn-primary.search, .btn-submit.search, .btn-agent.search,
button.search, input[type="submit"].search {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  text-align: center;
  font-size: 1.25em;
  background: #24387e;
  color: white;
}
/* line 36, ../../sass/components/_buttons.scss */
.button.slim, .button.thin, a.button.slim, a.button.thin, a.btn.slim, a.btn.thin, .btn.slim, .btn.thin,
.btn-default.slim,
.btn-default.thin, .btn-primary.slim, .btn-primary.thin, .btn-submit.slim, .btn-submit.thin, .btn-agent.slim, .btn-agent.thin,
button.slim,
button.thin, input[type="submit"].slim, input[type="submit"].thin {
  padding: 5px 20px;
  margin: 0;
}
/* line 40, ../../sass/components/_buttons.scss */
.button.btn-cart, a.button.btn-cart, a.btn.btn-cart, .btn.btn-cart,
.btn-default.btn-cart, .btn-primary.btn-cart, .btn-submit.btn-cart, .btn-agent.btn-cart,
button.btn-cart, input[type="submit"].btn-cart {
  padding: 1px 3px;
  font-size: 14px;
  margin: 0;
}
/* line 45, ../../sass/components/_buttons.scss */
.button.disabled, a.button.disabled, a.btn.disabled, .btn.disabled,
.btn-default.disabled, .btn-primary.disabled, .btn-submit.disabled, .btn-agent.disabled,
button.disabled, input[type="submit"].disabled {
  background-color: #666666;
}
/* line 47, ../../sass/components/_buttons.scss */
.button.disabled:focus, .button.disabled:active, .button.disabled:hover, a.button.disabled:focus, a.button.disabled:active, a.button.disabled:hover, a.btn.disabled:focus, a.btn.disabled:active, a.btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled:hover, .btn-submit.disabled:focus, .btn-submit.disabled:active, .btn-submit.disabled:hover, .btn-agent.disabled:focus, .btn-agent.disabled:active, .btn-agent.disabled:hover,
button.disabled:focus,
button.disabled:active,
button.disabled:hover, input[type="submit"].disabled:focus, input[type="submit"].disabled:active, input[type="submit"].disabled:hover {
  background-color: #666666;
}
/* line 52, ../../sass/components/_buttons.scss */
.button.close:hover, a.button.close:hover, a.btn.close:hover, .btn.close:hover,
.btn-default.close:hover, .btn-primary.close:hover, .btn-submit.close:hover, .btn-agent.close:hover,
button.close:hover, input[type="submit"].close:hover {
  background: none no-repeat scroll 0 0 transparent !important;
}

/* line 58, ../../sass/components/_buttons.scss */
.btn-popover, a.btn-popover {
  margin: 0;
  padding: 0;
  background: transparent !important;
}
/* line 62, ../../sass/components/_buttons.scss */
.btn-popover.focus, .btn-popover.active, .btn-popover.hover, a.btn-popover.focus, a.btn-popover.active, a.btn-popover.hover {
  background: transparent !important;
}

/* line 67, ../../sass/components/_buttons.scss */
.btn-edit {
  font-size: .65em;
}

/* line 71, ../../sass/components/_buttons.scss */
.btn-submit {
  margin: 2.5em 0 .75em;
}

/* line 75, ../../sass/components/_buttons.scss */
.btn-submit {
  margin: 5em 0;
  width: 250px;
}

/* line 80, ../../sass/components/_buttons.scss */
.btn-agent {
  margin: 1.5em 0 0 0 !important;
}

/* line 84, ../../sass/components/_buttons.scss */
.btn-agent {
  margin: 0 5px;
}

/* line 88, ../../sass/components/_buttons.scss */
.btn-agent-thin {
  margin: 0 !important;
}

/* line 92, ../../sass/components/_buttons.scss */
.btn-add {
  font-size: 1em;
  margin: 2px 0;
  width: auto;
  padding: 0 15px;
}

/* line 99, ../../sass/components/_buttons.scss */
#save-profile-button {
  margin: 1em 0;
}

/* line 1, ../../sass/components/_forms.scss */
select {
  -webkit-appearance: none;
}

/* line 5, ../../sass/components/_forms.scss */
fieldset {
  background: #bcbcbc;
  border: 1px solid #a3a3a3;
  margin: 0 0 13.5px 0;
  padding: 27px;
}

/* line 14, ../../sass/components/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
}

/* line 22, ../../sass/components/_forms.scss */
button[disabled],
html input[disabled],
select[disabled] {
  background-color: #fcfcfc;
}

/* line 26, ../../sass/components/_forms.scss */
label {
  font-family: "ProximaNova-Bold";
  margin-bottom: 6.75px;
}
/* line 30, ../../sass/components/_forms.scss */
label.required:after {
  content: "*";
}
/* line 34, ../../sass/components/_forms.scss */
label abbr {
  display: none;
}

/* line 39, ../../sass/components/_forms.scss */
textarea, input[type='text'] {
  background-color: white;
  border-radius: 0;
  border: 1px solid #a3a3a3;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  margin-bottom: 13.5px;
  padding: 9px 9px;
  resize: vertical;
  width: 100%;
}
/* line 51, ../../sass/components/_forms.scss */
textarea:hover, input[type='text']:hover {
  border-color: #8a8a8a;
}
/* line 55, ../../sass/components/_forms.scss */
textarea:focus, input[type='text']:focus {
  border-color: #8a8a8a;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(125, 125, 125, 0.7);
  outline: none;
}

/* line 65, ../../sass/components/_forms.scss */
input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 6.75px;
}

/* line 70, ../../sass/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* line 74, ../../sass/components/_forms.scss */
select {
  width: auto;
  margin-bottom: 27px;
}

/* line 79, ../../sass/components/_forms.scss */
select {
  -webkit-transition: border-color;
  -moz-transition: border-color;
  -ms-transition: border-color;
  -o-transition: border-color;
  transition: border-color;
  background-color: white;
  border: 1px solid #a3a3a3;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  resize: vertical;
  width: 100%;
}
/* line 94, ../../sass/components/_forms.scss */
select:hover {
  border-color: #8a8a8a;
}
/* line 97, ../../sass/components/_forms.scss */
select:focus {
  border-color: #8a8a8a;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(125, 125, 125, 0.7);
  outline: none;
}

/* line 106, ../../sass/components/_forms.scss */
input,
label,
select {
  display: block;
  font-size: 1em;
}

/* line 111, ../../sass/components/_forms.scss */
label {
  margin-bottom: 0.375em;
}

/* line 115, ../../sass/components/_forms.scss */
label.required:after {
  content: "*";
}

/* line 119, ../../sass/components/_forms.scss */
label abbr {
  display: none;
}

/* line 123, ../../sass/components/_forms.scss */
.form-control {
  border: 1px solid #a3a3a3;
  border-radius: 0;
  font-size: 16px;
  margin: 0 0 1em;
  height: 48px;
}
/* line 129, ../../sass/components/_forms.scss */
.form-control:focus {
  border-color: #8a8a8a;
  box-shadow: none;
}

/* line 136, ../../sass/components/_forms.scss */
textarea.required:focus {
  border: 1px solid #8a8a8a;
}

/* line 142, ../../sass/components/_forms.scss */
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover {
  border-color: #8a8a8a;
  box-shadow: none;
  outline: none;
}

/* line 149, ../../sass/components/_forms.scss */
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
  border-color: #8a8a8a;
  box-shadow: none;
  outline: none;
}

/* line 156, ../../sass/components/_forms.scss */
textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  -ms-transition: border-color;
  -o-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #a3a3a3;
  box-shadow: none;
  color: #000000;
  font-size: 16px;
  height: 48px;
  margin-bottom: 0.75em;
  outline: none;
  padding: 0.5em;
  resize: vertical;
  width: 100%;
}
/* line 177, ../../sass/components/_forms.scss */
textarea.failed, textarea.error,
input[type="email"].failed,
input[type="email"].error, input[type="number"].failed, input[type="number"].error, input[type="password"].failed, input[type="password"].error, input[type="search"].failed, input[type="search"].error, input[type="tel"].failed, input[type="tel"].error, input[type="text"].failed, input[type="text"].error, input[type="url"].failed, input[type="url"].error, input[type="color"].failed, input[type="color"].error, input[type="date"].failed, input[type="date"].error, input[type="datetime"].failed, input[type="datetime"].error, input[type="datetime-local"].failed, input[type="datetime-local"].error, input[type="month"].failed, input[type="month"].error, input[type="time"].failed, input[type="time"].error, input[type="week"].failed, input[type="week"].error {
  border-color: #b52c2c !important;
}
/* line 180, ../../sass/components/_forms.scss */
textarea.datepicker,
input[type="email"].datepicker, input[type="number"].datepicker, input[type="password"].datepicker, input[type="search"].datepicker, input[type="tel"].datepicker, input[type="text"].datepicker, input[type="url"].datepicker, input[type="color"].datepicker, input[type="date"].datepicker, input[type="datetime"].datepicker, input[type="datetime-local"].datepicker, input[type="month"].datepicker, input[type="time"].datepicker, input[type="week"].datepicker {
  width: 100% !important;
}
/* line 183, ../../sass/components/_forms.scss */
textarea.required:focus,
input[type="email"].required:focus, input[type="number"].required:focus, input[type="password"].required:focus, input[type="search"].required:focus, input[type="tel"].required:focus, input[type="text"].required:focus, input[type="url"].required:focus, input[type="color"].required:focus, input[type="date"].required:focus, input[type="datetime"].required:focus, input[type="datetime-local"].required:focus, input[type="month"].required:focus, input[type="time"].required:focus, input[type="week"].required:focus {
  border: 1px solid #8a8a8a;
}

/* line 188, ../../sass/components/_forms.scss */
select.error {
  border-color: #b52c2c !important;
}

/* line 192, ../../sass/components/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 200, ../../sass/components/_forms.scss */
input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

/* line 205, ../../sass/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* line 209, ../../sass/components/_forms.scss */
select {
  width: auto;
  margin-bottom: 1.5em;
}

/* line 214, ../../sass/components/_forms.scss */
select {
  -webkit-transition: border-color;
  -moz-transition: border-color;
  -ms-transition: border-color;
  -o-transition: border-color;
  transition: border-color;
  background-color: white;
  border: 1px solid #a3a3a3;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  resize: vertical;
  width: 100%;
  height: 48px;
}
/* line 229, ../../sass/components/_forms.scss */
select.failed {
  border-color: #b52c2c !important;
}
/* line 232, ../../sass/components/_forms.scss */
select.required:focus {
  border: 1px solid #8a8a8a;
}

/* line 237, ../../sass/components/_forms.scss */
select:hover {
  border-color: #8a8a8a;
}

/* line 241, ../../sass/components/_forms.scss */
select:focus {
  border-color: #8a8a8a;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(125, 125, 125, 0.7);
  outline: none;
}

/* line 247, ../../sass/components/_forms.scss */
fieldset {
  background: #fcfcfc;
  border: 1px solid #a3a3a3;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

/* line 255, ../../sass/components/_forms.scss */
form .row {
  text-align: left;
}
/* line 259, ../../sass/components/_forms.scss */
form #forgot-username-link, form #forgot-password-link {
  float: right;
}

/* line 264, ../../sass/components/_forms.scss */
.form-signin {
  margin: 2.5em 0 0;
}

/* line 268, ../../sass/components/_forms.scss */
.form-register {
  text-align: left;
}

/* line 272, ../../sass/components/_forms.scss */
.validation-errors {
  color: #b52c2c;
}

/* line 6, ../../sass/pages/agent-dashboard.scss */
h1 {
  margin: 0 0 .75em;
}

/* line 8, ../../sass/pages/agent-dashboard.scss */
h2 {
  margin: 0 0 .75em;
}

/* line 10, ../../sass/pages/agent-dashboard.scss */
h3 {
  margin: 0 0 .875em;
}

/* line 12, ../../sass/pages/agent-dashboard.scss */
h4 {
  margin: 0 0 .5em;
}

/* line 14, ../../sass/pages/agent-dashboard.scss */
h5 {
  margin: 0 0 .5em;
}

/* line 16, ../../sass/pages/agent-dashboard.scss */
h6 {
  margin: 0 0 .5em;
}

/* line 18, ../../sass/pages/agent-dashboard.scss */
#agent-announcement-master {
  min-height: 500px;
}

/* line 3, ../../sass/pages/_agent-dashboard-accordian.scss */
#agent-accordion-profile-header,
#agent-accordion-license-header,
#agent-accordion-other-header {
  border-bottom: 1px solid #DADADA;
  margin: 0;
  padding: 0 0 .375em 0;
}
/* line 7, ../../sass/pages/_agent-dashboard-accordian.scss */
#agent-accordion-profile-header a,
#agent-accordion-license-header a,
#agent-accordion-other-header a {
  background: url("/img/arrow-right-gray.png") no-repeat scroll 10px 0 transparent;
  color: gray;
  display: block;
  padding: 0 0 0 40px;
}
/* line 12, ../../sass/pages/_agent-dashboard-accordian.scss */
#agent-accordion-profile-header a.active-accordion,
#agent-accordion-license-header a.active-accordion,
#agent-accordion-other-header a.active-accordion {
  background: url("/img/arrow-down-blue.png") no-repeat scroll 0 8px transparent;
  color: #24387e;
}
/* line 16, ../../sass/pages/_agent-dashboard-accordian.scss */
#agent-accordion-profile-header a:hover, #agent-accordion-profile-header a:focus,
#agent-accordion-license-header a:hover,
#agent-accordion-license-header a:focus,
#agent-accordion-other-header a:hover,
#agent-accordion-other-header a:focus {
  text-decoration: none;
}

/* line 23, ../../sass/pages/_agent-dashboard-accordian.scss */
#agent-accordion-license .licensesalepanel .panel-body .col-middle h3.slim {
  color: black;
}

/* line 24, ../../sass/pages/agent-dashboard.scss */
body, html {
  font-size: 14px;
}

/* line 28, ../../sass/pages/agent-dashboard.scss */
.form-control {
  border: 1px solid #a3a3a3;
}
/* line 30, ../../sass/pages/agent-dashboard.scss */
.form-control:focus {
  border-color: #8a8a8a;
  box-shadow: none;
}

/* line 1, ../../sass/pages/_agent-dashboard-header.scss */
#agent-header {
  width: 100%;
  position: fixed;
  top: 0;
  height: 100px;
  z-index: 1001;
  background: white;
}
/* line 8, ../../sass/pages/_agent-dashboard-header.scss */
#agent-header #agent-header-inner {
  max-width: 1280px;
  margin: 0 auto;
}
/* line 11, ../../sass/pages/_agent-dashboard-header.scss */
#agent-header #agent-header-inner img {
  float: left;
  height: 80px;
  margin-top: 10px;
  vertical-align: middle;
}
/* line 17, ../../sass/pages/_agent-dashboard-header.scss */
#agent-header #agent-header-inner #utility-menu {
  text-align: right;
}
/* line 20, ../../sass/pages/_agent-dashboard-header.scss */
#agent-header #agent-header-inner #utility-menu #utility-menu-inner ul {
  white-space: nowrap;
}
/* line 22, ../../sass/pages/_agent-dashboard-header.scss */
#agent-header #agent-header-inner #utility-menu #utility-menu-inner ul li {
  display: inline-block;
  position: relative;
}
/* line 25, ../../sass/pages/_agent-dashboard-header.scss */
#agent-header #agent-header-inner #utility-menu #utility-menu-inner ul li a {
  display: inline-block;
  font-family: "ProximaNova-SemiBold", sans-serif, sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  padding: 1.5em 20px !important;
  position: relative;
  text-decoration: none;
  text-align: right;
  color: black;
}
/* line 36, ../../sass/pages/_agent-dashboard-header.scss */
#agent-header #agent-header-inner #utility-menu #utility-menu-inner ul li a:hover {
  color: #333333;
}
/* line 39, ../../sass/pages/_agent-dashboard-header.scss */
#agent-header #agent-header-inner #utility-menu #utility-menu-inner ul li a .badge {
  background-color: #FF0000;
  position: absolute;
  right: 0;
  top: 16px;
}
/* line 46, ../../sass/pages/_agent-dashboard-header.scss */
#agent-header #agent-header-inner #utility-menu #utility-menu-inner ul li ul.dropdown-menu {
  top: 65px;
  left: 0;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
}
/* line 54, ../../sass/pages/_agent-dashboard-header.scss */
#agent-header #agent-header-inner #utility-menu #utility-menu-inner ul li ul.dropdown-menu li {
  background: white;
  display: block;
}
/* line 57, ../../sass/pages/_agent-dashboard-header.scss */
#agent-header #agent-header-inner #utility-menu #utility-menu-inner ul li ul.dropdown-menu li a {
  width: 15em;
  padding: 0.25em 0.5em !important;
  text-align: left;
  margin: 0 0.5em;
}

/* line 73, ../../sass/pages/_agent-dashboard-header.scss */
#agent-bar {
  width: 100%;
  position: fixed;
  top: 100px;
  z-index: 1000;
  background-color: #19A6E2;
}
/* line 79, ../../sass/pages/_agent-dashboard-header.scss */
#agent-bar #agent-bar-inner {
  max-width: 1280px;
  height: 55px;
  color: white;
  font-family: "ProximaNova-SemiBold", sans-serif, sans-serif;
  font-size: 16px;
  padding: 5px;
  margin: 0 auto;
  border-bottom: 1px solid #A5A5A5;
}
/* line 88, ../../sass/pages/_agent-dashboard-header.scss */
#agent-bar #agent-bar-inner h4 {
  font-family: "ProximaNova-Bold", sans-serif, sans-serif;
  font-size: 24px;
  font-weight: normal;
}

/*mobile menu*/
/* line 39, ../../sass/pages/agent-dashboard.scss */
div#opens-mobile-menu {
  font-size: 1.125em;
  right: 0;
  bottom: 12px;
  position: absolute;
  width: 65px;
  height: 55px;
  border-left: solid 1px #d9e2e2;
  cursor: pointer;
  display: block;
  z-index: 9999;
}

/* line 52, ../../sass/pages/agent-dashboard.scss */
div#opens-mobile-menu:before {
  position: absolute;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  color: #d5820d;
  content: "\e616";
  text-align: center;
  height: 55px;
  line-height: 55px;
  left: 50%;
  margin-left: -9px;
}

/* line 76, ../../sass/pages/agent-dashboard.scss */
.nav-opened {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border-right: solid 1px #d9e2e2;
  border-left: none !important;
}

/* line 86, ../../sass/pages/agent-dashboard.scss */
ul.nav.navbar-nav.navbar-right.expanded li {
  display: block !important;
}

/* end mobile menu */
/* line 92, ../../sass/pages/agent-dashboard.scss */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0 3px;
}

/* line 96, ../../sass/pages/agent-dashboard.scss */
.fa-check {
  color: #009bdd;
}

/* line 101, ../../sass/pages/agent-dashboard.scss */
#search h4 {
  font-size: 1.25em;
}

/* line 106, ../../sass/pages/agent-dashboard.scss */
.increment-display {
  max-width: 50px;
  margin: 0 !important;
  max-height: 26px;
  padding: 4px !important;
  text-align: center;
}

/* line 114, ../../sass/pages/agent-dashboard.scss */
.increment, .decrement {
  font-size: 1.65em;
  vertical-align: bottom;
}

/* line 119, ../../sass/pages/agent-dashboard.scss */
#next-action {
  zoom: 1;
  background: none no-repeat scroll 0 0 #24387e;
  color: #FFFFFF;
  margin: 0 0 2em;
  padding: 0 0 2em;
}
/* line 41, ../../sass/base/_mixins.scss */
#next-action:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 125, ../../sass/pages/agent-dashboard.scss */
#next-action h3 {
  color: #FFFFFF;
  font-family: "ProximaNova-SemiBold", sans-serif, sans-serif;
  font-size: 2.5em;
  margin: 0 0 .5em;
}
/* line 131, ../../sass/pages/agent-dashboard.scss */
#next-action .btn {
  background: none no-repeat scroll 0 0 rgba(255, 255, 255, 0);
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: .5em 1.5em;
}
/* line 136, ../../sass/pages/agent-dashboard.scss */
#next-action .btn:hover {
  background: none no-repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

/* line 142, ../../sass/pages/agent-dashboard.scss */
.slim {
  margin: 0;
  padding: 0;
}

/* line 1, ../../sass/pages/_agent-dashboard-login.scss */
#loginPage {
  background: url("../img/bg-login.jpg");
  background-size: cover;
  height: 100%;
}

/* line 7, ../../sass/pages/_agent-dashboard-login.scss */
#loginPage h3 {
  margin: 75px 0;
  font-size: 1.5em;
}

/* line 12, ../../sass/pages/_agent-dashboard-login.scss */
#login {
  background: rgba(0, 45, 114, 0.6);
  padding-bottom: 50px;
}

/* line 17, ../../sass/pages/_agent-dashboard-login.scss */
#login form {
  padding: 0 75px 50px 75px;
}

/* line 21, ../../sass/pages/_agent-dashboard-login.scss */
.form-control, .btn {
  border-radius: 0 !important;
}

/* line 25, ../../sass/pages/_agent-dashboard-login.scss */
#login form, .form-signin-heading {
  color: white;
}

/* line 29, ../../sass/pages/_agent-dashboard-login.scss */
.form-signin-heading {
  margin: 5px 0 25px 0;
  font-size: 1.25em;
}

/* line 34, ../../sass/pages/_agent-dashboard-login.scss */
#login form input[type=text], #login form input[type=password], #login form a {
  color: #0b9af0;
}

/* line 38, ../../sass/pages/_agent-dashboard-login.scss */
#login form a {
  text-decoration: underline;
}

/* line 42, ../../sass/pages/_agent-dashboard-login.scss */
#login form input[type=submit].btn {
  margin-top: 25px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid white;
  font-size: 1em;
  max-width: 350px;
  min-width: 200px;
  width: 100%;
}

/* line 52, ../../sass/pages/_agent-dashboard-login.scss */
#login form input[type=submit]:hover {
  background: #002997;
  border: 2px solid white;
  font-size: 1em;
  color: white;
}

/* line 59, ../../sass/pages/_agent-dashboard-login.scss */
#login form .forgotPass {
  line-height: 39px;
}

/* line 63, ../../sass/pages/_agent-dashboard-login.scss */
#login input[type="checkbox"] {
  display: none;
}

/* line 67, ../../sass/pages/_agent-dashboard-login.scss */
#login label {
  padding-left: 20px;
}

/* line 71, ../../sass/pages/_agent-dashboard-login.scss */
#login .checkbox label {
  padding: 0;
}

/* line 75, ../../sass/pages/_agent-dashboard-login.scss */
#login input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url("../img/checkbox_radio_sheet.png") left top no-repeat;
  cursor: pointer;
}

/* line 85, ../../sass/pages/_agent-dashboard-login.scss */
#login input[type="checkbox"]:checked + label span {
  background: url("../img/checkbox_radio_sheet.png") -19px top no-repeat;
}

/* line 89, ../../sass/pages/_agent-dashboard-login.scss */
#loginPage h3 {
  color: white;
}

/* line 149, ../../sass/pages/agent-dashboard.scss */
h1.columnHead {
  background: lightgray;
  font-size: 1.7em;
  margin: 0;
  padding: 10px 0;
}

/* line 156, ../../sass/pages/agent-dashboard.scss */
h4.agentWelcome {
  margin: 0;
}

/* line 160, ../../sass/pages/agent-dashboard.scss */
.spacer {
  line-height: 8px;
}

/* line 164, ../../sass/pages/agent-dashboard.scss */
.border-bottom {
  border-bottom: 1px solid #A5A5A5;
}

/* line 2, ../../sass/pages/_agent-dashboard-shopping-cart.scss */
#shopping-cart h3 {
  background: url("/img/icon-shoppingcart.png") no-repeat scroll 2px 2px transparent;
  color: #009BDD;
  font-size: 1.5em;
  font-weight: normal;
  font-family: "ProximaNova-Bold", sans-serif;
  margin: .5em 0;
  padding: 0 0 0 1.75em;
}

/* Some code to allow columns to be same height */
/* line 171, ../../sass/pages/agent-dashboard.scss */
.row-same-height {
  display: table;
  width: 100%;
}

/* line 176, ../../sass/pages/agent-dashboard.scss */
.col-xs-height {
  display: table-cell;
  float: none !important;
}

/* line 181, ../../sass/pages/agent-dashboard.scss */
.img-responsive {
  width: 100%;
}

/* line 185, ../../sass/pages/agent-dashboard.scss */
.col-top {
  vertical-align: top;
}

/* line 189, ../../sass/pages/agent-dashboard.scss */
.col-middle {
  vertical-align: middle;
}

/* line 193, ../../sass/pages/agent-dashboard.scss */
.col-bottom {
  vertical-align: bottom;
}

/* line 197, ../../sass/pages/agent-dashboard.scss */
table {
  margin: 0;
}

/* line 201, ../../sass/pages/agent-dashboard.scss */
label {
  display: block;
}

/* line 205, ../../sass/pages/agent-dashboard.scss */
input.dob {
  width: 32%;
  display: inline;
}

/* line 210, ../../sass/pages/agent-dashboard.scss */
.padd-right {
  padding-right: 20px;
  border-right: 2px solid lightgray;
}

/* line 215, ../../sass/pages/agent-dashboard.scss */
.padd-both {
  padding: 0 20px;
}

/* line 219, ../../sass/pages/agent-dashboard.scss */
.padd-left {
  padding-left: 20px;
  border-left: 2px solid lightgray;
}

/* line 224, ../../sass/pages/agent-dashboard.scss */
.agent-middle {
  padding: 0;
}

/* line 228, ../../sass/pages/agent-dashboard.scss */
.agent-middle .container-fixed {
  background: #FFFFFF;
  border: none;
  padding: 0;
  z-index: 500;
}

/* line 235, ../../sass/pages/agent-dashboard.scss */
.agent-left, .agent-right {
  background: #fcfcfc;
  z-index: 100;
}

/* line 240, ../../sass/pages/agent-dashboard.scss */
.agent-right h3 {
  margin-top: 0;
}

/* line 244, ../../sass/pages/agent-dashboard.scss */
.green-text {
  color: #2c5234;
}

/* line 248, ../../sass/pages/agent-dashboard.scss */
.grey-text {
  color: #9b9b9b;
}

/* line 252, ../../sass/pages/agent-dashboard.scss */
input[type=radio] {
  height: 14px;
  width: 14px;
}

/* line 257, ../../sass/pages/agent-dashboard.scss */
.navbar-agent {
  margin: 0;
  min-height: 0;
}

/* line 262, ../../sass/pages/agent-dashboard.scss */
.navbar-agent a {
  padding: 0 15px !important;
  text-decoration: underline;
  color: black;
}

/* line 268, ../../sass/pages/agent-dashboard.scss */
.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:active, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background: none;
}

/* line 273, ../../sass/pages/agent-dashboard.scss */
#admin #admin-inner {
  max-width: 896px;
  margin: 2em auto 1em;
  padding: 1em;
  border-radius: 5px;
  background: #eee;
}
/* line 279, ../../sass/pages/agent-dashboard.scss */
#admin #admin-inner img {
  display: block;
  margin: 2em auto 1em;
  width: 80%;
}
/* line 284, ../../sass/pages/agent-dashboard.scss */
#admin #admin-inner h2 {
  font-size: 0.85em;
  color: #555;
  float: left;
}
/* line 289, ../../sass/pages/agent-dashboard.scss */
#admin #admin-inner p {
  float: right;
  margin: 0;
}
/* line 292, ../../sass/pages/agent-dashboard.scss */
#admin #admin-inner p a {
  font-size: 0.75em;
  text-decoration: underline;
  color: #0c658c;
}
/* line 298, ../../sass/pages/agent-dashboard.scss */
#admin #admin-inner ul {
  clear: both;
  margin-bottom: 1em;
}
/* line 301, ../../sass/pages/agent-dashboard.scss */
#admin #admin-inner ul a {
  font-size: 0.8em;
  color: #999;
}

/* line 310, ../../sass/pages/agent-dashboard.scss */
#agent-content {
  margin-top: 155px;
}

/* line 314, ../../sass/pages/agent-dashboard.scss */
#left-column, #right-column {
  overflow-y: hidden !important;
  padding: 0 .625em;
}
/* line 317, ../../sass/pages/agent-dashboard.scss */
#left-column h4, #right-column h4 {
  color: black;
  font-size: 1.125em;
  font-weight: normal;
  font-family: "ProximaNova-Bold", sans-serif;
  margin: 1em 0 .5em;
  padding: 0;
}
/* line 325, ../../sass/pages/agent-dashboard.scss */
#left-column hr, #right-column hr {
  padding: 4px 0 8px 0;
  margin: 0 -15px;
}
/* line 330, ../../sass/pages/agent-dashboard.scss */
#left-column #previous-dmp-selection div, #right-column #previous-dmp-selection div {
  font-size: 1.15em;
  padding-bottom: 5px;
}
/* line 333, ../../sass/pages/agent-dashboard.scss */
#left-column #previous-dmp-selection div span, #right-column #previous-dmp-selection div span {
  font-size: 0.8em;
}

/* line 340, ../../sass/pages/agent-dashboard.scss */
section {
  clear: both;
  display: none;
}

/* line 345, ../../sass/pages/agent-dashboard.scss */
.inline {
  display: inline;
}

/* line 349, ../../sass/pages/agent-dashboard.scss */
.inline-block {
  display: inline-block;
}

/* line 353, ../../sass/pages/agent-dashboard.scss */
.dnone {
  display: none;
}

/* line 357, ../../sass/pages/agent-dashboard.scss */
.info-text {
  background-color: white;
  position: absolute;
  z-index: 1000;
  top: 30px;
  display: none;
  font-size: 1.15em;
  padding: 15px;
  border: 3px solid #24387e;
  border-top: none;
  width: 100%;
  left: 0;
}

/* line 372, ../../sass/pages/agent-dashboard.scss */
#agent-accordion-license td, #agent-accordion-other td {
  position: relative;
}

/* line 377, ../../sass/pages/agent-dashboard.scss */
.payment-radios {
  font-size: 1.5em;
  padding-right: 25px;
}
/* line 380, ../../sass/pages/agent-dashboard.scss */
.payment-radios input[type="radio"] {
  height: 25px;
  width: 25px;
  position: relative;
  margin: 0;
}

/* line 389, ../../sass/pages/agent-dashboard.scss */
h2.disabled a {
  color: grey;
}

/* line 394, ../../sass/pages/agent-dashboard.scss */
#agent-footer {
  background: no-repeat scroll 30px center #333;
}
/* line 396, ../../sass/pages/agent-dashboard.scss */
#agent-footer #footer-inner {
  background: no-repeat scroll 30px center #333;
  color: white;
  font-family: "ProximaNova-SemiBold", sans-serif, sans-serif;
  font-size: 1.125em;
  margin: auto;
  max-width: 1280px;
  min-height: 100px;
}
/* line 404, ../../sass/pages/agent-dashboard.scss */
#agent-footer #footer-inner img {
  float: left;
}
/* line 407, ../../sass/pages/agent-dashboard.scss */
#agent-footer #footer-inner ul {
  margin: 0;
  text-align: center;
}
/* line 410, ../../sass/pages/agent-dashboard.scss */
#agent-footer #footer-inner ul li {
  display: inline;
  margin: 0 .5em;
  padding: 0 1em 0 0;
}
/* line 414, ../../sass/pages/agent-dashboard.scss */
#agent-footer #footer-inner ul li:last-child {
  border: none;
  padding: 0;
}
/* line 418, ../../sass/pages/agent-dashboard.scss */
#agent-footer #footer-inner ul li a {
  color: white;
}
/* line 420, ../../sass/pages/agent-dashboard.scss */
#agent-footer #footer-inner ul li a:hover {
  text-decoration: underline;
}
/* line 428, ../../sass/pages/agent-dashboard.scss */
#agent-footer #footer-inner ul.footer-links li a {
  font-size: 1.5em;
  font-family: "ProximaNova-Bold", sans-serif;
}

/* line 437, ../../sass/pages/agent-dashboard.scss */
.footer-links div {
  display: inline-block;
  padding: 16px 20px;
}
/* line 441, ../../sass/pages/agent-dashboard.scss */
.footer-links a {
  color: white;
}
/* line 443, ../../sass/pages/agent-dashboard.scss */
.footer-links a:hover {
  text-decoration: none;
}

/* line 449, ../../sass/pages/agent-dashboard.scss */
.licensesalepanel {
  position: absolute;
  min-height: 250px;
  background-color: white;
  z-index: 1000;
}

/* line 456, ../../sass/pages/agent-dashboard.scss */
div.table {
  border: 1px solid #D0D0D0;
  border-bottom: 0;
  border-right: 0;
  padding: 0;
}
/* line 462, ../../sass/pages/agent-dashboard.scss */
/*div.table span {
  color: grey;
  display: block;
  font-size: .65em;
}*/
/* line 467, ../../sass/pages/agent-dashboard.scss */
div.table div.table-cell {
  font-size: 1.5em;
  border-bottom: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
  padding: 5px;
}
/* line 472, ../../sass/pages/agent-dashboard.scss */
div.table div.table-cell.merge {
  border-right: 0;
}
/* line 477, ../../sass/pages/agent-dashboard.scss */
div.table div.table-row div:first-child {
  border-left: 1px solid #D0D0D0;
}

/* line 485, ../../sass/pages/agent-dashboard.scss */
#agent-account-table td.form {
  display: none;
}

/* line 491, ../../sass/pages/agent-dashboard.scss */
.alert {
  text-align: left;
  margin: 15px;
}
/* line 494, ../../sass/pages/agent-dashboard.scss */
.alert .title {
  font-size: 2em;
  color: black;
  margin-bottom: 10px;
}
/* line 499, ../../sass/pages/agent-dashboard.scss */
.alert .body {
  font-size: 1.5em;
}

/* line 504, ../../sass/pages/agent-dashboard.scss */
.slideover {
  position: absolute;
  background-color: white;
  z-index: 800;
  padding-bottom: 25px;
}

/* line 511, ../../sass/pages/agent-dashboard.scss */
.fa-pencil, .fa-trash-o {
  cursor: pointer;
}

/* line 515, ../../sass/pages/agent-dashboard.scss */
.agent-center-message {
  padding: 5px 10px;
}

/* line 1, ../../sass/pages/_agent-dashboard-master.scss */
#agent-master-div {
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  overflow: auto;
  padding: .5em 1.5em;
}
/* line 6, ../../sass/pages/_agent-dashboard-master.scss */
#agent-master-div label {
  min-height: 1.5em;
  margin: 1em 0 0 0;
  padding-bottom: 5px;
}
/* line 11, ../../sass/pages/_agent-dashboard-master.scss */
#agent-master-div hr {
  margin: 40px 100px;
  border-color: #EBEBEB;
}

/* line 17, ../../sass/pages/_agent-dashboard-master.scss */
#agent-dashboard-master-buttons {
  margin-top: 3em;
}

/* line 5, ../../sass/pages/_agent-dashboard-modal.scss */
.modal .modal-dialog .modal-content .modal-header h1, .modal .modal-dialog .modal-content .modal-header h2, .modal .modal-dialog .modal-content .modal-header h3, .modal .modal-dialog .modal-content .modal-header h4, .modal .modal-dialog .modal-content .modal-header h5, .modal .modal-dialog .modal-content .modal-header h6 {
  margin: 0;
  padding: 0;
}
/* line 14, ../../sass/pages/_agent-dashboard-modal.scss */
.modal .btn-default {
  background: none no-repeat scroll 0 0 #1b2a5e;
  font-size: 1em !important;
  margin: 0;
}
/* line 18, ../../sass/pages/_agent-dashboard-modal.scss */
.modal .btn-default:hover, .modal .btn-default:active, .modal .btn-default:focus {
  background: none no-repeat scroll 0 0 #24387e;
}

/* line 26, ../../sass/pages/_agent-dashboard-modal.scss */
#agentCartModal label {
  float: left;
  margin-bottom: .5em;
  display: block;
  cursor: pointer;
  font-size: 24px;
  line-height: 1em;
  margin-right: 25px;
}
/* line 34, ../../sass/pages/_agent-dashboard-modal.scss */
#agentCartModal label .overlay {
  margin-right: 0.25em;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  top: -2px;
  border: 1px solid #AAAAAA;
  width: 26px;
  height: 26px;
}
/* line 46, ../../sass/pages/_agent-dashboard-modal.scss */
#agentCartModal label input {
  display: none;
}
/* line 48, ../../sass/pages/_agent-dashboard-modal.scss */
#agentCartModal label input:checked + span:before {
  width: .75em;
  height: .75em;
  margin: .125em;
  display: block;
  content: " ";
  background-color: #666666;
  border-radius: 100%;
}

/* line 523, ../../sass/pages/agent-dashboard.scss */
.fwf-lic-date {
  max-width: 150px;
  margin: 5px auto;
}

/* line 528, ../../sass/pages/agent-dashboard.scss */
.bordered {
  border: 1px solid #c7c7c7;
  box-shadow: inset 0px 0px 50px #efefef;
}

/* line 533, ../../sass/pages/agent-dashboard.scss */
.license-sale-row {
  margin: 0;
  padding: 0;
}
/* line 536, ../../sass/pages/agent-dashboard.scss */
.license-sale-row .lsr-child {
  padding: 1.3em 1em;
  border-left: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  height: 60px;
}
/* line 541, ../../sass/pages/agent-dashboard.scss */
.license-sale-row .lsr-child:nth-child(3) {
  padding: .9em 1em;
  text-align: center;
  height: 60px;
}
/* line 546, ../../sass/pages/agent-dashboard.scss */
.license-sale-row .lsr-child:last-child {
  padding: 0.45em 0em;
  line-height: 20px;
  text-align: center;
  height: 60px;
}
/* line 552, ../../sass/pages/agent-dashboard.scss */
.license-sale-row .lsr-child button {
  padding: 5px 20px;
  margin: 0;
  height: 48px;
  width: 96px !important;
}
/* line 560, ../../sass/pages/agent-dashboard.scss */
.license-sale-row:last-child .lsr-child {
  border-bottom: none;
}

/* line 566, ../../sass/pages/agent-dashboard.scss */
.license-sale-row2 {
  margin: 0;
  padding: 0;
}
/* line 569, ../../sass/pages/agent-dashboard.scss */
.license-sale-row2 .lsr-child {
  padding: 1.3em 1em;
  height: 60px;
  border-left: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
}
/* line 574, ../../sass/pages/agent-dashboard.scss */
.license-sale-row2 .lsr-child:nth-child(2) {
  text-align: center;
}
/* line 576, ../../sass/pages/agent-dashboard.scss */
.license-sale-row2 .lsr-child:nth-child(2).text-left {
  text-align: left;
}
/* line 580, ../../sass/pages/agent-dashboard.scss */
.license-sale-row2 .lsr-child:last-child {
  padding: 0.45em 0em;
  line-height: 20px;
  text-align: center;
}
/* line 585, ../../sass/pages/agent-dashboard.scss */
.license-sale-row2 .lsr-child button {
  padding: 5px 20px;
  margin: 0;
  height: 48px;
  width: 96px !important;
}
/* line 593, ../../sass/pages/agent-dashboard.scss */
.license-sale-row2:last-child .lsr-child {
  border-bottom: none;
}

/* line 599, ../../sass/pages/agent-dashboard.scss */
.ls-header {
  min-height: 3.3em;
  padding: 1em;
}

/* line 2, ../../sass/pages/_agent-dashboard-management.scss */
#add-clerk-close,
#add-clerk-save {
  margin: 0 0 0.5em;
  vertical-align: top;
}

/* line 8, ../../sass/pages/_agent-dashboard-management.scss */
table#add-clerk-table td {
  width: 15.666667%;
}


/**
 * @license
 * MyFonts Webfont Build ID 2882514, 2014-09-12T12:51:09-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Proxima Nova ExtraBold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/extrabld/
 * 
 * Webfont: Proxima Nova Italic by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular-it/
 * 
 * Webfont: Proxima Nova SemiBold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/semibold/
 * 
 * Webfont: Proxima Nova Bold Italic by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold-it/
 * 
 * Webfont: Proxima Nova Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 * 
 * Webfont: Proxima Nova Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2882514
 * Licensed pageviews: Unlimited
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 * 
 * © 2014 MyFonts Inc
*/




  
@font-face {font-family: 'ProximaNova-Extrabld';src: url('../webfonts/2BFBD2_0_0.eot');src: url('../webfonts/2BFBD2_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2BFBD2_0_0.woff') format('woff'),url('../webfonts/2BFBD2_0_0.ttf') format('truetype'),url('../webfonts/2BFBD2_0_0.svg#wf') format('svg');}
 
  
@font-face {font-family: 'ProximaNova-RegularIt';src: url('../webfonts/2BFBD2_1_0.eot');src: url('../webfonts/2BFBD2_1_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2BFBD2_1_0.woff') format('woff'),url('../webfonts/2BFBD2_1_0.ttf') format('truetype'),url('../webfonts/2BFBD2_1_0.svg#wf') format('svg');}
 
  
@font-face {font-family: 'ProximaNova-Semibold';src: url('../webfonts/2BFBD2_2_0.eot');src: url('../webfonts/2BFBD2_2_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2BFBD2_2_0.woff') format('woff'),url('../webfonts/2BFBD2_2_0.ttf') format('truetype'),url('../webfonts/2BFBD2_2_0.svg#wf') format('svg');}
 
  
@font-face {font-family: 'ProximaNova-BoldIt';src: url('../webfonts/2BFBD2_3_0.eot');src: url('../webfonts/2BFBD2_3_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2BFBD2_3_0.woff') format('woff'),url('../webfonts/2BFBD2_3_0.ttf') format('truetype'),url('../webfonts/2BFBD2_3_0.svg#wf') format('svg');}

  
@font-face {font-family: 'ProximaNova-Bold';src: url('../webfonts/2BFBD2_5_0.eot');src: url('../webfonts/2BFBD2_5_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2BFBD2_5_0.woff') format('woff'),url('../webfonts/2BFBD2_5_0.ttf') format('truetype'),url('../webfonts/2BFBD2_5_0.svg#wf') format('svg');}
 

/* RETINA DISPLAY IMAGES */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* line 9, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 45, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 57, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 78, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 109, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 126, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 135, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 144, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 153, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 184, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 192, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 203, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 211, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 256, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 278, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 303, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 312, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 335, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 347, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 357, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 371, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 425, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 34, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 39, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 49, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 59, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 65, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 73, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 78, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 83, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 87, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 91, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 95, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 101, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/public/css/fonts/bootstrap/glyphicons-halflings-regular.eot);
  src: url(/public/css/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/public/css/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(/public/css/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(/public/css/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(/public/css/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

/* line 22, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 36, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 38, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 39, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 41, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 42, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 43, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 44, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 45, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 46, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 47, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 48, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 49, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 51, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 52, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 53, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 54, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 55, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 56, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 57, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 58, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 59, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 61, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 62, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 63, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 64, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 65, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 66, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 67, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 68, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 69, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 70, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 71, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 72, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 73, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 74, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 75, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 76, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 77, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 78, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 79, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 80, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 81, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 82, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 83, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 84, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 85, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 86, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 87, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 88, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 89, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 90, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 91, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 92, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 93, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 94, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 95, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 96, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 97, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 98, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 99, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 100, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 101, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 102, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 103, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 104, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 105, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 106, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 107, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 108, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 109, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 110, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 111, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 112, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 113, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 114, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 115, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 116, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 117, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 118, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 119, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 120, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 121, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 122, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 123, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 124, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 125, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 126, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 127, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 128, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 129, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 130, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 131, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 132, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 133, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 134, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 135, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 136, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 137, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 138, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 139, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 140, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 141, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 142, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 143, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 144, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 145, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 146, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 147, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 148, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 149, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 150, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 151, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 152, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 153, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 154, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 155, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 156, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 157, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 158, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 159, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 160, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 161, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 162, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 163, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 164, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 165, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 166, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 167, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 168, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 169, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 170, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 171, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 172, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 173, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 174, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 175, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 176, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 177, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 178, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 179, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 180, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 181, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 182, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 183, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 184, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 185, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 186, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 187, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 188, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 189, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 190, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 191, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 192, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 193, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 194, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 195, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 196, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 197, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 198, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 199, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 200, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 201, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 202, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 203, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 204, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 205, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 206, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 207, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 208, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 209, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 210, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 211, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 212, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 213, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 214, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 215, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 216, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 217, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 218, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 219, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 220, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 221, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 222, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 223, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 224, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 225, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 226, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 227, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 228, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 229, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 230, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 231, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 232, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 233, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 234, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 235, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 236, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 237, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 238, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 239, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 240, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 241, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 250, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 251, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 252, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 253, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 254, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 255, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 256, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 257, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 258, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 259, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 260, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 261, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 262, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 263, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 264, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 265, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 266, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 267, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 268, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 269, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 270, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 271, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 272, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 273, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 274, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 275, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 276, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 277, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 278, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 279, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 280, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 281, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 282, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 283, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 284, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 285, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 286, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 287, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 288, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 289, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 290, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 291, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 292, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 293, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 294, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 295, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 296, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 297, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 298, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 299, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 300, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 301, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
/*  font-family: "ProximaNova-Regular", sans-serif;*/
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: white;
}

/* line 39, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 53, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 142, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 10, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 17, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 26, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 31, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 37, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 42, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 79, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 84, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 99, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #286090;
}

/* line 5, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 5, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #245269;
}

/* line 5, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 5, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 119, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #286090;
}

/* line 5, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 138, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 150, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 154, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 190, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 193, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 231, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 241, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 259, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
/* line 265, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 275, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 10, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 55, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_grid.scss */
  
}

/* line 30, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_grid.scss */
.row {
 /* margin-left: -15px;
  margin-right: -15px;*/
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 32, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
/* line 41, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
/* line 51, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
.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;
}
/* line 57, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
/* line 62, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: white;
}

/* line 76, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dddddd;
}
/* line 95, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
/* line 102, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #04B404;
}

/* line 135, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 12, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

/* line 24, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 12, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 24, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 12, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 24, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 12, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 24, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 12, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 24, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  /* line 183, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 192, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 209, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 213, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 226, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 53, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 72, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 79, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 84, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

/* line 115, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
/* line 107, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}
/* line 108, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}
/* line 143, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 165, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 181, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  /* line 185, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 190, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 202, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 212, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 218, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 229, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 236, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 242, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 251, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 264, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 272, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 281, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 293, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 301, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 85, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 71, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 79, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 85, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 321, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 85, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 71, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 79, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 85, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 334, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 347, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 352, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 357, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 369, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 374, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 17, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 17, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 17, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 394, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 397, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 408, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 433, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 440, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 447, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 451, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 457, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 463, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 467, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 481, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 486, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 492, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 517, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 525, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 530, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 537, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 548, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 558, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  /* line 565, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 9, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 27, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 34, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333333;
  text-decoration: none;
}
/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 48, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
/* line 16, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 23, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 34, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: white;
  background-color: #333333;
}

/* line 63, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 16, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #286090;
  border-color: #204d74;
}
/* line 23, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 34, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #10460C;
  border-color: #2e6da4;
}
/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: white;
}

/* line 67, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 16, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
/* line 23, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 34, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

/* line 71, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 16, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 23, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 34, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

/* line 75, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 16, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 23, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 34, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

/* line 79, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 16, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 23, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 34, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

/* line 88, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 97, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 104, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 108, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 116, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 127, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 131, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 135, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 149, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 157, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
  visibility: hidden;
}
/* line 22, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
  visibility: visible;
}

/* line 27, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 25, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 30, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 53, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 59, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 64, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}

/* line 89, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 104, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 122, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 127, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 136, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 146, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 152, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

/* line 162, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 172, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 185, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
/* line 191, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 205, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 210, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 7, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 18, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 29, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 45, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 55, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 57, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 68, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 71, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 80, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 104, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 108, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 115, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 119, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 126, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 130, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 135, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 146, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 156, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 164, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 171, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 174, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 178, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 183, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 192, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 200, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 211, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 215, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 56, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 59, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 65, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 85, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 90, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 98, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 110, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 113, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 122, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 125, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 140, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 142, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 148, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 156, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 162, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 9, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 24, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 48, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
/* line 78, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
/* line 98, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 133, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #337ab7;
}

/* line 144, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 201, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  /* line 206, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 212, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

/* line 224, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
/* line 228, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
  visibility: visible;
}

/* line 239, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 76, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 84, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 93, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 93, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 110, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  /*margin-right: -15px;
  margin-left: -15px;*/
}
@media (min-width: 768px) {
  /* line 110, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 129, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 129, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 140, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 140, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 151, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 155, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 164, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 172, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 176, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 182, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 194, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 207, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 212, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 218, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 194, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 233, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 236, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 244, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 253, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 256, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 259, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 233, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 271, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 273, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 287, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 433, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 440, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 447, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 451, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 457, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 463, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 467, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 481, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 486, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 492, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 299, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 303, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 287, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 328, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 333, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 344, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 347, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 350, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 360, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 360, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 380, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 383, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 387, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 398, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 402, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777777;
}
/* line 405, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 411, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777777;
}
/* line 416, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
/* line 420, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
/* line 428, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
/* line 436, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
/* line 443, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
/* line 446, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
/* line 449, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
/* line 455, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 465, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  /* line 474, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 477, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  /* line 485, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  /* line 493, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 507, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777777;
}
/* line 509, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333333;
}
/* line 514, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777777;
}
/* line 517, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333333;
}
/* line 523, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

/* line 532, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}
/* line 536, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 539, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
/* line 545, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 550, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 554, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
/* line 562, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}
/* line 570, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
/* line 578, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
/* line 581, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
/* line 584, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
/* line 590, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 599, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: white;
}
@media (max-width: 767px) {
  /* line 608, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 611, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 614, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 617, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  /* line 625, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #090909;
  }
  /* line 633, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 642, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 644, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: white;
}
/* line 649, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 652, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: white;
}
/* line 658, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

/* line 6, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px;
}
/* line 13, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
/* line 23, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 13, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
/* line 26, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 33, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 42, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
/* line 53, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 68, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}

/* line 6, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
/* line 12, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 6, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
/* line 12, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
/* line 24, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 32, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 39, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 48, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: white;
  cursor: not-allowed;
}

/* line 5, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 34, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: white;
}
/* line 46, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 54, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 17, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 23, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}
/* line 32, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 48px 0;
  }
  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
   /*padding-left: 60px;
    padding-right: 60px;*/ 
  }
  /* line 46, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 18, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 36, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 29, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 43, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  /* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 12, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  /* line 17, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 18, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

/* line 26, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 55, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -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);
  background-size: 40px 40px;
}

/* line 65, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  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: -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);
}

/* line 77, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  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: -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);
}

/* line 81, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  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: -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);
}

/* line 85, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  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: -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);
}

/* line 1, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 25, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 30, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 36, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 41, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 45, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 50, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 58, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
/* line 31, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item {
  color: #555555;
}
/* line 49, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333333;
}
/* line 55, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: whitesmoke;
}

/* line 66, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 72, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 75, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
/* line 83, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 92, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 95, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 4, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success {
  color: #3c763d;
}
/* line 14, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 25, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info {
  color: #31708f;
}
/* line 14, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 25, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning {
  color: #8a6d3b;
}
/* line 14, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 25, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger {
  color: #a94442;
}
/* line 14, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 25, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 117, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 121, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 43, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 64, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 81, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 90, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 94, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 106, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 109, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 116, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 121, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 126, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 130, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 138, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 143, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 148, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 152, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 161, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
/* line 165, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 169, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 176, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 180, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 189, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 198, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 204, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 216, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 220, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 224, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 229, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 233, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
/* line 238, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 240, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 248, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #dddddd;
}
/* line 6, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
/* line 14, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: whitesmoke;
  background-color: #333333;
}
/* line 20, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

/* line 251, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: white;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: white;
}
/* line 20, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 254, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 257, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 260, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 263, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 16, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
/* line 27, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
/* line 32, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 16, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-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;
}
/* line 36, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  padding-top:300px;
}

/*
.modal-dialog {
  position: relative;
  width: auto;
  padding-top:300px;
  margin-top: -250px;
  top: 50%;
  height: 500px;
}
/* line 51, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-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: 0;
}

/* line 64, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: black;
}
/* line 71, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 72, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 77, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

/* line 83, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 88, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 95, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 101, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 108, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 113, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 117, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 123, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 134, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 138, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 143, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 147, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 20, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 21, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 22, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 23, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 27, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 4px;
}

/* line 38, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 47, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 54, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 61, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 68, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
/* line 75, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
/* line 82, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* line 89, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* line 96, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

/* line 6, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-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;
}
/* line 31, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 32, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 33, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 34, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 37, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 46, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 56, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 65, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 68, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 74, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 81, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
/* line 89, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 96, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
/* line 104, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 111, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
/* line 120, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 127, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

/* line 7, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 23, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  /* line 35, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 40, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 46, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 55, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 64, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 77, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 108, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 111, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 130, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
/* line 137, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 142, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 147, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
/* line 157, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 162, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 173, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 184, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
/* line 206, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

/* line 217, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 228, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 242, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 249, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 253, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 259, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 266, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 18, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 45, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 13, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 52, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 57, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 62, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 13, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 71, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 76, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 81, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 13, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 90, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 95, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 100, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 13, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 109, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 114, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 119, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 13, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 153, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 153, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 160, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 160, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 167, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 167, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 6, ../sass/style_sass.scss */
.container {
    padding:8px 2px
}
/* line 9, ../sass/style_sass.scss */
.container .main {
 /*width: 100% !important;*/ 
}

/* line 14, ../sass/style_sass.scss */
.modal-dialog {
  width: 600px !important;
  margin: 30px auto !important;
}

/* line 19, ../sass/style_sass.scss */
.modal-lg {
  width: 990px !important;
}

/* line 23, ../sass/style_sass.scss */
.modal {
  overflow: auto !important;
}

/* line 27, ../sass/style_sass.scss */
label.error {
  color: #b52c2c !important;
}

/* line 31, ../sass/style_sass.scss */
.popover {
  max-width: 500px;
}

/* line 1, ../sass/components/_typography.scss */
body {
  color: black;
  /*font-family: "ProximaNova-Regular", sans-serif;
  font-size: 18px;*/
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
}

/* line 9, ../sass/components/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "ProximaNova-SemiBold", sans-serif;
  text-rendering: optimizeLegibility;
  color: #24387e;
}
/* line 13, ../sass/components/_typography.scss */
h1.thin, h2.thin, h3.thin, h4.thin, h5.thin, h6.thin {
  padding: 0;
  margin: 0;
}
/* line 17, ../sass/components/_typography.scss */
h1.skinny, h2.skinny, h3.skinny, h4.skinny, h5.skinny, h6.skinny {
  margin: 20px 0 5px 0;
}

/* line 22, ../sass/components/_typography.scss */
h1 {
  font-size: 2em;
  margin: 0 0 .75em;
}

/* line 27, ../sass/components/_typography.scss */
h2 {
  font-size: 1.875em;
  margin: 0 0 .75em;
}

/* line 32, ../sass/components/_typography.scss */
h3 {
  font-size: 1.638em;
  margin: 0 0 .875em;
  line-height: 27px;
}

/* line 38, ../sass/components/_typography.scss */
h4 {
  font-size: 1.5em;
  margin: 0 0 .5em;
}
/* line 41, ../sass/components/_typography.scss */
h4.citizen-name {
  padding-top: 10px;
}
/* line 44, ../sass/components/_typography.scss */
h4.cart-name {
  padding-top: 10px;
  
}

/* line 49, ../sass/components/_typography.scss */
h5 {
  font-size: 1.25em;
  margin: 0 0 .5em;
}

/* line 54, ../sass/components/_typography.scss */
h6 {
  font-size: 1.125em;
  margin: 0 0 .5em;
}

/* line 59, ../sass/components/_typography.scss */
p {
  margin: 0 0 13.5px;
}
/* line 61, ../sass/components/_typography.scss */
p.thin {
  margin: 0;
}

/* line 66, ../sass/components/_typography.scss */
a {
  color: #0c658c;
  text-decoration: none;
}
/* line 69, ../sass/components/_typography.scss */
a:hover, a:active, a:focus {
  color: #0c658c;
  outline: none;
}

/* line 75, ../sass/components/_typography.scss */
strong {
  font-family: "ProximaNova-Bold", sans-serif;
}

/* line 79, ../sass/components/_typography.scss */
hr {
  border-bottom: 1px solid #a3a3a3;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 27px 0;
  clear: both;
}

/* line 88, ../sass/components/_typography.scss */
img {
  margin: 0;
  max-width: 100%;
}

/* line 93, ../sass/components/_typography.scss */
abbr, acronym {
  border-bottom: 1px dotted #a3a3a3;
  cursor: help;
}

/* line 98, ../sass/components/_typography.scss */
address {
  display: block;
  margin: 0 0 13.5px;
}

/* line 103, ../sass/components/_typography.scss */
hgroup {
  margin-bottom: 13.5px;
}

/* line 107, ../sass/components/_typography.scss */
del {
  color: #262626;
}

/* line 111, ../sass/components/_typography.scss */
blockquote {
  border-left: 2px solid #a3a3a3;
  color: #262626;
  margin: 27px 0;
  padding-left: 13.5px;
}

/* line 118, ../sass/components/_typography.scss */
cite {
  color: #404040;
  font-style: italic;
}
/* line 122, ../sass/components/_typography.scss */
cite:before {
  content: '\2014 \00A0';
}

/* line 127, ../sass/components/_typography.scss */
.bold {
  font-family: "ProximaNova-Bold", sans-serif;
}

/* line 131, ../sass/components/_typography.scss */
.text-danger {
  color: #b52c2c;
}

/* line 135, ../sass/components/_typography.scss */
.text-red {
  color: red;
}

/* line 139, ../sass/components/_typography.scss */
.text-grey {
  color: grey;
}

/* line 143, ../sass/components/_typography.scss */
.text-lightgrey {
  color: lightgrey;
}

/* line 147, ../sass/components/_typography.scss */
.text-orange {
  color: #f5a81c;
}

/* line 151, ../sass/components/_typography.scss */
.text-black {
  color: black;
}

/* line 155, ../sass/components/_typography.scss */
.text-white {
  color: white;
}

/* line 159, ../sass/components/_typography.scss */
.text-bold {
  font-family: "ProximaNova-Bold", sans-serif;
}

/* line 163, ../sass/components/_typography.scss */
.text-blue-light {
  color: #24387e;
}

/* line 167, ../sass/components/_typography.scss */
.text-blue-lighter {
  color: #24387e;
}

/* line 171, ../sass/components/_typography.scss */
.text-blue-dark {
  color: #1b2a5e;
}

/* line 175, ../sass/components/_typography.scss */
.text-blue-dark {
  color: #1b2a5e;
}

/* line 179, ../sass/components/_typography.scss */
.boxy {
  border: 1px solid #D0D0D0;
  margin-bottom: 3px;
}

/* line 184, ../sass/components/_typography.scss */
.clean {
  border: none !important;
}

/* line 188, ../sass/components/_typography.scss */
.text-underline {
  text-decoration: underline;
}

/* line 192, ../sass/components/_typography.scss */
.padd-y {
  padding: 5px 0;
}

/* line 196, ../sass/components/_typography.scss */
.padd-x {
  padding: 0 5px;
}

/* line 200, ../sass/components/_typography.scss */
.popover-content {
  color: black;
}

/* Tablet styles
  --------------------------------------------------------------------- */
/* DISABLE RESPONSIVE
@media all and (min-width: 480px) and (max-width: 959px) {}
*/
/* Large Tablet 768+ styles
--------------------------------------------------------------------- */
/* DISABLE RESPONSIVE
@media all and (min-width: 768px) {

body {
  font-size: 16px;
  line-height: 22px;
}

}
*/
/* Desktop 960+ styles
--------------------------------------------------------------------- */
/* DISABLE RESPONSIVE
@media all and (min-width: 960px) {

body {
  font-size: 18px;
  line-height: 24px;
}

}
*/
/* Desktop 1200 styles
--------------------------------------------------------------------- */
/* DISABLE RESPONSIVE
@media all and (min-width: 1200px) {}*/
/* line 1, ../sass/components/_forms.scss */
select {
  -webkit-appearance: none;
}

/* line 5, ../sass/components/_forms.scss */
fieldset {
  background: #bcbcbc;
  border: 1px solid #a3a3a3;
  margin: 0 0 13.5px 0;
  padding: 27px;
}

/* line 14, ../sass/components/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
}

/* line 22, ../sass/components/_forms.scss */
button[disabled],
html input[disabled],
select[disabled] {
  background-color: #fcfcfc;
}

/* line 26, ../sass/components/_forms.scss */
label {
  font-family: "ProximaNova-Bold";
  margin-bottom: 6.75px;
}
/* line 30, ../sass/components/_forms.scss */
label.required:after {
  content: "*";
}
/* line 34, ../sass/components/_forms.scss */
label abbr {
  display: none;
}

/* line 39, ../sass/components/_forms.scss */
textarea, input[type='text'] {
  background-color: white;
  border-radius: 0;
  border: 1px solid #a3a3a3;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  margin-bottom: 13.5px;
  padding: 9px 9px;
  resize: vertical;
  width: 100%;
}
/* line 51, ../sass/components/_forms.scss */
textarea:hover, input[type='text']:hover {
  border-color: #8a8a8a;
}
/* line 55, ../sass/components/_forms.scss */
textarea:focus, input[type='text']:focus {
  border-color: #8a8a8a;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(125, 125, 125, 0.7);
  outline: none;
}

/* line 65, ../sass/components/_forms.scss */
input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 6.75px;
}

/* line 70, ../sass/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* line 74, ../sass/components/_forms.scss */
select {
  width: auto;
  margin-bottom: 27px;
}

/* line 79, ../sass/components/_forms.scss */
select {
  -webkit-transition: border-color;
  -moz-transition: border-color;
  -ms-transition: border-color;
  -o-transition: border-color;
  transition: border-color;
  background-color: white;
  border: 1px solid #a3a3a3;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  resize: vertical;
  width: 100%;
}
/* line 94, ../sass/components/_forms.scss */
select:hover {
  border-color: #8a8a8a;
}
/* line 97, ../sass/components/_forms.scss */
select:focus {
  border-color: #8a8a8a;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(125, 125, 125, 0.7);
  outline: none;
}

/* line 106, ../sass/components/_forms.scss */
input,
label,
select {
  display: block;
  font-size: 1em;
}

/* line 111, ../sass/components/_forms.scss */
label {
  margin-bottom: 0.375em;
}

/* line 115, ../sass/components/_forms.scss */
label.required:after {
  content: "*";
}

/* line 119, ../sass/components/_forms.scss */
label abbr {
  display: none;
}

/* line 123, ../sass/components/_forms.scss */
.form-control {
  border: 1px solid #a3a3a3;
  border-radius: 0;
  font-size: 16px;
  margin: 0 0 1em;
  height: 48px;
}
/* line 129, ../sass/components/_forms.scss */
.form-control:focus {
  border-color: #8a8a8a;
  box-shadow: none;
}

/* line 136, ../sass/components/_forms.scss */
textarea.required:focus {
  border: 1px solid #8a8a8a;
}

/* line 142, ../sass/components/_forms.scss */
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover {
  border-color: #8a8a8a;
  box-shadow: none;
  outline: none;
}

/* line 149, ../sass/components/_forms.scss */
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
  border-color: #8a8a8a;
  box-shadow: none;
  outline: none;
}

/* line 156, ../sass/components/_forms.scss */
textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  -ms-transition: border-color;
  -o-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #a3a3a3;
  box-shadow: none;
  color: #000000;
  font-size: 16px;
  height: 48px;
  margin-bottom: 0.75em;
  outline: none;
  padding: 0.5em;
  resize: vertical;
  width: 100%;
}
/* line 177, ../sass/components/_forms.scss */
textarea.failed, textarea.error,
input[type="email"].failed,
input[type="email"].error, input[type="number"].failed, input[type="number"].error, input[type="password"].failed, input[type="password"].error, input[type="search"].failed, input[type="search"].error, input[type="tel"].failed, input[type="tel"].error, input[type="text"].failed, input[type="text"].error, input[type="url"].failed, input[type="url"].error, input[type="color"].failed, input[type="color"].error, input[type="date"].failed, input[type="date"].error, input[type="datetime"].failed, input[type="datetime"].error, input[type="datetime-local"].failed, input[type="datetime-local"].error, input[type="month"].failed, input[type="month"].error, input[type="time"].failed, input[type="time"].error, input[type="week"].failed, input[type="week"].error {
  border-color: #b52c2c !important;
}
/* line 180, ../sass/components/_forms.scss */
textarea.datepicker,
input[type="email"].datepicker, input[type="number"].datepicker, input[type="password"].datepicker, input[type="search"].datepicker, input[type="tel"].datepicker, input[type="text"].datepicker, input[type="url"].datepicker, input[type="color"].datepicker, input[type="date"].datepicker, input[type="datetime"].datepicker, input[type="datetime-local"].datepicker, input[type="month"].datepicker, input[type="time"].datepicker, input[type="week"].datepicker {
  width: 100% !important;
}
/* line 183, ../sass/components/_forms.scss */
textarea.required:focus,
input[type="email"].required:focus, input[type="number"].required:focus, input[type="password"].required:focus, input[type="search"].required:focus, input[type="tel"].required:focus, input[type="text"].required:focus, input[type="url"].required:focus, input[type="color"].required:focus, input[type="date"].required:focus, input[type="datetime"].required:focus, input[type="datetime-local"].required:focus, input[type="month"].required:focus, input[type="time"].required:focus, input[type="week"].required:focus {
  border: 1px solid #8a8a8a;
}

/* line 188, ../sass/components/_forms.scss */
select.error {
  border-color: #b52c2c !important;
}

/* line 192, ../sass/components/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 200, ../sass/components/_forms.scss */
input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

/* line 205, ../sass/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* line 209, ../sass/components/_forms.scss */
select {
  width: auto;
  margin-bottom: 1.5em;
}

/* line 214, ../sass/components/_forms.scss */
select {
  -webkit-transition: border-color;
  -moz-transition: border-color;
  -ms-transition: border-color;
  -o-transition: border-color;
  transition: border-color;
  background-color: white;
  border: 1px solid #a3a3a3;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  resize: vertical;
  width: 100%;
  height: 48px;
}
/* line 229, ../sass/components/_forms.scss */
select.failed {
  border-color: #b52c2c !important;
}
/* line 232, ../sass/components/_forms.scss */
select.required:focus {
  border: 1px solid #8a8a8a;
}

/* line 237, ../sass/components/_forms.scss */
select:hover {
  border-color: #8a8a8a;
}

/* line 241, ../sass/components/_forms.scss */
select:focus {
  border-color: #8a8a8a;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(125, 125, 125, 0.7);
  outline: none;
}

/* line 247, ../sass/components/_forms.scss */
fieldset {
  background: #fcfcfc;
  border: 1px solid #a3a3a3;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

/* line 255, ../sass/components/_forms.scss */
form .row {
  text-align: left;
}
/* line 259, ../sass/components/_forms.scss */
form #forgot-username-link, form #forgot-password-link {
  float: right;
}

/* line 264, ../sass/components/_forms.scss */
.form-signin {
  margin: 2.5em 0 0;
}

/* line 268, ../sass/components/_forms.scss */
.form-register {
  text-align: left;
}

/* line 272, ../sass/components/_forms.scss */
.validation-errors {
  color: #b52c2c;
}

/* line 1, ../sass/components/_tables.scss */
table, .table {
  margin: 0.375em 0 1.5em;
}
/* line 7, ../sass/components/_tables.scss */
table.table-striped tbody tr:nth-of-type(2n+1), .table.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #f6f8f8;
}
/* line 13, ../sass/components/_tables.scss */
table.table-bordered, .table.table-bordered {
  border: 1px solid #a3a3a3;
}
/* line 16, ../sass/components/_tables.scss */
table.table-bordered thead th, .table.table-bordered thead th {
  border: 1px solid #a3a3a3;
  border-collapse: collapse;
}
/* line 22, ../sass/components/_tables.scss */
table.table-bordered tbody td, .table.table-bordered tbody td {
  border: 1px solid #a3a3a3;
  border-collapse: collapse;
}
/* line 31, ../sass/components/_tables.scss */
table.table-sort thead tr .header, .table.table-sort thead tr .header {
  background: url("..../img/sort-bg.gif") no-repeat scroll right center #1b2a5e;
  color: #FFFFFF;
}
/* line 35, ../sass/components/_tables.scss */
table.table-sort thead tr .headerSortDown, table.table-sort thead tr .headerSortUp, .table.table-sort thead tr .headerSortDown, .table.table-sort thead tr .headerSortUp {
  color: #FFFFFF;
}
/* line 38, ../sass/components/_tables.scss */
table.table-sort thead tr .headerSortUp, .table.table-sort thead tr .headerSortUp {
  background-image: url(..../img/sort-asc.gif);
}
/* line 41, ../sass/components/_tables.scss */
table.table-sort thead tr .headerSortDown, .table.table-sort thead tr .headerSortDown {
  background-image: url(..../img/sort-desc.gif);
}
/* line 49, ../sass/components/_tables.scss */
table thead tr th, .table thead tr th {
  /* background: #1b2a5e;  */
  background:#10460C;
  color: #FFFFFF;
  font-family: "ProximaNova-Bold", sans-serif;
  font-weight:500;
}

/* line 1, ../sass/components/_tables_bootstrap.scss */
div.table {
  padding: 0;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}
/* line 5, ../sass/components/_tables_bootstrap.scss */
div.table label {
  display: block;
  color: #767676;
  font-family: "ProximaNova-Regular", sans-serif;
}
/* line 9, ../sass/components/_tables_bootstrap.scss */
div.table label.error {
  color: #b52c2c;
}
/* line 13, ../sass/components/_tables_bootstrap.scss */
div.table .table-cell {
  padding: 5px;
  border-top: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
}
/* line 17, ../sass/components/_tables_bootstrap.scss */
div.table .table-cell.merge {
  border-right: 0;
}
/* line 20, ../sass/components/_tables_bootstrap.scss */
div.table .table-cell p {
  margin: 0;
}
/* line 24, ../sass/components/_tables_bootstrap.scss */
div.table div.row {
  border-bottom: 1px solid #D0D0D0;
}

/* line 1, ../sass/components/_lists.scss */
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 19, ../sass/components/_lists.scss */
dl {
  line-height: 27px;
  margin-bottom: 13.5px;
}
/* line 23, ../sass/components/_lists.scss */
dl dt {
 /* font-family: "ProximaNova-Bold", sans-serif; */
  margin-top: 13.5px;
}
/* line 28, ../sass/components/_lists.scss */
dl dd {
  margin: 0;
}

/* line 3, ../sass/components/_buttons.scss */
.button, a.button, a.btn, .btn,
.btn-default, .btn-primary, .btn-submit, .btn-agent,
button, input[type="submit"] {
  display: inline-block;
  width: auto !important;
  height: auto;
  margin: 0 0 .5em;
  padding: 16px 20px;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  font-size: 13px;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.25em;
  white-space: normal;
  border-radius: 0;
  border: none;
  /* background-color: #24387e; */
  background-color:#10460C;
  color: white;
}

.myButton {
                -moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
                -webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
                box-shadow: 0px 0px 0px 2px #9fb4f2;
                background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
                background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
                background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
                background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
                background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
                background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
                background-color:#7892c2;
                -moz-border-radius:10px;
                -webkit-border-radius:10px;
                border-radius:10px;
                border:1px solid #4e6096;
                display:inline-block;
                cursor:pointer;
                color:#ffffff;
                font-family:Arial;
                font-size:12px;
                padding:8px 17px;
                text-decoration:none;
                text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
                background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
                background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
                background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
                background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
                background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
                background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
                background-color:#476e9e;
}
.myButton:active {
                position:relative;
                top:1px;
}





a.btnMep{
display: inline-block;
  width: auto !important;
  height: auto;
  margin: 0 0 .5em;
  /* padding: 16px 20px; */
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  /* font-size: 13px; */
  text-decoration: none !important;
  /* letter-spacing: 0.25em; */
  /* white-space: normal; */
  /* border-radius: 0; */
  border: none;
  background-color: #24387e;
  color: white;
}
.buttonMep {
   /* display: inline-block; */
  /* width: auto !important; */
  /* height: auto; */
  /* margin: 0 0 .5em; */
  /* padding: 16px 20px; */
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  /* -webkit-transition: all .2s ease-in; */
  /* transition: all .2s ease-in; */
  font-size: 13px;
  /* font-family: "ProximaNova-Bold"; */
  text-transform: uppercase;
  text-decoration: none !important;
  /* letter-spacing: 0.25em; */
  /* white-space: normal; */
  /* border-radius: 0; */
  /* border: none; */
  background-color: #24387e;
  color: white;
}
/* line 23, ../sass/components/_buttons.scss */
.button:hover, .button:focus, .button:active, a.button:hover, a.button:focus, a.button:active, a.btn:hover, a.btn:focus, a.btn:active, .btn:hover, .btn:focus, .btn:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-submit:hover, .btn-submit:focus, .btn-submit:active, .btn-agent:hover, .btn-agent:focus, .btn-agent:active,
button:hover,
button:focus,
button:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
  /*background-color: #1b2a5e; */
      background-color: #10650A;
  color: white;
}
/* line 27, ../sass/components/_buttons.scss */
.button.search, a.button.search, a.btn.search, .btn.search,
.btn-default.search, .btn-primary.search, .btn-submit.search, .btn-agent.search,
button.search, input[type="submit"].search {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  text-align: center;
  font-size: 1.25em;
  background: #24387e;
  color: white;
}
/* line 36, ../sass/components/_buttons.scss */
.button.slim, .button.thin, a.button.slim, a.button.thin, a.btn.slim, a.btn.thin, .btn.slim, .btn.thin,
.btn-default.slim,
.btn-default.thin, .btn-primary.slim, .btn-primary.thin, .btn-submit.slim, .btn-submit.thin, .btn-agent.slim, .btn-agent.thin,
button.slim,
button.thin, input[type="submit"].slim, input[type="submit"].thin {
  padding: 5px 20px;
  margin: 0;
}
/* line 40, ../sass/components/_buttons.scss */
.button.btn-cart, a.button.btn-cart, a.btn.btn-cart, .btn.btn-cart,
.btn-default.btn-cart, .btn-primary.btn-cart, .btn-submit.btn-cart, .btn-agent.btn-cart,
button.btn-cart, input[type="submit"].btn-cart {
  padding: 1px 3px;
  font-size: 14px;
  margin: 0;
}
/* line 45, ../sass/components/_buttons.scss */
.button.disabled, a.button.disabled, a.btn.disabled, .btn.disabled,
.btn-default.disabled, .btn-primary.disabled, .btn-submit.disabled, .btn-agent.disabled,
button.disabled, input[type="submit"].disabled {
  background-color: #666666;
}
/* line 47, ../sass/components/_buttons.scss */
.button.disabled:focus, .button.disabled:active, .button.disabled:hover, a.button.disabled:focus, a.button.disabled:active, a.button.disabled:hover, a.btn.disabled:focus, a.btn.disabled:active, a.btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled:hover, .btn-submit.disabled:focus, .btn-submit.disabled:active, .btn-submit.disabled:hover, .btn-agent.disabled:focus, .btn-agent.disabled:active, .btn-agent.disabled:hover,
button.disabled:focus,
button.disabled:active,
button.disabled:hover, input[type="submit"].disabled:focus, input[type="submit"].disabled:active, input[type="submit"].disabled:hover {
  background-color: #666666;
}
/* line 52, ../sass/components/_buttons.scss */
.button.close:hover, a.button.close:hover, a.btn.close:hover, .btn.close:hover,
.btn-default.close:hover, .btn-primary.close:hover, .btn-submit.close:hover, .btn-agent.close:hover,
button.close:hover, input[type="submit"].close:hover {
  background: none no-repeat scroll 0 0 transparent !important;
}

/* line 58, ../sass/components/_buttons.scss */
.btn-popover, a.btn-popover {
  margin: 0;
  padding: 0;
  background: transparent !important;
}
/* line 62, ../sass/components/_buttons.scss */
.btn-popover.focus, .btn-popover.active, .btn-popover.hover, a.btn-popover.focus, a.btn-popover.active, a.btn-popover.hover {
  background: transparent !important;
}

/* line 67, ../sass/components/_buttons.scss */
.btn-edit {
  font-size: .65em;
}

/* line 71, ../sass/components/_buttons.scss */
.btn-submit {
  margin: 2.5em 0 .75em;
}

/* line 75, ../sass/components/_buttons.scss */
.btn-submit {
  margin: 5em 0;
  width: 250px;
}

/* line 80, ../sass/components/_buttons.scss */
.btn-agent {
  margin: 1.5em 0 0 0 !important;
}

/* line 84, ../sass/components/_buttons.scss */
.btn-agent {
  margin: 0 5px;
}

/* line 88, ../sass/components/_buttons.scss */
.btn-agent-thin {
  margin: 0 !important;
}

/* line 92, ../sass/components/_buttons.scss */
.btn-add {
  font-size: 1em;
  margin: 2px 0;
  width: auto;
  padding: 0 15px;
}

/* line 99, ../sass/components/_buttons.scss */
#save-profile-button {
  margin: 1em 0;
}

/* line 2, ../sass/components/_blocks-citizen.scss */
#block-citizen-status li {
  padding-left: 10px;
}
/* line 4, ../sass/components/_blocks-citizen.scss */
#block-citizen-status li span {
  display: inline-block;
  width: 2em;
  font-family: "ProximaNova-Bold", sans-serif;
  color: #f5a81c;
}
/* line 10, ../sass/components/_blocks-citizen.scss */
#block-citizen-status li a {
  display: inline-block;
  padding: 0.25em 0;
  font-family: "ProximaNova-Bold", sans-serif;
  color: #666666;
}

/* line 22, ../sass/components/_blocks-citizen.scss */
#block-citizen-actions li a, #block-citizen-actions li span {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.5em 0;
  color: black;
}
/* line 28, ../sass/components/_blocks-citizen.scss */
#block-citizen-actions li a:hover, #block-citizen-actions li span:hover {
  text-decoration: none;
}
/* line 32, ../sass/components/_blocks-citizen.scss */
#block-citizen-actions li a.nav-indent {
  padding-left: 16px;
  font-size: .875em;
}
/* line 36, ../sass/components/_blocks-citizen.scss */
#block-citizen-actions li span {
  color: grey;
}
/* line 39, ../sass/components/_blocks-citizen.scss */
#block-citizen-actions li .active {
  color: #24387e;
}
/* line 42, ../sass/components/_blocks-citizen.scss */
#block-citizen-actions li:hover, #block-citizen-actions li:hover a {
  color: #24387e;
  cursor: pointer;
}
/* line 47, ../sass/components/_blocks-citizen.scss */
#block-citizen-actions li.disabled:hover {
  cursor: default;
  background-color: transparent;
  color: grey;
}

/* line 60, ../sass/components/_blocks-citizen.scss */
.pref-points h5 {
  margin: .5em 0;
}

/* line 67, ../sass/components/_blocks-citizen.scss */
#block-citizen-actions-2 li a {
  display: block;
  padding: 0.5em 0;
  color: black;
}

/* line 76, ../sass/components/_blocks-citizen.scss */
#block-citizen-tag-selection .header-row {
  background: #1b2a5e;
  color: #FFFFFF;
  display: none;
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.125em;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#block-citizen-tag-selection .header-row:before, #block-citizen-tag-selection .header-row:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#block-citizen-tag-selection .header-row:after {
  clear: both;
}
/* line 83, ../sass/components/_blocks-citizen.scss */
#block-citizen-tag-selection .header-row .col-md-9 {
  float: left;
  padding: 10px 15px;
  width: 50%;
}
/* line 88, ../sass/components/_blocks-citizen.scss */
#block-citizen-tag-selection .header-row .col-md-3 {
  float: left;
  padding: 10px 2%;
  width: 50%;
}
/* line 94, ../sass/components/_blocks-citizen.scss */
#block-citizen-tag-selection .row {
  border-bottom: 1px solid #FFFFFF;
  margin: 0;
  padding: 0;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#block-citizen-tag-selection .row:before, #block-citizen-tag-selection .row:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#block-citizen-tag-selection .row:after {
  clear: both;
}
/* line 99, ../sass/components/_blocks-citizen.scss */
#block-citizen-tag-selection .row .col-md-9 {
  padding: 10px 15px 5px;
  text-align: center;
}
/* line 103, ../sass/components/_blocks-citizen.scss */
#block-citizen-tag-selection .row .col-md-3 {
  padding: 5px 15px 10px;
  text-align: center;
}
/* line 108, ../sass/components/_blocks-citizen.scss */
#block-citizen-tag-selection .row:last-child {
  padding-bottom: 0;
}

/* line 113, ../sass/components/_blocks-citizen.scss */
#citizen-licenses {
  /*.col-xs-12 {
    position: static;
  }*/
  margin-bottom: 25px;
  /* DISABLE RESPONSIVE
  @media screen and (max-width: 768px) {
    .license-block {
  	margin-bottom: 50px;
    }
  }*/
}
/* line 114, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .popover-add-form {
  display: none;
  margin-top: 25px;
}
/* line 119, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .increment.inline {
  float: left;
  margin-top: 8px;
}
/* line 125, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .decrement.inline {
  float: left;
  margin-top: 8px;
}
/* line 133, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay {
  display: none;
  position: absolute;
  z-index: 5000;
  background-color: white;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 5px 10px black;
}
/* line 141, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay .btn-marine-registry {
  background-color: white;
  color: black;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 18px;
  padding: 0;
  margin: 0 0 13.5px;
  line-height: 20px;
  letter-spacing: inherit;
}
/* line 152, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay .types {
  font-size: 1.5em;
  text-align: center;
}
/* line 155, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay .types .boxy {
  padding: 10px 5px;
}
/* line 158, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay .types div.highlight {
  background-color: #C6EBFA;
}
/* line 161, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay .types .btn-fwf-panel {
  background-color: white;
  width: 33.33333333% !important;
  color: black;
  border-bottom: 1px solid #a3a3a3;
  float: left;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: .7em;
}
/* line 169, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay .types .btn-fwf-panel.highlight {
  background-color: #C6EBFA;
}
/* line 172, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay .types .btn-fwf-panel:hover, #citizen-licenses .license-overlay .types .btn-fwf-panel:focus, #citizen-licenses .license-overlay .types .btn-fwf-panel:active {
  background-color: #BFE0EE !important;
}
/* line 175, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay .types .btn-fwf-panel:first-child {
  border-right: 1px solid #a3a3a3;
}
/* line 178, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay .types .btn-fwf-panel:last-child {
  border-left: 1px solid #a3a3a3;
}
/* line 183, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay .license-input {
  margin: 0 auto;
  max-width: 75px;
}
/* line 186, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay .license-input input {
  font-size: 18px;
  text-align: center;
}
/* line 190, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay .license-input.inline {
  float: left;
  margin: 0 10px;
}
/* line 196, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay .panel-body .clean-rows {
  min-height: 100px;
  border-bottom: 1px solid #a3a3a3 !important;
  padding: 1em;
}
/* line 201, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay .panel-body button, #citizen-licenses .license-overlay .panel-body input[type=submit] {
  padding: 16px 10px;
  margin: 0;
}
/* line 205, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay .panel-body .datepicker {
  margin: 0 auto 15px auto;
  max-width: 240px;
  text-align: center;
}
/* line 210, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay .panel-body .col-padding {
  padding: 1em;
  border-right: 1px solid #a3a3a3;
}
/* line 213, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay .panel-body .col-padding .no-border {
  border: none;
}
/* line 218, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-overlay .panel-left {
  text-align: left;
}
/* line 224, ../sass/components/_blocks-citizen.scss */
#citizen-licenses h3 {
  margin-bottom: 10px;
}
/* line 227, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .fa-info-circle {
  font-size: 14px;
}
/* line 230, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .fa-shopping-cart {
  font-size: 14px;
  vertical-align: middle;
}
/* line 234, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-row {
  padding: 0;
  margin: 0 0 15px 0;
}
/* line 237, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-row .donate-block {
  /*min-height: 345px;*/
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#citizen-licenses .license-row .donate-block:before, #citizen-licenses .license-row .donate-block:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#citizen-licenses .license-row .donate-block:after {
  clear: both;
}
/* line 241, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-row .col-sm-4, #citizen-licenses .license-row .col-md-6 {
  overflow: visible;
  position: static;
}
/* line 246, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .increment-and-add {
  max-width: 100px;
  margin: 0 auto;
}
/* line 249, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .increment-and-add input {
  text-align: center;
  font-size: 18px;
}
/* line 253, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .increment-and-add button {
  padding: 3px 10px;
  margin: 0;
}
/* line 258, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-block {
  background-color: #F0F0F0;
  padding: 0;
  position: relative;
  min-width: 100px;
}
/* line 264, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-block .donate-button {
  display: none;
}
/* line 267, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-block img {
  margin-bottom: 10px;
  width: 100%;
}
/* line 271, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-block .col-md-12 {
  padding: 0 5px 5px 5px;
  position: static;
  background-color: #F0F0F0;
}
/* line 275, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-block .col-md-12 .col-xs-4 {
  position: static;
}
/* line 278, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-block .col-md-12 .cost {
  color: #A3A3A3;
  font-size: 1.5em;
}
/* line 283, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-block span.image-hover {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  line-height: 100%;
}
/* line 294, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-block span.image-hover:hover {
  color: white;
  opacity: 1;
  z-index: 1000;
}
/* line 299, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-block span.image-hover a {
  color: #24387e;
  font-size: 1.5em;
}
/* line 303, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-block span.image-hover .activate-popover {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  color: white;
  background-color: #1b2a5e;
  padding: 10px 15px;
  margin-bottom: 0px;
  font-size: 1.15em;
}
/* line 313, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-block span.image-hover .activate-popover:hover {
  background-color: #1b2a5e;
}
/* line 318, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-block .donate {
  margin: .5em 0;
  text-align: center;
}
/* line 321, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-block .donate .text-right, #citizen-licenses .license-block .donate .text-center, #citizen-licenses .license-block .donate .text-left {
  display: inline-block;
  float: none;
  vertical-align: middle;
  width: auto;
}
/* line 328, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-block .donate .text-right .decrement, #citizen-licenses .license-block .donate .text-right .increment, #citizen-licenses .license-block .donate .text-left .decrement, #citizen-licenses .license-block .donate .text-left .increment {
  font-size: .5em;
  margin: 0 10px;
}
/* line 333, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-block .donate input[type="text"] {
  text-align: center;
  width: 3em;
}
/* line 337, ../sass/components/_blocks-citizen.scss */
#citizen-licenses .license-block .donate .col-xs-2 {
  line-height: 1.5em;
}
/* line 350, ../sass/components/_blocks-citizen.scss */
#citizen-licenses input[name="fwf_date_for_license2"],
#citizen-licenses input[name="fwf_date_for_license3"],
#citizen-licenses input[name="fwf_date_for_license4"],
#citizen-licenses input[name="mr_date_for_license2"],
#citizen-licenses input[name="mr_date_for_license3"],
#citizen-licenses input[name="mr_date_for_license4"],
#citizen-licenses input[name="ltf_date_for_license2"],
#citizen-licenses input[name="ltf_date_for_license3"],
#citizen-licenses input[name="ltf_date_for_license4"] {
  display: none;
}

/* line 363, ../sass/components/_blocks-citizen.scss */
#citizen-profile #submit-pi, #citizen-profile #submit-ci, #citizen-profile #submit-mi, #citizen-profile .pi-form, #citizen-profile .ci-form, #citizen-profile .mi-form {
  display: none;
}
/* line 364, ../sass/components/_blocks-citizen.scss */
#citizen-profile .inline-input {
  padding: 3px;
  font-size: 14px;
  border-radius: 0;
  margin: 0;
}

/* Desktop 960+ styles
  --------------------------------------------------------------------- */
/* DISABLE RESPONSIVE
@media all and (min-width: 960px) {
#block-citizen-tag-selection {
  .header-row {
    display: block;
    font-size: 1.25em;
    .col-md-9 {
      border-right: 1px solid #FFFFFF;
      padding: 10px 15px;
    }
    .col-md-3 {
      padding: 10px 15px;
    }
  }
  .row {
    @include clearfix;
    border-bottom: 1px solid #FFFFFF;
    margin: 0;
    padding: 0;
    .col-md-9 {
      border-right: 1px solid #FFFFFF;
      padding: 10px 15px;
      text-align: left;
      width: 75%;
    }
    .col-md-3 {
      padding: 5px 15px;
      text-align: left;
      width: 25%;
    }
  }
}
}*/
/* line 2, ../sass/components/_blocks-agent.scss */
#block-agent-certifications h2 {
  font-size: 0.95em;
  font-family: "ProximaNova-Bold", sans-serif;
  color: #666666;
}
/* line 8, ../sass/components/_blocks-agent.scss */
#block-agent-certifications ul li {
  font-size: 0.95em;
  line-height: 1.25em;
  color: #999999;
}

/* line 16, ../sass/components/_blocks-agent.scss */
#block-agent-preference-points {
  border-top: 1px solid #a3a3a3;
}
/* line 18, ../sass/components/_blocks-agent.scss */
#block-agent-preference-points h2 {
  font-size: 0.95em;
  font-family: "ProximaNova-Bold", sans-serif;
  color: #666666;
}

/* line 29, ../sass/components/_blocks-agent.scss */
#block-agent-previous-selections {
  border-top: 1px solid #a3a3a3;
}
/* line 31, ../sass/components/_blocks-agent.scss */
#block-agent-previous-selections h2 {
  font-size: 0.95em;
  font-family: "ProximaNova-Bold", sans-serif;
  color: #666666;
}
/* line 37, ../sass/components/_blocks-agent.scss */
#block-agent-previous-selections ul li {
  font-size: 0.95em;
  line-height: 1.25em;
  color: #999999;
}

/* line 45, ../sass/components/_blocks-agent.scss */
#block-agent-active-holdings {
  border-top: 1px solid #a3a3a3;
}
/* line 47, ../sass/components/_blocks-agent.scss */
#block-agent-active-holdings h2 {
  font-size: 0.9em;
  font-family: "ProximaNova-Bold", sans-serif;
  color: #666666;
}
/* line 53, ../sass/components/_blocks-agent.scss */
#block-agent-active-holdings ul li {
  font-size: 0.9em;
  line-height: 1.25em;
  color: #999999;
}

/* line 1, ../sass/components/_blocks-info-text.scss */
.info-text {
  background-color: white;
  position: absolute;
  z-index: 1000;
  display: none;
  font-size: 1.15em;
  padding: 15px;
  border: 3px solid #24387e;
  border-top: none;
  color: black;
}
/* line 11, ../sass/components/_blocks-info-text.scss */
.info-text.full {
  border: 3px solid #24387e;
}
/* line 14, ../sass/components/_blocks-info-text.scss */
.info-text.short {
  top: 0;
}

/* line 1, ../sass/components/_blocks-panels.scss */
.panel-primary {
  border-radius: 4px;
}
/* line 3, ../sass/components/_blocks-panels.scss */
.panel-primary .panel-heading {
  border-radius: 4px;
  padding: 3px 5px;
}
/* line 6, ../sass/components/_blocks-panels.scss */
.panel-primary .panel-heading h3 {
  padding: 3px 5px;
  margin: 0;
}
/* line 11, ../sass/components/_blocks-panels.scss */
.panel-primary .panel-body {
  padding-top: 0px;
}

/* line 17, ../sass/components/_blocks-panels.scss */
.panel-primary .panel-heading {
  color: white;
  background-color: #1b2a5e;
  border-color: #1b2a5e;
}

/* line 6, ../sass/components/_blocks.scss */
div.spacer {
  clear: both;
}

/* line 10, ../sass/components/_blocks.scss */
#rcm_gift_form {
  display: none;
}

/* line 1, ../sass/components/_panels.scss */
.panel-primary .panel-heading {
  background-color: #1b2a5e;
  border: 1px solid #1b2a5e;
  border-radius: 0;
  color: white;
  font-family: "ProximaNova-Bold", sans-serif;
}
/* line 8, ../sass/components/_panels.scss */
.panel-primary .panel-heading .pull-right .w {
  color: white !important;
}

/* line 15, ../sass/components/_panels.scss */
.panel-title {
  margin: 0 !important;
}
/* line 17, ../sass/components/_panels.scss */
.panel-title a {
  color: white;
}

/* line 22, ../sass/components/_panels.scss */
.panel-info {
  border: 1px solid #a3a3a3;
}

/* line 26, ../sass/components/_panels.scss */
.panel-info > .panel-heading {
  background-color: #1b2a5e;
  border: 1px solid #a3a3a3;
  border-radius: 0;
  color: white;
  font-family: "ProximaNova-Bold", sans-serif;
}
/* line 32, ../sass/components/_panels.scss */
.panel-info > .panel-heading .panel-title {
  margin: 0 !important;
}
/* line 34, ../sass/components/_panels.scss */
.panel-info > .panel-heading .panel-title a {
  color: white;
}
/* line 38, ../sass/components/_panels.scss */
.panel-info > .panel-heading a {
  color: white;
}

/* line 1, ../sass/components/_clear-floats.scss */
.clearfix {
  display: inline-block;
}

/* line 5, ../sass/components/_clear-floats.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac */
/* line 14, ../sass/components/_clear-floats.scss */
* html .clearfix {
  height: 1%;
}

/* line 17, ../sass/components/_clear-floats.scss */
.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* line 22, ../sass/components/_clear-floats.scss */
.clearleft, .clearl, .cleft {
  clear: left;
}

/* line 25, ../sass/components/_clear-floats.scss */
.clearright, .clearr, .cright {
  clear: right;
}

/* line 28, ../sass/components/_clear-floats.scss */
.clear, .clearboth, .clearall {
  clear: both;
}

/* line 31, ../sass/components/_clear-floats.scss */
.floatleft, .fleft, .floatl {
  float: left;
  margin: 0 10px 5px 0;
}

/* line 35, ../sass/components/_clear-floats.scss */
.floatright, .fright, .floatr {
  float: right;
  margin: 0 0 5px 10px;
}

/* line 39, ../sass/components/_clear-floats.scss */
.wrap {
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  margin: 0px auto;
}

/* line 45, ../sass/components/_clear-floats.scss */
.wrap:before, .wrap:after {
  content: " ";
  display: table;
}

/* line 49, ../sass/components/_clear-floats.scss */
.wrap:after {
  clear: both;
}

/* line 1, ../sass/components/_skip.scss */
a.skip-main {
  position: absolute;
  right: 10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  text-decoration: none;
}

/* line 12, ../sass/components/_skip.scss */
a.skip-main:focus, a.skip-main:active {
  right: 0;
  top: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 20px;
  border-radius: 0;
  border: none;
  text-align: center;
  font-size: 1em;
  z-index: 1020;
  background: #1b2a5e;
  color: white;
}

/* line 28, ../sass/components/_skip.scss */
#skip-main {
  outline: none;
}

/* line 1, ../sass/components/_tooltip.scss */
.tooltipWrapper {
  margin: -5px;
  padding: 5px 10px;
  color: #0c658c;
  cursor: pointer;
}

/* line 8, ../sass/components/_tooltip.scss */
.tooltip-inner {
  max-width: 350px;
  white-space: pre-wrap;
  text-align: left;
}

/* line 14, ../sass/components/_tooltip.scss */
.fa-pencil, .fa-trash-o, .fa-floppy-o {
  cursor: pointer;
}

/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
div.alert:before, div.alert:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
div.alert:after {
  clear: both;
}

/* line 1, ../sass/components/_layout.scss */
.no-border {
  border: none;
}

/* line 5, ../sass/components/_layout.scss */
.no-padding {
  padding: 0 !important;
}

/* line 9, ../sass/components/_layout.scss */
.no-margin {
  margin: 0 !important;
}

/* line 1, ../sass/regions/_page.scss */
body {
  margin: 0;
  padding: 0;
   /*font-family: "ProximaNova-Regular", sans-serif;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 9, ../sass/regions/_page.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*font-weight: normal !important;*/
}

/* line 16, ../sass/regions/_page.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 21, ../sass/regions/_page.scss */
.col-centered {
  float: none;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 28, ../sass/regions/_page.scss */
#page-sidebar-left, #page-sidebar-right {
  background-color: #fcfcfc;
  font-size: 14px;
  line-height: 20px;
}
/* line 32, ../sass/regions/_page.scss */
#page-sidebar-left .block, #page-sidebar-right .block {
  padding: 10px 0;
  border-bottom: 1px solid #a3a3a3;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#page-sidebar-left .block:before, #page-sidebar-left .block:after, #page-sidebar-right .block:before, #page-sidebar-right .block:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#page-sidebar-left .block:after, #page-sidebar-right .block:after {
  clear: both;
}
/* line 36, ../sass/regions/_page.scss */
#page-sidebar-left .block:last-child, #page-sidebar-right .block:last-child {
  border: none;
}
/* line 37, ../sass/regions/_page.scss */
#page-sidebar-left .block .col-md-12, #page-sidebar-right .block .col-md-12 {
  padding: 0;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#page-sidebar-left .block .col-md-12:before, #page-sidebar-left .block .col-md-12:after, #page-sidebar-right .block .col-md-12:before, #page-sidebar-right .block .col-md-12:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#page-sidebar-left .block .col-md-12:after, #page-sidebar-right .block .col-md-12:after {
  clear: both;
}

/* line 48, ../sass/regions/_page.scss */
#page-content {
  padding: 0 10px;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#page-content:before, #page-content:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#page-content:after {
  clear: both;
}

/* line 53, ../sass/regions/_page.scss */
.citizens-left-col {
  padding: 0;
  font-size: 14px;
}

/* line 58, ../sass/regions/_page.scss */
.citizens-right-col {
  padding: 0;
  font-size: 14px;
}

/* Large Tablet 768+ styles 
  --------------------------------------------------------------------- */
/* DISABLE RESPONSIVE
@media all and (min-width: 768px) {

#page-sidebar-left {
  left: 0;
  position: absolute;
  top: 0;
  width: 200px;
}
#page-content {
  border-left: 1px solid $sidebar-color-border;
  border-right: 1px solid $sidebar-color-border;
  margin: 0 200px;
  padding: 0 20px;
}
#page-sidebar-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}

}*/
/* Desktop 1200 styles 
  --------------------------------------------------------------------- */
/* DISABLE RESPONSIVE
@media all and (min-width: 1200px) {

#page-sidebar-left {
  width: 250px;
}
#page-content {
  margin: 0 250px;
  padding: 0 20px;
  padding-bottom: 50px;
}
#page-sidebar-right {
  width: 250px;
}

}*/

@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}

/* line 9, ../sass/regions/_header.scss */
#header {
  width: 100%;
}
/* line 11, ../sass/regions/_header.scss */
#header #header-inner {
  background: white;
  border-bottom: 4px solid #24387e;
  min-height: 81px;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
/* line 20, ../sass/regions/_header.scss */
#header #header-inner #logo {
  text-align: center;
  float: left;
  padding: 6px;
}
/* line 24, ../sass/regions/_header.scss */
#header #header-inner #logo img {
  height: auto;
  width: 144px;
}
/* line 29, ../sass/regions/_header.scss */
#header #header-inner div#opens-mobile-menu {
  font-size: 1.125em;
  right: 0;
  bottom: 12px;
  position: absolute;
  width: 65px;
  height: 55px;
  border-left: solid 1px #fcfcfc;
  cursor: pointer;
  display: block;
}
/* line 40, ../sass/regions/_header.scss */
#header #header-inner div#opens-mobile-menu:before {
  position: absolute;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  color: #D5820D;
  content: "\e616";
  text-align: center;
  height: 55px;
  line-height: 55px;
  left: 50%;
  margin-left: -9px;
}
/* line 63, ../sass/regions/_header.scss */
#header #header-inner .nav-opened {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border-right: solid 1px #fcfcfc;
  border-left: none !important;
}
/* line 72, ../sass/regions/_header.scss */
#header #header-inner #header-region {
  float: left;
  width: auto;
  display: none;
}
/* line 76, ../sass/regions/_header.scss */
#header #header-inner #header-region .utility-nav {
  float: right;
  margin: 25px 0 0;
}
/* line 79, ../sass/regions/_header.scss */
#header #header-inner #header-region .utility-nav ul {
  margin: 0 20px 0 0;
}
/* line 81, ../sass/regions/_header.scss */
#header #header-inner #header-region .utility-nav ul li {
  display: inline-block;
  line-height: 1em;
  border-top: 1px solid #fcfcfc;
  float: left;
  width: 100%;
  padding: 20px 0;
}
/* line 88, ../sass/regions/_header.scss */
#header #header-inner #header-region .utility-nav ul li:first-child {
  border: none;
}
/* line 91, ../sass/regions/_header.scss */
#header #header-inner #header-region .utility-nav ul li a {
  color: black;
  display: block;
 /* font-family: "ProximaNova-SemiBold", sans-serif;*/
  font-size: 18px;
  font-weight: normal;
  padding: 10px !important;
  position: relative;
  text-decoration: none;
}
/* line 100, ../sass/regions/_header.scss */
#header #header-inner #header-region .utility-nav ul li a:hover {
  color: #24387e;
}
/* line 109, ../sass/regions/_header.scss */
#header .expanded {
  display: block !important;
}

/* line 1, ../sass/regions/_nav.scss */
#navigation {
  background: #1b2a5e;
}
/* line 3, ../sass/regions/_nav.scss */
#navigation #navigation-inner {
  max-width: 1280px;
  margin-left: 18%;
  padding: 0 24px;
}
/* line 7, ../sass/regions/_nav.scss */
#navigation #navigation-inner ul.menu {
  white-space: nowrap;
}
/* line 9, ../sass/regions/_nav.scss */
#navigation #navigation-inner ul.menu li {
  display: inline-block;
}
/* line 11, ../sass/regions/_nav.scss */
#navigation #navigation-inner ul.menu li a {
  display: inline-block;
  padding: 1em 1em;
  background: #1b2a5e;
  color: white;
 /* font-family: "ProximaNova-Bold";*/
}
/* line 17, ../sass/regions/_nav.scss */
#navigation #navigation-inner ul.menu li a:hover {
  text-decoration: none;
  background: #24387e;
  color: white;
}
/* line 25, ../sass/regions/_nav.scss */
#navigation #navigation-inner.blank {
  height: 3em;
}

/* line 1, ../sass/regions/_main.scss */
.image-tag {
  background: none no-repeat scroll 0 0 #f5a81c;
  color: white;
  display: inline-block;
  font-size: .875em;
  font-weight: 700;
  left: 0;
  line-height: 1;
  padding: .5em 1.75em;
  position: absolute;
  top: 0;
}
/* line 13, ../sass/regions/_main.scss */
.image-tag:hover {
  background-color: #dc9719;
}

/* line 18, ../sass/regions/_main.scss */
.dnone {
  display: none;
}
/* line 19, ../sass/regions/_main.scss */
.dnone .pw-alert {
  padding: 1em;
  text-align: center;
}

/* line 26, ../sass/regions/_main.scss */
::selection {
  background: #f9cb77;
}

/* line 30, ../sass/regions/_main.scss */
::-moz-selection {
  background: #f9cb77;
}

/* line 34, ../sass/regions/_main.scss */
.bg-img {
  background: url("../img/home/mep_background.png");
  width: 100%;
  background-size: cover;
  /*height: 577px;
  position: absolute;
  min-width: 1263px;*/
}

/* line 43, ../sass/regions/_main.scss */
.main-wrapper {
  margin-top: 10px;
  margin-bottom: 1.5em;
  position: relative;
}

/* line 49, ../sass/regions/_main.scss */
#main-content-block {
  background-color: transparent;
  /*background-image: url( '../img/home/main-background-2.png' );*/
  background-repeat: no-repeat;
  background-size: cover;
  height: 577px;
  overflow: visible;
}
/* line 56, ../sass/regions/_main.scss */
#main-content-block .header-block {
  padding: 2em 0 0;
}
/* line 59, ../sass/regions/_main.scss */
#main-content-block .header-block h2 {
  color: #1b2a5e;
  /*font-family: "ProximaNova-Regular", sans-serif;*/
  font-size: 1.5em;
  font-weight: 700;
}
/* line 65, ../sass/regions/_main.scss */
#main-content-block .header-block h3 {
  color: white;
  font-size: 3em;
  margin: 0 0 .25em;
}

/* line 73, ../sass/regions/_main.scss */
.slim {
  padding: 0;
  margin: 0;
}

/* line 78, ../sass/regions/_main.scss */
.price-box {
  min-height: 3em;
}

/* line 82, ../sass/regions/_main.scss */
.thin {
  padding: 0 5px;
  margin: 0;
}

/* line 87, ../sass/regions/_main.scss */
.citizens-left-bg {
  margin-left: 15px;
  margin-right: -15px;
}

/* line 92, ../sass/regions/_main.scss */
.citizens-left-menu-scroller {
  padding: 10px;
}

/* line 96, ../sass/regions/_main.scss */
.citizen-main-content-area {
  border-right: 1px solid #fcfcfc;
  border-left: 1px solid #fcfcfc;
  padding: 0 20px;
  overflow: hidden;
  width: 100%;
}

/* BREADCRUMBS */
/* line 105, ../sass/regions/_main.scss */
#whereAmI h1 {
  color: #666666;
  border-bottom: 1px solid #fcfcfc;
  padding: .4em 0 0;
  font-size: 1.6em;
}

/* line 112, ../sass/regions/_main.scss */
.img-responsive {
  width: 100%;
}

/* line 116, ../sass/regions/_main.scss */
.row-same-height {
  display: table;
  width: 100%;
  float: left;
}

/* line 122, ../sass/regions/_main.scss */
.col-xs-height {
  display: table-cell;
  float: none !important;
}

/* line 127, ../sass/regions/_main.scss */
#left-column, #right-column {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 .625em;
}

/* line 134, ../sass/regions/_main.scss */
.cart-table a {
  font-size: 14px;
  font-weight: normal;
 /* font-family: "ProximaNova-Regular", sans-serif;*/
}

/* line 141, ../sass/regions/_main.scss */
.alert-danger {
  color: #b52c2c !important;
}

/* line 145, ../sass/regions/_main.scss */
.close-panel {
  cursor: pointer;
}

/* line 149, ../sass/regions/_main.scss */
#cc_number {
  background-image: url(../img/cc.png), url(../img/cc.png);
  background-position: 2px -114px, 427px -36px;
  background-size: 120px 361px, 120px 361px;
  background-repeat: no-repeat;
  padding-left: 54px;
  padding-right: 32px;
}
/* line 157, ../sass/regions/_main.scss */
#cc_number.visa {
  background-position: 2px -156px, 427px -36px;
}
/* line 159, ../sass/regions/_main.scss */
#cc_number.visa.valid {
  background-position: 2px -156px, 427px -78px;
}
/* line 163, ../sass/regions/_main.scss */
#cc_number.mastercard {
  background-position: 2px -240px, 427px -36px;
}
/* line 165, ../sass/regions/_main.scss */
#cc_number.mastercard.valid {
  background-position: 2px -240px, 427px -78px;
}
/* line 169, ../sass/regions/_main.scss */
#cc_number.amex {
  background-position: 2px -282px, 427px -36px;
}
/* line 171, ../sass/regions/_main.scss */
#cc_number.amex.valid {
  background-position: 2px -282px, 427px -78px;
}
/* line 175, ../sass/regions/_main.scss */
#cc_number.discover {
  background-position: 2px -324px, 427px -36px;
}
/* line 177, ../sass/regions/_main.scss */
#cc_number.discover.valid {
  background-position: 2px -324px, 427px -78px;
}

/* line 1, ../sass/regions/_block_welcome.scss */
#welcome-block {
  /*
      background: none no-repeat scroll 0 0 rgba(0, 45, 114, 0.6); 
  */
   background: rgba(98,125,77,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
background: radial-gradient(ellipse at center, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08', GradientType=1 );


  color: white;
  width: 800px;
  height: auto;
  padding: 20px 115px 30px;
  margin: 0 auto;
  margin-top: 25px;
      margin-left: 28px;
}
/* line 15, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#welcome-block:before, #welcome-block:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#welcome-block:after {
  clear: both;
}
/* line 10, ../sass/regions/_block_welcome.scss */
#welcome-block .bg-white {
  color: #000000;
}
/* line 12, ../sass/regions/_block_welcome.scss */
#welcome-block .bg-white label {
  color: #000000;
}
/* line 15, ../sass/regions/_block_welcome.scss */
#welcome-block .bg-white a {
  color: #24387e;
}
/* line 19, ../sass/regions/_block_welcome.scss */
#welcome-block a {
  color: white;
}
/* line 22, ../sass/regions/_block_welcome.scss */
#welcome-block .row {
  position: relative;
}
/* line 25, ../sass/regions/_block_welcome.scss */
#welcome-block .row:last-child {
  margin: 0 0 1em;
}
/* line 28, ../sass/regions/_block_welcome.scss */
#welcome-block .row.text-center {
  text-align: center;
}
/* line 32, ../sass/regions/_block_welcome.scss */
#welcome-block .info-link {
  font-size: .5em;
  position: absolute;
}
/* line 36, ../sass/regions/_block_welcome.scss */
#welcome-block label {
  color: white;
}
/* line 39, ../sass/regions/_block_welcome.scss */
#welcome-block .label {
  border-radius: none;
  color: #fcfcfc;
  display: block;
  font-size: .875em;
  font-weight: normal;
  margin: 0 0 .5em;
  padding: 0;
}
/* line 48, ../sass/regions/_block_welcome.scss */
#welcome-block h3 {
  font-family: "ProximaNova-Bold", sans-serif;
  margin: 0;
  padding-top: 1em;
}
/* line 53, ../sass/regions/_block_welcome.scss */
#welcome-block h4 {
  font-family: "ProximaNova-Bold", sans-serif;
  color: white;
}
/* line 57, ../sass/regions/_block_welcome.scss */
#welcome-block h5 {
  color: white;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 1.25em;
  margin: 0 0 .5em;
}
/* line 63, ../sass/regions/_block_welcome.scss */
#welcome-block h6 {
  color: white;
  font-size: 2.5em;
  margin: 0 0 1em;
}
/* line 67, ../sass/regions/_block_welcome.scss */
#welcome-block h6 a {
  color: white;
}
/* line 71, ../sass/regions/_block_welcome.scss */
#welcome-block .popover-container {
  margin-top: 0.5em;
  font-size: 1.5em;
}

/* DISABLE RESPONSIVE
@media (max-width: 768px) {
#welcome-block {
@include clearfix;
background: rgba(0,45,114,.6);
color: $main-color-back;
max-width: 800px;
min-height: 200px;
padding: 20px 15px 30px;
margin: 0 auto;
margin-top: 25px;
}
}*/
/* line 2, ../sass/regions/_block_info.scss */
.info-block {
  font-size: .875em;
  /*max-width: $max-width;*/
  max-width: 800px;
  padding: 0.75em 0;
  margin: 25px auto;
  font-size: 14px;
}
/* line 9, ../sass/regions/_block_info.scss */
.info-block .panel-info > .panel-heading {
  color: white;
  background-color: #1b2a5e;
  border-color: #1b2a5e;
}
/* line 14, ../sass/regions/_block_info.scss */
.info-block .panel-info {
  border-color: #1b2a5e;
}
/* line 17, ../sass/regions/_block_info.scss */
.info-block .panel-heading {
  max-width: 1280px;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #333333;
  color: white;
  box-shadow: 2px 2px 3px black;
}
/* line 27, ../sass/regions/_block_info.scss */
.info-block .panel-body {
  min-height: 250px;
}
/* line 29, ../sass/regions/_block_info.scss */
.info-block .panel-body .cycle {
  min-height: 250px;
}
/* line 33, ../sass/regions/_block_info.scss */
.info-block label {
  color: black;
}
/* line 36, ../sass/regions/_block_info.scss */
.info-block .header {
  /*background: #002d72; */
      background: #10460C;
  color: white;
  padding: 5px 10px;
  text-align: center;
  font-family: "ProximaNova-Bold", sans-serif;
}
/* line 43, ../sass/regions/_block_info.scss */
.info-block .body {
  padding: 10px 30px;
}
/* line 46, ../sass/regions/_block_info.scss */
.info-block ol, .info-block ul, .info-block li {
  list-style-type: decimal;
}

/* line 2, ../sass/regions/_block_shopping_cart.scss */
#shopping-cart h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin: .5em 0;
}

/* line 9, ../sass/regions/_block_shopping_cart.scss */
#shopping-cart-scroller {
  background: none no-repeat scroll 0 0 transparent;
}
/* line 11, ../sass/regions/_block_shopping_cart.scss */
#shopping-cart-scroller h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 .5em;
}
/* line 16, ../sass/regions/_block_shopping_cart.scss */
#shopping-cart-scroller .cart-items {
  margin: 1.25em 0;
}
/* line 18, ../sass/regions/_block_shopping_cart.scss */
#shopping-cart-scroller .cart-items li {
  border-bottom: 1px solid #BEBEBE;
  margin: 0 0 .875em;
  padding: 0 0 .875em;
}
/* line 22, ../sass/regions/_block_shopping_cart.scss */
#shopping-cart-scroller .cart-items li h5 {
  margin: 0;
}

/* line 1, ../sass/regions/_footer.scss */
#footer, #agent-footer {
  background: #333333;
  min-width: 1263px;
  display: block;
  width: 100% !important;
}
/* line 6, ../sass/regions/_footer.scss */
#footer #footer-inner, #agent-footer #footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 100px;
  padding-top: 33px;
  font-family: "ProximaNova-SemiBold", sans-serif;
  font-size: 1.125em;
  color: white;
}
/* line 14, ../sass/regions/_footer.scss */
#footer #footer-inner img, #agent-footer #footer-inner img {
  float: left;
}
/* line 17, ../sass/regions/_footer.scss */
#footer #footer-inner ul, #agent-footer #footer-inner ul {
  margin: 0;
  text-align: center;
}
/* line 20, ../sass/regions/_footer.scss */
#footer #footer-inner ul li, #agent-footer #footer-inner ul li {
  display: inline-block;
  padding: 10px 70px 10px 0;
}
/* line 23, ../sass/regions/_footer.scss */
#footer #footer-inner ul li a, #agent-footer #footer-inner ul li a {
  color: white;
}
/* line 25, ../sass/regions/_footer.scss */
#footer #footer-inner ul li a:hover, #agent-footer #footer-inner ul li a:hover {
  color: #f5a81c;
  text-decoration: none;
}
/* line 33, ../sass/regions/_footer.scss */
#footer #footer-inner .footer-links div, #agent-footer #footer-inner .footer-links div {
  display: inline-block;
  padding: 0;
  border: none;
}
/* line 38, ../sass/regions/_footer.scss */
#footer #footer-inner .footer-links .foot, #agent-footer #footer-inner .footer-links .foot {
  width: auto;
  float: left;
  padding: 10px 70px 10px 0;
}
/* line 42, ../sass/regions/_footer.scss */
#footer #footer-inner .footer-links .foot a, #agent-footer #footer-inner .footer-links .foot a {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: white;
}
/* line 48, ../sass/regions/_footer.scss */
#footer #footer-inner .footer-links .foot a:hover, #agent-footer #footer-inner .footer-links .foot a:hover {
  color: #f5a81c;
  text-decoration: none;
}

/* line 58, ../sass/regions/_footer.scss */
.footer-no-padding {
  padding: 0;
}

/* DISABLE RESPONSIVE
@media all and (max-width: 1200px) {
.footer-links {
  div {
    border: none;
    display: inline-block;
    padding: 8px;
    float: left;
  }
  .foot {
    width: auto;
    float: left;
    text-align: left;
  }
  a {
    font-size: 16px;
  }
}
}

@media all and (max-width: 768px) {
#footer-inner {
  padding-left: 1em;
  .footer-links {
    div {
      border: none;
      display: inline-block;
      padding: 8px;
      float: left;
    }
    .foot {
      width: 50%;
      float: left;
      text-align: left;
    }
    a {
      font-size: 16px;
    }
  }
}
}

@media all and (max-width: 480px) {
  #footer-inner {
      .footer-links {
          div {
              border: none;
              display: inline-block;
              padding: 8px;
              float: left;
          }
          .foot {
              width: 35%;
              float: left;
              text-align: left;
          }
          a {
              font-size: 14px;
          }
      }
  }
}
*/
/*
 * Get Bootstrap 3.3.4.1 running on CGProto before removing this code
 */
/* line 63, ../sass/style_sass.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: black;
}

/**CUSTOMER.HTML **/
.ci-edit,.pi-edit {padding-top:5px;}

/**customer.html registration table**/
.table-fontsize {
    font-size:1.4em;
    font-family: Tahoma,Verdana,Geneva,sans-serif;
}


/** search.html **/
.search-subtitle1 {

   /* border: 3px solid #10460C;
    padding: 12px;
    box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
          border-radius: 12px;
    **/color: #10460C;
    font-weight: bold;
 


}
.search-subtitle2 {
     /*** border: 3px solid #10460C;
    padding: 12px;
    box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
      border-radius: 12px;
      ***/
    color: #10460C;
    font-weight: bold;
  
    position:relative;
    top: -176px;
}
.search-subtitle3 {
     /****  border: 3px solid #10460C;
    padding: 12px;
        border-radius: 12px;
    box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    color: #10460C;
    ***/
    font-weight: bold;

    position:relative;
    top: -260px;
}



@media only screen and (max-width: 750px) {

    .orSpacing1 {
font-weight: bold;
    font-size: 16px;
    position: relative;
  
    left: 23px;
    background-color: orange;
    /* border: 3px solid #10460C; */
    width: 37px;
    padding: 10px 0;
    z-index: 999;
    color: #000;
}

.orSpacing2 {
    font-weight: bold;
    font-size: 16px;
    position: relative;
  
    left: 24px;
    background-color: orange;
    width: 37px;
    padding: 10px 0;
    z-index: 999;
    color: #000;
}

}

@media only screen and (min-width: 780px) {

    .orSpacing1 {
font-weight: bold;
    font-size: 16px;
    position: relative;
    top: 44px;
    left: 23px;
    background-color: orange;
    /* border: 3px solid #10460C; */
    width: 37px;
    padding: 10px 0;
    z-index: 999;
    color: #fff;
}

.orSpacing2 {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    top: 46px;
    left: 24px;
    background-color: orange;
    width: 37px;
    padding: 10px 0;
    z-index: 999;
    color: #fff;
}

}
/***
.arrow_box {
	position: relative;
	background: #30A759; 
 
    width: 206px;
    height: 100px;
    margin-bottom: 17px;
}
.arrow_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(109, 166, 128, 0);
	border-left-color:#30A759;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_box h2.logo {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    top: 41px;
    padding: 0 10px;
    font-family: "ProximaNova-Bold";
    text-transform:uppercase;
}
***/

.arrow_box {
    position: relative;
    background: #30A759;
    /* background: orange; */
    width: 182px;
    height: 100px;
    margin-bottom: 17px;
}

.arrow_box:after {
    left: 100%;
    top: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(109, 166, 128, 0);
    border-left-color: #30A759;
    border-width: 50px;
    margin-top: -48px;
}


.arrow_box h2.logo {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 22px 10px 0 10px;
    font-family: "ProximaNova-Bold";
    text-transform: uppercase;
    
    z-index: 9999;
    text-align:left;
}

.border1 {
    border:2px solid lightgray;
    padding:10px;
    height: 728px;
    background-color:#d3d3d3 ;
}


.border2 {
    border:2px solid lightgray;
    padding:10px;
        height: 728px;
   background-color:#bdbdbd ;
}


.border3 {
    border:2px solid lightgray;
    padding:10px;
    height: 728px;
     background-color:#a8a8a8 ;
}
.radio-spacer1 {
    overflow: hidden;
    margin-bottom: 15px;
}


.search-font-overwrites label{
    font-weight: 200 !important;
    font-size:14px;
}

.btn-size {
    font-size:15px;
}
/*************************************************************** 
 Massgov V101.0360.20140528 
 Deployed from Git Branch: feature/ER217_branding_3rd_party_app 
 Last Commit: 21f95b4 at "2014-06-06 09:13:35 -0400"
 Change made by "Jes Constantine" (jessica.constantine@state.ma.us)
****************************************************************/

/*! normalize.css v1.0.1 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}button,html,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ol,nav ul{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure,form{margin:0}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}button,html,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}body{font-size:13px;line-height:1.5em}ol,ul{list-style:none;padding:0 0 0 20px}blockquote{margin:1em .5em 1em 1.2em}a:link{color:#07459A}a:visited{color:#64406B}p{margin:0 0 1em;word-wrap:break-word}table{margin:1.5em 0}thead{background-color:#eee}td,th{padding:.3em}th{text-align:left}h1,h2,h3,h4,h5,h6{font-family:Tahoma,Verdana,Geneva,sans-serif;line-height:1.2}h1{font-size:1.6em}*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}body{background-color:#fff}.alert-container,.outer-container{width:1006px;margin:0 auto;background:#fff;padding:0 14px 14px}.alert-container{background:0 0;padding:0}.alert-container .col{padding-bottom:0}.alert-container ul{margin:0;padding:0}.alert-container .icon{padding-right:.4em}.container{padding:12px 12px 0;background:#fff;-webkit-box-shadow:0 0 6px #000;-moz-box-shadow:0 0 6px #000;box-shadow:0 0 6px #000}.footer{border-top:1px solid #ddd;margin-top:10px;padding-top:10px}.col{float:left;padding-bottom:15px;zoom:1;*display:inline;margin-left:2.86299%}.content .col a{overflow:hidden}.col:first-child{margin-left:0}.col1{width:5.70893%}.col2{width:14.28085%}.col3{width:22.85276%}.col4{width:31.42468%}.col5{width:39.99659%}.col6{width:48.56851%}.col7{width:57.14042%}.col8{width:65.71234%}.col9{width:74.28425%}.col10{width:82.85617%}.col11{width:91.42808%}.col12{width:100%}.row img{max-width:100%}.module,.row{*zoom:1}.module:after,.module:before,.row:after,.row:before{content:"";display:table}.module:after,.row:after{clear:both}.tetrisrow{margin-bottom:15px}.tetrisrow .module:last-child{margin-bottom:0}.tetrisrow .col{padding-bottom:0}.top-line{font-size:.9em}.top-line a{text-decoration:none}.top-line a:hover{text-decoration:underline}.top-line a{color:#fff}.top-line #logo{float:left}#logo img{position:relative;top:8px;margin-right:30px}.rwd-small{font-size:.8em}.rwd-right{float:right}.titlelink{text-decoration:none}.bodyfield .titlelink,.callout .titlelink,.titlelink:hover,p .titlelink{text-decoration:underline}.rwd-ulhorizontal{padding:0;margin:0;list-style:none}.rwd-ulhorizontal li{float:left}.top-line .rwd-ulhorizontal li{padding:0 1em;margin:8px 0;border-right:1px solid #fff}.top-line .rwd-ulhorizontal li.skip-to-main{padding:0 .5em 0 0}.top-line .rwd-ulhorizontal li.resizing-text{padding:0 .5em}.top-line .rwd-ulhorizontal li.translate-widget{padding:0 0 0 .5em}.top-line .rwd-ulhorizontal li.last{border-right-width:0}.footer .rwd-ulhorizontal{font-size:.9em;text-align:right}.footer .rwd-ulhorizontal li{padding:0 0 0 14px}#seal{float:left;padding-right:6px;border-right:1px solid #E9E9E9}#sitetitle,#sitetitle_nonexec{float:left;max-width:78%;padding-left:10px;padding-top:30px;font-family:Tahoma,Verdana,Geneva,sans-serif}#sitetitle>a,#sitetitle_nonexec>a{color:#000;text-decoration:none;font-size:1.6em;font-weight:700;line-height:1em}#sitetitle span,#sitetitle_nonexec span{color:#E25800;display:block;font-weight:700;padding-top:4px}#sitetitle ul,#sitetitle_nonexec ul{padding:0;margin-bottom:0;margin-top:0}#sitetitle li,#sitetitle_nonexec li{display:inline;padding-right:10px;font-size:.9em}#nonexec span{font-size:1.2em}#sitetitle{min-height:45px}#tagline{font-size:.85em;position:absolute;top:0;left:100px;line-height:1.3em}#pagedescription{margin-bottom:1em;font-size:1.1em}.introduction h1{background:0 0;font-size:1.67em;margin-top:1em;padding:0}.introduction .meta h1{margin-top:0}.introduction h2{margin-top:0;font-weight:400}.introduction h3,.introduction h4,.introduction h5,.introduction h6{margin:0 0 .8em}.introduction h3:first-child{margin-top:0}.introduction h2{font-size:1.35em}.introduction .bodyfield h2,.introduction .callout h2{font-weight:700}.introduction .callout h2{font-size:1.2285em}.introduction h3{font-size:1.2em}.introduction h4{font-size:1.115em}.introduction h5{font-size:1.038em}.introduction h6{font-size:.9em}.cf{*zoom:1}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.clear,.hide{display:none}.posrel{position:relative}.right{float:right}.left{float:left}.horizontal{list-style:none;margin:0;padding:0}.horizontal li{display:inline-block;*display:inline;zoom:1}.accessibility{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}iframe[src*='maps.google.com']{max-width:100%}.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}.ir:before{content:"";display:block;width:0;height:100%}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.top-line .col{padding-bottom:0}.top-line .rwd-ulhorizontal li:first-child{padding-left:0}.top-line .rwd-ulhorizontal li:last-child{border-right-width:0}body.debug{padding-top:5px}.mobile_only{display:none}@media only screen and (max-width:1004px){body.debug{background-color:purple}.alert-container,.outer-container{width:760px}.alert-container{font-size:.78em}.alert-container .icon{width:19px}.alert-container .alert-broadcast{padding:5px 4px}.alert-container .alert-broadcast img{vertical-align:bottom}.outer-container{padding:0 6px 6px;background-position:53.85% 0}.top-line{font-size:.78em}.top-line .rwd-ulhorizontal li{padding:0 .5em}#logo img{height:25px;top:7px}#seal{height:55px}#sitetitle,#sitetitle_nonexec{max-width:75%;padding-top:5px;padding-left:10px}#main_menu{position:static;float:left;margin:0 10px 0 0;font-size:1.3em}.search.no-option #searchinput{width:19em}.search.has-option #searchinput{width:10em}.search #search_scope{max-width:7.3em}#tagline{position:static;padding:0 0 6px}}@media only screen and (max-width:760px){body.debug{background-color:green}.col{margin-left:0;width:100%;padding:0 0 10px}.content form input[type=text],.content form select,.content form textarea{width:100%;margin-bottom:10px}.introduction,.leftcol,.resources{border-bottom:1px solid #ddd;margin-bottom:15px;padding-bottom:15px}.footer{border-top:none}.tetrisrow{margin-bottom:15px}.tetrisrow .module:last-child,.tetrisrow .module:last-of-type{margin-bottom:1em;padding-bottom:1em;border-bottom-width:1px}.tetrisrow .col{padding-bottom:none}.alert-container,.outer-container{max-width:480px;width:100%}.outer-container{background-position:0 0;padding:0 4px 4px}.container{padding:4px 4px 0;font-size:.9em}.top-line .col{float:left;width:auto;margin-right:1.5em}.top-line .rwd-ulhorizontal{float:left}.top-line .skip-links{float:right;margin-right:0}.top-line .skip-links ul li:first-child{border-right:none}.top-line .alert-wrap,.top-line .resizing-text{display:none}.alert{text-align:left;min-height:27px;background-image:none;position:static}#main_menu{position:static;float:none}#tagline{padding:0 0 10px}.search{float:left;margin:4px 0 4px 29px}.search.no-option #searchinput{width:24em}.search.has-option #searchinput{width:13em}.search #search_scope{max-width:15em}.row{background-image:none}.footer .rwd-ulhorizontal li{padding:0 14px 0 0}.footer .rwd-right{float:left}.mobile_only{display:inline}}@media only screen and (max-width:468px){body.debug{background-color:#ff0}.alert-container,.outer-container{padding:0}.alert-message{display:none}#logo img{top:4px}.container{padding:8px 2px}.top-line{padding:0 2px}.top-line .rwd-ulhorizontal li{margin:.3em 0}.top-line .skip-links{float:none}.search.no-option #searchinput{width:16em}.search.has-option #searchinput{width:7em}.search #search_scope{max-width:10em}#mobile-menu select{max-width:21em}}@media only screen and (max-width:306px){body.debug{background-color:pink}.top-line .col{margin-right:0}.rwd-ulhorizontal{font-size:.9em}.alert{min-height:20px;padding:0}.alert .icon{height:16px}#seal{padding-right:3px;height:48px}#sitetitle_nonexec{padding-top:3px;padding-left:3px}#nonexec span{font-size:1em}#sitetitle{font-size:.9em;padding-top:6px;padding-left:6px}#sitetitle img{width:111px}.search.no-option #searchinput{width:9em}.search.has-option #searchinput{width:5em}.search #search_scope{max-width:5.9em}#mobile-menu select{max-width:14em}.row{overflow:hidden}}.alert-container,.outer-container{background-image:url(https://www.mass.gov/resources/images/backgrounds/eea.gif);background-position:51.9% 0;background-repeat:repeat-y}

@media only screen and (max-width: 760px) {
    .bg-img {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
        background: url("../img/home/mep_background.png");
   /*     width: 100%;
        background-size: cover;
        display:inline-block;
      height: auto;

 max-width: 100%;

 */
       background-repeat: no-repeat;
    background-size: 100%;
   background-color: #1A2F61;

    }



.col {
    margin-left: 0;
    width: 96%;
    padding: 10px;

}

}
/* line 1, ../../sass/pages/citizen-verify.scss */
.container {
  margin-top: 10px;
  margin-bottom: 1.5em;
}

