@charset "UTF-8";
/*!
 * 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: transparent; }

body {
  font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #264C69;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #264C69;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #122331;
    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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  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: 22px;
  margin-bottom: 22px;
  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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 26px; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 1.2em; }

h4, .h4 {
  font-size: 1.1em; }

h5, .h5 {
  font-size: 1em; }

h6, .h6 {
  font-size: 1em; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777;
  opacity: 1; }

.text-primary {
  color: #337ab7;
  opacity: 1; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
  opacity: 1; }

.text-success {
  color: #3c763d;
  opacity: 1; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
  opacity: 1; }

.text-info {
  color: #31708f;
  opacity: 1; }

a.text-info:hover,
a.text-info:focus {
  color: #245269;
  opacity: 1; }

.text-warning {
  color: #8a6d3b;
  opacity: 1; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
  opacity: 1; }

.text-danger {
  color: #a94442;
  opacity: 1; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
  opacity: 1; }

.bg-primary {
  color: #fff;
  opacity: 1; }

.bg-primary {
  background-color: #337ab7;
  opacity: 1; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
  opacity: 1; }

.bg-success {
  background-color: #dff0d8;
  opacity: 1; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
  opacity: 1; }

.bg-info {
  background-color: #d9edf7;
  opacity: 1; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
  opacity: 1; }

.bg-warning {
  background-color: #fcf8e3;
  opacity: 1; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
  opacity: 1; }

.bg-danger {
  background-color: #f2dede;
  opacity: 1; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
  opacity: 1; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @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; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  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: 16px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1; }
  .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: 36px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 49px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    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="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 33px;
  line-height: 33px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 49px;
  line-height: 49px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  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: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.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;
  opacity: 1; }
.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;
  opacity: 1; }

.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;
  opacity: 1; }
.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;
  opacity: 1; }

.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;
  opacity: 1; }
.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;
  opacity: 1; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #4f8fbf; }

@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: 29px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@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.33333px;
    font-size: 20px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #fff;
  background-color: #a9451a;
  border-color: #a9451a; }
  .btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #7d3313;
    border-color: #3b1809; }
  .btn-default:hover {
    color: #fff;
    background-color: #7d3313;
    border-color: #742f12; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #7d3313;
    border-color: #742f12; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #fff;
      background-color: #5e260e;
      border-color: #3b1809; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #a9451a;
    border-color: #a9451a; }
  .btn-default .badge {
    color: #a9451a;
    background-color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #594e8c;
  border-color: #594e8c; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #443c6b;
    border-color: #25203a; }
  .btn-primary:hover {
    color: #fff;
    background-color: #443c6b;
    border-color: #403865; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #443c6b;
    border-color: #403865; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #362f54;
      border-color: #25203a; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #594e8c;
    border-color: #594e8c; }
  .btn-primary .badge {
    color: #594e8c;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #45597b;
  border-color: #45597b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #33415a;
    border-color: #171e29; }
  .btn-info:hover {
    color: #fff;
    background-color: #33415a;
    border-color: #2f3d54; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #33415a;
    border-color: #2f3d54; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #263143;
      border-color: #171e29; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #45597b;
    border-color: #45597b; }
  .btn-info .badge {
    color: #45597b;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #264C69;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #122331;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.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: 1; }

.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: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  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: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #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: #fff;
  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: 14px;
  line-height: 1.42857;
  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: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.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:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .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, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix: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 {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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; } }
label {
  font-weight: normal; }

.test-muted {
  @clone .text-muted;
  opacity: 1 !important; }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../assets/fonts/fontawesome-webfont_v-4.3.0.eot");
  src: url("../../assets/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../../assets/fonts/fontawesome-webfont.woff") format("woff2"), url("../../assets/fonts/fontawesome-webfont_v-4.3.0.woff") format("woff"), url("../../assets/fonts/fontawesome-webfont_v-4.3.0.ttf") format("truetype"), url("../../assets/fonts/fontawesome-webfont_v-4.3.0-fontawesomeregular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.updateprogress {
  position: fixed;
  top: 50%;
  left: 40%;
  padding: 16px 46px;
  border: solid 1px Black;
  line-height: 0;
  background-color: #fff;
  z-index: 999999; }

#progressBackground {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #000000;
  filter: alpha(opacity=40);
  opacity: 0.4;
  z-index: 999998; }

.pagerContainer {
  margin: 2px 0;
  position: relative; }
  .pagerContainer .pagerSizer {
    left: 0;
    top: -4px; }
  .pagerContainer .pagerNavigation {
    right: 0;
    top: 4px; }
  .pagerContainer .form-control {
    width: auto; }

.Pager {
  padding-bottom: 15px;
  padding-top: 10px; }

.alertError {
  color: Red; }

.alertInfo {
  color: Purple; }

#double li {
  width: 50%; }

/* 2 col */
#triple li {
  width: 33.333%; }

/* 3 col */
#quad li {
  width: 25%; }

/* 4 col */
#six li {
  width: 16.666%; }

/* 6 col */
.chkBoxList tr {
  height: 25px; }
.chkBoxList td {
  width: 275px; }
.chkBoxList.greyedOut {
  color: Gray; }

.autocomplete_completionListElement {
  margin: 0px !important;
  background-color: white;
  color: windowtext;
  border: buttonshadow;
  border-width: 1px;
  border-style: solid;
  cursor: default;
  overflow: auto;
  max-height: 200px;
  text-align: left;
  list-style-type: none; }

.autocomplete_highlightedListItem {
  background-color: #e6e4ee;
  color: #000;
  padding: 1px; }

.autocomplete_listItem {
  background-color: window;
  color: windowtext;
  padding: 1px; }

.skillsAccordionWrapper {
  display: block; }

.skillsAccordionSummary {
  display: inline-block;
  width: 390px;
  vertical-align: top;
  border: 1px solid #224b67;
  padding: 5px;
  background-color: #e0e5e9; }
  .skillsAccordionSummary .instructionalText {
    color: #264c69; }
  .skillsAccordionSummary .deletableListItemTable {
    width: 100%;
    background: #fff; }
    .skillsAccordionSummary .deletableListItemTable td {
      padding: 2px; }
    .skillsAccordionSummary .deletableListItemTable .column2 {
      width: 16px; }
      .skillsAccordionSummary .deletableListItemTable .column2 img {
        cursor: pointer; }

.skillsAccordion {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  margin-right: 20px;
  height: 500px;
  overflow-y: scroll; }
  .skillsAccordion .accordionSectionNew {
    margin-bottom: 20px; }
    .skillsAccordion .accordionSectionNew:last-child {
      margin-bottom: 0; }
  .skillsAccordion .accordionTitleNew {
    background: #e0e5e9 url(images/arrow_left_off.png) 4px center no-repeat;
    padding: 4px 12px 4px 32px;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
  .skillsAccordion .accordionSectionNew.accordionExpandedNew .accordionTitleNew {
    background-image: url(images/accordion-icon-expanded.png); }
  .skillsAccordion .accordionContentNew {
    font-size: 16px;
    color: #000;
    padding: 5px;
    background: #f3f5f6; }
  .skillsAccordion ul {
    margin: 0; }
  .skillsAccordion li {
    list-style: none; }

#disableDuringLogout {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  filter: alpha(opacity=40);
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
  display: none; }

.pull-right {
  float: right; }

.manyHatsBrowseJob {
  height: 350px; }

@media only screen and (max-height: 800px) {
  .manyHatsBrowseJob {
    height: 285px; } }
.jobActivities {
  max-height: 500px;
  max-width: 800px;
  overflow: auto; }
  @media (max-width: 768px) {
    .jobActivities {
      height: 350px; } }
  @media (max-width: 768px) and (orientation: landscape) {
    .jobActivities {
      height: 265px; } }

.manyHatsActivities {
  height: 250px;
  overflow: auto; }
  @media (max-width: 768px) {
    .manyHatsActivities {
      height: 150px; } }
  @media (max-height: 768px) and (orientation: landscape) {
    .manyHatsActivities {
      height: 200px; } }

.labelAlign .inFieldLabel {
  top: 7px; }

#MicrosoftTranslatorWidget {
  max-width: 360px !important; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
@-moz-document url-prefix() {
  ul li.last a {
    padding-left: 34px !important; } }
*,
*:before,
*:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.bootstrapped,
.bootstrapped *,
.bootstrapped *:before,
.bootstrapped *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  padding: 0;
  margin: 0; }

html, body, #SiteForm, #Form1 {
  height: 100%; }

body {
  padding: 0; }

h1 {
  font-weight: bold;
  padding: 0;
  color: #A9451A; }

h2 {
  padding: 0 0 10px 0; }

h4 {
  font-weight: bold; }

p {
  margin-bottom: 10px; }

a:hover {
  text-decoration: none; }

textarea {
  width: 97.5%;
  padding: 3px;
  font-size: 13px;
  font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
  resize: none; }

ul {
  margin-left: 20px; }

input[type="text"], input[type="password"], input[type="tel"] {
  border: 1px solid #ccc;
  padding: 2px 2px 4px 2px;
  color: #444;
  position: relative;
  z-index: 99;
  background: transparent url(../../assets/images/transparent.gif) repeat-x; }
input[type="text"], input[type="password"] {
  height: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="text"]::before, input[type="text"]::after, input[type="password"]::before, input[type="password"]::after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
.bootstrapped input[type="text"], .bootstrapped input[type="password"] {
  height: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrapped input[type="text"].form-control, .bootstrapped input[type="password"].form-control {
    height: 36px !important; }
  .bootstrapped input[type="text"]::before, .bootstrapped input[type="text"]::after, .bootstrapped input[type="password"]::before, .bootstrapped input[type="password"]::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
input[type="checkbox"] {
  margin-right: 4px;
  padding: 0;
  margin-top: 5px; }
input[type="radio"] {
  margin-right: 10px; }

select {
  min-width: 60px;
  height: 24px !important; }

.clear {
  clear: both; }

.bookMarkWidth {
  width: 155px; }

li input[type="image"] {
  position: relative;
  top: 2px; }

.watermark {
  color: #777 !important;
  opacity: 1; }

input:-ms-input-placeholder, input::-webkit-input-placeholder, input:-moz-placeholder {
  color: #777 !important;
  opacity: 1; }

.embolden {
  font-weight: bold; }

.underline {
  text-decoration: underline; }

.smallItalic {
  font-style: italic;
  font-size: 0.8em; }

*:focus {
  outline-width: 0; }

a:focus, input:focus, select:focus, textarea:focus {
  outline-width: 1px; }

#RCPNavigation #RCPNavigationTop {
  background: #c3c0da;
  height: 30px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 6px;
  overflow: hidden;
  width: 100%;
  margin-top: 10px; }
#RCPNavigation.noBottom #RCPNavigationTop {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 6px; }
#RCPNavigation #RCPNavigationTop ul {
  margin-left: 0; }
  @media (min-width: 769px) {
    #RCPNavigation #RCPNavigationTop ul li:first-child {
      width: 18% !important; }
    #RCPNavigation #RCPNavigationTop ul li:last-child {
      width: 7% !important; }
    #RCPNavigation #RCPNavigationTop ul li:nth-child(3),
    #RCPNavigation #RCPNavigationTop ul li:nth-child(7) {
      width: 15.5%; }
    #RCPNavigation #RCPNavigationTop ul li {
      width: 11%; } }
  #RCPNavigation #RCPNavigationTop ul li {
    float: left;
    list-style: none; }
    #RCPNavigation #RCPNavigationTop ul li.first a {
      padding-left: 10px; }
    #RCPNavigation #RCPNavigationTop ul li a {
      display: block;
      height: 25px;
      padding-top: 5px;
      font-size: 15px;
      text-decoration: none;
      font-weight: bold;
      background: url(images/icon_resumearrow.png) no-repeat 100%;
      text-align: center;
      text-transform: uppercase; }
      @media (min-width: 769px) {
        #RCPNavigation #RCPNavigationTop ul li a {
          padding-left: 5% !important;
          padding-right: 20% !important; } }
      #RCPNavigation #RCPNavigationTop ul li a:hover {
        text-decoration: underline; }
    #RCPNavigation #RCPNavigationTop ul li.selected a {
      background: #e6e4ee url(images/icon_resumearrow_activeleft.png) no-repeat 100%; }
    #RCPNavigation #RCPNavigationTop ul li.selectedPrevious a {
      background: #c3c0da url(images/icon_resumearrow_activeright.png) no-repeat 100%; }
    #RCPNavigation #RCPNavigationTop ul li.last a {
      background: none; }
    #RCPNavigation #RCPNavigationTop ul li.last.selected a {
      background: #e6e4ee; }
#RCPNavigation #RCPNavigationBottom {
  background: #e6e4ee;
  min-height: 35px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 6px;
  display: table;
  width: 100%;
  margin-top: 10px; }
  #RCPNavigation #RCPNavigationBottom ol {
    margin-left: 30px; }
    #RCPNavigation #RCPNavigationBottom ol li {
      float: left;
      padding-top: 7px;
      padding-right: 40px; }
      #RCPNavigation #RCPNavigationBottom ol li a {
        text-decoration: none; }
        #RCPNavigation #RCPNavigationBottom ol li a:hover {
          text-decoration: underline; }
      #RCPNavigation #RCPNavigationBottom ol li.selected a {
        font-weight: bold; }

#RCPNavigationTop a#pull {
  margin-top: 10px;
  height: 30px;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  text-transform: uppercase;
  display: none;
  outline-width: 0px; }

@media screen and (max-width: 1200px) {
  #RCPNavigation #RCPNavigationTop ul li a {
    padding-left: 10px;
    padding-right: 40px; } }
@media screen and (max-width: 992px) {
  #RCPNavigation #RCPNavigationTop ul li a {
    padding-left: 0;
    padding-right: 25px;
    font-size: 13px; } }
@media screen and (max-width: 768px) {
  #RCPNavigation #RCPNavigationTop {
    height: auto; }
  #RCPNavigation #RCPNavigationTop ul {
    display: none; }
    #RCPNavigation #RCPNavigationTop ul li {
      width: 100%;
      list-style: none; }
      #RCPNavigation #RCPNavigationTop ul li a {
        background: none;
        text-align: left;
        padding-left: 10px; }
      #RCPNavigation #RCPNavigationTop ul li.selected a {
        background: #e6e4ee; }
      #RCPNavigation #RCPNavigationTop ul li.selectedPrevious a {
        background: none; }
      #RCPNavigation #RCPNavigationTop ul li.last a {
        background: none; }
      #RCPNavigation #RCPNavigationTop ul li.last.selected a {
        background: #e6e4ee; }
      #RCPNavigation #RCPNavigationTop ul li.a:active {
        background: #e6e4ee; }

  #RCPNavigationTop a#pull {
    display: block;
    background: none;
    width: 100%;
    z-index: 1; }

  #RCPNavigationTop a#pull:after {
    content: "";
    background: url("images/icon-nav.png") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 20px; } }
.breadcrumb {
  font-size: 12px;
  line-height: 12px;
  color: #594e8c;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .breadcrumb a {
    font-weight: bold;
    color: #594E8C;
    text-decoration: none; }
    .breadcrumb a:hover, .breadcrumb a:active {
      text-decoration: underline; }
  .breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0; }
  .breadcrumb li {
    display: inline;
    border-left: 1px solid #594e8c;
    margin-right: 8px;
    padding-left: 10px; }
    .breadcrumb li:first-child, .breadcrumb li.pull-right {
      border-left: none;
      padding-left: 0; }

.promoStyle1, .promoStyle2, .promoStyle3 {
  display: inline-block;
  border: 3px solid #f1b800;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  background: #ffffff;
  padding: 0px 10px;
  color: #254c69;
  font-weight: bold;
  white-space: nowrap; }
  .promoStyle1 .content, .promoStyle2 .content, .promoStyle3 .content {
    font-size: 26px;
    text-align: center;
    padding-left: 10px;
    position: relative;
    bottom: 5px; }
  .promoStyle1 .explorercontent, .promoStyle2 .explorercontent, .promoStyle3 .explorercontent {
    padding-left: 10px; }

.promoStyle1Arrow, .promoStyle2Arrow, .promoStyle3Arrow {
  display: block;
  background: url(images/promobox_arrow_yellow.png) no-repeat;
  height: 24px;
  position: relative;
  bottom: 4px; }

.promoStyle1 {
  font-size: 26px; }

.promoStyle2 {
  font-size: 39px; }

.promoStyle3 {
  font-size: 21px;
  padding: 8px 10px;
  width: 90%; }

a .promoStyle3 {
  text-decoration: underline; }
  a .promoStyle3:hover {
    text-decoration: none;
    cursor: pointer; }

.promoStyle4 {
  display: inline-block;
  background: #A9451A;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  padding: 14px 10px;
  width: 246px; }

.lightbox .promoStyle3 {
  font-size: 17px;
  width: auto; }
.lightbox .promoStyle4 {
  padding: 8px;
  width: auto; }

.promoStyle4 a, .promoStyle4 .modalLink {
  color: #ffffff;
  font-size: 19px;
  font-weight: bold; }

.lightbox .promoStyle4 a, .lightbox .promoStyle4 .modalLink, .promoStyle4.smallSize a, .promoStyle4.smallSize .modalLink {
  font-size: 16px; }

.promoStyle5 {
  display: inline-block;
  background: #FCE8C2;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  padding: 14px 10px;
  width: 246px;
  color: #3F336B; }

@media (max-width: 480px) {
  .promoStyle1 {
    font-size: 14px; } }
body select.ListBox {
  height: auto !important;
  font-size: 16px;
  padding-left: 10px;
  border: 1px solid #e4e3e8;
  border-top: 1px solid #b0b1b3; }

.horizontalCheckBoxMargin label {
  margin-right: 15px; }

.inFieldLabel, .inFieldLabelStyled {
  position: relative;
  display: block;
  text-align: left; }

.inFieldLabel label, .inFieldLabelStyled label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 2px 0 0 5px;
  padding-top: 1px;
  cursor: text; }

.inFieldLabelAlt {
  position: relative;
  display: block; }
  .inFieldLabelAlt label {
    position: absolute;
    left: 0;
    margin-left: 9px;
    margin-top: 9px; }

.FocusCareer .inFieldLabel, .FocusCareer .inFieldLabelStyled {
  color: #000000;
  font-size: 13px; }
.FocusCareer .inFieldLabel label, .FocusCareer .inFieldLabelStyled label {
  margin-top: 4px; }

@media (max-width: 768px) {
  .inFieldLabel label, .inFieldLabelStyled label {
    margin: 0 0 0 2px;
    padding-top: 0px; } }
@media (max-width: 992px) and (orientation: landscape) {
  .inFieldLabel label, .inFieldLabelStyled label {
    margin: 0 0 0 2px;
    padding-top: 0px; } }
.jobDetailHighlightedText {
  color: #E56F22; }

.dataInputRow {
  margin: 10px 0;
  font-size: 0; }

.dataInputRow:before, .dataInputRow:after {
  content: " ";
  display: table; }

.dataInputRow:after {
  clear: left; }

.dataInputLabel {
  display: inline-block;
  vertical-align: top;
  font-size: 15px; }

.requiredData:after {
  content: " " url(Images/asteriskRequired.gif); }

.dataInputField {
  display: inline-block;
  vertical-align: top;
  font-size: 15px; }

.dataInputFieldSubContainer {
  display: block; }

.dataInputGroupedItemVertical {
  display: block;
  margin: 10px 0; }

.dataInputGroupedItemHorizontal {
  display: inline-block;
  vertical-align: top; }

.dataInputVerticalRadio input, .dataInputHorizontalRadio input {
  display: inline-block; }

.dataInputVerticalRadio label {
  display: inline;
  margin-left: 10px;
  vertical-align: top;
  line-height: 16px; }

.dataInputHorizontalRadio label {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  line-height: 16px;
  margin-right: 25px; }

.dataInputVerticalRadio label {
  margin-bottom: 5px; }

.dataInputHorizontalCheckBox label {
  display: inline; }

.dataInputHorizontalCheckBoxList label {
  margin-right: 20px;
  vertical-align: top;
  display: inline; }

.dataInputHorizontalRadioFloating label, .dataInputHorizontalRadioFloat label {
  display: inline;
  margin-left: 10px;
  vertical-align: top;
  line-height: 16px;
  margin-right: 25px; }

.dataInputHorizontalCheckBoxListFloating label, .dataInputHorizontalCheckBoxListFloat label {
  margin-right: 25px;
  vertical-align: top;
  display: inline; }

.dataInputHorizontalCheckBoxListFloating tr {
  float: left;
  width: 30%; }

.dataInputHorizontalCheckBoxListFloat tr {
  float: left;
  width: 25%; }

.dataInputHorizontalCheckBoxListFloatingTwo label {
  margin-right: 25px;
  vertical-align: top;
  display: inline; }

.dataInputHorizontalCheckBoxListFloatingTwo > tbody > tr {
  float: left;
  width: 50%; }

.dataInputHorizontalRadioFloating tr {
  float: left;
  width: 40%; }

.dataInputHorizontalRadioFloat tr {
  float: left; }

.dataInputHorizontalCheckBox langPref {
  margin-right: 30px; }

.daysOfWeekCheckBoxList label {
  margin-right: 10px;
  display: inline-block; }

.daysOfWeekCheckBoxList td {
  white-space: nowrap; }

.requiredDataLegend {
  color: #264c69;
  font-style: italic;
  font-size: 13px;
  font-weight: normal; }
  .requiredDataLegend:before {
    content: url(Images/asteriskRequired.gif) " "; }

select.form-control {
  height: auto !important; }

input[type="text"].form-control, input[type="password"].form-control {
  height: auto !important;
  padding: 6px 12px !important; }

@media (max-width: 600px) {
  .dataInputHorizontalCheckBoxListFloating tr {
    float: none; }

  .dataInputHorizontalCheckBoxListFloatingTwo > tbody > tr {
    float: none; }

  .dataInputHorizontalRadioFloating tr {
    float: none; }

  .dataInputHorizontalRadioFloat tr {
    float: none; } }
@media (max-width: 768px) {
  .dataInputHorizontalCheckBoxListFloating tr {
    width: 40%; }

  .dataInputHorizontalRadioFloating tr {
    width: 40%; }

  .dataInputHorizontalCheckBoxListFloat tr {
    width: 50%; } }
@media (max-width: 480px) {
  .dataInputLabel {
    word-wrap: break-word; }

  .dataInputHorizontalCheckBoxListFloat tr {
    float: none; } }
@media (min-width: 480px) {
  .daysOfWeekCheckBoxList tr {
    float: left; } }
#SummaryTextBox, #SectionTextBox {
  max-width: 800px;
  box-sizing: border-box;
  margin: 3px; }

#wrap {
  min-height: 100%; }

.page {
  padding-bottom: 100px; }

#divtimer {
  position: fixed;
  top: 40%;
  left: 30%;
  padding: 16px 46px;
  border: solid 2px #F39F02;
  background-color: #fff;
  z-index: 999999;
  text-align: center;
  display: none; }

#header,
#header *,
#header *:before,
#header *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

#headerTop {
  position: relative;
  background: #fff;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  height: 84px;
  margin: 0 8px; }
  #headerTop a {
    text-decoration: none; }
    #headerTop a:hover {
      text-decoration: underline; }

#MainLogoImageWrapper {
  float: left;
  height: 84px;
  line-height: 84px;
  margin-left: 11px;
  margin-right: 11px; }

#MainLogoImage {
  vertical-align: middle; }

#toolbarTop {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 0;
  text-align: right; }

#toolbarMiddle {
  position: absolute;
  top: 8px;
  right: 115px;
  font-size: 0;
  text-align: right; }

.usernameSpeechBubble {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 13px; }

.usernameSpeechBubbleLeft {
  display: block;
  background: url(images/speech_bubble_left.png) no-repeat;
  width: 54px;
  height: 43px;
  float: left;
  position: relative;
  left: 30px;
  z-index: 99; }

.usernameSpeechBubbleRight {
  display: block;
  background: url(images/speech_bubble_right.png) no-repeat right;
  height: 43px;
  float: left;
  position: relative; }

.usernameSpeechBubbleText {
  margin-top: 2px;
  display: block;
  color: #A9451A;
  font-size: 19px;
  position: relative;
  right: 12px;
  z-index: 99;
  min-width: 43px;
  font-weight: bold; }

#toolbarFontSize {
  display: inline-block;
  vertical-align: top;
  padding-top: 7px; }

.smallFontSize, .mediumFontSize, .largeFontSize {
  display: inline-block;
  margin-right: 8px;
  color: #000; }

.smallFontSize {
  font-size: 12px; }

.mediumFontSize {
  font-size: 15px; }

.largeFontSize {
  font-size: 17px; }

#toolbarTranslate {
  display: inline-block;
  vertical-align: top;
  padding-top: 9px;
  font-size: 15px; }
  #toolbarTranslate a {
    color: #000; }

#toolbarBottom {
  position: absolute;
  right: 10px;
  bottom: 16px; }
  #toolbarBottom nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px; }
    #toolbarBottom nav ul li {
      float: left;
      display: block;
      border-left: 1px solid #264c69;
      padding-left: 8px;
      margin-left: 8px;
      height: 17px; }
      #toolbarBottom nav ul li:first-child {
        border-left: none; }
      #toolbarBottom nav ul li a {
        color: #a9451a; }

.staticHeader {
  background: #f1f0f5;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  height: 17px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 6px;
  border: 1px solid #aaa3c2;
  margin-bottom: 10px; }

#header {
  height: 152px; }

@media (max-width: 992px) {
  #header {
    height: 182px; }

  #headerTopWrap {
    height: 114px; }

  #headerTop {
    height: 114px; }

  #toolbarMiddle {
    width: 500px;
    top: 36px;
    right: 0px; }

  .usernameSpeechBubble {
    margin-right: 10px; } }
@media (max-width: 768px) {
  #header {
    height: 208px; }

  #headerTopWrap {
    height: 140px; }

  #headerTop {
    height: 140px; }

  #toolbarTop {
    top: 8px;
    text-align: right !important; }

  #toolbarFontSize {
    margin-right: -8px; }

  #toolbarTranslate {
    display: block;
    padding-top: 0px; }

  #toolbarMiddle {
    top: 64px; } }
@media (max-width: 480px) {
  #header {
    height: 196px; }

  #headerTopWrap {
    height: 128px; }

  #headerTop {
    height: 128px; }

  #MainLogoImage {
    width: 75%;
    vertical-align: top;
    margin-top: 12px; }

  #toolbarFontSize {
    padding-top: 0px; }

  #toolbarMiddle {
    top: 56px;
    width: auto; }

  .usernameSpeechBubbleLeft {
    display: none; }

  .usernameSpeechBubbleRight {
    background: none;
    line-height: 20px; }

  .usernameSpeechBubbleText {
    left: 0px;
    margin-left: 12px; }

  #toolbarBottom {
    bottom: 12px; }
    #toolbarBottom nav ul {
      font-size: 12px; }
      #toolbarBottom nav ul li {
        padding-left: 4px;
        margin-left: 4px; } }
.navTab {
  display: block;
  margin: 21px 0 0 5px; }
  .navTab ul {
    margin: 0; }
  .navTab li {
    float: left;
    list-style: none; }
    .navTab li a {
      display: block;
      text-decoration: none;
      color: #000000;
      min-width: 98px;
      height: 17px;
      padding: 7px 6px 9px 6px;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0;
      text-align: center;
      margin-left: 4px;
      text-transform: lowercase;
      font-weight: bold;
      font-size: 15px; }
    .navTab li span {
      display: block;
      text-decoration: none;
      color: #000000;
      border-top: 2px solid #435E71;
      border-left: 2px solid #435E71;
      border-right: 2px solid #435E71;
      width: 87px;
      height: 17px;
      padding: 7px 0 9px 0;
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0;
      text-align: center;
      margin-left: 4px;
      text-transform: uppercase;
      cursor: pointer; }
    .navTab li a:hover {
      background: #ffffff; }
  .navTab .active a {
    background: #ffffff;
    position: relative;
    z-index: 20;
    padding: 4px 7px 10px 7px; }
  .navTab .active span {
    background: #ffffff;
    position: relative;
    z-index: 20;
    border-top: 4px solid #435E71;
    border-left: 4px solid #435E71;
    border-right: 4px solid #435E71;
    padding: 4px 0 10px 0; }
  .navTab .mainTabWorkforceHome a {
    background: #A9451A;
    color: #ffffff; }
  .navTab .mainTabWorkforceHome.active a, .navTab .mainTabWorkforceHome a:hover {
    background: #ffffff;
    color: #A9451A;
    border-top: 4px solid #A9451A;
    border-left: 4px solid #A9451A;
    border-right: 4px solid #A9451A;
    padding: 4px 2px 10px 2px; }
  .navTab .mainTabWorkforceSearch a, .navTab .mainTabEducationHome a, .navTab .mainTabResource a {
    background: #594E8C;
    color: #ffffff; }
  .navTab .mainTabWorkforceSearch.active a, .navTab .mainTabWorkforceSearch a:hover {
    background: #ffffff;
    color: #594E8C;
    border-top: 4px solid #594E8C;
    border-left: 4px solid #594E8C;
    border-right: 4px solid #594E8C;
    padding: 4px 2px 10px 2px; }
  .navTab .mainTabEducationHome.active a, .navTab .mainTabEducationHome a:hover {
    background: #ffffff;
    color: #594E8C;
    border-top: 4px solid #594E8C;
    border-left: 4px solid #594E8C;
    border-right: 4px solid #594E8C;
    padding: 4px 2px 10px 2px; }
  .navTab .mainTabResource.active a, .navTab .mainTabResource a:hover {
    background: #ffffff;
    color: #594E8C;
    border-top: 4px solid #594E8C;
    border-left: 4px solid #594E8C;
    border-right: 4px solid #594E8C;
    padding: 4px 2px 10px 2px; }
  .navTab .mainTabExplore a {
    background: #264C69;
    color: #ffffff; }
  .navTab .mainTabExplore.active a, .navTab .mainTabExplore a:hover {
    background: #ffffff;
    color: #264C69;
    border-top: 4px solid #264C69;
    border-left: 4px solid #264C69;
    border-right: 4px solid #264C69;
    padding: 4px 2px 10px 2px; }

#navBottomBorder {
  width: 100%;
  height: 4px;
  position: relative;
  z-index: 10; }

@media (max-width: 480px) {
  .navTab {
    margin-left: 2px; }
    .navTab li a {
      min-width: 35px;
      font-size: 12px !important;
      margin-left: 2px; }
    .navTab li span {
      margin-left: 2px; } }
.Home #navBottomBorder, #navBottomBorder.brown, .MyBookmarks #navBottomBorder {
  background: #A9451A; }

.Education.Home #navBottomBorder, .Resource #navBottomBorder, .JobSearch #navBottomBorder, #navBottomBorder.purple, .ResumeWizard #navBottomBorder, .YourResume #navBottomBorder, .JobSearchCriteria #navBottomBorder, .JobSearchResults #navBottomBorder, .JobPosting #navBottomBorder, .JobMatching #navBottomBorder, .SearchPostingsEducation #navBottomBorder, .Info #navBottomBorder, .Notice #navBottomBorder {
  background: #594E8C; }

.Explore #navBottomBorder, .Report #navBottomBorder, .SearchResults #navBottomBorder, #navBottomBorder.blue {
  background: #264C69; }

#navShadowFix {
  width: 100%;
  height: 12px;
  background: #ffffff;
  position: relative;
  z-index: 9; }

#main {
  padding: 20px 0;
  background-color: #fff;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
  position: relative;
  z-index: 99; }

footer {
  display: block;
  border-top: 4px solid #284a63;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -95px;
  height: 100px;
  clear: both; }

#footerRight {
  float: left;
  margin-top: 44px;
  text-align: right;
  width: 40%; }

#footerLeft {
  float: left;
  margin-top: 44px;
  width: 40%;
  text-align: left; }

#footerMiddle {
  float: left;
  margin-top: 44px;
  text-align: center;
  width: 20%; }
  #footerMiddle a {
    font-size: 14px;
    color: #666; }

#footerCopyright {
  color: #e7792e;
  font-size: 14px;
  margin: 10px 4px 0 0; }

.Home footer, .MyBookmarks footer {
  border-top: 4px solid #A9451A; }

.JobSearch footer, .ResumeWizard footer, .YourResume footer, .JobSearchCriteria footer, .JobSearchResults footer, .JobPosting footer, .JobMatching footer, .Education.Home footer {
  border-top: 4px solid #594E8C; }

.Explorer footer {
  border-top: 4px solid #264C69; }

@media (max-width: 480px) {
  #footerLeft, #footerMiddle, #footerRight {
    float: none !important;
    margin-top: 5px;
    width: 100%;
    text-align: center; }

  #footerRight img {
    float: none !important; } }
.updateprogress {
  display: table;
  -webkit-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.4);
  box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.4); }
  .updateprogress img, .updateprogress span {
    display: table-cell;
    padding: 15px 10px;
    vertical-align: middle; }

.overlayPanelContainer {
  height: 25px; }

.overlayPanelClosed {
  position: absolute; }

.standardPanel .overlayPanelClosed {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  display: inline;
  cursor: pointer;
  font-size: 17px;
  background: url(images/landing_page_dropdown_background.png) repeat-x;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 10px 2px 8px; }
  .standardPanel .overlayPanelClosed span {
    background: url(images/landing_page_dropdown_background_arrow.gif) no-repeat center right;
    display: block;
    white-space: nowrap;
    padding-right: 25px; }
  .standardPanel .overlayPanelClosed.Disabled {
    background: url(images/landing_page_dropdown_background_disabled.png) repeat-x; }

.overlayPanelLabel {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.overlayPanelOpen {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  padding: 5px;
  zoom: 1;
  *display: inline;
  color: #264C69;
  font-size: 16px;
  position: absolute;
  z-index: 1000;
  display: none; }

.standardPanel .overlayPanelOpen {
  border: 2px solid #264C69;
  background: #f6f6f8; }

.sidebarSkillsPanel {
  height: 204px; }
  .sidebarSkillsPanel .overlayPanelOpen {
    border: 2px solid #A9451A;
    background: #FAEAC8; }

.overlayPanelOpen .title {
  font-weight: bold;
  float: left;
  text-transform: uppercase; }
.overlayPanelOpen .overlayPanelClosedTrigger {
  float: right;
  margin-top: 2px; }
.overlayPanelOpen td {
  padding: 5px; }
.overlayPanelOpen input[type="radio"] {
  margin-right: 0; }
.overlayPanelOpen input[type="text"] {
  background-color: #FFFFFF; }
.overlayPanelOpen span.inFieldLabel label {
  z-index: 999; }

#MainReportFilter td {
  padding-right: 10px; }
#MainReportFilter span.content {
  color: #A9451A;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  bottom: 6px; }

#subReportFilter td {
  padding-right: 10px; }

.horizontalRule {
  width: 100%;
  height: 1px;
  background: #594E8C;
  margin: 26px 0; }

.loginSectionTitle {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  background: #deeaea;
  width: 100%;
  display: inline-block;
  padding: 4px 7px 4px 7px;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px; }
  .loginSectionTitle a {
    text-decoration: none; }

.registrationConfirmationSection {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  background: #d9d7e4;
  width: 95%;
  display: inline-block;
  padding: 4px 7px 4px 7px;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px; }
  .registrationConfirmationSection a {
    text-decoration: none; }

.registrationConfirmationSection2 {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  background: #deeaea;
  width: 95%;
  display: inline-block;
  padding: 4px 7px 4px 7px;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px; }
  .registrationConfirmationSection2 a {
    text-decoration: none; }

.registrationTerms {
  border: 0;
  height: 320px;
  padding-right: 5px;
  overflow-y: scroll;
  text-align: justify; }
  .registrationTerms ol {
    padding-left: 25px; }
  .registrationTerms > ol > li {
    margin-bottom: 10px; }

.error {
  color: Red;
  font-size: 12px; }

.disclaimer .heading {
  font-size: 26px;
  font-family: Calibri, Trebuchet, Arial;
  font-weight: bold;
  color: #A9451A; }

.instructions {
  font-size: 0.8em;
  font-style: italic;
  font-weight: normal;
  color: #666666; }

.myAccountContent td {
  padding-bottom: 10px;
  vertical-align: top; }

.landingPageNavigation {
  margin-top: 60px; }
  .landingPageNavigation a {
    text-decoration: none; }
    .landingPageNavigation a:hover {
      text-decoration: underline; }
  .landingPageNavigation .column1 img {
    padding: 7px 16px 5px 7px;
    vertical-align: middle; }
  .landingPageNavigation .column2 {
    width: 100%; }
  .landingPageNavigation .column1 {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px; }
  .landingPageNavigation .on .column1 {
    -webkit-border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0; }
  .landingPageNavigation .column2 {
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0; }
  .landingPageNavigation .on .column2 {
    -webkit-border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0; }
  .landingPageNavigation .jobSearch td {
    background: #d9d7e4; }
  .landingPageNavigation .jobSearch.accordionContent td {
    background: #efeef3; }
  .landingPageNavigation .resourcePageLibrary td {
    background: #deeaea; }
  .landingPageNavigation .resourcePageLibrary.multipleAccordionTitle {
    margin-bottom: 20px; }
    .landingPageNavigation .resourcePageLibrary.multipleAccordionTitle.on {
      margin-bottom: 0; }
  .landingPageNavigation .resourcePageLibrary.accordionContent {
    background: #edf3f3;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }
    .landingPageNavigation .resourcePageLibrary.accordionContent.open {
      margin-bottom: 20px; }
    .landingPageNavigation .resourcePageLibrary.accordionContent table {
      margin-left: auto;
      margin-right: auto; }
      .landingPageNavigation .resourcePageLibrary.accordionContent table td {
        background: none; }
  .landingPageNavigation .careersAndEducation td {
    background: #deeaea; }
  .landingPageNavigation .careersAndEducation.multipleAccordionTitle {
    margin-bottom: 20px; }
    .landingPageNavigation .careersAndEducation.multipleAccordionTitle.on {
      margin-bottom: 0; }
  .landingPageNavigation .careersAndEducation.accordionContent {
    background: #edf3f3;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }
    .landingPageNavigation .careersAndEducation.accordionContent.open {
      margin-bottom: 20px; }
    .landingPageNavigation .careersAndEducation.accordionContent table {
      margin-left: auto;
      margin-right: auto; }
      .landingPageNavigation .careersAndEducation.accordionContent table td {
        background: none; }
  .landingPageNavigation .largeHeading {
    font-size: 31px;
    font-weight: bold;
    color: #254C69;
    cursor: pointer; }
  .landingPageNavigation .jobSearch .largeHeading {
    color: #40366b; }
  .landingPageNavigation .careersAndEducation a {
    color: #1f4c64; }
  .landingPageNavigation .resourcePageLibrary a {
    color: #1f4c64; }
  .landingPageNavigation .jobSearch .headingContent {
    font-style: italic;
    font-size: 20px;
    padding-left: 8px;
    color: #40366b; }
  .landingPageNavigation .accordionContent td {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    padding: 14px; }
  @media (max-width: 480px) {
    .landingPageNavigation .accordionContent td {
      padding: 14px 0px 14px 10px; } }
  .landingPageNavigation .noPadding td {
    padding: 0px; }
  .landingPageNavigation .steppedProcessSubhead {
    color: #254C69;
    font-size: 16px;
    text-transform: uppercase; }
  .landingPageNavigation.accordionNew {
    margin-top: 0; }
  .landingPageNavigation .accordionSectionNew {
    margin-bottom: 20px; }
  .landingPageNavigation .accordionContentNew {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    padding: 0;
    border: 1px solid #efeef3;
    background: #fff;
    position: relative; }
    .landingPageNavigation .accordionContentNew .panel {
      margin-bottom: 0; }
      .landingPageNavigation .accordionContentNew .panel .panel-heading {
        padding-left: 10px;
        padding-right: 10px; }
  .landingPageNavigation .accordionTitleNew.accordionCreateEditResume {
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    color: #40366b;
    font-size: 31px;
    font-weight: bold;
    line-height: 65px;
    background: #d9d7e4 url(images/icons/icon_createresume.png) no-repeat 7px center;
    min-height: 65px;
    padding: 0 2px 0 73px;
    cursor: pointer; }
  .landingPageNavigation.searchPostingsModal {
    margin-top: 20px; }
  .landingPageNavigation.landingPageJobSearch {
    margin-top: 70px; }
  .landingPageNavigation.landingPageRegistrationConfirmation {
    margin-top: 5px;
    height: 380px;
    overflow-y: scroll; }
    @media (max-width: 768px) and (orientation: landscape) {
      .landingPageNavigation.landingPageRegistrationConfirmation {
        max-height: 200px; } }
    .landingPageNavigation.landingPageRegistrationConfirmation.EducationTheme {
      height: 450px; }
  .landingPageNavigation .lpItem {
    min-height: 65px;
    width: 100%;
    margin-bottom: 20px; }
    .landingPageNavigation .lpItem .cpHeaderControl {
      cursor: pointer; }
  .landingPageNavigation .lpItemHeaderBlue, .landingPageNavigation .lpItemHeaderCyan {
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    position: relative;
    min-height: 65px;
    padding-right: 10px; }
  .landingPageNavigation .lpItemHeaderBlue {
    background-color: #d9d7e4;
    color: #40366b;
    vertical-align: middle; }
  .landingPageNavigation .lpItemHeaderCyan {
    background-color: #dde9e7;
    color: #264c69; }
  .landingPageNavigation .lpItemMed .lpItemHeaderBlue, .landingPageNavigation .lpItemMed .lpItemHeaderCyan {
    min-height: 55px; }
  .landingPageNavigation .lpItemExpanded .lpItemHeaderBlue, .landingPageNavigation .lpItemExpanded .lpItemHeaderCyan {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0; }
  .landingPageNavigation .cpExpanded .lpItemHeaderBlue, .landingPageNavigation .cpExpanded .lpItemHeaderCyan {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0; }
  .landingPageNavigation .lpItemHeaderText {
    display: block;
    color: #40366b;
    position: static;
    font-size: 31px;
    font-weight: bold;
    line-height: 35px;
    top: 0;
    vertical-align: middle;
    padding-left: 75px;
    padding-top: 8px;
    padding-bottom: 5px; }
  .landingPageNavigation .lpItemHeaderCyan .lpItemHeaderText {
    color: #264c69; }
  .landingPageNavigation .lpItemMed .lpItemHeaderText {
    line-height: 35px;
    left: 60px;
    font-size: 28px; }
  .landingPageNavigation .lpItemHeaderBlueHint {
    display: block;
    position: absolute;
    font-size: 20px;
    font-style: italic;
    line-height: 35px;
    top: 12px;
    left: 710px; }
  .landingPageNavigation .lpItemMed .lpItemHeaderBlueHint {
    line-height: 35px;
    left: 70%; }
  .landingPageNavigation .lpCreateEditResume {
    background: #d9d7e4 url(images/icons/icon_createresume.png) no-repeat 7px center; }
  .landingPageNavigation .lpItemMed .lpCreateEditResume {
    background-image: url(images/icons/icon_createresume_med.png); }
  .landingPageNavigation .lpJobSearch {
    background: #d9d7e4 url(images/icons/icon_searchforjobs.png) no-repeat 7px center; }
  .landingPageNavigation .lpItemMed .lpJobSearch {
    background-image: url(images/icons/icon_searchforjobs_med.png); }
  .landingPageNavigation .lpItemMed .lpRecommendJobs, .landingPageNavigation .lpItemMed .lpInternshipSearch, .landingPageNavigation .lpItemMed .lpTutorialVideo {
    background: #d9d7e4 url(images/icons/icon_searchforjobs_med.png) no-repeat 7px center; }
  .landingPageNavigation .lpItemMed .lpExploreCareer {
    background: #dde9e7 url(images/icons/icon_explorecareers_med.png) no-repeat 7px center; }
  .landingPageNavigation .lpItemMed .lpResearchCareer {
    background: #dde9e7 url(images/icons/icon_research_med.png) no-repeat 7px center; }
  .landingPageNavigation .lpItemMed .lpGetAhead {
    background: #dde9e7 url(images/icons/icon_study_med.png) no-repeat 7px center; }
  .landingPageNavigation .lpItemMed .lpSchoolStudy {
    background: #dde9e7 url(images/icons/icon_school_med.png) no-repeat 7px center; }
  .landingPageNavigation .lpItemMed .lpExperience {
    background: #dde9e7 url(images/icons/icon_experience_med.png) no-repeat 7px center; }
  .landingPageNavigation .lpItemMed .lpGeorgiaTutorial {
    background: #dde9e7 url(images/icons/icon_georgiatutorial_med.png) no-repeat 7px center; }
  .landingPageNavigation .lpItemMed .lpJobSearhResource {
    background: #dde9e7 url(images/icons/icon_jobsearchresource_med.png) no-repeat 7px center; }
  .landingPageNavigation .lpItemContentPanelBlue {
    background-color: #efeef3;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }
  .landingPageNavigation .lpItemContentLinkRowBlue {
    min-height: 52px;
    border-bottom: 1px solid #d9d8de;
    position: relative;
    background: #efeef3 url(images/icon_arrow_block_right.png) no-repeat 80px center; }
  .landingPageNavigation .lpItemMed .lpItemContentLinkRowBlue {
    background-position: 20px center; }
  .landingPageNavigation .lpItemContentLinkRowBlue:last-child {
    border-bottom: none; }
  .landingPageNavigation .lpItemContentLinkRowBlue .lpItemContentLinkText {
    display: block;
    position: static;
    line-height: 35px;
    padding-top: 6px;
    padding-left: 120px;
    font-size: 27px;
    font-weight: bold;
    color: #40366b; }
  .landingPageNavigation .lpItemMed .lpItemContentLinkRowBlue .lpItemContentLinkText {
    padding-left: 75px !important;
    font-size: 24px;
    padding-top: 7px; }
  .landingPageNavigation .lpItemContentLinkRowBlue .lpItemContentLinkBlueHint {
    display: block;
    position: absolute;
    top: 0;
    left: 710px;
    font-size: 18px;
    font-style: italic;
    color: #40366b; }
  .landingPageNavigation .lpItemMed .lpItemContentLinkRowBlue .lpItemContentLinkBlueHint {
    left: 70%;
    font-size: 16px;
    padding-top: 10px; }
    .landingPageNavigation .lpItemMed .lpItemContentLinkRowBlue .lpItemContentLinkBlueHint.lpItemContentLinkBlueHintBuildResume {
      left: 550px; }
  .landingPageNavigation.searchPostingsModal .lpItemHeaderText {
    left: 20px; }

.landingPageLink a {
  font-size: 20px;
  text-decoration: none; }
  .landingPageLink a:hover {
    text-decoration: underline; }

.landingPageNavigation .divider {
  height: 20px; }
.landingPageNavigation .open .divider {
  background: #ffffff;
  width: 100%;
  height: 7px;
  position: relative;
  right: 28px;
  padding-right: 42px;
  margin-bottom: 10px; }

@media (max-width: 1200px) {
  .landingPageNavigation .lpItemContentLinkRowBlue .lpItemContentLinkBlueHint {
    line-height: 25px; } }
@media (max-width: 992px) {
  .landingPageNavigation .lpItemContentLinkRowBlue .lpItemContentLinkBlueHint {
    display: none; }
  .landingPageNavigation .lpItemHeaderBlueHint {
    left: 500px; } }
@media (max-width: 768px) {
  .landingPageNavigation .lpItemHeaderBlueHint {
    display: none; } }
@media (max-width: 480px) {
  .landingPageNavigation .lpItemContentLinkRowBlue .lpItemContentLinkText {
    padding-left: 75px; }
  .landingPageNavigation .lpItemContentLinkRowBlue {
    background-position: 30px; } }
.customStyleSelectBox {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  text-align: left !important; }

.customStyleSelectBox,
.customStyleSelectBox::before,
.customStyleSelectBox::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.customStyleSelectBoxInner {
   overflow: hidden;
   height: 20px;
   text-overflow: ellipsis; }

.landingPageNavigation .customStyleSelectBox, .standardPanel .overlayPanelOpen .customStyleSelectBox, #MainReportFilter .customStyleSelectBox, .lightbox .customStyleSelectBox, #subReportFilter .customStyleSelectBox {
  background: url(images/landing_page_dropdown_background.png) repeat-x;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 10px 2px 8px; }

.sidebarSkillsPanel .overlayPanelOpen .customStyleSelectBox {
  background: #A9451A;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 10px 2px 8px; }

.landingPageNavigation .customStyleSelectBoxInner, .overlayPanelOpen .customStyleSelectBoxInner, #MainReportFilter .customStyleSelectBoxInner, .lightbox .customStyleSelectBoxInner {
  background: url(images/landing_page_dropdown_background_arrow.gif) no-repeat center right;
  white-space: nowrap;
  width: 200px; }

#headerTop .customStyleSelectBox {
  background: url(images/master_page_dropdown_background.png) repeat-x bottom;
  border: 1px solid #7d7d7d;
  color: #000000;
  padding: 2px 8px 1px 8px; }
#headerTop .customStyleSelectBoxInner {
  background: url(images/master_page_dropdown_background_arrow.gif) no-repeat center right; }

.lightbox .customStyleSelectBox, #RegisterPanel .customStyleSelectBox, .myAccountContent .customStyleSelectBox, #subReportFilter .customStyleSelectBox, body .blueDropDown .customStyleSelectBox {
  background: url(images/fe_dropdown_background.png) repeat-x;
  border: 1px solid #91a4b3;
  color: #264C69; }

.lightbox .customStyleSelectBoxInner, #RegisterPanel .customStyleSelectBoxInner, .myAccountContent .customStyleSelectBoxInner, #subReportFilter .customStyleSelectBoxInner, body .blueDropDown .customStyleSelectBoxInner {
  background: url(images/fe_dropdown_background_arrow.gif) no-repeat center right; }

.blueDropDown {
  display: inline; }

.FocusCareer .customStyleSelectBoxInner {
  background: url(images/landing_page_dropdown_background_arrow.gif) no-repeat center right; }
.FocusCareer .customStyleSelectBox {
  background: url(images/career_dropdown_background.png) repeat-x;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 5px 0 8px;
  font-size: 16px;
  height: 22px; }
.FocusCareer .collapsablePanel .customStyleSelectBoxInner, .FocusCareer .Pager .customStyleSelectBoxInner {
  background: url(images/careerpurpledropdownarrow.png) no-repeat center right; }
@media (max-width: 480px) {
  .FocusCareer .customStyleSelectBoxInner {
    max-width: 300px; } }

@media (max-width: 480px) {
  #MainReportFilter .customStyleSelectBoxInner {
    max-width: 250px; } }

@media (max-width:480px) {
    .customStyleSelectBoxInner {
        font-size: 15px !important; }
    .ui-autocomplete {
        left: 0px !important; } }
@media (max-width:1080px) {
    .customStyleSelectBoxInner {
        font-size: 15px !important;
        vertical-align:sub;
        max-width: 300px;
    }
    .ui-autocomplete {
        left: 0px !important;
    }
    .promoStyle1 {
        font-size: 16px;
    }
} 

.steppedProcess .customStyleSelectBoxInner, .numberedAccordion .customStyleSelectBoxInner, .myAccountModal .customStyleSelectBoxInner, .resumePreviewModal .customStyleSelectBoxInner, .resumeDownloadModal .customStyleSelectBoxInner, .resumeEmailModal .customStyleSelectBoxInner, .resumeReviewOptions .customStyleSelectBoxInner, .resumeSectionContent .customStyleSelectBoxInner, .resumeMissingInfoModal .customStyleSelectBoxInner {
  background: url(images/careerpurpledropdownarrow.png) no-repeat center right; }

.FocusCareer .collapsablePanel .customStyleSelectBox, .FocusCareer .Pager .customStyleSelectBox {
  background: url(images/fe_dropdown_background.png) repeat-x;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 5px 0px 8px;
  font-size: 16px;
  border: 1px solid #ACA7C7;
  color: #584e8b; }

.steppedProcess .customStyleSelectBox, .numberedAccordion .customStyleSelectBox, .myAccountModal .customStyleSelectBox, .resumePreviewModal .customStyleSelectBox, .resumeDownloadModal .customStyleSelectBox, .resumeEmailModal .customStyleSelectBox, .resumeReviewOptions .customStyleSelectBox, .resumeSectionContent .customStyleSelectBox, .resumeMissingInfoModal .customStyleSelectBox {
  background: url(images/fe_dropdown_background.png) repeat-x;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 5px 0px 8px;
  font-size: 16px;
  border: 1px solid #ACA7C7;
  color: #584e8b; }

.resumeSectionContent .customStyleSelectBoxInner {
    font-size: 15.4px !important; }

.buttonLevel2 {
  width: auto;
  overflow: visible;
  background: #A9451A;
  border: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  color: #ffffff;
  padding: 0px 5px 1px 5px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  margin-left: 10px; }
  .buttonLevel2:hover {
    text-decoration: underline; }
  .buttonLevel2.greyedOut {
    opacity: 0.4 !important;
    -moz-opacity: 40;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    position: relative; }
    .buttonLevel2.greyedOut:hover {
      text-decoration: none;
      cursor: default; }

.buttonLevel3 {
  width: auto;
  overflow: visible;
  background: #FAEAC8;
  border: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  color: #264C69;
  padding: 0px 5px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  margin-left: 10px; }
  .buttonLevel3:hover {
    text-decoration: underline; }
  .buttonLevel3.greyedOut {
    opacity: 0.7 !important;
    -moz-opacity: 70;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    position: relative; }
    .buttonLevel3.greyedOut:hover {
      text-decoration: none;
      cursor: default; }

.button-search {
  font-size: 16px;
  padding-left: 20px;
  width: 100px;
  height: 27px;
  background-image: url(images/search_ffffff_16.png);
  background-repeat: no-repeat;
  background-position: 15% center;
  margin-left: 20px;
  margin-right: 20px; }

.button-next {
  font-size: 16px;
  padding-right: 20px;
  width: 100px;
  height: 27px;
  background-image: url(images/caret-right_ffffff_16.png);
  background-repeat: no-repeat;
  background-position: 90% center; }

.selectionTable {
  width: 100%; }
  .selectionTable td {
    padding: 4px !important;
    background: #ffffff !important;
    white-space: nowrap; }
  .selectionTable label {
    display: inline; }

.customfile {
  width: 310px;
  text-align: left !important; }

.customfile-input {
  position: absolute;
  background: transparent;
  border: 0;
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  z-index: 999; }

.customfile {
  cursor: pointer;
  overflow: hidden;
  position: relative; }

.customfile-disabled {
  opacity: .5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  cursor: default; }

.customfile-feedback {
  display: block;
  padding: 4px;
  border: 1px solid #ccc;
  width: 255px;
  background: #ffffff;
  font-weight: normal;
  color: #444;
  width: 200px;
  font-size: 13px; }

.customfile-button {
  float: right;
  font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
  background-color: #A9451A;
  padding: 3px 12px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  overflow: visible;
  width: auto;
  cursor: pointer;
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold; }

.customfile-hover .customfile-button, .customfile-focus .customfile-button {
  text-decoration: underline; }

.FocusCareer .customfile-feedback {
  border: 2px solid #aca7c7;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  color: #000000;
  overflow: hidden; }

.btn-file {
  position: relative;
  overflow: hidden; }
  .btn-file span {
    display: block;
    overflow: hidden;
    ms-text-overflow: ellipsis;
    text-overflow: ellipsis; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

.form-control.input-file {
  background: #fff;
  cursor: text !important; }

.accordionWithIcon {
  width: 100%;
  border-collapse: collapse; }
  .accordionWithIcon .accordionContent table, .accordionWithIcon .accordionContent2 table {
    border-bottom: 1px dashed black;
    border-collapse: collapse;
    margin-bottom: 15px;
    background: #F6F8F9; }
  .accordionWithIcon .accordionContent table table, .accordionWithIcon .accordionContent2 table table {
    border-bottom: none; }
  .accordionWithIcon .accordionContent table td, .accordionWithIcon .accordionContent2 table td {
    padding: 8px 0;
    font-size: 16px;
    color: #000000; }
  .accordionWithIcon .accordionContent table td a, .accordionWithIcon .accordionContent2 table td a {
    color: #000000; }
  .accordionWithIcon .multipleAccordionTitle, .accordionWithIcon .multipleAccordionTitle2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    background: #DDE3E8; }
  .accordionWithIcon .multipleAccordionTitle td, .accordionWithIcon .multipleAccordionTitle2 td {
    border-top: 1px dashed #000000;
    padding: 3px; }
  .accordionWithIcon .multipleAccordionTitle a, .accordionWithIcon .multipleAccordionTitle2 a {
    color: #000000;
    text-decoration: none; }
  .accordionWithIcon .accordionIcon {
    display: block;
    background: url(images/icon_accordion_open_off.png) no-repeat;
    width: 19px;
    height: 19px;
    margin-left: 3px; }
  .accordionWithIcon .on .accordionIcon {
    background: url(images/icon_accordion_close_off.png) no-repeat; }
  .accordionWithIcon .last {
    border-bottom: 1px dashed black; }

.numberedAccordion .multipleAccordionTitle .hide, .numberedAccordion .multipleAccordionTitle2 .hide, .numberedAccordion .multipleAccordionTitle.on .show, .numberedAccordion .multipleAccordionTitle2.on .show {
  display: none !important; }
.numberedAccordion .multipleAccordionTitle.on .hide, .numberedAccordion .multipleAccordionTitle2.on .hide {
  display: inline !important; }
.numberedAccordion .multipleAccordionTitle td, .numberedAccordion .multipleAccordionTitle2 td {
  border-top: 1px solid #264C69;
  padding: 3px;
  color: #264C69;
  cursor: pointer; }
.numberedAccordion .multipleAccordionTitle td td, .numberedAccordion .multipleAccordionTitle2 td td {
  border-top: none; }
.numberedAccordion .multipleAccordionTitle .column1, .numberedAccordion .multipleAccordionTitle2 .column1 {
  font-size: 27px;
  font-weight: bold; }
.numberedAccordion .accordionContent td {
  padding-bottom: 10px; }
.numberedAccordion .column2 {
  font-size: 19px; }
  .numberedAccordion .column2 a {
    text-decoration: none; }
.numberedAccordion .column3 a {
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #594E8C; }

.staticAccordion {
  width: 567px;
  margin: 10px; }
  .staticAccordion .accordionTitle {
    font-size: 27px;
    font-weight: bold; }
    .staticAccordion .accordionTitle td {
      padding: 3px;
      color: #264C69;
      border-top: 1px solid #264C69; }

.showHideAccordion .showHideAccordionTitle .hide, .showHideAccordion .showHideAccordionTitle2 .hide, .showHideAccordion .showHideAccordionTitle.on .show, .showHideAccordion .showHideAccordionTitle2.on .show {
  display: none; }
.showHideAccordion .showHideAccordionTitle.on .hide, .showHideAccordion .showHideAccordionTitle2.on .hide {
  display: inline; }
.showHideAccordion .showHideAccordionTitle td, .showHideAccordion .showHideAccordionTitle2 td {
  border-top: 1px solid #264C69;
  padding: 3px;
  color: #264C69;
  cursor: pointer; }
.showHideAccordion .accordionContent td {
  padding-bottom: 10px; }
.showHideAccordion .column3 a {
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #594E8C; }
.showHideAccordion .accordionContent > td {
  padding-left: 5px; }

.accordionNew, .accordionSectionNew, .accordionTitleNew, .accordionContentNew {
  display: block; }

.accordionContainerCreateEditResume {
  max-height: 350px;
  overflow: auto;
  margin-top: 20px;
  border: 0; }

.accordionContentTable {
  margin-left: auto;
  margin-right: auto; }

.collapsablePanel {
  width: 100%;
  border-collapse: collapse;
  margin-top: 25px; }
  .collapsablePanel .collapsableAccordionContent {
    display: none; }
    .collapsablePanel .collapsableAccordionContent.open tr.last td {
      border-bottom: 1px dashed black; }
    .collapsablePanel .collapsableAccordionContent.open table tr.last table td {
      border-bottom: none;
      padding: 0; }
    .collapsablePanel .collapsableAccordionContent table {
      border-collapse: collapse;
      background: #F6F8F9; }
  .collapsablePanel .collapsableAccordionContent2 table {
    border-collapse: collapse;
    background: #F6F8F9; }
  .collapsablePanel .collapsableAccordionContent table td, .collapsablePanel .collapsableAccordionContent2 table td {
    padding: 2px 0;
    font-size: 16px;
    color: #000000; }
  .collapsablePanel .collapsableAccordionContent table td a, .collapsablePanel .collapsableAccordionContent2 table td a {
    color: #000000; }
  .collapsablePanel .collapsableAccordionContent .first td {
    padding-top: 10px; }
  .collapsablePanel .collapsableAccordionContent .last td {
    padding-bottom: 10px; }
  .collapsablePanel .collapsableAccordionTitle, .collapsablePanel .collapsableAccordionTitle2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    background: #f1f0f5;
    cursor: pointer; }
  .collapsablePanel .collapsableAccordionTitle td {
    border-bottom: 1px dashed black; }
  .collapsablePanel .collapsableAccordionTitle.on td {
    border-bottom: none; }
  .collapsablePanel .collapsableAccordionTitle td {
    border-top: 1px dashed #000000;
    padding: 3px 0; }
  .collapsablePanel .collapsableAccordionTitle a {
    white-space: normal;
    padding-right: 10px; }
  .collapsablePanel .collapsableAccordionTitle2 td {
    border-top: 1px dashed #000000;
    padding: 3px 0; }
  .collapsablePanel .collapsableAccordionTitle a, .collapsablePanel .collapsableAccordionTitle2 a {
    color: #000000;
    text-decoration: none; }
  .collapsablePanel .accordionIcon {
    display: block;
    background: url(images/icon_accordion_open_off.png) no-repeat;
    width: 19px;
    height: 19px;
    margin-left: 3px; }
  .collapsablePanel .on .accordionIcon {
    background: url(images/icon_accordion_close_off.png) no-repeat; }

.tooltip {
  display: block; }

.toolTipHover {
  position: absolute; }
  .toolTipHover a {
    text-decoration: none; }

.tooltip.error {
  display: inline-block; }
.tooltip.left {
  float: left;
  margin-right: 5px; }
.tooltip.right {
  float: right;
  margin-right: 10px; }
.tooltip .tooltipImage {
  width: 26px;
  height: 27px;
  position: relative;
  background: url(images/icon_help.png) no-repeat; }
.tooltip .tooltipPopup {
  display: none;
  position: absolute;
  z-index: 999 !important; }
.tooltip .tooltipPopupInner {
  position: relative;
  background: #FDF1D9;
  border: 2px solid #F39F02;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  padding: 5px;
  max-width: 150px;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  text-transform: none; }
.tooltip .toolTipClose {
  width: 13px;
  height: 13px;
  background: url(images/icon_close_med.png) no-repeat;
  float: right;
  cursor: pointer; }

.tooltipWithArrow .tooltipImage {
  width: 26px;
  height: 27px;
  position: absolute; }
.tooltipWithArrow .tooltipPopup {
  position: absolute;
  z-index: 999;
  display: none; }

.tooltip.hover .tooltipWithArrow .tooltipPopup {
  display: block; }

.tooltipWithArrow .tooltipPopupInner {
  margin-left: 20px;
  position: relative;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  padding: 10px;
  max-width: 250px;
  z-index: 999; }

body .tooltipWithArrow .arrow {
  margin-left: -29px;
  width: 22px !important;
  height: 32px !important;
  position: absolute;
  display: block;
  z-index: 999;
  background: url(images/helpbubble_arrow.png) no-repeat !important; }

.tooltipWithArrow.error .tooltipImage {
  display: none; }
.tooltipWithArrow.degreeProgram .tooltipImage {
  background: url(images/icon_degreeprograms.png) no-repeat;
  width: 28px;
  height: 21px;
  position: relative; }
  .tooltipWithArrow.degreeProgram .tooltipImage:hover {
    background: url(images/icon_degreeprograms.png) no-repeat; }
.tooltipWithArrow.starterJobMany .tooltipImage {
  background: url(images/icon_starterjobs_many.png) no-repeat 0 0;
  width: 28px;
  height: 21px;
  position: relative; }
  .tooltipWithArrow.starterJobMany .tooltipImage:hover {
    background: url(images/icon_starterjobs_many.png) no-repeat 0 0; }
.tooltipWithArrow.starterJobSome .tooltipImage {
  background: url(images/icon_starterjobs_some.png) no-repeat 0 2px;
  width: 28px;
  height: 21px;
  position: relative; }
  .tooltipWithArrow.starterJobSome .tooltipImage:hover {
    background: url(images/icon_starterjobs_some.png) no-repeat 0 2px; }
.tooltipWithArrow.degreeProgram .tooltipPopupInner, .tooltipWithArrow.starterJobSome .tooltipPopupInner, .tooltipWithArrow.starterJobMany .tooltipPopupInner {
  min-width: 125px; }

.toolTipNew {
  cursor: help; }

.chartInfo .toolTipHover, .chartInfo .tooltip {
  margin-top: -10px; }

.hiringDemandTooltip .arrow {
  margin-top: 18px !important; }
.hiringDemandTooltip .tooltipPopupInner {
  margin-top: 50px; }

.tooltipster-career {
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  border: 2px solid #F39F02;
  background: #FDF1D9;
  color: #000; }
  .tooltipster-career .tooltipster-content {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 10px; }

body .genericTable th {
  text-transform: uppercase;
  font-size: 14px;
  background: #DDE3E8;
  color: #000000;
  padding: 4px;
  border-top: 1px dashed black;
  text-align: left;
  vertical-align: top; }
  body .genericTable th a {
    text-decoration: none;
    font-weight: bold; }
body .genericTable .tableHead {
  text-transform: uppercase;
  font-size: 14px;
  background: #DDE3E8;
  color: #000000;
  padding: 4px;
  border-top: 1px dashed black;
  text-align: left;
  vertical-align: top; }
  body .genericTable .tableHead a {
    text-decoration: none;
    font-weight: bold; }
body .genericTable td {
  padding: 7px;
  padding: 8px 8px;
  font-size: 16px;
  background: #F6F8F9;
  color: #000000;
  vertical-align: top; }
body .genericTable th td {
  background: #DDE3E8; }
body .genericTable a {
  color: #000000; }
body .genericTable.withHeader .last td {
  border-bottom: 1px dashed black; }
body .genericTable.withHeader table tbody {
  border-bottom: none; }
body .genericTable.withHeader th {
  padding: 4px; }
  body .genericTable.withHeader th td {
    padding: 0;
    font-size: 14px; }
body .genericTable table table td {
  padding: 0; }
body .genericTable tr.nonSpideredJobSearchResult td {
  background-color: #dcdce7; }

.reportColumnInlineTooltip {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 5px; }

.horizontalBarChart {
  width: 100%;
  table-layout: fixed; }

body .horizontalBarChart td {
  padding: 0; }

.horizontalBarChart .column1 {
  color: #000000;
  font-size: 12px; }
.horizontalBarChart .column2 {
  background: #7b7b7d;
  width: 2px; }
.horizontalBarChart .column3 {
  width: 100%; }
  .horizontalBarChart .column3 .bar {
    background: #827ba7;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    display: block;
    height: 31px;
    float: left;
    margin-top: 12px;
    margin-bottom: 12px; }
  .horizontalBarChart .column3 .percent {
    color: #000000;
    padding-top: 7px;
    padding-left: 12px;
    display: block;
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 12px; }

.chartSalaryTrend {
  color: #000000;
  margin-bottom: 10px; }

body .chartSalaryTrend td {
  padding-bottom: 0 !important; }

.chartSalaryTrend .chartLabels td {
  font-size: 14px;
  width: 87px;
  text-align: center; }

body .chartBars td {
  font-size: 0px;
  padding: 0; }

.chartBars span {
  width: 82px;
  height: 4px;
  background: #594d8b;
  display: inline-block; }

.chartArrow td {
  font-size: 0px; }

.chartSalaryTrend .arrowWrap {
  display: inline-block;
  position: relative;
  right: 11px; }
.chartSalaryTrend .arrow {
  display: block;
  width: 362px;
  height: 17px;
  background: url(images/icon_arrow_hiringdemand.png) no-repeat; }
  .chartSalaryTrend .arrow.lowLow {
    background-position: 15px; }
  .chartSalaryTrend .arrow.lowHigh {
    background-position: 62px; }
  .chartSalaryTrend .arrow.medLow {
    background-position: 102px; }
  .chartSalaryTrend .arrow.medHigh {
    background-position: 148px; }
  .chartSalaryTrend .arrow.highLow {
    background-position: 191px; }
  .chartSalaryTrend .arrow.highHigh {
    background-position: 232px; }
  .chartSalaryTrend .arrow.vhighLow {
    background-position: 277px; }
  .chartSalaryTrend .arrow.vhighHigh {
    background-position: 320px; }

.chartInfo img {
  vertical-align: middle;
  margin-left: 4px; }

@media (max-width: 550px) {
  .chartSalaryTrend table {
    width: 273px; }
  .chartSalaryTrend .chartLabels td {
    width: 25%; }
  .chartSalaryTrend .chartLabels div {
    min-height: 16px; }
  .chartSalaryTrend .arrowWrap {
    width: 100%; }
  .chartSalaryTrend .arrow {
    width: 100%;
    height: 17px;
    background: url(images/icon_arrow_hiringdemand.png) no-repeat;
    background-size: 15px 15px; }
    .chartSalaryTrend .arrow.lowLow {
      background-position: 5%; }
    .chartSalaryTrend .arrow.lowHigh {
      background-position: 20%; }
    .chartSalaryTrend .arrow.medLow {
      background-position: 30%; }
    .chartSalaryTrend .arrow.medHigh {
      background-position: 45%; }
    .chartSalaryTrend .arrow.highLow {
      background-position: 60%; }
    .chartSalaryTrend .arrow.highHigh {
      background-position: 75%; }
    .chartSalaryTrend .arrow.vhighLow {
      background-position: 90%; }
    .chartSalaryTrend .arrow.vhighHigh {
      background-position: 100%; }

  .chartBars span {
    width: 90%;
    margin: 0 5%; } }
@media (max-width: 320px) {
  .chartSalaryTrend table {
    width: 200px; } }
.modalBackground {
  background-color: #000000;
  filter: alpha(opacity=40);
  opacity: 0.4; }

.modal {
  background-color: #fff;
  border: solid 2px #F39F02;
  padding: 15px 15px 15px 15px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  vertical-align: middle;
  margin: 0 auto; }

.lightboxmodal.lightbox {
  max-width: 846px; }

.modal {
  max-height: 90% !important;
  max-width: 90% !important;
  overflow-y: auto; }
  .modal table {
    border-style: none;
    border: 0px; }
  .modal th {
    padding: 2px;
    font-size: 18px;
    border-collapse: collapse;
    border-style: none;
    background-color: #fff;
    color: #27506D;
    text-align: left; }
  .modal td {
    padding: 2px;
    border-collapse: collapse;
    border-style: none; }
  .modal .lightbox .form-group {
    margin-left: 0px;
    margin-right: 0px; }
  .modal .form-horizontal .control-label {
    padding-right: 10px; }
  .modal #AlertModal_pnlAlertModalInner {
    max-width: 100%; }
  .modal .accordionContent2 a {
    padding-right: 10px; }

.closeModal {
  background: url(images/icon_close.png) no-repeat;
  border: 0;
  width: 20px;
  height: 20px;
  cursor: pointer; }

.modalHeader {
  margin-bottom: 10px; }
  .modalHeader .btn-close-icon {
    background: none;
    padding: 0; }
    .modalHeader .btn-close-icon:active, .modalHeader .btn-close-icon:focus {
      background: none; }
    .modalHeader .btn-close-icon span {
      color: #594E8C;
      font-size: 24px; }

.modalTitle {
  padding: 2px;
  font-size: 18px;
  font-weight: bold;
  color: #27506d;
  text-align: left;
  display: block; }
  .modalTitle.modalTitleLarge {
    font-size: 26px;
    color: #a9451a; }

.modalMessage {
  display: block;
  padding: 2px;
  clear: both; }

.modalCloseIcon {
  float: right;
  cursor: pointer;
  margin-left: 15px;
  margin-bottom: 10px; }

.modalButtons {
  margin: 15px 0 10px 0;
  text-align: right; }
  .modalButtons > :first-child {
    margin-left: 0; }

.modalButtonsLeft {
  text-align: left !important; }

.errorModal {
  border-color: #CC0000; }
  .errorModal .modalTitle {
    color: #CC0000 !important; }

.logOutModal {
  width: 325px;
  max-width: 90%; }

.forgotPasswordModal {
  max-width: 720px; }
  .forgotPasswordModal .dataInputContainer {
    margin: 25px 0; }
  .forgotPasswordModal .dataInputLabel {
    width: 200px; }
  .forgotPasswordModal .dataInputField {
    width: 350px; }
  @media (max-width: 768px) {
    .forgotPasswordModal .dataInputContainer {
      margin: 0 0; } }

.resetPasswordModal {
  max-width: 400px; }
  .resetPasswordModal .dataInputContainer {
    margin: 25px 0; }
  .resetPasswordModal .dataInputLabel {
    width: 150px; }
  .resetPasswordModal .dataInputField {
    width: 225px; }

.myAccountModal {
  width: 550px;
  max-height: 60% !important; }
  .myAccountModal .dataInputContainer {
    background: #F6F8F9;
    padding: 5px 8px; }
  .myAccountModal .dataInputLabel {
    width: 180px;
    font-size: 16px;
    color: #000; }
  .myAccountModal .dataInputField input[type="text"], .myAccountModal .dataInputField input[type="password"] {
    width: 160px; }
  .myAccountModal .collapsiblePanel {
    margin-top: 20px; }
  .myAccountModal .collapsiblePanelHeader {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    position: relative;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    background: #f1f0f5;
    min-height: 25px; }
  .myAccountModal .collapsiblePanelHeaderLabel {
    position: absolute;
    display: block;
    left: 104px;
    top: 3px; }
    .myAccountModal .collapsiblePanelHeaderLabel a {
      text-decoration: none;
      color: #000; }
  .myAccountModal .cpHeaderControl {
    cursor: pointer; }
  .myAccountModal .cpIcon {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 19px;
    height: 19px;
    background: url(images/icon_accordion_close_off.png) no-repeat;
    cursor: pointer; }
  .myAccountModal .cpCollapsed .cpIcon {
    background-image: url(images/icon_accordion_open_off.png); }

.registrationConfirmationModal {
  width: 900px;
  max-width: 100%; }
  .registrationConfirmationModal .lpItemHeaderCyan .lpItemHeaderText {
    max-width: 730px; }

.resumeMissingInfoModal {
  max-width: 550px;
  max-height: 500px; }
  @media (max-width: 780px) and (orientation: landscape) {
    .resumeMissingInfoModal {
      height: 250px; } }

@media (max-width: 480px) {
  .modal {
    padding: 5px; }

  .accordionLink a {
    display: block; }

  .hiringDemandTable table {
    width: 100%; }
  .hiringDemandTable thead th {
    width: 100% !important;
    padding: 4px 0px !important;
    display: block;
    text-align: center; }
  .hiringDemandTable thead th:nth-of-type(3) {
    border-bottom: 1px dashed black; }
  .hiringDemandTable tbody td {
    width: 100% !important;
    padding: 4px 0px !important;
    display: block;
    text-align: center; }
  .hiringDemandTable tr td:nth-of-type(1),
  .hiringDemandTable tr td:nth-of-type(2) {
    background: #DDE3E0; }
  .hiringDemandTable tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center; }

  .employerHiringDemandTable td {
    width: 100% !important;
    padding: 4px 0px !important;
    display: block;
    text-align: center; }
  .employerHiringDemandTable tr td:nth-of-type(1) {
    padding: 1px !important;
    background: #DDE3E8; }

  .multiToOne th tr td:nth-of-type(1), .multiToOne th tr td:nth-of-type(2) {
    display: table-cell; }
  .multiToOne tr td {
    display: block;
    width: 100% !important;
    padding: 4px 0px !important; } }
.modalRightPanel {
  float: left;
  width: 30%; }

.modalLeftPanel {
  float: left;
  width: 70%; }

.resumeEducationLanguages #LanguageProficiencyDefinitionsPanel {
  overflow: auto; }

@media (max-width: 768px) and (orientation: landscape) {
  .loginModal,
  .registrationConfirmationModal #NavigationPlaceholder,
  .loginAndRegister #RegisterStep1Panel,
  .loginAndRegister #RegisterStep2Panel,
  .loginAndRegister #panTermsAndConditionsSWS,
  .resumePreviewModal .previewScrollPane,
  .resumeEducationLanguages #LanguageProficiencyDefinitionsPanel,
  .degree-scroll-pane, .employer-scroll-pane,
  .internship-scroll-pane, .job-scroll-pane,
  .skill-scroll-pane, .careerarea-scroll-pane,
  .accordionContainerCreateEditResume, .emailScrollPane {
    max-height: 200px !important; }

  .registrationTerms, .career-scroll-pane {
    max-height: 100px !important; } }
@media (max-width: 480px) and (orientation: portrait) {
  .loginModal,
  .registrationConfirmationModal #NavigationPlaceholder,
  .loginAndRegister #panTermsAndConditionsSWS,
  .resumePreviewModal .previewScrollPane,
  .resumeEducationLanguages #LanguageProficiencyDefinitionsPanel,
  .degree-scroll-pane, .employer-scroll-pane,
  .internship-scroll-pane, .job-scroll-pane,
  .skill-scroll-pane, .careerarea-scroll-pane,
  .accordionContainerCreateEditResume, .emailScrollPane {
    max-height: 300px !important; }

  .loginAndRegister #RegisterStep1Panel,
  .loginAndRegister #RegisterStep2Panel {
    max-height: 240px !important; }

  .career-scroll-pane {
    max-height: 200px !important; }

  .registrationTerms {
    width: 100%;
    max-width: 300px;
    max-height: 150px !important; } }
@media (max-width: 768px) and (min-width: 481px) and (orientation: portrait) {
  .loginModal,
  .registrationConfirmationModal #NavigationPlaceholder,
  .loginAndRegister #RegisterStep1Panel,
  .loginAndRegister #RegisterStep2Panel,
  .loginAndRegister #panTermsAndConditionsSWS,
  .resumePreviewModal .previewScrollPane,
  .resumeEducationLanguages #LanguageProficiencyDefinitionsPanel,
  .degree-scroll-pane, .employer-scroll-pane,
  .internship-scroll-pane, .job-scroll-pane,
  .skill-scroll-pane, .careerarea-scroll-pane,
  .career-scroll-pane,
  .accordionContainerCreateEditResume, .emailScrollPane {
    max-height: 400px !important; } }
@media (min-width: 480px) {
  .myAccountModal .collapsiblePanelHeaderLabel {
    position: static;
    padding-left: 30px; } }
@media (max-width: 768px) {
  .modalRightPanel {
    width: 100%;
    float: none; }

  .modalLeftPanel {
    width: 100%;
    float: none; } }
@media (max-width: 767px) {
  #panLoginNote {
    height: 230px !important; } }
@media (max-width: 480px) {
  #panLoginNote {
    height: 200px !important; }

  #LoginRegisterPanel {
    margin-left: 0px  !important; } }
.careerPathChart {
  width: 512px; }

.careerpathChartItem {
  float: left;
  width: 128px;
  font-size: 14px; }
  .careerpathChartItem.top {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .careerpathChartItem .arrowLineTop {
    display: block;
    height: 23px;
    width: 12px;
    margin-left: auto;
    margin-right: auto; }
  .careerpathChartItem.topArrowUp .arrowLineTop {
    background: url(images/icon_careerpaths_arrow_up.png) no-repeat !important; }
  .careerpathChartItem.topArrowDown .arrowLineTop {
    background: url(images/icon_careerpaths_arrow_down.png) no-repeat !important; }
  .careerpathChartItem.top .arrowLineTop {
    background: url(images/icon_careerpaths_arrow_down.png) no-repeat; }
  .careerpathChartItem .arrowLineMiddle {
    display: block;
    height: 2px;
    background: #A9451A;
    width: 129px; }
  .careerpathChartItem.left .arrowLineMiddle {
    width: 65px;
    margin-left: 63px; }
  .careerpathChartItem.right .arrowLineMiddle {
    width: 65px; }
  .careerpathChartItem .arrowLineBottom {
    display: block;
    height: 23px;
    width: 2px;
    background: #A9451A;
    margin-left: auto;
    margin-right: auto; }
  .careerpathChartItem.bottomArrowUp .BottomArrow {
    background: url(images/icon_careerpaths_arrow_up.png) no-repeat !important;
    display: block;
    height: 23px;
    width: 12px;
    margin-left: auto;
    margin-right: auto; }
  .careerpathChartItem.bottomArrowDown .BottomArrow {
    background: url(images/icon_careerpaths_arrow_down.png) no-repeat !important;
    display: block;
    height: 23px;
    width: 12px;
    margin-left: auto;
    margin-right: auto; }
  .careerpathChartItem .box {
    display: block;
    background: #9994bd;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    width: 122px;
    margin-left: auto;
    margin-right: auto;
    color: #000000; }
    .careerpathChartItem .box a {
      color: #000000; }
    .careerpathChartItem .box td {
      width: 116px;
      margin: 0;
      padding: 5px 3px; }
  .careerpathChartItem.highlight .box {
    background: #565194; }
  .careerpathChartItem .occupation {
    position: absolute;
    color: #ffffff;
    text-decoration: none;
    font-family: Georgia;
    font-weight: bold;
    margin-left: 109px;
    margin-top: -2px; }
    .careerpathChartItem .occupation:hover {
      color: #000000; }

.careerPathRowWrap {
  width: 512px;
  clear: both;
  position: relative; }
  .careerPathRowWrap.noOfItems1.centre {
    left: 192px; }
  .careerPathRowWrap.noOfItems1.left {
    left: 0; }
  .careerPathRowWrap.noOfItems1.right {
    left: 384px; }
  .careerPathRowWrap.noOfItems2.centre {
    left: 128px; }
  .careerPathRowWrap.noOfItems2.left {
    left: 0; }
  .careerPathRowWrap.noOfItems2.right {
    left: 256px; }
  .careerPathRowWrap.noOfItems3.centre {
    left: 64px; }
  .careerPathRowWrap.noOfItems3.left {
    left: 0; }
  .careerPathRowWrap.noOfItems3.right {
    left: 127px; }
  .careerPathRowWrap.second2Leftthird1 {
    left: 128px; }
  .careerPathRowWrap.second2Leftthird2 {
    left: 64px; }
  .careerPathRowWrap.second2Leftthird3 {
    left: 0px; }
  .careerPathRowWrap.second2Rightthird1 {
    left: 256px; }
  .careerPathRowWrap.second2Rightthird2 {
    left: 192px; }
  .careerPathRowWrap.second2Rightthird3 {
    left: 128px; }
  .careerPathRowWrap.second3Leftthird1 {
    left: 64px; }
  .careerPathRowWrap.second3Leftthird2 {
    left: 0px; }
  .careerPathRowWrap.second3Leftthird3 {
    left: 64px; }
  .careerPathRowWrap.second3MiddleLeftthird1 {
    left: 192px; }
  .careerPathRowWrap.second3MiddleLeftthird2 {
    left: 128px; }
  .careerPathRowWrap.second3MiddleLeftthird3 {
    left: 64px; }
  .careerPathRowWrap.second3Rightthird1 {
    left: 320px; }
  .careerPathRowWrap.second3Rightthird2 {
    left: 256px; }
  .careerPathRowWrap.second3Rightthird3 {
    left: 64px; }
  .careerPathRowWrap.second4Leftthird1, .careerPathRowWrap.second4Leftthird2, .careerPathRowWrap.second4Leftthird3 {
    left: 0px; }
  .careerPathRowWrap.second4MiddleLeftthird1 {
    left: 128px; }
  .careerPathRowWrap.second4MiddleLeftthird2 {
    left: 64px; }
  .careerPathRowWrap.second4MiddleLeftthird3 {
    left: 0px; }
  .careerPathRowWrap.second4MiddleRightthird1 {
    left: 256px; }
  .careerPathRowWrap.second4MiddleRightthird2 {
    left: 192px; }
  .careerPathRowWrap.second4MiddleRightthird3 {
    left: 128px; }
  .careerPathRowWrap.second4Rightthird1 {
    left: 384px; }
  .careerPathRowWrap.second4Rightthird2 {
    left: 256px; }
  .careerPathRowWrap.second4Rightthird3 {
    left: 128px; }

/*
Below styles are for the career paths in the job modal
Each styles is in the format secondXAAAAthirdY
Where 
	secondX is the number of items on the second level
	AAAA is the second level item that has been clicked
	thirdY is the number of items on the third level
*/
.degree-scroll-pane, .employer-scroll-pane, .internship-scroll-pane, .job-scroll-pane, .skill-scroll-pane, .careerarea-scroll-pane {
  width: 100%;
  height: 500px;
  overflow: auto;
  position: relative; }

.career-scroll-pane {
  overflow-y: auto;
  overflow-x: hidden; }

.deletableListItemTable td {
  vertical-align: top; }

.lightbox {
  margin-left: 10px; }

.lightboxOptions {
  width: 100%; }
  .lightboxOptions a {
    text-decoration: none;
    color: #264C69;
    font-size: 14px; }
    .lightboxOptions a:hover {
      text-decoration: underline; }

.lightboxHeading {
  color: #A9451A;
  font-size: 16px; }

.topJobTitles {
  color: #264C69;
  font-size: 15px;
  margin-bottom: 10px; }
  .topJobTitles a {
    color: #264C69; }

.staticMessages {
  float: left; }

.findAJob {
  float: right;
  margin-bottom: 25px; }
  .findAJob .buttonLevel2 {
    position: relative;
    top: 2px; }

.homeWrapper {
  clear: both;
  font-size: 0; }

.homeMain {
  display: inline-block;
  font-size: 15px;
  vertical-align: top; }
  .homeMain .collapsiblePanel {
    margin-right: 32px; }
  .homeMain .collapsiblePanelHeader {
    position: relative;
    border-top: 1px solid #264C69;
    color: #264C69;
    cursor: pointer;
    padding: 3px 20px 0px 0px;
    font-size: 19px;
    font-weight: bold;
    padding-right: 30px; }
    .homeMain .collapsiblePanelHeader .collapsiblePanelControl {
      position: absolute;
      right: 0;
      top: 8px;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: bold;
      color: #594E8C; }
  .homeMain .collapsiblePanelContent {
    margin: 10px 0 25px 0; }
  .homeMain .collapsiblePanel .cpShow {
    display: none; }
  .homeMain .cpCollapsed .collapsiblePanelContent, .homeMain .cpCollapsed .cpHide {
    display: none; }
  .homeMain .cpCollapsed .cpShow {
    display: inline; }

.homeSideBar {
  display: inline-block;
  font-size: 15px;
  vertical-align: top; }
  .homeSideBar .sideBarSection {
    border-bottom: 1px solid #7d94a4;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .homeSideBar .sideBarSection h2 {
      margin-bottom: 10px; }
    .homeSideBar .sideBarSection .deletableListItemTable {
      margin-top: 10px; }
  .homeSideBar .purpleSideBarLink, .homeSideBar .blueSideBarLink {
    font-weight: bold;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 17px;
    padding: 4px 0;
    min-height: 30px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    background-position: 5px center;
    background-repeat: no-repeat; }

.homeSideBar,
.homeSideBar *,
.homeSideBar *::before,
.homeSideBar *::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.purpleSideBarLink {
  background: #d8d6e3;
  color: #342b60; }
  .purpleSideBarLink a {
    color: #342b60;
    text-decoration: none; }

.blueSideBarLink {
  background: #dde9e7; }

.sideBarLink {
  overflow: hidden;
  position: relative; }
  .sideBarLink[class] {
    display: table;
    position: relative;
    width: 100%; }

.sideBarLinkMiddle {
  position: absolute;
  top: 50%;
  left: 36px; }
  .sideBarLinkMiddle[class] {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 36px;
    position: static; }

.sideBarLinkInner {
  display: block;
  position: relative;
  top: 50%; }
  .sideBarLinkInner[class] {
    display: block;
    position: static; }

.sideBarLink:last-child {
  margin-bottom: 0; }

.purpleSideBarLink.sideBarCreateResume {
  background-image: url(images/icons/icon_createresume_sm.png); }
.purpleSideBarLink.sideBarJobSearch {
  background-image: url(images/icons/icon_searchforjobs_sm.png); }

.blueSideBarLink.sideBarCareerOptions {
  background-image: url(images/icons/icon_explorecareers_sm.png); }
.blueSideBarLink.sideBarResearch {
  background-image: url(images/icons/icon_research_sm.png); }
.blueSideBarLink.sideBarStudy {
  background-image: url(images/icons/icon_study_sm.png); }
.blueSideBarLink.sideBarSchool {
  background-image: url(images/icons/icon_school_sm.png); }
.blueSideBarLink.sideBarExperience {
  background-image: url(images/icons/icon_experience_sm.png); }
.blueSideBarLink.sideBarTutorial {
  background-image: url(images/icons/icon_georgiatutorial_sm.png); }
.blueSideBarLink.sideBarjobSearchResource {
  background-image: url(images/icons/icon_jobsearchresource_sm.png); }

.resumeSubhead {
  border-bottom: 1px solid #224B67;
  padding-bottom: 6px;
  padding-left: 6px; }
  .resumeSubhead .instructionalText {
    color: #264C69; }

.FocusCareer input[type="text"] {
  border: 2px solid #aca7c7;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  color: #000000; }
.FocusCareer input[type="radio"] {
  margin-right: 2px; }

.showHideAccordion {
  color: #000000; }
  .showHideAccordion a {
    color: #000000; }

.blueHorizontalRule {
  height: 1px;
  width: 100%;
  background: #7d94a4;
  margin-bottom: 10px; }

.FocusCareer h2 {
  font-size: 17px;
  font-weight: bold;
  padding: 0;
  color: #A9451A; }

.savedSearchTop {
  width: 100%; }
  .savedSearchTop td {
    white-space: nowrap; }
  .savedSearchTop .instructionalText {
    display: block; }
  .savedSearchTop a {
    display: block; }
  .savedSearchTop .buttonLevel2 {
    margin-left: 0px; }

.savedSearchBottom div, .savedSearchBottom td {
  padding: 3px 0px; }
.savedSearchBottom label {
  display: inline; }

.savedSearchMiddle div {
  padding: 6px 0px; }
.savedSearchMiddle td {
  padding: 0px 4px; }
.savedSearchMiddle .addPadding {
  padding: 6px 2px; }
@media (max-width: 992px) {
  .savedSearchMiddle div {
    padding: 3px 0px; } }
.savedSearchMiddle label {
  display: inline; }

.FocusCareer .horizontalRule {
  margin: 12px 0;
  background: #224b67;
  height: 1px; }
.FocusCareer .boldedText {
  font-weight: bold;
  font-size: 25px; }

.SeeMoreLessPanel .SeeMoreLessText, .SeeMoreLessPanel .seeLess {
  display: none; }
.SeeMoreLessPanel .seeMore, .SeeMoreLessPanel .seeLess {
  font-weight: bold; }

body .FocusCareer .genericTable th {
  background: #f1f0f5;
  font-size: 16px; }
body .FocusCareer > .genericTable td {
  padding: 5px 8px; }
body .FocusCareer table.checkBoxList td, body .FocusCareer table.radioButtonList td {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }

/* ? */
.LoginRegisterPanel {
  margin-left: 100px; }
  .LoginRegisterPanel div, .LoginRegisterPanel td {
    padding-bottom: 5px; }
  .LoginRegisterPanel .content {
    margin-left: 10px; }
  .LoginRegisterPanel .toolTipNew {
    margin-left: 10px; }
  @media (max-width: 480px) {
    .LoginRegisterPanel .help {
      position: absolute;
      right: 0;
      top: 50px; }
    .LoginRegisterPanel .loginInput {
      width: 85% !important; }
    .LoginRegisterPanel .toolTipNew {
      margin-left: 0px !important; }
    .LoginRegisterPanel #LogInButton {
      margin-top: 5px  !important;
      margin-left: 0px !important; } }

.LoginRegisterHeaderPanel, .LoginRegisterHeaderPanelNoArrow {
  background-color: #faeac8;
  color: #3d326a;
  font-size: 33px;
  font-weight: bold;
  padding: 5px 10px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px; }

.LoginRegisterHeaderPanel {
  background: #faeac8 url(images/loginregisterheaderrightarrow.png) 97% 50% no-repeat;
  padding-right: 20px; }
  .LoginRegisterHeaderPanel.on {
    background: #faeac8 url(images/loginregisterheaderdownarrow.png) 97% 50% no-repeat; }

.LoginRegisterHeaderContent {
  color: #000000;
  font-style: italic;
  font-size: 13px;
  margin-left: 10px; }

.LoginRegisterHeaderPanel a {
  text-decoration: none; }

.FocusCareer .lightboxOptions {
  font-weight: bold; }
  .FocusCareer .lightboxOptions a {
    text-decoration: underline; }
    .FocusCareer .lightboxOptions a:hover {
      text-decoration: none; }
.FocusCareer.lightbox input[type="text"] {
  border: 1px solid #dee2e3;
  border-top: 1px solid #a9adae;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px; }

.steppedProcess input[type="text"] {
  border: 1px solid #dee2e3;
  border-top: 1px solid #a9adae;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px; }

.steppedProcessSubhead {
  color: #3F336B;
  text-transform: uppercase;
  position: relative;
  top: 4px;
  letter-spacing: 0.1em; }

.lightbox .instructionalText {
  color: #000000;
  font-style: italic;
  font-size: 13px; }
  .lightbox .instructionalText a {
    color: #000000;
    font-style: italic;
    font-size: 13px; }

.instructionalText {
  color: #000000;
  font-style: italic;
  font-size: 13px; }

.instructionalJustitfy {
  text-align: justify; }

.dismissableStatusMessage {
  border: 2px solid #C7866A;
  background: #FEF8ED;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  padding: 4px;
  color: #000000; }
  .dismissableStatusMessage img {
    margin: 0 3px;
    position: relative;
    top: 1px;
    cursor: pointer; }

.loginAndRegister div {
  padding: 3px 0px; }
.loginAndRegister td {
  padding: 6px; }

.steppedProcess td {
  padding: 6px; }
.steppedProcess table td {
  padding-left: 0; }

.FocusCareer .landingPageNavigation .jobSearch.large .column1 img {
  padding: 18px 16px 16px 7px; }
.FocusCareer .landingPageNavigation .jobSearch.open .column1 {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0; }
.FocusCareer .landingPageNavigation .jobSearch.open .column2 {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0; }
.FocusCareer .landingPageNavigation .expanded td {
  background: #efeef3;
  padding: 13px 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0; }
.FocusCareer .landingPageNavigation .expanded img {
  margin-right: 6px;
  position: relative;
  top: 4px; }
.FocusCareer .landingPageNavigation .expanded .largeHeading {
  font-size: 27px; }
.FocusCareer .landingPageNavigation .expanded .headingContent {
  font-size: 18px; }
.FocusCareer .landingPageNavigation .horizontalRule {
  width: 100%;
  height: 1px;
  background: #d9d8de; }

#CreateOrEditResumeModalPanel .multipleAccordionTitle .column1 {
  width: 55px !important; }

.FocusCareer .landingPageNavigation .column2 {
  width: 2000px; }
.FocusCareer .landingPageNavigation .careercolumn2 {
  width: auto; }

#JobDetails {
  background: #f1f0f5;
  border: none;
  height: 450px;
  overflow: scroll; }

.checkboxTable td {
  padding: 0 6px; }

#ChartTable {
  font-size: 12px;
  font-weight: bold; }

#ChartWrap {
  width: 68px;
  height: 68px;
  overflow: hidden; }

#PieChartWrap {
  position: relative;
  bottom: 8px;
  right: 8px; }

#pieChartBorder {
  background: url(images/piechartring.png) no-repeat;
  width: 68px;
  height: 68px;
  position: absolute;
  z-index: 9; }

.bookmarkList {
  font-size: 15px; }
  .bookmarkList ul {
    margin-bottom: 0; }
  .bookmarkList li {
    margin-bottom: 4px; }

.myBookmarkList {
  margin-top: 15px; }

table.jobList {
  width: 100%; }
  table.jobList td {
    font-size: 15px !important;
    padding-bottom: 10px; }
  table.jobList .column1 {
    width: 75px; }
  table.jobList .column2, table.jobList .column3 {
    width: 250px; }
  table.jobList .column4 {
    width: 150px; }
  table.jobList .column5 {
    width: 70px; }
table.homeJobList {
  width: 100%; }
  table.homeJobList td {
    font-size: 15px !important;
    padding-bottom: 10px; }
  table.homeJobList .column1 {
    width: 65px; }

.resumeMissingInfoDetail {
  max-height: 250px;
  overflow-x: hide;
  overflow-y: auto;
  margin: 20px 0;
  position: relative; }
  .resumeMissingInfoDetail .collapsiblePanel {
    margin-top: 20px; }
    .resumeMissingInfoDetail .collapsiblePanel:first-child {
      margin-top: 0; }
  .resumeMissingInfoDetail .collapsiblePanelHeader {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    position: relative;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    background: #f1f0f5;
    height: 25px; }
  .resumeMissingInfoDetail .collapsiblePanelHeaderLabel {
    position: absolute;
    display: block;
    left: 40px;
    top: 3px; }
  .resumeMissingInfoDetail .cpHeaderControl {
    cursor: pointer; }
  .resumeMissingInfoDetail .cpIcon {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 19px;
    height: 19px;
    background: url(images/icon_accordion_close_off.png) no-repeat;
    cursor: pointer; }
  .resumeMissingInfoDetail .cpCollapsed .cpIcon {
    background-image: url(images/icon_accordion_open_off.png); }
  .resumeMissingInfoDetail input[type="text"] {
    height: 19px; }
  .resumeMissingInfoDetail .inFieldLabel label {
    color: #000000;
    font-size: 13px;
    margin-top: 4px; }
  .resumeMissingInfoDetail .dataInputLabel {
    margin-right: 10px;
    width: 150px;
    padding-top: 4px; }
  .resumeMissingInfoDetail .dataInputFieldNoLabel {
    font-size: 15px; }

.internshipSkillClustersWrapper {
  background: #F6F8F9;
  display: block; }

.internshipSkillClusters {
  display: block;
  height: 220px;
  overflow-y: scroll;
  margin-bottom: 20px; }
  .internshipSkillClusters ul {
    list-style: none;
    margin: 0;
    padding: 0; }

.internshipSkillClustersSummary {
  display: block;
  padding: 5px;
  background-color: #e6e4ee; }
  .internshipSkillClustersSummary .deletableListItemTable {
    width: 100%;
    background: #fff; }
    .internshipSkillClustersSummary .deletableListItemTable .column2 {
      width: 16px; }

.inPageError, .inPageMessage {
  display: block;
  position: relative;
  zoom: 1;
  cursor: pointer; }

.message-container p {
  margin: 5px;
  padding: 0; }
  .message-container p .ui-icon {
    margin: 3px 10px 0 0; }
  .message-container p .message-dismiss {
    text-decoration: underline;
    padding-left: 15px; }

.stateDisabled {
  opacity: 0.40 !important;
  filter: alpha(opacity=40) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)" !important; }

.information-panel {
  display: block;
  background: #dde9e7 url("images/icon-information-panel.png") no-repeat 15px 15px;
  color: #264c69;
  font-size: 13px;
  line-height: 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 15px 15px 15px 56px;
  margin-bottom: 15px; }

.explorerfield:disabled {
  background-color: #EBEBE4 !important; }

.site-maintenance {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #efe2b7 url("images/icon_sitemaintenance.png") no-repeat 15px 15px;
  border: 2px solid #d18301;
  padding: 15px 15px 15px 160px;
  min-height: 118px; }
  .site-maintenance h1 {
    font-size: 30px;
    color: #d48a01;
    margin-bottom: 20px; }
  .site-maintenance p {
    font-size: 14px;
    font-weight: bold;
    color: #322001; }

.table {
  border-collapse: collapse; }
  .table.table-padding-right td {
    padding-right: 4px; }

.sso-table {
  width: 100%;
  margin-bottom: 20px; }
  .sso-table td:first-child {
    width: 120px; }
  .sso-table td:nth-child(2) {
    width: 220px; }

@media (max-width: 768px) {
  .standardPanel .overlayPanelClosed,
  .overlayPanelContainer.standardPanel {
    width: 250px !important; }

  .dropDrownSpaceAlign {
    margin-bottom: 25px; }

  .jobPostingEmailModal {
    max-width: 95%; }

  .jobPostingToolsCriteria ul li {
    display: block;
    border: 0px;
    padding-left: 0px; } }
@media (min-width: 320px) and (max-width: 992px) {
  .explorerCareerDegreeArea {
    left: -15px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .explorerCareerDisplayArea {
    left: -25%; } }
/* override the default margin setting*/
.row {
  margin-left: 0px;
  margin-right: 0px; }

.collapsableLabel {
  margin-left: 5px; }

.JobPosting {
  height: auto !important; }

.DefaultResumeClass {
  width: 252px; }

.collapsableTable label {
  display: inline; }
@media (min-width: 992px) {
  .collapsableTable .collapsableRow {
    width: 49%;
    float: left; }
  .collapsableTable .collapsableLabel {
    margin-left: 25px; } }

@media (max-width: 480px) {
  select {
    max-width: 300px !important; }

  .careerDropDown {
    max-width: 250px !important; }

  .ui-autocomplete {
    max-width: 250px !important; }

  .jobPostingToolsShare {
    position: static !important;
    float: right;
    margin-bottom: 5px;
    margin-left: -10px; }

  .carrerPathGraph {
    width: 250px; }

  #triple li {
    width: 100%; }

  #MainContent_ListSearch_lnkEditSaveSearch {
    display: block;
    margin-top: 5px; } }
@media (max-width: 768px) and (orientation: landscape) {
  .loginAndRegister div {
    padding: 0px; }
    .loginAndRegister div h1 {
      margin: 0px; } }
@media (max-width: 991px) and (min-width: 768px) {
  #zipCodeDiv {
    margin-left: -35px; } }
@media (max-width: 768px) {
  .DefaultResumeClass {
    width: 95%; }

  .ui-autocomplete {
    max-width: 400px !important; }

  .careersAndEducation .error, .resourcePageLibrary .error
  .resumeEducation .error {
    width: 100%;
    float: left; }

  .wrapTableData {
    display: block; }

  .carrerPathGraph {
    max-width: 400px;
    overflow: auto; }

  #triple li {
    width: 50%; } }
.weglotSwitcher {
  padding-bottom: 10px; }

.wg-drop.country-selector .wgcurrent a {
  padding-right: 75px !important; }

.panel {
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel-minimal, .panel-lightbox {
  border-color: transparent; }
  .panel-minimal > .panel-heading, .panel-lightbox > .panel-heading {
    color: #000;
    background-color: #fff;
    border-color: transparent; }
    .panel-minimal > .panel-heading + .panel-collapse > .panel-body, .panel-lightbox > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: transparent; }
    .panel-minimal > .panel-heading .badge, .panel-lightbox > .panel-heading .badge {
      color: #fff;
      background-color: #000; }
  .panel-minimal > .panel-footer + .panel-collapse > .panel-body, .panel-lightbox > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent; }
  .panel-minimal > .panel-heading, .panel-lightbox > .panel-heading {
    text-transform: uppercase;
    color: #333;
    padding: 10px 0;
    font-weight: bold; }
  .panel-minimal > .panel-body, .panel-lightbox > .panel-body {
    padding: 10px 0; }

.panel-lightbox > .panel-body {
  padding: 10px;
  background-color: #f6f8f9;
  color: #333; }
.panel-lightbox > .panel-footer {
  background-color: #f6f8f9;
  border-top: none;
  text-align: right;
  min-height: 57px; }

.section-border-top {
  border-top: 2px solid #d2d2d2; }

.section-border-bottom {
  border-bottom: 2px solid #d2d2d2; }

.row-eq-height, .row-eq-height > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto; }

.pad-lg {
  padding: 20px; }

.pad-md {
  padding: 15px; }

.pad-sm {
  padding: 10px; }

.pad-vertical-lg {
  padding-top: 20px;
  padding-bottom: 20px; }

.pad-vertical-md {
  padding-top: 15px;
  padding-bottom: 15px; }

.pad-vertical-sm {
  padding-top: 10px;
  padding-bottom: 10px; }

.pad-top-lg {
  padding-top: 20px; }

.pad-top-md {
  padding-top: 15px; }

.pad-top-sm {
  padding-top: 10px; }

.pad-bottom-lg {
  padding-bottom: 20px; }

.pad-bottom-md {
  padding-bottom: 15px; }

.pad-bottom-sm {
  padding-bottom: 10px; }

.space-lg {
  margin: 20px; }

.space-md {
  margin: 15px; }

.space-sm {
  margin: 10px; }

.space-vertical-lg {
  margin-top: 20px;
  margin-bottom: 20px; }

.space-vertical-md {
  margin-top: 15px;
  margin-bottom: 15px; }

.space-vertical-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.space-top-lg {
  margin-top: 20px; }

.space-top-md {
  margin-top: 15px; }

.space-top-sm {
  margin-top: 10px; }

.space-bottom-lg {
  margin-bottom: 20px; }

.space-bottom-md {
  margin-bottom: 15px; }

.space-bottom-sm {
  margin-bottom: 10px; }

.space-right-lg {
  margin-right: 20px; }

.space-right-md {
  margin-right: 15px; }

.space-right-sm {
  margin-right: 10px; }

.space-left-lg {
  margin-left: 20px; }

.space-left-md {
  margin-left: 15px; }

.space-left-sm {
  margin-left: 10px; }

.block {
  display: block !important; }

.panel-toolbox {
  border-color: #e8e8e8;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  padding: 31px 8px; }
  .panel-toolbox .inFieldLabel label {
    margin-left: 14px;
    margin-top: 6px; }
  .panel-toolbox input[type="text"] {
    height: auto;
    padding: 6px 12px; }
  .panel-toolbox .btn-default {
    font-weight: normal; }
  .panel-toolbox .well {
    margin-bottom: 0; }

#MainContent_SearchResultUpdatePanel .genericTable.withHeader .table-icon {
  text-align: center; }
#MainContent_SearchResultUpdatePanel .genericTable.withHeader th span.fa-info-circle {
  font-size: 12px; }
#MainContent_SearchResultUpdatePanel .genericTable.withHeader td.table-icon a {
  color: #404040;
  font-size: 16px; }
  #MainContent_SearchResultUpdatePanel .genericTable.withHeader td.table-icon a:hover {
    color: #73689A; }
  #MainContent_SearchResultUpdatePanel .genericTable.withHeader td.table-icon a:active, #MainContent_SearchResultUpdatePanel .genericTable.withHeader td.table-icon a:focus, #MainContent_SearchResultUpdatePanel .genericTable.withHeader td.table-icon a:visited {
    color: #F79F16;
    text-decoration: underline !important; }
    #MainContent_SearchResultUpdatePanel .genericTable.withHeader td.table-icon a:active span.fa, #MainContent_SearchResultUpdatePanel .genericTable.withHeader td.table-icon a:focus span.fa, #MainContent_SearchResultUpdatePanel .genericTable.withHeader td.table-icon a:visited span.fa {
      text-decoration: underline !important; }
    #MainContent_SearchResultUpdatePanel .genericTable.withHeader td.table-icon a:active span[class^="fa-"]:before, #MainContent_SearchResultUpdatePanel .genericTable.withHeader td.table-icon a:focus span[class^="fa-"]:before, #MainContent_SearchResultUpdatePanel .genericTable.withHeader td.table-icon a:visited span[class^="fa-"]:before {
      display: inline-block;
      text-decoration: underline !important; }

@media (min-width: 768px) {
  .form-inline .form-group {
    margin-bottom: 8px; }

  #searchFilterDiv {
    padding-right: 10px;
    border-right: 1px solid #ddd; } }
@media (min-width: 1200px) {
  #searchFilterDiv {
    margin-left: -40px; } }
.form-group label {
  display: inline; }

@media (max-width: 768px) {
  .dropdown-menu-right {
    left: -130px;
    right: 0;
    width: 320px; } }
.jobPostingEmailModal {
  max-width: 525px; }
  .jobPostingEmailModal .modalTitle {
    padding-left: 0; }
  .jobPostingEmailModal .dataInputRow {
    margin: 15px 0; }
  .jobPostingEmailModal .dataInputLabel {
    font-size: 16px;
    width: 80px;
    margin-right: 20px; }
  .jobPostingEmailModal .dataInputField {
    width: 400px;
    max-width: 100%; }
    .jobPostingEmailModal .dataInputField input {
      max-width: 100%; }
  .jobPostingEmailModal .emailDetailPanel {
    background: #efeef3;
    border: 1px solid #d9d7e4;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    padding: 10px; }
    .jobPostingEmailModal .emailDetailPanel input[type="text"] {
      background-color: #fff; }

.emailDocumentModal .dataInputLabel {
  width: 80px; }
.emailDocumentModal .dataInputField input[type=text], .emailDocumentModal .dataInputField textarea {
  width: 300px;
  max-width: 100%; }
.emailDocumentModal .emailDocumentName {
  font-style: italic;
  font-weight: bold; }

.modalButtonBorder {
  padding-top: 10px; }

.jobPostingReferralModal {
  max-width: 500px; }

.jobPostingScreeningPreferencesModal {
  max-width: 440px; }

.jobPostingResumeRequirementModal {
  max-width: 500px; }

.jobPostingDetailModal {
  max-width: 500px; }
  .jobPostingDetailModal .dataInputRow {
    margin: 15px 0; }
  .jobPostingDetailModal .dataInputLabel {
    width: 190px;
    margin-right: 20px;
    font-size: 16px; }
  .jobPostingDetailModal .dataInputField {
    font-size: 16px; }

.jobPostingApplicationInfoModal {
  width: 500px; }

.jobPostingRequirementsModal {
  width: 800px; }

.jobPostingRequirementsGrid {
  border-collapse: collapse;
  background-color: #FAEAC8; }
  .jobPostingRequirementsGrid th {
    background-color: #A9451A;
    padding: 5px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle; }
  .jobPostingRequirementsGrid td {
    background-color: #FAEAC8;
    padding: 5px;
    color: #264C69;
    text-align: left;
    vertical-align: middle;
    font-size: 15px; }
  .jobPostingRequirementsGrid .gridAlternateRow td {
    background-color: #fff; }
  .jobPostingRequirementsGrid .gridPager td {
    background-color: #A9451A;
    color: #000; }

.jobPostingSummary {
  margin-top: 10px; }

.jobPostingSummaryMain {
  float: left;
  margin-bottom: 15px; }

.jobPostingSummaryReport {
  float: right;
  margin-bottom: 15px; }
  .jobPostingSummaryReport > * {
    display: inline-block;
    vertical-align: top; }

.jobPostingRegister {
  display: block;
  margin-top: 10px; }

.jobPostingSummaryReport label {
  line-height: 27px; }

.jobPostingTools {
  clear: both;
  position: relative;
  border-top: 1px solid #224b67;
  padding-top: 12px; }

.jobPostingToolsCriteria ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.jobPostingToolsCriteria li {
  display: inline;
  border-left: 1px solid #264c69;
  margin-right: 8px;
  padding-left: 10px; }
  .jobPostingToolsCriteria li:first-child {
    border-left: none;
    padding-left: 0; }

.jobPostingToolsShare {
  position: absolute;
  right: 0;
  top: 10px; }
  .jobPostingToolsShare > * {
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    margin-left: 8px; }

.bookmarkLink {
  height: 32px;
  text-transform: uppercase;
  background: url(images/icon_bookmark.png) no-repeat;
  padding-left: 18px; }

.jobSearchResultsPromos .promoStyle3, .jobSearchResultsPromos .promoStyle4 {
  width: 305px;
  white-space: normal; }
.jobSearchResultsPromos .promoStyle4.smallSize {
  margin-bottom: 24px; }

.resumePreviewModal {
  max-width: 846px; }
  .resumePreviewModal .dataInputLabel {
    font-size: 16px;
    padding: 4px 15px 0 0; }
  .resumePreviewModal .resumePreviewDisplay {
    margin-top: 20px; }
  .resumePreviewModal .resumePreviewFormattedOutput {
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    text-decoration: none;
    border: 1px solid #264c69;
    padding-left: 10px; }
  .resumePreviewModal .previewScrollPane {
    overflow-y: auto;
    overflow-x: hidden; }

.resumeDownloadModal {
  max-width: 450px; }
  .resumeDownloadModal .modalTitle {
    padding-left: 0; }
  .resumeDownloadModal .dataInputRow {
    margin: 15px 0; }
  .resumeDownloadModal .dataInputLabel {
    font-size: 16px;
    width: 170px;
    margin-right: 20px; }
  .resumeDownloadModal .dataInputField {
    width: 220px; }

.resumeEmailModal {
  max-width: 500px; }
  .resumeEmailModal .modalTitle {
    padding-left: 0; }
  .resumeEmailModal .dataInputRow {
    margin: 15px 0; }
  .resumeEmailModal .dataInputLabel {
    font-size: 16px;
    width: 170px;
    margin-right: 20px; }
  .resumeEmailModal .dataInputField {
    width: 270px; }
  .resumeEmailModal .emailDetailPanel {
    background: #efeef3;
    border: 1px solid #d9d7e4;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    padding: 10px; }
    .resumeEmailModal .emailDetailPanel .dataInputLabel {
      width: 160px; }
    .resumeEmailModal .emailDetailPanel input[type="text"] {
      background-color: #fff; }
  .resumeEmailModal .emailScrollPane {
    overflow-y: auto;
    overflow-x: hidden; }

.resumeHideInfoModal select.ListBox {
  display: block;
  width: 400px;
  max-width: 90% !important; }
.resumeHideInfoModal .hiddenSections {
  height: 190px;
  padding-left: 10px;
  overflow-x: hide;
  overflow-y: auto;
  border: 1px solid #e4e3e8;
  border-top: 1px solid #b0b1b3; }
  .resumeHideInfoModal .hiddenSections label {
    display: inline; }
.resumeHideInfoModal .resumeHideInfoModalSection {
  margin: 5px 0; }

.resumeCheckDatesModal {
  max-width: 500px; }

.resumeConfirmDeleteJobModal,
.resumeJobValidationModal,
.resumeDegreeValidationModal {
  max-width: 450px; }

.resumeStatementSelectionModal {
  max-width: 440px; }

.defaultResumeActions {
  margin: 25px 0 15px 0; }
  .defaultResumeActions .dataInputLabel {
    width: 100px;
    margin-right: 25px;
    padding-top: 4px; }
  .defaultResumeActions a {
    display: inline-block;
    margin-left: 25px; }

.resumeSection {
  margin-top: 15px; }
  .resumeSection .resumeSectionHelpText {
    margin-bottom: 10px; }
  .resumeSection .resumeSectionAction {
    text-align: right; }

.resumeSectionContent {
  margin: 15px 0; }
  .resumeSectionContent .buttonLeft {
    margin-left: 0; }
  .resumeSectionContent .defaultSubSection {
    margin-bottom: 20px; }
  .resumeSectionContent .resumeSectionSubHeading {
    border-bottom: 1px solid #224b67;
    color: #264c69;
    padding: 0 0 6px 6px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px; }
  .resumeSectionContent .collapsiblePanel {
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000; }
  .resumeSectionContent .collapsiblePanelHeader {
    position: relative;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    background: #f1f0f5; }
    .resumeSectionContent .collapsiblePanelHeader .cpIcon {
      position: absolute;
      left: 3px;
      top: 3px;
      width: 19px;
      height: 19px;
      background: url(images/icon_accordion_close_off.png) no-repeat;
      cursor: pointer; }
  .resumeSectionContent .collapsiblePanelHeaderLabel {
    position: static;
    display: block;
    margin-left: 34px;
    padding-top: 2px; }
    .resumeSectionContent .collapsiblePanelHeaderLabel a {
      text-decoration: none;
      color: #000; }
  .resumeSectionContent .cpCollapsed .cpIcon {
    background-image: url(images/icon_accordion_open_off.png); }
  .resumeSectionContent .collapsiblePanelContent {
    padding: 10px 10px 10px 34px;
    background: #f1f0f5;
    color: #000; }

.resumeJobList {
  margin: 25px 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0; }
  .resumeJobList td {
    border-width: 0;
    border-top: 1px solid #264c69;
    padding: 10px 0; }
    .resumeJobList td:first-child {
      width: 850px;
      font-weight: bold; }

.resumeAddJob {
  font-size: 0; }
  .resumeAddJob input[type="text"] {
    height: 19px;
    width: 350px;
    max-width: 100%; }
  .resumeAddJob .dataInputRow {
    margin: 15px 0; }
  .resumeAddJob #inputRowEndDate {
    margin: 0 !important; }
  .resumeAddJob .dataInputLabel {
    font-size: 16px;
    line-height: 25px; }
  .resumeAddJob .dataInputField {
    width: 350px;
    max-width: 100%;
    vertical-align: top; }
  .resumeAddJob .dataInputGrouped {
    vertical-align: top; }
  .resumeAddJob .dataInputGroupedItemVertical {
    margin: 0 0 15px 0; }
  .resumeAddJob .instructionalTextBlock {
    display: inline-block;
    text-align: justify;
    vertical-align: top; }
  .resumeAddJob .currentlyWorkHere {
    display: inline-block;
    position: relative;
    top: 4px;
    margin-left: 10px; }

.resumeJobTitle {
  font-size: 0; }
  .resumeJobTitle .dataInputLabel {
    width: 205px;
    font-size: 16px;
    margin-right: 20px; }

.otherJobActivities {
  height: 300px;
  overflow: auto; }
  @media (max-width: 480px) and (orientation: portrait) {
    .otherJobActivities {
      height: 150px; } }
  @media (max-width: 920px) and (orientation: landscape) {
    .otherJobActivities {
      height: 100px; } }

.resumeWorkActivities {
  margin: 10px 0; }
  .resumeWorkActivities .resumeWorkActivitiesStatements {
    border-top: 1px solid #224B67;
    border-bottom: 1px solid #224B67;
    padding: 10px 0; }
    .resumeWorkActivities .resumeWorkActivitiesStatements .workActivityQuestion {
      margin-bottom: 10px; }
    .resumeWorkActivities .resumeWorkActivitiesStatements .workActivityQuestionPrompt {
      font-weight: bold; }
    .resumeWorkActivities .resumeWorkActivitiesStatements .workActivityQuestionAnswer {
      padding-left: 50px; }
      .resumeWorkActivities .resumeWorkActivitiesStatements .workActivityQuestionAnswer input[type="checkbox"] {
        margin-right: 10px; }
      .resumeWorkActivities .resumeWorkActivitiesStatements .workActivityQuestionAnswer label {
        margin-right: 25px; }
    .resumeWorkActivities .resumeWorkActivitiesStatements .otherworkActivityQuestionAnswer label {
      margin-right: 10px; }

.selectedQuestionsInner {
  padding: 5px;
  background-color: #e6e4ee;
  -webkit-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.4);
  box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.4); }

.resumeJobDescription {
  font-size: 0;
  border-top: 1px solid #224B67;
  padding: 20px 0; }

.resumeJobDescriptionSelected {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top; }

.resumeJobDescriptionOptions {
  display: inline-block;
  vertical-align: top;
  font-size: 16px; }
  .resumeJobDescriptionOptions .collapsiblePanel {
    margin-bottom: 20px; }
  .resumeJobDescriptionOptions .collapsiblePanelContent {
    height: 195px;
    overflow-y: scroll; }
    .resumeJobDescriptionOptions .collapsiblePanelContent input[type="checkbox"] {
      display: inline-block;
      margin-right: 10px;
      vertical-align: top; }
    .resumeJobDescriptionOptions .collapsiblePanelContent label {
      display: inline;
      vertical-align: top;
      margin-bottom: 5px; }

.resumeJobDescriptionInstructions {
  width: 100%;
  white-space: normal;
  color: #fff; }
  @media (min-width: 768px) {
    .resumeJobDescriptionInstructions {
      margin-left: 20px; } }

.resumeContact {
  font-size: 0; }
  .resumeContact .dataInputLabel {
    font-size: 16px;
    line-height: 25px;
    margin-right: 10px; }
  .resumeContact .resumeContactLeft {
    display: inline-block;
    vertical-align: top; }
  .resumeContact .resumeContactRight {
    display: inline-block;
    vertical-align: top; }
    .resumeContact .resumeContactRight .dataInputLabel {
      max-width: 120px; }
    @media (max-width: 992px) {
      .resumeContact .resumeContactRight .dataInputLabel {
        margin-right: 10px; } }
  .resumeContact input[type="text"] {
    font-size: 15px;
    height: 19px; }
  .resumeContact .dataInputRow {
    margin: 15px 0; }
  .resumeContact .dataInputGroupedItemVertical {
    margin: 0 0 15px 0; }
    .resumeContact .dataInputGroupedItemVertical .dataInputGroupedItemHorizontal:first-child {
      margin-right: 5px; }
  .resumeContact .additionalPhoneNumberControl {
    margin: 0 0 15px 0;
    font-size: 16px;
    display: block; }
  .resumeContact #AddressTextBox {
    width: 768px; }
  .resumeContact #Address2TextBox {
    width: 768px; }
  @media (min-width: 768px) {
    .resumeContact .col-addr {
      width: 10.3333%; } }
  @media (max-width: 768px) {
    .resumeContact #AddressTextBox {
      width: 100%; }
    .resumeContact #Address2TextBox {
      width: 100%; } }

.resumeEducation {
  padding: 0 6px; }
  .resumeEducation p.instructionalText {
    margin-top: 5px; }
  .resumeEducation span.instructionalText {
    padding-left: 10px; }
  .resumeEducation .requiredData {
    font-size: 15px;
    display: inline;
    line-height: 22px; }
  .resumeEducation .inFieldLabel {
    font-size: 13px;
    color: #000; }
  .resumeEducation .dataInputRow a {
    font-size: 15px;
    line-height: 22px; }
  .resumeEducation .dataInputGroupedItemHorizontal {
    margin-right: 20px; }
  .resumeEducation input[type="text"] {
    font-size: 15px;
    height: 19px; }
  .resumeEducation input[type="tel"] {
    font-size: 15px;
    height: 19px; }
  .resumeEducation input[type="radio"] {
    position: relative;
    top: 2px; }
  .resumeEducation #EducationLevelSpan select, .resumeEducation #DegreeCountrySpan select, .resumeEducation #DegreeStateSpan select {
    width: 300px; }
  .resumeEducation #DegreeSpan input {
    width: 432px; }
  .resumeEducation #LicenseCountrySpan select {
    width: 350px; }
  @media (max-width: 320px) {
    .resumeEducation #ddlEnrollmentStatus, .resumeEducation #DegreeCountryDropDownList, .resumeEducation #DegreeStateDropDownList select {
      width: 100%; }
    .resumeEducation #LicenseCountrySpan, .resumeEducation EducationLevelSpan, .resumeEducation #DegreeCountrySpan, .resumeEducation #DegreeStateSpan {
      width: 100%; }
    .resumeEducation #LicenseCountrySpan select, .resumeEducation EducationLevelSpan select, .resumeEducation #DegreeCountrySpan select, .resumeEducation #DegreeStateSpan select {
      width: 100%; } }
  @media (max-width: 500px) {
    .resumeEducation #DegreeSpan {
      width: 100%; }
    .resumeEducation #DegreeSpan input {
      width: 90%; } }

.resumeEducationEnrollment .dataInputLabel {
  width: 170px; }

.resumeEducationDegree,
.resumeEducationCert {
  margin-bottom: 25px; }

.resumeEducationDegreeCourses,
.resumeEducationDegreeHonors,
.resumeEducationDegreeActivities {
  display: inline-block;
  width: 286px;
  vertical-align: top;
  margin-right: 20px; }

.resumeEducationDegreeGPA {
  display: inline-block;
  width: 66px;
  vertical-align: top;
  background-color: #fff;
  margin-right: 20px; }
  .resumeEducationDegreeGPA .error {
    font-size: 13px; }

.resumeEducationNCRCSInput {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px; }
  .resumeEducationNCRCSInput label {
    display: block !important;
    margin: 10px 0 5px 0;
    font-size: 15px; }
    .resumeEducationNCRCSInput label.checkbox {
      display: inline !important; }

.resumeEducationLicenceDetail,
.resumeEducationLicenceEndorsements,
.resumeEducationLicenceHeld,
.resumeEducationLicenceState,
.resumeEducationLicenceType {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px; }

.resumeEducationLicenceEndorsements {
  margin-right: 0; }

.resumeEducationLicenceHeld label,
.resumeEducationLicenceState label,
.resumeEducationLicenceType label,
.resumeEducationLicenceEndorsements label:first-child {
  display: block !important;
  margin: 10px 0 5px 0; }

.resumeEducationLicenceDisplay {
  display: block;
  margin-top: 10px; }

.resumeEducationLicenceEndorsementList td {
  padding: 0 20px 10px 0; }

.resumeEducationLicenceEndorsementList label {
  display: inline; }

.resumeEducationLanguageList,
.resumeEducationSkillList {
  max-height: 150px;
  overflow-y: scroll; }

.resumeSummary {
  margin: 10px 0; }

.resumeOptionalSection {
  margin-bottom: 10px; }

.divider {
  width: 200px;
  height: auto;
  margin-left: 20px; }

.resumeOptionalSectionList .dataInputHorizontalRadio label {
  line-height: normal;
  vertical-align: top;
  width: 200px;
  margin-bottom: 5px; }

.resumeProfile .sample {
  width: 700px; }

.resumeProfile {
  /**@media (min-width:480px){
    .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;
    }
  }
  
  @media (max-width:480px){
  .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:none;
    }
  }**/
  /*	.dataInputLabel { 
  		width:220px; 
  	}*/
  	/**@media (min-width:550px){
  	  .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{  padding-left:0px;
    padding-right:0px; }
  	}**/ }
  .resumeProfile .col-xs-1,
  .resumeProfile .col-xs-2,
  .resumeProfile .col-xs-3,
  .resumeProfile .col-xs-4,
  .resumeProfile .col-xs-5,
  .resumeProfile .col-xs-6,
  .resumeProfile .col-xs-7,
  .resumeProfile .col-xs-8,
  .resumeProfile .col-xs-9,
  .resumeProfile .col-xs-10,
  .resumeProfile .col-xs-11,
  .resumeProfile .col-xs-12,
  .resumeProfile .col-sm-1,
  .resumeProfile .col-sm-2,
  .resumeProfile .col-sm-3,
  .resumeProfile .col-sm-4,
  .resumeProfile .col-sm-5,
  .resumeProfile .col-sm-6,
  .resumeProfile .col-sm-7,
  .resumeProfile .col-sm-8,
  .resumeProfile .col-sm-9,
  .resumeProfile .col-sm-10,
  .resumeProfile .col-sm-11,
  .resumeProfile .col-sm-12,
  .resumeProfile .col-md-1,
  .resumeProfile .col-md-2,
  .resumeProfile .col-md-3,
  .resumeProfile .col-md-4,
  .resumeProfile .col-md-5,
  .resumeProfile .col-md-6,
  .resumeProfile .col-md-7,
  .resumeProfile .col-md-8,
  .resumeProfile .col-md-9,
  .resumeProfile .col-md-10,
  .resumeProfile .col-md-11,
  .resumeProfile .col-md-12 {
    padding-left: 0px;
    padding-right: 0px; }
  .resumeProfile .dataInputRow a {
    font-size: 15px;
    line-height: 22px; }
  .resumeProfile .instructionalTextBlock {
    display: block; }
  .resumeProfile .dataInputHorizontalRadio label {
    margin-left: 0; }
  .resumeProfile .alienRegistrationDetail,
  .resumeProfile .militaryServiceDetails {
    background: #efeef3;
    border: 1px solid #d9d7e4;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    padding: 10px; }
    .resumeProfile .alienRegistrationDetail input[type='text'],
    .resumeProfile .militaryServiceDetails input[type='text'] {
      background-image: none;
      background-color: #fff; }
  .resumeProfile .militaryServiceLeft {
    vertical-align: top; }
  .resumeProfile .militaryServiceRight {
    vertical-align: top; }
  .resumeProfile .resumeProfileSkillList {
    font-size: 15px; }

.resumePreferences {
  padding: 0 6px; }

.resumePreferencesJobPreferences .dataInputLabel {
  line-height: 25px; }
.resumePreferencesJobPreferences .instructionalTextBlock {
  display: inline-block;
  text-align: justify;
  vertical-align: top; }
.resumePreferencesJobPreferences .dataInputHorizontalRadio label {
  line-height: 25px; }

.resumePreferencesJobPreferences .dataInputHorizontalRadio input[type=radio],
.resumePreferencesLocation .dataInputHorizontalRadio input[type=radio] {
  position: relative;
  top: 4px; }

.resumePreferencesLocation .dataInputGroupedItemHorizontal {
  font-size: 15px; }

.resumePreferencesLocation .dataInputGroupedItemHorizontal input[type=text],
.resumePreferencesJobPreferences .dataInputGroupedItemHorizontal input[type=text] {
  height: 19px; }

.resumePreferencesLocation .dataInputGroupedItemHorizontal label,
.resumePreferencesLocation .dataInputGroupedItemHorizontal .requiredData {
  line-height: 25px; }

.resumePreferencesLocation .dataInputSelectOptionRow label {
  width: 190px;
  display: inline-block; }

.resumeReviewOptions {
  margin-bottom: 15px;
  position: relative;
  height: 26px; }

.resumeOutputOptions {
  position: absolute; }
  .resumeOutputOptions .dataInputLabel {
    width: 100px;
    line-height: 26px;
    font-size: 16px; }
  .resumeOutputOptions .dataInputField {
    margin-right: 25px; }

.resumeProductionOptions {
  right: 0;
  top: 0;
  text-align: right; }
  .resumeProductionOptions > * {
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    margin-left: 8px; }

.resumeReviewPreviewOutput {
  overflow-y: scroll;
  text-decoration: none;
  height: 500px;
  border: 1px solid #264c69; }

.LoginRegisterPanel tbody tr td #panLogin table tbody tr td .inFieldLabel label {
  margin-top: 4px; }

.findAJob .inFieldLabelStyled label {
  margin-top: 7px; }

.reviewResumeHint {
  text-align: right;
  position: relative;
  margin-bottom: 10px; }

#LanguageProficiencyTable, #LanguageProficiencyTable td, #LanguageProficiencyTable th {
  vertical-align: top;
  border: 1px solid black;
  border-collapse: collapse; }

#LanguageProficiencyTable th {
  text-align: center; }

#LanguageProficiencyTable td, #LanguageProficiencyTable th {
  padding: 4px; }

.resumeJustify {
  text-align: justify; }

.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,
.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,
.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 {
  padding-left: 0px;
  padding-right: 0px; }

#selectedQuestions {
  right: 50px;
  bottom: 5px; }

@media (max-width: 480px) {
  #RCPNavigation #RCPNavigationBottom ol li {
    width: 100%; }

  #selectedQuestions {
    width: 90%;
    right: 5px !important; }

  #selectedQuestionsInner #lbSelectedStatements {
    width: 95% !important; }

  .resumeEducation input[type="text"] {
    max-width: 275px; }

  .resumeJobList td {
    display: block;
    width: 100% !important; }
  .resumeJobList td:nth-child(2) {
    display: none; }

  .resumeEducationLicenceEndorsementList td {
    display: block;
    width: 100% !important; }

  #LanguageProficiencyTable th {
    padding: 0px !important; } }
@media (max-width: 768px) {
  #RCPNavigation #RCPNavigationBottom ol li {
    width: 50%;
    padding-right: 0px; } }
@media (max-width: 768px) {
  .resumePreviewModal .previewScrollPane {
    max-height: 500px; } }
.label-small td {
  white-space: pre-wrap !important; }

@media (max-width: 580px) {
  .navTab li a {
    min-width: 35px; } }
@media (max-width: 425px) {
  .navTab li a {
    min-width: 30px;
    font-size: 11px !important; } }
@media (max-width: 336px) {
  .navTab li a {
    font-size: 10px !important; } }
#AdditionalInformationNameRow div.col-sm-12.col-md-7 div.col-sm-12.col-md-offset-4.col-md-8 div.col-sm-8.col-md-7.clearfix span.customStyleSelectBox span.customStyleSelectBoxInner {
    width: 165px !important;
}
#RegisterStep1Panel > div:nth-child(3) > div:nth-child(8) > div:nth-child(3) > div:nth-child(2) > label:nth-child(2) {
    display: contents;
    color: #000000;
}
#SharingInformationPreferenceNote {
    font-style: italic;
}

.FocusCareer > tbody:nth-child(1) > tr:nth-child(8) > td:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > div:nth-child(1) > label:nth-child(2) {
    display: contents;
}

.FocusCareer input[type="checkbox"] {
    margin-right: 10px !important;
}

#MyAccountpopup_InfoSharingPreferenceCheckBoxLabel {
    margin-left: 6px !important;
}

#MainContent_AccountReactivation_Confirmation_ModalPanel {
    position: sticky !important;
    width: fit-content !important;
}
/*# sourceMappingURL=Focus.CareerExplorer.css.map */