/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #005099; /*#337ab7;*/
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #005099; /*#333333;*/
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777; 
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1200px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1200px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1200px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1200px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1199px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #005099; /*#777777;*/
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 1199px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #005099; /*#777777;*/
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #005099; /*#9d9d9d;*/
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #005099; /*#9d9d9d;*/
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}




/*      Bootstrap ^^^^    */




























































/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    $WEBFONTS
\*------------------------------------*/
@font-face {
  font-family: 'interstate-light';
  src: url("https://www.american.edu/customcf/knowsuccess/css/fonts/intlt-webfont.eot");
  src: url("https://www.american.edu/customcf/knowsuccess/css/fonts/intlt-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.american.edu/customcf/knowsuccess/css/fonts/intlt-webfont.woff") format("woff"), url("https://www.american.edu/customcf/knowsuccess/css/fonts/intlt-webfont.ttf") format("truetype"), url("https://www.american.edu/customcf/knowsuccess/css/fonts/intlt-webfont.svg#interstate-light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'interstate-bold';
  src: url("https://www.american.edu/customcf/knowsuccess/css/fonts/intbd-webfont.eot");
  src: url("https://www.american.edu/customcf/knowsuccess/css/fonts/intbd-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.american.edu/customcf/knowsuccess/css/fonts/intbd-webfont.woff") format("woff"), url("https://www.american.edu/customcf/knowsuccess/css/fonts/intbd-webfont.ttf") format("truetype"), url("https://www.american.edu/customcf/knowsuccess/css/fonts/intbd-webfont.svg#interstate-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'interstate-condensed';
  src: url("https://www.american.edu/customcf/knowsuccess/css/fonts/intrcn-webfont.eot");
  src: url("https://www.american.edu/customcf/knowsuccess/css/fonts/intrcn-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.american.edu/customcf/knowsuccess/css/fonts/intrcn-webfont.woff") format("woff"), url("https://www.american.edu/customcf/knowsuccess/css/fonts/intrcn-webfont.ttf") format("truetype"), url("https://www.american.edu/customcf/knowsuccess/css/fonts/intrcn-webfont.svg#interstate-condensed") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icons';
  src: url("https://www.american.edu/customcf/knowsuccess/css/fonts/icons.eot?4n5pnj");
  src: url("https://www.american.edu/customcf/knowsuccess/css/fonts/icons.eot?#iefix4n5pnj") format("embedded-opentype"), url("https://www.american.edu/customcf/knowsuccess/css/fonts/icons.woff?4n5pnj") format("woff"), url("https://www.american.edu/customcf/knowsuccess/css/fonts/icons.ttf?4n5pnj") format("truetype"), url("https://www.american.edu/customcf/knowsuccess/css/fonts/icons.svg?4n5pnj#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}



/* Redesign 2022 fonts */
@font-face {
    font-family: "GT Walsheim";  
    src:    url('https://cloudfront.american.edu/assets/fonts/GT-Walsheim-Light.woff') format('woff'),
            url('https://cloudfront.american.edu/assets/fonts/GT-Walsheim-Light.woff2') format('woff2');
    font-weight: 100 300;
    font-style:  normal;
}

@font-face {
    font-family: "GT Walsheim";  
    src:    url('https://cloudfront.american.edu/assets/fonts/GT-Walsheim-Light-Oblique.woff') format('woff'),
            url('https://cloudfront.american.edu/assets/fonts/GT-Walsheim-Light-Oblique.woff2') format('woff2');
    font-weight: 100 300;
    font-style: italic;
}

@font-face {
    font-family: "GT Walsheim";  
    src:    url('https://cloudfront.american.edu/assets/fonts/GT-Walsheim-Regular.woff') format('woff'),
            url('https://cloudfront.american.edu/assets/fonts/GT-Walsheim-Regular.woff2') format('woff2');
    font-weight: 400 500; 
    font-style:  normal;
}

@font-face {
    font-family: "GT Walsheim";  
    src:    url('https://cloudfront.american.edu/assets/fonts/GT-Walsheim-Regular-Oblique.woff') format('woff'),
            url('https://cloudfront.american.edu/assets/fonts/GT-Walsheim-Regular-Oblique.woff2') format('woff2');
    font-weight: 400 500; 
    font-style: italic;
}        

@font-face {
    font-family: "GT Walsheim";  
    src:    url('https://cloudfront.american.edu/assets/fonts/GT-Walsheim-Medium.otf') format('opentype');
    font-weight: 600;
    font-style:  normal;
}
@font-face {
    font-family: "GT Walsheim";  
    src:    url('https://cloudfront.american.edu/assets/fonts/GT-Walsheim-Medium-Oblique.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}  

@font-face {
    font-family: "GT Walsheim";  
    src:    url('https://cloudfront.american.edu/assets/fonts/GT-Walsheim-Bold.woff') format('woff'),
            url('https://cloudfront.american.edu/assets/fonts/GT-Walsheim-Bold.woff2') format('woff2');
    font-weight: 700 900;
    font-style:  normal;
}

@font-face {
    font-family: "GT Walsheim";  
    src:    url('https://cloudfront.american.edu/assets/fonts/GT-Walsheim-Bold-Oblique.woff') format('woff'),
            url('https://cloudfront.american.edu/assets/fonts/GT-Walsheim-Bold-Oblique.woff2') format('woff2');
    font-weight: 700 900;
    font-style: italic;
}

@font-face {
  font-family: "GT Walsheim Condensed Bold";  
  src:    url('https://cloudfront.american.edu/assets/fonts/GT-Walsheim-Condensed-Bold.woff') format('woff'),
          url('https://cloudfront.american.edu/assets/fonts/GT-Walsheim-Condensed-Bold.woff2') format('woff2');
  font-weight: 700 900;
  font-style: normal;
}


.icon {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0.5em;
  display: inline-block;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-turq {
  color: #64c7c7 !important;
}
.icon-AU:before {
  content: "\e730";
}
.icon-know-more:before {
  content: "\e600";
}
.icon-female:before {
  content: "\e601";
}
.icon-person:before {
  content: "\e602";
}
.icon-filter:before {
  content: "\e603";
}
.icon-filter2:before {
  content: "\e604";
}
.icon-youtube:before {
  content: "\e605";
}
.icon-youtube2:before {
  content: "\e606";
}
.icon-wordpress:before {
  content: "\e607";
}
.icon-apple:before {
  content: "\e608";
}
.icon-android:before {
  content: "\e609";
}
.icon-windows:before {
  content: "\e60a";
}
.icon-html5:before {
  content: "\e60b";
}
.icon-html52:before {
  content: "\e60c";
}
.icon-css3:before {
  content: "\e60d";
}
.icon-chrome:before {
  content: "\e60e";
}
.icon-firefox:before {
  content: "\e60f";
}
.icon-IE:before {
  content: "\e610";
}
.icon-opera:before {
  content: "\e611";
}
.icon-safari:before {
  content: "\e612";
}
.icon-phone:before {
  content: "\e613";
}
.icon-mobile:before {
  content: "\e614";
}
.icon-mouse:before {
  content: "\e615";
}
.icon-directions:before {
  content: "\e616";
}
.icon-mail:before {
  content: "\e617";
}
.icon-paperplane:before {
  content: "\e618";
}
.icon-pencil:before {
  content: "\e619";
}
.icon-feather:before {
  content: "\e61a";
}
.icon-paperclip:before {
  content: "\e61b";
}
.icon-drawer:before {
  content: "\e61c";
}
.icon-reply:before {
  content: "\e61d";
}
.icon-reply-all:before {
  content: "\e61e";
}
.icon-forward:before {
  content: "\e61f";
}
.icon-user:before {
  content: "\e620";
}
.icon-users:before {
  content: "\e621";
}
.icon-user-add:before {
  content: "\e622";
}
.icon-vcard:before {
  content: "\e623";
}
.icon-export:before {
  content: "\e624";
}
.icon-location:before {
  content: "\e625";
}
.icon-map:before {
  content: "\e626";
}
.icon-compass:before {
  content: "\e627";
}
.icon-location2:before {
  content: "\e628";
}
.icon-target:before {
  content: "\e629";
}
.icon-share:before {
  content: "\e62a";
}
.icon-sharable:before {
  content: "\e62b";
}
.icon-heart:before {
  content: "\e62c";
}
.icon-heart2:before {
  content: "\e62d";
}
.icon-star:before {
  content: "\e62e";
}
.icon-star2:before {
  content: "\e62f";
}
.icon-thumbsup:before {
  content: "\e630";
}
.icon-thumbsdown:before {
  content: "\e631";
}
.icon-chat:before {
  content: "\e632";
}
.icon-comment:before {
  content: "\e633";
}
.icon-quote:before {
  content: "\e634";
}
.icon-house:before {
  content: "\e635";
}
.icon-popup:before {
  content: "\e636";
}
.icon-search:before {
  content: "\e637";
}
.icon-flashlight:before {
  content: "\e638";
}
.icon-printer:before {
  content: "\e639";
}
.icon-bell:before {
  content: "\e63a";
}
.icon-link:before {
  content: "\e63b";
}
.icon-flag:before {
  content: "\e63c";
}
.icon-cog:before {
  content: "\e63d";
}
.icon-tools:before {
  content: "\e63e";
}
.icon-trophy:before {
  content: "\e63f";
}
.icon-tag:before {
  content: "\e640";
}
.icon-camera:before {
  content: "\e641";
}
.icon-megaphone:before {
  content: "\e642";
}
.icon-moon:before {
  content: "\e643";
}
.icon-palette:before {
  content: "\e644";
}
.icon-leaf:before {
  content: "\e645";
}
.icon-music:before {
  content: "\e646";
}
.icon-music2:before {
  content: "\e647";
}
.icon-new:before {
  content: "\e648";
}
.icon-graduation:before {
  content: "\e649";
}
.icon-book:before {
  content: "\e64a";
}
.icon-newspaper:before {
  content: "\e64b";
}
.icon-bag:before {
  content: "\e64c";
}
.icon-airplane:before {
  content: "\e64d";
}
.icon-lifebuoy:before {
  content: "\e64e";
}
.icon-eye:before {
  content: "\e64f";
}
.icon-clock:before {
  content: "\e650";
}
.icon-microphone:before {
  content: "\e651";
}
.icon-calendar:before {
  content: "\e652";
}
.icon-bolt:before {
  content: "\e653";
}
.icon-thunder:before {
  content: "\e654";
}
.icon-droplet:before {
  content: "\e655";
}
.icon-cd:before {
  content: "\e656";
}
.icon-briefcase:before {
  content: "\e657";
}
.icon-air:before {
  content: "\e658";
}
.icon-hourglass:before {
  content: "\e659";
}
.icon-gauge:before {
  content: "\e65a";
}
.icon-language:before {
  content: "\e65b";
}
.icon-network:before {
  content: "\e65c";
}
.icon-key:before {
  content: "\e65d";
}
.icon-battery:before {
  content: "\e65e";
}
.icon-bucket:before {
  content: "\e65f";
}
.icon-magnet:before {
  content: "\e660";
}
.icon-drive:before {
  content: "\e661";
}
.icon-cup:before {
  content: "\e662";
}
.icon-rocket:before {
  content: "\e663";
}
.icon-brush:before {
  content: "\e664";
}
.icon-suitcase:before {
  content: "\e665";
}
.icon-cone:before {
  content: "\e666";
}
.icon-earth:before {
  content: "\e667";
}
.icon-keyboard:before {
  content: "\e668";
}
.icon-browser:before {
  content: "\e669";
}
.icon-publish:before {
  content: "\e66a";
}
.icon-progress-3:before {
  content: "\e66b";
}
.icon-progress-2:before {
  content: "\e66c";
}
.icon-brogress-1:before {
  content: "\e66d";
}
.icon-progress-0:before {
  content: "\e66e";
}
.icon-sun:before {
  content: "\e66f";
}
.icon-sun2:before {
  content: "\e670";
}
.icon-adjust:before {
  content: "\e671";
}
.icon-code:before {
  content: "\e672";
}
.icon-screen:before {
  content: "\e673";
}
.icon-infinity:before {
  content: "\e674";
}
.icon-light-bulb:before {
  content: "\e675";
}
.icon-creditcard:before {
  content: "\e676";
}
.icon-database:before {
  content: "\e677";
}
.icon-voicemail:before {
  content: "\e678";
}
.icon-clipboard:before {
  content: "\e679";
}
.icon-cart:before {
  content: "\e67a";
}
.icon-box:before {
  content: "\e67b";
}
.icon-ticket:before {
  content: "\e67c";
}
.icon-rss:before {
  content: "\e67d";
}
.icon-signal:before {
  content: "\e67e";
}
.icon-thermometer:before {
  content: "\e67f";
}
.icon-droplets:before {
  content: "\e680";
}
.icon-uniE681:before {
  content: "\e681";
}
.icon-statistics:before {
  content: "\e682";
}
.icon-pie:before {
  content: "\e683";
}
.icon-bars:before {
  content: "\e684";
}
.icon-graph:before {
  content: "\e685";
}
.icon-lock:before {
  content: "\e686";
}
.icon-lock-open:before {
  content: "\e687";
}
.icon-logout:before {
  content: "\e688";
}
.icon-login:before {
  content: "\e689";
}
.icon-checkmark:before {
  content: "\e68a";
}
.icon-cross:before {
  content: "\e68b";
}
.icon-minus:before {
  content: "\e68c";
}
.icon-plus:before {
  content: "\e68d";
}
.icon-cross2:before {
  content: "\e68e";
}
.icon-minus2:before {
  content: "\e68f";
}
.icon-plus2:before {
  content: "\e690";
}
.icon-cross3:before {
  content: "\e691";
}
.icon-minus3:before {
  content: "\e692";
}
.icon-plus3:before {
  content: "\e693";
}
.icon-erase:before {
  content: "\e694";
}
.icon-blocked:before {
  content: "\e695";
}
.icon-info:before {
  content: "\e696";
}
.icon-info2:before {
  content: "\e697";
}
.icon-question:before {
  content: "\e698";
}
.icon-help:before {
  content: "\e699";
}
.icon-warning:before {
  content: "\e69a";
}
.icon-cycle:before {
  content: "\e69b";
}
.icon-cw:before {
  content: "\e69c";
}
.icon-ccw:before {
  content: "\e69d";
}
.icon-shuffle:before {
  content: "\e69e";
}
.icon-arrow:before {
  content: "\e69f";
}
.icon-arrow2:before {
  content: "\e6a0";
}
.icon-retweet:before {
  content: "\e6a1";
}
.icon-loop:before {
  content: "\e6a2";
}
.icon-history:before {
  content: "\e6a3";
}
.icon-back:before {
  content: "\e6a4";
}
.icon-switch:before {
  content: "\e6a5";
}
.icon-list:before {
  content: "\e6a6";
}
.icon-add-to-list:before {
  content: "\e6a7";
}
.icon-layout:before {
  content: "\e6a8";
}
.icon-list2:before {
  content: "\e6a9";
}
.icon-text:before {
  content: "\e6aa";
}
.icon-text2:before {
  content: "\e6ab";
}
.icon-document:before {
  content: "\e6ac";
}
.icon-docs:before {
  content: "\e6ad";
}
.icon-landscape:before {
  content: "\e6ae";
}
.icon-pictures:before {
  content: "\e6af";
}
.icon-video:before {
  content: "\e6b0";
}
.icon-music3:before {
  content: "\e6b1";
}
.icon-folder:before {
  content: "\e6b2";
}
.icon-archive:before {
  content: "\e6b3";
}
.icon-trash:before {
  content: "\e6b4";
}
.icon-upload:before {
  content: "\e6b5";
}
.icon-download:before {
  content: "\e6b6";
}
.icon-disk:before {
  content: "\e6b7";
}
.icon-install:before {
  content: "\e6b8";
}
.icon-cloud:before {
  content: "\e6b9";
}
.icon-upload2:before {
  content: "\e6ba";
}
.icon-bookmark:before {
  content: "\e6bb";
}
.icon-bookmarks:before {
  content: "\e6bc";
}
.icon-book2:before {
  content: "\e6bd";
}
.icon-play:before {
  content: "\e6be";
}
.icon-pause:before {
  content: "\e6bf";
}
.icon-record:before {
  content: "\e6c0";
}
.icon-stop:before {
  content: "\e6c1";
}
.icon-next:before {
  content: "\e6c2";
}
.icon-previous:before {
  content: "\e6c3";
}
.icon-first:before {
  content: "\e6c4";
}
.icon-last:before {
  content: "\e6c5";
}
.icon-resize-enlarge:before {
  content: "\e6c6";
}
.icon-resize-shrink:before {
  content: "\e6c7";
}
.icon-volume:before {
  content: "\e6c8";
}
.icon-sound:before {
  content: "\e6c9";
}
.icon-mute:before {
  content: "\e6ca";
}
.icon-flow-cascade:before {
  content: "\e6cb";
}
.icon-flow-branch:before {
  content: "\e6cc";
}
.icon-flow-tree:before {
  content: "\e6cd";
}
.icon-flow-line:before {
  content: "\e6ce";
}
.icon-flow-parallel:before {
  content: "\e6cf";
}
.icon-arrow-left:before {
  content: "\e6d0";
}
.icon-arrow-down:before {
  content: "\e6d1";
}
.icon-arrow-up-upload:before {
  content: "\e6d2";
}
.icon-arrow-right:before {
  content: "\e6d3";
}
.icon-arrow-left2:before {
  content: "\e6d4";
}
.icon-arrow-down2:before {
  content: "\e6d5";
}
.icon-arrow-up:before {
  content: "\e6d6";
}
.icon-arrow-right2:before {
  content: "\e6d7";
}
.icon-arrow-left3:before {
  content: "\e6d8";
}
.icon-arrow-down3:before {
  content: "\e6d9";
}
.icon-arrow-up2:before {
  content: "\e6da";
}
.icon-arrow-right3:before {
  content: "\e6db";
}
.icon-arrow-left4:before {
  content: "\e6dc";
}
.icon-arrow-down4:before {
  content: "\e6dd";
}
.icon-arrow-up3:before {
  content: "\e6de";
}
.icon-arrow-right4:before {
  content: "\e6df";
}
.icon-arrow-left5:before {
  content: "\e6e0";
}
.icon-arrow-down5:before {
  content: "\e6e1";
}
.icon-arrow-up4:before {
  content: "\e6e2";
}
.icon-arrow-right5:before {
  content: "\e6e3";
}
.icon-arrow-left6:before {
  content: "\e6e4";
}
.icon-arrow-down6:before {
  content: "\e6e5";
}
.icon-arrow-up5:before {
  content: "\e6e6";
}
.icon-arrow-right6:before {
  content: "\e6e7";
}
.icon-arrow-left7:before {
  content: "\e6e8";
}
.icon-arrow-down7:before {
  content: "\e6e9";
}
.icon-arrow-up6:before {
  content: "\e6ea";
}
.icon-uniE6EB:before {
  content: "\e6eb";
}
.icon-left-thin:before {
  content: "\e6ec";
}
.icon-down-thin:before {
  content: "\e6ed";
}
.icon-up-thin:before {
  content: "\e6ee";
}
.icon-right-thin:before {
  content: "\e6ef";
}
.icon-menu:before {
  content: "\e6f0";
}
.icon-ellipsis:before {
  content: "\e6f1";
}
.icon-dots:before {
  content: "\e6f2";
}
.icon-dot:before {
  content: "\e6f3";
}
.icon-cc:before {
  content: "\e6f4";
}
.icon-cc-by:before {
  content: "\e6f5";
}
.icon-cc-nc:before {
  content: "\e6f6";
}
.icon-cc-nc-eu:before {
  content: "\e6f7";
}
.icon-cc-nc-jp:before {
  content: "\e6f8";
}
.icon-cc-sa:before {
  content: "\e6f9";
}
.icon-cc-nd:before {
  content: "\e6fa";
}
.icon-cc-pd:before {
  content: "\e6fb";
}
.icon-cc-zero:before {
  content: "\e6fc";
}
.icon-cc-share:before {
  content: "\e6fd";
}
.icon-cc-share2:before {
  content: "\e6fe";
}
.icon-danielbruce:before {
  content: "\e6ff";
}
.icon-danielbruce2:before {
  content: "\e700";
}
.icon-github:before {
  content: "\e701";
}
.icon-github2:before {
  content: "\e702";
}
.icon-flickr:before {
  content: "\e703";
}
.icon-flickr2:before {
  content: "\e704";
}
.icon-vimeo:before {
  content: "\e705";
}
.icon-vimeo2:before {
  content: "\e706";
}
.icon-twitter:before {
  content: "\e707";
}
.icon-twitter2:before {
  content: "\e708";
}
.icon-facebook:before {
  content: "\e709";
}
.icon-facebook2:before {
  content: "\e70a";
}
.icon-facebook3:before {
  content: "\e70b";
}
.icon-googleplus:before {
  content: "\e70c";
}
.icon-googleplus2:before {
  content: "\e70d";
}
.icon-pinterest:before {
  content: "\e70e";
}
.icon-pinterest2:before {
  content: "\e70f";
}
.icon-tumblr:before {
  content: "\e710";
}
.icon-tumblr2:before {
  content: "\e711";
}
.icon-linkedin:before {
  content: "\e712";
}
.icon-linkedin2:before {
  content: "\e713";
}
.icon-dribbble:before {
  content: "\e714";
}
.icon-dribbble2:before {
  content: "\e715";
}
.icon-stumbleupon:before {
  content: "\e716";
}
.icon-stumbleupon2:before {
  content: "\e717";
}
.icon-lastfm:before {
  content: "\e718";
}
.icon-lastfm2:before {
  content: "\e719";
}
.icon-rdio:before {
  content: "\e71a";
}
.icon-rdio2:before {
  content: "\e71b";
}
.icon-spotify:before {
  content: "\e71c";
}
.icon-spotify2:before {
  content: "\e71d";
}
.icon-qq:before {
  content: "\e71e";
}
.icon-instagram:before {
  content: "\e71f";
}
.icon-dropbox:before {
  content: "\e720";
}
.icon-evernote:before {
  content: "\e721";
}
.icon-flattr:before {
  content: "\e722";
}
.icon-skype:before {
  content: "\e723";
}
.icon-skype2:before {
  content: "\e724";
}
.icon-renren:before {
  content: "\e725";
}
.icon-sina-weibo:before {
  content: "\e726";
}
.icon-paypal:before {
  content: "\e727";
}
.icon-picasa:before {
  content: "\e728";
}
.icon-soundcloud:before {
  content: "\e729";
}
.icon-mixi:before {
  content: "\e72a";
}
.icon-behance:before {
  content: "\e72b";
}
.icon-circles:before {
  content: "\e72c";
}
.icon-vk:before {
  content: "\e72d";
}
.icon-smashing:before {
  content: "\e72e";
}
/*------------------------------------*\
    $SCAFFOLDING
\*------------------------------------*/
html,
body {
  height: 100%;
  width: 100%;
}
body {
  height: 100%;
  background-color: #f4f6f7; /*#d0c4b6;*/
  font-family: 'GT Walsheim', arial; /*'interstate-light', arial;*/
  font-weight: 300; /*normal;*/
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  color: #182449; /*#4d4037;*/
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body:after {
  content: " ";
  display: block;
  clear: both;
}
div[id^="cs_control"] {
  padding: 0;
}
#loading {
  background: url("https://www.american.edu/customcf/knowsuccess/images/bx_loader.gif") center center no-repeat;
  width: 100%;
  height: 200px;
  z-index: 9999999;
}
#container-page {
  width: 100%;
  max-width: 1200px;
  min-height: 100%;
  position: relative;
  padding-top: 60px;
  margin: 0 auto;
  visibility: hidden;
}
strong {
  font-weight: 600 !important;
}
@media (min-width: 992px) {
  #container-page {
    padding-top: 100px;
  }
}
#container-main {
  background-color: #936767;
  position: relative;
  height: 100%;
  bottom: 0;
  min-height: 100%;
}
/*#container-main:after {
  content: "";
  display: block;
  height: 185px;
}*/
#container-nav {
  background-color: transparent;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: 100%;
}
#container-content {
  padding-left: 0;
  background-color: #c2cbcb; /*#9e9186;*/
  bottom: 0;
  min-height: 100%;
  margin-top: -1px;
}
/*#container-content:after {
  content: "";
  display: block;
  height: 185px;
}*/
#container-middle {
  width: 100%;
  position: relative;
  bottom: 0;
  min-height: 100%;
}
/*#container-middle:after {
  content: "";
  display: block;
  height: 185px;
}*/
#footer {
  background-color: #d9dce3; /*#7e6d5f;*/
  min-height: 185px;
  width: 100%;
  z-index: 1001;
}
@media (min-width: 1200px) {
  .col-lg-one-fifth {
    position: relative;
    min-height: 1px;
    float: left;
    max-width: 20%;
    width: inherit;
  }
}
@media (min-width: 1200px) {
  #container-nav {
    background-color: #005099; /*#2f9ba7;*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100px;
    z-index: 1000;
  }
  #container-content {
    padding-left: 100px;
  }
  #container-content .container-fluid {
    padding: 0;
  }
}
/*------------------------------------*\
    $GENERAL CONTENT STYLES
\*------------------------------------*/
h1,
h2,
h3,
h4 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #414547; /*#7e6d5f;*/
}
h1 {
  font-size: 39px;
  font-family: 'GT Walsheim', serif;
  font-weight: 700;
}
h2 {
  font-size: 26px;
  font-family: 'GT Walsheim', serif; /*Georgia, serif;*/
  font-weight: 400; /*normal*/
  font-style: italic;
  line-height: 1.25;
}
h3 {
  font-size: 26px;
  font-family: 'GT Walsheim'; /*'interstate-bold';*/
  font-weight: 700;
  text-transform: uppercase;
}
h4 {
  font-size: 19px;
  font-family: 'GT Walsheim'; /*'interstate-bold';*/
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h5 {
  font-size: 16px;
  font-family: 'GT Walsheim'; /*'interstate-bold';*/
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
a {
  color: #005099; /*#2f9ba7;*/
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin-bottom: 25px;
}
b,
strong {
  font-weight: bold;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.errorMessage {
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  min-height: 30px;
  background: #c4122f;
  margin-top: 10px;
  margin-bottom: -20px;
  color: white;
}
.errorMessage .icon {
  margin-right: 5px;
}
.nodisc {
  list-style: none;
}
.more {
  display: inline-block;
  color: #005099 !important; /*#a1968b;*/
}
.more:hover {
  color: #005099 !important; /*#7b7064;*/
  cursor: pointer;
}
.more .more-text {
  font-family: 'GT Walsheim', arial;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
}
.more .icon {
  vertical-align: middle;
  font-size: 1.1em;
}
.working-title,
.career-title,
.exp-title {
  margin-bottom: 10px;
  color: #182449; /*#3c208c;*/ /* rd2022 */
}
@media (min-width: 992px) {
  .working-title,
  .career-title,
  .exp-title {
    margin-bottom: 30px;
  }
}
.working-title .small,
.working-title .medium,
.working-title .big,
.working-title .bigger,
.career-title .small,
.career-title .medium,
.career-title .big,
.career-title .bigger,
.exp-title .small,
.exp-title .medium,
.exp-title .big,
.exp-title .bigger {
  font-family: 'GT Walsheim', arial;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1;
}
.working-title .small,
.career-title .small,
.exp-title .small {
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 1px;
}
.working-title .medium,
.career-title .medium,
.exp-title .medium {
  font-size: 1.5em;
}
.working-title .big,
.career-title .big,
.exp-title .big {
  font-size: 1.8em;
}
.working-title .bigger,
.career-title .bigger,
.exp-title .bigger {
  font-size: 1.95em;
}
/* 2023 reskin */
.working-title .big,
.working-title .bigger {
  font-weight: 500;
}
.working-title .small {
  font-weight: 600;
}
.exp-title .small {
  font-weight: 700;
}
.exp-title .big {
  font-weight: 600;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
    $HEADER
\*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  z-index: 1003;
  background-color: #182449; /*#4d4037;*/
  height: 60px;
  width: 100%;
  max-width: 1200px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 992px) {
  #header {
    height: 100px;
  }
}
#header .container-fluid {
  padding: 0;
  height: 60px;
}
@media (min-width: 992px) {
  #header .container-fluid {
    height: 100px;
  }
}
#header.inner {
  height: 170px;
}
.header-sides {
  display: none;
  top: -10000px;
}
.header-sides.top {
  display: none;
  top: -10000px;
}
.crest {
  margin: 35px 10px 40px 35px;
}
.logo {
  margin: 30px 0;
}
.container-logo {
  margin-top: 30px;
  display: inline-block;
}
.header-logo {
  float: left;
  width: 78%;
}
.logo-au {
  height: 40px;
  width: 30px;
  background: url("https://www.american.edu/customcf/knowsuccess/images/AU-crest.png") 0 5px no-repeat;
  display: inline-block;
  margin: 5px 10px 0 10px;
}
@media (min-width: 992px) {
  .logo-au {
    height: 60px;
    width: 45px;
    margin: 20px 10px 0 10px;
    background-position: 0 15px;
  }
}
.logo-ks {
  height: 40px;
  width: 75%;
  max-width: 371px;
  background: url("https://www.american.edu/customcf/knowsuccess/images/wks-logo.png") no-repeat left 50%;
  background-size: contain;
  display: inline-block;
  margin: 5px 30px 0 0;
}
@media (min-width: 992px) {
  .logo-ks {
    height: 60px;
    margin: 20px 30px 0 0;
  }
}
@media (min-width: 200px) and (max-width: 480px) {
  .logo-ks {
    margin: 5px 0 0 0;
  }
}
.knowsuccess-logo {
  float: right;
  width: 215px;
  height: 110px;
  background: url("https://www.american.edu/customcf/knowsuccess/images/know-success-logo.png") no-repeat;
  margin: 25px 30px 0 0;
}
@media (min-width: 992px) {
  #header {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  #header {
    padding-left: 100px;
  }
  .logo-au {
    height: 45px;
    width: 310px;
    background: url("https://www.american.edu/customcf/knowsuccess/images/AU-logo.png") no-repeat;
    background-size: auto;
    display: inline-block;
    float: left;
    margin: 27px 10px 0 30px;
    border: none;
  }
  .logo-ks {
    height: 60px;
    width: 371px;
    background: url("https://www.american.edu/customcf/knowsuccess/images/wks-logopic.png") no-repeat;
    background-size: 371px 60px;
    display: inline-block;
    float: right;
    margin: 20px 30px 0 10px;
  }
  .header-sides {
    position: fixed;
    top: 170px;
    z-index: 999;
    height: 30px;
    width: 100%;
    background: url("https://www.american.edu/customcf/knowsuccess/images/side_left.png") no-repeat left top, url("https://www.american.edu/customcf/knowsuccess/images/side_right.png") no-repeat right top;
    display: none;
    max-width: 1100px;
  }
  .header-sides.top {
    top: 100px;
  }
}
/*------------------------------------*\
    $FILTER
\*------------------------------------*/
#filter {
  height: auto;
  padding: 5px;
  width: 100%;
  max-width: 1100px;
  background-color: #3c208c; /*#3e342c;*/
  font-family: 'GT Walsheim', arial;
  font-weight: 100;
  font-size: .8rem;
  text-transform: uppercase;
  color: white;
  display: table;
  z-index: 1002;
}
@media (min-width: 992px) {
  #filter {
    padding: 15px 10px 5px;
  }
}
#filter a {
  outline: none;
}
#filter .container-filter {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  position: relative;
}
@media (min-width: 992px) {
  #filter .container-filter {
    padding-left: 30px;
  }
}
#filter .filter-text,
#filter .level-filter-text,
#filter .major-filter-text,
#filter .school-filter-text {
  display: inline-block;
  float: left;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 29px;
}
#filter .filter-text {
  border: 1px solid #3c208c; /*#3e342c;*/
}
#filter .level-filter-text .replacement-text,
#filter .major-filter-text .replacement-text,
#filter .school-filter-text .replacement-text {
  border: 1px solid #64C7C7;
  border-color: #3c208c #3c208c #64C7C7 #3c208c; /*#3e342c #3e342c #64C7C7 #3e342c;*/
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  line-height: 29px;
  margin-bottom: 1px;
}
#filter .level-filter-text .icon,
#filter .major-filter-text .icon,
#filter .school-filter-text .icon {
  border: 1px solid #3c208c; /*#3e342c;*/
  line-height: 29px;
  vertical-align: middle;
}
#mobile-filter-toggle,
#mobile-filter-close {
  background: transparent;
  border-radius: 0;
  border: none;
  margin-top: -4px;
  padding: 6px 12px;
}
#mobile-filter-close {
  font-size: 18px;
  padding: 3px 12px;
  line-height: 1.45;
}
#mobile-filter-toggle:hover,
#mobile-filter-close:hover {
  background: #c2cbcb; /*#9e9186;*/
  border-radius: 0;
}
#filter ol,
#filter ul {
  display: inline-block;
  float: left;
}
#filter.top {
  position: fixed;
  top: 60px;
  max-width: 1100px;
}
@media (min-width: 992px) {
  #filter.top {
    top: 100px;
  }
}
.styled-select-bold *:focus,
.styled-select-bold :focus {
  outline: none !important;
}
.styled-select-bold .ui-selectmenu-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 22px;
}
.styled-select-bold .ui-selectmenu-button {
  border: 1px solid #0672b9; /*#65c7c7;*/
  background: transparent;
  height: 30px;
  width: 200px;
  float: left;
  margin: 0 8px 0 0;
  padding: 0 0 0 4px;
  font-family: "GT Walsheim", sans-serif; /* interstate-condensed */
  font-size: 0.8rem; /*16px;*/
  line-height: 28px;
  color: #FFF;
  position: relative;
  text-transform: uppercase;
}
.styled-select-bold .ui-icon:after {
  font-family: 'icons';
  content: "\e6e6";
  width: 18px;
  height: 28px;
  background: #0672b9; /*#65c7c7;*/
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 28px;
}
.styled-select-bold .ui-icon-triangle-1-s:after {
  content: '\e6e1';
}
.ui-selectmenu-menu {
  z-index: 1003;
  max-width: 280px;
}
.ui-selectmenu-menu .ui-menu[aria-hidden="true"] {
  display: none;
}
.ui-selectmenu-menu .ui-menu[aria-hidden="false"] {
  display: block;
  background: #FFF;
  width: auto;
  max-height: 300px;
  overflow-y: auto;
}
.ui-selectmenu-menu .ui-menu[aria-hidden="false"] .ui-menu-item {
  font-size: 14px;
  background: white;
  padding: 0 10px;
}
.ui-selectmenu-menu .ui-menu[aria-hidden="false"].ui-style-bold {
  border: 1px solid #0672b9; /*#65c7c7;*/
  max-width: 250px;
}
.ui-selectmenu-menu .ui-menu[aria-hidden="false"].ui-style-bold .ui-menu-item {
  font-family: "GT Walsheim Condensed Bold", sans-serif; /* interstate-condensed */
  font-size: 16px;
  line-height: 1.5em;
  padding: 7px 10px;
  color: #0672b9;
  border-bottom: 1px dotted #005099; /*#2f9ba7;*/
  text-transform: uppercase;
}
.ui-selectmenu-menu .ui-menu[aria-hidden="false"].ui-style-bold .ui-menu-item:last-child {
  border-bottom: none;
}
.ui-selectmenu-menu .ui-menu[aria-hidden="false"].ui-style-bold .ui-menu-item.ui-state-focus {
  color: #FFF;
  background: #005099;
}
#level,
#major,
#school {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
#level {
  width: 150px;
}
#school {
  width: 190px;
}
#major {
  width: 190px;
}
.level,
.school,
.major {
  display: inline-block;
  float: left;
  margin-top: 1px;
}
.filter-section {
  display: inline-block;
  max-width: 300px;
  height: 30px;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  #level {
    width: 150px;
  }
  #school {
    width: 230px;
  }
  #major {
    width: 230px;
  }
  #filter {
    padding: 0;
    padding-right: 31px !important;
    height: 70px;
  }
  #filter.top .container-filter {
    padding-top: 15px;
  }
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
    $NAVIGATION
\*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.nav .home .icon {
  font-size: 16px;
  left: 1px;
}
.nav .icon {
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 12px;
}
#navigation {
  position: absolute;
  top: 59px;
  right: 0;
  width: 100%;
  background-color: transparent;
  padding: 0;
  max-height: none;
}
@media (min-width: 768px) {
  #navigation {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  #navigation {
    top: 99px;
  }
}
.nav,
.nav * {
  list-style: none;
  margin: 0;
}
.nav li {
  width: 100%;
  position: relative;
}
.nav li a {
  text-decoration: none;
  height: auto;
  width: 100%;
  background: #005099; /*#2f9ba7;*/
  position: relative;
  overflow: visible;
  color: white;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-family: 'GT Walsheim', arial;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  padding: 20px;
}
.nav li a:not(:last-child) {
  border-bottom: 2px solid white;
}
.nav li.home a {
  border-bottom: 2px solid white;
}
.nav li a.selected.home {
  border-bottom: 0px solid white;
}
.nav li a.selected {
  border-bottom: 0px solid white;
}
.nav li.nav-link:hover > a,
.nav li.home:hover > a {
  background: #EFEFEF;
  color: #005099; /*#2f9ba7;*/
}
.nav li > a.selected {
  background: #FFF;
  color: #005099; /*#2f9ba7;*/
}
.nav li > a.dropdown-toggle.selected {
  background: #fff;
  color: #005099;
}
.nav li.nav-link > a.selected {
  border-bottom: 2px solid white;
}
/* know more links */
.nav .ks-more {
  list-style: none;
  background: white;
  margin: 0;
}
.nav .ks-more li a {
  border-bottom: none;
}
.nav .ks-more li a {
  text-decoration: none;
  height: 40px;
  width: 100%;
  background: white;
  position: relative;
  overflow: visible;
  color: #005099; /*#2f9ba7;*/
  display: block;
  vertical-align: middle;
  font-family: 'GT Walsheim', arial;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  line-height: 40px;
  padding: 0 52px;
  margin: 0;
  border: none;
  text-align: left;
}
.ks-more li:hover {
  background: #005099; /*#2f9ba7;*/
}
.ks-more li:hover a {
  background: #005099; /*#2f9ba7;*/
  color: white;
  text-decoration: none;
}
.ks-more li:hover:not(:last-child) {
  border-bottom: 1px dotted white;
}
.ks-more li:not(:last-child) {
  border-bottom: 1px dotted #005099; /*#2f9ba7;*/
}
/* search and share links */
.nav .ks-search,
.nav .ks-share {
  list-style: none;
  background: white;
  margin: 0;
}
.ks-search .icon,
.ks-share .icon {
  vertical-align: middle;
  margin: 0 5px 5px 0;
}
.ks-search li a,
.ks-share li a {
  text-decoration: none;
  height: 40px;
  width: 100%;
  background: white;
  position: relative;
  overflow: visible;
  color: #005099; /*#2f9ba7;*/
  display: block;
  vertical-align: middle;
  font-family: 'GT Walsheim', arial;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  line-height: 40px;
  padding: 0 42px;
  border: none;
  text-align: left;
}
.ks-share li:hover {
  background: #005099; /*#2f9ba7;*/
}
.ks-share li:hover a {
  background: #005099; /*#2f9ba7;*/
  color: white;
  text-decoration: none;
}
.ks-share li:hover:not(:last-child) {
  border-bottom: 1px dotted white;
}
.ks-share li:not(:last-child) {
  border-bottom: 1px dotted #005099; /*#2f9ba7;*/
}
@media (min-width: 1200px) {
  .nav .home .icon {
    font-size: 36px;
    left: 1px;
  }
  .nav .icon {
    font-size: 24px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  #navigation {
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    width: 100px;
    background-color: #005099; /*#2f9ba7;*/
    min-height: 3200px;
    z-index: 1002;
  }
  .nav li {
    width: 100px;
    position: relative;
  }
  .nav .home a.selected.top:after,
  .nav .home a:hover:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 103px;
    margin-left: -3px;
    border-style: solid;
    border-width: 12px 0px 12px 12px;
    border-color: transparent transparent transparent white;
  }
  .nav li a {
    height: 60px;
    width: 100px;
    position: relative;
    overflow: visible;
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    line-height: 1.3em;
    /* padding-top: 10px; */
    /* to position icon and text in the middle vertically */
  }
  .nav li a.share {
    padding-top: 10px;
  }
  .nav a.noicon {
    padding-top: 0;
  }
  .nav .home a {
    height: 100px;
    padding-top: 25px;
    line-height: 25px;
    display: inline-block;
  }
  .nav li a {
    border-bottom: 2px solid white;
  }
  .nav li.home a {
    border-bottom: 2px solid white;
  }
  .nav li a.selected.home {
    border-bottom: 0px solid white;
  }
  .nav li a.selected {
    border-bottom: 0px solid white;
  }
  .nav li.nav-link:hover > a,
  .nav li.home:hover > a,
  .nav li > a.selected {
    background: white;
    color: #005099; /*#2f9ba7;*/
  }
  .nav li > a.dropdown-toggle.selected {
    background: #FFF;
    color: #005099; /*#2f9ba7;*/
  }
  .nav li.nav-link > a.selected {
    border-bottom: 2px solid white;
  }
  /* know more links */
  .nav .ks-more {
    display: none;
    position: absolute;
    top: -2px;
    left: 100px;
    list-style: none;
    background: white;
    margin: 0;
    width: 210px;
  }
  .nav .ks-more li {
    width: 100%;
    padding: 5px;
  }
  .nav .ks-more li a {
    border-bottom: none;
  }
  .nav .ks-more li a {
    text-decoration: none;
    height: 40px;
    width: 100%;
    background: white;
    position: relative;
    overflow: visible;
    color: #005099; /*#2f9ba7;*/
    display: block;
    vertical-align: middle;
    font-family: 'GT Walsheim', arial;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
  }
  .nav .ks-more li:hover {
    background: #005099; /*#2f9ba7;*/
  }
  .nav .ks-more li:hover a {
    background: #005099; /*#2f9ba7;*/
    color: white;
    text-decoration: none;
  }
  .nav .ks-more li:hover:not(:last-child) {
    border-bottom: 1px dotted white;
  }
  .nav .ks-more li:not(:last-child) {
    border-bottom: 1px dotted #005099; /*#2f9ba7;*/
  }
  /* search and share links */
  .nav .ks-search,
  .nav .ks-share {
    display: none;
    position: absolute;
    top: -2px;
    left: 100px;
    list-style: none;
    background: white;
    margin: 0;
  }
  .nav .ks-search .icon,
  .nav .ks-share .icon {
    vertical-align: middle;
    margin: 0 5px 5px 0;
  }
  .nav .ks-search li,
  .nav .ks-share li {
    width: 150px;
    padding: 5px;
  }
  .nav .ks-search li a,
  .nav .ks-share li a {
    text-decoration: none;
    height: 40px;
    width: 100%;
    background: white;
    position: relative;
    overflow: visible;
    color: #005099; /*#2f9ba7;*/
    display: block;
    vertical-align: middle;
    font-family: 'GT Walsheim', arial;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0;
    border: none;
    text-align: center;
  }
  .nav .ks-share li:hover {
    background: #005099; /*#2f9ba7;*/
  }
  .nav .ks-share li:hover a {
    background: #005099; /*#2f9ba7;*/
    color: white;
    text-decoration: none;
  }
  .nav .ks-share li:hover:not(:last-child) {
    border-bottom: 1px dotted white;
  }
  .nav .ks-share li:not(:last-child) {
    border-bottom: 1px dotted #005099; /*#2f9ba7;*/
  }
}
/* breadcrumbs */
.breadcrumbs,
.breadcrumbs * {
  display: none;
}
@media (min-width: 1200px) {
  .breadcrumbs,
  .breadcrumbs * {
    display: list-item;
    list-style: none;
    margin: 0;
  }
  .nav .breadcrumbs li {
    width: 100px;
    position: relative;
  }
  .nav .breadcrumbs a {
    text-decoration: none;
    height: 60px;
    width: 100px;
    background: #0672b9; /*#65c7c7;*/
    position: relative;
    overflow: visible;
    color: white;
    display: inline-block;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    font-family: 'GT Walsheim', arial;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    -webkit-font-smoothing: antialiased;
  }
  .nav .breadcrumbs li a {
    border-bottom: 2px solid white;
  }
  .nav .breadcrumbs li:last-child a {
    line-height: 55px;
  }
  .nav .breadcrumbs li:not(:last-child) a:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    z-index: 2;
    bottom: -10px;
    left: 50%;
    margin-left: -12px;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #0672b9 transparent transparent; /*#65c7c7;*/
  }
  .nav .breadcrumbs li:not(:last-child) a:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    bottom: -13px;
    left: 50%;
    margin-left: -12px;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: white transparent transparent transparent;
  }
  .nav .breadcrumbs li:hover a {
    background: white;
    color: #0672b9; /*#65c7c7;*/
  }
  .nav .breadcrumbs li:first-child:hover a {
    border-top: 1px solid #0672b9; /*#65c7c7;*/
    border-bottom: 1px solid white;
  }
  .nav .breadcrumbs li:hover a:after {
    border-top-color: white;
  }
  .nav .breadcrumbs li.current a {
    background: white;
    color: #0672b9; /*#65c7c7;*/
  }
  .nav .breadcrumbs li.current:first-child a {
    border-top: 1px solid #0672b9; /*#65c7c7;*/
  }
  .nav .breadcrumbs li.current a:after {
    border-top-color: white;
  }
}
.navbar-toggle {
  padding: 22px 19px 22px;
  margin: 0;
  background-color: #005099; /*#2f9ba7;*/
  border-color: #005099; /*#2f9ba7;*/
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.navbar-toggle.collapsed {
  background-color: transparent;
  border-color: transparent;
}
.navbar-toggle .icon-bar {
  background-color: #FFF;
}
.dropdown-menu {
  position: static;
  float: none;
  border: none;
  padding: 0;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
    $CAROUSEL
\*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* RESET AND LAYOUT */
.bx-wrapper {
  position: relative;
  /*margin: 0 auto 60px;*/
  padding: 0;
  *zoom: 1;
  max-width: 100%;
}
.bx-wrapper img {
  max-width: 765px;
  display: block;
}
/* THEME */
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  /*border:  5px solid $base_color;*/
  left: -5px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNDAzNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNlMzQyYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(#182449, #3c208c); /*(#4d4037, #3e342c);*/
  background-image: -webkit-linear-gradient(#182449, #3c208c);
  background-image: linear-gradient(#182449, #3c208c);
  /*fix other elements on the page moving (on Chrome) */
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("https://www.american.edu/customcf/knowsuccess/images/bx_loader.gif") center center no-repeat #182449; /*#4d4037;*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("https://www.american.edu/customcf/knowsuccess/images/controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url("https://www.american.edu/customcf/knowsuccess/images/controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 15%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 998;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("https://www.american.edu/customcf/knowsuccess/images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("https://www.american.edu/customcf/knowsuccess/images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
#carousel {
  width: 100%;
  max-width: 1100px;
  max-height: 270px;
  min-height: 100px;
  overflow: hidden;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNDAzNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNlMzQyYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(#182449, #3c208c); /*#4d4037, #3e342c);*/
  background-image: -webkit-linear-gradient(#182449, #3c208c);
  background-image: linear-gradient(#182449, #3c208c);
}
.container-carousel {
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNDAzNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNlMzQyYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(#182449, #3c208c); /*#4d4037, #3e342c);*/
  background-image: -webkit-linear-gradient(#182449, #3c208c);
  background-image: linear-gradient(#182449, #3c208c);
}
.container-carousel .bx-viewport {
  width: inherit;
  margin-left: 5px;
}
.carousel .slide .imgslide {
  text-align: center;
  overflow: hidden;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.carousel .slide .imgslide #player {
  width: 460px;
  height: 260px;
}
.carousel .slide .imgslide.next iframe,
.carousel .slide .imgslide.prev iframe {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.carousel .slide .imgslide.next img,
.carousel .slide .imgslide.prev img,
.carousel .slide.bx-clone .imgslide img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.carousel .slide .imgslide img {
  width: 100%;
  max-height: 100%;
  -moz-box-shadow: 0px 3px 3px 3px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0px 3px 3px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 3px 3px rgba(50, 50, 50, 0.75);
}
.carousel .slide .imgslide img.cover {
  position: absolute;
  top: 0;
  cursor: pointer;
}
.transparent {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.cur {
  margin-left: -135px;
  margin-right: -120px;
}
.slide {
  display: inline-block;
  float: left;
}
@media (min-width: 200px) and (max-width: 320px) {
  #carousel {
    max-height: 161px;
  }
}
@media (min-width: 321px) and (max-width: 360px) {
  #carousel {
    max-height: 184px;
  }
}
@media (min-width: 361px) and (max-width: 400px) {
  #carousel {
    max-height: 206px;
  }
}
@media (min-width: 401px) and (max-width: 480px) {
  #carousel {
    max-height: 270px;
  }
}
@media (min-width: 768px) {
  #carousel {
    max-height: 440px;
  }
  .carousel .slide .imgslide #player {
    width: 765px;
    height: 430px;
  }
  .carousel .slide .imgslide img {
    width: 100%;
    max-height: none;
  }
  .bx-wrapper .bx-controls-direction a {
    top: 50%;
  }
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
    $MODAL
\*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -moz-transform: translate3d(0, -25%, 0);
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.modal.in .modal-dialog {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  color: #414547;
  background-color: #f4f6f7;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
.modal-backdrop.fade {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #9c948d;
  min-height: 39px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 10px 0 0 0;
  line-height: 24px;
}
.modal-body {
  position: relative;
  padding: 15px;
  text-align: left;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #9c948d;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  background-color: #0672b9;
  border-color: #0672b9;
  color: #fff;
}
.modal-footer .btn:hover, 
.modal-footer .btn:focus,
.modal-footer .btn:active {
  background-color: #005099;
  border-color: #005099;
  color: #fff;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-content {
  max-height: 90%;
}
.modal-content ul {
  list-style-type: disc;
  padding-left: 15px;
}
.modal-content ul li {
  margin-bottom: 5px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #9c948d;
}
.modal-body {
  overflow-y: auto;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
    $CONTENT
\*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.content {
  position: relative;
  overflow: auto;
  /*background: url("../images/bg1.png");*/
  background-color: #f4f6f7;
  margin: 0;
  padding: 0;
  bottom: 0;
  min-height: 100%;
  /* edit1: this margin-bottom was causing the content to drop behinde the footer! edit2: put it back to avoid extra space at bottom */
}
/*.content:after {
  content: "";
  display: block;
  height: 185px;
}*/
.content.top {
  padding-top: 70px;
}
.content .clear-content {
  width: 100%;
  clear: both;
}
.content .section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  float: left;
  width: 100%;
}
.content .section img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content .section ul {
  list-style-type: disc;
  padding-left: 15px;
  margin-bottom: 20px;
}

.content #section1 {
/*  background: url("../images/bg1.png");*/
  background-color: #ffffff;  
}
.content #section2 {
/*  background: url("../images/bg2.png"); */
  background-color: #ffffff;  
}
.content #section3 {
/*   background: url("../images/bg1.png"); */
}
.content #section4 {
/*  background: url("../images/bg3.png"); */
  background-color: #ffffff;  
}
.content #section1,
.content #section2,
.content #section3,
.content #section4,
.text-center-xs {
  text-align: center;
}
.content .section-inner {
  padding: 0;
}
.content .content-left {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  padding: 0 25px;
}
.content .content-right {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: url("https://www.american.edu/customcf/knowsuccess/images/AUgraduates.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: auto;
}
.moreinfo {
  width: 100%;
  height: 42px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'GT Walsheim', serif;
}
.moreinfo .info-text {
  display: inline-block;
  font-size: 0.9em;
  font-style: italic;
  color: #182449; /*#c2cbcb;*/ /*#9e9186;*/
  line-height: 1.2;
}
.moreinfo .dept {
  font-size: 1.1em;
  display: none;
  font-style: italic;
}
#section4 .moreinfo .left {
  color: #182449; /*4d4037;*/
}
.circle-icon {
  width: 22px;
  height: 22px;
  line-height: 20px;
  background-color: white;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 20px 0;
  float: right;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.circle-icon .icon {
  line-height: inherit;
  color: #0672b9; /*#005099;*/ /*#2f9ba7;*/
  left: -1px;
  top: 1px;
  font-size: 26px;
}
.circle-icon:hover {
  cursor: pointer;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media (min-width: 768px) {
  .content #section1,
  .content #section2,
  .content #section3,
  .content #section4,
  .text-left-sm {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .text-right-md {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .side {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
  }
  .side.left,
  #container-page .side.left.top-internal {
    left: 0;
    background: url("https://www.american.edu/customcf/knowsuccess/images/side_left.png") no-repeat;
  }
  .side.left.top {
    background: none;
  }
  .side.right,
  #container-page .side.right.top-internal {
    right: 0;
    background: url("https://www.american.edu/customcf/knowsuccess/images/side_right.png") no-repeat;
  }
  .side.right.top {
    background: none;
  }
  .content {
    margin: 0 30px;
  }
}
/*------------------------------------*\
    $CONTENT: 1.AFTER AU
\*------------------------------------*/
.after-au-left {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
.after-au-left .working-number {
  color: #5e2de6; /*#005099;*/ /*#2f9ba7;*/
  font-family: 'GT Walsheim', arial;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 5em;
  padding-left: 0.75em;
  line-height: 1;
}
.after-au-left .working-number:after {
  content: '%';
  color: #5e2de6; /*#2f9ba7;*/
  font-family: 'GT Walsheim', arial;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1;
}
.after-au-left .working-number span {
  font-size: 1.8em;
  font-weight: 800;
  vertical-align: middle;
}
.after-au-left .other,
.after-au-left .seeking {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  margin-bottom: 20px;
  font-family: 'GT Walsheim', arial;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  vertical-align: middle;
}
.after-au-left .other .icon,
.after-au-left .seeking .icon {
  font-size: 3em;
  line-height: 1em;
}
.after-au-left .other .other-number,
.after-au-left .other .seeking-number,
.after-au-left .seeking .other-number,
.after-au-left .seeking .seeking-number {
  display: inline-block;
}
.after-au-left .other .other-number span,
.after-au-left .other .seeking-number span,
.after-au-left .seeking .other-number span,
.after-au-left .seeking .seeking-number span {
  font-size: 1.2em;
}
.after-au-left .other .other-title,
.after-au-left .other .seeking-title,
.after-au-left .seeking .other-title,
.after-au-left .seeking .seeking-title {
  font-size: 0.8em;
}
.after-au-left .other {
  color: #8a95a5 /*#86776b;*/
}
.after-au-left .other .icon {
  /*text-shadow: 1px 1px #695e55;*/
}
.after-au-left .seeking {
  color: #3c208c; /*#c3bcb5;*/
}
.after-au-left .seeking .seeking-number {
  color: #3c208c; /*#0c5f95*/ /*#958a7d;*/
}
.after-au-right {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding-top: 10px;
  white-space: pre;
}
.after-au-right .icon {
  font-size: 3.15em;
  line-height: 1;
  padding: 2px;
  display: inline;
}
.after-au-right .wg {
  color: #5e2de6; /*#65c7c7;*/
  /*text-shadow: 2px 1px #24767f;*/
}
.after-au-right .wo {
  color: #8a95a5; /*86776b;*/
  /*text-shadow: 2px 1px #695e55;*/
}
.after-au-right .ws {
  color: #3c208c; /*#c3bcb5;*/
  /*text-shadow: 2px 1px #958a7d;*/
}
.after-au-right .break-sm:after {
  content: '\A';
}
@media (min-width: 768px) {
  .after-au-right .icon {
    padding: 2px 4px;
  }
  .after-au-left {
    float: left;
  }
  .after-au-left .working-number {
    padding-left: 0;
  }
  .after-au-left .other .other-number,
  .after-au-left .other .seeking-number,
  .after-au-left .seeking .other-number,
  .after-au-left .seeking .seeking-number {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .after-au-right .icon {
    font-size: 3.8em;
  }
  .after-au-right .break-sm:after {
    content: '';
  }
  .after-au-right .break-lg:after {
    content: '\A';
  }
}
@media (min-width: 1200px) {
  .after-au-right .icon {
    font-size: 3.8em;
  }
}
/*------------------------------------*\
    $CONTENT: 2.Careers
\*------------------------------------*/
@-webkit-keyframes bargrowth {
  0% {
    max-height: 0%;
  }
  100% {
    max-height: 100%;
  }
}
@keyframes bargrowth {
  0% {
    max-height: 0%;
  }
  100% {
    max-height: 100%;
  }
}
#section2 .career-container {
  text-align: center;
  margin: 50px auto 30px auto;
  width: 100%;
  font-size: 0.75em;
}
#section2 .career-chart {
  position: relative;
  margin: 0 0 20px inherit;
  height: auto;
  text-align: center;
}
#section2 .career-title {
  display: block;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  #section2 .career-title {
    font-size: 1em;
  }
}
#section2 .bar-data {
  display: block;
  font-family: arial;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1;
}
#section2 .bar-data-1 {
  color: #1c7f66
}
#section2 .bar-data-2 {
  color: #0c5f95;
}
#section2 .bar-data-3 {
  color: #c5940c;
}
#section2 .bar-data-4 {
  color: #2e1969; /*#2f9ba7;*/
}
#section2 .bar-data-5 {
  color: #182449; /*4d4037;*/
}
#section2 .career-data-container {
  width: 100%;
  margin: 20px auto 10px auto;
}
#section2 .career-data-container ul {
  padding: 10px 0;
  margin: 0 auto;
  list-style: disc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#section2 .career-data-container ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#section2 .career-data-container .career-data-title {
  border-top: 1px solid #182449; /*#4d4037;*/
  border-bottom: 1px solid #182449; /*#4d4037;*/
  text-transform: uppercase;
  font-family: 'GT Walsheim';
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1em;
  text-align: center;
  padding: 2px 0;
}
#section2 .career-data-container .career-employers {
  margin-bottom: 30px;
}
#section2 .career-data-container ul.schools,
#section2 .career-data-container .career-employers ul.employers {
  width: 100%;
  text-align: left;
  padding-left: 1em;
}
#section2 .career-data-container .career-employers .sub-list {
  float: left;
  width: 50%;
  text-align: left;
}
#section2 .career-data-container .career-schools {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clear-left-xs {
  clear: left;
}
@media (min-width: 768px) {
  .clear-left-xs {
    clear: none;
  }
  .clear-left-sm {
    clear: none;
  }
  #section2 .career-data-container ul.schools {
    width: 75%;
    padding-left: 0;
  }
  #section2 .career-data-container .career-employers ul.employers {
    width: 75%;
    padding-left: 0;
  }
  #section2 .career-data-container .career-employers .sub-list {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .clear-left-sm {
    clear: left;
  }
  #section2 .career-data-container {
    margin: 20px auto 30px auto;
  }
  #section2 #career-chart {
    position: relative;
    margin-top: 40px;
    width: 900px;
    height: 300px;
  }
  #section2 .career-chart {
    position: relative;
    float: left;
    display: inline-block;
    height: 300px;
    margin: 0 0 100px 0;
    margin-right: 6%;
    width: 140px;
  }
  #section2 .career-title {
    position: absolute;
    top: 360px;
    width: 100%;
    left: 0;
  }
  #section2 .bar-data {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    display: inline-block;
    font-family: arial;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1;
  }
  #section2 .bar {
    -webkit-animation: bargrowth 1000ms ease;
    animation: bargrowth 1000ms ease;
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 90px;
    height: 1%;
    -moz-transform: skew(0deg, -10deg);
    -ms-transform: skew(0deg, -10deg);
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
  }
  #section2 .career-chart {
    margin: 0 0 100px 0;
    height: 300px;
    margin-right: 6%;
    width: 140px;
  }
  #section2 .career-chart:last-child {
    margin-right: 0;
  }
  #section2 .bar-1 {
    left: 50px;
    -webkit-box-shadow: -1px -1px #1c7f66, -2px -2px #1c7f66, -3px -3px #1c7f66, -4px -4px #1c7f66, -5px -5px #1c7f66, -6px -6px #1c7f66, -7px -7px #1c7f66, -8px -8px #1c7f66, -9px -9px #1c7f66, -10px -10px #1c7f66, -11px -11px #1c7f66, -12px -12px #1c7f66, -13px -13px #1c7f66, -14px -14px #1c7f66, -15px -15px #1c7f66, -16px -16px #1c7f66, -17px -17px #1c7f66, -18px -18px #1c7f66, -19px -19px #1c7f66, -20px -20px #1c7f66, -21px -21px #1c7f66, -22px -22px #1c7f66, -23px -23px #1c7f66, -24px -24px #1c7f66, -25px -25px #1c7f66, -26px -26px #1c7f66, -27px -27px #1c7f66, -28px -28px #1c7f66, -29px -29px #1c7f66, -30px -30px #1c7f66, -31px -31px #1c7f66, -32px -32px #1c7f66, -33px -33px #1c7f66, -34px -34px #1c7f66, -35px -35px #1c7f66, -36px -36px #1c7f66, -37px -37px #1c7f66, -38px -38px #1c7f66, -39px -39px #1c7f66, -40px -40px #1c7f66, -41px -41px #1c7f66, -42px -42px #1c7f66, -43px -43px #1c7f66, -44px -44px #1c7f66, -45px -45px #1c7f66, -46px -46px #1c7f66, -47px -47px #1c7f66, -48px -48px #1c7f66, -49px -49px #1c7f66, -50px -50px #1c7f66;
    -moz-box-shadow: -1px -1px #1c7f66, -2px -2px #1c7f66, -3px -3px #1c7f66, -4px -4px #1c7f66, -5px -5px #1c7f66, -6px -6px #1c7f66, -7px -7px #1c7f66, -8px -8px #1c7f66, -9px -9px #1c7f66, -10px -10px #1c7f66, -11px -11px #1c7f66, -12px -12px #1c7f66, -13px -13px #1c7f66, -14px -14px #1c7f66, -15px -15px #1c7f66, -16px -16px #1c7f66, -17px -17px #1c7f66, -18px -18px #1c7f66, -19px -19px #1c7f66, -20px -20px #1c7f66, -21px -21px #1c7f66, -22px -22px #1c7f66, -23px -23px #1c7f66, -24px -24px #1c7f66, -25px -25px #1c7f66, -26px -26px #1c7f66, -27px -27px #1c7f66, -28px -28px #1c7f66, -29px -29px #1c7f66, -30px -30px #1c7f66, -31px -31px #1c7f66, -32px -32px #1c7f66, -33px -33px #1c7f66, -34px -34px #1c7f66, -35px -35px #1c7f66, -36px -36px #1c7f66, -37px -37px #1c7f66, -38px -38px #1c7f66, -39px -39px #1c7f66, -40px -40px #1c7f66, -41px -41px #1c7f66, -42px -42px #1c7f66, -43px -43px #1c7f66, -44px -44px #1c7f66, -45px -45px #1c7f66, -46px -46px #1c7f66, -47px -47px #1c7f66, -48px -48px #1c7f66, -49px -49px #1c7f66, -50px -50px #1c7f66;
    box-shadow: -1px -1px #1c7f66, -2px -2px #1c7f66, -3px -3px #1c7f66, -4px -4px #1c7f66, -5px -5px #1c7f66, -6px -6px #1c7f66, -7px -7px #1c7f66, -8px -8px #1c7f66, -9px -9px #1c7f66, -10px -10px #1c7f66, -11px -11px #1c7f66, -12px -12px #1c7f66, -13px -13px #1c7f66, -14px -14px #1c7f66, -15px -15px #1c7f66, -16px -16px #1c7f66, -17px -17px #1c7f66, -18px -18px #1c7f66, -19px -19px #1c7f66, -20px -20px #1c7f66, -21px -21px #1c7f66, -22px -22px #1c7f66, -23px -23px #1c7f66, -24px -24px #1c7f66, -25px -25px #1c7f66, -26px -26px #1c7f66, -27px -27px #1c7f66, -28px -28px #1c7f66, -29px -29px #1c7f66, -30px -30px #1c7f66, -31px -31px #1c7f66, -32px -32px #1c7f66, -33px -33px #1c7f66, -34px -34px #1c7f66, -35px -35px #1c7f66, -36px -36px #1c7f66, -37px -37px #1c7f66, -38px -38px #1c7f66, -39px -39px #1c7f66, -40px -40px #1c7f66, -41px -41px #1c7f66, -42px -42px #1c7f66, -43px -43px #1c7f66, -44px -44px #1c7f66, -45px -45px #1c7f66, -46px -46px #1c7f66, -47px -47px #1c7f66, -48px -48px #1c7f66, -49px -49px #1c7f66, -50px -50px #1c7f66;
    border-collapse: separate;
    /* required for IE9  */
    background: #00a38d; /*#ddb545;*/
  }
  #section2 .bar-2 {
    left: 50px;
    -webkit-box-shadow: -1px -1px #0c5f95, -2px -2px #0c5f95, -3px -3px #0c5f95, -4px -4px #0c5f95, -5px -5px #0c5f95, -6px -6px #0c5f95, -7px -7px #0c5f95, -8px -8px #0c5f95, -9px -9px #0c5f95, -10px -10px #0c5f95, -11px -11px #0c5f95, -12px -12px #0c5f95, -13px -13px #0c5f95, -14px -14px #0c5f95, -15px -15px #0c5f95, -16px -16px #0c5f95, -17px -17px #0c5f95, -18px -18px #0c5f95, -19px -19px #0c5f95, -20px -20px #0c5f95, -21px -21px #0c5f95, -22px -22px #0c5f95, -23px -23px #0c5f95, -24px -24px #0c5f95, -25px -25px #0c5f95, -26px -26px #0c5f95, -27px -27px #0c5f95, -28px -28px #0c5f95, -29px -29px #0c5f95, -30px -30px #0c5f95, -31px -31px #0c5f95, -32px -32px #0c5f95, -33px -33px #0c5f95, -34px -34px #0c5f95, -35px -35px #0c5f95, -36px -36px #0c5f95, -37px -37px #0c5f95, -38px -38px #0c5f95, -39px -39px #0c5f95, -40px -40px #0c5f95, -41px -41px #0c5f95, -42px -42px #0c5f95, -43px -43px #0c5f95, -44px -44px #0c5f95, -45px -45px #0c5f95, -46px -46px #0c5f95, -47px -47px #0c5f95, -48px -48px #0c5f95, -49px -49px #0c5f95, -50px -50px #0c5f95;
    -moz-box-shadow: -1px -1px #0c5f95, -2px -2px #0c5f95, -3px -3px #0c5f95, -4px -4px #0c5f95, -5px -5px #0c5f95, -6px -6px #0c5f95, -7px -7px #0c5f95, -8px -8px #0c5f95, -9px -9px #0c5f95, -10px -10px #0c5f95, -11px -11px #0c5f95, -12px -12px #0c5f95, -13px -13px #0c5f95, -14px -14px #0c5f95, -15px -15px #0c5f95, -16px -16px #0c5f95, -17px -17px #0c5f95, -18px -18px #0c5f95, -19px -19px #0c5f95, -20px -20px #0c5f95, -21px -21px #0c5f95, -22px -22px #0c5f95, -23px -23px #0c5f95, -24px -24px #0c5f95, -25px -25px #0c5f95, -26px -26px #0c5f95, -27px -27px #0c5f95, -28px -28px #0c5f95, -29px -29px #0c5f95, -30px -30px #0c5f95, -31px -31px #0c5f95, -32px -32px #0c5f95, -33px -33px #0c5f95, -34px -34px #0c5f95, -35px -35px #0c5f95, -36px -36px #0c5f95, -37px -37px #0c5f95, -38px -38px #0c5f95, -39px -39px #0c5f95, -40px -40px #0c5f95, -41px -41px #0c5f95, -42px -42px #0c5f95, -43px -43px #0c5f95, -44px -44px #0c5f95, -45px -45px #0c5f95, -46px -46px #0c5f95, -47px -47px #0c5f95, -48px -48px #0c5f95, -49px -49px #0c5f95, -50px -50px #0c5f95;
    box-shadow: -1px -1px #0c5f95, -2px -2px #0c5f95, -3px -3px #0c5f95, -4px -4px #0c5f95, -5px -5px #0c5f95, -6px -6px #0c5f95, -7px -7px #0c5f95, -8px -8px #0c5f95, -9px -9px #0c5f95, -10px -10px #0c5f95, -11px -11px #0c5f95, -12px -12px #0c5f95, -13px -13px #0c5f95, -14px -14px #0c5f95, -15px -15px #0c5f95, -16px -16px #0c5f95, -17px -17px #0c5f95, -18px -18px #0c5f95, -19px -19px #0c5f95, -20px -20px #0c5f95, -21px -21px #0c5f95, -22px -22px #0c5f95, -23px -23px #0c5f95, -24px -24px #0c5f95, -25px -25px #0c5f95, -26px -26px #0c5f95, -27px -27px #0c5f95, -28px -28px #0c5f95, -29px -29px #0c5f95, -30px -30px #0c5f95, -31px -31px #0c5f95, -32px -32px #0c5f95, -33px -33px #0c5f95, -34px -34px #0c5f95, -35px -35px #0c5f95, -36px -36px #0c5f95, -37px -37px #0c5f95, -38px -38px #0c5f95, -39px -39px #0c5f95, -40px -40px #0c5f95, -41px -41px #0c5f95, -42px -42px #0c5f95, -43px -43px #0c5f95, -44px -44px #0c5f95, -45px -45px #0c5f95, -46px -46px #0c5f95, -47px -47px #0c5f95, -48px -48px #0c5f95, -49px -49px #0c5f95, -50px -50px #0c5f95;
    border-collapse: separate;
    /* required for IE9  */
    background: #0672b9; /*#aca399;*/
  }
  #section2 .bar-3 {
    left: 50px;
    -webkit-box-shadow: -1px -1px #cf940c, -2px -2px #cf940c, -3px -3px #cf940c, -4px -4px #cf940c, -5px -5px #cf940c, -6px -6px #cf940c, -7px -7px #cf940c, -8px -8px #cf940c, -9px -9px #cf940c, -10px -10px #cf940c, -11px -11px #cf940c, -12px -12px #cf940c, -13px -13px #cf940c, -14px -14px #cf940c, -15px -15px #cf940c, -16px -16px #cf940c, -17px -17px #cf940c, -18px -18px #cf940c, -19px -19px #cf940c, -20px -20px #cf940c, -21px -21px #cf940c, -22px -22px #cf940c, -23px -23px #cf940c, -24px -24px #cf940c, -25px -25px #cf940c, -26px -26px #cf940c, -27px -27px #cf940c, -28px -28px #cf940c, -29px -29px #cf940c, -30px -30px #cf940c, -31px -31px #cf940c, -32px -32px #cf940c, -33px -33px #cf940c, -34px -34px #cf940c, -35px -35px #cf940c, -36px -36px #cf940c, -37px -37px #cf940c, -38px -38px #cf940c, -39px -39px #cf940c, -40px -40px #cf940c, -41px -41px #cf940c, -42px -42px #cf940c, -43px -43px #cf940c, -44px -44px #cf940c, -45px -45px #cf940c, -46px -46px #cf940c, -47px -47px #cf940c, -48px -48px #cf940c, -49px -49px #cf940c, -50px -50px #cf940c;
    -moz-box-shadow: -1px -1px #cf940c, -2px -2px #cf940c, -3px -3px #cf940c, -4px -4px #cf940c, -5px -5px #cf940c, -6px -6px #cf940c, -7px -7px #cf940c, -8px -8px #cf940c, -9px -9px #cf940c, -10px -10px #cf940c, -11px -11px #cf940c, -12px -12px #cf940c, -13px -13px #cf940c, -14px -14px #cf940c, -15px -15px #cf940c, -16px -16px #cf940c, -17px -17px #cf940c, -18px -18px #cf940c, -19px -19px #cf940c, -20px -20px #cf940c, -21px -21px #cf940c, -22px -22px #cf940c, -23px -23px #cf940c, -24px -24px #cf940c, -25px -25px #cf940c, -26px -26px #cf940c, -27px -27px #cf940c, -28px -28px #cf940c, -29px -29px #cf940c, -30px -30px #cf940c, -31px -31px #cf940c, -32px -32px #cf940c, -33px -33px #cf940c, -34px -34px #cf940c, -35px -35px #cf940c, -36px -36px #cf940c, -37px -37px #cf940c, -38px -38px #cf940c, -39px -39px #cf940c, -40px -40px #cf940c, -41px -41px #cf940c, -42px -42px #cf940c, -43px -43px #cf940c, -44px -44px #cf940c, -45px -45px #cf940c, -46px -46px #cf940c, -47px -47px #cf940c, -48px -48px #cf940c, -49px -49px #cf940c, -50px -50px #cf940c;
    box-shadow: -1px -1px #cf940c, -2px -2px #cf940c, -3px -3px #cf940c, -4px -4px #cf940c, -5px -5px #cf940c, -6px -6px #cf940c, -7px -7px #cf940c, -8px -8px #cf940c, -9px -9px #cf940c, -10px -10px #cf940c, -11px -11px #cf940c, -12px -12px #cf940c, -13px -13px #cf940c, -14px -14px #cf940c, -15px -15px #cf940c, -16px -16px #cf940c, -17px -17px #cf940c, -18px -18px #cf940c, -19px -19px #cf940c, -20px -20px #cf940c, -21px -21px #cf940c, -22px -22px #cf940c, -23px -23px #cf940c, -24px -24px #cf940c, -25px -25px #cf940c, -26px -26px #cf940c, -27px -27px #cf940c, -28px -28px #cf940c, -29px -29px #cf940c, -30px -30px #cf940c, -31px -31px #cf940c, -32px -32px #cf940c, -33px -33px #cf940c, -34px -34px #cf940c, -35px -35px #cf940c, -36px -36px #cf940c, -37px -37px #cf940c, -38px -38px #cf940c, -39px -39px #cf940c, -40px -40px #cf940c, -41px -41px #cf940c, -42px -42px #cf940c, -43px -43px #cf940c, -44px -44px #cf940c, -45px -45px #cf940c, -46px -46px #cf940c, -47px -47px #cf940c, -48px -48px #cf940c, -49px -49px #cf940c, -50px -50px #cf940c;
    border-collapse: separate;
    /* required for IE9  */
    background: #d9ac2f; /*#d46b21;*/
  }
  #section2 .bar-4 {
    left: 50px;
    -webkit-box-shadow: -1px -1px #2e1969, -2px -2px #2e1969, -3px -3px #2e1969, -4px -4px #2e1969, -5px -5px #2e1969, -6px -6px #2e1969, -7px -7px #2e1969, -8px -8px #2e1969, -9px -9px #2e1969, -10px -10px #2e1969, -11px -11px #2e1969, -12px -12px #2e1969, -13px -13px #2e1969, -14px -14px #2e1969, -15px -15px #2e1969, -16px -16px #2e1969, -17px -17px #2e1969, -18px -18px #2e1969, -19px -19px #2e1969, -20px -20px #2e1969, -21px -21px #2e1969, -22px -22px #2e1969, -23px -23px #2e1969, -24px -24px #2e1969, -25px -25px #2e1969, -26px -26px #2e1969, -27px -27px #2e1969, -28px -28px #2e1969, -29px -29px #2e1969, -30px -30px #2e1969, -31px -31px #2e1969, -32px -32px #2e1969, -33px -33px #2e1969, -34px -34px #2e1969, -35px -35px #2e1969, -36px -36px #2e1969, -37px -37px #2e1969, -38px -38px #2e1969, -39px -39px #2e1969, -40px -40px #2e1969, -41px -41px #2e1969, -42px -42px #2e1969, -43px -43px #2e1969, -44px -44px #2e1969, -45px -45px #2e1969, -46px -46px #2e1969, -47px -47px #2e1969, -48px -48px #2e1969, -49px -49px #2e1969, -50px -50px #2e1969;
    -moz-box-shadow: -1px -1px #2e1969, -2px -2px #2e1969, -3px -3px #2e1969, -4px -4px #2e1969, -5px -5px #2e1969, -6px -6px #2e1969, -7px -7px #2e1969, -8px -8px #2e1969, -9px -9px #2e1969, -10px -10px #2e1969, -11px -11px #2e1969, -12px -12px #2e1969, -13px -13px #2e1969, -14px -14px #2e1969, -15px -15px #2e1969, -16px -16px #2e1969, -17px -17px #2e1969, -18px -18px #2e1969, -19px -19px #2e1969, -20px -20px #2e1969, -21px -21px #2e1969, -22px -22px #2e1969, -23px -23px #2e1969, -24px -24px #2e1969, -25px -25px #2e1969, -26px -26px #2e1969, -27px -27px #2e1969, -28px -28px #2e1969, -29px -29px #2e1969, -30px -30px #2e1969, -31px -31px #2e1969, -32px -32px #2e1969, -33px -33px #2e1969, -34px -34px #2e1969, -35px -35px #2e1969, -36px -36px #2e1969, -37px -37px #2e1969, -38px -38px #2e1969, -39px -39px #2e1969, -40px -40px #2e1969, -41px -41px #2e1969, -42px -42px #2e1969, -43px -43px #2e1969, -44px -44px #2e1969, -45px -45px #2e1969, -46px -46px #2e1969, -47px -47px #2e1969, -48px -48px #2e1969, -49px -49px #2e1969, -50px -50px #2e1969;
    box-shadow: -1px -1px #2e1969, -2px -2px #2e1969, -3px -3px #2e1969, -4px -4px #2e1969, -5px -5px #2e1969, -6px -6px #2e1969, -7px -7px #2e1969, -8px -8px #2e1969, -9px -9px #2e1969, -10px -10px #2e1969, -11px -11px #2e1969, -12px -12px #2e1969, -13px -13px #2e1969, -14px -14px #2e1969, -15px -15px #2e1969, -16px -16px #2e1969, -17px -17px #2e1969, -18px -18px #2e1969, -19px -19px #2e1969, -20px -20px #2e1969, -21px -21px #2e1969, -22px -22px #2e1969, -23px -23px #2e1969, -24px -24px #2e1969, -25px -25px #2e1969, -26px -26px #2e1969, -27px -27px #2e1969, -28px -28px #2e1969, -29px -29px #2e1969, -30px -30px #2e1969, -31px -31px #2e1969, -32px -32px #2e1969, -33px -33px #2e1969, -34px -34px #2e1969, -35px -35px #2e1969, -36px -36px #2e1969, -37px -37px #2e1969, -38px -38px #2e1969, -39px -39px #2e1969, -40px -40px #2e1969, -41px -41px #2e1969, -42px -42px #2e1969, -43px -43px #2e1969, -44px -44px #2e1969, -45px -45px #2e1969, -46px -46px #2e1969, -47px -47px #2e1969, -48px -48px #2e1969, -49px -49px #2e1969, -50px -50px #2e1969;
    border-collapse: separate;
    /* required for IE9  */
    background: #3c208c; /*#2f9ba7;*/
  }
  #section2 .bar-5 {
    left: 50px;
    -webkit-box-shadow: -1px -1px #182449, -2px -2px #182449, -3px -3px #182449, -4px -4px #182449, -5px -5px #182449, -6px -6px #182449, -7px -7px #182449, -8px -8px #182449, -9px -9px #182449, -10px -10px #182449, -11px -11px #182449, -12px -12px #182449, -13px -13px #182449, -14px -14px #182449, -15px -15px #182449, -16px -16px #182449, -17px -17px #182449, -18px -18px #182449, -19px -19px #182449, -20px -20px #182449, -21px -21px #182449, -22px -22px #182449, -23px -23px #182449, -24px -24px #182449, -25px -25px #182449, -26px -26px #182449, -27px -27px #182449, -28px -28px #182449, -29px -29px #182449, -30px -30px #182449, -31px -31px #182449, -32px -32px #182449, -33px -33px #182449, -34px -34px #182449, -35px -35px #182449, -36px -36px #182449, -37px -37px #182449, -38px -38px #182449, -39px -39px #182449, -40px -40px #182449, -41px -41px #182449, -42px -42px #182449, -43px -43px #182449, -44px -44px #182449, -45px -45px #182449, -46px -46px #182449, -47px -47px #182449, -48px -48px #182449, -49px -49px #182449, -50px -50px #182449;
    -moz-box-shadow: -1px -1px #182449, -2px -2px #182449, -3px -3px #182449, -4px -4px #182449, -5px -5px #182449, -6px -6px #182449, -7px -7px #182449, -8px -8px #182449, -9px -9px #182449, -10px -10px #182449, -11px -11px #182449, -12px -12px #182449, -13px -13px #182449, -14px -14px #182449, -15px -15px #182449, -16px -16px #182449, -17px -17px #182449, -18px -18px #182449, -19px -19px #182449, -20px -20px #182449, -21px -21px #182449, -22px -22px #182449, -23px -23px #182449, -24px -24px #182449, -25px -25px #182449, -26px -26px #182449, -27px -27px #182449, -28px -28px #182449, -29px -29px #182449, -30px -30px #182449, -31px -31px #182449, -32px -32px #182449, -33px -33px #182449, -34px -34px #182449, -35px -35px #182449, -36px -36px #182449, -37px -37px #182449, -38px -38px #182449, -39px -39px #182449, -40px -40px #182449, -41px -41px #182449, -42px -42px #182449, -43px -43px #182449, -44px -44px #182449, -45px -45px #182449, -46px -46px #182449, -47px -47px #182449, -48px -48px #182449, -49px -49px #182449, -50px -50px #182449;
    box-shadow: -1px -1px #182449, -2px -2px #182449, -3px -3px #182449, -4px -4px #182449, -5px -5px #182449, -6px -6px #182449, -7px -7px #182449, -8px -8px #182449, -9px -9px #182449, -10px -10px #182449, -11px -11px #182449, -12px -12px #182449, -13px -13px #182449, -14px -14px #182449, -15px -15px #182449, -16px -16px #182449, -17px -17px #182449, -18px -18px #182449, -19px -19px #182449, -20px -20px #182449, -21px -21px #182449, -22px -22px #182449, -23px -23px #182449, -24px -24px #182449, -25px -25px #182449, -26px -26px #182449, -27px -27px #182449, -28px -28px #182449, -29px -29px #182449, -30px -30px #182449, -31px -31px #182449, -32px -32px #182449, -33px -33px #182449, -34px -34px #182449, -35px -35px #182449, -36px -36px #182449, -37px -37px #182449, -38px -38px #182449, -39px -39px #182449, -40px -40px #182449, -41px -41px #182449, -42px -42px #182449, -43px -43px #182449, -44px -44px #182449, -45px -45px #182449, -46px -46px #182449, -47px -47px #182449, -48px -48px #182449, -49px -49px #182449, -50px -50px #182449;
    border-collapse: separate;
    /* required for IE9  */
    background: #203165; /*#4d4037;*/
  }
  #section2 .career-data-container .career-employers {
    float: left;
    margin: 20px auto 0 auto;
  }
  #section2 .career-data-container .career-employers ul.employers {
    width: 75%;
    /*-moz-column-count: 2;
	  -moz-column-gap: 10px;
	  -webkit-column-count: 2;
	  -webkit-column-gap: 10px;
	  column-count: 2;
	  column-gap: 10px;*/
  }
  #section2 .career-data-container .career-employers ul.employers li {
    /*-webkit-margin-before: 0;
	  -webkit-margin-after: 0;
	  padding: 0 5px 10px;  */
  }
  #section2 .career-data-container .career-employers .sub-list {
    float: left;
    width: 50%;
  }
  #section2 .career-data-container .career-schools {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto 0 auto;
  }
}
@media (min-width: 1200px) {
  #section2 .career-chart {
    margin-right: 7%;
  }
  #section2 .career-chart:last-child {
    margin-right: 0;
  }
}
/*------------------------------------*\
    $CONTENT: 3.Salaries
\*------------------------------------*/
#section3 {
  position: relative;
  background-color: #8a95a5;
}
#section3 path.slice {
  stroke-width: 2px;
}
#section3 polyline {
  opacity: .3;
  stroke: black;
  stroke-width: 2px;
  fill: none;
}
#section3 svg text.percent {
  fill: white;
  text-anchor: middle;
  font-family: 'GT Walsheim', arial; /* interstate-condensed */
  font-size: 16px;
  color: white;
}
#section3 svg text.label {
  fill: #182449; /*#4d4037;*/
  font-family: 'GT Walsheim', arial;/* interstate-condensed */
  font-size: 16px;
  color: #182449; /*#4d4037;*/
}
#section3 .graph-area {
  margin-top: 30px;
}
#section3 h2.salary-heading {
  margin-bottom: 0 !important; 
}
#section3 #salary-subheading-ug {
  font-size: 20px;
  font-family: 'GT Walsheim', serif;
  font-weight: 400;
  line-height: 1.25;
  display: block;
  color: white;
  margin-bottom: 0;
}
#section3 #salary-subheading-ug .salary-value {
  font-size: 24px;
  font-weight: 600;
}
#section3 #salary-map {
  position: relative;
  float: left;
  padding: 0;
}
#section3 #salary-map ul {
  text-align: left;
  list-style: none;
  padding: 0;
  background-color: #f4f6f7;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}
#section3 #salary-map ul li {
  vertical-align: middle;
  font-family: 'GT Walsheim', arial;/* interstate-condensed */
  font-size: 1.0em;
  font-weight: 500;
  margin-bottom: 15px;
}
#section3 #salary-map ul .icon {
  margin-right: 5px;
  margin-bottom: -2px;
}
#section3 #salary-chart {
  position: relative;
}
#section3 .data-icon {
  display: inline-block;
  color: white;
  padding: 5px;
  margin-right: 5px;
  width: 45px;
  text-align: center;
}
#section3 .data-icon.less20 {
  background-color: #203165; /*#4d4037;*/
}
#section3 .data-icon.less30 {
  background-color: #00a38d;
}
#section3 .data-icon.less40 {
  background-color: #d9ac2f;
}
#section3 .data-icon.less50 {
  background-color: #0672b9;
}
#section3 .data-icon.less60 {
  background-color: #3c208c; /*#2f9ba7;*/
}
#section3 .data-icon.more60 {
  background-color: #5e2de6; /*#65c7c7;*/
}
#section3 .moreinfo .info-text,
#section3 h1,
#section3 h2,
#section3 h3 {
  color: #fff !important;
}
#section3 .modal-title {
  color: #414547 !important;
}
@media (min-width: 768px) {
  #section3 svg text.label {
    font-size: 18px;
  }
  #section3 svg text.percent {
    font-size: 18px;
  }
  #section3 #salary-map ul li {
    font-size: 1.1em; 
  }
  #section3 #salary-map {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  #section3 svg text.label {
    font-size: 22px;
  }
  #section3 svg text.percent {
    font-size: 22px;
  }
  #section3 #salary-map ul {
    list-style: none;
    padding: 10px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  #section3 #salary-chart {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  #section3 svg text.label {
    font-size: 24px;
  }
  #section3 svg text.percent {
    font-size: 24px;
  }
}
/*------------------------------------*\
    $CONTENT: 4.Experiences
\*------------------------------------*/

#section4 {
  background: repeating-linear-gradient(45deg, #fff, #fff 8px, #e5e9eb 9px, #e5e9eb 10px);  /* #d9dce3 */
}

#section4 .experiences-container {
  overflow-y: hidden;
  font-size: 12px;
  padding: 0;
}
#section4 .experiences-container .experiences-title {
  width: 100%;
}
#section4 .experiences-container .experiences-title h3 {
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
  font-family: 'GT Walsheim', arial;
  font-size: 1em;
  font-weight: 700;
  color: #005099; /*#24767f;*/
  line-height: 1.2em;
}
#section4 .experiences-container .experiences-internships,
#section4 .experiences-container .experiences-studyabroad {
  font-size: 0.9em;
  font-weight: 500;
}
#section4 .experiences-container .experiences-internships ul,
#section4 .experiences-container .experiences-studyabroad ul {
  text-align: left;
  margin-bottom: 0;
}
#section4 .experiences-container .experiences-internships ul li,
#section4 .experiences-container .experiences-studyabroad ul li {
  list-style: none;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
#section4 .experiences-container .experiences-internships ul li:nth-child(6) ~ li,
#section4 .experiences-container .experiences-studyabroad ul li:nth-child(6) ~ li {
  display: none;
}
#section4 .experiences-container .experiences-studyabroad {
  margin-bottom: 0;
}
#section4 .experiences-container .more {
  color: #24767f;
  display: block;
  text-align: left;
  padding-left: 15px;
}
#section4 .experiences-container .more a {
  color: #005099; /*#24767f;*/
}
#section4 .experiences-container .more a:hover {
  text-decoration: none;
  color: #195157;
}
#section4 .lightyellow {
  color: #edd79b;
}
#section4 .lightorange {
  color: #e9a372;
}
#section4 .exp-data {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-family: arial;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1;
}
#section4 .exp-data-1 {
  color: #1c7f66; /*#ca9f25;*/
}
#section4 .exp-data-2 {
  color: #5e2de6; /*#d46b21;*/
}
#section4 .exp-title {
  font-size: 0.8em;
  text-align: center;
  margin-top: 10px;
  min-height: 60px;
}
#section4 .row:last-child {
  margin-bottom: 40px;
}
#section4 .moreinfo .info-text {
  color: #182449; /*#4d4037;*/
}
#section4 #internCompanies,
#section4 #abroadLocations {
  padding: 0 5px;
}
.gradIntern {
  padding-top: 0;
  font-size: 16px;
  font-family: Georgia, serif;
  font-weight: normal;
  color: #182449; /*#4d4037;*/
  font-style: italic;
}
@media (min-width: 768px) {
  #section4 .grad {
    margin-left: 120px;
  }
  #section4 .experiences-container {
    font-size: 16px;
    padding: 0 15px;
  }
  #section4 #internCompanies,
  #section4 #abroadLocations {
    padding: 0 15px;
  }
  .gradIntern {
    padding-top: 40px;
  }
  #section4 .experiences-container .experiences-internships ul,
  #section4 .experiences-container .experiences-studyabroad ul {
    list-style: disc;
    padding-left: 1em;
  }
  #section4 .experiences-container .experiences-internships ul li,
  #section4 .experiences-container .experiences-studyabroad ul li {
    list-style: disc;
    overflow: visible !important;
  }
}
@media (min-width: 992px) {
  #section4 #experiences-chart {
    float: left;
    padding-top: 15px;
  }
  #section4 .grad {
    margin-left: 120px;
  }
  #section4 .experiences-container {
    float: left;
    overflow-y: hidden;
  }
  #section4 .experiences-container .experiences-internships,
  #section4 .experiences-container .experiences-studyabroad {
    float: left;
    width: 100%;
    font-size: 0.9em;
  }
  #section4 .experiences-container .experiences-internships ul li:nth-child(6) ~ li,
  #section4 .experiences-container .experiences-studyabroad ul li:nth-child(6) ~ li {
    display: none;
  }
  #section4 .exp-container {
    width: 50%;
    float: left;
  }
  #section4 .experiences-container .more {
    padding-left: 15px;
    text-align: left;
  }
  #section4 .row:last-child {
    margin-bottom: 0;
  }
}
/*------------------------------------*\
    $CONTENT: Success Stories
\*------------------------------------*/
h2.success {
  margin-left: 25px;
}
.section.success-story {
  position: relative;
  padding-bottom: 30px;
}
.section.success-story.odd {
  background: repeating-linear-gradient(45deg, #fff, #fff 8px, #e5e9eb 9px, #e5e9eb 10px);
}
.section.success-story img {
  max-width: 270px;
  width: 100%;
  margin: 40px auto 0;
}
.section.success-story h3 {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.section.success-story .story-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
.section.success-story .story-image {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
    $FOOTER 
\*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer #container-footer {
  margin-left: 0;
  padding: 0 30px;
  color: #182449;
  font-size: 14px;
}
#footer #container-footer a {
  color: #005099; /*#65c7c7;*/
  text-decoration: none;
}
#footer #container-footer a:hover {
  text-decoration: underline;
}
#footer #container-footer .left {
  float: left;
}
#footer #container-footer .right {
  float: right;
}
#footer #container-footer .footer-contact {
  font-weight: 400;
}
#footer #container-footer .footer-contact ul {
  list-style: none;
}
#footer #container-footer .footer-contact ul li {
  float: left;
  width: auto;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #4d4037;
}
#footer hr {
  border: 0;
  height: 2px;
  background: #9c948d;
}
#footer .footer-link a {
  display: block;
  font-weight: bold;
  margin: 10px 0;
}
#footer .footer-logo {
  width: 20px;
  height: 20px;
  background: url("https://www.american.edu/customcf/knowsuccess/images/AU-logo-small.png") no-repeat;
  margin: 10px 0;
  margin-right: 10px;
}
#footer .social {
  display: block;
  margin: 20px 0 15px 0;
  height: 35px;
}
#footer .social .circle-icon {
  width: 32px;
  height: 32px;
  line-height: 30px;
  background: transparent;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
  margin: 0 8px 15px 0;
  float: left;
  vertical-align: middle;
  border: 2px solid #005099; /*#65c7c7;*/
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#footer .social a:last-child .circle-icon {
  margin: 0 0 15px 0;
}
#footer .social .circle-icon .icon {
  font-size: 24px;
  color: #005099; /*#65c7c7;*/
  left: auto;
  top: auto;
  vertical-align: middle;
}
#footer .social .circle-icon:hover {
  cursor: pointer;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-color: white;
}
#footer .social .circle-icon:hover .icon {
  color: white;
}
#footer address,
footer p {
  color: #182449;
  font-size: 1em;
  line-height: 12px;
  margin: 0 0 5px;
}
/*#footer address {
  font-size: 1em;
  line-height: 1.4em;
}*/
#footer .policies {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin: 15px 0;
  padding: 15px 0;
}
#footer .policies p {
  font-size: 10px;
  line-height: 16px;
}
#footer p a {
  color: #005099; /*#aabdbe;*/
}
#footer .policies p a {
  padding: 0 12px;
}
#footer .policies p a[href*="opyright"] {
  padding: 0 12px 0 0;
}
#footer .home-link-reskin img {
  max-width: 240px;
  width: 240px;
  height: 42px;
}
@media (min-width: 768px) {
  #footer .social .circle-icon {
    margin: 0 15px 15px 0;
  }
  #footer .policies p a[href*="opyright"] {
    padding: 0 12px;
  }
#footer address,
footer p {
  line-height: 1.4em;
}
}
@media (min-width: 992px) {
  #footer .home-link-reskin {
    float: right;
  }
  #footer .policies {
    border-top: medium none;
    margin: 5px 0;
    padding: 5px 0;
  }
  #footer .footer-link a {
    display: inline-block;
    font-weight: normal;
    margin: 0;
  }
  #footer .footer-logo {
    margin: 0;
    margin-right: 10px;
  }
  #footer .footer-link-border a {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #f4f6f7; /*#d0c4b6;*/
  }
  #footer .footer-link-border a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  #footer #address-copy-policy {
    font-size: 1.0em;
  }
}
@media (min-width: 1200px) {
  #footer #container-footer {
    margin-left: 100px;
  }
}
/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
.btn > .caret,
.dropup > .btn > .caret {
  border-top-color: #000 !important;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.btn {
  background-color: #c2cbcb; /*#9e9186;*/
  border-color: #c2cbcb; /*#9e9186;*/
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  background-color: #938478;
  border-color: #86776b;
}
.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled:active,
.btn.disabled.active,
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled]:active,
.btn[disabled].active,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn.active {
  background-color: #c2cbcb; /*#9e9186;*/
  border-color: #c2cbcb; /*#9e9186;*/
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
/*------------------------------------*\
    $SCROLLBAR
\*------------------------------------*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
  padding: 16px 0 16px 20px;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  /*right: 0;*/
  left: 0;
  width: 8px;
  height: 100%;
  /*background: red;*/
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: red;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  /*background: #50506d;*/
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  /*background: #80808d;*/
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 8px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
.jspTrack {
  background: #005099; /*#2f9ba7;*/
}
.jspDrag {
  background: #24767f;
}
.jspArrowUp {
  background: url("https://www.american.edu/customcf/knowsuccess/images/scrollbar.png") 0 16px;
}
.jspArrowDown {
  background: url("https://www.american.edu/customcf/knowsuccess/images/scrollbar.png") 8px 16px;
}
.jspArrow.jspArrowUp.jspDisabled {
  background: url("https://www.american.edu/customcf/knowsuccess/images/scrollbar.png") 0 16px;
}
.jspArrow.jspArrowDown.jspDisabled {
  background: url("https://www.american.edu/customcf/knowsuccess/images/scrollbar.png") 8px 16px;
}
.visible-xxs,
.visible-xxs-block,
.visible-xxs-inline-block,
.visible-xxs-inline {
  display: none !important;
}
@media (max-width: 330px) {
  .visible-xxs,
  .visible-xxs-block {
    display: block !important;
  }
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
  .visible-xxs-inline {
    display: inline !important;
  }
  .hide-xxs {
    display: none !important;
  }
}
@-ms-viewport {
  width: extend-to-zoom;
  zoom: 1.0;
}
