/*******************************
Main site stylesheet
********************************/

/* Import wysiwyg styles */
/* Styles used in wysiwyg interface. */
@import url(Lighthouse/css/MSStandard_wysiwyg.css);
/* Special wysiwyg styles defined for this site */
@import url(style_wysiwyg.css);

@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
/*!
 * Bootstrap v2.0.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 {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
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: "";
}
.clearfix:after {
  clear: both;
}
body {
  margin: 0;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #555555;
  background-color: #ffffff;
}
a {
  color: #00a87e;
  text-decoration: none;
}
a:hover {
  color: #005c45;
  text-decoration: underline;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.span1 {
  width: 60px;
}
.span2 {
  width: 140px;
}
.span3 {
  width: 220px;
}
.span4 {
  width: 300px;
}
.span5 {
  width: 380px;
}
.span6 {
  width: 460px;
}
.span7 {
  width: 540px;
}
.span8 {
  width: 620px;
}
.span9 {
  width: 700px;
}
.span10 {
  width: 780px;
}
.span11 {
  width: 860px;
}
.span12,
.container {
  width: 940px;
}
.offset1 {
  margin-left: 100px;
}
.offset2 {
  margin-left: 180px;
}
.offset3 {
  margin-left: 260px;
}
.offset4 {
  margin-left: 340px;
}
.offset5 {
  margin-left: 420px;
}
.offset6 {
  margin-left: 500px;
}
.offset7 {
  margin-left: 580px;
}
.offset8 {
  margin-left: 660px;
}
.offset9 {
  margin-left: 740px;
}
.offset10 {
  margin-left: 820px;
}
.offset11 {
  margin-left: 900px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid > [class*="span"] {
  float: left;
  margin-left: 2.127659574%;
}
.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid > .span1 {
  width: 6.382978723%;
}
.row-fluid > .span2 {
  width: 14.89361702%;
}
.row-fluid > .span3 {
  width: 23.404255317%;
}
.row-fluid > .span4 {
  width: 31.914893614%;
}
.row-fluid > .span5 {
  width: 40.425531911%;
}
.row-fluid > .span6 {
  width: 48.93617020799999%;
}
.row-fluid > .span7 {
  width: 57.446808505%;
}
.row-fluid > .span8 {
  width: 65.95744680199999%;
}
.row-fluid > .span9 {
  width: 74.468085099%;
}
.row-fluid > .span10 {
  width: 82.97872339599999%;
  margin-right: 0px;
}
.row-fluid > .span11 {
  width: 91.489361693%;
}
.row-fluid > .span12 {
  width: 99.99999998999999%;
}
.container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 9px;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
p small {
  font-size: 10px;
  color: #999999;
}
.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
/*h2 {
  font-size: 24px;
  line-height: 36px;
}*/
h2 small {
  font-size: 18px;
}
h3 {
  line-height: 27px;
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
  line-height: 1;
}
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 9px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999999;
}
abbr {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  line-height: 18px;
  font-style: normal;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */

}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* 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: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  width: 220px;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  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,
textarea {
  -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 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -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);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
.textarea-wide {
  width:360px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 50px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 210px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 290px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 370px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 530px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 690px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 770px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 850px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 930px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 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 input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 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 input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 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;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid: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: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.uneditable-input {
  display: block;
  background-color: #ffffff;
  border-color: #eee;
  -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;
}
:-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  color: #999999;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 9px;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
  *zoom: 1;
}
.input-prepend:before,
.input-append:before,
.input-prepend:after,
.input-append:after {
  display: table;
  content: "";
}
.input-prepend:after,
.input-append:after {
  clear: both;
}
.input-prepend input,
.input-append input,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  margin-right: -1px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  color: #999999;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.input-append input,
.input-append .uneditable-input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc;
}
.input-append .add-on {
  margin-right: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:first-child {
  *margin-left: -160px;
}
.input-append input:first-child + .add-on {
  *margin-left: -21px;
}
.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 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 {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  display: inline-block;
}
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on,
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on {
  vertical-align: middle;
}
.form-search .radio,
.form-inline .radio,
.form-search .checkbox,
.form-inline .checkbox {
  margin-bottom: 0;
  vertical-align: middle;
}
.control-group {
  margin-bottom: 9px;
}
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table, .tableNoLines {
  width: 100%;
  margin-bottom: 18px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.tableNoLine th,
.tableNoLines td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 0px;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table thead:first-child tr th,
.table thead:first-child tr 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: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
  border-left: 1px solid #ddd;
}
.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-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody: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;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 0;
}
.collapse.in {
  height: auto;
}
.btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  -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);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 14px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 10px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 10px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-dark.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #00a28f;
  background-image: -moz-linear-gradient(top, #00a87e, #009aa8);
  background-image: -ms-linear-gradient(top, #00a87e, #009aa8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a87e), to(#009aa8));
  background-image: -webkit-linear-gradient(top, #00a87e, #009aa8);
  background-image: -o-linear-gradient(top, #00a87e, #009aa8);
  background-image: linear-gradient(top, #00a87e, #009aa8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a87e', endColorstr='#009aa8', GradientType=0);
  border-color: #009aa8 #009aa8 #00545c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #009aa8;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #006b75 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #393939;
  background-image: -moz-linear-gradient(top, #454545, #262626);
  background-image: -ms-linear-gradient(top, #454545, #262626);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#262626));
  background-image: -webkit-linear-gradient(top, #454545, #262626);
  background-image: -o-linear-gradient(top, #454545, #262626);
  background-image: linear-gradient(top, #454545, #262626);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#262626', GradientType=0);
  border-color: #262626 #262626 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #262626;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #0c0c0c \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.large,
input[type="submit"].btn.large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.small,
input[type="submit"].btn.small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.favnav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.favnav > li > a {
  display: block;
}
.favnav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.favnav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.favnav li + .nav-header {
  margin-top: 9px;
}

.favnav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.favnav-tabs .open .dropdown-toggle,
.favnav-pills .open .dropdown-toggle,
.favnav > .open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.favnav .open .caret,
.nfavav .open.active .caret,
.favnav .open a:hover .caret {
  border-top-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-list {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list .active > a,
.nav-list .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #00a87e;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills .active > a,
.nav-pills .active > a:hover {
  color: #ffffff;
  background-color: #00a87e;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 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,
.nav-pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  border-top-color: #00a87e;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005c45;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > .open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav .open .caret,
.nav .open.active .caret,
.nav .open a:hover .caret {
  border-top-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: hidden;
}
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below .nav-tabs .active > a,
.tabs-below .nav-tabs .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
}
.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left .nav-tabs .active > a,
.tabs-left .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right .nav-tabs .active > a,
.tabs-right .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.label {
  padding: 2px 4px 3px;
  font-size: 10.2px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label:hover {
  color: #ffffff;
  text-decoration: none;
}
.label-important {
  background-color: #b94a48;
}
.label-important:hover {
  background-color: #953b39;
}
.label-warning {
  background-color: #f89406;
}
.label-warning:hover {
  background-color: #c67605;
}
.label-success {
  background-color: #468847;
}
.label-success:hover {
  background-color: #356635;
}
.label-info {
  background-color: #3a87ad;
}
.label-info:hover {
  background-color: #2d6987;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
/*
        PSJD styles

        by Alex Roper, 2012

*/
body {
  background: #d1e9f8;
  border-top: 9px solid #2e4d94;
}
/*--- Wrappers and Background ---*/
.container {
  width: 1108px;
  position: relative;
}
.body-content {
  padding: 31px 20px;
  clear: both;
  background: #fff;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  behavior: url(js/PIE.htc);
  *zoom: 1;
}
.body-content:before,
.body-content:after {
  display: table;
  content: "";
}
.body-content:after {
  clear: both;
}
/*--- Base Typography ---*/
h1 {
  font-weight: normal;
  color: #2e4d94;
  font-size: 28px;
}
/*--- Header ---*/
.header {
  min-height: 173px;
  position: relative;
  z-index: 99;
}
h1.logo {
  top: 17px;
  left: 0;
  position: absolute;
  z-index: 0;
}
h1.logo img {
  max-width: none;
}
/*--- Utilty Nav ---*/
.utilnav {
  z-index: 10;
  position: relative;
  padding: 0 6px 8px 15px;
  min-height: 49px;
  min-width: 716px;
  float: right;
  -webkit-border-radius: 0 0 13px 13px;
  -moz-border-radius: 0 0 13px 13px;
  border-radius: 0 0 13px 13px;
  background-color: #365bb1;
  background-image: -moz-linear-gradient(top, #2e4d94, #436fdc);
  background-image: -ms-linear-gradient(top, #2e4d94, #436fdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e4d94), to(#436fdc));
  background-image: -webkit-linear-gradient(top, #2e4d94, #436fdc);
  background-image: -o-linear-gradient(top, #2e4d94, #436fdc);
  background-image: linear-gradient(top, #2e4d94, #436fdc);
  background-repeat: repeat-x;
  -pie-background: linear-gradient(#2e4d94, #436fdc);
  behavior: url(js/PIE.htc);
}
.utilnav .logged-in {
  text-align: right;
  color: #fff;
  padding: 0 25px 0 0;
  margin: 16px 37px 0 155px;
  background: url('images/down_arrow.png') 100% 2px no-repeat;
}
.utilnav .logged-in a {
  font-weight: bold;
  color: #fff;
}
.utilnav .logged-in .welcome {
  margin-right: 0.5em;
}
.content-loginbutton {
  z-index: 10;
  position: relative;
  padding: 8px 6px 8px 15px;
  min-height: 49px;
  min-width: 75px;
  -webkit-border-radius: 0 0 13px 13px;
  -moz-border-radius: 0 0 13px 13px;
  border-radius: 13px 13px 13px 13px;
  background-color: #365bb1;
  background-image: -moz-linear-gradient(top, #2e4d94, #436fdc);
  background-image: -ms-linear-gradient(top, #2e4d94, #436fdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e4d94), to(#436fdc));
  background-image: -webkit-linear-gradient(top, #2e4d94, #436fdc);
  background-image: -o-linear-gradient(top, #2e4d94, #436fdc);
  background-image: linear-gradient(top, #2e4d94, #436fdc);
  background-repeat: repeat-x;
  -pie-background: linear-gradient(#2e4d94, #436fdc);
  behavior: url(js/PIE.htc);
}
.social-btns {
  width: 155px;
  float: left;
  list-style: none;
  margin: 15px 0 0;
}
.social-btns li {
  float: left;
  margin-right: 3px;
}
.social-btns span,
.social-btns a {
  cursor: pointer;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  width: 25px;
  height: 28px;
  width: 28px;
  height: 25px;
  background-image: url('images/social_media_btns.png');
  background-repeat: no-repeat;
}
.social-btns .fb-btn {
  background-position: 0 0;
}
.social-btns .fb-btn:hover {
  background-position: 0 -25px;
}
.social-btns .twit-btn {
  background-position: -31px 0;
}
.social-btns .twit-btn:hover {
  background-position: -31px -25px;
}
.social-btns .linked-btn {
  background-position: -61px 0;
}
.social-btns .linked-btn:hover {
  background-position: -61px -25px;
}
.social-btns .email-btn {
  background-position: -92px 0;
}
.social-btns .email-btn:hover {
  background-position: -92px -25px;
}
.social-btns .sharethis-btn {
  background-position: -123px 0;
}
.social-btns .sharethis-btn:hover {
  background-position: -123px -25px;
}
.login-links {
  float: left;
  color: #fff;
}
.login-links ul {
  margin: 0;
}
.login-links li {
  font-size: 11px;
  line-height: 15px;
}
.login-links a {
  color: #fff;
}
.login-top {
  float: left;
  margin: 15px 12px 0 12px;
}
.login-top form {
  margin: 0;
}
.login-top input {
  vertical-align: top;
}
.login-top input.text {
  padding: 5px 12px;
  border: 0 none;
  width: 138px;
  height: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(js/PIE.htc);
  line-height: 15px;
  color: #2e4d94;
  margin: 0 4px 0 0;
  font-family: Arial, sans-serif;
}
.login-top input.text :-moz-placeholder {
  color: #2e4d94;
}
.login-top input.text ::-webkit-input-placeholder {
  color: #2e4d94;
}
button.login-top-submit,
a.login-top-submit {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  display: inline-block;
  width: 25px;
  height: 53px;
  width: 53px;
  height: 25px;
  margin: 0;
  background: url('images/login_top_submit.png') 0 0 no-repeat;
}
button.login-top-submit:hover {
  background-position: 0 -25px;
}
/*--- Nav ---*/
.nav,
.nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav {
  line-height: 1.0;
  /* fixes IE7 'sticky bug' */

}
.nav ul {
  position: absolute;
  top: -999em;
  width: 235px;
}
.nav ul li {
  width: 100%;
}
.nav li:hover {
  visibility: inherit;
}
.nav li {
  float: left;
  position: relative;
}
.nav a {
  display: block;
  position: relative;
}
.nav li:hover ul,
.nav li.sfHover ul {
  left: 0;
  top: 70px;
  z-index: 99;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
  top: -999em;
}
.nav li li:hover li ul,
.nav li li.sfHover li ul {
  top: -999em;
}
.nav li li:hover ul,
.nav li li.sfHover ul {
  left: 235px;
  top: 0;
}
.nav li li li:hover ul,
.nav li li li.sfHover ul {
  left: 235px;
  top: 0;
}
.nav {
  float: right;
  margin: 46px 0 0;
  list-style: none;
  width: 737px;
}
.nav li a {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  height: 70px;
  background: url('images/nav_sprite.png') 0 0 no-repeat;
}
.nav li li {
  background: #4875ea;
  border-top: 1px solid #a5bbf5;
}
.nav li li a {
  padding: 6px 18px;
  text-indent: 0;
  color: #fff;
  background: none;
  overfow: visible;
  width: 100%;
  height: auto;
}
.nav li li:hover {
  background-color: #fff;
}
.nav li li:hover a {
  color: #00a87e;
  text-decoration: none;
}
.nav li li:hover li {
  background-color: #4bad7f;
  border-top: 1px solid #98ceb6;
}
.nav li li:hover li a {
  color: #fff;
}
.nav li li:hover li:hover {
  background-color: #fff;
}
.nav li li:hover li:hover a {
  color: #00a87e;
}
.nav li .last a {
  border: 0 none;
}
.nav ul {
  float: left;
  margin: 0;
  background: #fff;
  -webkit-box-shadow: 2px 3px 1px #a3a3a3;
  -moz-box-shadow: 2px 3px 1px #a3a3a3;
  box-shadow: 2px 3px 1px #a3a3a3;
}
.nav .sub-indicator {
  background-image: url('images/sub_indicator.png');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.nav li li:hover ul,
.nav li li.sfHover ul {
  top: -1px;
}
.nav #nav-about a {
  width: 143px;
  background-position: 0 0;
}
.nav #nav-about.active a,
.nav #nav-about:hover a {
  background-position: 0 -72px;
}
.nav #nav-about li a {
  width: auto;
}
.nav #nav-search a {
  width: 239px;
  background-position: -143px 0;
}
.nav #nav-search.active a,
.nav #nav-search:hover a {
  background-position: -143px -72px;
}
.nav #nav-search li a {
  width: auto;
}
.nav #nav-resource a {
  width: 171px;
  background-position: -382px 0;
}
.nav #nav-resource.active a,
.nav #nav-resource:hover a {
  background-position: -382px -72px;
}
.nav #nav-resource li a {
  width: auto;
}
.nav #nav-post-job a {
  width: 184px;
  background-position: -553px 0;
}
.nav #nav-post-job.active a,
.nav #nav-post-job:hover a {
  background-position: -553px -72px;
}
.nav #nav-post-job li a {
  width: auto;
}
/*--- Features ---*/
.features-box {
  float: left;
  margin: 0 15px 22px 0;
  padding: 23px 7px 9px 22px;
  min-height: 370px;
  width: 741px;
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: -ms-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#d4d4d4));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: -o-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: linear-gradient(top, #f5f5f5, #d4d4d4);
  background-repeat: repeat-x;
  -pie-background: linear-gradient(#f5f5f5, #d4d4d4);
  behavior: url(js/PIE.htc);
  position: relative;
  -webkit-box-shadow: 1px 2px 5px #cfcfcf;
  -moz-box-shadow: 1px 2px 5px #cfcfcf;
  box-shadow: 1px 2px 5px #cfcfcf;
}
.features-box .advanced-search {
  margin: 0;
}
.features-box .advanced-search a {
  color: #696969;
  font-weight: bold;
  padding: 0 9px;
}
.feature {
  float: left;
  width: 233px;
  margin: 0 14px 0 0;
  color: #2e4d94;
}
.feature-img {
  display: block;
  border: 10px solid #fff;
  border-bottom: 0 none;
}
h2.feature-title {
  width: 47px;
  height: 233px;
  width: 233px;
  height: 47px;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  background-image: url('images/feature_title_sprite.png');
  background-repeat: no-repeat;
  padding: 0;
  margin: 0 0 10px;
}
.feature-search h2.feature-title {
  background-position: 0 0;
}
.feature-search a:hover h2.feature-title {
  background-position: 0 -49px;
}
.feature-learn h2.feature-title {
  background-position: -235px 0;
}
.feature-learn a:hover h2.feature-title {
  background-position: -235px -49px;
}
.feature-post h2.feature-title {
  background-position: -470px 0;
}
.feature-post a:hover h2.feature-title {
  background-position: -470px -49px;
}
.feature-desc {
  padding: 0 9px;
}
.feature-desc p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 0 6px;
  line-height: 17px;
}
.feature-search-form {
  padding: 0 0 0 9px;
  margin: 0 0 6px;
}
.feature-search-form input.text {
  line-height: 16px;
  border: 0 none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url(js/PIE.htc);
  position: relative;
  width: 105px;
  padding: 0px 8px 0px;
  margin-bottom: 3px;
  font-family: Arial, sans-serif;
}
.feature-search-form input.text :-moz-placeholder {
  color: #5d5d5d;
}
.feature-search-form input.text ::-webkit-input-placeholder {
  color: #5d5d5d;
}
button.feature-search-submit {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  display: inline-block;
  width: 21px;
  height: 59px;
  width: 59px;
  height: 21px;
  margin: 0 0 3px;
  background: url('images/feature_search_submit.png') 0 0 no-repeat;
}
button.feature-search-submit:hover {
  background-position: 0 -21px;
}
/*--- Homepage Carousel ---*/
.carousel-box {
  float: left;
  margin: 0 0 22px;
  width: 258px;
  padding: 6px 12px;
  min-height: 393px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #679dd2;
  background-image: -moz-linear-gradient(top, #8acdf0, #3355a4);
  background-image: -ms-linear-gradient(top, #8acdf0, #3355a4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8acdf0), to(#3355a4));
  background-image: -webkit-linear-gradient(top, #8acdf0, #3355a4);
  background-image: -o-linear-gradient(top, #8acdf0, #3355a4);
  background-image: linear-gradient(top, #8acdf0, #3355a4);
  background-repeat: repeat-x;
  -pie-background: linear-gradient(#8acdf0, #3355a4);
  behavior: url(js/PIE.htc);
  position: relative;
  -webkit-box-shadow: 1px 2px 5px #cfcfcf;
  -moz-box-shadow: 1px 2px 5px #cfcfcf;
  box-shadow: 1px 2px 5px #cfcfcf;
}
.carousel-box .bx-window {
  border: 5px solid #ddf4fd;
  position: relative;
  background: #fff;
}
.carousel-box .bx-window .carousel {
  border: 0 none;
}
.carousel-box .bx-pager {
  margin-top: 6px;
}
.carousel-box .bx-pager a {
  font-size: 11px;
  color: #fff;
}
.carousel-box .pager-link {
  padding: 0 4px;
  border-right: 1px solid #fff;
}
.carousel-box .pager-link:last-child {
  border: 0 none;
}
.carousel-box .pager-active {
  font-weight: bold;
}
.carousel-box .bx-prev {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  width: 20px;
  height: 24px;
  width: 24px;
  height: 20px;
  background: url('images/carousel_arrows.png') 0 0 no-repeat;
  position: absolute;
  top: 142px;
  left: -7px;
}
.carousel-box .bx-prev:hover {
  background-position: 0 -20px;
}
.carousel-box .bx-next {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  width: 20px;
  height: 24px;
  width: 24px;
  height: 20px;
  background: url('images/carousel_arrows.png') -20px 0 no-repeat;
  position: absolute;
  top: 142px;
  right: -21px;
}
.carousel-box .bx-next:hover {
  background-position: -20px -20px;
}
.carousel-box .pager {
  margin: 0;
}
.carousel {
  background: #fff;
  width: 248px;
  margin: 0;
  border: 5px solid #ddf4fd;
}
.carousel-item {
  text-align: left;
  padding: 16px 23px 4px;
  background: #fff;
  width: 202px;
  min-height: 288px;
}
.carousel-item h3 {
  color: #00a77e;
  font-size: 17px;
  line-height: 1.18;
  background: url('images/carousel_title_bkg.png') left bottom repeat-x;
  padding: 0 0 22px;
  margin: 0 0 23px;
}
.carousel-item h4 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 11px;
  color: #626262;
}
.carousel-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.carousel-item li {
  color: #00a87e;
  margin: 0 0 7px;
  padding: 0 0 0 10px;
  background: url('images/carousel_bullet.png') 0 5px no-repeat;
  float: none;
  display: block;
}
.carousel-title {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  width: 48px;
  height: 258px;
  width: 258px;
  height: 48px;
  background: url('images/carousel_title.png') 0 0 no-repeat;
  margin: 0;
}
/*--- Feeds ---*/
.feeds-box {
  padding: 0 21px;
  margin-left: -24px;
  float: left;
}
.feeds-box .feed {
  width: 326px;
  margin-left: 24px;
  float: left;
}
.feed-title {
  width: 53px;
  height: 326px;
  width: 326px;
  height: 53px;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  background-image: url('images/feed_title_sprite.png');
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}
.feed-title a {
  display: block;
  width: 53px;
  height: 326px;
  width: 326px;
  height: 53px;
}
.twitter-feed .feed-title {
  background-position: 0 0;
}
.blog-feed .feed-title {
  background-position: -326px 0;
}
.popular-feed .feed-title {
  background-position: -652px 0;
}
.feed-content {
  padding-top: 8px;
  height: 254px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.twitter-feed .feed-content {
  height: 262px;
  padding: 0;
}
.twitter-feed .twtr-tweet-text {
  margin: 0 18px;
  padding: 16px 0 6px;
  border-bottom: 1px solid #d1d1d1;
}
.twitter-feed .twtr-tweet-text em {
  display: block;
  font-style: normal;
  color: #767676;
  font-size: 11px;
}
.twitter-feed .twtr-tweet-text em a {
  color: #767676;
}
.twitter-feed .twtr-tweet-wrap:last-child .twtr-tweet-text {
  border-bottom: 0 none;
}
.blog-feed h3 {
  margin: 0 18px;
  font-size: 12px;
  line-height: 1.417;
  padding: 9px 0 5px;
  border-bottom: 1px solid #d1d1d1;
  font-weight: normal;
}
.blog-feed h3:last-child {
  border-bottom: 0 none;
}
.popular-feed .feed-content {
  overflow-y: visible;
  overflow-x: visible;
  height: auto;
}
.popular-feed .feed-content h3 {
  background: url('images/double_arrow_bullet.png') 0 13px no-repeat;
  margin: 0 18px;
  padding: 9px 0 5px 15px;
  font-size: 12px;
  line-height: 1.417;
  border-bottom: 1px solid #d1d1d1;
  font-weight: normal;
}
.popular-feed .feed-content h3:last-child {
  border-bottom: 0 none;
}
/*--- Footer ---*/
.footer {
  padding: 16px 4px 10px 5px;
}
.footer p {
  color: #00529b;
  font-size: 12px;
  line-height: 1.417;
  margin: 0 0 7px;
}
.footer .email {
  font-weight: bold;
  color: #00529b;
}
.footer h4 {
  color: #00a87e;
  font-size: 15px;
  margin: 0 0 3px;
}
.pull-right {
  text-align: right;
}
/*--- Dashboard ---*/
.welcome-back,
.my-account {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: -ms-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#d4d4d4));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: -o-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: linear-gradient(top, #f5f5f5, #d4d4d4);
  background-repeat: repeat-x;
  -pie-background: linear-gradient(#f5f5f5, #d4d4d4);
  behavior: url(js/PIE.htc);
  position: relative;
  -webkit-box-shadow: 1px 2px 5px #cfcfcf;
  -moz-box-shadow: 1px 2px 5px #cfcfcf;
  box-shadow: 1px 2px 5px #cfcfcf;
  float: left;
  margin: 18px 21px 35px;
}
.welcome-back {
  margin-right: 106px;
  padding: 15px 18px 15px 22px;
  width: 420px;
}
.welcome-back h1 {
  font-size: 24px;
}
.welcome-back p {
  font-size: 13px;
  line-height: 1.61;
}
.my-account {
  margin-left: 0;
  padding: 15px 32px;
  width: 396px;
}
.my-account h1 {
  margin: 0 0 15px;
  font-size: 24px;
}
.my-account .my-acct-btn {
  display: block;
  margin: 0 0 14px;
  color: #494949;
  width: 396px;
  min-height: 60px;
  background: #ffffff url('images/my_acct_btn.jpg') 0 0 repeat-y;
}
.my-account .my-acct-btn:hover {
  text-decoration: none;
  background-position: -552px 0;
}
.my-account h3 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  float: left;
  width: 108px;
  padding: 22px 20px 10px;
  color: #fff;
}
.my-account h3.two-line {
  padding-top: 14px;
}
.my-account p {
  margin-left: 164px;
  padding: 10px 12px 1px 0;
  line-height: 1.25;
}
.welcome-box a {
  cursor: pointer;
  display: block;
  color: #fff;
  border: 10px solid #fff;
  margin: 0 13px 0 9px;
  min-height: 137px;
  background-color: #3b61bf;
  background-image: -moz-linear-gradient(top, #436fdc, #2e4d94);
  background-image: -ms-linear-gradient(top, #436fdc, #2e4d94);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#436fdc), to(#2e4d94));
  background-image: -webkit-linear-gradient(top, #436fdc, #2e4d94);
  background-image: -o-linear-gradient(top, #436fdc, #2e4d94);
  background-image: linear-gradient(top, #436fdc, #2e4d94);
  background-repeat: repeat-x;
  -pie-background: linear-gradient(#436fdc, #2e4d94);
  behavior: url(js/PIE.htc);
  position: relative;
}
.welcome-box:hover a {
  background-color: #55c390;
  background-image: -moz-linear-gradient(top, #5bd19a, #4caf81);
  background-image: -ms-linear-gradient(top, #5bd19a, #4caf81);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bd19a), to(#4caf81));
  background-image: -webkit-linear-gradient(top, #5bd19a, #4caf81);
  background-image: -o-linear-gradient(top, #5bd19a, #4caf81);
  background-image: linear-gradient(top, #5bd19a, #4caf81);
  background-repeat: repeat-x;
  -pie-background: linear-gradient(#5bd19a, #4caf81);
  behavior: url(js/PIE.htc);
  text-decoration: none;
}
.welcome-box h2 {
  float: left;
  position: absolute;
  left: 18px;
  top: 17px;
  width: 16px;
  height: 90px;
  width: 90px;
  height: 16px;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  background-image: url('images/welcome_title_sprite.png');
  background-repeat: no-repeat;
}
.welcome-box p {
  color: #fff;
  float: left;
  width: 170px;
  position: absolute;
  left: 18px;
  bottom: 5px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.21;
}
.welcome-learn-title {
  background-position: 0 -16px;
}
.welcome-post-title {
  background-position: 0 -34px;
}
.welcome-img {
  max-width: none;
  float: right;
  display: block;
}
.welcome-search {
  padding-bottom: 10px;
}
.welcome-search a {
  margin-bottom: 9px;
}
.welcome-learn a {
  margin-bottom: 22px;
}
/*--- Inner Pages ---*/
.page-content {
  padding: 44px 56px;
}
.content-col {
  float: left;
  width: 530px;
  margin: 0 90px 0 0;
}
.content-col p {
  color: #6b6b6b;
  font-size: 13px;
  line-height: 1.615;
  margin: 0 0 1.15em;
}
.breadcrumb {
  color: #2e4d94;
  padding: 0;
  font-size: 13px;
}
.breadcrumb .active a {
  color: #2e4d94;
}
a.print {
  background: url('images/print_icon.png') -30px 0 no-repeat;
  padding-left: 33px;
  line-height: 20px;
  color: #2e4d94;
}
a.print:hover {
  color: #00a87e;
  background-position: 0 -30px;
  text-decoration: none;
}
.page-title {
  margin: 0 0 0.54em;
}
/*--- Sidebar ---*/
.sidebar {
  float: left;
  margin-right: 2px;
  width: 374px;
}
.widget-box {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: -ms-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#d4d4d4));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: -o-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: linear-gradient(top, #f5f5f5, #d4d4d4);
  background-repeat: repeat-x;
  -pie-background: linear-gradient(#f5f5f5, #d4d4d4);
  behavior: url(js/PIE.htc);
  position: relative;
  -webkit-box-shadow: 1px 2px 5px #cfcfcf;
  -moz-box-shadow: 1px 2px 5px #cfcfcf;
  box-shadow: 1px 2px 5px #cfcfcf;
  padding: 21px 21px 1px 21px;
  margin: 0 0 32px;
}
.widget {
  margin-bottom: 20px;
}
.widget .widget-border {
  clear: both;
  display: block;
  padding-left: 157px;
  min-height: 137px;
  background-color: #3b61bf;
  background-image: -moz-linear-gradient(top, #436fdc, #2e4d94);
  background-image: -ms-linear-gradient(top, #436fdc, #2e4d94);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#436fdc), to(#2e4d94));
  background-image: -webkit-linear-gradient(top, #436fdc, #2e4d94);
  background-image: -o-linear-gradient(top, #436fdc, #2e4d94);
  background-image: linear-gradient(top, #436fdc, #2e4d94);
  background-repeat: repeat-x;
  -pie-background: linear-gradient(#436fdc, #2e4d94);
  behavior: url(js/PIE.htc);
  border: 10px solid #fff;
  position: relative;
}
.widget .widget-border p {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  padding: 0 8px 0 14px;
  position: absolute;
  bottom: 7px;
  right: 0;
  width: 135px;
  text-decoration: none;
}
.widget .widget-border a {
  color: #00c796;
}
.widget .widget-border a:hover {
  text-decoration: underline;
}
.widget .widget-border:hover {
  background-color: #55c390;
  background-image: -moz-linear-gradient(top, #5bd19a, #4caf81);
  background-image: -ms-linear-gradient(top, #5bd19a, #4caf81);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bd19a), to(#4caf81));
  background-image: -webkit-linear-gradient(top, #5bd19a, #4caf81);
  background-image: -o-linear-gradient(top, #5bd19a, #4caf81);
  background-image: linear-gradient(top, #5bd19a, #4caf81);
  background-repeat: repeat-x;
  -pie-background: linear-gradient(#5bd19a, #4caf81);
  behavior: url(js/PIE.htc);
}
.widget .widget-border:hover a {
  color: #00529b;
}
.widget .widget-img {
  margin-left: -157px;
  float: left;
  max-width: none;
}
.widget .feature-search-form {
  margin: 0;
  padding: 7px 0 0;
}
.widget .advanced-search {
  margin: 4px 0 0;
}
.widget .advanced-search a {
  color: #696969;
  font-weight: bold;
  padding: 0 5px;
  font-size: 11px;
}
.widget-title {
  width: 17px;
  height: 155px;
  width: 155px;
  height: 17px;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  background-image: url('images/widget_title_sprite.png');
  background-repeat: no-repeat;
  padding: 0;
  margin: 16px 0;
}
.widget-search-title {
  background-position: 0 0;
}
.widget-learn-title {
  background-position: 0 -20px;
}
.widget-post-title {
  background-position: 0 -40px;
}
.sidebar .underline-title, .similar-resources .underline-title {
  border-bottom: 3px double #009bda;
  color: #004582;
  text-align: center;
  padding-bottom: 4px;
}
.sidebar-resources {
  margin: 0 14px 0 25px;
  padding: 0;
}
.similar-resources {
  margin: 20px 0 0 0;
  padding: 0;
}
.sidebar-resources h2, .similar-resource h2 {
  font-size: 19px;
  font-weight: normal;
}
.sidebar-resources h3, .similar-resources h3 {
  margin: 0 8px;
  padding: 11px 0 9px;
  font-size: 12px;
  line-height: 1.417;
  border-bottom: 1px solid #d1d1d1;
  font-weight: normal;
}
.sidebar-resources h3:last-child, .similar-resources h3:last-child {
  border-bottom: 0 none;
}
h2 {
  font-size: 19px;
  font-weight: normal;
  color: #2E4D94;
}
h2.JPTitle {
  margin: 0 0 1em;
}
h3 {
  font-size: 18px;
  font-weight: normal;
}
/*--- Three Column layout ---*/
.subnav {
  float: left;
}
.subnav li {
  background: #4875ea;
  border-top: 1px solid #a5bbf5;
}
.subnav li a {
  display: block;
  padding: 6px 5px;
  text-indent: 0;
  color: #fff;
  background: none;
  width: 100%;
}
.subnav li a:hover {
  text-decoration: none;
}
.subnav li:hover {
  background-color: #4bad7f;
}
.subnav li.active {
  background-color: #4bad7f;
  border-top: 1px solid #98ceb6;
}
.three-col-nav {
  width: 115px;
  margin-right: 20px;
}
.three-col-content,
.content-col.search.three-col-content {
  width: 614px;
}
.three-col-sidebar {
  width: 275px;
}
.three-col-sidebar .widget-box {
  padding-left: 12px;
  padding-right: 12px;
}
.three-col-content table.search-results {
  width: 100%;
}
.row-fluid .sidebar {
  margin-right: 0;
}
.account-content {
  padding: 44px 25px;
}
/*--- Applicant Search ---*/
.table-title {
  font-size: 18px;
  line-height: 22px;
  color: #2E4D94;
  font-weight: normal;
}
table.search-results {
  margin-bottom: 20px;
}
/*--- Favorites ---*/
.favorites-box {
  margin-bottom: 36px;
}
.table th {
  vertical-align: middle;
}
.label {
  font-size: 11px;
}
.nav-tabs {
  border-color: #4e9ad5;
}
.nav-tabs li a,
.nav-tabs li a:hover {
  background: #8acdf0;
  border-color: #8acdf0;
}
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  color: #FFF;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.nav-tabs > li > a:hover {
  text-decoration: underline;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #FFF;
  background: #4e9ad5;
}
/*--- Opportunity Details---*/
.highlight-important {
  color: #B20000;
  font-weight: bold;
}
.opportunity-deatils {
  font-size: 14px;
  line-height: 1.572;
}
.opportunity-deatils p {
  font-size: 14px;
}
.opportunity-deatils li {
  line-height: 1.572;
}
.opportunity-deatils h4 {
  line-height: 1.572;
}

*--- Keyword Search (located in Resource Center) ---*/
.defaultText {width: 300px;}
.defaultTextActive {color: #a1a1a1; font-style: italic;}
#printfriendly {margin-right: 8px;}

/*--- Resource Box Styling (located in Resource Center) ---*/
#resourcebox {margin-left:auto;margin-right:auto;padding-top:35px;padding-left:0;padding-right:0;padding-bottom:25px;background:#d4d4d4; background-image:url('/images/resource-bg-1x591.png'); background-repeat:repeat-x; background-position:top;}
#resourcebox_a {margin-left: auto;margin-right: auto;padding-left: 0;padding-right: 0;overflow: hidden;}
#resourcebox_b {margin-left: 0;margin-right: 0;padding-left: 0;padding-right: 0;overflow: hidden;}
.resourcebox_left,.resourcebox_middle,.resourcebox_right {float: left;width: 301px;} 
.resourcebox_left,.resourcebox_right {margin-left: 22.5px; margin-right: 22.55px;}
.resourcebox_left div,.resourcebox_middle div,.resourcebox_right div {background:#fff; background-image:url('/images/resource-bg-1x43.png'); background-repeat:repeat-x; padding-left: 10px;padding-right: 10px;}
.resourcebox_left ul,.resourcebox_middle ul,.resourcebox_right ul {margin-top: 10px;}
.resourcebox_left p.rHeader,.resourcebox_middle p.rHeader,.resourcebox_right p.rHeader {text-align: center;font-family: 'Droid Sans', Arial, serif; font-weight: 700; font-size:1.45em; color:#fff;padding-top:10px;margin-bottom:30px;}
.resourcebox_left img,.resourcebox_middle img,.resourcebox_right img {display: block; margin-left: auto; margin-right: auto;}
a.rHeaderLink {color:#fff; text-decoration: none;}
#resourcebox_clear {clear:both;margin-left: 0;margin-right: 0;padding-left: 0;padding-right: 0;width: 30px;height: 20px;}
.resourcebox_shadow {
-moz-box-shadow: 3px 3px 4px #d4d4d4;
-webkit-box-shadow: 3px 3px 4px #d4d4d4;
box-shadow: 3px 3px 4px #d4d4d4;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#d4d4d4')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#d4d4d4');
}

/*--- My Account Drop Down Login (located in Dashboard) ---*/
a {
        color: #1E608E;
        text-decoration:none;
        outline: none;
}

.tipsy {
        opacity:.8;
        filter:alpha(opacity=80);
        background-repeat:no-repeat;
        padding:5px;
}
.tipsy-inner {
        padding:8px 8px;
        max-width:200px;
        font:11px 'Lucida Grande', sans-serif;
        font-weight:bold;
        -moz-border-radius:4px;
        -khtml-border-radius:4px;
        -webkit-border-radius:4px;
        border-radius:4px;
        background-color:#000;
        color:white;
        text-align:left;
}
.tipsy-north {
        background-image:url(http://s.twimg.com/a/1249943174/images/tipsy/tipsy-north.gif);
        background-position:top center;
}
.tipsy-south {
        background-image:url(http://s.twimg.com/a/1249943174/images/tipsy/tipsy-south.gif);
        background-position:bottom center;
}
.tipsy-east {
        background-image:url(http://s.twimg.com/a/1249943174/images/tipsy/tipsy-east.gif);
        background-position:right center;
}
.tipsy-west {
        background-image:url(http://s.twimg.com/a/1249943174/images/tipsy/tipsy-west.gif);
        background-position:left center;
}
#topnav {
        padding:10px 25px 12px;
        font-size:11px;
        line-height:23px;
        text-align:right;
}
#topnav a.signin {
        padding:4px 6px 6px;
        text-decoration:none;
        font-weight:bold;
        color:#fff;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;
        *background:transparent url("http://s.twimg.com/a/1249943174/images/signin-nav-bg-ie.png") no-repeat 0 0;
        *padding:4px 12px 6px;
}
#topnav a.signin:hover {
        background:#fff;
        *background:transparent url("http://s.twimg.com/a/1249943174/images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
        *padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
        *background-position:0 3px!important;
}

a img {
        border-width:0;
}

a.signin {
        position:relative;
        margin-left:3px;
}
a.signin span {
        background-image:url("/images/down_arrow.png");
        background-repeat:no-repeat;
        background-position:100% 50%;
        padding:4px 5px 6px 5px;
}
#small_signup {
        display:inline;
        float:none;
        line-height:23px;
        margin:25px 0 0;
        width:170px;
}
a.signin.menu-open span {
        background-image:url("/images/down_arrow.png");
        color:#789;
}

#signin_menu {
        -moz-border-radius-topleft:5px;
        -moz-border-radius-bottomleft:5px;
        -moz-border-radius-bottomright:5px;
        -webkit-border-top-left-radius:5px;
        -webkit-border-bottom-left-radius:5px;
        -webkit-border-bottom-right-radius:5px;
        display:none;
        background-color:#ddeef6;
        position:absolute;
        top: 25px;
        right: 36px;
        width:210px;
        z-index:100;
        border:1px transparent;
        text-align:left;
        padding:10px;
        margin-left:-8px;
        *margin-left:-15px;
        margin-top:5px;
        color:#789;
        font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
        display:block;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        border:1px solid #ACE;
        font-size:13px;
        margin:0 0 5px;
        padding:5px;
        width:203px;
}
#signin_menu p {
        margin:0;
}
#signin_menu a {
        color:#2e4e95;
}
#signin_menu label {
        font-weight:normal;
}
#signin_menu p.remember {
        padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
        clear:both;
        margin:5px 0;
}
#signin_menu p a {
        color:#27B!important;
}
#signin_submit {
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        background:#39d url('http://s.twimg.com/a/1249943174/images/bg-btn-blue.png') repeat-x scroll 0 0;
        border:1px solid #39D;
        color:#fff;
        text-shadow:0 -1px 0 #39d;
        padding:4px 10px 5px;
        font-size:11px;
        margin:0 5px 0 0;
        font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
        background-position:0 -5px;
        cursor:pointer;
}

.tipsy-inner {
        padding:10px 15px;
        line-height:1.5em;
        font-weight:bold;
}
.ie6 .tipsy {
        width:250px;
}
.signup-tip {
        line-height:18px;
        margin:30px 0;
        color:#333;
}
.signup-tip a {
        font-weight:bold;
}

.myaccount-drop-down-logged-in {
  text-align: right;
  color: #fff;
  margin-right: 0.5em;
}
.myaccount-drop-down-logged-in a {
  font-weight: bold;
  color: #fff;
}


/* from styles_more.css*/
.clear {
        clear:both;     
}
.content-col.search {
        width: 600px;   
        margin: 0 20px 0 0;
}

.content-col ul.tally li a {
        font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
}
.search-note .search-title, .search-note .notify, .search-note .notify2 {
        width:50%;
        float:left;
}
.search-note .notify2, .blueButton {
        padding-top: 13px;       
}
.search-note .search-title h2 {
        font: 400 18px/20px "Droid Sans", Arial, Helvetica, sans-serif;
        color: #2E4D94;
        padding:0 0 5px 0;
        margin:0;
}
.search-note .notify, .search-note .notify2 {
        text-align:right;
}       
.search-note .notify a, .search-note .notify2 a, .blueButton a {
        font: 400 14px/16px "Droid Sans", Arial, Helvetica, sans-serif;
        color: #FFF;
        background:#4f9ad6;
        padding:3px 15px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;     
}


.sidebar .searchTab, 
.wide .searchTab {
        float:left;
        width:auto;
        padding:0;
        margin:0 5px 0 0;
}
.sidebar .searchTab.off a:link, 
.sidebar .searchTab.off a:visited,
.wide .searchTab.off a:link, 
.wide .searchTab.off a:visited {
        background:#8acdf0;
}
.sidebar .searchTab a:link, 
.sidebar .searchTab a:visited,
.wide .searchTab a:link, 
.wide .searchTab a:visited {
        font: 700 12px/18px "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        display:block;
        background:#4e9ad5;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding:5px 20px;
        margin:0;
        color:#FFF;
        text-transform:uppercase;
}
.sidebar .search-widget .searchTab a:hover,
.wide .search-widget .searchTab a:hover {
        text-decoration:none;
}


.sidebar .search-widget .searchTabBody,
.wide .search-widget .searchTabBody {
        position:relative;
        top:-1px;
        z-index:15;
        padding:0px;
}
.sidebar .search-widget .searchTabBody.simple,
.wide .search-widget .searchTabBody.simple {
        
}
.sidebar .search-widget .searchTabBody.advanced,
.wide .search-widget .searchTabBody.advanced {
        display:none;
}
.sidebar .search-widget .searchTabBody.refine,
.wide .search-widget .searchTabBody.refine {
        display:none;
}
.sidebar .search-widget .searchTabBody .myToggler,
.wide .search-widget .searchTabBody .myToggler {
        height:21px;
        line-height:21px;
}
.sidebar .search-widget .searchTabBody .mySlider,
.wide .search-widget .searchTabBody .mySlider {
        padding:0 0 0 15px;
}
.sidebar .search-widget .searchTabBody .mySlider .myGroup,
.wide .search-widget .searchTabBody .mySlider .myGroup {
        max-height:150px;
        overflow:auto;
        border-bottom:dotted 1px #ccc;
        margin-bottom:5px;
}
.selectDocuments {
        max-height:150px;
        width: 300px;
        overflow:auto;
        border:dotted 1px #ccc;
        margin-bottom:5px;
}
.sidebar .search-widget .searchTabBody .mySlider .myGroup.longlist,
.wide .search-widget .searchTabBody .mySlider .myGroup.longlist {
        max-height:250px;
}


.sidebar .search-widget .searchTabBody .togglerSign,
.wide .search-widget .searchTabBody .togglerSign {
        display:block;
        float:left;
        width:15px;
        height:21px;
        background-image:url(images/feature_search_arrow.png);
        background-repeat:no-repeat;
        background-position:0px -21px;
        overflow:hidden;
        margin-right:5px;
}
.sidebar .search-widget .searchTabBody .togglerSign.closed,
.wide .search-widget .searchTabBody .togglerSign.closed {
        background-position:0px 0px;
}

.sidebar .search-widget .searchTabBody .collapseExpand,
.wide .search-widget .searchTabBody .collapseExpand {
        text-align:right;       
}


.sidebar .searchTabset,
.wide .searchTabset {
        position:relative;
        z-index:20;
        border-bottom:1px solid #4e9ad5;
}

.wide .searchTabset {
        width:542px;
}
.wide .widget-box {
        width:500px;    
}

.table-note .denote {
        margin: 0px;
        padding: 0px;
        width: 350px;
        float: left;
}
.table-note .denote p.postings {
        padding-left:21px;
        background:url(images/search-star.png) no-repeat 0px 0px;
}

.table-note  p {
        margin: 0px;
        padding: 0 0 10px 0px;
}
.table-note .pagination {
        margin: 0px;
        padding: 0px;
        float: right;
        width: 240px;
        text-align: right;
}
table.search-results {
        margin: 10px 0 0 0;
        padding: 0;
        width: 600px;
}
.search-results th {
        font-weight: 700;
        border-bottom: 1px solid #CCC;
        text-align:left;
        padding:3px;
        vertical-align:bottom;
}
.search-results td {
        font-weight: 400;
        padding:3px;
        border-bottom: 1px solid #CCC;
        font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        /*line-height: 19px;*/
}
.search-results a.postings {
        background:url(images/search-star.png) no-repeat 0px 2px;
}
.search-results a.viewjobs {
        display:block;
        background:url(images/search-star.png) no-repeat 0px 0px;
        width:19px;
        height:19px;
        overflow:hidden;
}
.search-results a.fav, .results-table a.fav {
        display:block;
        background:url(images/dings-favs.png) no-repeat 15px 0px;
        width:100%;
        height:19px;
        overflow:hidden;
        text-align:center;      
}
.search-results a.fav.off, .results-table a.fav.off {
        background:url(images/dings-favs.png) no-repeat 15px -19px;
}

.feature-search-form .search-radio {
        margin-right:5px;       
}


#dialog.ui-widget-content a {
        color: #00a87e;
}
#dialog.ui-widget-content h2 {
font: 400 18px/20px "Droid Sans", Arial, Helvetica, sans-serif;
color: #2E4D94;
padding:0 0 5px 0;
margin:0;
}
#dialog.ui-widget-content .forgot {
font: 400 11px/13px "Droid Sans", Arial, Helvetica, sans-serif;
}
#dialog.ui-widget-content .login {
        margin-top:10px;
}
#dialog.ui-widget-content td {
        padding:3px;
        white-space: nowrap;    
}

.search-results th a {
        text-decoration: none;
        color: #555555;
}

.noMargin {
        margin: 0px;       
}

/* SINGLE COLUMN
*************************** */

.page-content .content-col.wide {
        width: 800px;
        margin: 0;
}

.noUnderline:hover{ text-decoration: none;}

.collapseAll:hover, .expandAll:hover, .newSearch:hover, .cpointer {
        cursor: pointer;     
}

.noBlock {
        display:inline;       
}

.lrgr {
        font-size: 14px;       
}

.redbold {
        font-weight: bold; color:red;
}
.left {
        padding-right: 7px;
}
.noRightMargin {
        margin-right: 0px;
}
.alignTop td {
        vertical-align: top;
}
.PAs td {
        padding-right: 5px;
        vertical-align: top;
}

.pad5 {
        padding: 5px;
}

table.outerBox {
        border: 1px solid #000000;
}
.outerBox td{
        padding:5px;
}

.DLSpan {
        float:right;
}

.grey {color: #999999;}

.schoolFeed {
        margin: 0 34px 0 34px;       
}
.resourceDet{
        width: 575px;
        margin: 0 45px 0 0;
}
#ResourceBookmark{
        float:right;
        margin-left: 5px;
}
textarea.DialogTextArea {
        width:500px;
}
.ital {font-style: italic;}

.introText {
        width: 500px;
        height: 500px;
}
.search-title-tall {
        height: 100px;
}

.bx-window{
  height:288px !important; /* overrides inline style */
}

@media screen and (max-width:1108px){
  .container{
    width:736px;
  }
  h1.logo{
    top:0px;
    margin:10px 0 15px 0;
  }
  .logo img{
    width:160px !important;
  }
  .utilnav{
    min-width:545px;
    width:545px;
  }
  .nav li:hover ul{
    top:-999em;
  }
  .nav li.active ul{
    left: 0;
    top: 70px;
    z-index: 99;
  }
  
  
  .nav li.activeInit ul{
    display: none;
  }
 .nav li.active ul li ul{
    top: 0px;
  } 
 .nav li li:hover ul {
   left: 0;
   top: 0;
  }
 .nav ul ul {
   float: left;
   margin: 0;
   background: #fff;
   -webkit-box-shadow: 0px 0px 0px #a3a3a3;
   -moz-box-shadow: 0px 0px 0px #a3a3a3;
   box-shadow: 0px 0px 0px #a3a3a3;
 }
 .nav li li ul{
   position: relative;
 }
 
 
 .nav .sub-indicator {
   background-position: 100% 6px;
 } 
 .nav ul ul {
   display:none;
 }  
 .social-btns{
    margin:5px 0 0;
  }
  .login-top{
    clear:both;
    width:392px;
    margin-left:0;
  }
  .body-content{
    padding:0;
    padding-bottom:1em;
  }
  .features-box{
    padding-left:20px;
    margin-left:-15px;
  }
  .carousel-box{
    display:none;
  }
  .feeds-box .feed{
    width:225px;
    margin-left:10px;
  }
  .feeds-box{
    margin-left:-12px;
  }
  .feed-title{
    width:225px;
    background-size: 675px;
  }
  .blog-feed .feed-title{
    background-position: -225px 0;
  }
  .popular-feed .feed-title {
    background-position: -450px 0;
  }

  /* search specific */
  .page-content .content-col.wide,
  .breadcrumb,
  .content-col.search,
  .content-col{
    padding:16px; 
    float:none; 
  }

  .page-content .content-col.wide,
  .breadcrumb,
  .content-col.search,
  .wide .searchTabset,
  .wide .widget-box,
  table.search-results{
    width:100%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
  }
  .sidebar{
    float:none;
    margin:auto;
  }

  .breadcrumb,
  .page-title,
  .body.pagepart p{
    margin-bottom:0;
    padding-bottom:0;
  }
  .collapseExpand:nth-of-type(2){
    display:none;
  }
  .welcome-back, .my-account{
    margin:20px auto;
    float:none;
  }

  /* organization details */
  .row-fluid {
    padding:1em;
  }
  /* my favorites */
  .content-col.span10{
    width:555px !important;
    padding:0 !important;
  }
  .nav-tabs >li >a {
    padding:5px 10px;
  }
  #employers{
    padding:0;
    width: 100%;
  }
  #employers > .span10{
    width:100%;
  }
  
  #job-postings table th:nth-child(4),
  #job-postings table td:nth-child(4),
  #job-postings table th:nth-child(7),
  #job-postings table td:nth-child(7){
    display:none;
  }
  
  .nav ul li.active.sub-indicator ul, .nav ul li.childActive.sub-indicator ul {
    display:block;
  }
  .nav ul li.active.sub-indicator li, .nav ul li.childActive.sub-indicator li {
    background-color: #4BAD7F;
  }
}

@media screen and (min-width: 737px){
  .nav{
    display:block !important; /* override inline style from JS */
  }
  .menu-toggle{
    display:none;
  }
  a.login-top-submit{
    display:none;
  }
  .skinny-only{
    display:none;
  }
  .logout-mobile{
    display:none;
  }
}
@media screen and (max-width:736px){
  body{
    border-top:none;
  }
  .body-content{
    overflow-x:hidden;
  }
  .logo{
    float:left;
  }
  a.login-top-submit{
    float:right;
    margin-top:25px;
  }
  .logo img{
    width:100px !important;
  }
  .header{
    min-height:0px;
  }
  .menu-toggle:after { 
    content:'\2630'; 
    padding-left:5px;
  }
  .login-top, .login-links{
    display:none;
  }
  .utilnav{
    min-width:0px;
    padding:0;
    width:100%;
    min-height:0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding:15px 0;
  }
  .utilnav:after{
    content:' ';
    display:table;
    clear:both;
  }
  .social-btns{
    float:none;
    margin:auto;
  }
  .container{
    width:90%;
    max-width:405px;
    margin:auto;
  }
  .sidebar{
    width:90%;
  }
  h1.logo{
    position:relative;
  }
  .nav{
    float:none;
    width:100%;
    margin-top:0px;
    display:none;
  }
  .header nav{
    clear:both;
  }
  .nav .sub-indicator {
    background-position: 100% 6px;
  }
  .nav ul ul {
    display:none;
  }   
  .nav ul li.active.sub-indicator ul, .nav ul li.childActive.sub-indicator ul {
    display:block;
  }
  .nav ul li.active.sub-indicator li, .nav ul li.childActive.sub-indicator li {
    background-color: #4BAD7F;
  }
  
  
  .nav ul li.active.sub-indicator li:hover, .nav ul li.childActive.sub-indicator li:hover {
    background-color: #ffffff;
  }
  .nav ul, .nav li:hover ul {
    position:relative;
    top:0;
    padding-left:0;
    float:none;
    width:100%;
    box-shadow:none;
  }
  .nav li:hover ul,
  .nav li:hover li ul{
    left:0;
    top:0;
  }
  
  
  .nav li{
    float:none;
    position: static;
  }
  .nav li a,
  .menu-toggle{
    background:none;
    background:#56C491;
    text-align: center;
    border-bottom:1px solid rgba(100%,100%,100%,.1);
    padding:.5em 0;
    color:#fff;
    height:auto;
    width:100% !important; /* because ID's are used above :( */
    display:block;
    text-indent:0;
  }
  .nav li li a {
    padding:.5em 0;
  }
  .features-box{
    width:232px;
    margin:20px auto;
    float:none;
    padding:0;
  }
  .feature{
    margin:auto;
    float:none;
  }
  .feature img{
    display:none;
  }
  .feeds-box{
    padding:0;
    margin-left:0;
    float:none;
  }
  .feeds-box .feed{
    width:90%;
    margin:auto;
    float:none;
  }
  .feed-title{
    width:120%;
    height:65px;
    margin-left:-10%;
    background-size:300%;
  }
  .blog-feed .feed-title {
    background-position: 50% 0;
  }
  .popular-feed .feed-title {
    background-position: 100% 0;
  }
  .feed-content, .twitter-timeline{
    display:none;
  }
  .footer .pull-right{
    float:left;
    clear:both;
    text-align: left;
  }
  .print{
    display:none;
  }
  .widget-box{
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
  }
  .sidebar .search-widget .searchTabBody .togglerSign, .wide .search-widget .searchTabBody .togglerSign{
    display:none;
  }
  .mySlider{
    display:block !important; /* overrides collapse/expand inline style */
    height:auto !important;
  }
  .sidebar .searchTabset, .wide .searchTabset{
    clear:both;
  }
  .sidebar .searchTab a:link{
    padding:5px 10px;
  }
  table.search-results th:nth-of-type(3),
  table.search-results th:nth-of-type(4),
  table.search-results th:nth-of-type(5),
  table.search-results td:nth-of-type(3),
  table.search-results td:nth-of-type(4),
  table.search-results td:nth-of-type(5){
    display:none;
  }
  .table-note .pagination{
    text-align: left;
    float:left;
  }
  .table-note .denote{
    width:auto;
  }
  .skinny-only{
    display:block;
  }
  .wide-only{
    display:none;
  }
  .my-account,
  .welcome-back{
    width:90%;
    padding:15px;
    box-sizing :  border-box;
    -webkit-box-sizing :  border-box;
    -moz-box-sizing :  border-box;
  }
  .welcome-back > h1,
  .welcome-back > p{
    display: none;
  }
  .welcome-box > a{
    margin:0;
    min-height:104px;
    overflow:hidden;
    border:none;
  }
  .welcome-box > a > p{
    width:50%;
    box-sizing :  border-box;
    -webkit-box-sizing :  border-box;
    -moz-box-sizing :  border-box;
    padding-right:21px;
    font-size:11px;
    top:40px;
  }
  .welcome-img{
    position:absolute;
    left:50%;
  }
  .feature-search-form{
    margin-top:10px;
  }
  .my-account p{
    display:none;
  }
  .my-account .my-acct-btn,
  .my-account .my-acct-btn:hover{
    background: url('../images/my_acct_btn.jpg') 0 0 repeat-y;
    background-size: 475%;
    width:100%;
  }
  .my-account .my-acct-btn h3,
  .my-account .my-acct-btn h3.two-line {
    padding:22px 10px;
    width:100%;
    box-sizing :  border-box;
    -webkit-box-sizing :  border-box;
    -moz-box-sizing :  border-box;
    text-align: center;
  }
  .myaccount-drop-down-logged-in{
    display:none;
  }
  .logout-mobile{
    float: right;
    padding-top: 25px;
  }

  /* organization details */
  .row-fluid{
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
  }
  .subnav{
    width:auto !important; /* overrides bootstrap classes */
    margin:auto;
    margin-left:0 !important;
    clear:both;
    float:none !important;
  }
  .opportunity-deatils{
    width:100% !important;
    margin-left:0 !important;
    padding:0 !important;
  }
  .btn-large{
    font-size:11px;
    padding:9px;
  }
  .ui-dialog{
    left:0 !important; /* overrides jquery ui inline */
    width:100% !important;
  }
  .content-col.span10 {
    width: 100% !important;
    padding: 0 !important;
  }
  #employers table th:nth-child(1),
  #employers table td:nth-child(1),
  #employers table th:nth-child(3),
  #employers table td:nth-child(3),
  #employers table th:nth-child(4),
  #employers table td:nth-child(4),
  #employers table th:nth-child(5),
  #employers table td:nth-child(5),
  #job-postings table th:nth-child(1),
  #job-postings table td:nth-child(1),
  #job-postings table th:nth-child(4),
  #job-postings table td:nth-child(4),
  #job-postings table th:nth-child(5),
  #job-postings table td:nth-child(5),
  #job-postings table th:nth-child(6),
  #job-postings table td:nth-child(6),
  #job-postings table th:nth-child(7),
  #job-postings table td:nth-child(7),
  #job-postings table th:nth-child(8),
  #job-postings table td:nth-child(8),
  #job-postings table th:nth-child(9),
  #job-postings table td:nth-child(9),
  #searches table th:nth-child(1),
  #searches table td:nth-child(1),
  #resources table th:nth-child(1),
  #resources table td:nth-child(1){
    display:none;
  }
  .nav-tabs >li>a{
    border-radius: 0;
    margin-right:1px;
    margin-bottom:1px;
  }
  .nav-tabs>li{
    width:50%;
  }
  .search-note .notify2 {
    width:100%;
    text-align: left;
    padding:0;
  }
  .search-note .notify2bp {
    padding: 0 0 15px 0;
  }
  .content-col {
    width: 225px;
    margin: 0;
  }
  .resourcebox_left,.resourcebox_middle,.resourcebox_right {float: left;width: 290px;} 
  .resourcebox_left,.resourcebox_right {margin-left: auto; margin-right: auto; }
  .nav li.active ul{
    top: 0px;
  }
}

.boldHeaderRow {
        font-weight: bold;
        text-transform: uppercase;
}
