/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 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 by @mdo and @fat.
 */
@font-face {
  font-family: "pt_sansregular";
  src: url("../fonts/PTS55F-webfont.eot");
  src: url("../fonts/PTS55F-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PTS55F-webfont.woff") format("woff"),
    url("../fonts/PTS55F-webfont.ttf") format("truetype"),
    url("../fonts/PTS55F-webfont.svg#pt_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  a[class^="no-print-link"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "PT Sans", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  background-color: #eeeeee !important;
}
a {
  color: #005496;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3f8cce;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -16px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 16px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 974px;
}
.span15 {
  width: 974px;
}
.span14 {
  width: 908px;
}
.span13 {
  width: 842px;
}
.span12 {
  width: 776px;
}
.span11 {
  width: 710px;
}
.span10 {
  width: 644px;
}
.span9 {
  width: 578px;
}
.span8 {
  width: 512px;
}
.span7 {
  width: 446px;
}
.span6 {
  width: 380px;
}
.span5 {
  width: 314px;
}
.span4 {
  width: 248px;
}
.span3 {
  width: 182px;
}
.span2 {
  width: 116px;
}
.span1 {
  width: 50px;
}
.offset15 {
  margin-left: 1006px;
}
.offset14 {
  margin-left: 940px;
}
.offset13 {
  margin-left: 874px;
}
.offset12 {
  margin-left: 808px;
}
.offset11 {
  margin-left: 742px;
}
.offset10 {
  margin-left: 676px;
}
.offset9 {
  margin-left: 610px;
}
.offset8 {
  margin-left: 544px;
}
.offset7 {
  margin-left: 478px;
}
.offset6 {
  margin-left: 412px;
}
.offset5 {
  margin-left: 346px;
}
.offset4 {
  margin-left: 280px;
}
.offset3 {
  margin-left: 214px;
}
.offset2 {
  margin-left: 148px;
}
.offset1 {
  margin-left: 82px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.64271047%;
  *margin-left: 1.59137577%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.64271047%;
}
.row-fluid .span15 {
  width: 100%;
  *width: 99.9486653%;
}
.row-fluid .span14 {
  width: 93.2238193%;
  *width: 93.1724846%;
}
.row-fluid .span13 {
  width: 86.4476386%;
  *width: 86.3963039%;
}
.row-fluid .span12 {
  width: 79.67145791%;
  *width: 79.6201232%;
}
.row-fluid .span11 {
  width: 72.89527721%;
  *width: 72.84394251%;
}
.row-fluid .span10 {
  width: 66.11909651%;
  *width: 66.06776181%;
}
.row-fluid .span9 {
  width: 59.34291581%;
  *width: 59.29158111%;
}
.row-fluid .span8 {
  width: 52.56673511%;
  *width: 52.51540041%;
}
.row-fluid .span7 {
  width: 45.79055441%;
  *width: 45.73921971%;
}
.row-fluid .span6 {
  width: 39.01437372%;
  *width: 38.96303901%;
}
.row-fluid .span5 {
  width: 32.23819302%;
  *width: 32.18685832%;
}
.row-fluid .span4 {
  width: 25.46201232%;
  *width: 25.41067762%;
}
.row-fluid .span3 {
  width: 18.68583162%;
  *width: 18.63449692%;
}
.row-fluid .span2 {
  width: 11.90965092%;
  *width: 11.85831622%;
}
.row-fluid .span1 {
  width: 5.13347023%;
  *width: 5.08213552%;
}
.row-fluid .offset15 {
  margin-left: 103.28542094%;
  *margin-left: 103.18275154%;
}
.row-fluid .offset15:first-child {
  margin-left: 101.64271047%;
  *margin-left: 101.54004107%;
}
.row-fluid .offset14 {
  margin-left: 96.50924025%;
  *margin-left: 96.40657084%;
}
.row-fluid .offset14:first-child {
  margin-left: 94.86652977%;
  *margin-left: 94.76386037%;
}
.row-fluid .offset13 {
  margin-left: 89.73305955%;
  *margin-left: 89.63039014%;
}
.row-fluid .offset13:first-child {
  margin-left: 88.09034908%;
  *margin-left: 87.98767967%;
}
.row-fluid .offset12 {
  margin-left: 82.95687885%;
  *margin-left: 82.85420945%;
}
.row-fluid .offset12:first-child {
  margin-left: 81.31416838%;
  *margin-left: 81.21149897%;
}
.row-fluid .offset11 {
  margin-left: 76.18069815%;
  *margin-left: 76.07802875%;
}
.row-fluid .offset11:first-child {
  margin-left: 74.53798768%;
  *margin-left: 74.43531828%;
}
.row-fluid .offset10 {
  margin-left: 69.40451745%;
  *margin-left: 69.30184805%;
}
.row-fluid .offset10:first-child {
  margin-left: 67.76180698%;
  *margin-left: 67.65913758%;
}
.row-fluid .offset9 {
  margin-left: 62.62833676%;
  *margin-left: 62.52566735%;
}
.row-fluid .offset9:first-child {
  margin-left: 60.98562628%;
  *margin-left: 60.88295688%;
}
.row-fluid .offset8 {
  margin-left: 55.85215606%;
  *margin-left: 55.74948665%;
}
.row-fluid .offset8:first-child {
  margin-left: 54.20944559%;
  *margin-left: 54.10677618%;
}
.row-fluid .offset7 {
  margin-left: 49.07597536%;
  *margin-left: 48.97330595%;
}
.row-fluid .offset7:first-child {
  margin-left: 47.43326489%;
  *margin-left: 47.33059548%;
}
.row-fluid .offset6 {
  margin-left: 42.29979466%;
  *margin-left: 42.19712526%;
}
.row-fluid .offset6:first-child {
  margin-left: 40.65708419%;
  *margin-left: 40.55441478%;
}
.row-fluid .offset5 {
  margin-left: 35.52361396%;
  *margin-left: 35.42094456%;
}
.row-fluid .offset5:first-child {
  margin-left: 33.88090349%;
  *margin-left: 33.77823409%;
}
.row-fluid .offset4 {
  margin-left: 28.74743326%;
  *margin-left: 28.64476386%;
}
.row-fluid .offset4:first-child {
  margin-left: 27.10472279%;
  *margin-left: 27.00205339%;
}
.row-fluid .offset3 {
  margin-left: 21.97125257%;
  *margin-left: 21.86858316%;
}
.row-fluid .offset3:first-child {
  margin-left: 20.32854209%;
  *margin-left: 20.22587269%;
}
.row-fluid .offset2 {
  margin-left: 15.19507187%;
  *margin-left: 15.09240246%;
}
.row-fluid .offset2:first-child {
  margin-left: 13.5523614%;
  *margin-left: 13.44969199%;
}
.row-fluid .offset1 {
  margin-left: 8.41889117%;
  *margin-left: 8.31622177%;
}
.row-fluid .offset1:first-child {
  margin-left: 6.7761807%;
  *margin-left: 6.67351129%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  font-size: 16px;
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #b2b2b2;
}
a.muted:hover,
a.muted:focus {
  color: #999999;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #b2b2b2;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #dedede;
}
ul,
ol {
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #b2b2b2;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #dedede;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #b2b2b2;
}
blockquote small:before {
  content: "\2014 \00A0";
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #dedede;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: "";
}
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #555555;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #b2b2b2;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "pt_sansregular", "Trebuchet MS", Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 27px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-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;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 27px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #b2b2b2;
  background-color: #ebebeb;
  border-color: #eeeeee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b2b2b2;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b2b2b2;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.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;
  margin-right: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 16px;
}
input.span15,
textarea.span15,
.uneditable-input.span15 {
  width: 960px;
}
input.span14,
textarea.span14,
.uneditable-input.span14 {
  width: 894px;
}
input.span13,
textarea.span13,
.uneditable-input.span13 {
  width: 828px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 762px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 696px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 630px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 564px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 498px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 432px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 366px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 300px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 234px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 168px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 102px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 36px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #dedede;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus: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: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #484848;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #dedede;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  margin-bottom: 0;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0 !important;
  width: auto;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
select::-ms-expand {
  display: none;
}
div.sidebar form .form-item {
  position: relative;
  width: 100%;
}
div.sidebar form .form-item select {
  width: 100%;
  border: 1px solid #dfdfdf;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
div.sidebar form .form-item:before {
  position: absolute;
  right: 7px;
  content: "";
  bottom: 20px;
  border-top: 8px solid #aeaeae;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 3px;
}
div.sidebar form .form-radios .form-item input,
div.sidebar form .form-radios .form-item label {
  display: inline-block;
  vertical-align: top;
}
div.sidebar form .form-radios .form-item label {
  margin-top: 0px;
}
div.sidebar form .form-radios .form-item:before {
  content: "";
  border: none;
}
div.sidebar form .form-submit {
  display: inline-block;
  padding: 5px 20px;
  border: none;
  background-color: #999;
  color: #fff;
  transition: 0.3s;
  border-radius: 0px;
}
div.sidebar form .form-submit:hover,
div.sidebar form .form-submit:focus {
  background-color: #ccc;
  color: #000;
}
div.sidebar form .form-submit.ajax-processed {
  margin-right: 10px;
  background-color: #2b85cc;
}
div.sidebar form .form-submit.ajax-processed:hover,
div.sidebar form .form-submit.ajax-processed:focus {
  background-color: #5babea;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu li {
  text-align: left;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #555555;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background: #3f8cce;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #b2b2b2;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #999999;
  border: 0;
  *border: 0;
  *margin-left: 0.3em;
  color: #ffffff;
  line-height: 25px;
  transition: 0.3s;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  background: #b2b2b2;
  text-decoration: none;
  background-position: 0 -15px;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 8px 60px;
  font-size: 20.3px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-med {
  padding: 5px 40px;
  font-size: 17.08px;
}
.btn-med [class^="icon-"],
.btn-med [class*=" icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
}
.btn-tall {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.btn-primary.active,
.btn-orange.active,
.btn-info.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background: #4b9ad8;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #005496;
}
.btn-blue {
  background: #3f8cce;
}
.btn-blue:hover,
.btn-blue:focus {
  background: #7cb1de;
}
.btn-blue img {
  vertical-align: middle;
  margin-right: 5px;
  display: inline;
  *margin-top: 2px;
}
.btn-excel,
.btn-word,
.btn-adobe {
  padding-left: 34px;
}
.btn-excel {
  background: url("/images/excel-w.png") 12px 5px no-repeat #46a546;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .btn-excel {
    background: url("/images/excel-w@2x.png") 12px 5px no-repeat #46a546;
    background-size: 16px 18px;
  }
}
.btn-excel:hover,
.btn-excel:focus {
  background: url("/images/excel-w.png") 12px 5px no-repeat #74c474;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .btn-excel:hover,
  .btn-excel:focus {
    background: url("/images/excel-w@2x.png") 12px 5px no-repeat #74c474;
    background-size: 16px 18px;
  }
}
.btn-word {
  background: url("/images/word-w.png") 12px 5px no-repeat #3f8cce;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .btn-word {
    background: url("/images/word-w@2x.png") 12px 5px no-repeat #3f8cce;
    background-size: 16px 18px;
  }
}
.btn-word:hover,
.btn-word:focus {
  background: url("/images/word-w.png") 12px 5px no-repeat #7cb1de;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .btn-word:hover,
  .btn-word:focus {
    background: url("/images/word-w@2x.png") 12px 5px no-repeat #7cb1de;
    background-size: 16px 18px;
  }
}
.btn-adobe {
  background: url("/images/adobe-w.png") 12px 5px no-repeat #810d0d;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .btn-adobe {
    background: url("/images/adobe-w@2x.png") 12px 5px no-repeat #810d0d;
    background-size: 16px 18px;
  }
}
.btn-adobe:hover,
.btn-adobe:focus {
  background: url("/images/adobe-w.png") 12px 5px no-repeat #c61414;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .btn-adobe:hover,
  .btn-adobe:focus {
    background: url("/images/adobe-w@2x.png") 12px 5px no-repeat #c61414;
    background-size: 16px 18px;
  }
}
.box .btn {
  margin: 3px 0;
}
.btn-print {
  padding-left: 36px;
  background: url("/images/print-w.png") 12px 5px no-repeat #005496;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .btn-print {
    background: url("/images/print-w@2x.png") 12px 5px no-repeat #005496;
    background-size: 18px 18px;
  }
}
.btn-print:hover,
.btn-print:focus {
  background: url("/images/print-w.png") 12px 5px no-repeat #3f8cce;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .btn-print:hover,
  .btn-print:focus {
    background: url("/images/print-w@2x.png") 12px 5px no-repeat #3f8cce;
    background-size: 18px 18px;
  }
}
.btn-share {
  padding-left: 34px;
  background: url("/images/share-w.png") 12px 5px no-repeat #3f8cce;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .btn-share {
    background: url("/images/share-w@2x.png") 12px 5px no-repeat #3f8cce;
    background-size: 15px 18px;
  }
}
.btn-share:hover,
.btn-share:focus {
  background: url("/images/share-w.png") 12px 5px no-repeat #7cb1de;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .btn-share:hover,
  .btn-share:focus {
    background: url("/images/share-w@2x.png") 12px 5px no-repeat #7cb1de;
    background-size: 15px 18px;
  }
}
.btn-search {
  padding: 0;
  width: 25px;
  height: 25px;
  transition: none !important;
  background: url("/images/sprite-search.png") bottom center no-repeat;
  color: transparent;
  line-height: 0px;
  vertical-align: top;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .btn-search {
    background: url("/images/sprite-search@2x.png") bottom center no-repeat;
    background-size: 25px 50px;
  }
}
.btn-search:hover,
.btn-search:focus {
  background: url("/images/sprite-search.png") top center no-repeat;
  color: transparent;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (min-resolution: 1.5dppx) {
  .btn-search:hover,
  .btn-search:focus {
    background: url("/images/sprite-search@2x.png") top center no-repeat;
    background-size: 25px 50px;
  }
}
.checkbox-tree .btns {
  width: 100%;
  text-align: center;
}
.checkbox-tree .btn {
  margin-top: 10px;
}
.checkbox-tree .btn-primary {
  margin-right: 10px;
}
.btn-orange {
  background: #ff7d07;
}
.btn-orange:hover,
.btn-orange:focus {
  background: #ffa554;
}
.btn-info {
  background: #ffffff;
  color: #3f8cce;
}
.btn-info:hover,
.btn-info:focus {
  background: #3f8cce;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-med,
input[type="submit"].btn.btn-med {
  *padding-top: 5px;
  *padding-bottom: 5px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #005496;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #3f8cce;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #555555;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.nav {
  margin-left: 0;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  line-height: 20px;
  color: #b2b2b2;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  background-color: #005496;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.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: 2px solid #90bde3;
  margin-bottom: 0;
}
.nav-tabs > li {
  margin-bottom: -1px;
  width: 20%;
}
.nav-tabs > li.title {
  width: auto;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  color: #222222;
  line-height: 20px;
  border: 2px solid transparent;
  border-bottom: none;
  background-color: #eeeeee;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border: 2px solid #ebebeb;
  border-bottom: none;
  background-color: #ffffff;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #005496;
  font-weight: bold;
  background-color: #ffffff;
  border: 2px solid #90bde3;
  border-bottom-color: transparent;
  cursor: default;
  margin-bottom: -1px;
}
.nav-tabs > .title {
  padding: 6px 10px 6px 0;
  font-family: "pt_sansregular", "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #005496;
}
.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,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #005496;
}
.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-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  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 {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #005496;
  border-bottom-color: #005496;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #3f8cce;
  border-bottom-color: #3f8cce;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #b2b2b2;
  border-color: #b2b2b2;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #b2b2b2;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.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;
  border: 2px solid #90bde3;
  border-top: none;
  padding: 5px 15px;
}
.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,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  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;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #dedede #dddddd #dedede #dedede;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  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,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #dedede #dedede #dedede #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #b2b2b2;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.margin-content-fix {
  margin-top: 20px !important;
}
@media (max-width: 767px) {
  .margin-content-fix {
    margin-top: 0px !important;
  }
}
.navbar {
  overflow: visible;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  background: #4b9ad8;
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 45px;
  color: #ffffff;
}
.navbar-link {
  color: #ffffff;
}
.navbar .divider-vertical {
  height: 45px;
  margin: 0 9px;
  border-left: 1px solid #115895;
  border-right: 1px solid #1466ac;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 7.5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 7.5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 7.5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "pt_sansregular", "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 974px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
  width: 16.6666667%;
  *width: 16%;
  text-align: center;
  letter-spacing: 0.5px;
}
.navbar .nav > li > a {
  float: none;
  padding: 15px 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  transition: 0.2s;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #005496;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  text-decoration: none;
  background-color: #005496;
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background: #4b9ad8;
  border: none;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: #f5f5f5;
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #3f8cce;
  color: #ffffff;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/* CUSTOM NAVBAR CODE */
.navbar > .navbar-inner > .container > button {
  vertical-align: middle;
  margin: 6px 6px;
  padding: 2px 5px 1px;
}
.navbar > .navbar-inner > .container > button.collapsed {
  background: #4b9ad8;
}
.navbar > .navbar-inner > .container > button > span {
  display: inline;
  color: #ffffff;
  float: right;
  vertical-align: middle;
}
.navbar > .navbar-inner > .container > button > span.icon {
  padding: 6px 0 4px 8px;
}
.offset-right-header form {
  margin: 20px 0px 20px 20px;
}
/* END CUSTOM NAVBAR CODE */
/* CUSTOM MOBILE NAV */
/*Desktop Styles*/
@media (min-width: 768px) {
  .nav-collapse > .nav {
    position: relative;
    width: 100%;
  }
  .nav-collapse > .nav .closelink {
    position: absolute;
    left: -1000%;
  }
  .nav-collapse > .nav > li {
    display: block;
  }
  .nav-collapse > .nav > li .help {
    height: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -58px;
  }
  .nav-collapse > .nav > li.active ul {
    z-index: 1;
  }
  .nav-collapse > .nav > li > a {
    color: #ffffff;
    text-shadow: none;
    line-height: 15px;
  }
  .nav-collapse > .nav > li:hover > a {
    background: #005496;
  }
  .nav-collapse > .nav > li.nav1 {
    width: 19%;
    *width: 20%;
  }
  .nav-collapse > .nav > li.nav2 {
    position: static;
    width: 19%;
    *width: 20%;
  }
  .nav-collapse > .nav > li.nav2 ul {
    width: 99%;
    padding: 0% 0.5%;
    height: 0px;
    left: 0;
  }
  .nav-collapse > .nav > li.nav2.active ul,
  .nav-collapse > .nav > li.nav2.hover ul,
  .nav-collapse > .nav > li.nav2:hover ul {
    height: 34px;
    padding-top: 5px;
  }
  .nav-collapse > .nav > li.nav2.active div.help,
  .nav-collapse > .nav > li.nav2.hover div.help,
  .nav-collapse > .nav > li.nav2:hover div.help {
    height: 20px;
    z-index: 100;
  }
  .nav-collapse > .nav > li.nav2 .sub1 a {
    border-bottom: 4px solid #bbd1ab;
  }
  .nav-collapse > .nav > li.nav2 .sub1.active,
  .nav-collapse > .nav > li.nav2 .sub1:hover {
    background: #bbd1ab;
  }
  .nav-collapse > .nav > li.nav2 .sub1.active a,
  .nav-collapse > .nav > li.nav2 .sub1:hover a {
    color: #3c512c;
  }
  .nav-collapse > .nav > li.nav2 .sub2 a {
    border-bottom: 4px solid #75b6e1;
  }
  .nav-collapse > .nav > li.nav2 .sub2.active,
  .nav-collapse > .nav > li.nav2 .sub2:hover {
    background: #75b6e1;
  }
  .nav-collapse > .nav > li.nav2 .sub2.active a,
  .nav-collapse > .nav > li.nav2 .sub2:hover a {
    color: #103147;
  }
  .nav-collapse > .nav > li.nav2 .sub3 a {
    border-bottom: 4px solid #9dd0d6;
  }
  .nav-collapse > .nav > li.nav2 .sub3.active,
  .nav-collapse > .nav > li.nav2 .sub3:hover {
    background: #9dd0d6;
  }
  .nav-collapse > .nav > li.nav2 .sub3.active a,
  .nav-collapse > .nav > li.nav2 .sub3:hover a {
    color: #224d52;
  }
  .nav-collapse > .nav > li.nav2 .sub4 a {
    border-bottom: 4px solid #9c7bc3;
  }
  .nav-collapse > .nav > li.nav2 .sub4.active,
  .nav-collapse > .nav > li.nav2 .sub4:hover {
    background: #9c7bc3;
  }
  .nav-collapse > .nav > li.nav2 .sub4.active a,
  .nav-collapse > .nav > li.nav2 .sub4:hover a {
    color: #ffffff;
  }
  .nav-collapse > .nav > li.nav2 .sub5 a {
    border-bottom: 4px solid #af5050;
  }
  .nav-collapse > .nav > li.nav2 .sub5.active,
  .nav-collapse > .nav > li.nav2 .sub5:hover {
    background: #af5050;
  }
  .nav-collapse > .nav > li.nav2 .sub5.active a,
  .nav-collapse > .nav > li.nav2 .sub5:hover a {
    color: #ffffff;
  }
  .nav-collapse > .nav > li.nav2 .sub6 a {
    border-bottom: 4px solid #4d6094;
  }
  .nav-collapse > .nav > li.nav2 .sub6.active,
  .nav-collapse > .nav > li.nav2 .sub6:hover {
    background: #4d6094;
  }
  .nav-collapse > .nav > li.nav2 .sub6.active a,
  .nav-collapse > .nav > li.nav2 .sub6:hover a {
    color: #ffffff;
  }
  .nav-collapse > .nav > li.nav3 {
    position: static;
    width: 19%;
    *width: 20%;
    right: 0;
  }
  .nav-collapse > .nav > li.nav3 ul {
    width: 99%;
    padding: 0% 0.5%;
    height: 0px;
    left: 0%;
  }
  .nav-collapse > .nav > li.nav3 ul li:hover,
  .nav-collapse > .nav > li.nav3 ul li.active {
    background: #eeeeee;
  }
  .nav-collapse > .nav > li.nav3 ul li:hover a,
  .nav-collapse > .nav > li.nav3 ul li.active a {
    color: #005496;
  }
  .nav-collapse > .nav > li.nav3.active ul {
    width: 99%;
    padding: 0% 0.5%;
    height: 34px;
    padding-top: 5px;
    z-index: 1;
  }
  .nav-collapse > .nav > li.nav3:hover ul {
    z-index: 100;
    height: 34px;
    padding-top: 5px;
  }
  .nav-collapse > .nav > li.nav3:hover div.help {
    height: 20px;
    z-index: 100;
  }
  .nav-collapse > .nav > li.nav4 {
    width: 24%;
    *width: 24%;
  }
  .nav-collapse > .nav > li.nav5 {
    width: 19%;
    *width: 20%;
  }
  .nav-collapse > .nav > li.nav5 ul {
    width: 99%;
    padding: 0% 0.5%;
    height: 0px;
    left: 0%;
  }
  .nav-collapse > .nav > li.nav5 ul li {
    width: 18%;
  }
  .nav-collapse > .nav > li.nav5 ul li.large {
    width: 28%;
  }
  .nav-collapse > .nav > li.nav5 ul li.small {
    width: 8%;
  }
  .nav-collapse > .nav > li.nav5 ul li:hover,
  .nav-collapse > .nav > li.nav5 ul li.active {
    background: #eeeeee;
  }
  .nav-collapse > .nav > li.nav5 ul li:hover a,
  .nav-collapse > .nav > li.nav5 ul li.active a {
    color: #005496;
  }
  .nav-collapse > .nav > li.nav5.active ul,
  .nav-collapse > .nav > li.nav5.hover ul,
  .nav-collapse > .nav > li.nav5:hover ul {
    width: 99%;
    padding: 0% 0.5%;
    height: 34px;
    padding-top: 5px;
  }
  .nav-collapse > .nav > li.nav5.active div.help,
  .nav-collapse > .nav > li.nav5.hover div.help,
  .nav-collapse > .nav > li.nav5:hover div.help {
    height: 20px;
    z-index: 100;
  }
  .nav-collapse > .nav > li.nav6 {
    width: 9%;
    *width: 8.9%;
  }
  .nav-collapse > .nav > li.nav7 {
    width: 18%;
    *width: 17.9%;
  }
  .nav-collapse > .nav a {
    color: #ffffff;
    font-size: 16px;
  }
  .nav-collapse > .nav .back,
  .nav-collapse > .nav .home {
    display: none;
  }
  .nav-collapse > .nav ul {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 45px;
    margin-left: 0;
    text-align: left;
    background: #005496;
  }
  .nav-collapse > .nav ul img {
    margin-left: 12px;
    width: 90%;
  }
  .nav-collapse > .nav ul li,
  .nav-collapse > .nav ul .sub > li {
    width: 20%;
    display: block;
    float: left;
    list-style-type: none;
    text-align: center;
    color: #419acb;
    position: relative;
  }
  .nav-collapse > .nav ul li.navheader,
  .nav-collapse > .nav ul .sub > li.navheader {
    padding: 9px 0;
    margin-left: 12px;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
    list-style-type: none !important;
    text-indent: 0 !important;
    color: #ffffff !important;
  }
  .nav-collapse > .nav ul li.navheader:hover,
  .nav-collapse > .nav ul .sub > li.navheader:hover {
    background: none !important;
  }
  .nav-collapse > .nav ul li a,
  .nav-collapse > .nav ul .sub > li a {
    display: block;
    line-height: 16px;
    text-transform: none;
    padding: 6px 0 8px;
  }
  .nav-collapse > .nav ul li a:hover,
  .nav-collapse > .nav ul .sub > li a:hover {
    text-decoration: none;
  }
  .nav-collapse > .nav li,
  .nav-collapse > .nav .sub > li {
    display: inline;
    height: 100%;
  }
  .nav-collapse > .nav li > ul,
  .nav-collapse > .nav .sub > li > ul {
    display: block;
    position: absolute;
    top: 0;
    height: 0;
    transition: 0.3s;
    overflow: hidden;
  }
  .nav-collapse > .nav li > ul .sub,
  .nav-collapse > .nav .sub > li > ul .sub {
    *position: absolute;
    *left: 100%;
    *top: 0;
    *width: 100%;
  }
  .nav-collapse > .nav li > ul > .sub,
  .nav-collapse > .nav .sub > li > ul > .sub {
    background: #005496;
    position: absolute;
    display: block;
    left: 100%;
    *left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 80%;
    padding: 10px;
  }
  .nav-collapse > .nav li > ul > .sub > ul,
  .nav-collapse > .nav .sub > li > ul > .sub > ul {
    position: relative;
    margin: 0px;
    left: 0;
    width: 100%;
    padding: 0px;
  }
  .nav-collapse > .nav li.no-list,
  .nav-collapse > .nav .sub > li.no-list {
    list-style-type: none !important;
    text-indent: 0 !important;
    padding: 0;
  }
  .nav-collapse > .nav li.no-list:hover,
  .nav-collapse > .nav .sub > li.no-list:hover {
    background: none;
  }
  .nav-collapse > .nav li.hover > ul,
  .nav-collapse > .nav li:hover > ul,
  .nav-collapse > .nav li:focus > ul {
    z-index: 100;
  }
  .nav-collapse > .nav .active {
    left: 0;
  }
}
/*Mobile Styles*/
@media (max-width: 767px) {
  .nav-collapse {
    *display: none;
  }
  .nav-collapse.in {
    *display: block;
  }
  .nav-collapse > .nav {
    transition: 0.3s;
  }
  .nav-collapse > .nav > li > a {
    color: #2a5077;
  }
  .nav-collapse > .nav li .active {
    padding: 0;
    height: auto;
  }
  .nav-collapse > .nav li.ie7fix {
    *margin-top: -20px;
  }
  .nav-collapse > .nav li.sub > ul {
    position: relative;
    left: 0;
  }
  .nav-collapse > .nav li.nav2 .sub1 {
    border-bottom: 4px solid #bbd1ab;
  }
  .nav-collapse > .nav li.nav2 .sub1 a {
    color: #ffffff;
  }
  .nav-collapse > .nav li.nav2 .sub1.active,
  .nav-collapse > .nav li.nav2 .sub1:hover {
    background: #aec89b;
  }
  .nav-collapse > .nav li.nav2 .sub1.active a,
  .nav-collapse > .nav li.nav2 .sub1:hover a {
    color: #3c512c;
  }
  .nav-collapse > .nav li.nav2 .sub2 {
    border-bottom: 4px solid #75b6e1;
  }
  .nav-collapse > .nav li.nav2 .sub2 a {
    color: #ffffff;
  }
  .nav-collapse > .nav li.nav2 .sub2.active,
  .nav-collapse > .nav li.nav2 .sub2:hover {
    background: #60abdc;
  }
  .nav-collapse > .nav li.nav2 .sub2.active a,
  .nav-collapse > .nav li.nav2 .sub2:hover a {
    color: #103147;
  }
  .nav-collapse > .nav li.nav2 .sub3 {
    border-bottom: 4px solid #9dd0d6;
  }
  .nav-collapse > .nav li.nav2 .sub3 a {
    color: #ffffff;
  }
  .nav-collapse > .nav li.nav2 .sub3.active,
  .nav-collapse > .nav li.nav2 .sub3:hover {
    background: #8bc7ce;
  }
  .nav-collapse > .nav li.nav2 .sub3.active a,
  .nav-collapse > .nav li.nav2 .sub3:hover a {
    color: #224d52;
  }
  .nav-collapse > .nav li.nav2 .sub4 {
    border-bottom: 4px solid #9c7bc3;
  }
  .nav-collapse > .nav li.nav2 .sub4 a {
    color: #ffffff;
  }
  .nav-collapse > .nav li.nav2 .sub4.active,
  .nav-collapse > .nav li.nav2 .sub4:hover {
    background: #8f69bb;
  }
  .nav-collapse > .nav li.nav2 .sub4.active a,
  .nav-collapse > .nav li.nav2 .sub4:hover a {
    color: #1f142b;
  }
  .nav-collapse > .nav li.nav2 .sub5 {
    border-bottom: 4px solid #af5050;
  }
  .nav-collapse > .nav li.nav2 .sub5 a {
    color: #ffffff;
  }
  .nav-collapse > .nav li.nav2 .sub5.active,
  .nav-collapse > .nav li.nav2 .sub5:hover {
    background: #9e4848;
  }
  .nav-collapse > .nav li.nav2 .sub5.active a,
  .nav-collapse > .nav li.nav2 .sub5:hover a {
    color: #000000;
  }
  .nav-collapse > .nav li.nav2 .sub6 {
    border-bottom: 4px solid #4d6094;
  }
  .nav-collapse > .nav li.nav2 .sub6 a {
    color: #ffffff;
  }
  .nav-collapse > .nav li.nav2 .sub6.active,
  .nav-collapse > .nav li.nav2 .sub6:hover {
    background: #445583;
  }
  .nav-collapse > .nav li.nav2 .sub6.active a,
  .nav-collapse > .nav li.nav2 .sub6:hover a {
    color: #000000;
  }
  .nav-collapse > .nav ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    list-style: none;
    transition: 0.3s;
  }
  .nav-collapse > .nav a {
    padding: 9px 0 9px 15px !important;
    margin-right: 40px;
  }
  .nav-collapse > .nav a,
  .nav-collapse > .nav .back {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    display: block;
    line-height: 20px;
    margin-bottom: 2px;
  }
  .nav-collapse > .nav .back {
    background: #005496;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    padding: 9px 15px;
  }
  .nav-collapse > .nav .back > span {
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 6px;
    *margin-top: 3px;
    margin-left: -10px;
    vertical-align: top;
    border-top: 4px solid transparent;
    border-right: 4px solid #ffffff;
    border-bottom: 4px solid transparent;
    content: "";
  }
  .nav-collapse > .nav .back:active > span {
    border-right: 4px solid #fff;
  }
  .nav-collapse > .nav .arrow {
    background: #2b81c5;
    float: right;
    z-index: 900;
    *width: 38px;
    *margin-top: 20px;
    cursor: pointer;
  }
  .nav-collapse > .nav .arrow > span {
    float: right;
    width: 0;
    height: 0;
    margin: 11px 15px;
    vertical-align: top;
    border-top: 8px solid transparent;
    border-left: 8px solid #ffffff;
    border-bottom: 8px solid transparent;
    content: "";
  }
  .nav-collapse > .nav .arrow:active > span {
    border-left: 8px solid #fff;
  }
  .nav-collapse > .nav .navheader {
    display: block;
    width: 100%;
    padding: 9px 15px;
    margin-bottom: 2px;
    color: #2a5077;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    background: #e7f2f8;
  }
}
/* END CUSTOM MOBILE NAV */
.breadcrumb {
  position: relative;
  padding: 10px 0 10px 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  min-height: 20px;
}
.breadcrumb > li {
  display: inline;
}
.breadcrumb > li > .divider {
  display: inline;
  padding: 0 5px;
  color: #555555;
}
.breadcrumb > .active {
  color: #555555;
}
.breadcrumb a {
  color: #555555;
}
.main .breadcrumb {
  padding: 5px 20px 15px;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #b2b2b2;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #b2b2b2;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 8px 60px;
  font-size: 20.3px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #b2b2b2;
  background-color: #fff;
  cursor: default;
}
.accordion-group {
  margin-bottom: 2px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
}
.accordion-toggle {
  position: relative;
  cursor: pointer;
}
.accordion-toggle .drop-arrow {
  position: absolute;
  top: 45%;
  right: -20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #4b9ad8;
  font-size: 0;
}
.accordion-inner {
  margin-top: 2px;
}
.accordion-inner > ul {
  margin-left: 20px;
}
.accordion-inner ul {
  list-style: none;
}
.carousel {
  position: relative;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: auto;
  position: relative;
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #999999;
  text-align: center;
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 40px;
  top: 8%;
  padding: 15px;
  width: 45%;
}
.carousel-caption h1,
.carousel-caption p {
  color: #005496;
  line-height: 20px;
}
.carousel-caption h1 {
  margin: 0 0 22px 0;
  font-size: 24px;
  line-height: 34px;
  font-family: "pt_sansregular", "Trebuchet MS", Arial, sans-serif;
  font-weight: normal;
}
.carousel-caption p {
  margin-bottom: 0;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
/*Custom Classes*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-max {
  min-width: 300px;
  padding: 0;
}
.row {
  margin: auto;
}
.row-fluid {
  max-width: 1200px;
  margin: auto;
}
.row-fluid.content {
  max-width: 1200px;
}
.on {
  display: inline;
}
.off {
  display: none;
}
/* ALIGNMENT */
.align-l {
  text-align: left;
}
.align-r {
  text-align: right;
}
.align-c {
  text-align: center;
}
.space {
  margin-top: 20px;
}
.space-phone {
  margin-top: 0;
}
.no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.margin-b10 {
  margin-bottom: 10px;
}
.offscreen {
  position: absolute;
  left: -1000%;
}
/* END ALIGNMENT */
/* TEXT COLORS */
.txt-blueDark {
  color: #005496;
}
.txt-blue {
  color: #3f8cce;
}
/* END TEXT COLORS */
/* BACKGROUND COLORS */
.bg-white {
  background: #ffffff;
}
.bg-blueDark {
  background: #005496;
}
a.bg-blueDark {
  transition: 0.2s;
}
a.bg-blueDark:hover {
  background: #0071c9;
}
.bg-blue {
  background: #3f8cce;
}
a.bg-blue {
  transition: 0.2s;
}
a.bg-blue:hover {
  background: #68a4d8;
}
.bg-blueLighter {
  background: #dfedff;
}
/* END BACKGROUND COLORS */
/* TEXT STYLES */
p {
  margin: 0 0 20px 0;
}
.break-link {
  /* text wrapping */
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
}
/* END TEXT STYLES */
@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 568px) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}
/* HEADER */
.header {
  margin-bottom: 0;
}
.search {
  margin-top: 5px;
}
.search label {
  color: #005496;
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 0px;
}
.search input#search {
  margin-bottom: 0px;
}
.search button {
  margin-bottom: 4px;
}
.utility-nav {
  color: #cccccc;
  margin-bottom: 0;
}
.logo {
  margin: 15px 0;
}
.logo > a {
  content: none !important;
}
.logo > a:hover {
  text-decoration: none;
}
.logo > a > img {
  margin: 10px 10px 10px 0;
}
/* very top bar code*/
.hhs-banner {
  padding: 0;
  width: 100%;
  display: block;
  background: #eeeff0;
}
.hhs-banner a img {
  margin: 0 5px 0 2px;
  vertical-align: middle;
}
.hhs-banner .divider {
  margin: 0 15px 0 15px;
}
.hhs-banner a {
  color: #797979;
  font-size: 13px;
}
.hhs-banner a span {
  vertical-align: middle;
}
.hhs-banner a:hover {
  text-decoration: none;
}
/*---------------------OER NAV--------------------*/
.secondary-nav {
  background-color: #626367;
}
ul.oer-nav {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
ul.oer-nav li {
  display: block;
  text-align: center;
  float: left;
  line-height: 32px;
}
/* ul.oer-nav li.oer1 {
  width: 20%;
}
ul.oer-nav li.oer2 {
  width: 12%;
}
ul.oer-nav li.oer3 {
  width: 10%;
}
ul.oer-nav li.oer4 {
  width: 10%;
}
ul.oer-nav li.oer5 {
  width: 16%;
}
ul.oer-nav li.oer6 {
  width: 8%;
}
ul.oer-nav li.oer7 {
  width: 12%;
}
ul.oer-nav li.oer8 {
  width: 12%;
} */
ul.oer-nav li a {
  padding: 8px 0px;
  font-size: 14px;
  color: #e4e4e4;
  text-align: center;
}
ul.oer-nav li a:hover {
  color: #c9c7c7;
}
/* END HEADER */
* {
  behavior: url(../js/PIE.htc);
}
body {
  font-size: 16px;
}
.content-area {
  transition: 0.3s;
  margin-top: 0;
}
.content-area.menu-margin {
  padding-top: 38px;
}
h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2em;
  color: #005496;
}
h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2em;
  color: #005496;
}
h2 span {
  font-weight: bold;
}
h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2em;
  color: #005496;
}
p.subtitle {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4em;
}
.oblique {
  font-style: oblique;
  color: #555555;
}
.undergrad h1 {
  color: #2f4023;
}
.undergrad h2.award-heading {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2em;
  color: #2f4023 !important;
  padding: 6px 10px;
  background-color: #bbd1ab;
}
.undergrad h2,
.undergrad h3,
.undergrad h4,
.undergrad h5 {
  color: #486135;
}
.undergrad .content-head {
  padding: 30px 10px 20px 20px;
  background: #bbd1ab;
}
.undergrad .levels {
  color: #3c512c;
}
.undergrad ul.arrows > li:before {
  color: #bbd1ab;
}
.undergrad ul.popups > li:hover,
.undergrad ul.popups > li :focus {
  background: #e3ecdc;
}
.undergrad ul.popups > li:hover a,
.undergrad ul.popups > li :focus a {
  color: #2f4023;
}
.undergrad ul.squares > li {
  color: #bbd1ab;
}
.undergrad .side-arrow {
  background: #bbd1ab;
}
.undergrad .side-arrow .text span {
  color: #2f4023;
}
.undergrad .side-arrow:hover {
  background: #a0bf8a;
}
.undergrad .sidebar h3 {
  color: #6f9652;
}
.undergrad .accordion-toggle .drop-arrow {
  border-top-color: #bbd1ab;
}
.undergrad .color-block {
  background: #bbd1ab;
  color: #ffffff;
}
.undergrad .color-block:hover {
  background: #a0bf8a;
}
.undergrad .help-popup {
  border-color: #bbd1ab;
}
.undergrad .help-popup .arrow2 {
  border-right-color: #bbd1ab;
}
.undergrad .k-square a {
  border-color: #e3ecdc;
  color: #6f9652;
}
.undergrad .k-square a:hover,
.undergrad .k-square a:focus {
  background-color: #6f9652;
  border-color: #6f9652;
}
.undergrad .k-text .title {
  color: #6f9652;
}
.undergrad .k-text .title:hover,
.undergrad .k-text .title:focus {
  color: #88af6c;
}
.grad h1 {
  color: #0b2333;
}
.grad h2.award-heading {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2em;
  color: #0b2333 !important;
  padding: 6px 10px;
  background-color: #75b6e1;
}
.grad h2,
.grad h3,
.grad h4,
.grad h5 {
  color: #14405c;
}
.grad .content-head {
  padding: 30px 10px 20px 20px;
  background: #75b6e1;
}
.grad .levels {
  color: #103147;
}
.grad ul.arrows > li:before {
  color: #75b6e1;
}
.grad ul.popups > li:hover,
.grad ul.popups > li :focus {
  background: #b4d7ef;
}
.grad ul.popups > li:hover a,
.grad ul.popups > li :focus a {
  color: #0b2333;
}
.grad ul.squares > li {
  color: #75b6e1;
}
.grad .side-arrow {
  background: #75b6e1;
}
.grad .side-arrow .text span {
  color: #0b2333;
}
.grad .side-arrow:hover {
  background: #4ba0d8;
}
.grad .sidebar h3 {
  color: #236e9f;
}
.grad .accordion-toggle .drop-arrow {
  border-top-color: #75b6e1;
}
.grad .color-block {
  background: #75b6e1;
  color: #ffffff;
}
.grad .color-block:hover {
  background: #4ba0d8;
}
.grad .help-popup {
  border-color: #75b6e1;
}
.grad .help-popup .arrow2 {
  border-right-color: #75b6e1;
}
.grad .k-square a {
  border-color: #b4d7ef;
  color: #236e9f;
}
.grad .k-square a:hover,
.grad .k-square a:focus {
  background-color: #236e9f;
  border-color: #236e9f;
}
.grad .k-text .title {
  color: #236e9f;
}
.grad .k-text .title:hover,
.grad .k-text .title:focus {
  color: #2c8bc9;
}
.postdoc h1 {
  color: #1e4347;
}
.postdoc h2.award-heading {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2em;
  color: #1e4347 !important;
  padding: 6px 10px;
  background-color: #9dd0d6;
}
.postdoc h2,
.postdoc h3,
.postdoc h4,
.postdoc h5 {
  color: #2a5e64;
}
.postdoc .content-head {
  padding: 30px 10px 20px 20px;
  background: #9dd0d6;
}
.postdoc .levels {
  color: #224d52;
}
.postdoc ul.arrows > li:before {
  color: #9dd0d6;
}
.postdoc ul.popups > li:hover,
.postdoc ul.popups > li :focus {
  background: #d3eaed;
}
.postdoc ul.popups > li:hover a,
.postdoc ul.popups > li :focus a {
  color: #1e4347;
}
.postdoc ul.squares > li {
  color: #9dd0d6;
}
.postdoc .side-arrow {
  background: #9dd0d6;
}
.postdoc .side-arrow .text span {
  color: #1e4347;
}
.postdoc .side-arrow:hover {
  background: #79bfc7;
}
.postdoc .sidebar h3 {
  color: #42949d;
}
.postdoc .accordion-toggle .drop-arrow {
  border-top-color: #9dd0d6;
}
.postdoc .color-block {
  background: #9dd0d6;
  color: #ffffff;
}
.postdoc .color-block:hover {
  background: #79bfc7;
}
.postdoc .help-popup {
  border-color: #9dd0d6;
}
.postdoc .help-popup .arrow2 {
  border-right-color: #9dd0d6;
}
.postdoc .k-square a {
  border-color: #d3eaed;
  color: #42949d;
}
.postdoc .k-square a:hover,
.postdoc .k-square a:focus {
  background-color: #42949d;
  border-color: #42949d;
}
.postdoc .k-text .title {
  color: #42949d;
}
.postdoc .k-text .title:hover,
.postdoc .k-text .title:focus {
  color: #59afb9;
}
.earlycareer h1 {
  color: #ffffff;
}
.earlycareer h2.award-heading {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2em;
  color: #fff !important;
  padding: 6px 10px;
  background-color: #9c7bc3;
}
.earlycareer h2,
.earlycareer h3,
.earlycareer h4,
.earlycareer h5 {
  color: #2b1c3d;
}
.earlycareer .content-head {
  padding: 30px 10px 20px 20px;
  background: #9c7bc3;
}
.earlycareer .levels {
  color: #1f142b;
}
.earlycareer ul.arrows > li:before {
  color: #9c7bc3;
}
.earlycareer ul.popups > li:hover,
.earlycareer ul.popups > li :focus {
  background: #c3b0db;
}
.earlycareer ul.popups > li:hover a,
.earlycareer ul.popups > li :focus a {
  color: #ffffff;
}
.earlycareer ul.squares > li {
  color: #9c7bc3;
}
.earlycareer .side-arrow {
  background: #9c7bc3;
}
.earlycareer .side-arrow .text span {
  color: #ffffff;
}
.earlycareer .side-arrow:hover {
  background: #8258b3;
}
.earlycareer .sidebar h3 {
  color: #523575;
}
.earlycareer .accordion-toggle .drop-arrow {
  border-top-color: #9c7bc3;
}
.earlycareer .color-block {
  background: #9c7bc3;
  color: #ffffff;
}
.earlycareer .color-block:hover {
  background: #8258b3;
}
.earlycareer .help-popup {
  border-color: #9c7bc3;
}
.earlycareer .help-popup .arrow2 {
  border-right-color: #9c7bc3;
}
.earlycareer .k-square a {
  border-color: #c3b0db;
  color: #523575;
}
.earlycareer .k-square a:hover,
.earlycareer .k-square a:focus {
  background-color: #523575;
  border-color: #523575;
}
.earlycareer .k-text .title {
  color: #523575;
}
.earlycareer .k-text .title:hover,
.earlycareer .k-text .title:focus {
  color: #6b4598;
}
.midcareer h1 {
  color: #ffffff;
}
.midcareer h2.award-heading {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2em;
  color: #fff !important;
  padding: 6px 10px;
  background-color: #af5050;
}
.midcareer h2,
.midcareer h3,
.midcareer h4,
.midcareer h5 {
  color: #110808;
}
.midcareer .content-head {
  padding: 30px 10px 20px 20px;
  background: #af5050;
}
.midcareer .levels {
  color: #000000;
}
.midcareer ul.arrows > li:before {
  color: #af5050;
}
.midcareer ul.popups > li:hover,
.midcareer ul.popups > li :focus {
  background: #c78585;
}
.midcareer ul.popups > li:hover a,
.midcareer ul.popups > li :focus a {
  color: #ffffff;
}
.midcareer ul.squares > li {
  color: #af5050;
}
.midcareer .side-arrow {
  background: #af5050;
}
.midcareer .side-arrow .text span {
  color: #ffffff;
}
.midcareer .side-arrow:hover {
  background: #8c4040;
}
.midcareer .sidebar h3 {
  color: #4a2222;
}
.midcareer .accordion-toggle .drop-arrow {
  border-top-color: #af5050;
}
.midcareer .color-block {
  background: #af5050;
  color: #ffffff;
}
.midcareer .color-block:hover {
  background: #8c4040;
}
.midcareer .help-popup {
  border-color: #af5050;
}
.midcareer .help-popup .arrow2 {
  border-right-color: #af5050;
}
.midcareer .k-square a {
  border-color: #c78585;
  color: #4a2222;
}
.midcareer .k-square a:hover,
.midcareer .k-square a:focus {
  background-color: #4a2222;
  border-color: #4a2222;
}
.midcareer .k-text .title {
  color: #4a2222;
}
.midcareer .k-text .title:hover,
.midcareer .k-text .title:focus {
  color: #6d3232;
}
.seniorcareer h1 {
  color: #ffffff;
}
.seniorcareer h2.award-heading {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2em;
  color: #fff !important;
  padding: 6px 10px;
  background-color: #000000;
}
.seniorcareer h2,
.seniorcareer h3,
.seniorcareer h4,
.seniorcareer h5 {
  color: #000000;
}
.seniorcareer .content-head {
  padding: 30px 10px 20px 20px;
  background: #4d6094;
}
.seniorcareer .levels {
  color: #000000;
}
.seniorcareer ul.arrows > li:before {
  color: #4d6094;
}
.seniorcareer ul.popups > li:hover,
.seniorcareer ul.popups > li :focus {
  background: #7687b8;
}
.seniorcareer ul.popups > li:hover a,
.seniorcareer ul.popups > li :focus a {
  color: #ffffff;
}
.seniorcareer ul.squares > li {
  color: #4d6094;
}
.seniorcareer .side-arrow {
  background: #4d6094;
}
.seniorcareer .side-arrow .text span {
  color: #ffffff;
}
.seniorcareer .side-arrow:hover {
  background: #3c4a72;
}
.seniorcareer .sidebar h3 {
  color: #1a2133;
}
.seniorcareer .accordion-toggle .drop-arrow {
  border-top-color: #4d6094;
}
.seniorcareer .color-block {
  background: #4d6094;
  color: #ffffff;
}
.seniorcareer .color-block:hover {
  background: #3c4a72;
}
.seniorcareer .help-popup {
  border-color: #4d6094;
}
.seniorcareer .help-popup .arrow2 {
  border-right-color: #4d6094;
}
.seniorcareer .k-square a {
  border-color: #7687b8;
  color: #1a2133;
}
.seniorcareer .k-square a:hover,
.seniorcareer .k-square a:focus {
  background-color: #1a2133;
  border-color: #1a2133;
}
.seniorcareer .k-text .title {
  color: #1a2133;
}
.seniorcareer .k-text .title:hover,
.seniorcareer .k-text .title:focus {
  color: #2c3754;
}
/*.undergrad .sidebar.content2 {
    margin-left: 20px;
    margin-right: -20px;
}

.undergrad .span5.side {
    margin-left: 40px;
}*/
.main {
  margin-top: 20px;
  border: 1px solid #dedede;
}
.main.no-border-top {
  border-top: none;
  margin-top: 0;
}
.main > .row-fluid > [class*="span"] {
  padding: 10px 20px;
}
.main > .row-fluid [class*="span"] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.no-margin-top {
  margin-top: 0;
}
.side {
  padding-top: 20px;
}
.padding {
  padding: 10px 20px;
}
.margin {
  margin: 10px 20px;
}
.content-head {
  padding: 15px 0 5px 0;
}
.content-head h1,
.content-head p {
  margin-bottom: 0;
}
.content-head p {
  margin-top: 5px;
}
.levels {
  padding: 20px !important;
  border: 4px solid #eeeeee;
}
.levels span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.levels p {
  color: #555555;
  margin-bottom: 0;
  line-height: 1.2em;
}
.icon-circle {
  position: relative;
  display: block;
  float: left;
  margin-top: 5px;
  width: 65px;
  height: 65px;
}
.icon-circle > div {
  display: block;
  padding: 10px;
  width: 45px;
  height: 45px;
  border-radius: 40px;
  background: #eeeeee;
}
.icon-text {
  display: block;
  position: relative;
  margin-top: 22px;
  padding-left: 85px;
}
.k-col-header .code,
.k-col-header .description {
  background: #f2f2f2;
  margin: 0 10px;
  display: block;
  padding: 5px 10px;
  color: #4b9ad8;
  text-transform: uppercase;
  font-size: 14px;
}
.k-col-header .code {
  width: 95px;
  float: left;
}
.k-col-header .description {
  margin-left: 135px;
}
.k-square {
  position: relative;
  display: block;
  float: left;
  margin-top: 5px;
  margin-left: 20px;
  z-index: 10;
}
.k-square a {
  display: block;
  width: 48px;
  height: 44px;
  padding: 10px 8px;
  background: #ffffff;
  border: 3px solid #c9e1f3;
  text-align: center;
  color: #005496;
  font-size: 24px;
  font-weight: bold;
  line-height: 44px;
  transition: 0.3s;
}
.k-square a:hover {
  background: #4b9ad8;
  border-color: #4b9ad8;
  color: #ffffff;
  text-decoration: none;
}
.k-square a.small {
  font-size: 18px;
}
.k-square a.line-fix {
  word-wrap: break-word;
  line-height: 22px;
}
.k-text {
  display: block;
  position: relative;
  margin-top: 0;
  padding-left: 115px;
}
.k-text h2 {
  margin-top: 2px;
}
.k-text .title {
  font-weight: bold;
  font-size: 18px;
}
.k-text .icon {
  margin-right: 10px;
}
.k-text .k-sublinks {
  margin-bottom: 10px;
}
.k-text p {
  margin-bottom: 10px;
}
.line-thin {
  display: block;
  height: 1px;
  background: #dedede;
}
.box-two-tone {
  margin-top: 20px;
}
.box-two-tone .top,
.box-two-tone .bottom {
  padding: 20px;
}
.box-two-tone .top {
  color: #ffffff;
  background: #4b9ad8;
}
.box-two-tone .bottom {
  background: #ffffff;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #dedede;
}
.box-two-tone .icon-circle {
  margin-top: 0;
}
.box-two-tone .icon-circle > div {
  background: #ffffff;
}
.box-two-tone h2 {
  color: #ffffff;
}
.box-two-tone p {
  margin-bottom: 0;
}
.box-two-tone .icon-text {
  margin-top: 0;
  padding-left: 100px;
  min-height: 90px;
}
.box-two-tone ul {
  position: relative;
  list-style-type: none;
  list-style-position: inside;
  padding: 0px 10px 4px 25px;
  margin: 0;
}
.box-two-tone ul > li {
  position: relative;
  margin-bottom: 5px;
  color: #4b9ad8;
}
.box-two-tone ul > li:before {
  position: absolute;
  color: #4b9ad8;
  top: -16px;
  left: -15px;
  font-size: 30px;
  line-height: 14px;
  margin-top: 20px;
  content: "> \0020";
  font-size: 16px;
}
.box-two-tone ul > li > a {
  font-size: 16px;
  font-weight: bold;
}
.box-two-tone.blueLight .top {
  background: #70bcf8;
}
.box-two-tone.blueDark .top {
  background: #005496;
}
.boxes {
  position: relative;
  display: block;
  margin-bottom: 20px;
  height: 100px;
  width: 100%;
  overflow: hidden;
}
.boxes .boxes-inner {
  position: absolute;
  left: 0;
  width: 1000%;
  transition: 0.5s;
}
.boxes .box {
  position: relative;
  display: block;
  float: left;
  background: #005496;
  height: 100px;
  width: 100px;
  margin-right: 10px;
  line-height: 1em;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.3s;
}
.boxes .box:hover {
  background: #4b9ad8;
  text-decoration: none;
}
.boxes .text-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  padding: 10px;
}
.boxes .textfit {
  display: block;
  width: 100%;
  white-space: nowrap;
}
.boxes .prev {
  display: none;
  position: absolute;
  left: 0px;
  width: 25px;
  height: 100%;
  z-index: 100;
}
.boxes .prev .bg {
  position: absolute;
  left: 0;
  height: 100%;
  background: #eeeeee;
  width: 60%;
}
.boxes .prev .gradient {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eeeeee),
    to(rgba(238, 238, 238, 0)),
    color-stop(1, #eeeeee)
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(238, 238, 238, 0) 0%,
    #eeeeee 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffeeeeee', endColorstr='#00eeeeee');
}
.boxes .prev .arrow {
  position: absolute;
  top: 15px;
  border-top: 30px solid transparent;
  border-right: 15px solid #4b9ad8;
  border-bottom: 30px solid transparent;
  cursor: pointer;
  transition: 0.3s;
  line-height: 0;
}
.boxes .prev .arrow:hover {
  border-right: 15px solid #005496;
}
.boxes .next {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 100%;
  z-index: 100;
}
.boxes .next .bg {
  position: absolute;
  right: 0;
  height: 100%;
  background: #eeeeee;
  width: 40%;
}
.boxes .next .gradient {
  position: absolute;
  left: 0;
  height: 100%;
  width: 60%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(238, 238, 238, 0)),
    to(#eeeeee),
    color-stop(1, #eeeeee)
  );
  background-image: -moz-linear-gradient(
    right,
    #eeeeee 0%,
    rgba(238, 238, 238, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#00eeeeee', endColorstr='#ffeeeeee');
}
.boxes .next .arrow {
  position: absolute;
  top: 15px;
  right: 0;
  border-top: 30px solid transparent;
  border-left: 15px solid #4b9ad8;
  border-bottom: 30px solid transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: 0.3s;
}
.boxes .next .arrow:hover {
  border-left: 15px solid #005496;
}
ul.arrows,
ul.squares,
ul.circles {
  position: relative;
  padding: 4px 10px 4px 25px;
}
ul.arrows > li,
ul.squares > li,
ul.circles > li {
  position: relative;
  margin-bottom: 5px;
}
ul.arrows > li > a,
ul.squares > li > a,
ul.circles > li > a {
  font-size: 16px;
}
ul.arrows {
  list-style-type: none;
  list-style-position: inside;
}
ul.arrows > li:before {
  position: absolute;
  color: #4b9ad8;
  top: -16px;
  left: -15px;
  font-size: 30px;
  line-height: 14px;
  margin-top: 20px;
  content: "\2023 \0020";
}
ul.squares {
  list-style-type: square;
}
ul.squares > li {
  color: #4b9ad8;
}
ul.squares > li p {
  color: #555555;
  margin: 10px 0px;
}
ul.circles > li {
  color: #4b9ad8;
}
ul.circles > li p {
  color: #555555;
  margin: 10px 0px;
}
ul.popups > li:before {
  top: -8px;
}
ul.popups > li:hover,
ul.popups > li :focus {
  background: #c9e1f3;
}
ul.popups > li a {
  display: block;
  padding: 8px;
}
ul.popups > li a:hover,
ul.popups > li a :focus {
  color: #005496;
}
.side-arrow {
  display: block;
  position: relative;
  min-height: 20px;
  padding: 3.7%;
  margin-bottom: 20px;
  background: #4b9ad8;
  overflow: hidden;
  transition: 0.3s;
}
.side-arrow:hover {
  text-decoration: none;
  background: #005496;
}
.side-arrow .icon {
  position: absolute;
  top: 50%;
  display: inline;
  vertical-align: middle;
  height: 100%;
  width: 10%;
}
.side-arrow .icon img {
  position: absolute;
  bottom: 75%;
  display: block;
  float: left;
  vertical-align: middle;
}
.side-arrow .text {
  display: block;
  width: 90%;
  vertical-align: middle;
}
.side-arrow .text span {
  display: block;
  width: 90%;
  padding-left: 16%;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}
.side-arrow .arrow-top {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0px;
  border-top: 0 solid transparent;
  border-right: 25px solid #eeeeee;
  border-bottom: 50px solid transparent;
  font-size: 0;
  line-height: 0;
}
.side-arrow .arrow-bottom {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0px;
  border-top: 50px solid transparent;
  border-right: 25px solid #eeeeee;
  border-bottom: 0 solid transparent;
  font-size: 0;
  line-height: 0;
}
.sidebar {
  display: block;
  padding: 20px 20px;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #dedede;
}
.sidebar.no-border-bottom {
  border-bottom: none;
  margin-bottom: 0;
}
.sidebar h3 {
  font-size: 20px;
  font-weight: bold;
}
.sidebar .fittext1 {
  margin-top: 0 !important;
  line-height: 1em;
}
.sidebar .fittext3 {
  margin: 0 !important;
  line-height: 1em;
}
.sidebar .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
.sidebar .section {
  margin-bottom: 20px;
}
.sidebar div.view-more {
  text-align: right;
}
.sidebar div.view-more a {
  font-style: italic;
}
.sidebar h3.foa {
  color: brown;
}
.podcast h3 {
  color: #8ea77c;
}
.podcast .btn-primary {
  color: #5b714c;
  background: #dde4d8;
}
.podcast .btn-primary:hover {
  color: #ffffff;
  background: #8ea77c;
}
.color-block {
  padding: 15px 20px;
  background: #4b9ad8;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
}
.color-block a {
  color: #ffffff;
}
.color-block a:hover {
  text-decoration: none;
}
.color-block:hover {
  background: #005496;
}
.popups a .hidden {
  position: absolute;
  left: -99999px;
  display: none;
}
.popups a:hover .hidden {
  display: block;
}
.help-popup {
  position: absolute;
  display: block;
  top: -40%;
  left: -99999px;
  margin-left: 22px;
  padding: 10px;
  text-align: left;
  max-width: 400px;
  width: 120%;
  color: #414141;
  line-height: 1.2em;
  font-style: italic;
  background: #ffffff;
  z-index: 100;
  transition: 0.4s;
  border: 2px solid #4b9ad8;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
  overflow: visible;
}
.help-popup .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 40%;
  left: -12px;
  border-top: 15px solid transparent;
  border-right: 15px solid #ffffff;
  border-bottom: 15px solid transparent;
  font-size: 0;
  line-height: 0;
  z-index: 102;
}
.help-popup .arrow2 {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 40%;
  left: -15px;
  border-top: 15px solid transparent;
  border-right: 15px solid #4b9ad8;
  border-bottom: 15px solid transparent;
  font-size: 0;
  line-height: 0;
  z-index: 101;
}
.accordion-for {
  margin-bottom: 25px;
}
.accordion-for .accordion-toggle {
  font-size: 20px;
  font-style: italic;
  color: #222222;
  text-decoration: none;
}
.accordion-for .accordion-toggle span {
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
}
.accordion-for .accordion-toggle:hover {
  color: #4b9ad8;
}
.side-box {
  display: block;
  padding: 15px 20px;
  margin: 10px 0;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
.side-box:hover,
.side-box :focus {
  color: #ffffff;
  text-decoration: none;
}
.side-box span {
  font-size: 17px;
}
/* GENERAL STYLE ELEMENTS */
.line {
  height: 3px;
  background: #005496;
}
/* END GENERAL STYLE ELEMENTS */
/* HOME PAGE STYLES */
/* END HOME PAGE STYLES */
/* MAIN CONTENT */
/* END MAIN CONTENT */
/* INFOGRAPHIC */
.infographic-career-stages {
  display: block;
  width: 100%;
  margin: 0px;
}
.infographic-career-stages .stage-arrows {
  display: table;
  padding-right: 30px;
}
.infographic-career-stages .stages-container {
  overflow: hidden;
}
.infographic-career-stages .stages-container .stage {
  position: relative;
  height: 300px;
  opacity: 0;
  display: none;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.infographic-career-stages .stages-container .stage .logo {
  transition: 0.3s;
}
.infographic-career-stages .stages-container .stage.in {
  display: block;
}
.infographic-career-stages .stages-container .stage.active {
  opacity: 1;
  display: block;
}
.infographic-career-stages .stages-container .stage.out {
  opacity: 0;
}
.infographic-career-stages .stages-container .stage .left {
  float: left;
  display: inline-block;
  height: 100%;
  transition: 0.3s;
}
.infographic-career-stages .stages-container .stage .left .main {
  transition: 0.3s;
}
.infographic-career-stages .stages-container .stage .right {
  float: right;
  display: inline-block;
  height: 100%;
  transition: 0.3s;
}
.infographic-career-stages .stages-container .stage .right .main {
  transition: 0.3s;
}
.infographic-career-stages .stages-container .stage.default {
  background-image: url("/images/infographic/default-abstract.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.infographic-career-stages .stages-container .stage.default .left {
  width: 40%;
}
.infographic-career-stages .stages-container .stage.default .left h1 {
  padding-left: 10%;
  padding-top: 10%;
}
.infographic-career-stages .stages-container .stage.default .right {
  width: 60%;
  position: relative;
}
.infographic-career-stages .stages-container .stage.default .right img {
  position: absolute;
  border-radius: 50%;
}
.infographic-career-stages
  .stages-container
  .stage.default
  .right
  .middle-large {
  height: 120%;
  width: auto;
  left: 37%;
  top: -10%;
  z-index: 2;
}
.infographic-career-stages .stages-container .stage.default .right .left-small {
  height: 50%;
  bottom: -5%;
  left: 24%;
  z-index: 3;
}
.infographic-career-stages
  .stages-container
  .stage.default
  .right
  .right-small {
  right: -1%;
  height: 45%;
  top: -2%;
  z-index: 1;
}
.infographic-career-stages .stages-container .stage.one {
  background-image: url("/images/infographic/undergrad-abstract.jpg");
  transition: 0.3s;
}
.infographic-career-stages .stages-container .stage.one .logo {
  position: absolute;
  width: 120px;
  height: auto;
  left: 43%;
  top: -50%;
}
.infographic-career-stages .stages-container .stage.one .left {
  border-radius: 50%;
  height: 200%;
  width: 70%;
  top: -50%;
  right: 100%;
  position: absolute;
  overflow: hidden;
}
.infographic-career-stages .stages-container .stage.one .left .main {
  width: 550px;
  height: auto;
  margin: 0px;
  padding-top: 10%;
  padding-left: 0%;
}
.infographic-career-stages .stages-container .stage.one .right {
  width: 48%;
  padding-top: 0px;
}
.infographic-career-stages .stages-container .stage.one .right h2 {
  margin-top: 45px;
  font-size: 40px;
}
.infographic-career-stages .stages-container .stage.one .right .details {
  padding: 6px 20px;
  font-size: 1.1em;
  text-transform: uppercase;
}
.infographic-career-stages .stages-container .stage.one.active .left {
  right: 55%;
}
.infographic-career-stages .stages-container .stage.one.active .left .main {
  padding-left: 36%;
  padding-top: 10%;
}
.infographic-career-stages .stages-container .stage.one.active .logo {
  left: 43%;
  top: 11%;
}
.infographic-career-stages .stages-container .stage.two {
  background-image: url("/images/infographic/doctorate-abstract.jpg");
}
.infographic-career-stages .stages-container .stage.two .logo {
  position: absolute;
  left: 46%;
  top: -50%;
  width: 120px;
  height: auto;
}
.infographic-career-stages .stages-container .stage.two .left {
  width: 48%;
  padding-top: 0px;
  padding-left: 50px;
}
.infographic-career-stages .stages-container .stage.two .left h2 {
  margin-top: 20px;
  font-size: 40px;
}
.infographic-career-stages .stages-container .stage.two .left p {
  padding-right: 10%;
}
.infographic-career-stages .stages-container .stage.two .left .details {
  padding: 6px 20px;
  font-size: 1.1em;
  text-transform: uppercase;
}
.infographic-career-stages .stages-container .stage.two .right {
  border-radius: 50%;
  height: 200%;
  width: 70%;
  position: absolute;
  top: -50%;
  left: 100%;
  overflow: hidden;
}
.infographic-career-stages .stages-container .stage.two .right .main {
  width: 550px;
  height: auto;
  margin: 0px;
  padding-top: 36%;
  padding-right: 0px;
}
.infographic-career-stages .stages-container .stage.two h2 {
  color: #75b6e1;
}
.infographic-career-stages .stages-container .stage.two .details {
  background-color: #75b6e1;
}
.infographic-career-stages .stages-container .stage.two .details:hover,
.infographic-career-stages .stages-container .stage.two .details:focus {
  background-color: 20%;
}
.infographic-career-stages .stages-container .stage.two.active .logo {
  left: 46%;
  top: 17%;
}
.infographic-career-stages .stages-container .stage.two.active .right {
  left: 55%;
  top: -50%;
}
.infographic-career-stages .stages-container .stage.two.active .right .main {
  padding-right: 36%;
  padding-top: 17%;
}
.infographic-career-stages .stages-container .stage.three {
  background-image: url("/images/infographic/postdoc-abstract.jpg");
  transition: 0.3s;
}
.infographic-career-stages .stages-container .stage.three .logo {
  position: absolute;
  left: 43%;
  top: -50%;
  width: 120px;
  height: auto;
  transition: 0.3s;
}
.infographic-career-stages .stages-container .stage.three .left {
  border-radius: 50%;
  height: 200%;
  width: 70%;
  position: absolute;
  top: -50%;
  right: 100%;
  transition: 0.3s;
  overflow: hidden;
}
.infographic-career-stages .stages-container .stage.three .left .main {
  transition: 0.3s;
  width: 550px;
  height: auto;
  margin: 0px;
  padding-top: 10%;
}
.infographic-career-stages .stages-container .stage.three .right {
  transition: 0.3s;
  width: 46%;
  padding-top: 0px;
}
.infographic-career-stages .stages-container .stage.three .right h2 {
  transition: 0.3s;
  margin-top: 20px;
  font-size: 40px;
}
.infographic-career-stages .stages-container .stage.three .right h2 span {
  font-weight: 300;
}
.infographic-career-stages
  .stages-container
  .stage.three
  .right
  h2
  span.display {
  display: inline-block;
}
.infographic-career-stages .stages-container .stage.three .right .details {
  transition: 0.3s;
  padding: 6px 20px;
  font-size: 1.1em;
  text-transform: uppercase;
}
.infographic-career-stages .stages-container .stage.three h2 {
  color: #9dd0d6;
}
.infographic-career-stages .stages-container .stage.three .details {
  background-color: #9dd0d6;
}
.infographic-career-stages .stages-container .stage.three .details:hover,
.infographic-career-stages .stages-container .stage.three .details:focus {
  background-color: 20%;
}
.infographic-career-stages .stages-container .stage.three.active .logo {
  left: 43%;
  top: 7%;
}
.infographic-career-stages .stages-container .stage.three.active .left {
  right: 55%;
  top: -50%;
}
.infographic-career-stages .stages-container .stage.three.active .left .main {
  padding-left: 36%;
  padding-top: 10%;
}
.infographic-career-stages .stages-container .stage.four {
  background-image: url("/images/infographic/early-abstract.jpg");
}
.infographic-career-stages .stages-container .stage.four .logo {
  position: absolute;
  left: 46%;
  top: -50%;
  width: 120px;
  height: auto;
}
.infographic-career-stages .stages-container .stage.four .left {
  width: 48%;
  padding-top: 0px;
  padding-left: 50px;
}
.infographic-career-stages .stages-container .stage.four .left h2 {
  margin-top: 20px;
  font-size: 40px;
}
.infographic-career-stages .stages-container .stage.four .left p {
  padding-right: 10%;
}
.infographic-career-stages .stages-container .stage.four .left .details {
  padding: 6px 20px;
  font-size: 1.1em;
  text-transform: uppercase;
}
.infographic-career-stages .stages-container .stage.four .right {
  border-radius: 50%;
  height: 200%;
  width: 70%;
  position: absolute;
  top: -50%;
  left: 100%;
  overflow: hidden;
}
.infographic-career-stages .stages-container .stage.four .right .main {
  width: 550px;
  height: auto;
  margin: 0px;
  padding-top: 17%;
}
.infographic-career-stages .stages-container .stage.four h2 {
  color: #9c7bc3;
}
.infographic-career-stages .stages-container .stage.four .details {
  background-color: #9c7bc3;
}
.infographic-career-stages .stages-container .stage.four .details:hover,
.infographic-career-stages .stages-container .stage.four .details:focus {
  background-color: 20%;
}
.infographic-career-stages .stages-container .stage.four.active .logo {
  left: 46%;
  top: 7%;
}
.infographic-career-stages .stages-container .stage.four.active .right {
  left: 55%;
  top: -50%;
}
.infographic-career-stages .stages-container .stage.four.active .right .main {
  padding-right: 36%;
  padding-top: 17%;
}
.infographic-career-stages .stages-container .stage.five {
  background-image: url("/images/infographic/mid-abstract.jpg");
  transition: 0.3s;
}
.infographic-career-stages .stages-container .stage.five .logo {
  position: absolute;
  left: 43%;
  top: -50%;
  width: 120px;
  height: auto;
  transition: 0.3s;
}
.infographic-career-stages .stages-container .stage.five .left {
  border-radius: 50%;
  height: 200%;
  width: 70%;
  position: absolute;
  top: 50%;
  transition: 0.3s;
  overflow: hidden;
  right: 100%;
}
.infographic-career-stages .stages-container .stage.five .left .main {
  transition: 0.3s;
  width: 550px;
  height: auto;
  margin: 0px;
  padding-top: 10%;
}
.infographic-career-stages .stages-container .stage.five .right {
  transition: 0.3s;
  width: 46%;
  padding-top: 0px;
}
.infographic-career-stages .stages-container .stage.five .right h2 {
  transition: 0.3s;
  margin-top: 20px;
  font-size: 40px;
}
.infographic-career-stages .stages-container .stage.five .right .details {
  transition: 0.3s;
  padding: 6px 20px;
  font-size: 1.1em;
  text-transform: uppercase;
}
.infographic-career-stages .stages-container .stage.five h2 {
  color: #af5050;
}
.infographic-career-stages .stages-container .stage.five .details {
  background-color: #af5050;
}
.infographic-career-stages .stages-container .stage.five .details:hover,
.infographic-career-stages .stages-container .stage.five .details:focus {
  background-color: 20%;
}
.infographic-career-stages .stages-container .stage.five.active .logo {
  left: 43%;
  top: 7%;
}
.infographic-career-stages .stages-container .stage.five.active .left {
  right: 55%;
  top: -50%;
}
.infographic-career-stages .stages-container .stage.five.active .left .main {
  padding-left: 36%;
  padding-top: 10%;
}
.infographic-career-stages .stages-container .stage.six {
  background-image: url("/images/infographic/senior-abstract.jpg");
}
.infographic-career-stages .stages-container .stage.six .logo {
  position: absolute;
  left: 46%;
  top: -50%;
  width: 120px;
  height: auto;
}
.infographic-career-stages .stages-container .stage.six .left {
  width: 48%;
  padding-top: 0px;
  padding-left: 50px;
}
.infographic-career-stages .stages-container .stage.six .left h2 {
  margin-top: 20px;
  font-size: 40px;
}
.infographic-career-stages .stages-container .stage.six .left p {
  padding-right: 10%;
}
.infographic-career-stages .stages-container .stage.six .left .details {
  padding: 6px 20px;
  font-size: 1.1em;
  text-transform: uppercase;
}
.infographic-career-stages .stages-container .stage.six .right {
  border-radius: 50%;
  height: 200%;
  width: 70%;
  position: absolute;
  top: -50%;
  left: 100%;
  overflow: hidden;
}
.infographic-career-stages .stages-container .stage.six .right .main {
  width: 550px;
  height: auto;
  margin: 0px;
  padding-top: 8%;
}
.infographic-career-stages .stages-container .stage.six h2 {
  color: #4d6094;
}
.infographic-career-stages .stages-container .stage.six .details {
  background-color: #4d6094;
}
.infographic-career-stages .stages-container .stage.six .details:hover,
.infographic-career-stages .stages-container .stage.six .details:focus {
  background-color: 20%;
}
.infographic-career-stages .stages-container .stage.six.active .logo {
  left: 46%;
  top: 7%;
}
.infographic-career-stages .stages-container .stage.six.active .right {
  left: 55%;
  top: -50%;
}
.infographic-career-stages .stages-container .stage.six.active .right .main {
  padding-right: 36%;
  padding-top: 8%;
}
.infographic-career-stages .bar {
  position: relative;
  width: 97%;
  display: table-row;
  table-layout: fixed;
}
.infographic-career-stages .bar .spacer {
  display: none;
  position: relative;
  float: left;
  width: 9%;
  background: lime;
}
.infographic-career-stages .bar .section {
  display: table-cell;
  position: relative;
  /*width: 16.666%;
  *width: 16%;*/
  width: 20%;
  *width: 20%;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4em;
  overflow: visible;
  float: left;
  cursor: pointer;
  transition: 0.5s;
}
.infographic-career-stages .bar .section .open {
  text-decoration: none;
}
.infographic-career-stages .bar .section .open:hover,
.infographic-career-stages .bar .section .open :focus {
  text-decoration: none;
}
.infographic-career-stages .bar .section p {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 20px 40px 20px 50px;
  width: 75%;
  font-size: 16px;
  line-height: 1.2em;
  transition: 0.5s;
  z-index: 22;
}
.infographic-career-stages .bar .section .hide {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: 0.3s;
  opacity: 0;
  z-index: 20;
}
.infographic-career-stages .bar .section .data {
  position: absolute;
  display: block;
  top: -280px;
  transition: 0.5s;
  z-index: 1;
  width: 100%;
  height: 280px;
  overflow: visible;
}
.infographic-career-stages .bar .section .data .inside {
  position: relative;
  display: inline-block;
  width: auto;
  margin-left: 10px;
  transition: 0.5s;
  z-index: 10;
}
.infographic-career-stages .bar .section .data .inside p.title {
  position: absolute;
  font-size: 12px;
  text-transform: uppercase;
}
.infographic-career-stages .bar .section .data .icon {
  border-radius: 100px;
  border: 4px solid #3f8cce;
  background: #ffffff;
  padding: 10px;
  transition: 0.5s;
}
.infographic-career-stages .bar .section .data .icon img {
  transition: 0.5s;
  width: 90px;
}
.infographic-career-stages .bar .section .data .popup {
  position: absolute;
  left: 80px;
  width: 100%;
  border: 3px solid #4b9ad8;
  border-radius: 1px;
  padding: 0 10px 0 0;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}
.infographic-career-stages .bar .section .data .popup p {
  width: 100%;
  font-size: 14px;
  padding: 0 0 5px 0;
  color: #222222;
  font-weight: normal;
}
.infographic-career-stages .bar .section .data .popup p.title {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
  margin-top: 10px;
  text-transform: uppercase;
}
.infographic-career-stages .bar .section .data .popup .image-clip {
  position: relative;
  overflow: hidden;
  background: gray;
  max-width: 40%;
  float: left;
  margin-right: 10px;
}
.infographic-career-stages .bar .section .data .popup img {
  float: right;
  max-width: none;
}
.infographic-career-stages .bar .section .data .popup .btn-details {
  display: block;
  float: left;
  margin: 10px 0;
  padding: 4px 8px;
  border: 2px solid #4b9ad8;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.5s;
}
.infographic-career-stages .bar .section .data .popup .btn-details:hover {
  text-decoration: none;
}
.infographic-career-stages .bar .section.active .active-title {
  font-size: 20px;
}
.infographic-career-stages .bar .section.active .data .inside {
  top: 0 !important;
}
.infographic-career-stages .bar .section.active .data .inside p.title {
  opacity: 0;
}
.infographic-career-stages .bar .section.active .popup {
  top: 60px !important;
  opacity: 1;
  width: 78%;
}
.infographic-career-stages .bar .section.active .close {
  opacity: 1;
}
.infographic-career-stages .bar .section.active.one .popup {
  top: 70px;
}
.infographic-career-stages .bar .section.active.two .popup {
  top: 80px;
}
.infographic-career-stages .bar .section.active.three .popup {
  top: 70px;
}
.infographic-career-stages .bar .section.active.four .popup {
  top: 90px;
}
.infographic-career-stages .bar .section.active.five .popup {
  top: 80px;
}
.infographic-career-stages .bar .section.active.six .popup {
  top: 70px;
}
.infographic-career-stages .bar .section.active .icon {
  width: 80px !important;
}
.infographic-career-stages .bar .section.active .icon img {
  width: 80px !important;
}
.infographic-career-stages .bar .section.lighten p {
  opacity: 0;
}
.infographic-career-stages .bar .section.lighten .icon img {
  width: 60px;
  opacity: 0.4;
}
.infographic-career-stages .bar .section.lighten .line {
  background: #eeeeee;
  border-color: #ffffff;
}
.infographic-career-stages .bar .section .line {
  position: absolute;
  top: 100%;
  width: 1px;
  height: 200px;
  left: 50%;
  border: 1px solid #eeeeee;
  background: #dedede;
  font-size: 0;
  z-index: 1;
  transition: 0.5s;
}
.infographic-career-stages .bar .section .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: 0.5s;
}
.infographic-career-stages .bar .section .close {
  position: absolute;
  top: -12px;
  right: -12px;
  opacity: 0;
  transition: 0.5s;
  border-radius: 20px;
  background: #eeeeee;
  width: 16px;
  height: 16px;
  padding: 4px;
  text-align: center;
}
.infographic-career-stages .bar .section .close:hover {
  top: -14px;
  right: -14px;
  padding: 6px;
  transition: 0.3s;
}
.infographic-career-stages .bar .section .close img {
  position: relative;
  width: 14px;
  vertical-align: top;
  margin-top: 1px;
  float: none !important;
  margin-right: auto !important;
  max-width: 100% !important;
}
.infographic-career-stages .bar .section.one {
  background: #bbd1ab;
}
.infographic-career-stages .bar .section.one p {
  color: #23301a;
  padding-left: 40px;
}
.infographic-career-stages .bar .section.one p.title {
  color: #6c9350;
}
.infographic-career-stages .bar .section.one .bg {
  background: #bbd1ab;
}
.infographic-career-stages .bar .section.one .data .inside {
  top: 20px;
}
.infographic-career-stages .bar .section.one .data .inside p.title {
  top: 80px;
  left: 21px;
  padding-right: 0;
  width: 56px;
}
.infographic-career-stages .bar .section.one .data .icon {
  border-color: #bbd1ab;
  width: 70px;
}
.infographic-career-stages .bar .section.one .data .icon img {
  width: 70px;
}
.infographic-career-stages .bar .section.one .popup {
  top: 90px;
  border-color: #bbd1ab;
}
.infographic-career-stages .bar .section.one .popup .btn-details {
  color: #777777;
  border-color: #bbd1ab;
}
.infographic-career-stages .bar .section.one .popup .btn-details:hover {
  color: #ffffff;
  background: #a0bf8a;
  border-color: #a0bf8a;
}
.infographic-career-stages .bar .section.one .close {
  background: #bbd1ab;
}
.infographic-career-stages .bar .section.one .close:hover {
  background: #a0bf8a;
}
.infographic-career-stages .bar .section.one .arrow-top,
.infographic-career-stages .bar .section.one .arrow-bottom {
  border-left-color: #ffffff;
}
.infographic-career-stages .bar .section.one .arrow-top-two,
.infographic-career-stages .bar .section.one .arrow-bottom-two {
  border-left-color: #bbd1ab;
}
.infographic-career-stages .bar .section.one.lighten {
  background: #d6e3cc;
}
.infographic-career-stages .bar .section.one.lighten .bg {
  background: #d6e3cc;
}
.infographic-career-stages .bar .section.one.lighten .arrow-top-two,
.infographic-career-stages .bar .section.one.lighten .arrow-bottom-two {
  border-left-color: #d6e3cc;
}
.infographic-career-stages .bar .section.one.lighten p {
  color: #86ad69;
}
.infographic-career-stages .bar .section.one.lighten .icon {
  width: 40px;
  border-color: #d6e3cc;
}
.infographic-career-stages .bar .section.one.lighten .icon img {
  width: 40px;
}
.infographic-career-stages .bar .section.one:hover:not(.active) {
  background: #a0bf8a;
}
.infographic-career-stages .bar .section.one:hover:not(.active) .bg {
  background: #a0bf8a;
}
.infographic-career-stages .bar .section.one:hover:not(.active) .arrow-top-two,
.infographic-career-stages
  .bar
  .section.one:hover:not(.active)
  .arrow-bottom-two {
  border-left-color: #a0bf8a;
}
.infographic-career-stages .bar .section.one:hover:not(.active) .inside {
  margin-left: 7px;
}
.infographic-career-stages
  .bar
  .section.one:hover:not(.active)
  .inside
  p.title {
  top: 86px;
  left: 27px;
}
.infographic-career-stages .bar .section.one:hover:not(.active).lighten {
  background: #c3d6b5;
}
.infographic-career-stages .bar .section.one:hover:not(.active).lighten .bg {
  background: #c3d6b5;
}
.infographic-career-stages
  .bar
  .section.one:hover:not(.active).lighten
  .arrow-top-two,
.infographic-career-stages
  .bar
  .section.one:hover:not(.active).lighten
  .arrow-bottom-two {
  border-left-color: #c3d6b5;
}
.infographic-career-stages .bar .section.one.inactive div.bg {
  background-color: #bebebe;
}
.infographic-career-stages .bar .section.one.inactive div.clip2 div {
  border-left-color: #bebebe;
}
.infographic-career-stages .bar .section.two {
  background: #75b6e1;
}
.infographic-career-stages .bar .section.two p {
  color: #06141e;
}
.infographic-career-stages .bar .section.two p.title {
  color: #226b9b;
}
.infographic-career-stages .bar .section.two .bg {
  background: #75b6e1;
}
.infographic-career-stages .bar .section.two .data .inside {
  top: 0;
}
.infographic-career-stages .bar .section.two .data .inside p.title {
  top: 90px;
  left: 24px;
  padding-right: 0;
  width: 64px;
}
.infographic-career-stages .bar .section.two .data .icon {
  border-color: #75b6e1;
  width: 80px;
}
.infographic-career-stages .bar .section.two .data .icon img {
  width: 80px;
}
.infographic-career-stages .bar .section.two .popup {
  top: 80px;
  border-color: #75b6e1;
}
.infographic-career-stages .bar .section.two .popup .btn-details {
  color: #777777;
  border-color: #75b6e1;
}
.infographic-career-stages .bar .section.two .popup .btn-details:hover {
  color: #ffffff;
  background: #4ba0d8;
  border-color: #4ba0d8;
}
.infographic-career-stages .bar .section.two .close {
  background: #75b6e1;
}
.infographic-career-stages .bar .section.two .close:hover {
  background: #4ba0d8;
}
.infographic-career-stages .bar .section.two .arrow-top,
.infographic-career-stages .bar .section.two .arrow-bottom {
  border-left-color: #ffffff;
}
.infographic-career-stages .bar .section.two .arrow-top-two,
.infographic-career-stages .bar .section.two .arrow-bottom-two {
  border-left-color: #75b6e1;
}
.infographic-career-stages .bar .section.two.lighten {
  background: #9fccea;
}
.infographic-career-stages .bar .section.two.lighten .bg {
  background: #9fccea;
}
.infographic-career-stages .bar .section.two.lighten .arrow-top-two,
.infographic-career-stages .bar .section.two.lighten .arrow-bottom-two {
  border-left-color: #9fccea;
}
.infographic-career-stages .bar .section.two.lighten p {
  color: #2b88c5;
}
.infographic-career-stages .bar .section.two.lighten .icon {
  width: 50px;
  border-color: #9fccea;
}
.infographic-career-stages .bar .section.two.lighten .icon img {
  width: 50px;
}
.infographic-career-stages .bar .section.two:hover:not(.active) {
  background: #4ba0d8;
}
.infographic-career-stages .bar .section.two:hover:not(.active) .bg {
  background: #4ba0d8;
}
.infographic-career-stages .bar .section.two:hover:not(.active) .arrow-top-two,
.infographic-career-stages
  .bar
  .section.two:hover:not(.active)
  .arrow-bottom-two {
  border-left-color: #4ba0d8;
}
.infographic-career-stages .bar .section.two:hover:not(.active) .inside {
  margin-left: 7px;
}
.infographic-career-stages
  .bar
  .section.two:hover:not(.active)
  .inside
  p.title {
  top: 96px;
  left: 30px;
}
.infographic-career-stages .bar .section.two:hover:not(.active).lighten {
  background: #82bde4;
}
.infographic-career-stages .bar .section.two:hover:not(.active).lighten .bg {
  background: #82bde4;
}
.infographic-career-stages
  .bar
  .section.two:hover:not(.active).lighten
  .arrow-top-two,
.infographic-career-stages
  .bar
  .section.two:hover:not(.active).lighten
  .arrow-bottom-two {
  border-left-color: #82bde4;
}
.infographic-career-stages .bar .section.two.inactive div.bg {
  background-color: #ababab;
}
.infographic-career-stages .bar .section.two.inactive div.clip2 div {
  border-left-color: #ababab;
}
.infographic-career-stages .bar .section.three {
  background: #9dd0d6;
}
.infographic-career-stages .bar .section.three p {
  color: #1e4347;
}
.infographic-career-stages .bar .section.three p.title {
  color: #40909a;
}
.infographic-career-stages .bar .section.three .bg {
  background: #9dd0d6;
}
.infographic-career-stages .bar .section.three .data .inside {
  top: 40px;
}
.infographic-career-stages .bar .section.three .data .inside p.title {
  top: 80px;
  left: 21px;
  padding-right: 0;
  width: 56px;
}
.infographic-career-stages .bar .section.three .data .icon {
  border-color: #9dd0d6;
  width: 70px;
}
.infographic-career-stages .bar .section.three .data .icon img {
  width: 70px;
}
.infographic-career-stages .bar .section.three .popup {
  top: 110px;
  border-color: #9dd0d6;
}
.infographic-career-stages .bar .section.three .popup .btn-details {
  color: #777777;
  border-color: #9dd0d6;
}
.infographic-career-stages .bar .section.three .popup .btn-details:hover {
  color: #ffffff;
  background: #79bfc7;
  border-color: #79bfc7;
}
.infographic-career-stages .bar .section.three .close {
  background: #9dd0d6;
}
.infographic-career-stages .bar .section.three .close:hover {
  background: #79bfc7;
}
.infographic-career-stages .bar .section.three .arrow-top,
.infographic-career-stages .bar .section.three .arrow-bottom {
  border-left-color: #ffffff;
}
.infographic-career-stages .bar .section.three .arrow-top-two,
.infographic-career-stages .bar .section.three .arrow-bottom-two {
  border-left-color: #9dd0d6;
}
.infographic-career-stages .bar .section.three.lighten {
  background: #d3eaed;
}
.infographic-career-stages .bar .section.three.lighten .bg {
  background: #d3eaed;
}
.infographic-career-stages .bar .section.three.lighten .arrow-top-two,
.infographic-career-stages .bar .section.three.lighten .arrow-bottom-two {
  border-left-color: #d3eaed;
}
.infographic-career-stages .bar .section.three.lighten p {
  color: #55aeb8;
}
.infographic-career-stages .bar .section.three.lighten .icon {
  width: 40px;
  border-color: #d3eaed;
}
.infographic-career-stages .bar .section.three.lighten .icon img {
  width: 40px;
}
.infographic-career-stages .bar .section.three:hover:not(.active) {
  background: #79bfc7;
}
.infographic-career-stages .bar .section.three:hover:not(.active) .bg {
  background: #79bfc7;
}
.infographic-career-stages
  .bar
  .section.three:hover:not(.active)
  .arrow-top-two,
.infographic-career-stages
  .bar
  .section.three:hover:not(.active)
  .arrow-bottom-two {
  border-left-color: #79bfc7;
}
.infographic-career-stages .bar .section.three:hover:not(.active) .inside {
  margin-left: 7px;
}
.infographic-career-stages
  .bar
  .section.three:hover:not(.active)
  .inside
  p.title {
  top: 86px;
  left: 27px;
}
.infographic-career-stages .bar .section.three:hover:not(.active).lighten {
  background: #add8dd;
}
.infographic-career-stages .bar .section.three:hover:not(.active).lighten .bg {
  background: #add8dd;
}
.infographic-career-stages
  .bar
  .section.three:hover:not(.active).lighten
  .arrow-top-two,
.infographic-career-stages
  .bar
  .section.three:hover:not(.active).lighten
  .arrow-bottom-two {
  border-left-color: #add8dd;
}
.infographic-career-stages .bar .section.three.inactive div.bg {
  background-color: #bababa;
}
.infographic-career-stages .bar .section.three.inactive div.clip2 div {
  border-left-color: #bababa;
}
.infographic-career-stages .bar .section.four {
  background: #9c7bc3;
}
.infographic-career-stages .bar .section.four p {
  color: #ffffff;
}
.infographic-career-stages .bar .section.four p.title {
  color: #503471;
}
.infographic-career-stages .bar .section.four .bg {
  background: #9c7bc3;
}
.infographic-career-stages .bar .section.four .data .inside {
  top: 20px;
}
.infographic-career-stages .bar .section.four .data .inside p.title {
  top: 100px;
  left: 27px;
  padding-right: 0;
  width: 72px;
}
.infographic-career-stages .bar .section.four .data .icon {
  border-color: #9c7bc3;
  width: 90px;
}
.infographic-career-stages .bar .section.four .data .icon img {
  width: 90px;
}
.infographic-career-stages .bar .section.four .popup {
  top: 110px;
  border-color: #9c7bc3;
}
.infographic-career-stages .bar .section.four .popup .btn-details {
  color: #777777;
  border-color: #9c7bc3;
}
.infographic-career-stages .bar .section.four .popup .btn-details:hover {
  color: #ffffff;
  background: #8258b3;
  border-color: #8258b3;
}
.infographic-career-stages .bar .section.four .close {
  background: #9c7bc3;
}
.infographic-career-stages .bar .section.four .close:hover {
  background: #8258b3;
}
.infographic-career-stages .bar .section.four .arrow-top,
.infographic-career-stages .bar .section.four .arrow-bottom {
  border-left-color: #ffffff;
}
.infographic-career-stages .bar .section.four .arrow-top-two,
.infographic-career-stages .bar .section.four .arrow-bottom-two {
  border-left-color: #9c7bc3;
}
.infographic-career-stages .bar .section.four.lighten {
  background: #d1c1e3;
}
.infographic-career-stages .bar .section.four.lighten .bg {
  background: #d1c1e3;
}
.infographic-career-stages .bar .section.four.lighten .arrow-top-two,
.infographic-career-stages .bar .section.four.lighten .arrow-bottom-two {
  border-left-color: #d1c1e3;
}
.infographic-career-stages .bar .section.four.lighten p {
  color: #694395;
}
.infographic-career-stages .bar .section.four.lighten .icon {
  width: 60px;
  border-color: #d1c1e3;
}
.infographic-career-stages .bar .section.four.lighten .icon img {
  width: 60px;
}
.infographic-career-stages .bar .section.four:hover:not(.active) {
  background: #8258b3;
}
.infographic-career-stages .bar .section.four:hover:not(.active) .bg {
  background: #8258b3;
}
.infographic-career-stages .bar .section.four:hover:not(.active) .arrow-top-two,
.infographic-career-stages
  .bar
  .section.four:hover:not(.active)
  .arrow-bottom-two {
  border-left-color: #8258b3;
}
.infographic-career-stages .bar .section.four:hover:not(.active) .inside {
  margin-left: 7px;
}
.infographic-career-stages
  .bar
  .section.four:hover:not(.active)
  .inside
  p.title {
  top: 106px;
  left: 33px;
}
.infographic-career-stages .bar .section.four:hover:not(.active).lighten {
  background: #ac90cd;
}
.infographic-career-stages .bar .section.four:hover:not(.active).lighten .bg {
  background: #ac90cd;
}
.infographic-career-stages
  .bar
  .section.four:hover:not(.active).lighten
  .arrow-top-two,
.infographic-career-stages
  .bar
  .section.four:hover:not(.active).lighten
  .arrow-bottom-two {
  border-left-color: #ac90cd;
}
.infographic-career-stages .bar .section.four.inactive div.bg {
  background-color: #9f9f9f;
}
.infographic-career-stages .bar .section.four.inactive div.clip2 div {
  border-left-color: #9f9f9f;
}
.infographic-career-stages .bar .section.five {
  background: #af5050;
}
.infographic-career-stages .bar .section.five p {
  color: #ffffff;
}
.infographic-career-stages .bar .section.five p.title {
  color: #582828;
}
.infographic-career-stages .bar .section.five .bg {
  background: #af5050;
}
.infographic-career-stages .bar .section.five .data .inside {
  top: 60px;
}
.infographic-career-stages .bar .section.five .data .inside p.title {
  top: 90px;
  left: 24px;
  padding-right: 0;
  width: 64px;
}
.infographic-career-stages .bar .section.five .data .icon {
  border-color: #af5050;
  width: 80px;
}
.infographic-career-stages .bar .section.five .data .icon img {
  width: 80px;
}
.infographic-career-stages .bar .section.five .popup {
  top: 140px;
  border-color: #af5050;
}
.infographic-career-stages .bar .section.five .popup .btn-details {
  color: #777777;
  border-color: #af5050;
}
.infographic-career-stages .bar .section.five .popup .btn-details:hover {
  color: #ffffff;
  background: #8c4040;
  border-color: #8c4040;
}
.infographic-career-stages .bar .section.five .close {
  background: #af5050;
}
.infographic-career-stages .bar .section.five .close:hover {
  background: #8c4040;
}
.infographic-career-stages .bar .section.five .arrow-top,
.infographic-career-stages .bar .section.five .arrow-bottom {
  border-left-color: #ffffff;
}
.infographic-career-stages .bar .section.five .arrow-top-two,
.infographic-career-stages .bar .section.five .arrow-bottom-two {
  border-left-color: #af5050;
}
.infographic-career-stages .bar .section.five.lighten {
  background: #dfb9b9;
}
.infographic-career-stages .bar .section.five.lighten .bg {
  background: #dfb9b9;
}
.infographic-career-stages .bar .section.five.lighten .arrow-top-two,
.infographic-career-stages .bar .section.five.lighten .arrow-bottom-two {
  border-left-color: #dfb9b9;
}
.infographic-career-stages .bar .section.five.lighten p {
  color: #693030;
}
.infographic-career-stages .bar .section.five.lighten .icon {
  width: 50px;
  border-color: #dfb9b9;
}
.infographic-career-stages .bar .section.five.lighten .icon img {
  width: 50px;
}
.infographic-career-stages .bar .section.five:hover:not(.active) {
  background: #8c4040;
}
.infographic-career-stages .bar .section.five:hover:not(.active) .bg {
  background: #8c4040;
}
.infographic-career-stages .bar .section.five:hover:not(.active) .arrow-top-two,
.infographic-career-stages
  .bar
  .section.five:hover:not(.active)
  .arrow-bottom-two {
  border-left-color: #8c4040;
}
.infographic-career-stages .bar .section.five:hover:not(.active) .inside {
  margin-left: 7px;
}
.infographic-career-stages
  .bar
  .section.five:hover:not(.active)
  .inside
  p.title {
  top: 96px;
  left: 30px;
}
.infographic-career-stages .bar .section.five:hover:not(.active).lighten {
  background: #bd7070;
}
.infographic-career-stages .bar .section.five:hover:not(.active).lighten .bg {
  background: #bd7070;
}
.infographic-career-stages
  .bar
  .section.five:hover:not(.active).lighten
  .arrow-top-two,
.infographic-career-stages
  .bar
  .section.five:hover:not(.active).lighten
  .arrow-bottom-two {
  border-left-color: #bd7070;
}
.infographic-career-stages .bar .section.five.inactive div.bg {
  background-color: #808080;
}
.infographic-career-stages .bar .section.five.inactive div.clip2 div {
  border-left-color: #808080;
}
.infographic-career-stages .bar .section.six {
  background: #4d6094;
}
.infographic-career-stages .bar .section.six p {
  color: #ffffff;
}
.infographic-career-stages .bar .section.six p.title {
  color: #2a3451;
}
.infographic-career-stages .bar .section.six .bg {
  background: #4d6094;
}
.infographic-career-stages .bar .section.six .data .inside {
  top: 40px;
}
.infographic-career-stages .bar .section.six .data .inside p.title {
  top: 80px;
  left: 21px;
  padding-right: 0;
  width: 56px;
}
.infographic-career-stages .bar .section.six .data .icon {
  border-color: #4d6094;
  width: 70px;
}
.infographic-career-stages .bar .section.six .data .icon img {
  width: 70px;
}
.infographic-career-stages .bar .section.six .popup {
  top: 110px;
  border-color: #4d6094;
}
.infographic-career-stages .bar .section.six .popup .btn-details {
  color: #777777;
  border-color: #4d6094;
}
.infographic-career-stages .bar .section.six .popup .btn-details:hover {
  color: #ffffff;
  background: #3c4a72;
  border-color: #3c4a72;
}
.infographic-career-stages .bar .section.six .close {
  background: #4d6094;
}
.infographic-career-stages .bar .section.six .close:hover {
  background: #3c4a72;
}
.infographic-career-stages .bar .section.six .arrow-top,
.infographic-career-stages .bar .section.six .arrow-bottom {
  border-left-color: #ffffff;
}
.infographic-career-stages .bar .section.six .arrow-top-two,
.infographic-career-stages .bar .section.six .arrow-bottom-two {
  border-left-color: #4d6094;
}
.infographic-career-stages .bar .section.six.lighten {
  background: #cad1e3;
}
.infographic-career-stages .bar .section.six.lighten .bg {
  background: #cad1e3;
}
.infographic-career-stages .bar .section.six.lighten .arrow-top-two,
.infographic-career-stages .bar .section.six.lighten .arrow-bottom-two {
  border-left-color: #cad1e3;
}
.infographic-career-stages .bar .section.six.lighten p {
  color: #2a3451;
}
.infographic-career-stages .bar .section.six.lighten .icon {
  width: 40px;
  border-color: #cad1e3;
}
.infographic-career-stages .bar .section.six.lighten .icon img {
  width: 40px;
}
.infographic-career-stages .bar .section.six:hover:not(.active) {
  background: #3c4a72;
}
.infographic-career-stages .bar .section.six:hover:not(.active) .bg {
  background: #3c4a72;
}
.infographic-career-stages .bar .section.six:hover:not(.active) .arrow-top-two,
.infographic-career-stages
  .bar
  .section.six:hover:not(.active)
  .arrow-bottom-two {
  border-left-color: #3c4a72;
}
.infographic-career-stages .bar .section.six:hover:not(.active) .inside {
  margin-left: 7px;
}
.infographic-career-stages
  .bar
  .section.six:hover:not(.active)
  .inside
  p.title {
  top: 86px;
  left: 27px;
}
.infographic-career-stages .bar .section.six:hover:not(.active).lighten {
  background: #6c7fb2;
}
.infographic-career-stages .bar .section.six:hover:not(.active).lighten .bg {
  background: #6c7fb2;
}
.infographic-career-stages
  .bar
  .section.six:hover:not(.active).lighten
  .arrow-top-two,
.infographic-career-stages
  .bar
  .section.six:hover:not(.active).lighten
  .arrow-bottom-two {
  border-left-color: #6c7fb2;
}
.infographic-career-stages .bar .section.six.inactive div.bg {
  background-color: #717171;
}
.infographic-career-stages .bar .section.six.inactive div.clip2 div {
  border-left-color: #717171;
}
.infographic-career-stages .bar .section .clip1 {
  position: absolute;
  display: block;
  top: 0;
  left: 100%;
  width: 40px;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  float: right;
  z-index: 10;
}
.infographic-career-stages .bar .section .clip2 {
  position: absolute;
  display: block;
  top: 0;
  right: 5px;
  width: 40px;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  float: left;
  z-index: 11;
}
.infographic-career-stages .bar .section .arrow-top {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 0px;
  border-top: 0 solid transparent;
  border-left: 40px solid #810d0d;
  border-bottom: 110px solid transparent;
  font-size: 0;
  line-height: 0;
}
.infographic-career-stages .bar .section .arrow-bottom {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 50%;
  left: 0px;
  border-top: 110px solid transparent;
  border-left: 40px solid #810d0d;
  border-bottom: 0 solid transparent;
  font-size: 0;
  line-height: 0;
}
.infographic-career-stages .bar .section .arrow-top-two {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 0;
  border-top: 0 solid transparent;
  border-left: 40px solid #3f8cce;
  border-bottom: 110px solid transparent;
  font-size: 0;
  line-height: 0;
  transition: 0.5s;
}
.infographic-career-stages .bar .section .arrow-bottom-two {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 50%;
  left: 0;
  border-top: 110px solid transparent;
  border-left: 40px solid #3f8cce;
  border-bottom: 0 solid transparent;
  font-size: 0;
  line-height: 0;
  transition: 0.5s;
}
.infographic-career-stages .section-label {
  display: inline-block;
  width: 49.5%;
  margin-top: 5px;
  padding: 5px 0;
  color: #555555;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
}
.infographic-career-stages .section-label.one {
  background: #eeeeee;
}
.infographic-career-stages .section-label.two {
  background-color: #f6f6f6;
}
/* END CAREER STAGES INFOGRAPHIC */
/* BIOMEDICAL RESEARCH CONTINUUM INFOGRAPHIC */
.infographic-biomed-continuum {
  position: relative;
}
.infographic-biomed-continuum .bar {
  position: relative;
  margin: 20px 0 30px 0;
  width: 100%;
  height: auto;
}
.infographic-biomed-continuum .bar .section {
  display: block;
  position: relative;
  width: 20%;
  *width: 19.8%;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4em;
  overflow: visible;
  float: left;
  cursor: pointer;
  transition: 0.3s;
}
.infographic-biomed-continuum .bar .section .open {
  text-decoration: none;
}
.infographic-biomed-continuum .bar .section .open:hover,
.infographic-biomed-continuum .bar .section .open :focus {
  text-decoration: none;
}
.infographic-biomed-continuum .bar .section .inside {
  position: relative;
  display: inline-block;
  width: auto;
  margin-left: 10px;
  text-align: center;
  transition: 0.3s;
  z-index: 10;
}
.infographic-biomed-continuum .bar .section .inside .title {
  position: relative;
  display: block;
  margin-top: 5px;
  width: 100%;
  overflow: visible;
}
.infographic-biomed-continuum .bar .section .inside .title p {
  position: relative;
  display: block;
  margin-bottom: 0;
  color: #005496;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.infographic-biomed-continuum .bar .section .icon {
  border-radius: 100px;
  border: 4px solid #3f8cce;
  background: #ffffff;
  padding: 10px;
  max-width: 90px;
  transition: 0.3s;
}
.infographic-biomed-continuum .bar .section .icon img {
  transition: 0.3s;
  width: 90px;
}
/* END BIOMEDICAL RESEARCH CONTINUUM INFOGRAPHIC */
/* INPUTS */
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  line-height: 1em;
  width: inherit;
  display: inline;
}
.select {
  position: relative;
  display: inline-block;
  width: auto;
}
.select > select {
  padding-right: 30px;
  margin-right: -4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-appearance: window;
}
.select .drop-arrow {
  background: #ffffff;
  position: absolute;
  top: 2px;
  width: 26px;
  height: 20px;
  right: 1px;
  cursor: pointer;
  pointer-events: none;
}
.select .drop-arrow > span {
  position: absolute;
  width: 0;
  height: 0;
  top: 9px;
  left: 10px;
  border-top: 5px solid #383838;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  font-size: 0;
  line-height: 0;
}
@-moz-document url-prefix() {
  .select {
    height: 26px;
    border: 1px solid #dedede;
    background: #ffffff;
  }
  .select .drop-arrow {
    margin-top: 1px;
  }
  .box .select {
    padding: 6px 2px 0px 2px;
  }
  .box .select .drop-arrow {
    right: 4px;
    margin-top: 6px;
  }
}
input,
textarea,
select,
a {
  /* Remove black dotted line around selected input in IE */
}
form input,
form textarea {
  box-sizing: border-box;
  /* css3 rec */
  -moz-box-sizing: border-box;
  /* ff2 */
  -ms-box-sizing: border-box;
  /* ie8 */
  -webkit-box-sizing: border-box;
  /* safari3 */
  -khtml-box-sizing: border-box;
  /* konqueror */
  display: block;
  padding-left: 5px;
  width: 100%;
  *width: 95%;
}
form .append > input {
  margin-right: 0;
  width: 70%;
  *width: 67%;
  vertical-align: top;
}
form .append > .btn {
  margin-left: 0;
  width: 30%;
  *width: 27%;
  padding: 1px 0;
  vertical-align: top;
}
form .append > a {
  vertical-align: top;
}
form .append > a > .btn {
  width: 30%;
  padding: 1px 0;
}
.checkboxes {
  margin-left: 35%;
}
.checkboxes label.checkbox {
  margin-bottom: 0 !important;
}
.checkboxes li > a {
  float: left;
  margin-top: 3px;
  margin-left: -20px;
  font-size: 17px;
}
.checkboxes li > a:hover {
  text-decoration: none;
}
.checkboxes li > a span {
  background: #3f8cce;
  color: #ffffff;
  line-height: 8px;
  padding: 2px;
  width: 8px;
  height: 8px;
  text-align: center;
}
.checkboxes li > a span.on {
  display: inherit;
}
.checkboxes li > a span.off {
  display: none;
}
.checkboxes li > .accordion ul {
  margin-left: 20px;
}
.checkboxes li input {
  height: 12px;
}
.checkboxes > .accordion-group > .accordion-body > .accordion-inner {
  margin-top: 0;
  padding: 5px 8px 2px 5px;
  background: #eeeeee;
}
/* END INPUTS */
/* FOOTER */
.footer {
  text-align: center;
  margin-top: 20px;
}

#readers .sr-only {
  display: none;
  margin-left: 500px;
}
#readers {
  display: none;
  /*margin-left:500px;*/
  float: right;
}
.download {
  border-right: hidden;
}

.footer2 a {
  color: #555555;
  font-size: 14px;
}

.footer > p {
  color: #555555;
  font-size: 14px;
}
.footer a {
  color: #555555;
  font-size: 14px;
  border-right: 1px solid;
  padding: 0px 10px;
}
.footer a.last {
  border: none;
}
/* END FOOTER */
/* iOS OVERRIDES */
input[type="text"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/* IE 9 & 10 OVERRIDES */
.ie select {
  padding: 0;
}
.ie form input {
  padding: 0;
}
div.filter-select label {
  font-family: inherit;
  font-size: 1.1em;
}
div.filter-select select {
  width: 100%;
}
div.filter-select .side-box {
  width: 40%;
  font-size: 0.9em;
  padding: 5px 40px;
  text-align: center;
}
div.filter-select .inline {
  display: inline-block;
}
div.filter-select label.inline {
  margin-bottom: 0px;
  margin-top: 4px;
}
div.filter-select input.inline {
  margin-top: 0px;
  margin-bottom: 4px;
}
.career-path-info div.row {
  margin-left: 0px;
}
.career-path-info .undergrad .left-side .logo-container {
  border-color: #bbd1ab;
}
.career-path-info .graduate .left-side .logo-container {
  border-color: #9fccea;
}
.career-path-info .postdoc .left-side .logo-container {
  border-color: #9dd0d6;
}
.career-path-info .early-career .left-side .logo-container {
  border-color: #9c7bc3;
}
.career-path-info .mid-career .left-side .logo-container {
  border-color: #af5050;
}
.career-path-info .senior-career .left-side .logo-container {
  border-color: #6579af;
}
.career-path-info div.row {
  padding-bottom: 20px;
}
.career-path-info div.left-side {
  position: relative;
  display: inline-block;
  width: auto;
  margin-left: 10px;
  transition: 0.5s;
  z-index: 10;
  width: 90px;
  vertical-align: top;
  padding-top: 15px;
}
.career-path-info div.left-side div.logo-container {
  border-radius: 100px;
  border: 4px solid #3f8cce;
  background: #ffffff;
  padding: 10px;
  transition: 0.5s;
}
.career-path-info div.left-side div.logo-container img {
  vertical-align: bottom;
}
.career-path-info div.right-text {
  padding-left: 10px;
  display: inline-block;
  width: 75%;
}
.career-path-info div.right-text h1 {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #005496;
}
#content {
  transition: 0.3s;
}
div.kiosk-box-container div.row {
  margin: auto;
  margin-bottom: 10px;
  margin-top: 5px;
}
div.kiosk-box-container div.row div.kiosk-box {
  width: 30%;
  border: 1px solid #b9b9b9;
  padding: 10px;
  margin: 0px 4px;
  display: inline-block;
}
div.kiosk-box-container div.row div.kiosk-box h1 {
  display: inline;
  margin: 10px 0px;
  font-size: 22px;
}
div.kiosk-box-container div.row div.kiosk-box h1.code {
  border: 2px solid #005496;
  border-radius: 50%;
  margin-left: 10px;
  padding: 5px 15px;
  position: relative;
}
div.kiosk-box-container div.row div.kiosk-box h1.code.research {
  padding: 2px 12px 7px 15px;
}
div.kiosk-box-container div.row div.kiosk-box h1.code span {
  position: absolute;
  font-size: 12px;
  bottom: -7px;
  left: 14px;
}
div.kiosk-box-container div.row div.kiosk-box h1.title {
  margin-left: 5px;
}
div.kiosk-box-container div.row div.kiosk-box .left,
div.kiosk-box-container div.row div.kiosk-box .right {
  padding-top: 10px;
  display: inline-block;
}
div.kiosk-box-container div.row div.kiosk-box p {
  padding-top: 25px;
  margin: auto;
  width: 90%;
  padding-bottom: 35px;
}
div.kiosk-box-container div.row div.kiosk-box .boxes {
  width: 90%;
  margin: auto;
}
div.main div.row-fluid div[class*="span"].eligibility-row {
  padding: 5px 15px !important;
}
@media (max-width: 1075px) {
  div.main div.row-fluid div[class*="span"].eligibility-row {
    padding: 0px !important;
  }
}
@media (max-width: 767px) {
  div.main div.row-fluid div[class*="span"].eligibility-row {
    margin: 0px -20px;
  }
}
div.eligibility-table .span14.eligibility-row {
  position: relative;
  padding: 0px 0px !important;
  margin: 0px !important;
}
div.eligibility-table .pdpi .icon img {
  /*top: 69px;*/
}
div.eligibility-table div.one,
div.eligibility-table div.two,
div.eligibility-table div.three {
  display: inline-block;
}
div.eligibility-table div.one h3,
div.eligibility-table div.two h3,
div.eligibility-table div.three h3,
div.eligibility-table div.one span,
div.eligibility-table div.two span,
div.eligibility-table div.three span,
div.eligibility-table div.one p,
div.eligibility-table div.two p,
div.eligibility-table div.three p {
  vertical-align: top;
}
div.eligibility-table div.one {
  width: 27%;
}
div.eligibility-table div.one h3 {
  padding-left: 20px;
}
div.eligibility-table div.three {
  width: 30%;
  text-align: right;
}
div.eligibility-table div.two {
  width: 40%;
}
div.eligibility-table div.two h3,
div.eligibility-table div.three h3 {
  color: #555555;
}
div.eligibility-table div.top,
div.eligibility-table div.bottom {
  width: 90%;
  margin-left: 10%;
}
div.eligibility-table div.top {
  border-bottom: 3px solid #cde0ef;
}
div.eligibility-table div.icon img {
  position: absolute;
  left: 0px;
  border: 3px solid #cde0ef;
  border-radius: 50%;
}
div.eligibility-table div.bottom div.one,
div.eligibility-table div.bottom div.two,
div.eligibility-table div.bottom div.three {
  vertical-align: top;
}
.program-search.row {
  border: none;
  margin: auto;
  margin-left: 0px;
  margin-bottom: 35px;
  background-color: #dedede;
}
.program-search.row form {
  margin: 10px;
}
.program-search.row.span5 {
  padding: 0px !important;
}
.program-search.row .form-radios {
  padding-left: 2.5%;
  width: 34%;
  display: inline-block;
  padding: 0px 0px 10px 15px;
}
.program-search.row .form-radios input {
  position: absolute;
  left: -9000px;
}
.program-search.row .form-radios label {
  display: block;
  text-align: center;
  color: #005496;
  font-size: 1em;
}
.program-search.row .form-radios .form-item {
  display: inline-block;
  padding: 5px;
  margin: 0px 10px;
  border-radius: 5px;
}
.program-search.row .form-radios .form-item.active {
  background-color: #ccc;
}
.program-search.row .form-radios .form-item.active .img-container img {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.program-search.row .form-radios .form-item .img-container {
  background-color: #fff;
  border-radius: 50%;
  padding: 0px;
  height: 100%;
  width: auto;
  margin: 0px 10px;
}
.program-search.row .form-radios .form-item .img-container img {
  margin: 0px 0px 0px 3px;
  width: 65px;
  opacity: 0.1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  transition: 0.3s;
}
.program-search.row .form-radios .form-item .img-container img:hover {
  cursor: pointer;
}
.program-search.row .form-radios h3 {
  display: inline-block;
  margin: 0px 15px;
}
.program-search.row .form-item-progCareerLevel {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  position: relative;
}
.program-search.row .form-item-progCareerLevel select {
  width: 85%;
  margin-top: 17px;
  font-size: 16px;
  height: 35px;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.program-search.row .form-item-progCareerLevel:before {
  position: absolute;
  right: 16.5%;
  content: "";
  bottom: 23px;
  border-top: 10px solid #aeaeae;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 3px;
  pointer-events: none;
}
.program-search.row .form-item-progCareerLevel.span5 {
  padding: 0px !important;
}
.program-search.row .btn-container {
  display: inline-block;
  width: 25%;
  padding-top: 15px;
  vertical-align: top;
}
.program-search.row .btn-container input.form-submit {
  font-size: 16px;
  padding: 7px 10px;
  width: 99%;
  margin-top: 15px;
  border-radius: 0px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
  background-color: #8e8e8e;
}
.program-search.row .btn-container input.form-submit:hover,
.program-search.row .btn-container input.form-submit:focus {
  background-color: #aaa;
}
.program-search.row .btn-container input.form-submit.ajax-processed {
  background-color: #2b85cc;
}
.program-search.row .btn-container input.form-submit.ajax-processed:hover,
.program-search.row .btn-container input.form-submit.ajax-processed:focus {
  background-color: #5babea;
}
.program-search.row .btn-container.span5 {
  padding: 22px 0px !important;
}
div.icon-container {
  border-radius: 100px;
  border: 4px solid #3f8cce;
  background: #ffffff;
  padding: 10px;
  transition: 0.5s;
  float: right;
  display: inline-block;
  margin-top: -40px;
}
div.icon-container.undergrad {
  border-color: #bbd1ab;
}
div.icon-container.graduate {
  border-color: #9fccea;
}
div.icon-container.postdoc {
  border-color: #9dd0d6;
}
div.icon-container.early-career {
  border-color: #9c7bc3;
}
div.icon-container.mid-career {
  border-color: #af5050;
}
div.icon-container.senior-career {
  border-color: #6579af;
}
.grad .content-head,
.postdoc .content-head,
.earlycareer .content-head,
.midcareer .content-head,
.seniorcareer .content-head {
  height: 160px;
  position: relative;
}
.grad .content-head h1,
.postdoc .content-head h1,
.earlycareer .content-head h1,
.midcareer .content-head h1,
.seniorcareer .content-head h1 {
  poistion: absolute;
  bottom: 10%;
}
.grad .content-head .icon-container,
.postdoc .content-head .icon-container,
.earlycareer .content-head .icon-container,
.midcareer .content-head .icon-container,
.seniorcareer .content-head .icon-container {
  position: absolute;
  right: 30px;
  bottom: 15%;
  padding: 5px;
  border: none;
}
.grad .content-head .icon-container img,
.postdoc .content-head .icon-container img,
.earlycareer .content-head .icon-container img,
.midcareer .content-head .icon-container img,
.seniorcareer .content-head .icon-container img {
  max-width: 90px;
  width: 90px;
  heigth: auto;
}
.undergrad .content-head {
  height: 160px;
  position: relative;
}
.undergrad .content-head h1 {
  bottom: 10%;
}
.undergrad .content-head .icon-container {
  position: absolute;
  right: 30px;
  bottom: 15%;
  padding: 10px;
  border: none;
}
.undergrad .content-head .icon-container img {
  max-width: 90px;
  width: 80px;
}
div.resources h3 {
  margin: 0px;
  padding: 10px 0px;
  width: 100%;
  display: block;
}
div.resources h3 a img.bullet {
  width: 18px;
  height: auto;
  padding: 0px 15px 0px 5px;
}
div.resources h3 a.offset {
  padding-left: 50px;
}
div.resources.accordian-group {
  margin: 0px 0px;
  transition: 0.3s;
  padding-top: 1px;
}
div.resources.accordian-group:hover {
  background-color: #eeeeee;
}
div.resources .keyword-container a {
  font-size: 18px;
  margin: 5px 0px;
}
div.resources .keyword-container h2 {
  margin: 0px;
}
div.resources img.plus,
div.resources img.minus {
  width: 18px;
  height: auto;
  padding: 0px 15px 0px 5px;
}
div.resources .accordion-body {
  padding-left: 40px;
}
div.resources .accordion-body ul {
  list-style: square;
  margin: 0px;
}
div.resources .accordion-body ul li {
  color: #005496;
}
div.resources .toggle2 img.plus,
div.resources .toggle2 img.minus {
  width: 15px;
  padding: 0px;
  position: absolute;
  left: 0;
  top: 5px;
}
div.resources .toggle2 span.accord-head {
  font-size: 16px;
  padding-left: 30px;
  display: block;
}
div.resources .accordion-inner p {
  font-size: 14px;
  margin: 0px;
}
div.program div.k-text h2 {
  font-size: 32px;
}
