/* Minification failed. Returning unminified contents.
(4956,15441): run-time error CSS1038: Expected hex color, found '#ccc	'
(4956,20223): run-time error CSS1038: Expected hex color, found '#000	'
 */
/* =RESET
   ....................................... */
html, body, form {
	height: 100%;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, img, dl, dt, dd, ol, ul, li, form, fieldset, input, label, legend, textarea, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
fieldset, img {
	border: 0;
}

hr {
	display: block;
	background: black;
	color: black;
	width: 100%;
	height: 1px;
	border: none;
	margin: 0 0 1.45em;
}
input[type=submit], input[type=reset], input[type=button] {
	cursor: pointer;
}
input.submit, input.reset, input.button {
	cursor: pointer;
}

/* =MISC STYLES
   ....................................... */

.hidden {
	display: none !important;
}
.floatLeft {
	float: left !important;
}
.floatRight {
	float: right !important;
}
.print {
    display: none !important;
    visibility: hidden;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0%;
	padding: 0;
	margin: 0;
}
.clearfix:after, .wrapper:after, .formWrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.ie7 .clearfix, .ie7 .wrapper, .ie7 .formWrapper {
	min-height: 0;
}
.ie6 .clearfix, .ie6 .wrapper, .ie6 .formWrapper {
	height: 1%;
}

/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Arial, Helvetica LT, Sans-Serif;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  background-color: #fff;
}
a {
  color: #08c;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: 0;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 0;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 936px;
}
.span12 {
  width: 936px;
}
.span11 {
  width: 858px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 702px;
}
.span8 {
  width: 624px;
}
.span7 {
  width: 546px;
}
.span6 {
  width: 468px;
}
.span5 {
  width: 390px;
}
.span4 {
  width: 312px;
}
.span3 {
  width: 234px;
}
.span2 {
  width: 156px;
}
.span1 {
  width: 78px;
}
.offset12 {
  margin-left: 936px;
}
.offset11 {
  margin-left: 858px;
}
.offset10 {
  margin-left: 780px;
}
.offset9 {
  margin-left: 702px;
}
.offset8 {
  margin-left: 624px;
}
.offset7 {
  margin-left: 546px;
}
.offset6 {
  margin-left: 468px;
}
.offset5 {
  margin-left: 390px;
}
.offset4 {
  margin-left: 312px;
}
.offset3 {
  margin-left: 234px;
}
.offset2 {
  margin-left: 156px;
}
.offset1 {
  margin-left: 78px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  *margin-left: -0.0534188%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.9465812%;
}
.row-fluid .span11 {
  width: 91.66666667%;
  *width: 91.61324786%;
}
.row-fluid .span10 {
  width: 83.33333333%;
  *width: 83.27991453%;
}
.row-fluid .span9 {
  width: 75%;
  *width: 74.9465812%;
}
.row-fluid .span8 {
  width: 66.66666667%;
  *width: 66.61324786%;
}
.row-fluid .span7 {
  width: 58.33333333%;
  *width: 58.27991453%;
}
.row-fluid .span6 {
  width: 50%;
  *width: 49.9465812%;
}
.row-fluid .span5 {
  width: 41.66666667%;
  *width: 41.61324786%;
}
.row-fluid .span4 {
  width: 33.33333333%;
  *width: 33.27991453%;
}
.row-fluid .span3 {
  width: 25%;
  *width: 24.9465812%;
}
.row-fluid .span2 {
  width: 16.66666667%;
  *width: 16.61324786%;
}
.row-fluid .span1 {
  width: 8.33333333%;
  *width: 8.27991453%;
}
.row-fluid .offset12 {
  margin-left: 100%;
  *margin-left: 99.89316239%;
}
.row-fluid .offset12:first-child {
  margin-left: 100%;
  *margin-left: 99.89316239%;
}
.row-fluid .offset11 {
  margin-left: 91.66666667%;
  *margin-left: 91.55982906%;
}
.row-fluid .offset11:first-child {
  margin-left: 91.66666667%;
  *margin-left: 91.55982906%;
}
.row-fluid .offset10 {
  margin-left: 83.33333333%;
  *margin-left: 83.22649573%;
}
.row-fluid .offset10:first-child {
  margin-left: 83.33333333%;
  *margin-left: 83.22649573%;
}
.row-fluid .offset9 {
  margin-left: 75%;
  *margin-left: 74.89316239%;
}
.row-fluid .offset9:first-child {
  margin-left: 75%;
  *margin-left: 74.89316239%;
}
.row-fluid .offset8 {
  margin-left: 66.66666667%;
  *margin-left: 66.55982906%;
}
.row-fluid .offset8:first-child {
  margin-left: 66.66666667%;
  *margin-left: 66.55982906%;
}
.row-fluid .offset7 {
  margin-left: 58.33333333%;
  *margin-left: 58.22649573%;
}
.row-fluid .offset7:first-child {
  margin-left: 58.33333333%;
  *margin-left: 58.22649573%;
}
.row-fluid .offset6 {
  margin-left: 50%;
  *margin-left: 49.89316239%;
}
.row-fluid .offset6:first-child {
  margin-left: 50%;
  *margin-left: 49.89316239%;
}
.row-fluid .offset5 {
  margin-left: 41.66666667%;
  *margin-left: 41.55982906%;
}
.row-fluid .offset5:first-child {
  margin-left: 41.66666667%;
  *margin-left: 41.55982906%;
}
.row-fluid .offset4 {
  margin-left: 33.33333333%;
  *margin-left: 33.22649573%;
}
.row-fluid .offset4:first-child {
  margin-left: 33.33333333%;
  *margin-left: 33.22649573%;
}
.row-fluid .offset3 {
  margin-left: 25%;
  *margin-left: 24.89316239%;
}
.row-fluid .offset3:first-child {
  margin-left: 25%;
  *margin-left: 24.89316239%;
}
.row-fluid .offset2 {
  margin-left: 16.66666667%;
  *margin-left: 16.55982906%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.66666667%;
  *margin-left: 16.55982906%;
}
.row-fluid .offset1 {
  margin-left: 8.33333333%;
  *margin-left: 8.22649573%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.33333333%;
  *margin-left: 8.22649573%;
}
.form-custom .row-fluid {
  width: 100%;
  *zoom: 1;
}
.form-custom .row-fluid:before,
.form-custom .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-custom .row-fluid:after {
  clear: both;
}
.form-custom .row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2%;
  *margin-left: 1.9465812%;
}
.form-custom .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.form-custom .row-fluid .span12 {
  width: 100%;
  *width: 99.9465812%;
}
.form-custom .row-fluid .span11 {
  width: 91.5%;
  *width: 91.4465812%;
}
.form-custom .row-fluid .span10 {
  width: 83%;
  *width: 82.9465812%;
}
.form-custom .row-fluid .span9 {
  width: 74.5%;
  *width: 74.4465812%;
}
.form-custom .row-fluid .span8 {
  width: 66%;
  *width: 65.9465812%;
}
.form-custom .row-fluid .span7 {
  width: 57.5%;
  *width: 57.4465812%;
}
.form-custom .row-fluid .span6 {
  width: 49%;
  *width: 48.9465812%;
}
.form-custom .row-fluid .span5 {
  width: 40.5%;
  *width: 40.4465812%;
}
.form-custom .row-fluid .span4 {
  width: 32%;
  *width: 31.9465812%;
}
.form-custom .row-fluid .span3 {
  width: 23.5%;
  *width: 23.4465812%;
}
.form-custom .row-fluid .span2 {
  width: 15%;
  *width: 14.9465812%;
}
.form-custom .row-fluid .span1 {
  width: 6.5%;
  *width: 6.4465812%;
}
.form-custom .row-fluid .offset12 {
  margin-left: 104%;
  *margin-left: 103.89316239%;
}
.form-custom .row-fluid .offset12:first-child {
  margin-left: 102%;
  *margin-left: 101.89316239%;
}
.form-custom .row-fluid .offset11 {
  margin-left: 95.5%;
  *margin-left: 95.39316239%;
}
.form-custom .row-fluid .offset11:first-child {
  margin-left: 93.5%;
  *margin-left: 93.39316239%;
}
.form-custom .row-fluid .offset10 {
  margin-left: 87%;
  *margin-left: 86.89316239%;
}
.form-custom .row-fluid .offset10:first-child {
  margin-left: 85%;
  *margin-left: 84.89316239%;
}
.form-custom .row-fluid .offset9 {
  margin-left: 78.5%;
  *margin-left: 78.39316239%;
}
.form-custom .row-fluid .offset9:first-child {
  margin-left: 76.5%;
  *margin-left: 76.39316239%;
}
.form-custom .row-fluid .offset8 {
  margin-left: 70%;
  *margin-left: 69.89316239%;
}
.form-custom .row-fluid .offset8:first-child {
  margin-left: 68%;
  *margin-left: 67.89316239%;
}
.form-custom .row-fluid .offset7 {
  margin-left: 61.5%;
  *margin-left: 61.39316239%;
}
.form-custom .row-fluid .offset7:first-child {
  margin-left: 59.5%;
  *margin-left: 59.39316239%;
}
.form-custom .row-fluid .offset6 {
  margin-left: 53%;
  *margin-left: 52.89316239%;
}
.form-custom .row-fluid .offset6:first-child {
  margin-left: 51%;
  *margin-left: 50.89316239%;
}
.form-custom .row-fluid .offset5 {
  margin-left: 44.5%;
  *margin-left: 44.39316239%;
}
.form-custom .row-fluid .offset5:first-child {
  margin-left: 42.5%;
  *margin-left: 42.39316239%;
}
.form-custom .row-fluid .offset4 {
  margin-left: 36%;
  *margin-left: 35.89316239%;
}
.form-custom .row-fluid .offset4:first-child {
  margin-left: 34%;
  *margin-left: 33.89316239%;
}
.form-custom .row-fluid .offset3 {
  margin-left: 27.5%;
  *margin-left: 27.39316239%;
}
.form-custom .row-fluid .offset3:first-child {
  margin-left: 25.5%;
  *margin-left: 25.39316239%;
}
.form-custom .row-fluid .offset2 {
  margin-left: 19%;
  *margin-left: 18.89316239%;
}
.form-custom .row-fluid .offset2:first-child {
  margin-left: 17%;
  *margin-left: 16.89316239%;
}
.form-custom .row-fluid .offset1 {
  margin-left: 10.5%;
  *margin-left: 10.39316239%;
}
.form-custom .row-fluid .offset1:first-child {
  margin-left: 8.5%;
  *margin-left: 8.39316239%;
}
.interior-grid .row {
  margin-left: -20px;
  *zoom: 1;
}
.interior-grid .row:before,
.interior-grid .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.interior-grid .row:after {
  clear: both;
}
.interior-grid [class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.interior-grid .container,
.interior-grid .navbar-static-top .container,
.interior-grid .navbar-fixed-top .container,
.interior-grid .navbar-fixed-bottom .container {
  width: 892px;
}
.interior-grid .span12 {
  width: 892px;
}
.interior-grid .span11 {
  width: 816px;
}
.interior-grid .span10 {
  width: 740px;
}
.interior-grid .span9 {
  width: 664px;
}
.interior-grid .span8 {
  width: 588px;
}
.interior-grid .span7 {
  width: 512px;
}
.interior-grid .span6 {
  width: 436px;
}
.interior-grid .span5 {
  width: 360px;
}
.interior-grid .span4 {
  width: 284px;
}
.interior-grid .span3 {
  width: 208px;
}
.interior-grid .span2 {
  width: 132px;
}
.interior-grid .span1 {
  width: 56px;
}
.interior-grid .offset12 {
  margin-left: 932px;
}
.interior-grid .offset11 {
  margin-left: 856px;
}
.interior-grid .offset10 {
  margin-left: 780px;
}
.interior-grid .offset9 {
  margin-left: 704px;
}
.interior-grid .offset8 {
  margin-left: 628px;
}
.interior-grid .offset7 {
  margin-left: 552px;
}
.interior-grid .offset6 {
  margin-left: 476px;
}
.interior-grid .offset5 {
  margin-left: 400px;
}
.interior-grid .offset4 {
  margin-left: 324px;
}
.interior-grid .offset3 {
  margin-left: 248px;
}
.interior-grid .offset2 {
  margin-left: 172px;
}
.interior-grid .offset1 {
  margin-left: 96px;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #666;
}
.text-warning {
  color: #c09853;
}
.text-error {
  color: #b94a48;
}
.text-info {
  color: #3a87ad;
}
.text-success {
  color: #468847;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "proxima-nova", Arial, Helvetica LT, sans-serif;
  font-weight: 100;
  margin: 10px 0;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
.ltIE9 h1,
.ltIE9 h2,
.ltIE9 h3,
.ltIE9 h4,
.ltIE9 h5,
.ltIE9 h6,
.ltIE9 .h1,
.ltIE9 .h2,
.ltIE9 .h3,
.ltIE9 .h4,
.ltIE9 .h5,
.ltIE9 .h6 {
  font-family: "proxima-nova-n1", Arial, Helvetica LT, sans-serif;
  font-weight: normal;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #666;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong {
  font-family: "proxima-nova", Arial, Helvetica LT, sans-serif;
  font-weight: 700;
}
.ltIE9 h1 strong,
.ltIE9 h2 strong,
.ltIE9 h3 strong,
.ltIE9 h4 strong,
.ltIE9 h5 strong,
.ltIE9 h6 strong,
.ltIE9 .h1 strong,
.ltIE9 .h2 strong,
.ltIE9 .h3 strong,
.ltIE9 .h4 strong,
.ltIE9 .h5 strong,
.ltIE9 .h6 strong {
  font-family: "proxima-nova-n7", Arial, Helvetica LT, sans-serif;
  font-weight: normal;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
}
h1,
.h1 {
  font-size: 42.75px;
  line-height: 40px;
}
h2,
.h2 {
  font-size: 32px;
  line-height: 40px;
}
h3,
.h3 {
  font-size: 28px;
  line-height: 40px;
}
h4,
.h4 {
  font-size: 21px;
  line-height: 20px;
}
h5,
.h5 {
  font-size: 18px;
  line-height: 20px;
}
h6,
.h6 {
  font-size: 15px;
  line-height: 20px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small {
  font-size: 14px;
}
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #666;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #666;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #666;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: Arial, Helvetica LT, Sans-Serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background: #ddeeff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ddeeff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddeeff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ddeeff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ddeeff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ddeeff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ddeeff 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddeeff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  color: #222;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #666;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #666;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
.input-block {
  width: 97%;
}
select.input-block {
  width: 100%;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 0;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 922px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 844px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 688px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 532px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 454px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 376px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 298px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 220px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 142px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 64px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"] {
  float: left;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid,
.error {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus,
.error:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #8c8c8c;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table .span1 {
  float: none;
  width: 62px;
  margin-left: 0;
}
.table .span2 {
  float: none;
  width: 140px;
  margin-left: 0;
}
.table .span3 {
  float: none;
  width: 218px;
  margin-left: 0;
}
.table .span4 {
  float: none;
  width: 296px;
  margin-left: 0;
}
.table .span5 {
  float: none;
  width: 374px;
  margin-left: 0;
}
.table .span6 {
  float: none;
  width: 452px;
  margin-left: 0;
}
.table .span7 {
  float: none;
  width: 530px;
  margin-left: 0;
}
.table .span8 {
  float: none;
  width: 608px;
  margin-left: 0;
}
.table .span9 {
  float: none;
  width: 686px;
  margin-left: 0;
}
.table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table .span11 {
  float: none;
  width: 842px;
  margin-left: 0;
}
.table .span12 {
  float: none;
  width: 920px;
  margin-left: 0;
}
.table .span13 {
  float: none;
  width: 998px;
  margin-left: 0;
}
.table .span14 {
  float: none;
  width: 1076px;
  margin-left: 0;
}
.table .span15 {
  float: none;
  width: 1154px;
  margin-left: 0;
}
.table .span16 {
  float: none;
  width: 1232px;
  margin-left: 0;
}
.table .span17 {
  float: none;
  width: 1310px;
  margin-left: 0;
}
.table .span18 {
  float: none;
  width: 1388px;
  margin-left: 0;
}
.table .span19 {
  float: none;
  width: 1466px;
  margin-left: 0;
}
.table .span20 {
  float: none;
  width: 1544px;
  margin-left: 0;
}
.table .span21 {
  float: none;
  width: 1622px;
  margin-left: 0;
}
.table .span22 {
  float: none;
  width: 1700px;
  margin-left: 0;
}
.table .span23 {
  float: none;
  width: 1778px;
  margin-left: 0;
}
.table .span24 {
  float: none;
  width: 1856px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: Lead Product Designer @ http://kyruus.com

    */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot');
  src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: middle;
  font-size: 1.33333333em;
}
.btn [class^="icon-"],
.nav-tabs [class^="icon-"],
.btn [class*=" icon-"],
.nav-tabs [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large:before,
li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em;
}
ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  vertical-align: initial;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-user-md:before {
  content: "\f200";
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #fff;
  background-color: #08c;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #08c;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #666;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  font-family: "proxima-nova", Arial, Helvetica LT, sans-serif;
  font-weight: 400;
}
.ltIE9 .btn {
  font-family: "proxima-nova-n4", Arial, Helvetica LT, sans-serif;
  font-weight: normal;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 10px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  *line-height: 22px;
  text-align: center;
  text-shadow: 0 1px 2px #666;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  border: transparent none;
  background: #8DAFC7;
  background: -moz-linear-gradient(top, #8DAFC7 0%, #6490b3 100%);
  background: -webkit-gradient(top, top, color-stop(0%, #8DAFC7), color-stop(100%, #6490b3));
  background: -webkit-linear-gradient(top, #8DAFC7 0%, #6490b3 100%);
  background: -o-linear-gradient(top, #8DAFC7 0%, #6490b3 100%);
  background: -ms-linear-gradient(top, #8DAFC7 0%, #6490b3 100%);
  background: linear-gradient(to bottom, #8DAFC7 0%, #6490b3 100%);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.btn:hover {
  text-decoration: none;
  color: #fff;
  background: #7ca3bf;
  background: -moz-linear-gradient(top, #7ca3bf 0%, #5383aa 100%);
  background: -webkit-gradient(top, top, color-stop(0%, #7ca3bf), color-stop(100%, #5383aa));
  background: -webkit-linear-gradient(top, #7ca3bf 0%, #5383aa 100%);
  background: -o-linear-gradient(top, #7ca3bf 0%, #5383aa 100%);
  background: -ms-linear-gradient(top, #7ca3bf 0%, #5383aa 100%);
  background: linear-gradient(to bottom, #7ca3bf 0%, #5383aa 100%);
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  color: #fff;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 4px 10px;
  font-size: 19px;
  line-height: 32px;
  min-height: 32px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 10px;
  font-size: 11px;
  line-height: 17px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary {
  background: #08c;
  background: -moz-linear-gradient(top, #08c 0%, #005a8f 100%);
  background: -webkit-gradient(top, top, color-stop(0%, #08c), color-stop(100%, #005a8f));
  background: -webkit-linear-gradient(top, #08c 0%, #005a8f 100%);
  background: -o-linear-gradient(top, #08c 0%, #005a8f 100%);
  background: -ms-linear-gradient(top, #08c 0%, #005a8f 100%);
  background: linear-gradient(to bottom, #08c 0%, #005a8f 100%);
}
.btn-primary:hover {
  background: #0077b3;
  background: -moz-linear-gradient(top, #0077b3 0%, #004a75 100%);
  background: -webkit-gradient(top, top, color-stop(0%, #0077b3), color-stop(100%, #004a75));
  background: -webkit-linear-gradient(top, #0077b3 0%, #004a75 100%);
  background: -o-linear-gradient(top, #0077b3 0%, #004a75 100%);
  background: -ms-linear-gradient(top, #0077b3 0%, #004a75 100%);
  background: linear-gradient(to bottom, #0077b3 0%, #004a75 100%);
}
.btn-warning {
  background: #F79E38;
  background: -moz-linear-gradient(top, #F79E38 0%, #e88809 100%);
  background: -webkit-gradient(top, top, color-stop(0%, #F79E38), color-stop(100%, #e88809));
  background: -webkit-linear-gradient(top, #F79E38 0%, #e88809 100%);
  background: -o-linear-gradient(top, #F79E38 0%, #e88809 100%);
  background: -ms-linear-gradient(top, #F79E38 0%, #e88809 100%);
  background: linear-gradient(to bottom, #F79E38 0%, #e88809 100%);
}
.btn-warning:hover {
  background: #f6921f;
  background: -moz-linear-gradient(top, #f6921f 0%, #d07a08 100%);
  background: -webkit-gradient(top, top, color-stop(0%, #f6921f), color-stop(100%, #d07a08));
  background: -webkit-linear-gradient(top, #f6921f 0%, #d07a08 100%);
  background: -o-linear-gradient(top, #f6921f 0%, #d07a08 100%);
  background: -ms-linear-gradient(top, #f6921f 0%, #d07a08 100%);
  background: linear-gradient(to bottom, #f6921f 0%, #d07a08 100%);
}
.btn-danger {
  background: #ee5f5b;
  background: -moz-linear-gradient(top, #ee5f5b 0%, #e82f24 100%);
  background: -webkit-gradient(top, top, color-stop(0%, #ee5f5b), color-stop(100%, #e82f24));
  background: -webkit-linear-gradient(top, #ee5f5b 0%, #e82f24 100%);
  background: -o-linear-gradient(top, #ee5f5b 0%, #e82f24 100%);
  background: -ms-linear-gradient(top, #ee5f5b 0%, #e82f24 100%);
  background: linear-gradient(to bottom, #ee5f5b 0%, #e82f24 100%);
}
.btn-danger:hover {
  background: #ec4844;
  background: -moz-linear-gradient(top, #ec4844 0%, #dc2317 100%);
  background: -webkit-gradient(top, top, color-stop(0%, #ec4844), color-stop(100%, #dc2317));
  background: -webkit-linear-gradient(top, #ec4844 0%, #dc2317 100%);
  background: -o-linear-gradient(top, #ec4844 0%, #dc2317 100%);
  background: -ms-linear-gradient(top, #ec4844 0%, #dc2317 100%);
  background: linear-gradient(to bottom, #ec4844 0%, #dc2317 100%);
}
.btn-success {
  background: #62c462;
  background: -moz-linear-gradient(top, #62c462 0%, #40a943 100%);
  background: -webkit-gradient(top, top, color-stop(0%, #62c462), color-stop(100%, #40a943));
  background: -webkit-linear-gradient(top, #62c462 0%, #40a943 100%);
  background: -o-linear-gradient(top, #62c462 0%, #40a943 100%);
  background: -ms-linear-gradient(top, #62c462 0%, #40a943 100%);
  background: linear-gradient(to bottom, #62c462 0%, #40a943 100%);
}
.btn-success:hover {
  background: #4fbd4f;
  background: -moz-linear-gradient(top, #4fbd4f 0%, #39973c 100%);
  background: -webkit-gradient(top, top, color-stop(0%, #4fbd4f), color-stop(100%, #39973c));
  background: -webkit-linear-gradient(top, #4fbd4f 0%, #39973c 100%);
  background: -o-linear-gradient(top, #4fbd4f 0%, #39973c 100%);
  background: -ms-linear-gradient(top, #4fbd4f 0%, #39973c 100%);
  background: linear-gradient(to bottom, #4fbd4f 0%, #39973c 100%);
}
.btn-info {
  background: #5bc0de;
  background: -moz-linear-gradient(top, #5bc0de 0%, #2aa6d2 100%);
  background: -webkit-gradient(top, top, color-stop(0%, #5bc0de), color-stop(100%, #2aa6d2));
  background: -webkit-linear-gradient(top, #5bc0de 0%, #2aa6d2 100%);
  background: -o-linear-gradient(top, #5bc0de 0%, #2aa6d2 100%);
  background: -ms-linear-gradient(top, #5bc0de 0%, #2aa6d2 100%);
  background: linear-gradient(to bottom, #5bc0de 0%, #2aa6d2 100%);
}
.btn-info:hover {
  background: #46b8da;
  background: -moz-linear-gradient(top, #46b8da 0%, #2695bc 100%);
  background: -webkit-gradient(top, top, color-stop(0%, #46b8da), color-stop(100%, #2695bc));
  background: -webkit-linear-gradient(top, #46b8da 0%, #2695bc 100%);
  background: -o-linear-gradient(top, #46b8da 0%, #2695bc 100%);
  background: -ms-linear-gradient(top, #46b8da 0%, #2695bc 100%);
  background: linear-gradient(to bottom, #46b8da 0%, #2695bc 100%);
}
.btn-inverse {
  background: #444;
  background: -moz-linear-gradient(top, #444 0%, #252525 100%);
  background: -webkit-gradient(top, top, color-stop(0%, #444), color-stop(100%, #252525));
  background: -webkit-linear-gradient(top, #444 0%, #252525 100%);
  background: -o-linear-gradient(top, #444 0%, #252525 100%);
  background: -ms-linear-gradient(top, #444 0%, #252525 100%);
  background: linear-gradient(to bottom, #444 0%, #252525 100%);
}
.btn-inverse:hover {
  background: #373737;
  background: -moz-linear-gradient(top, #373737 0%, #191919 100%);
  background: -webkit-gradient(top, top, color-stop(0%, #373737), color-stop(100%, #191919));
  background: -webkit-linear-gradient(top, #373737 0%, #191919 100%);
  background: -o-linear-gradient(top, #373737 0%, #191919 100%);
  background: -ms-linear-gradient(top, #373737 0%, #191919 100%);
  background: linear-gradient(to bottom, #373737 0%, #191919 100%);
}
.btn-action {
  background: #FF6600;
  background: -moz-linear-gradient(top, #FF6600 0%, #c25400 100%);
  background: -webkit-gradient(top, top, color-stop(0%, #FF6600), color-stop(100%, #c25400));
  background: -webkit-linear-gradient(top, #FF6600 0%, #c25400 100%);
  background: -o-linear-gradient(top, #FF6600 0%, #c25400 100%);
  background: -ms-linear-gradient(top, #FF6600 0%, #c25400 100%);
  background: linear-gradient(to bottom, #FF6600 0%, #c25400 100%);
}
.btn-action:hover {
  background: #e65c00;
  background: -moz-linear-gradient(top, #e65c00 0%, #a84900 100%);
  background: -webkit-gradient(top, top, color-stop(0%, #e65c00), color-stop(100%, #a84900));
  background: -webkit-linear-gradient(top, #e65c00 0%, #a84900 100%);
  background: -o-linear-gradient(top, #e65c00 0%, #a84900 100%);
  background: -ms-linear-gradient(top, #e65c00 0%, #a84900 100%);
  background: linear-gradient(to bottom, #e65c00 0%, #a84900 100%);
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
  min-height: 39px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #7ca3bf;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0077b3;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f6921f;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #ec4844;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #4fbd4f;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #46b8da;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #373737;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.breadcrumb {
  margin: 0 20px 0;
  padding: 0;
  border-bottom: 1px dotted #B2C4D4;
  list-style: none;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
  float: left;
  padding: 0 5px 0 0;
  font-size: 10px;
  color: #999999;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb .active {
  color: #999999;
}
ul.breadcrumb li a {
  color: #999999;
}
.pagination {
  height: auto;
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagination ul > li,
.pagination .prev,
.pagination .next,
.pagination .first,
.pagination .last {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span,
.pagination .prev,
.pagination .next,
.pagination .first,
.pagination .last {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #666;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination .prev.aspNetDisabled,
.pagination .next.aspNetDisabled,
.pagination .first.aspNetDisabled,
.pagination .last.aspNetDisabled {
  color: #ccc;
  background-color: transparent;
  cursor: default;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination .next {
  margin: 0;
}
.pagination .prev,
.pagination .first {
  border-left-width: 1px;
  border-radius: 3px 0 0 3px;
}
.pagination .next,
.pagination .last {
  border-radius: 0 3px 3px 0;
}
.first + .prev {
  border-left: 0 none;
  border-radius: 0 0 0 0;
}
.first + .prev + ul + .next {
  border-radius: 0 0 0 0;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
@media (max-width: 767px) {
  .pagination ul {
    display: none;
  }
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a,
.pager span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a,
.pager .next span {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover,
.pager .disabled span {
  color: #666;
  background-color: #fff;
  cursor: default;
}
.modal-open .modal .dropdown-menu {
  z-index: 2050;
}
.modal-open .modal .dropdown.open {
  *z-index: 2050;
}
.modal-open .modal .popover {
  z-index: 2060;
}
.modal-open .modal .tooltip {
  z-index: 2080;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-bottom: 10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-right: 10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #fff;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #fff;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #fff;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #fff;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}
.thumbnails {
  margin-left: 0;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 0;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555;
}
.label,
.badge {
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #666;
}
.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
a.label:hover,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #FF8800;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #cc6d00;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #ff9d2e;
  background-image: -moz-linear-gradient(top, #ffac4d, #FF8800);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffac4d), to(#FF8800));
  background-image: -webkit-linear-gradient(top, #ffac4d, #FF8800);
  background-image: -o-linear-gradient(top, #ffac4d, #FF8800);
  background-image: linear-gradient(to bottom, #ffac4d, #FF8800);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffac4d', endColorstr='#ffff8800', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #ffac4d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img,
.carousel .item a > img {
  display: block;
  line-height: 1;
  width: 100%;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.inner-hero .carousel.slide .item {
  height: 400px;
  overflow: hidden;
}
.inner-hero img {
  width: 100%!important;
}
@media (max-width: 1199px) {
  .inner-hero .carousel.slide .item {
    height: 312px!important;
  }
}
@media (max-width: 767px) {
  .inner-hero .carousel.slide .item {
    height: auto;
    overflow: visible;
  }
}
@media (max-width: 480px) {
  .inner-hero #ClassSlideshow {
    display: none;
  }
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}

/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	 MAGIC STUFF - DO NOT EDIT
	 MENU DEFAULTS 
	 
	 MAIN MENU ITEM STYLES
	 POPUP MENU STYLES - FIRST DROPDOWN
	 POPUP MENU STYLES - SECOND DROPDOWN
	 POPUP MENU STYLES - THIRD DROPDOWN
	 	 
	 ....................................... */

/* =MAGIC STUFF - DO NOT EDIT
    Currently supports 5 tiers.
	 ....................................... */
ul.popUp li:hover ul ul,
ul.popUp li:hover ul ul ul,
ul.popUp li:hover ul ul ul ul,
ul.popUp li:hover ul ul ul ul ul,
ul.popUp li.hover ul ul,
ul.popUp li.hover ul ul ul, 
ul.popUp li.hover ul ul ul ul,
ul.popUp li.hover ul ul ul ul ul
	{ display: none; } /* Hide sub-menus initially */
	
ul.popUp li:hover ul,
ul.popUp li li:hover ul,
ul.popUp li li li:hover ul,
ul.popUp li li li li:hover ul,
ul.popUp li li li li li:hover ul,
ul.popUp li.hover ul,
ul.popUp li li.hover ul,
ul.popUp li li li.hover ul,
ul.popUp li li li li.hover ul,
ul.popUp li li li li li.hover ul
	{ display: block;} /* The magic */

/* =MENU DEFAULTS 
	 ....................................... */
ul.popUp,
ul.popUp ul {
	margin: 0;
	padding: 0;
}
ul.popUp.nav {
    z-index: 25;
    position: relative;
    margin-top:10px;
}
ul.popUp ul {
	position: absolute;
	display: none;
}
ul.popUp li {	
	position:relative;	
	float:left;
	list-style:none;
    margin-bottom:0px !important;
}

/* =MAIN MENU ITEM STYLES
	 ....................................... */

ul.popUp.menu {
}
ul.popUp.menu a {
}
ul.popUp.menu a:hover,
ul.popUp.menu li:hover a, /* Keeps parent tab hovered when in sublevels */
ul.popUp.menu li.hover a { /* Same as above for IE6 */
	border-color: white;
	background-color: white;
	color: #555;
}

/* =POPUP MENU STYLES - FIRST DROPDOWN
	 ....................................... */
ul.popUp.menu ul {
	left: 0px;
	top: 36px;
	width: 200px;
	background: #fff;
	margin: 0;
	padding: 10px 0;
	border-radius: 0 6px 6px 6px;
	box-shadow: 0 3px 5px #013B70;
}
ul.popUp.menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;

}
ul.popUp.menu ul a,
ul.popUp.menu li:hover ul a,
ul.popUp.menu li.hover ul a {
	background: none; /* Used because lower levels would inherit from parent hover */
	padding: 6px 13px;
	margin: 0;
	float: none;
	font-size: 14px;
	font-weight: normal;
    width:150px;
    display:block;
    line-height:1;
} 	
ul.popUp.menu ul a:hover,
ul.popUp.menu ul li:hover a, /* Keeps parent tab hovered when in sublevels */
ul.popUp.menu ul li.hover a { /* Same as above for IE6 */
	text-decoration: underline;
}

/* =POPUP MENU STYLES - SECOND DROPDOWN
	 ....................................... */
ul.popUp.menu ul ul {
	left: 190px; /* Same as width of "ul.popUp ul" */
	top: -10px;  /* Positioning vertically*/
    border-radius: 10px;

}
ul.popUp.menu ul ul a,
ul.popUp.menu ul li:hover ul a,
ul.popUp.menu ul li.hover ul a { 
}
ul.popUp.menu ul ul a:hover,
ul.popUp.menu ul ul li:hover a,
ul.popUp.menu ul ul li.hover a { 
}

/* =POPUP MENU STYLES - THIRD DROPDOWN (not fully built out)
	 ....................................... */
ul.popUp.menu ul ul ul {
        border-radius: 0 20px 20px 0px;

}
ul.popUp.menu ul ul ul a,
ul.popUp.menu ul ul li:hover ul a,
ul.popUp.menu ul ul li.hover ul a {
}
ul.popUp.menu ul ul ul a:hover,
ul.popUp.menu ul ul ul li:hover a,
ul.popUp.menu ul ul ul li.hover a { 
}
/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */.clearfix:after,.nav-pills:after,.nav-tabs:after,.navbar-form:after,.navbar-inner:after,.tabbable:after{clear:both}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:#333 dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}a:active,a:hover{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}input[type=search]{box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}.clearfix:after,.clearfix:before{display:table;content:"";line-height:0}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.header-phone,.nav{font-family:proxima-nova,Arial,Helvetica LT,sans-serif}.input-block-level{display:block;width:100%;min-height:30px;box-sizing:border-box}.nav{font-weight:700;margin-left:0;margin-bottom:20px;list-style:none;color:#DEF;font-size:15px;text-transform:inherit;letter-spacing:.6px}.btn-navbar,.nav-header{text-transform:uppercase}.ltIE9 .nav{font-family:proxima-nova-n7,Arial,Helvetica LT,sans-serif;font-weight:400}.nav>li>a{display:block;color:#DEF}.nav>li>a:hover{color:#DEF;text-decoration:none}.nav>.pull-right{float:right}.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:700;line-height:20px;color:#666;text-shadow:0 1px 0 rgba(255,255,255,.5)}.nav li+.nav-header{margin-top:9px}.nav-list{padding-left:15px;padding-right:15px;margin-bottom:0}.nav-list .nav-header,.nav-list>li>a{margin-left:-15px;margin-right:-15px;text-shadow:0 1px 0 rgba(255,255,255,.5)}.nav-list>li>a{padding:3px 15px}.nav-pills>li>a,.nav-tabs>li>a{padding-top:8px;padding-bottom:8px}.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.current>a,.nav-list>.current>a:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.2);background-color:#08c}.nav-list [class^=icon-]{margin-right:2px}.nav-list .divider{height:1px;margin:9px 1px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.nav-pills:after,.nav-pills:before,.nav-tabs:after,.nav-tabs:before{display:table;content:"";line-height:0}.nav-pills>li,.nav-tabs>li{float:left}.nav-stacked>li,.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none}.nav-pills>li>a,.nav-tabs>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px}.nav-tabs>li{margin-bottom:-1px}.nav-tabs>li>a{line-height:20px;border-radius:4px 4px 0 0;color:#DEF}.nav-tabs>li>a:hover{border-color:#fff;background-color:#fff;color:#555}.bottomBorder{border-bottom:10px solid #2E618D}.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.current>a,.nav-tabs>.current>a:hover{color:#DDEDFF;background-color:#2E618D;border-bottom-color:transparent;cursor:default}.nav-pills>li>a{margin-top:2px;margin-bottom:2px;border-radius:5px}.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.current>a,.nav-pills>.current>a:hover{color:#fff;background-color:#08c}.nav-stacked>li>a{margin-right:0}.nav-tabs.nav-stacked{border-bottom:0}.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;border-radius:0}.nav-tabs.nav-stacked>li:first-child>a{border-top-right-radius:4px;border-top-left-radius:4px}.nav-tabs.nav-stacked>li:last-child>a{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.nav-tabs.nav-stacked>li>a:hover{border-color:#ddd;z-index:2}.nav-pills.nav-stacked>li>a{margin-bottom:3px}.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px}.nav-tabs .dropdown-menu{border-radius:0 0 6px 6px}.nav-pills .dropdown-menu{border-radius:6px}.nav .dropdown-toggle .caret{border-top-color:#08c;border-bottom-color:#08c;margin-top:6px}.nav .dropdown-toggle:hover .caret{border-top-color:#005580;border-bottom-color:#005580}.nav-tabs .dropdown-toggle .caret{margin-top:8px}.nav .active .dropdown-toggle .caret,.nav .current .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.nav-tabs .active .dropdown-toggle .caret,.nav-tabs .current .dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.nav>.dropdown.active>a:hover{cursor:pointer}.nav-pills .open .dropdown-toggle,.nav-tabs .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover{color:#fff;background-color:#666;border-color:#666}.nav li.dropdown.open .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open.active .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:1;filter:alpha(opacity=100)}.tabs-stacked .open>a:hover{border-color:#666}.tabbable:after,.tabbable:before{display:table;content:"";line-height:0}.tab-content{overflow:auto}.tabs-below>.nav-tabs,.tabs-left>.nav-tabs,.tabs-right>.nav-tabs{border-bottom:0}.pill-content>.pill-pane,.tab-content>.tab-pane{display:none}.pill-content>.active,.pill-content>.current,.tab-content>.active,.tab-content>.current{display:block}.tabs-below>.nav-tabs{border-top:1px solid #ddd}.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}.tabs-below>.nav-tabs>li>a{border-radius:0 0 4px 4px}.tabs-below>.nav-tabs>li>a:hover{border-bottom-color:transparent;border-top-color:#ddd}.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.current>a,.tabs-below>.nav-tabs>.current>a:hover{border-color:transparent #ddd #ddd}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px}.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}.tabs-left>.nav-tabs>li>a{margin-right:-1px;border-radius:4px 0 0 4px}.tabs-left>.nav-tabs>li>a:hover{border-color:#eee #ddd #eee #eee}.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover,.tabs-left>.nav-tabs .current>a,.tabs-left>.nav-tabs .current>a:hover{border-color:#ddd transparent #ddd #ddd}.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}.tabs-right>.nav-tabs>li>a{margin-left:-1px;border-radius:0 4px 4px 0}.tabs-right>.nav-tabs>li>a:hover{border-color:#eee #eee #eee #ddd}.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover,.tabs-right>.nav-tabs .current>a,.tabs-right>.nav-tabs .current>a:hover{border-color:#ddd #ddd #ddd transparent}.nav>.disabled>a{color:#666}.nav>.disabled>a:hover{text-decoration:none;background-color:transparent;cursor:default}.nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current),.nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current){background:#62c462;background:-webkit-gradient(top,top,color-stop(0,#62c462),color-stop(100%,#40a943));background:linear-gradient(to bottom,#62c462 0,#40a943 100%);border-radius:4px 4px 0 0;margin-right:2px}.nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current)>a.MainNavAnchor,.nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current)>a.MainNavAnchor{color:#fff!important;font-size:16px}.nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current):active,.nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current):focus,.nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current):hover,.nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current):active,.nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current):focus,.nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current):hover{background-color:#fff!important;background:#fff;background:-webkit-gradient(top,top,color-stop(0,#fff),color-stop(100%,#fff));background:linear-gradient(to bottom,#fff 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1)}.nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current):active>a.MainNavAnchor,.nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current):focus>a.MainNavAnchor,.nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current):hover>a.MainNavAnchor,.nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current):active>a.MainNavAnchor,.nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current):focus>a.MainNavAnchor,.nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current):hover>a.MainNavAnchor{color:#555!important}@media screen and (max-width:1199px){.nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2),.nav-collapse>.nav.nav-tabs:not(.user-role-toggle)>li:first-child{background:0 0;background:-webkit-gradient(top,top,color-stop(0,transparent),color-stop(100%,rgba(0,0,0,0)));background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,0) 100%)}.nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current):active,.nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current):focus,.nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current):hover,.nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current):active,.nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current):focus,.nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current):hover{background-color:transparent!important;background:0 0;background:-webkit-gradient(top,top,color-stop(0,transparent),color-stop(100%,transparent));background:linear-gradient(to bottom,transparent 0,transparent 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1)}.nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current):active>a,.nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current):focus>a,.nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current):hover>a,.nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current):active>a,.nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current):focus>a,.nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current):hover>a{color:#fff!important}.nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current)>a,.nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current)>a{background:#62c462;background:-webkit-gradient(top,top,color-stop(0,#62c462),color-stop(100%,#40a943));background:linear-gradient(to bottom,#62c462 0,#40a943 100%);border-radius:4px;color:#fff!important;text-align:center;font-size:20px;line-height:1;padding:9px 0;margin:15px 0;width:100%;box-sizing:border-box}.nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current)>a:hover,.nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current)>a:hover{background:#4fbd4f;background:-webkit-gradient(top,top,color-stop(0,#4fbd4f),color-stop(100%,#39973c));background:linear-gradient(to bottom,#4fbd4f 0,#39973c 100%)}}.navbar,.navbar-link{color:#777}.navbar{overflow:visible;margin-bottom:20px}.navbar-inner{min-height:40px;padding-left:20px;padding-right:20px;background-color:#fafafa;background-image:linear-gradient(to bottom,#fff,#f2f2f2);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);border:1px solid #d4d4d4;border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,.065)}.navbar-inner:after,.navbar-inner:before{display:table;content:"";line-height:0}.navbar .container{width:auto}.nav-collapse.collapse{height:auto}.navbar .brand{float:left;display:block;padding:10px 20px;margin-left:-20px;font-size:20px;font-weight:200;color:#777;text-shadow:0 1px 0 #fff}.navbar .brand:hover{text-decoration:none}.navbar-text{margin-bottom:0;line-height:40px}.navbar-link:hover{color:#333}.navbar .divider-vertical{height:40px;margin:0 9px;border-left:1px solid #f2f2f2;border-right:1px solid #fff}.navbar .btn,.navbar .btn-group{margin-top:5px}.navbar .btn-group .btn,.navbar .input-append .btn,.navbar .input-prepend .btn{margin-top:0}.navbar-form{margin-bottom:0}.navbar-form:after,.navbar-form:before{display:table;content:"";line-height:0}.navbar .nav>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu:before{content:'';position:absolute;display:inline-block}.navbar-form .checkbox,.navbar-form .radio,.navbar-form input,.navbar-form select{margin-top:5px}.navbar-form .btn,.navbar-form input,.navbar-form select{display:inline-block;margin-bottom:0}.navbar-form input[type=image],.navbar-form input[type=checkbox],.navbar-form input[type=radio]{margin-top:3px}.navbar-form .input-append,.navbar-form .input-prepend{margin-top:6px;white-space:nowrap}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0}.navbar-search{position:relative;float:left;margin-top:5px;margin-bottom:0}.navbar-search .search-query{margin-bottom:0;padding:4px 14px;font-family:Arial,Helvetica LT,Sans-Serif;font-size:13px;font-weight:400;line-height:1;border-radius:15px}.navbar-static-top{position:static;width:100%;margin-bottom:0}.navbar-static-top .navbar-inner{border-radius:0}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{border-width:0 0 1px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.1),0 1px 10px rgba(0,0,0,.1)}.navbar-fixed-bottom .navbar-inner{border-width:1px 0 0;box-shadow:inset 0 1px 0 rgba(0,0,0,.1),0 -1px 10px rgba(0,0,0,.1)}.navbar-fixed-bottom .navbar-inner,.navbar-fixed-top .navbar-inner{padding-left:0;padding-right:0;border-radius:0}.navbar-fixed-bottom .container,.navbar-fixed-top .container,.navbar-static-top .container{width:936px}.navbar-fixed-top{top:0}.navbar-fixed-bottom{bottom:0}.navbar .nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0}.navbar .nav.pull-right{float:right;margin-right:0}.navbar .nav>li{float:left}.navbar .nav>li>a{float:none;padding:10px 15px;color:#777;text-decoration:none;text-shadow:0 1px 0 #fff}.navbar .nav .dropdown-toggle .caret{margin-top:8px}.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{background-color:transparent;color:#333;text-decoration:none}.navbar .nav>.active>a,.navbar .nav>.active>a:focus,.navbar .nav>.active>a:hover,.navbar .nav>.current>a,.navbar .nav>.current>a:focus,.navbar .nav>.current>a:hover{color:#555;text-decoration:none;background-color:#e5e5e5;box-shadow:inset 0 3px 8px rgba(0,0,0,.125)}.navbar .btn-navbar{display:none;float:right;padding:7px 10px;margin-left:5px;margin-right:5px;background-image:url(../img/btn-right.png),url(../img/btn-left.png);background-position:100% 0,0 0;background-repeat:no-repeat;background-color:#f2f2f2;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075)}.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar:active,.navbar .btn-navbar:hover,.navbar .btn-navbar[disabled]{background-position:100% 50%,0 50%}.navbar .btn-navbar.active,.navbar .btn-navbar:active{background-color:#ccc\9}.navbar .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;border-radius:1px;box-shadow:0 1px 0 rgba(0,0,0,.25)}.btn-navbar .icon-bar+.icon-bar{margin-top:3px}.navbar .nav>li>.dropdown-menu:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);top:-7px;left:9px}.navbar .nav>li>.dropdown-menu:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;top:-6px;left:10px}.navbar-fixed-bottom .nav>li>.dropdown-menu:before{border-top:7px solid #ccc;border-top-color:rgba(0,0,0,.2);border-bottom:0;bottom:-7px;top:auto}.navbar-fixed-bottom .nav>li>.dropdown-menu:after{border-top:6px solid #fff;border-bottom:0;bottom:-6px;top:auto}.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.current>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle,.navbar .nav li.dropdown.open.current>.dropdown-toggle,.navbar .nav li.dropdown.open>.dropdown-toggle{background-color:#e5e5e5;color:#555}.navbar .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#777;border-bottom-color:#777}.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.current>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.current>.dropdown-toggle .caret,.navbar .nav li.dropdown.open>.dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.navbar .nav>li>.dropdown-menu.pull-right,.navbar .pull-right>li>.dropdown-menu{left:auto;right:0}.navbar .nav>li>.dropdown-menu.pull-right:before,.navbar .pull-right>li>.dropdown-menu:before{left:auto;right:12px}.navbar .nav>li>.dropdown-menu.pull-right:after,.navbar .pull-right>li>.dropdown-menu:after{left:auto;right:13px}.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu,.navbar .pull-right>li>.dropdown-menu .dropdown-menu{left:auto;right:100%;margin-left:0;margin-right:-1px;border-radius:6px 0 6px 6px}.navbar-inverse{color:#666}.navbar-inverse .navbar-inner{background-color:#1b1b1b;background-image:linear-gradient(to bottom,#222,#111);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);border-color:#252525}.navbar-inverse .brand,.navbar-inverse .nav>li>a{color:#666;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover{color:#fff}.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{background-color:transparent;color:#fff}.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:focus,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .current>a,.navbar-inverse .nav .current>a:focus,.navbar-inverse .nav .current>a:hover{color:#fff;background-color:#111}.navbar-inverse .navbar-link{color:#666}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .divider-vertical{border-left-color:#111;border-right-color:#222}.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open>.dropdown-toggle{background-color:#111;color:#fff}.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#666;border-bottom-color:#666}.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-search .search-query{color:#fff;background-color:#515151;border-color:#111;box-shadow:inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.15);transition:none}.navbar-inverse .navbar-search .search-query:-moz-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query.focused,.navbar-inverse .navbar-search .search-query:focus{padding:5px 15px;color:#333;text-shadow:0 1px 0 #fff;background-color:#fff;border:0;box-shadow:0 0 3px rgba(0,0,0,.15);outline:0}.navbar-inverse .btn-navbar{background-image:url(../img/btn-right.png),url(../img/btn-left.png);background-position:100% 0,0 0;background-repeat:no-repeat;background-color:#151515;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar[disabled]{background-position:100% 50%,0 50%}.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar:active{background-color:#000\9}.btn-navbar{margin:15px 40px 10px 10px;border:1px solid rgba(255,255,255,.5);border-radius:4px;display:inline-block;float:right;padding:10px;cursor:pointer;font-weight:700}.btn-navbar:hover{color:#6f94b8;text-decoration:none}.nav-collapse .nav.user-role-toggle{padding:10px 10px 0;border-image:none;border-bottom:1px solid #184e7f}.nav-collapse .nav.user-role-toggle li{float:left;text-align:center;margin-bottom:-3px}.nav-collapse .nav.user-role-toggle li:hover a{color:#def}.nav-collapse .nav.user-role-toggle li a{color:#85a6c6;padding:9px 0}.nav-collapse .nav.user-role-toggle li a:hover{background-color:#184e7f;color:#def;border-radius:4px 4px 0 0}.nav-collapse .nav-tabs li{list-style-type:none}.nav-collapse .nav-tabs li a,.nav-collapse .nav-tabs li.home a,.nav-collapse .nav-tabs li.parent a{line-height:30px;font-size:18px;color:#def;width:100%}.nav-collapse .nav-tabs li a:hover,.nav-collapse .nav-tabs li.home a:hover,.nav-collapse .nav-tabs li.parent a:hover{color:#184e7f;text-decoration:none}.nav-collapse .nav-tabs li.parent ul{margin-left:28px;list-style-type:none}.nav-collapse .nav-tabs li.parent ul li a{color:#85a6c6;font-size:15px}.nav-collapse .nav-tabs li.parent ul li.parent ul li{list-style-type:disc;margin-left:18px}ul.user-role-toggle{margin-top:3px;border-image:url(../img/toggleUnderline.jpg) 1 1 stretch;border-top:0 solid transparent;border-left:0 solid transparent;border-right:0 solid transparent}ul.user-role-toggle li a:hover{background-color:#184E7F;color:#DEF}ul.user-role-toggle li a{color:#85A6C6}ul.user-role-toggle li.active a{border:1px solid #184E7F;border-bottom:none transparent;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNjE4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTNiNzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:linear-gradient(to bottom,#2e618d 0,#013b70 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e618d', endColorstr='#013b70', GradientType=0);color:#6F94B8}.ie9 ul.user-role-toggle li.active a{filter:none}.view-as{text-align:center;color:#fff;margin-right:5px;font-weight:300;padding-top:1px}.header-phone{text-align:right;font-weight:500;color:#fff;font-size:21px;margin-top:15px}.pull-right .nav{font-size:14px;margin-bottom:10px;font-weight:300}.pull-right .nav-tabs>li>a{padding:3px 0 2px;margin:0 4px;color:#5d81a5;line-height:1.1}.pull-right ul.user-role-toggle li.active a{border:none;border-bottom:3px solid #62c462;background:0 0;color:#cfe6ff}.pull-right ul.user-role-toggle li a:hover{background-color:#013B70}@media (max-width:767px){.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{margin-left:-20px;margin-right:-20px}}@media (max-width:480px){.nav-collapse{-webkit-transform:translate3d(0,0,0)}.mainNav{font-family:proxima-nova-extra-condensed,Arial,Helvetica LT,sans-serif;font-weight:700;display:none}.ltIE9 .mainNav{font-family:proxima-nova-extra-condensed-n7,Arial,Helvetica LT,sans-serif;font-weight:400}.nav-collapse ul ul{margin-left:5px}}
.footer ul li,.on-page-nav ul li{list-style-type:none}.Benefits,.HomeJoinCallout,.footer-sub,.less-than,h1.page-title{text-align:center}.clearfix:after,.clearfix:before{display:table;content:"";line-height:0}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;box-sizing:border-box}body{background:#fff}.facebookLike{height:23px}.blue{color:#003A70}hr{background-color:#D2D2D2}.header{z-index:20;width:100%}@media screen and (max-width:1199px){.header{overflow:scroll;max-height:100%}}.header-logo{margin:10px;display:block}.header-search{background-color:#2E618D;border-radius:0 0 8px 8px;padding:5px 20px}.header-search input[type=text]{color:#DEF;margin-top:1px;height:18px;border:1px solid #507CA3;background:#254e71;background:linear-gradient(to bottom,#254e71 0,#2e608c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#254e71', endColorstr='#2e608c', GradientType=0)}.header-search button{background:url(../img/btn-search.jpg) no-repeat;height:30px;width:30px}.header-search button:hover{background-position:0 0;border:transparent}.shadow{position:relative;z-index:15;width:100%;min-height:18px;display:block;top:0}.content .shadow{background-position:0 -9px}.footer-sub{background-color:#ebe5e0;padding-bottom:30px;padding-top:30px}.footer-sub a.btn{padding:10px 40px}.footer{min-height:280px;font-size:12px;padding:60px 0 30px;z-index:1}.footer a{color:#FCA}.footer .span5{border-left:1px dotted #AA9580;height:100%}.footer .footer-newsletter-signup{padding:0 20px}.footer2,.footer2 a{color:#876}.footer2 .nav{margin:10px 0}.footer2 .nav a{line-height:30px}.footer2 .footer-logo{margin-left:20px}.socialLinks{display:block;padding:0 0 20px 20px}.socialLinks a{height:56px;width:56px;text-indent:-999px;display:inline-block;background:url(../img/icon-socialMedia.jpg) no-repeat;float:left;margin-right:20px}.socialLinks #facebook{background-position:0 0}.socialLinks #twitter{background-position:48% 0}.socialLinks #youtube{background-position:97% 0}.footer-search{display:block;padding:0 0 0 20px}.footer-search input[type=text]{color:#DEF;margin-top:1px;height:18px;border:1px solid #867E76;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhNGY0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MDYyNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:linear-gradient(to bottom,#5a4f44 0,#706254 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a4f44', endColorstr='#706254', GradientType=0)}.footer-search button{background:url(../img/btn-search-brown.jpg) no-repeat;height:30px;width:30px}.footer2{background-color:#4F453B;min-height:80px;padding:20px}.footer-logo{width:80px;height:30px;display:inline-block}.footer2 ul.nav li{display:inline;float:left;margin-right:20px}.subHeader{min-height:200px;background:top center no-repeat #81A5BA;background-size:auto 100%}@media screen and (min-width:1200px){.subHeader{background-size:1200px auto}}.subHeader .container{background:rgba(255,255,255,.9)}.subHeader .video-wrapper{position:relative;padding-top:0}.subHeader .video-wrapper::after,.subHeader .video-wrapper::before{position:absolute;transition:all .5s;opacity:0;z-index:2}.subHeader .video-wrapper::before{content:'Click to toggle sound';bottom:1em;right:3em;font-size:1rem;color:#fff;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.subHeader .video-wrapper::after{content:'';bottom:.85em;right:1.25em;width:2em;height:2em;background:url(../img/glyphicons-halflings-white.png) 79% 16% no-repeat;background-size:700px}.subHeader .video-wrapper.show-muted::before,.subHeader .video-wrapper.show-muted:after,.subHeader .video-wrapper:hover::before,.subHeader .video-wrapper:hover:after{opacity:.9}.subHeader .video-wrapper .CMWrapper iframe{position:static}.subHeader .hero-video{max-width:100%;height:auto}@media screen and (min-width:767px){.subHeader .container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.subHeader .container::after,.subHeader .container::before{display:none}.subHeader .HomeJoinCallout{margin:0 0 35px}}@media screen and (min-width:1200px){.subHeader .HomeJoinCallout{font-size:60px}}.subHeader img.headerSlide{margin:0 0 0 -590px;position:relative;left:50%;z-index:-1;border:0;height:320px;width:1180px;vertical-align:middle}.HomeJoinCallout{color:#716355;font-size:48px;line-height:1.1;margin:35px 0}.HomeJoinCallout span{font-family:proxima-nova-extra-condensed,Arial,Helvetica LT,sans-serif;font-weight:700;color:#73AD38;text-transform:uppercase;font-size:20px;top:-.35em;position:relative}.ltIE9 .HomeJoinCallout span{font-family:proxima-nova-extra-condensed-n7,Arial,Helvetica LT,sans-serif;font-weight:400}.Benefits{border:1px dotted #97B9D1;border-left:none transparent;border-right:none transparent;display:block;margin:18px 0;padding:18px 0}.Benefits a{display:block;color:#003970}.ClassCallout{background:url(../img/shadow.png) repeat-x #97B9D1;border-radius:0 0 0 20px;-moz-border-radius:0 0 0 20px;padding:20px}.home-leftcol{float:left}.HomeCallouts.span8{margin-bottom:-45px;float:right}.OurLocations img,.greenBox img{border-radius:0 0 0 40px}.greenBox{background:url(../img/shadow.png) repeat-x #74AF38;color:#fff;padding-bottom:20px;display:-ms-flexbox;display:flex}.FeaturedPerson,.OurLocations{width:100%;height:auto;padding:0 0 20px}@media screen and (max-width:767px){.greenBox{-ms-flex-direction:column;flex-direction:column}.greenBox .right{-ms-flex-order:1;order:1}.greenBox .left{-ms-flex-order:2;order:2}}.FeaturedPerson{background:url(../img/shadow.png) repeat-x #2E618D;color:#DDEDFF;display:block}.FeaturedPerson img{border-radius:0 0 40px;-moz-border-radius:0 0 40px}.FeaturedPerson a{color:#6ae}.FeaturedPerson a:hover{color:#9cf}.OurLocations{background:url(../img/shadow.png) repeat-x #716355;color:#fff;display:block}.OurLocations a{font-family:proxima-nova-extra-condensed,Arial,Helvetica LT,sans-serif;font-weight:700;color:#FCA;font-size:21px;display:block;line-height:1.75}.ltIE9 .OurLocations a{font-family:proxima-nova-extra-condensed-n7,Arial,Helvetica LT,sans-serif;font-weight:400}.FeaturedPerson a.btn,.OurLocations a.btn,.greenBox a.btn{color:#fff;font-size:14px;font-family:proxima-nova,Arial,Helvetica LT,sans-serif;font-weight:400;display:inline-block}.ltIE9 .FeaturedPerson a.btn,.ltIE9 .OurLocations a.btn,.ltIE9 .greenBox a.btn{font-family:proxima-nova-n4,Arial,Helvetica LT,sans-serif;font-weight:400}.CMSBased .content .container{background:#fff;position:relative;z-index:2}.CMSBased .content .shadow{background-position:0 0}.BreadCrumbBox{padding:20px 0 10px;margin:0}.on-page-nav,.on-page-nav ul{margin:20px auto;width:100%}.optional-row [class*=span]{min-height:0!important}.role-admin .optional-row [class*=span]{min-height:30px!important}.on-page-nav ul{display:-ms-flexbox;display:flex}.on-page-nav ul li{display:-ms-flexbox;display:flex;padding-right:1px;-ms-flex:1 auto;flex:1 auto}.on-page-nav ul li a{padding:10px 15px;background:#716355;background:-webkit-gradient(top,top,color-stop(0,#716355),color-stop(100%,#4e453b));background:linear-gradient(to bottom,#716355 0,#4e453b 100%);color:#fff;font-family:proxima-nova,Arial,Helvetica LT,sans-serif;font-weight:700;text-transform:uppercase;font-size:13px;line-height:1;display:block;text-align:center;-ms-flex-align:center;align-items:center;-ms-flex:1 auto;flex:1 auto;margin-bottom:1px}.ltIE9 .on-page-nav ul li a{font-family:proxima-nova-n7,Arial,Helvetica LT,sans-serif;font-weight:400}.on-page-nav ul li a:hover{text-decoration:none;background:#62564a;background:-webkit-gradient(top,top,color-stop(0,#62564a),color-stop(100%,#403830));background:linear-gradient(to bottom,#62564a 0,#403830 100%)}.hero,.request-cta,.try-cta{background-repeat:no-repeat;background-size:cover}.flexslider{float:right;width:100%}.hero{height:421px;background-image:url(../img/hdr-hero.jpg);background-position:center;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end}.includes,h1.page-title{display:-ms-flexbox;font-family:"Proxima Nova",Arial,Helvetica LT,sans-serif}h1.page-title{display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:124px;background-color:rgba(1,59,112,.64);margin:0;font-size:50px;font-weight:400;color:#fff;padding-top:43px}@media (max-width:450px){h1.page-title{padding-top:22px}}.less-than{font-family:"Proxima Nova",Arial,Helvetica LT,sans-serif;font-size:28px;line-height:26px;font-weight:100;color:#013b70;margin:50px auto}.less-than h2{font-size:36px;margin:0 auto 5px;line-height:40px;font-weight:400}.cta{margin:0 auto;vertical-align:top;height:auto;font-family:"Proxima Nova",Arial,Helvetica LT,sans-serif}.request-cta,.try-cta{background-position:top center;width:270px;height:270px;margin:0 auto 40px}.try-cta{background-image:url(../img/try-cta.jpg)}.request-cta{background-image:url(../img/request-cta.jpg)}.request-cta h2,.try-cta h2{position:relative;top:145px;left:30px;color:#fff;font-size:36px;font-weight:600}.ctas .benefit{padding:0;text-align:left}.benefits,.ctas{font-family:"Proxima Nova",Arial,Helvetica LT,sans-serif;max-width:640px;height:auto;width:100%;margin:0 auto}@media (max-width:767px){.benefits{-ms-flex-pack:center;justify-content:center}}.benefit{width:270px;height:auto;text-align:center;padding:42px;box-sizing:border-box}.benefit h3{font-size:28px;line-height:1;font-weight:400;margin-bottom:5px}.benefit p{font-size:18px;line-height:1;font-weight:300}#HomeSlideshow .item>a,.InstructorQV p .InstructorStyle,.modal-body h5,dl dt{font-weight:700}.includes{color:#fff;line-height:24px;background-color:#fc9b38;height:auto;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;width:100%}.includes-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;max-width:700px;width:100%;padding:30px}.includes-title{-ms-flex:1 0 100%;flex:1 0 100%;margin:0 0 10px;padding-bottom:10px;border-bottom:#fff 2px solid}.includes-list{width:340px}.includes-list li{padding:0;font-family:"Proxima Nova",Arial,Helvetica LT,sans-serif}.includes-list ul{font-size:17px;font-family:"Proxima Nova",Arial,Helvetica LT,sans-serif;color:#fff;line-height:27px;text-align:left;padding-left:20px;padding-right:30px}.tap-to-call,.text-center{text-align:center}.hidden{display:none;visibility:hidden}.box-padded{padding:20px}.box-padded-H,.box-padded-side{padding:0 20px}.box-padded-I{padding:20px 0}.margin-top{margin-top:20px}.margin-left{margin-left:20px}.margin-right{margin-right:20px}.margin-bottom{margin-bottom:20px}.guest .member-only,.member .guest-only{display:none!important}dl dd,dl dt{display:inline-block}dl{display:block;float:none}dl dt{width:45%;margin:0 0 5px}dl dd{width:50%;margin:0 0 5px 5%}@media (max-width:480px){dl dd,dl dt{display:block;float:none;width:100%}dl dd{margin:0 0 5px}}.custom-fit-activities>a h2,.custom-fit-activities>a img{float:left;display:inline-block}.flex-box{display:-ms-flexbox;display:flex}.flex-box div{-ms-flex:0 1 auto;flex:0 1 auto}.leftColform{background-color:#74AF38;border-radius:0 0 20px;color:#fff}.leftColform h4{padding:20px 0 20px 20px;background-color:#3A871C;margin:0}.leftColform input,.leftColform select{border-color:#3A871C}.rightColform{border-radius:20px 0 0 20px}.CustomFit{background-color:#013B70;color:#fff}.CustomFit p{color:#6ae}.custom-fit-activities>a{height:100px;width:100%;display:block}.custom-fit-activities>a:hover{text-decoration:none}.custom-fit-activities>a h2{color:#fff;padding-left:20px}.custom-fit-activities>a i{float:right;display:inline-block;color:#fff;width:30px;height:100px;text-align:center;line-height:100px}.custom-fit-activities>a:nth-child(2n){background-color:#716355}.custom-fit-activities>a:nth-child(2n) i,.custom-fit-activities>a:nth-child(2n+1){background-color:#8e7c6b}.custom-fit-activities>a:nth-child(2n+1) i{background-color:#a59687}.locationsLanding{display:-ms-flexbox;display:flex;color:#fff}.locationsLanding .span4{-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.locationsLanding .span4 h2{margin:0;line-height:1}.locationsLanding .span4 h3{line-height:1}.locationsLanding .span4 img{width:100%}.LocationHours{min-height:260px}.LocationAddress{border-top:1px dotted transparent;padding-top:25px;margin-top:20px;min-height:250px}.MainLocation{background-color:#2E618D}.MainLocation .alert{background-color:#5895c9;border-color:#2E618D;color:#fff;text-shadow:0 0 0 transparent}.MainLocation a,.MainLocation h2{color:#5CC2FF}.MainLocation .LocationAddress{border-color:#7fadd5}.MainLocation img{border-bottom:20px solid #152c40}.MainLocation .btn{color:#fff}.WomensLocation{background-color:#00b1b0}.WomensLocation .alert{background-color:#18fffe;border-color:#00b1b0;color:#fff;text-shadow:0 0 0 transparent}.WomensLocation a,.WomensLocation h2{color:#2e618d}.WomensLocation .LocationAddress{border-color:#4bfffe}.WomensLocation img{border-bottom:20px solid #004b4b}.WomensLocation .btn{color:#fff}.TiogaLocation{background-color:#74AF38}.TiogaLocation .alert{background-color:#a7d479;border-color:#74AF38;color:#fff;text-shadow:0 0 0 transparent}.TiogaLocation a,.TiogaLocation h2{color:#E8FF70}.TiogaLocation .LocationAddress{border-color:#c0e0a0}.TiogaLocation img{border-bottom:20px solid #41621f}.TiogaLocation .btn{color:#fff}.modal-body{position:relative}.CMBackground .editButton,.admin-edit-btn{position:absolute;top:0;left:-45px;background-color:#fff;border-radius:5px;padding:2px 4px 2px 30px;height:30px;background-position:8px center;border:1px solid #999;color:#000;font-weight:700;text-decoration:none}.CMBackground .editButton:hover,.admin-edit-btn:hover{opacity:1;text-decoration:none}.CMBackground .editButton:before,.admin-edit-btn:before{content:"";display:block;position:absolute;height:0;width:0;right:-17px;top:9px;border:8px solid transparent;border-left-color:#999}.admin-only,.schedule-manager-only{display:none}.role-admin .admin-only,.role-admin .schedule-manager-only,.role-schedule-manager .schedule-manager-only{display:inherit}.LoginForm input+label{display:inline;margin:5px 10px 10px}.LoginForm input[type=checkbox]{margin:0!important}.carousel-control{margin-top:0}.InstructorQV{margin-bottom:10px}.InstructorQV img{float:left;display:inline-block;margin-right:5px}.InstructorQV h5{margin:0;padding:0;line-height:1}.InstructorQV p{margin:0;line-height:1;padding:5px 0}.page-title-image{width:75px;height:75px;float:left;margin-right:15px;margin-top:10px}.thumbnail .box-padded h3:first-child,.well .box-padded h3:first-child{margin-top:0}.content .container .box-padded>.row-fluid:last-child,.content .container .box-padded>.row:last-child{min-height:400px}.carousel.slide .container{display:none}.row-padded{margin-bottom:20px}.substitute,.substitute a{color:#D50}.subHeader .SlideContent .CMBackground{z-index:20!important}.checkbox.compact{margin-bottom:0}.share-tools{float:right}.video-wrapper{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.video-wrapper iframe,.video-wrapper object{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.pilates-schedule-calendar{display:-ms-flexbox;display:flex}.pilates-schedule-calendar div.day{-ms-flex:0 0 14.2%;flex:0 0 14.2%}.pilates-schedule-calendar div.day div.box-padded-H{padding:0 5px}.pilates-schedule-calendar div.day div.box-padded-H dd,.pilates-schedule-calendar div.day div.box-padded-H dt{display:block;float:none;width:100%}.pilates-schedule-calendar div.day div.box-padded-H dd{margin-bottom:10px}@media (max-width:767px){.share-tools{float:none}.on-page-nav ul{-ms-flex-flow:row wrap;flex-flow:row wrap}.CMSBased .container{margin-bottom:0!important;padding-bottom:0!important}.footer{padding-top:20px}.pilates-schedule-calendar{display:block}.pilates-schedule-calendar div.day{width:100%;margin-top:30px}.pilates-schedule-calendar div.day div.box-padded-H{padding:0}}.header,.header ul.user-role-toggle li{margin:0}#HomeSlideshow .item>a{display:block;position:absolute;bottom:0;background-color:rgba(0,0,0,.6);color:#fff;padding:25px 50px;width:100%;font-family:proxima-nova,Arial,Helvetica LT,sans-serif;font-size:18px;text-shadow:0 0 18px #000;box-sizing:border-box}.ltIE9 #HomeSlideshow .item>a{font-family:proxima-nova-n7,Arial,Helvetica LT,sans-serif;font-weight:400}@media screen and (max-width:767px){#HomeSlideshow .item>a{position:static;background-color:#81A5BA;text-shadow:none;padding:25px 10%;min-height:110px;vertical-align:middle}#HomeSlideshow .carousel-control{top:56%}}@media screen and (max-width:450px){#HomeSlideshow .item>a{min-height:140px}}.tap-to-call{display:none;width:100%;background:#2e618d;font-weight:700;color:#fff;text-transform:uppercase;font-size:14px;padding:15px 0}@media screen and (max-width:640px){.tap-to-call{display:block}}.navbar-fixed-bottom .container,.navbar-fixed-top .container,.navbar-static-top .container{max-width:100%}.header{position:static;background:#fff;border-bottom:1px solid #979797!important}.header .nav-pills:after,.header .nav-pills:before,.header .nav-tabs:after,.header .nav-tabs:before{display:none}.header .top-nav{background:#013B70;text-align:right}.header .top-nav .header-phone{display:inline;padding-right:3em}.header .top-nav .header-phone a,.header .top-nav .header-phone a:focus,.header .top-nav .header-phone a:hover{color:#fff}.header .top-nav ul{display:inline}.header .top-nav li{display:inline;float:none}.header .top-nav a{display:inline-block}.header ul.user-role-toggle li a{display:inline-block;margin:0;padding-right:2em;padding-left:2em;background:#F5F2EF;color:#A0A0A0;border-radius:0;border:0}.header ul.user-role-toggle li a:hover{color:#013B70}.header ul.user-role-toggle li.active a{background:#9DC770;color:#fff}.header ul.user-role-toggle li.view-as{padding-right:.5em}@media screen and (min-width:1200px){.header>.container{box-sizing:border-box;padding:0 100px}}.header .header-logo{float:left;margin:15px 0;width:26%}.header ul.mainNav{float:right;width:74%;margin:40px 0}.header .nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current),.header .nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current){float:right;margin:0;background:0 0}.header .nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current)>a.MainNavAnchor,.header .nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current)>a.MainNavAnchor{padding:.5em 1.25em;border:1px solid #97C36A;border-radius:3em;background:0 0;color:#9DC770!important}.header ul.popUp.menu>li>a{color:#A0A0A0}.header ul.popUp.menu>li:focus>a,.header ul.popUp.menu>li:hover>a{color:#013B70}.header .mainNav>.active>a,.header .mainNav>.active>a:hover,.header .mainNav>.current>a,.header .mainNav>.current>a:hover{background:0 0;color:#013B70}.header ul.popUp.menu .guest-only ul,.header ul.popUp.menu .member-only ul{left:auto;right:0}.header .btn-navbar{color:#F59B32;border:0}.header .nav-collapse .nav.user-role-toggle{padding:0;border:0}.header .nav-collapse .nav.user-role-toggle::after{display:table;content:'';line-height:0}.ContainerFootBg,.footer .get-app br,.footer .left-col .span2,.footer .left-col .span4,.footer .span3:nth-of-type(1) br{display:none}.header .nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:first-child:not(.current),.header .nav-collapse .nav.nav-tabs:not(.user-role-toggle)>li:nth-child(2):not(.current){float:none}.header .nav-collapse .nav>li>a{color:#85a6c6}@media screen and (max-width:1200px){.header{background:#F5F2EF}}.footer{position:relative;overflow-x:hidden;padding-bottom:0;background:#F5F2EF;color:#454545}.footer .left-col{padding-right:20px;padding-left:20px}.footer .footerLinks{margin:0 0 3em}.footer .footerLinks li.parent{margin:10px 0 1rem;line-height:1;font-size:12px;font-weight:700;text-transform:uppercase}.footer .footerLinks a{font-size:14px;color:#F59B32}.footer .footer-bottom{margin-top:2rem;padding-top:1rem;border-top:1px solid #EBE5E0;color:#BBB6B2}.footer .footer-logo{float:left;margin-right:1.5rem}.footer .get-app,.footer .social-share{padding:1rem}.footer .get-app h6,.footer .social-share h6{font-weight:700;font-size:12px;line-height:1;color:#454545}.footer .social-share{background:#FBF9F8;margin-top:2rem;padding-top:1rem}.footer .get-app{background:#EBE5E0}.footer a.btn{position:relative;display:inline-block;padding:8px 14px 8px 38px;background:0 0;box-shadow:none;border:1px solid #BBB6B2;border-radius:4px;font-size:12px;color:#BBB6B2;text-transform:none;text-shadow:none}.footer a.btn:focus,.footer a.btn:hover{border-color:#454545;color:#454545}.footer .newslettersub{margin-top:22px}.footer .newslettersub br{display:none}.footer .newslettersub a.btn::before{content:'';display:block;position:absolute;top:10px;left:10px;width:18px;height:16px;background:url(../img/newsletter-icons.png) 100% 0 no-repeat}.footer .newslettersub a.btn:focus::before,.footer .newslettersub a.btn:hover::before{background-position:100% 100%}.footer .newslettersub a.btn.signup{margin-right:1rem}.footer .newslettersub a.btn.signup::before{background-position:0 0}.footer .newslettersub a.btn.signup:focus::before,.footer .newslettersub a.btn.signup:hover::before{background-position:0 100%}@media screen and (min-width:768px){.footer .footerLinks{float:left;width:25%}.footer .get-app::before,.footer .social-share::before{content:'';display:block;top:0;bottom:0;left:-4999px;width:9999px}.footer .social-share{position:relative}.footer .social-share::before{position:absolute;background:#FBF9F8;z-index:0}.footer .social-share a,.footer .social-share h6{position:relative;z-index:1}.footer .get-app{position:relative}.footer .get-app::before{position:absolute;background:#EBE5E0;z-index:0}.footer .get-app a,.footer .get-app div,.footer .get-app h6{position:relative;z-index:1}}@media screen and (min-width:1200px){.footer{overflow:hidden}.footer .left-col{float:left;position:relative;width:62%;padding:0}.footer .right-col{float:left;position:relative;width:38%;height:100%}.footer .social-share{margin:0;padding-top:0}.footer .social-share::before{top:auto;left:0;bottom:0;height:999px}.footer .get-app::before{top:0;bottom:auto;left:0;height:9999px}}.grecaptcha-badge{visibility:hidden!important}.google-recaptcha{display:block;margin:1em 0;line-height:1.2}.pricingPage .hero{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center;margin-bottom:2rem;background-image:url(../img/hero-man-pushup.jpg)}.pricingPage h1{padding:0 0 0 1em;margin:0 0 1em;max-width:6em;background:0 0;text-align:left;line-height:1;font-weight:700;text-shadow:3px 10px 18px rgba(0,0,0,.2)}.pricingPage>h1,.pricingPage>h2,.pricingPage>h3,.pricingPage>h4,.pricingPage>h5,.pricingPage>h6,.pricingPage>p{margin-right:auto;margin-left:auto;max-width:1000px}.pricingPage>h4{margin:1em auto 1.5em;line-height:1.35}.pricingPage .twoColFormWrapper{position:relative;margin:0 auto 2em;padding:12px;max-width:1000px;background:#F5F2EF}.pricingPage .formWrapper{margin:0 0 10px;padding:10px;background:#fff;box-shadow:2px 2px 30px rgba(0,0,0,.2)}.pricingPage .formWrapper h2{color:#9DC770}.pricingPage .formWrapper label{text-transform:uppercase}.pricingPage .formWrapper .infusion-field-input{box-sizing:border-box;padding:10px 8px;height:auto;width:100%;background:#FBF9F8;border:0;border-bottom:3px solid #EBE5E0;box-shadow:none}.pricingPage .formWrapper .infusion-field-input:hover{background-color:#F4F1EE}.pricingPage .formWrapper .infusion-field-input:focus{border-color:#BBB6B2}.pricingPage .formWrapper .infusion-submit input{padding:10px 25px;width:100%;background:#F80;font-size:18px;color:#fff;text-align:center;text-transform:none;transition:all .2s ease-in}.pricingPage .formWrapper .infusion-submit input:focus,.pricingPage .formWrapper .infusion-submit input:hover{background-color:#f60}.pricingPage .formContent>:first-child{margin-top:2rem}@media screen and (min-width:980px){.pricingPage .twoColFormWrapper{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:2rem 1.5rem}.pricingPage .formContent,.pricingPage .formWrapper{-ms-flex:0 1 auto;flex:0 1 auto;width:45%}.pricingPage .formWrapper{position:relative;top:1.5rem;background:0 0;box-shadow:none}.pricingPage .formWrapper::before{content:'';position:absolute;top:-1rem;right:-2rem;bottom:40px;left:-2rem;background:#fff;box-shadow:2px 2px 30px rgba(0,0,0,.2);z-index:0}.pricingPage .formWrapper>*{position:relative;z-index:1}.pricingPage .formContent>:first-child{margin-top:0}}.pricingPage.ghfPassPage .hero{-ms-flex-pack:end;justify-content:flex-end;background-image:url(/img/kettle%20bell%20couple.jpg);background-position:right}.pricingPage.ghfPassPage h1{height:auto;max-width:10em;margin-bottom:.25em}.pricingPage.ghfPassPage>h2{color:#013B70;font-weight:700}.pricingPage .formContent.overlapImage{-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:end;align-self:flex-end;margin:0 -126px -12px 0}@media screen and (min-width:980px){.pricingPage .formContent.overlapImage{margin:0 -6rem -2rem .75rem}}@media screen and (min-width:1200px){.pricingPage h1{font-size:5em}.pricingPage .formWrapper{left:-2rem}.pricingPage .formWrapper::before{right:-4rem;left:-4rem}.pricingPage .formContent.overlapImage{margin:0 -7rem -2rem -1rem}}.pricingPage .formContent.overlapImage img{width:100%;max-width:none}.infusion-field label{margin-bottom:5px!important}.infusion-field textarea{background:0 0;width:90%}.infusion-field select[multiple=multiple]{height:auto!important}.infusion-option{display:block;margin-top:8px}.infusion-option input.radio{width:20px;display:inline-block;margin-bottom:0;margin-top:0}.infusion-option label{display:inline-block}.infusion-field div[contentid=paragraph]{line-height:1.2}.infusion-field [type=submit]{background:linear-gradient(to bottom,#8DAFC7 0,#6490b3 100%)}
/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	QUICKVIEWS
	SEARCH INPUT
	QUICK CART
	SHOPPING CART POPUP
	PAGINATION
	LANGUAGE STYLES
	 ....................................... */
/* FEATURES ..................................................................*/
.homeBlogBox {
  padding: 0 20px;
  display: block;
  float: none;
}
.quickview .row-fluid:last-child {
  min-height: 50px;
}
.quickview .articleDate {
  font-family: "proxima-nova-extra-condensed", Arial, Helvetica LT, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #013B70;
  line-height: 14px;
  text-decoration: none;
  text-align: right;
  text-transform: uppercase;
  width: 20%;
  margin-right: 5%;
  float: left;
  display: inline-block;
}
.ltIE9 .quickview .articleDate {
  font-family: "proxima-nova-extra-condensed-n7", Arial, Helvetica LT, sans-serif;
  font-weight: normal;
}
.quickview .articleDate span {
  font-family: "proxima-nova", Arial, Helvetica LT, sans-serif;
  font-weight: 100;
  font-size: 42px;
  color: #86adc8;
  text-align: right;
  display: block;
  line-height: 50px;
  text-decoration: underline;
}
.ltIE9 .quickview .articleDate span {
  font-family: "proxima-nova-n1", Arial, Helvetica LT, sans-serif;
  font-weight: normal;
}
.blogDetails {
  padding-top: 6px;
  float: left;
  display: inline-block;
  width: 75%;
}
.blogDetails a {
  font-weight: bold;
  color: #333;
}
.homeBlogBox h3 img {
  margin-left: 10px;
}
.homeBlogBox .box-padded {
  padding: 0 20px;
}
.homeBlogItem .span1 .box-padded {
  padding: 0 0 0 10px;
}
/* AJAX Loading .....................................................*/
div.AJAXLoading div.loadOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 30;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
div.AJAXLoading div.loadMessage {
  display: block;
  position: fixed;
  width: 150px;
  padding: 25px 50px 25px 70px;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -125px;
  background: #fff;
  border: 1px solid #000;
  z-index: 30;
}
div.AJAXLoading div.loadMessage span {
  padding: 0 40px;
  background: transparent url(../img/loading.gif) no-repeat left center;
  display: block;
  line-height: 35px;
  height: 35px;
  margin: 0 auto;
}
/* Admin Toolbar */
.adminToolbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 352;
}
.adminToolbarWrapper {
  border-bottom: 1px solid #a9a9a9;
  background: #f4f4f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f4f4 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4f4 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f4f4 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#cccccc', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.adminToolbar a {
  position: relative;
  display: block;
  float: left;
  border-right: 1px solid #f4f4f4;
  border-left: 1px solid #aaa;
  padding: 10px 20px 9px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  color: #19568C;
  text-transform: lowercase;
  text-shadow: 0 1px 1px #fff;
}
a.adminToolbarLast {
  -webkit-box-shadow: 1px 0 0 0 #aaa;
  box-shadow: 1px 0 0 0 #aaa;
}
a.adminToolbarFirst {
  border-left: 0px none;
  color: #fff;
  text-shadow: 0 -1px 1px #0F3657;
  background: #19568C;
}
a.adminToolbarHide {
  padding-right: 35px;
  border-right: 0px none;
  background: transparent url(../admin/img/admin-toolbar-hide.png) no-repeat 54px 50%;
}
a.adminToolbarHide,
a.adminToolbarLogout {
  float: right;
}

/*! fancyBox v2.0.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.fancybox-opened {
	z-index: 1003;	
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url('../img/fancybox_loading.gif');
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-prev, .fancybox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('../img/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-prev span, .fancybox-next span {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
}

.fancybox-prev span {
	background-position: 0 -36px;
}

.fancybox-next span {
	background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
	visibility: visible;
}

.fancybox-prev:hover span {
	left: 20px;
}

.fancybox-next:hover span {
	left: auto;
	right: 20px;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
.imageDiv {
	width: 100%;
	overflow: hidden;
}
.imageDiv a {
	position: relative;
	float: left;
}
.imageDiv a span {
	display: none;
	background-image: url('../img/zoom.png');
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 15px;
	top: 15px;
}
.ie6 .imageDiv a span{
	position: static;
	height: 0;
	overflow: hidden;
}
.imageDiv img {
	border: none;
	padding: 0;
}
/*!
 * Bootstrap Responsive v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 1200px) {
  .visible-lg-desktop {
    display: inherit !important;
  }
  .hidden-lg-desktop {
    display: none !important;
  }
}
@media (min-width: 979px) and (max-width: 1199px) {
  .hidden-lg-desktop {
    display: inherit !important;
  }
  .visible-lg-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-lg-desktop {
    display: inherit !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-lg-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  a.mobile-header-logo {
    float: left;
    margin: 15px 0px 15px 40px;
    visibility: visible;
  }

  .hidden-desktop {
    display: inherit !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-lg-desktop {
    display: none !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: 0;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 0;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1200px;
  }
  .span12 {
    width: 1200px;
  }
  .span11 {
    width: 1100px;
  }
  .span10 {
    width: 1000px;
  }
  .span9 {
    width: 900px;
  }
  .span8 {
    width: 800px;
  }
  .span7 {
    width: 700px;
  }
  .span6 {
    width: 600px;
  }
  .span5 {
    width: 500px;
  }
  .span4 {
    width: 400px;
  }
  .span3 {
    width: 300px;
  }
  .span2 {
    width: 200px;
  }
  .span1 {
    width: 100px;
  }
  .offset12 {
    margin-left: 1200px;
  }
  .offset11 {
    margin-left: 1100px;
  }
  .offset10 {
    margin-left: 1000px;
  }
  .offset9 {
    margin-left: 900px;
  }
  .offset8 {
    margin-left: 800px;
  }
  .offset7 {
    margin-left: 700px;
  }
  .offset6 {
    margin-left: 600px;
  }
  .offset5 {
    margin-left: 500px;
  }
  .offset4 {
    margin-left: 400px;
  }
  .offset3 {
    margin-left: 300px;
  }
  .offset2 {
    margin-left: 200px;
  }
  .offset1 {
    margin-left: 100px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0%;
    *margin-left: -0.0534188%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9465812%;
  }
  .row-fluid .span11 {
    width: 91.66666667%;
    *width: 91.61324786%;
  }
  .row-fluid .span10 {
    width: 83.33333333%;
    *width: 83.27991453%;
  }
  .row-fluid .span9 {
    width: 75%;
    *width: 74.9465812%;
  }
  .row-fluid .span8 {
    width: 66.66666667%;
    *width: 66.61324786%;
  }
  .row-fluid .span7 {
    width: 58.33333333%;
    *width: 58.27991453%;
  }
  .row-fluid .span6 {
    width: 50%;
    *width: 49.9465812%;
  }
  .row-fluid .span5 {
    width: 41.66666667%;
    *width: 41.61324786%;
  }
  .row-fluid .span4 {
    width: 33.33333333%;
    *width: 33.27991453%;
  }
  .row-fluid .span3 {
    width: 25%;
    *width: 24.9465812%;
  }
  .row-fluid .span2 {
    width: 16.66666667%;
    *width: 16.61324786%;
  }
  .row-fluid .span1 {
    width: 8.33333333%;
    *width: 8.27991453%;
  }
  .row-fluid .offset12 {
    margin-left: 100%;
    *margin-left: 99.89316239%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 100%;
    *margin-left: 99.89316239%;
  }
  .row-fluid .offset11 {
    margin-left: 91.66666667%;
    *margin-left: 91.55982906%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 91.66666667%;
    *margin-left: 91.55982906%;
  }
  .row-fluid .offset10 {
    margin-left: 83.33333333%;
    *margin-left: 83.22649573%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 83.33333333%;
    *margin-left: 83.22649573%;
  }
  .row-fluid .offset9 {
    margin-left: 75%;
    *margin-left: 74.89316239%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 75%;
    *margin-left: 74.89316239%;
  }
  .row-fluid .offset8 {
    margin-left: 66.66666667%;
    *margin-left: 66.55982906%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 66.66666667%;
    *margin-left: 66.55982906%;
  }
  .row-fluid .offset7 {
    margin-left: 58.33333333%;
    *margin-left: 58.22649573%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 58.33333333%;
    *margin-left: 58.22649573%;
  }
  .row-fluid .offset6 {
    margin-left: 50%;
    *margin-left: 49.89316239%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 50%;
    *margin-left: 49.89316239%;
  }
  .row-fluid .offset5 {
    margin-left: 41.66666667%;
    *margin-left: 41.55982906%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 41.66666667%;
    *margin-left: 41.55982906%;
  }
  .row-fluid .offset4 {
    margin-left: 33.33333333%;
    *margin-left: 33.22649573%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 33.33333333%;
    *margin-left: 33.22649573%;
  }
  .row-fluid .offset3 {
    margin-left: 25%;
    *margin-left: 24.89316239%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25%;
    *margin-left: 24.89316239%;
  }
  .row-fluid .offset2 {
    margin-left: 16.66666667%;
    *margin-left: 16.55982906%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 16.66666667%;
    *margin-left: 16.55982906%;
  }
  .row-fluid .offset1 {
    margin-left: 8.33333333%;
    *margin-left: 8.22649573%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.33333333%;
    *margin-left: 8.22649573%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1186px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1086px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 986px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 886px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 786px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 686px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 586px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 486px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 386px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 286px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 186px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 86px;
  }
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    margin-left: 0;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: 0;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 0;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 768px;
  }
  .span12 {
    width: 768px;
  }
  .span11 {
    width: 704px;
  }
  .span10 {
    width: 640px;
  }
  .span9 {
    width: 576px;
  }
  .span8 {
    width: 512px;
  }
  .span7 {
    width: 448px;
  }
  .span6 {
    width: 384px;
  }
  .span5 {
    width: 320px;
  }
  .span4 {
    width: 256px;
  }
  .span3 {
    width: 192px;
  }
  .span2 {
    width: 128px;
  }
  .span1 {
    width: 64px;
  }
  .offset12 {
    margin-left: 768px;
  }
  .offset11 {
    margin-left: 704px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 576px;
  }
  .offset8 {
    margin-left: 512px;
  }
  .offset7 {
    margin-left: 448px;
  }
  .offset6 {
    margin-left: 384px;
  }
  .offset5 {
    margin-left: 320px;
  }
  .offset4 {
    margin-left: 256px;
  }
  .offset3 {
    margin-left: 192px;
  }
  .offset2 {
    margin-left: 128px;
  }
  .offset1 {
    margin-left: 64px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 0%;
    *margin-left: -0.0534188%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9465812%;
  }
  .row-fluid .span11 {
    width: 91.66666667%;
    *width: 91.61324786%;
  }
  .row-fluid .span10 {
    width: 83.33333333%;
    *width: 83.27991453%;
  }
  .row-fluid .span9 {
    width: 75%;
    *width: 74.9465812%;
  }
  .row-fluid .span8 {
    width: 66.66666667%;
    *width: 66.61324786%;
  }
  .row-fluid .span7 {
    width: 58.33333333%;
    *width: 58.27991453%;
  }
  .row-fluid .span6 {
    width: 50%;
    *width: 49.9465812%;
  }
  .row-fluid .span5 {
    width: 41.66666667%;
    *width: 41.61324786%;
  }
  .row-fluid .span4 {
    width: 33.33333333%;
    *width: 33.27991453%;
  }
  .row-fluid .span3 {
    width: 25%;
    *width: 24.9465812%;
  }
  .row-fluid .span2 {
    width: 16.66666667%;
    *width: 16.61324786%;
  }
  .row-fluid .span1 {
    width: 8.33333333%;
    *width: 8.27991453%;
  }
  .row-fluid .offset12 {
    margin-left: 100%;
    *margin-left: 99.89316239%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 100%;
    *margin-left: 99.89316239%;
  }
  .row-fluid .offset11 {
    margin-left: 91.66666667%;
    *margin-left: 91.55982906%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 91.66666667%;
    *margin-left: 91.55982906%;
  }
  .row-fluid .offset10 {
    margin-left: 83.33333333%;
    *margin-left: 83.22649573%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 83.33333333%;
    *margin-left: 83.22649573%;
  }
  .row-fluid .offset9 {
    margin-left: 75%;
    *margin-left: 74.89316239%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 75%;
    *margin-left: 74.89316239%;
  }
  .row-fluid .offset8 {
    margin-left: 66.66666667%;
    *margin-left: 66.55982906%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 66.66666667%;
    *margin-left: 66.55982906%;
  }
  .row-fluid .offset7 {
    margin-left: 58.33333333%;
    *margin-left: 58.22649573%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 58.33333333%;
    *margin-left: 58.22649573%;
  }
  .row-fluid .offset6 {
    margin-left: 50%;
    *margin-left: 49.89316239%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 50%;
    *margin-left: 49.89316239%;
  }
  .row-fluid .offset5 {
    margin-left: 41.66666667%;
    *margin-left: 41.55982906%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 41.66666667%;
    *margin-left: 41.55982906%;
  }
  .row-fluid .offset4 {
    margin-left: 33.33333333%;
    *margin-left: 33.22649573%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 33.33333333%;
    *margin-left: 33.22649573%;
  }
  .row-fluid .offset3 {
    margin-left: 25%;
    *margin-left: 24.89316239%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25%;
    *margin-left: 24.89316239%;
  }
  .row-fluid .offset2 {
    margin-left: 16.66666667%;
    *margin-left: 16.55982906%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 16.66666667%;
    *margin-left: 16.55982906%;
  }
  .row-fluid .offset1 {
    margin-left: 8.33333333%;
    *margin-left: 8.22649573%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.33333333%;
    *margin-left: 8.22649573%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 754px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 690px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 626px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 562px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 498px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 434px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 370px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 306px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 242px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 178px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 114px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 50px;
  }
  .custom-fit-activities h2 {
    font-size: 22px;
  }
  .locationsLanding .span4 h2 {
    height: 70px;
  }
  .locationsLanding .LocationHours,
  .locationsLanding .LocationAddress {
    min-height: 1px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  .form-custom [class*="span"],
  .form-custom .row-fluid [class*="span"],
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
  .box-padded-side {
    padding: 0;
  }
  .header .span3 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
  }
  .header .span9 {
    width: 75%;
    display: inline-block;
    vertical-align: top;
  }
  .HomeCallouts.span8 {
    margin-bottom: 0;
    float: none;
  }
  .greenBox img,
  .OurLocations img,
  .FeaturedPerson img {
    border-radius: 0;
  }
  .OurLocations .span6 {
    float: none!important;
  }
  .OurLocations .span6 img {
    width: 100%;
  }
  .ClassCallout {
    border-radius: 0;
  }
  .quickview .articleDate {
    font-family: "proxima-nova-extra-condensed", Arial, Helvetica LT, sans-serif;
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    text-align: left;
    width: auto;
  }
  .ltIE9 .quickview .articleDate {
    font-family: "proxima-nova-extra-condensed-n7", Arial, Helvetica LT, sans-serif;
    font-weight: normal;
  }
  .quickview .articleDate span {
    font-size: 28px;
    text-align: left;
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
    text-decoration: none;
  }
  .footer a {
    line-height: 30px;
  }
  .footer .footer-newsletter-signup {
    paddding: 0 20px;
  }
  .newsPressPopupWrapper {
    display: none;
  }
  .CustomFit {
    border-radius: 0;
  }
  .leftColform {
    border-radius: 0;
  }
  .header .span3 {
    float: left;
  }
  .header .span9 {
    float: left;
  }
  .locationsLanding {
    display: block;
    color: #fff;
  }
  .locationsLanding .span4 {
    display: block;
    padding: 20px;
  }
  .locationsLanding .LocationHours,
  .locationsLanding .LocationAddress {
    min-height: 1px;
  }
  h1.personnel-name {
    clear: both;
    display: block !important;
    float: none;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
  .schedule-days > li {
    display: block;
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  .header .span3 {
    width: 45%;
  }
  .header .span9 {
    width: 55%;
  }
  .header .header-logo,
  .header .btn-navbar {
    vertical-align: top;
    display: block;
  }
  .header .btn-navbar {
    margin: 10px 10px;
  }
  .class-search-input {
    width: 60%;
  }
  .HomeCallouts.span8,
  .home-leftcol {
    display: block;
    float: none!important;
    clear: both;
  }
  .ClassCallout {
    display: none;
  }
  .SlideContent {
    background: rgba(255, 255, 255, 0.94);
  }
  .blogDetails {
    width: 100%;
    margin-bottom: 10px;
  }
  .custom-fit-activities > a {
    height: auto;
    min-height: 100px;
  }
  .custom-fit-activities > a h2 {
    font-size: 22px;
    width: 100%;
    display: block;
    float: none;
  }
  .custom-fit-activities img {
    float: none;
    width: 100%;
  }
  .page-title-image {
    float: none;
    height: auto;
    margin-right: 15px;
    margin-top: 0px;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-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);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
    a.mobile-header-logo {
      visibility: hidden;
      display: none;
    }
}
@media (max-width: 1199px) {
  .user-role-toggle li {
    display: inline-block;
    width: 50%;
  }
}

/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	CONTENT REGION STYLES
	MICROSITES
	LANGUAGE STYLES
	 
	 ....................................... */

/* =CONTENT REGION STYLES
	....................................... */

a.editButton {
	display: inline-block;
	padding: 8px 0 0 22px;
	background: transparent url(../img/icon_edit.png) no-repeat 0 5px;
}
a.showApprovalDetails {
	display: block;
	padding: 1px 0 0 22px;
	outline: none;
	background: transparent url(../img/icon_rightArrow.png) no-repeat 0 3px;
}
a.showApprovalDetails.down {
	background-image: url(../img/icon_downArrow.png);
}
.editedByDiv {
	padding: 10px 22px;
}
.CMWrapper.editing{
	padding-bottom: 50px;
	position: absolute;
}
.CMWrapper.editing .CMBackground {
	background: #069;
	border: 1px solid #999;
	padding: 5px 3px;
	text-align: left;	
	z-index: 5;
}
table.CMTop {
	margin: 0;
}
table.CMTop td {
	border: 0px none;
}
.CMTop label {
	display: inline;
	color: #fff;
}
.reWrapper {
	position: inherit !important;
}
.CMWrapper .reResizeCell div {
	background-image: url(../img/radResizer.gif);
	background-position: center top;
}
.CMWrapper .reResizeCell div:hover {
	background-position: center bottom;
}
ul.popUp.editPage {
	width: auto;
	float: left;
	z-index: 41;
}
ul.popUp.editPage ul {
	left: 0;
	top: 32px;
	background: #fff;
	border: 1px solid #aaa;
	padding: 0;
	-webkit-box-shadow: -2px 16px 16px 3px rgba(0, 0, 0, 0.2);
	box-shadow: -2px 16px 16px 3px rgba(0, 0, 0, 0.2);
}
ul.popUp.editPage ul li {
	float: none;
	/*width: 210px;*/
}
ul.popUp.editPage ul a {
	display: block;
	float: none;
	padding-top: 9px;
	padding-bottom: 9px;
	border: 0px none;
	font-weight: normal;
	text-transform: none;
}
ul.popUp.editPage ul a:hover {
	background: #DDEDFA;
	text-decoration: none;
}
.regionInFocus {
	background-color: #ff9;
}

/* =MICROSITES
	....................................... */
div.microsites div.eventsList {
	width: 100%;
}
div.microsites {
	margin: 20px 0;
}
div.micrositeListing input#ctl00_ContentWindow_uxMicrositeListing_uxSearch {
	margin-left: 5px;
}
span.micrositeLocation {
	font-size: 88%;
	color: #999;
}
div.microsites div.eventsList img {
	background-color: #CCCCCC;
	border: 2px solid #386BA0;
}
a.pageButton {
}
