/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/* line 9, ../sass/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../sass/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 41, ../sass/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 53, ../sass/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 63, ../sass/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 74, ../sass/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 85, ../sass/bootstrap/_normalize.scss */
a {
  background: transparent;
}

/* line 94, ../sass/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 105, ../sass/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 114, ../sass/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 122, ../sass/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 131, ../sass/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 140, ../sass/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 149, ../sass/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 158, ../sass/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 165, ../sass/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 169, ../sass/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 180, ../sass/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 188, ../sass/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 199, ../sass/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 207, ../sass/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 217, ../sass/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 228, ../sass/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../sass/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 262, ../sass/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 274, ../sass/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 289, ../sass/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 299, ../sass/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 308, ../sass/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 318, ../sass/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 331, ../sass/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 343, ../sass/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 353, ../sass/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 367, ../sass/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 375, ../sass/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 386, ../sass/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 395, ../sass/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 404, ../sass/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 415, ../sass/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../sass/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

@media print {
  /* line 8, ../sass/bootstrap/_print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 16, ../sass/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 20, ../sass/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 24, ../sass/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 30, ../sass/bootstrap/_print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 35, ../sass/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 40, ../sass/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 45, ../sass/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 49, ../sass/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 55, ../sass/bootstrap/_print.scss */
  p,
  h2,
  h3,
  .wrap-news-list h4 {
    orphans: 3;
    widows: 3;
  }

  /* line 61, ../sass/bootstrap/_print.scss */
  h2,
  h3,
  .wrap-news-list h4 {
    page-break-after: avoid;
  }

  /* line 67, ../sass/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 72, ../sass/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, ../sass/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 83, ../sass/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 87, ../sass/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 91, ../sass/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 96, ../sass/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 11, ../sass/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, ../sass/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../sass/bootstrap/_scaffolding.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../sass/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #474747;
  background-color: white;
}

/* line 39, ../sass/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../sass/bootstrap/_scaffolding.scss */
a {
  color: #de008d;
  text-decoration: none;
}
/* line 53, ../sass/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #92005c;
  text-decoration: underline;
}
/* line 58, ../sass/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../sass/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../sass/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../sass/bootstrap/_scaffolding.scss */
.img-responsive, img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../sass/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../sass/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../sass/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../sass/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../sass/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 10, ../sass/bootstrap/_type.scss */
h1, h2, h3, .wrap-news-list h4, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 17, ../sass/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small, .wrap-news-list h4 small,
h3 .small,
.wrap-news-list h4 .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: #999999;
}

/* line 26, ../sass/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3,
.wrap-news-list h4, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 31, ../sass/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
.wrap-news-list h4 small,
h3 .small,
.wrap-news-list h4 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 37, ../sass/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 42, ../sass/bootstrap/_type.scss */
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%;
}

/* line 47, ../sass/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../sass/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../sass/bootstrap/_type.scss */
h3, .wrap-news-list h4, .h3 {
  font-size: 24px;
}

/* line 50, ../sass/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../sass/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../sass/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../sass/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../sass/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../sass/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 79, ../sass/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 82, ../sass/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 85, ../sass/bootstrap/_type.scss */
.text-left, .spotlight-container .panel--body ul, .content-layer-container section ul {
  text-align: left;
}

/* line 86, ../sass/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 87, ../sass/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 88, ../sass/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 91, ../sass/bootstrap/_type.scss */
.text-muted {
  color: #999999;
}

/* line 607, ../sass/bootstrap/_mixins.scss */
.text-primary {
  color: #de008d;
}

/* line 610, ../sass/bootstrap/_mixins.scss */
a.text-primary:hover {
  color: #ab006d;
}

/* line 607, ../sass/bootstrap/_mixins.scss */
.text-success {
  color: #3c763d;
}

/* line 610, ../sass/bootstrap/_mixins.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 607, ../sass/bootstrap/_mixins.scss */
.text-info {
  color: #31708f;
}

/* line 610, ../sass/bootstrap/_mixins.scss */
a.text-info:hover {
  color: #245269;
}

/* line 607, ../sass/bootstrap/_mixins.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 610, ../sass/bootstrap/_mixins.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 607, ../sass/bootstrap/_mixins.scss */
.text-danger {
  color: #a94442;
}

/* line 610, ../sass/bootstrap/_mixins.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 108, ../sass/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 595, ../sass/bootstrap/_mixins.scss */
.bg-primary {
  background-color: #de008d;
}

/* line 598, ../sass/bootstrap/_mixins.scss */
a.bg-primary:hover {
  background-color: #ab006d;
}

/* line 595, ../sass/bootstrap/_mixins.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 598, ../sass/bootstrap/_mixins.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 595, ../sass/bootstrap/_mixins.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 598, ../sass/bootstrap/_mixins.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 595, ../sass/bootstrap/_mixins.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 598, ../sass/bootstrap/_mixins.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 595, ../sass/bootstrap/_mixins.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 598, ../sass/bootstrap/_mixins.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 127, ../sass/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 139, ../sass/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 143, ../sass/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 151, ../sass/bootstrap/_type.scss */
.list-unstyled, .list-inline, .spotlight-container .panel--body ul, .content-layer-container section ul, .breadcrumb-container .breadcrumb ol, .col-left-rail .secondary-nav-container ul, .wrap-news-list ul, .wrap-news-details ul {
  padding-left: 0;
  list-style: none;
}

/* line 160, ../sass/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 165, ../sass/bootstrap/_type.scss */
.list-inline > li:first-child {
  padding-left: 0;
}

/* line 172, ../sass/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 177, ../sass/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 180, ../sass/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 183, ../sass/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 194, ../sass/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 201, ../sass/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
  /* line 21, ../sass/bootstrap/_mixins.scss */
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  /* line 25, ../sass/bootstrap/_mixins.scss */
  .dl-horizontal dd:after {
    clear: both;
  }
}
/* line 214, ../sass/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 218, ../sass/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 224, ../sass/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 233, ../sass/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 242, ../sass/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}
/* line 248, ../sass/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 258, ../sass/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right,
.wb blockquote.wb-leftcolumn {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 269, ../sass/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
.wb blockquote.wb-leftcolumn footer:before,
blockquote.pull-right small:before,
.wb blockquote.wb-leftcolumn small:before,
blockquote.pull-right .small:before,
.wb blockquote.wb-leftcolumn .small:before {
  content: '';
}
/* line 270, ../sass/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
.wb blockquote.wb-leftcolumn footer:after,
blockquote.pull-right small:after,
.wb blockquote.wb-leftcolumn small:after,
blockquote.pull-right .small:after,
.wb blockquote.wb-leftcolumn .small:after {
  content: '\00A0 \2014';
}

/* line 278, ../sass/bootstrap/_type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 283, ../sass/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 10, ../sass/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../sass/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0px;
}

/* line 25, ../sass/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 35, ../sass/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #474747;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
/* line 49, ../sass/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 60, ../sass/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../sass/bootstrap/_grid.scss */
.container, .spotlight-container .panel, .spotlight-container .panel--body, .breadcrumb-container .breadcrumb, .job-search-container .job-search-inner, .one-column .main-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.container:before, .spotlight-container .panel:before, .spotlight-container .panel--body:before, .breadcrumb-container .breadcrumb:before, .job-search-container .job-search-inner:before, .one-column .main-content:before, .container:after, .spotlight-container .panel:after, .spotlight-container .panel--body:after, .breadcrumb-container .breadcrumb:after, .job-search-container .job-search-inner:after, .one-column .main-content:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.container:after, .spotlight-container .panel:after, .spotlight-container .panel--body:after, .breadcrumb-container .breadcrumb:after, .job-search-container .job-search-inner:after, .one-column .main-content:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container, .spotlight-container .panel, .spotlight-container .panel--body, .breadcrumb-container .breadcrumb, .job-search-container .job-search-inner, .one-column .main-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container, .spotlight-container .panel, .spotlight-container .panel--body, .breadcrumb-container .breadcrumb, .job-search-container .job-search-inner, .one-column .main-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container, .spotlight-container .panel, .spotlight-container .panel--body, .breadcrumb-container .breadcrumb, .job-search-container .job-search-inner, .one-column .main-content {
    width: 1170px;
  }
}

/* line 30, ../sass/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../sass/bootstrap/_grid.scss */
.row, .breadcrumb-container .breadcrumb nav {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.row:before, .breadcrumb-container .breadcrumb nav:before, .row:after, .breadcrumb-container .breadcrumb nav:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.row:after, .breadcrumb-container .breadcrumb nav:after {
  clear: both;
}

/* line 800, ../sass/bootstrap/_mixins.scss */
.col-xs-12, .spotlight-container.spotlight_width_full-container .panel, .spotlight-container.spotlight_top-banner-container .panel, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .wb .wb-leftcolumn, .job-details .col-content, .col-md-8, .page-footer .disclaimer + ul, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .employe-links, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .wb .wb-rightcolumn, .job-details .col-right-rail, .col-md-4, .page-footer .disclaimer, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 819, ../sass/bootstrap/_mixins.scss */
.col-xs-12, .spotlight-container.spotlight_width_full-container .panel, .spotlight-container.spotlight_top-banner-container .panel, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left;
}

/* line 827, ../sass/bootstrap/_mixins.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 827, ../sass/bootstrap/_mixins.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 827, ../sass/bootstrap/_mixins.scss */
.col-xs-3 {
  width: 25%;
}

/* line 827, ../sass/bootstrap/_mixins.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 827, ../sass/bootstrap/_mixins.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 827, ../sass/bootstrap/_mixins.scss */
.col-xs-6 {
  width: 50%;
}

/* line 827, ../sass/bootstrap/_mixins.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 827, ../sass/bootstrap/_mixins.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 827, ../sass/bootstrap/_mixins.scss */
.col-xs-9 {
  width: 75%;
}

/* line 827, ../sass/bootstrap/_mixins.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 827, ../sass/bootstrap/_mixins.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 827, ../sass/bootstrap/_mixins.scss */
.col-xs-12, .spotlight-container.spotlight_width_full-container .panel, .spotlight-container.spotlight_top-banner-container .panel {
  width: 100%;
}

/* line 837, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-0 {
  right: 0%;
}

/* line 837, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 837, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 837, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 837, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 837, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 837, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 837, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 837, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 837, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 837, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 837, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 837, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 832, ../sass/bootstrap/_mixins.scss */
.col-xs-push-0 {
  left: 0%;
}

/* line 832, ../sass/bootstrap/_mixins.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 832, ../sass/bootstrap/_mixins.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 832, ../sass/bootstrap/_mixins.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 832, ../sass/bootstrap/_mixins.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 832, ../sass/bootstrap/_mixins.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 832, ../sass/bootstrap/_mixins.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 832, ../sass/bootstrap/_mixins.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 832, ../sass/bootstrap/_mixins.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 832, ../sass/bootstrap/_mixins.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 832, ../sass/bootstrap/_mixins.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 832, ../sass/bootstrap/_mixins.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 832, ../sass/bootstrap/_mixins.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 842, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 842, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 842, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 842, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 842, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 842, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 842, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 842, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 842, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 842, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 842, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 842, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 842, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 819, ../sass/bootstrap/_mixins.scss */
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .wb .wb-leftcolumn, .job-details .col-content, .col-sm-7, .col-sm-6, .col-sm-5, .employe-links, .col-sm-4, .wb .wb-rightcolumn, .job-details .col-right-rail, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-sm-4, .wb .wb-rightcolumn, .job-details .col-right-rail {
    width: 33.33333%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-sm-5, .employe-links {
    width: 41.66667%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-sm-8, .wb .wb-leftcolumn, .job-details .col-content {
    width: 66.66667%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-0 {
    right: 0%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-0 {
    left: 0%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 819, ../sass/bootstrap/_mixins.scss */
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .page-footer .disclaimer + ul, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .page-footer .disclaimer, .col-md-3, .col-md-2, .col-md-1 {
    float: left;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-md-4, .page-footer .disclaimer {
    width: 33.33333%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-md-8, .page-footer .disclaimer + ul {
    width: 66.66667%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-0 {
    right: 0%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-md-push-0 {
    left: 0%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 819, ../sass/bootstrap/_mixins.scss */
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-0 {
    right: 0%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 837, ../sass/bootstrap/_mixins.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-0 {
    left: 0%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 832, ../sass/bootstrap/_mixins.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 842, ../sass/bootstrap/_mixins.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../sass/bootstrap/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
}

/* line 10, ../sass/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 17, ../sass/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}
/* line 26, ../sass/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
/* line 35, ../sass/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
/* line 45, ../sass/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 51, ../sass/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
/* line 56, ../sass/bootstrap/_tables.scss */
.table .table {
  background-color: white;
}

/* line 70, ../sass/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 82, ../sass/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dddddd;
}
/* line 89, ../sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
/* line 96, ../sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 110, ../sass/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 124, ../sass/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}

/* line 135, ../sass/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../sass/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 451, ../sass/bootstrap/_mixins.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

/* line 462, ../sass/bootstrap/_mixins.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 451, ../sass/bootstrap/_mixins.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 462, ../sass/bootstrap/_mixins.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 451, ../sass/bootstrap/_mixins.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 462, ../sass/bootstrap/_mixins.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 451, ../sass/bootstrap/_mixins.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 462, ../sass/bootstrap/_mixins.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 451, ../sass/bootstrap/_mixins.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 462, ../sass/bootstrap/_mixins.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  /* line 172, ../sass/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  /* line 182, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 199, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 10, ../sass/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../sass/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #474747;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../sass/bootstrap/_forms.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 46, ../sass/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../sass/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 59, ../sass/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../sass/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, ../sass/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 78, ../sass/bootstrap/_forms.scss */
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;
}

/* line 83, ../sass/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, ../sass/bootstrap/_forms.scss */
.form-control, .wb-entry-add-comment textarea,
.wb-entry-add-comment input[type="text"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid white;
  border-radius: 0px;
  -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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 909, ../sass/bootstrap/_mixins.scss */
.form-control:focus, .wb-entry-add-comment textarea:focus,
.wb-entry-add-comment input[type="text"]:focus {
  border-color: #66afe9;
  outline: 0;
  -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);
}
/* line 57, ../sass/bootstrap/_mixins.scss */
.form-control:-moz-placeholder, .wb-entry-add-comment textarea:-moz-placeholder,
.wb-entry-add-comment input[type="text"]:-moz-placeholder {
  color: #999999;
}
/* line 58, ../sass/bootstrap/_mixins.scss */
.form-control::-moz-placeholder, .wb-entry-add-comment textarea::-moz-placeholder,
.wb-entry-add-comment input[type="text"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
/* line 60, ../sass/bootstrap/_mixins.scss */
.form-control:-ms-input-placeholder, .wb-entry-add-comment textarea:-ms-input-placeholder,
.wb-entry-add-comment input[type="text"]:-ms-input-placeholder {
  color: #999999;
}
/* line 61, ../sass/bootstrap/_mixins.scss */
.form-control::-webkit-input-placeholder, .wb-entry-add-comment textarea::-webkit-input-placeholder,
.wb-entry-add-comment input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}
/* line 141, ../sass/bootstrap/_forms.scss */
.form-control[disabled], .wb-entry-add-comment textarea[disabled],
.wb-entry-add-comment input[disabled][type="text"], .form-control[readonly], .wb-entry-add-comment textarea[readonly],
.wb-entry-add-comment input[readonly][type="text"], fieldset[disabled] .form-control, fieldset[disabled] .wb-entry-add-comment textarea, .wb-entry-add-comment fieldset[disabled] textarea,
fieldset[disabled] .wb-entry-add-comment input[type="text"],
.wb-entry-add-comment fieldset[disabled] input[type="text"] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 151, ../sass/bootstrap/_forms.scss */
textarea.form-control, .wb-entry-add-comment textarea {
  height: auto;
}

/* line 159, ../sass/bootstrap/_forms.scss */
input[type="date"] {
  line-height: 34px;
}

/* line 169, ../sass/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 179, ../sass/bootstrap/_forms.scss */
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
/* line 185, ../sass/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

/* line 194, ../sass/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 199, ../sass/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 205, ../sass/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 214, ../sass/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 229, ../sass/bootstrap/_forms.scss */
input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 924, ../sass/bootstrap/_mixins.scss */
.input-sm, .input-group-sm > .form-control, .wb-entry-add-comment .input-group-sm > textarea,
.wb-entry-add-comment .input-group-sm > input[type="text"],
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 932, ../sass/bootstrap/_mixins.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 938, ../sass/bootstrap/_mixins.scss */
textarea.input-sm, .input-group-sm > textarea.form-control, .wb-entry-add-comment .input-group-sm > textarea,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 924, ../sass/bootstrap/_mixins.scss */
.input-lg, .input-group-lg > .form-control, .wb-entry-add-comment .input-group-lg > textarea,
.wb-entry-add-comment .input-group-lg > input[type="text"],
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 932, ../sass/bootstrap/_mixins.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 938, ../sass/bootstrap/_mixins.scss */
textarea.input-lg, .input-group-lg > textarea.form-control, .wb-entry-add-comment .input-group-lg > textarea,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 249, ../sass/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 254, ../sass/bootstrap/_forms.scss */
.has-feedback .form-control, .has-feedback .wb-entry-add-comment textarea, .wb-entry-add-comment .has-feedback textarea,
.has-feedback .wb-entry-add-comment input[type="text"],
.wb-entry-add-comment .has-feedback input[type="text"] {
  padding-right: 42.5px;
}
/* line 259, ../sass/bootstrap/_forms.scss */
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

/* line 869, ../sass/bootstrap/_mixins.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
/* line 873, ../sass/bootstrap/_mixins.scss */
.has-success .form-control, .has-success .wb-entry-add-comment textarea, .wb-entry-add-comment .has-success textarea,
.has-success .wb-entry-add-comment input[type="text"],
.wb-entry-add-comment .has-success input[type="text"] {
  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);
}
/* line 876, ../sass/bootstrap/_mixins.scss */
.has-success .form-control:focus, .has-success .wb-entry-add-comment textarea:focus, .wb-entry-add-comment .has-success textarea:focus,
.has-success .wb-entry-add-comment input[type="text"]:focus,
.wb-entry-add-comment .has-success input[type="text"]: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;
}
/* line 883, ../sass/bootstrap/_mixins.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 889, ../sass/bootstrap/_mixins.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 869, ../sass/bootstrap/_mixins.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
/* line 873, ../sass/bootstrap/_mixins.scss */
.has-warning .form-control, .has-warning .wb-entry-add-comment textarea, .wb-entry-add-comment .has-warning textarea,
.has-warning .wb-entry-add-comment input[type="text"],
.wb-entry-add-comment .has-warning input[type="text"] {
  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);
}
/* line 876, ../sass/bootstrap/_mixins.scss */
.has-warning .form-control:focus, .has-warning .wb-entry-add-comment textarea:focus, .wb-entry-add-comment .has-warning textarea:focus,
.has-warning .wb-entry-add-comment input[type="text"]:focus,
.wb-entry-add-comment .has-warning input[type="text"]: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;
}
/* line 883, ../sass/bootstrap/_mixins.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 889, ../sass/bootstrap/_mixins.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 869, ../sass/bootstrap/_mixins.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
/* line 873, ../sass/bootstrap/_mixins.scss */
.has-error .form-control, .has-error .wb-entry-add-comment textarea, .wb-entry-add-comment .has-error textarea,
.has-error .wb-entry-add-comment input[type="text"],
.wb-entry-add-comment .has-error input[type="text"] {
  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);
}
/* line 876, ../sass/bootstrap/_mixins.scss */
.has-error .form-control:focus, .has-error .wb-entry-add-comment textarea:focus, .wb-entry-add-comment .has-error textarea:focus,
.has-error .wb-entry-add-comment input[type="text"]:focus,
.wb-entry-add-comment .has-error input[type="text"]: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;
}
/* line 883, ../sass/bootstrap/_mixins.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 889, ../sass/bootstrap/_mixins.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 288, ../sass/bootstrap/_forms.scss */
.form-control-static {
  margin-bottom: 0;
}

/* line 298, ../sass/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #878787;
}

@media (min-width: 768px) {
  /* line 323, ../sass/bootstrap/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 330, ../sass/bootstrap/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control, .form-inline .wb-entry-add-comment textarea, .wb-entry-add-comment .form-inline textarea, .navbar-form .wb-entry-add-comment textarea, .wb-entry-add-comment .navbar-form textarea,
  .form-inline .wb-entry-add-comment input[type="text"],
  .wb-entry-add-comment .form-inline input[type="text"],
  .navbar-form .wb-entry-add-comment input[type="text"],
  .wb-entry-add-comment .navbar-form input[type="text"] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 336, ../sass/bootstrap/_forms.scss */
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 345, ../sass/bootstrap/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  /* line 353, ../sass/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  /* line 362, ../sass/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 381, ../sass/bootstrap/_forms.scss */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 389, ../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 394, ../sass/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.form-horizontal .form-group:after {
  clear: both;
}
/* line 398, ../sass/bootstrap/_forms.scss */
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  /* line 404, ../sass/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}
/* line 413, ../sass/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

/* line 9, ../sass/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 22, ../sass/bootstrap/_buttons.scss */
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 27, ../sass/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333333;
  text-decoration: none;
}
/* line 33, ../sass/bootstrap/_buttons.scss */
.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);
}
/* line 41, ../sass/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 53, ../sass/bootstrap/_buttons.scss */
.btn-default {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #cccccc;
}
/* line 510, ../sass/bootstrap/_mixins.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333333;
  background-color: #dedede;
  border-color: #adadad;
}
/* line 515, ../sass/bootstrap/_mixins.scss */
.open .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #dedede;
  border-color: #adadad;
}
/* line 521, ../sass/bootstrap/_mixins.scss */
.btn-default:active, .btn-default.active {
  background-image: none;
}
/* line 524, ../sass/bootstrap/_mixins.scss */
.open .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 534, ../sass/bootstrap/_mixins.scss */
.btn-default.disabled, .btn-default.disabled:hover, .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]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #f2f2f2;
  border-color: #cccccc;
}
/* line 540, ../sass/bootstrap/_mixins.scss */
.btn-default .badge {
  color: #f2f2f2;
  background-color: #333333;
}

/* line 56, ../sass/bootstrap/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #de008d;
  border-color: #c5007d;
}
/* line 510, ../sass/bootstrap/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: white;
  background-color: #b50073;
  border-color: #870056;
}
/* line 515, ../sass/bootstrap/_mixins.scss */
.open .btn-primary.dropdown-toggle {
  color: white;
  background-color: #b50073;
  border-color: #870056;
}
/* line 521, ../sass/bootstrap/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
/* line 524, ../sass/bootstrap/_mixins.scss */
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 534, ../sass/bootstrap/_mixins.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .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]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #de008d;
  border-color: #c5007d;
}
/* line 540, ../sass/bootstrap/_mixins.scss */
.btn-primary .badge {
  color: #de008d;
  background-color: white;
}

/* line 60, ../sass/bootstrap/_buttons.scss */
.btn-success {
  color: white;
  background-color: #de008d;
  border-color: #c5007d;
}
/* line 510, ../sass/bootstrap/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: white;
  background-color: #b50073;
  border-color: #870056;
}
/* line 515, ../sass/bootstrap/_mixins.scss */
.open .btn-success.dropdown-toggle {
  color: white;
  background-color: #b50073;
  border-color: #870056;
}
/* line 521, ../sass/bootstrap/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-image: none;
}
/* line 524, ../sass/bootstrap/_mixins.scss */
.open .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 534, ../sass/bootstrap/_mixins.scss */
.btn-success.disabled, .btn-success.disabled:hover, .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]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #de008d;
  border-color: #c5007d;
}
/* line 540, ../sass/bootstrap/_mixins.scss */
.btn-success .badge {
  color: #de008d;
  background-color: white;
}

/* line 64, ../sass/bootstrap/_buttons.scss */
.btn-info, .wrap-news-list .news-link a {
  color: white;
  background-color: #8d9db0;
  border-color: #7e90a6;
}
/* line 510, ../sass/bootstrap/_mixins.scss */
.btn-info:hover, .wrap-news-list .news-link a:hover, .btn-info:focus, .wrap-news-list .news-link a:focus, .btn-info:active, .wrap-news-list .news-link a:active, .btn-info.active, .wrap-news-list .news-link a.active {
  color: white;
  background-color: #75889f;
  border-color: #5e7188;
}
/* line 515, ../sass/bootstrap/_mixins.scss */
.open .btn-info.dropdown-toggle, .open .wrap-news-list .news-link a.dropdown-toggle, .wrap-news-list .news-link .open a.dropdown-toggle {
  color: white;
  background-color: #75889f;
  border-color: #5e7188;
}
/* line 521, ../sass/bootstrap/_mixins.scss */
.btn-info:active, .wrap-news-list .news-link a:active, .btn-info.active, .wrap-news-list .news-link a.active {
  background-image: none;
}
/* line 524, ../sass/bootstrap/_mixins.scss */
.open .btn-info.dropdown-toggle, .open .wrap-news-list .news-link a.dropdown-toggle, .wrap-news-list .news-link .open a.dropdown-toggle {
  background-image: none;
}
/* line 534, ../sass/bootstrap/_mixins.scss */
.btn-info.disabled, .wrap-news-list .news-link a.disabled, .btn-info.disabled:hover, .wrap-news-list .news-link a.disabled:hover, .btn-info.disabled:focus, .wrap-news-list .news-link a.disabled:focus, .btn-info.disabled:active, .wrap-news-list .news-link a.disabled:active, .btn-info.disabled.active, .wrap-news-list .news-link a.disabled.active, .btn-info[disabled], .wrap-news-list .news-link a[disabled], .btn-info[disabled]:hover, .wrap-news-list .news-link a[disabled]:hover, .btn-info[disabled]:focus, .wrap-news-list .news-link a[disabled]:focus, .btn-info[disabled]:active, .wrap-news-list .news-link a[disabled]:active, .btn-info[disabled].active, .wrap-news-list .news-link a[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .wrap-news-list .news-link a, .wrap-news-list .news-link fieldset[disabled] a, fieldset[disabled] .btn-info:hover, fieldset[disabled] .wrap-news-list .news-link a:hover, .wrap-news-list .news-link fieldset[disabled] a:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .wrap-news-list .news-link a:focus, .wrap-news-list .news-link fieldset[disabled] a:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .wrap-news-list .news-link a:active, .wrap-news-list .news-link fieldset[disabled] a:active, fieldset[disabled] .btn-info.active, fieldset[disabled] .wrap-news-list .news-link a.active, .wrap-news-list .news-link fieldset[disabled] a.active {
  background-color: #8d9db0;
  border-color: #7e90a6;
}
/* line 540, ../sass/bootstrap/_mixins.scss */
.btn-info .badge, .wrap-news-list .news-link a .badge {
  color: #8d9db0;
  background-color: white;
}

/* line 68, ../sass/bootstrap/_buttons.scss */
.btn-warning {
  color: white;
  background-color: #f89406;
  border-color: #df8505;
}
/* line 510, ../sass/bootstrap/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: white;
  background-color: #d07c05;
  border-color: #a36104;
}
/* line 515, ../sass/bootstrap/_mixins.scss */
.open .btn-warning.dropdown-toggle {
  color: white;
  background-color: #d07c05;
  border-color: #a36104;
}
/* line 521, ../sass/bootstrap/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
/* line 524, ../sass/bootstrap/_mixins.scss */
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 534, ../sass/bootstrap/_mixins.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .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]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f89406;
  border-color: #df8505;
}
/* line 540, ../sass/bootstrap/_mixins.scss */
.btn-warning .badge {
  color: #f89406;
  background-color: white;
}

/* line 72, ../sass/bootstrap/_buttons.scss */
.btn-danger {
  color: white;
  background-color: #9d261d;
  border-color: #872119;
}
/* line 510, ../sass/bootstrap/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: white;
  background-color: #7b1e17;
  border-color: #54140f;
}
/* line 515, ../sass/bootstrap/_mixins.scss */
.open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #7b1e17;
  border-color: #54140f;
}
/* line 521, ../sass/bootstrap/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
/* line 524, ../sass/bootstrap/_mixins.scss */
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 534, ../sass/bootstrap/_mixins.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .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]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #9d261d;
  border-color: #872119;
}
/* line 540, ../sass/bootstrap/_mixins.scss */
.btn-danger .badge {
  color: #9d261d;
  background-color: white;
}

/* line 81, ../sass/bootstrap/_buttons.scss */
.btn-link {
  color: #de008d;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
/* line 90, ../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 97, ../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 101, ../sass/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #92005c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 109, ../sass/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

/* line 120, ../sass/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 124, ../sass/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 128, ../sass/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 136, ../sass/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 144, ../sass/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 152, ../sass/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../sass/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../sass/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../sass/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 20, ../sass/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 24, ../sass/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("bootstrap/glyphicons-halflings-regular.eot");
  src: url("bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* line 21, ../sass/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 34, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 35, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 36, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 37, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 38, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 39, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 40, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 41, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 42, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 43, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 44, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 45, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 46, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 47, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 48, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 49, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 50, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 51, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 52, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 53, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 54, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 55, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 56, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 57, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 58, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 59, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 60, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 61, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 62, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 63, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 64, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 65, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 66, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 67, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 68, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 69, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 70, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 71, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 72, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 73, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 74, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 75, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 76, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 77, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 78, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 79, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 80, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 81, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 82, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 83, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 84, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 85, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 86, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 87, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 88, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 89, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 90, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 91, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 92, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 93, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 94, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 95, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 96, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 97, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 98, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 99, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 100, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 101, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 102, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 103, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 104, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 105, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 106, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 107, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 108, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 109, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 110, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 111, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 112, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 113, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 114, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 115, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 116, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 117, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 118, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 119, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 120, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 121, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 122, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 123, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 124, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 125, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 126, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 127, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 128, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 129, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 130, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 131, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 132, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 133, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 134, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 135, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 136, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 137, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 138, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 139, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 140, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 141, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 142, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 143, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 144, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 145, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 146, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 147, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 148, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 149, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 150, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 151, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 152, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 153, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 154, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 155, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 156, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 157, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 158, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 159, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 160, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 161, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 162, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 163, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 164, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 165, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 166, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 167, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 168, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 169, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 170, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 171, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 172, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 173, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 174, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 175, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 176, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 177, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 178, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 179, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 180, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 181, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 182, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 183, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 184, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 185, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 186, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 187, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 188, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 189, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 190, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 191, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 192, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 193, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 194, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 195, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 196, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 197, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 198, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 199, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 200, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 201, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 202, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 203, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 204, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 205, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 206, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 207, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 208, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 209, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 210, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 211, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 212, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 213, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 214, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 215, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 216, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 217, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 218, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 219, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 220, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 221, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 222, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 223, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 224, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 225, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 226, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 227, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 228, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 229, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 230, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 231, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 232, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 233, ../sass/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 7, ../sass/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, ../sass/bootstrap/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 24, ../sass/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -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;
}
/* line 51, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right, .wb .dropdown-menu.wb-leftcolumn {
  right: 0;
  left: auto;
}
/* line 57, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 62, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  color: #474747;
  white-space: nowrap;
}

/* line 77, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #3b3b3b;
  background-color: whitesmoke;
}

/* line 88, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #de008d;
}

/* line 103, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 110, ../sass/bootstrap/_dropdowns.scss */
.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;
}

/* line 122, ../sass/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 127, ../sass/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 136, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 146, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 152, ../sass/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999;
}

/* line 161, ../sass/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 171, ../sass/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu, .wb .wb-leftcolumn > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 184, ../sass/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
/* line 190, ../sass/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 204, ../sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, ../sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 7, ../sass/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 18, ../sass/bootstrap/_button-groups.scss */
.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;
}
/* line 21, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

/* line 33, ../sass/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 39, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 44, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 49, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 54, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 59, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 61, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 67, ../sass/bootstrap/_button-groups.scss */
.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;
}

/* line 72, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 75, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 80, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 84, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 90, ../sass/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 108, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 112, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 119, ../sass/bootstrap/_button-groups.scss */
.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);
}
/* line 123, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 130, ../sass/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 134, ../sass/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 139, ../sass/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 150, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 160, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 168, ../sass/bootstrap/_button-groups.scss */
.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;
}

/* line 175, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 178, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 182, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 187, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 192, ../sass/bootstrap/_button-groups.scss */
.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;
}

/* line 196, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 205, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 211, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 216, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 224, ../sass/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

/* line 7, ../sass/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../sass/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../sass/bootstrap/_input-groups.scss */
.input-group .form-control, .input-group .wb-entry-add-comment textarea, .wb-entry-add-comment .input-group textarea,
.input-group .wb-entry-add-comment input[type="text"],
.wb-entry-add-comment .input-group input[type="text"] {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 47, ../sass/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .wb-entry-add-comment textarea,
.wb-entry-add-comment .input-group textarea,
.input-group .wb-entry-add-comment input[type="text"],
.wb-entry-add-comment .input-group input[type="text"] {
  display: table-cell;
}
/* line 50, ../sass/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .wb-entry-add-comment textarea:not(:first-child):not(:last-child),
.wb-entry-add-comment .input-group textarea:not(:first-child):not(:last-child),
.input-group .wb-entry-add-comment input[type="text"]:not(:first-child):not(:last-child),
.wb-entry-add-comment .input-group input[type="text"]:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 56, ../sass/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 64, ../sass/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid white;
  border-radius: 0px;
}
/* line 76, ../sass/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 81, ../sass/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 89, ../sass/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 101, ../sass/bootstrap/_input-groups.scss */
.input-group .form-control:first-child, .input-group .wb-entry-add-comment textarea:first-child, .wb-entry-add-comment .input-group textarea:first-child,
.input-group .wb-entry-add-comment input[type="text"]:first-child,
.wb-entry-add-comment .input-group input[type="text"]:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 104, ../sass/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 113, ../sass/bootstrap/_input-groups.scss */
.input-group .form-control:last-child, .input-group .wb-entry-add-comment textarea:last-child, .wb-entry-add-comment .input-group textarea:last-child,
.input-group .wb-entry-add-comment input[type="text"]:last-child,
.wb-entry-add-comment .input-group input[type="text"]:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 116, ../sass/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 122, ../sass/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 131, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 133, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 139, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 147, ../sass/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 153, ../sass/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 9, ../sass/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.nav:after {
  clear: both;
}
/* line 15, ../sass/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../sass/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 24, ../sass/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../sass/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #999999;
}
/* line 35, ../sass/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 48, ../sass/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #de008d;
}
/* line 59, ../sass/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../sass/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../sass/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
/* line 78, ../sass/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
/* line 89, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
/* line 98, ../sass/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../sass/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../sass/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 0;
}
/* line 125, ../sass/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 133, ../sass/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #de008d;
}

/* line 144, ../sass/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../sass/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../sass/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../sass/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../sass/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../sass/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../sass/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../sass/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
/* line 201, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  /* line 206, ../sass/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  /* line 212, ../sass/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

/* line 224, ../sass/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../sass/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../sass/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../sass/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../sass/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 0;
  }
}

/* line 21, ../sass/bootstrap/_mixins.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../sass/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../sass/bootstrap/_navbar.scss */
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 60, ../sass/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 69, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 76, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 84, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 99, ../sass/bootstrap/_navbar.scss */
.container > .navbar-header, .spotlight-container .panel > .navbar-header, .spotlight-container .panel--body > .navbar-header, .breadcrumb-container .breadcrumb > .navbar-header, .job-search-container .job-search-inner > .navbar-header, .one-column .main-content > .navbar-header,
.container > .navbar-collapse,
.spotlight-container .panel > .navbar-collapse,
.spotlight-container .panel--body > .navbar-collapse,
.breadcrumb-container .breadcrumb > .navbar-collapse,
.job-search-container .job-search-inner > .navbar-collapse,
.one-column .main-content > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 99, ../sass/bootstrap/_navbar.scss */
  .container > .navbar-header, .spotlight-container .panel > .navbar-header, .spotlight-container .panel--body > .navbar-header, .breadcrumb-container .breadcrumb > .navbar-header, .job-search-container .job-search-inner > .navbar-header, .one-column .main-content > .navbar-header,
  .container > .navbar-collapse,
  .spotlight-container .panel > .navbar-collapse,
  .spotlight-container .panel--body > .navbar-collapse,
  .breadcrumb-container .breadcrumb > .navbar-collapse,
  .job-search-container .job-search-inner > .navbar-collapse,
  .one-column .main-content > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 118, ../sass/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 118, ../sass/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 129, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 129, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 140, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 144, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 153, ../sass/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 161, ../sass/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  /* line 167, ../sass/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .spotlight-container .navbar > .panel .navbar-brand, .spotlight-container .navbar > .panel--body .navbar-brand, .breadcrumb-container .navbar > .breadcrumb .navbar-brand, .job-search-container .navbar > .job-search-inner .navbar-brand, .one-column .navbar > .main-content .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 179, ../sass/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
/* line 192, ../sass/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: none;
}
/* line 197, ../sass/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 203, ../sass/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 179, ../sass/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 218, ../sass/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 221, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 229, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 238, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 241, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 244, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 218, ../sass/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 256, ../sass/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 258, ../sass/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 264, ../sass/bootstrap/_navbar.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  /* line 278, ../sass/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 281, ../sass/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
  }
}
/* line 292, ../sass/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  /* line 304, ../sass/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 292, ../sass/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 324, ../sass/bootstrap/_navbar.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

/* line 334, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 339, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 348, ../sass/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 351, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 354, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 364, ../sass/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 364, ../sass/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  /* line 373, ../sass/bootstrap/_navbar.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

/* line 383, ../sass/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 387, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777777;
}
/* line 390, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 396, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777777;
}
/* line 401, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
/* line 405, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
/* line 413, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
/* line 421, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
/* line 428, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
/* line 431, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
/* line 434, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
/* line 440, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 450, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  /* line 459, ../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 462, ../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  /* line 470, ../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  /* line 478, ../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 492, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777777;
}
/* line 494, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333333;
}

/* line 503, ../sass/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}
/* line 507, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #999999;
}
/* line 510, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
/* line 516, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}
/* line 521, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
/* line 525, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
/* line 533, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}
/* line 541, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
/* line 549, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
/* line 552, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
/* line 555, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
/* line 561, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 570, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: white;
}
@media (max-width: 767px) {
  /* line 579, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 582, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 585, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  /* line 588, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  /* line 596, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #090909;
  }
  /* line 604, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 613, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}
/* line 615, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: white;
}

/* line 4, ../sass/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
/* line 10, ../sass/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 13, ../sass/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #de008d;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
/* line 26, ../sass/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 33, ../sass/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* line 42, ../sass/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #92005c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
/* line 53, ../sass/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #de008d;
  border-color: #de008d;
  cursor: default;
}
/* line 68, ../sass/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}

/* line 560, ../sass/bootstrap/_mixins.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
/* line 566, ../sass/bootstrap/_mixins.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 572, ../sass/bootstrap/_mixins.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 560, ../sass/bootstrap/_mixins.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
/* line 566, ../sass/bootstrap/_mixins.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 572, ../sass/bootstrap/_mixins.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../sass/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.pager:after {
  clear: both;
}
/* line 12, ../sass/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 15, ../sass/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
/* line 24, ../sass/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 32, ../sass/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 39, ../sass/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 48, ../sass/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: white;
  cursor: not-allowed;
}

/* line 5, ../sass/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../sass/bootstrap/_labels.scss */
.label[href]:hover, .label[href]:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
/* line 28, ../sass/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 33, ../sass/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 42, ../sass/bootstrap/_labels.scss */
.label-default {
  background-color: #999999;
}
/* line 585, ../sass/bootstrap/_mixins.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

/* line 46, ../sass/bootstrap/_labels.scss */
.label-primary {
  background-color: #de008d;
}
/* line 585, ../sass/bootstrap/_mixins.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #ab006d;
}

/* line 50, ../sass/bootstrap/_labels.scss */
.label-success {
  background-color: #46a546;
}
/* line 585, ../sass/bootstrap/_mixins.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #378137;
}

/* line 54, ../sass/bootstrap/_labels.scss */
.label-info {
  background-color: #8d9db0;
}
/* line 585, ../sass/bootstrap/_mixins.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #6f839b;
}

/* line 58, ../sass/bootstrap/_labels.scss */
.label-warning {
  background-color: #f89406;
}
/* line 585, ../sass/bootstrap/_mixins.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #c67605;
}

/* line 62, ../sass/bootstrap/_labels.scss */
.label-danger {
  background-color: #9d261d;
}
/* line 585, ../sass/bootstrap/_mixins.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #721c15;
}

/* line 7, ../sass/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
/* line 22, ../sass/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../sass/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 31, ../sass/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 40, ../sass/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 49, ../sass/bootstrap/_badges.scss */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #de008d;
  background-color: white;
}

/* line 53, ../sass/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 9, ../sass/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
/* line 16, ../sass/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 22, ../sass/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../sass/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 31, ../sass/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 40, ../sass/bootstrap/_alerts.scss */
.alert-dismissable {
  padding-right: 35px;
}
/* line 44, ../sass/bootstrap/_alerts.scss */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 56, ../sass/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 432, ../sass/bootstrap/_mixins.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 435, ../sass/bootstrap/_mixins.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 59, ../sass/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 432, ../sass/bootstrap/_mixins.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 435, ../sass/bootstrap/_mixins.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 62, ../sass/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 432, ../sass/bootstrap/_mixins.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 435, ../sass/bootstrap/_mixins.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 65, ../sass/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 432, ../sass/bootstrap/_mixins.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 435, ../sass/bootstrap/_mixins.scss */
.alert-danger .alert-link {
  color: #843534;
}

/* line 11, ../sass/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 18, ../sass/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 21, ../sass/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 26, ../sass/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 31, ../sass/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, ../sass/bootstrap/_media.scss */
.media > .pull-left, .wb .media > .wb-rightcolumn, .faceted-search .facetbox .media > .facet-legend {
  margin-right: 10px;
}
/* line 43, ../sass/bootstrap/_media.scss */
.media > .pull-right, .wb .media > .wb-leftcolumn {
  margin-left: 10px;
}

/* line 53, ../sass/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../sass/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../sass/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
/* line 31, ../sass/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 34, ../sass/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* line 40, ../sass/bootstrap/_list-group.scss */
.list-group-item > .badge {
  float: right;
}
/* line 43, ../sass/bootstrap/_list-group.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 54, ../sass/bootstrap/_list-group.scss */
a.list-group-item {
  color: #555555;
}
/* line 57, ../sass/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333333;
}
/* line 63, ../sass/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: whitesmoke;
}
/* line 71, ../sass/bootstrap/_list-group.scss */
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #de008d;
  border-color: #de008d;
}
/* line 78, ../sass/bootstrap/_list-group.scss */
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
/* line 81, ../sass/bootstrap/_list-group.scss */
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #ffabe0;
}

/* line 471, ../sass/bootstrap/_mixins.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 478, ../sass/bootstrap/_mixins.scss */
a.list-group-item-success {
  color: #3c763d;
}
/* line 481, ../sass/bootstrap/_mixins.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 484, ../sass/bootstrap/_mixins.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 490, ../sass/bootstrap/_mixins.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 471, ../sass/bootstrap/_mixins.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 478, ../sass/bootstrap/_mixins.scss */
a.list-group-item-info {
  color: #31708f;
}
/* line 481, ../sass/bootstrap/_mixins.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 484, ../sass/bootstrap/_mixins.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 490, ../sass/bootstrap/_mixins.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 471, ../sass/bootstrap/_mixins.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 478, ../sass/bootstrap/_mixins.scss */
a.list-group-item-warning {
  color: #8a6d3b;
}
/* line 481, ../sass/bootstrap/_mixins.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 484, ../sass/bootstrap/_mixins.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 490, ../sass/bootstrap/_mixins.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 471, ../sass/bootstrap/_mixins.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 478, ../sass/bootstrap/_mixins.scss */
a.list-group-item-danger {
  color: #a94442;
}
/* line 481, ../sass/bootstrap/_mixins.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 484, ../sass/bootstrap/_mixins.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 490, ../sass/bootstrap/_mixins.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 103, ../sass/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 107, ../sass/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 6, ../sass/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 16, ../sass/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 29, ../sass/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../sass/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../sass/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 33, ../sass/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 37, ../sass/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 41, ../sass/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 48, ../sass/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

/* line 61, ../sass/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
/* line 70, ../sass/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 71, ../sass/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 76, ../sass/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

/* line 82, ../sass/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 87, ../sass/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 94, ../sass/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 100, ../sass/bootstrap/_modals.scss */
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.modal-footer:after {
  clear: both;
}
/* line 108, ../sass/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 113, ../sass/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 117, ../sass/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 125, ../sass/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 129, ../sass/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 134, ../sass/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 138, ../sass/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../sass/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 16, ../sass/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 17, ../sass/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 18, ../sass/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 19, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 20, ../sass/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 24, ../sass/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 0px;
}

/* line 35, ../sass/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 43, ../sass/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 50, ../sass/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 56, ../sass/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 62, ../sass/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
/* line 69, ../sass/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
/* line 76, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* line 83, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* line 89, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

/* line 6, ../sass/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 26, ../sass/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 27, ../sass/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 28, ../sass/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 29, ../sass/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 32, ../sass/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 43, ../sass/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 53, ../sass/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 62, ../sass/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 65, ../sass/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 71, ../sass/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 78, ../sass/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
/* line 86, ../sass/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 93, ../sass/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
/* line 101, ../sass/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 108, ../sass/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
/* line 117, ../sass/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 124, ../sass/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

/* line 21, ../sass/bootstrap/_mixins.scss */
.clearfix:before, .spotlight-container:before, .site-header-inner .site-header-controls:before, .breadcrumb-container:before, .job-details .container-body .breadcrumb-container:before, .team:before, .job-search-container:before, .faceted-search .facetbox .ref-entry-toggle:before, .clearfix:after, .spotlight-container:after, .site-header-inner .site-header-controls:after, .breadcrumb-container:after, .job-details .container-body .breadcrumb-container:after, .team:after, .job-search-container:after, .faceted-search .facetbox .ref-entry-toggle:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.clearfix:after, .spotlight-container:after, .site-header-inner .site-header-controls:after, .breadcrumb-container:after, .job-details .container-body .breadcrumb-container:after, .team:after, .job-search-container:after, .faceted-search .facetbox .ref-entry-toggle:after {
  clear: both;
}

/* line 12, ../sass/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../sass/bootstrap/_utilities.scss */
.pull-right, .wb .wb-leftcolumn {
  float: right !important;
}

/* line 18, ../sass/bootstrap/_utilities.scss */
.pull-left, .wb .wb-rightcolumn, .faceted-search .facetbox .facet-legend {
  float: left !important;
}

/* line 27, ../sass/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../sass/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../sass/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../sass/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../sass/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../sass/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 649, ../sass/bootstrap/_mixins.scss */
.visible-xs, .visible-sm, .page-footer .mobile-links, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 638, ../sass/bootstrap/_mixins.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 641, ../sass/bootstrap/_mixins.scss */
  table.visible-xs {
    display: table;
  }

  /* line 642, ../sass/bootstrap/_mixins.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 644, ../sass/bootstrap/_mixins.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 638, ../sass/bootstrap/_mixins.scss */
  .visible-sm, .page-footer .mobile-links {
    display: block !important;
  }

  /* line 641, ../sass/bootstrap/_mixins.scss */
  table.visible-sm, .page-footer table.mobile-links {
    display: table;
  }

  /* line 642, ../sass/bootstrap/_mixins.scss */
  tr.visible-sm, .page-footer tr.mobile-links {
    display: table-row !important;
  }

  /* line 644, ../sass/bootstrap/_mixins.scss */
  th.visible-sm, .page-footer th.mobile-links,
  td.visible-sm,
  .page-footer td.mobile-links {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 638, ../sass/bootstrap/_mixins.scss */
  .visible-md {
    display: block !important;
  }

  /* line 641, ../sass/bootstrap/_mixins.scss */
  table.visible-md {
    display: table;
  }

  /* line 642, ../sass/bootstrap/_mixins.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 644, ../sass/bootstrap/_mixins.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 638, ../sass/bootstrap/_mixins.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 641, ../sass/bootstrap/_mixins.scss */
  table.visible-lg {
    display: table;
  }

  /* line 642, ../sass/bootstrap/_mixins.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 644, ../sass/bootstrap/_mixins.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 649, ../sass/bootstrap/_mixins.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 649, ../sass/bootstrap/_mixins.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 649, ../sass/bootstrap/_mixins.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 649, ../sass/bootstrap/_mixins.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 649, ../sass/bootstrap/_mixins.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 638, ../sass/bootstrap/_mixins.scss */
  .visible-print {
    display: block !important;
  }

  /* line 641, ../sass/bootstrap/_mixins.scss */
  table.visible-print {
    display: table;
  }

  /* line 642, ../sass/bootstrap/_mixins.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 644, ../sass/bootstrap/_mixins.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  /* line 649, ../sass/bootstrap/_mixins.scss */
  .hidden-print {
    display: none !important;
  }
}
/*------------------------------------*\
     
    $Variables
    Edit the following global variables to brand your theme
    
\*------------------------------------*/
/*Fonts*/
/* sprite icon path */
/*Colours*/
/* New colors for Footer buttons*/
/* New colors for UK Brand*/
/* overall dimensions */
/*font sizes*/
/*Headings*/
/*Headings for UK*/
/*Label colors for job*/
/*Different break points for devices */
/* Generic Styles */
/* line 2, ../sass/brand/_generic.scss */
body {
  font-family: "Open Sans Condensed", sans-serif;
  color: #333333;
  font-weight: 400;
}

/* line 8, ../sass/brand/_generic.scss */
.no-border {
  border: 0;
}

/* line 12, ../sass/brand/_generic.scss */
.list-unstyled, .list-inline, .spotlight-container .panel--body ul, .content-layer-container section ul, .breadcrumb-container .breadcrumb ol, .col-left-rail .secondary-nav-container ul, .wrap-news-list ul, .wrap-news-details ul {
  margin: 0;
  list-style: none;
}

/* line 17, ../sass/brand/_generic.scss */
.btn {
  padding: 12px 25px;
  text-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 5em;
}
/* line 28, ../sass/brand/_generic.scss */
.btn:hover, .btn:active, .btn:focus {
  text-decoration: none;
}

/* line 37, ../sass/brand/_generic.scss */
a {
  color: #333333;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
}
/* line 44, ../sass/brand/_generic.scss */
a:hover, a:active, a:focus {
  color: #333333;
  text-decoration: none;
}

/* line 50, ../sass/brand/_generic.scss */
p, ol, ul {
  margin: 1em 0;
}

/* line 54, ../sass/brand/_generic.scss */
.btn-light-blue {
  background-color: #5596b5;
  color: white;
}
/* line 59, ../sass/brand/_generic.scss */
.btn-light-blue:active, .btn-light-blue:focus, .btn-light-blue:hover {
  color: white;
  background-color: #4989a8;
}

/* line 64, ../sass/brand/_generic.scss */
.btn-green {
  background-color: #54a159;
  color: white;
}
/* line 69, ../sass/brand/_generic.scss */
.btn-green:focus, .btn-green:active, .btn-green:hover {
  color: white;
  background-color: #4b9050;
}

/* line 74, ../sass/brand/_generic.scss */
.btn-grey {
  background-color: #a6adb4;
  color: white;
}
/* line 79, ../sass/brand/_generic.scss */
.btn-grey:focus, .btn-grey:active, .btn-grey:hover {
  background-color: #98a0a8;
}

/* line 84, ../sass/brand/_generic.scss */
.pagination > li {
  display: inline-block;
  margin: 0 5px;
}
/* line 88, ../sass/brand/_generic.scss */
.pagination > li a,
.pagination > li span {
  color: #012168;
  border: 1px solid #b2b2b2;
}
/* line 92, ../sass/brand/_generic.scss */
.pagination > li a:hover, .pagination > li a:focus,
.pagination > li span:hover,
.pagination > li span:focus {
  color: white;
  border: 1px solid #012168;
  background-color: #012168;
}

/* line 100, ../sass/brand/_generic.scss */
#btnContinue {
  background: #012168;
}

/* line 107, ../sass/brand/_generic.scss */
.wb-read-more,
.simjob-view-btn-updated,
.apply,
.btn-pink {
  background-color: #c91c43;
  border-color: transparent;
  color: white;
}
/* line 113, ../sass/brand/_generic.scss */
.wb-read-more:focus, .wb-read-more:active, .wb-read-more:hover,
.simjob-view-btn-updated:focus,
.simjob-view-btn-updated:active,
.simjob-view-btn-updated:hover,
.apply:focus,
.apply:active,
.apply:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink:hover {
  background-color: #b3193c;
}

/* line 117, ../sass/brand/_generic.scss */
.btn-gold {
  background-color: #b27f2b;
  border-color: transparent;
}
/* line 122, ../sass/brand/_generic.scss */
.btn-gold:focus, .btn-gold:active, .btn-gold:hover {
  color: white;
  background-color: #9d7026;
}

/* line 127, ../sass/brand/_generic.scss */
.btn-spring-blue {
  background-color: #012168;
  border-color: transparent;
}
/* line 132, ../sass/brand/_generic.scss */
.btn-spring-blue:focus, .btn-spring-blue:active, .btn-spring-blue:hover {
  color: white;
  background-color: #01194f;
}

/* line 138, ../sass/brand/_generic.scss */
.btn-spring-orange {
  background-color: #de6429;
  border-color: transparent;
}
/* line 143, ../sass/brand/_generic.scss */
.btn-spring-orange:focus, .btn-spring-orange:active, .btn-spring-orange:hover {
  color: white;
  background-color: #ce5820;
}

/* line 149, ../sass/brand/_generic.scss */
.btn-spring-green {
  background-color: #1e4d25;
  border-color: transparent;
}
/* line 154, ../sass/brand/_generic.scss */
.btn-spring-green:focus, .btn-spring-green:active, .btn-spring-green:hover {
  color: white;
  background-color: #173b1c;
}

/* line 160, ../sass/brand/_generic.scss */
.btn-spring-pink-red {
  background-color: #a51e24;
  border-color: transparent;
}
/* line 165, ../sass/brand/_generic.scss */
.btn-spring-pink-red:focus, .btn-spring-pink-red:active, .btn-spring-pink-red:hover {
  color: white;
  background-color: #8f1a1f;
}

/* line 171, ../sass/brand/_generic.scss */
.btn-spring-dusty-yellow {
  background-color: #e5a325;
  border-color: transparent;
}
/* line 176, ../sass/brand/_generic.scss */
.btn-spring-dusty-yellow:focus, .btn-spring-dusty-yellow:active, .btn-spring-dusty-yellow:hover {
  color: white;
  background-color: #d7961a;
}

/* line 182, ../sass/brand/_generic.scss */
.btn-spring-dusty-green {
  background-color: #a59c72;
  border-color: transparent;
}
/* line 187, ../sass/brand/_generic.scss */
.btn-spring-dusty-green:focus, .btn-spring-dusty-green:active, .btn-spring-dusty-green:hover {
  color: white;
  background-color: #9b9163;
}

/* line 193, ../sass/brand/_generic.scss */
.btn-spring-brown {
  background-color: #71523a;
  border-color: transparent;
}
/* line 198, ../sass/brand/_generic.scss */
.btn-spring-brown:focus, .btn-spring-brown:active, .btn-spring-brown:hover {
  color: white;
  background-color: #604631;
}

/* line 204, ../sass/brand/_generic.scss */
.btn-spring-bright-green {
  background-color: #bad232;
  border-color: transparent;
}
/* line 209, ../sass/brand/_generic.scss */
.btn-spring-bright-green:focus, .btn-spring-bright-green:active, .btn-spring-bright-green:hover {
  color: white;
  background-color: #aac02a;
}

/* line 215, ../sass/brand/_generic.scss */
.btn-spring-sky-blue {
  background-color: #25b4e8;
  border-color: transparent;
}
/* line 220, ../sass/brand/_generic.scss */
.btn-spring-sky-blue:focus, .btn-spring-sky-blue:active, .btn-spring-sky-blue:hover {
  color: white;
  background-color: #17a8dc;
}

/* line 226, ../sass/brand/_generic.scss */
.btn-spring-sea-green {
  background-color: #5bc4be;
  border-color: transparent;
}
/* line 231, ../sass/brand/_generic.scss */
.btn-spring-sea-green:focus, .btn-spring-sea-green:active, .btn-spring-sea-green:hover {
  color: white;
  background-color: #48bdb7;
}

/* line 239, ../sass/brand/_generic.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 245, ../sass/brand/_generic.scss */
.media-left,
.media > .pull-left,
.wb .media > .wb-rightcolumn,
.faceted-search .facetbox .media > .facet-legend {
  padding-right: 10px;
}

/* line 250, ../sass/brand/_generic.scss */
img.media-object {
  max-width: none;
}

@media (max-width: 767px) {
  /* line 255, ../sass/brand/_generic.scss */
  a.btn {
    width: 100%;
  }

  /* line 259, ../sass/brand/_generic.scss */
  .container-body .row:first-child, .container-body .breadcrumb-container .breadcrumb nav:first-child, .breadcrumb-container .breadcrumb .container-body nav:first-child {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 267, ../sass/brand/_generic.scss */
.privacy-policy #mainContent ul,
.terms-of-use #mainContent ul {
  padding-left: 15px;
}

/* Fonts */
/* Icons */
/*$ico-sprite-dimensions: true;*/
/* line 170, ico/*.png */
.ico-sprite, .ico-backTop, .scrollToTop, .ico-chevron-down, .top-bar .caret, .ico-comment, .wb .wb-leftcolumn .wb-entry-detail .wb-comment-count:before, .ico-comment_large, .wb-entry-comments ul li:before, .ico-dropbox, .scfForm .dropbox-logo, .ico-employe, .global-actions h2.employers:before, .ico-google_drive_icon, .scfForm .gdrive-logo, .ico-hamburger-icon, .site-header-inner .open-menu, .ico-job-see, .global-actions h2.job-seeker:before, .ico-linkedIn-submit, .scfForm .linkedin-logo, .ico-list-style-bg, .employe-links li:before, .ico-map-pin-h, .ico-map-pin, .countries-holder .map-pin, .ico-right-arrow, .ico-search-icon, .job-search-search-btn .btn:before, .ico-search, .ico-sitemap_arrow, .sitemap-page .col-content ul li:before {
  background: url('/~/media/adeccogroup/brands/spring-professional/assets/css/img/ico-s53fb00e518.png') no-repeat;
}

/* line 60, ../../../../../../../Ddrive data/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-backTop, .scrollToTop {
  background-position: 0 -171px;
}

/* line 60, ../../../../../../../Ddrive data/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-chevron-down, .top-bar .caret {
  background-position: 0 -644px;
}

/* line 60, ../../../../../../../Ddrive data/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-comment, .wb .wb-leftcolumn .wb-entry-detail .wb-comment-count:before {
  background-position: 0 -527px;
}

/* line 60, ../../../../../../../Ddrive data/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-comment_large, .wb-entry-comments ul li:before {
  background-position: 0 -407px;
}

/* line 60, ../../../../../../../Ddrive data/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-dropbox, .scfForm .dropbox-logo {
  background-position: 0 -57px;
}

/* line 60, ../../../../../../../Ddrive data/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-employe, .global-actions h2.employers:before {
  background-position: 0 -272px;
}

/* line 60, ../../../../../../../Ddrive data/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-google_drive_icon, .scfForm .gdrive-logo {
  background-position: 0 0;
}

/* line 60, ../../../../../../../Ddrive data/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-hamburger-icon, .site-header-inner .open-menu {
  background-position: 0 -562px;
}

/* line 60, ../../../../../../../Ddrive data/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-job-see, .global-actions h2.job-seeker:before {
  background-position: 0 -219px;
}

/* line 60, ../../../../../../../Ddrive data/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-linkedIn-submit, .scfForm .linkedin-logo {
  background-position: 0 -114px;
}

/* line 60, ../../../../../../../Ddrive data/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-list-style-bg, .employe-links li:before {
  background-position: 0 -368px;
}

/* line 60, ../../../../../../../Ddrive data/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-map-pin-h, .countries-holder .map-pin:hover {
  background-position: 0 -737px;
}

/* line 60, ../../../../../../../Ddrive data/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-map-pin, .countries-holder .map-pin {
  background-position: 0 -675px;
}

/* line 60, ../../../../../../../Ddrive data/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-right-arrow {
  background-position: 0 -490px;
}

/* line 60, ../../../../../../../Ddrive data/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-search-icon, .job-search-search-btn .btn:before {
  background-position: 0 -449px;
}

/* line 60, ../../../../../../../Ddrive data/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-search {
  background-position: 0 -325px;
}

/* line 60, ../../../../../../../Ddrive data/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-sitemap_arrow, .sitemap-page .col-content ul li:before {
  background-position: 0 -609px;
}

/* Base */
/* line 3, ../sass/brand/_base.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 8, ../sass/brand/_base.scss */
body {
  /*margin-bottom: 87px;
  overflow-x: hidden;*/
  max-width: 100%;
}

/* line 14, ../sass/brand/_base.scss */
body form:first-child {
  margin: 0;
}

/* line 1, ../sass/brand/_layouts.scss */
.one-col {
  display: table;
  margin: 0 -15px;
}
/* line 5, ../sass/brand/_layouts.scss */
.one-col .img-col,
.one-col .content-col {
  display: table-cell;
  padding: 0 15px;
  vertical-align: top;
}

/* line 14, ../sass/brand/_layouts.scss */
.col-content main article .row:first-child, .col-content main article .breadcrumb-container .breadcrumb nav:first-child, .breadcrumb-container .breadcrumb .col-content main article nav:first-child {
  margin: 0 -15px;
}
/* line 18, ../sass/brand/_layouts.scss */
.col-content main article .spotlight-container:first-child {
  padding-top: 0;
}

/* line 27, ../sass/brand/_layouts.scss */
.search-results .one-column .search-box {
  background: none;
}
/* line 29, ../sass/brand/_layouts.scss */
.search-results .one-column .search-box .gs-title {
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
/* line 32, ../sass/brand/_layouts.scss */
.search-results .one-column .search-box .gs-title a {
  border: none;
  color: #012168;
}
/* line 38, ../sass/brand/_layouts.scss */
.search-results .one-column .container.second-row, .search-results .one-column .spotlight-container .second-row.panel, .spotlight-container .search-results .one-column .second-row.panel, .search-results .one-column .spotlight-container .second-row.panel--body, .spotlight-container .search-results .one-column .second-row.panel--body, .search-results .one-column .breadcrumb-container .second-row.breadcrumb, .breadcrumb-container .search-results .one-column .second-row.breadcrumb, .search-results .one-column .job-search-container .second-row.job-search-inner, .job-search-container .search-results .one-column .second-row.job-search-inner, .search-results .one-column .second-row.main-content {
  padding: 0 47px;
}

/*.container-body {
	.row:first-child {
		margin: 0 -15px;

	}
}*/
@media (max-width: 767px) {
  /* line 52, ../sass/brand/_layouts.scss */
  .one-col {
    display: block;
  }
  /* line 55, ../sass/brand/_layouts.scss */
  .one-col .img-col,
  .one-col .content-col {
    display: block;
  }

  /* line 61, ../sass/brand/_layouts.scss */
  .search-results .one-column .container.second-row, .search-results .one-column .spotlight-container .second-row.panel, .spotlight-container .search-results .one-column .second-row.panel, .search-results .one-column .spotlight-container .second-row.panel--body, .spotlight-container .search-results .one-column .second-row.panel--body, .search-results .one-column .breadcrumb-container .second-row.breadcrumb, .breadcrumb-container .search-results .one-column .second-row.breadcrumb, .search-results .one-column .job-search-container .second-row.job-search-inner, .job-search-container .search-results .one-column .second-row.job-search-inner, .search-results .one-column .second-row.main-content {
    padding: 0 0;
  }
}
/* Typography */
/* line 2, ../sass/brand/_type.scss */
h1, h2, h3, .wrap-news-list h4, h4, h5, h6 {
  font-family: "Titillium Web",sans-serif;
  font-weight: 700;
}

/* line 7, ../sass/brand/_type.scss */
h1, .h1 {
  font-size: 36px;
  color: #333333;
}

/* line 12, ../sass/brand/_type.scss */
h2, .h2 {
  font-size: 30px;
  color: #333333;
}

/* line 17, ../sass/brand/_type.scss */
h3, .wrap-news-list h4, .h3 {
  font-size: 24px;
  color: #333333;
}

/* line 22, ../sass/brand/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 26, ../sass/brand/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 30, ../sass/brand/_type.scss */
h1, h2, h3, .wrap-news-list h4, h4 {
  color: #012168;
}

/* line 34, ../sass/brand/_type.scss */
h5 {
  color: #c91c42;
}

/* line 38, ../sass/brand/_type.scss */
p {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #333333;
}
/* line 44, ../sass/brand/_type.scss */
p a {
  color: #333333;
  text-decoration: underline;
}
/* line 48, ../sass/brand/_type.scss */
p a:hover {
  text-decoration: none;
}

/* line 54, ../sass/brand/_type.scss */
.unstyled-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Spotlight*/
/* line 3, ../sass/brand/_spotlights.scss */
h1,
h2 {
  margin-top: 0;
}

/* line 8, ../sass/brand/_spotlights.scss */
.spotlight-container {
  display: block;
  width: 100%;
  padding: 45px 0;
}
/* line 13, ../sass/brand/_spotlights.scss */
.spotlight-container .panel {
  border: none;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
/* line 22, ../sass/brand/_spotlights.scss */
.spotlight-container .panel--body {
  font-size: 14px;
  line-height: 20px;
}
/* line 33, ../sass/brand/_spotlights.scss */
.spotlight-container .btn {
  margin-top: 30px;
  padding: 5px 25px;
  color: white;
  text-decoration: none;
}
/* line 40, ../sass/brand/_spotlights.scss */
.spotlight-container .btn:hover, .spotlight-container .btn:focus {
  text-decoration: underline;
}
/* line 47, ../sass/brand/_spotlights.scss */
.spotlight-container .spotlight_bg_white .btn,
.spotlight-container .container-panel .btn {
  background: pink;
}

/* line 54, ../sass/brand/_spotlights.scss */
.spotlight-container.spotlight_width_full-container, .spotlight-container.spotlight_top-banner-container {
  padding: 0;
  background: none;
  /*this spotlight is targeting full width content (like banners or so for instance)*/
}
/* line 59, ../sass/brand/_spotlights.scss */
.spotlight-container.spotlight_width_full-container .panel, .spotlight-container.spotlight_top-banner-container .panel {
  padding: 0;
}
/* line 64, ../sass/brand/_spotlights.scss */
.spotlight-container.spotlight_width_full-container .panel--heading, .spotlight-container.spotlight_top-banner-container .panel--heading {
  display: none;
}

/* line 73, ../sass/brand/_spotlights.scss */
.spotlight_bg_light-grey-container {
  background: #f1f1f1;
}

/* line 77, ../sass/brand/_spotlights.scss */
.spotlight_bg_white-container {
  clear: both;
  background: white;
}

/* line 81, ../sass/brand/_spotlights.scss */
.leadership-link {
  float: right;
}

/* line 85, ../sass/brand/_spotlights.scss */
.col-content .spotlight-container:last-child {
  padding-bottom: 0;
}

/* line 90, ../sass/brand/_spotlights.scss */
.service-holder {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 12px 35px;
  background-color: #f1f1f1;
}
/* line 97, ../sass/brand/_spotlights.scss */
.service-holder h3, .service-holder .wrap-news-list h4, .wrap-news-list .service-holder h4 {
  margin-top: 0;
  font-size: 18px;
}
/* line 102, ../sass/brand/_spotlights.scss */
.service-holder .service-link a {
  position: absolute;
  bottom: 8px;
  left: 93px;
  padding: 3px 10px 6px;
  font-size: 13px;
}

/* line 111, ../sass/brand/_spotlights.scss */
.employe-links {
  padding: 0;
  margin: 0;
}
/* line 115, ../sass/brand/_spotlights.scss */
.employe-links li {
  position: relative;
  padding-bottom: 12px;
  padding-left: 20px;
  list-style: none;
}
/* line 124, ../sass/brand/_spotlights.scss */
.employe-links li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 25px;
  content: "";
  vertical-align: middle;
  background-position: 0 -363px;
}

/* line 138, ../sass/brand/_spotlights.scss */
.pdf-holder {
  padding: 12px;
  margin-bottom: 20px;
  background-color: #F1F1F1;
}
/* line 142, ../sass/brand/_spotlights.scss */
.pdf-holder h3, .pdf-holder .wrap-news-list h4, .wrap-news-list .pdf-holder h4 {
  position: relative;
  width: 100%;
  margin-top: 0;
  line-height: 100px;
  font-size: 18px;
}
/* line 148, ../sass/brand/_spotlights.scss */
.pdf-holder h3 span, .pdf-holder .wrap-news-list h4 span, .wrap-news-list .pdf-holder h4 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
/* line 154, ../sass/brand/_spotlights.scss */
.pdf-holder img {
  margin: 0 auto;
}
/* line 157, ../sass/brand/_spotlights.scss */
.pdf-holder a.btn {
  padding: 3px 10px 6px;
  margin-top: 24px;
  font-size: 13px;
}

/* line 163, ../sass/brand/_spotlights.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #B6BFD2;
  color: #C91C43;
  font-size: 14px;
  font-weight: 700;
}
/* line 170, ../sass/brand/_spotlights.scss */
blockquote em {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
}
/* line 175, ../sass/brand/_spotlights.scss */
blockquote em:before {
  color: #012168;
  content: "";
  font-family: FontAwesome;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  padding-right: 10px;
}
/* line 184, ../sass/brand/_spotlights.scss */
blockquote em:after {
  color: #012168;
  content: "";
  font-family: FontAwesome;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  padding-left: 10px;
}

/* line 196, ../sass/brand/_spotlights.scss */
.spotlight-container .job-holder {
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  background: #fafafa;
  box-shadow: none;
  padding: 32px;
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 204, ../sass/brand/_spotlights.scss */
.spotlight-container .job-holder .date {
  color: #c91c42;
  font-size: 14pt;
  line-height: 12pt;
  text-transform: uppercase;
}
/* line 210, ../sass/brand/_spotlights.scss */
.spotlight-container .job-holder .btn {
  padding: 12px 67px;
}

/* For Content Layer Containers */
/* line 220, ../sass/brand/_spotlights.scss */
.content-layer-container {
  padding: 50px 0;
  display: block;
}
/* line 224, ../sass/brand/_spotlights.scss */
.content-layer-container:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
/* line 232, ../sass/brand/_spotlights.scss */
.content-layer-container section {
  margin: 0 auto;
  padding: 0 15px;
}
/* line 236, ../sass/brand/_spotlights.scss */
.content-layer-container section blockquote {
  font-size: 42px;
  color: #333333;
  font-weight: normal;
  font-style: italic;
  line-height: 52px;
  letter-spacing: -1px;
  border-left: none;
}

/*For White background color container*/
/* line 258, ../sass/brand/_spotlights.scss */
.white {
  background: white;
}

/* line 269, ../sass/brand/_spotlights.scss */
.spotlight-container.spotlight_top-banner-container section {
  width: 100%;
  height: 400px;
  padding-top: 100px;
  background-position: 50% 50%;
  background-size: cover;
}
/* line 276, ../sass/brand/_spotlights.scss */
.spotlight-container.spotlight_top-banner-container h1 {
  font-size: 65px;
  color: white;
  text-shadow: 0 0 10px #011747;
}
/* line 280, ../sass/brand/_spotlights.scss */
.spotlight-container.spotlight_top-banner-container h1 a {
  font-size: 65%;
  color: white;
  text-decoration: none;
  line-height: 1;
}
/* line 286, ../sass/brand/_spotlights.scss */
.spotlight-container.spotlight_top-banner-container h1 img {
  max-width: 100%;
}

/* 3 column structure for UK Brand */
/* line 293, ../sass/brand/_spotlights.scss */
#body_2_spotlightContainer .panel--footer {
  display: none;
}

/* line 296, ../sass/brand/_spotlights.scss */
#body_1_spotlightContainer {
  border-bottom: 1px solid #e5e5e5;
}

/* line 299, ../sass/brand/_spotlights.scss */
.home-media-section {
  padding-top: 15px;
  padding-bottom: 22px;
}
/* line 302, ../sass/brand/_spotlights.scss */
.home-media-section header {
  margin-bottom: 42px;
}
/* line 305, ../sass/brand/_spotlights.scss */
.home-media-section img {
  margin: 0;
}
/* line 308, ../sass/brand/_spotlights.scss */
.home-media-section h3, .home-media-section .wrap-news-list h4, .wrap-news-list .home-media-section h4 {
  padding-right: 77px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #002266;
}
/* line 315, ../sass/brand/_spotlights.scss */
.home-media-section p {
  padding-right: 77px;
  font-size: 13px;
}

/* it jobs job listing links UK brand */
/* line 325, ../sass/brand/_spotlights.scss */
.col-content main article .spotlight-container:first-child {
  padding: 0 0 20px;
}

/* line 330, ../sass/brand/_spotlights.scss */
.job-listing-column {
  overflow: hidden;
}
/* line 332, ../sass/brand/_spotlights.scss */
.job-listing-column .col-md-12 {
  padding: 0;
}
/* line 335, ../sass/brand/_spotlights.scss */
.job-listing-column .list-group {
  padding: 22px;
  margin-bottom: 0;
  box-shadow: none;
  border: solid 1px #eeeeee;
  border-radius: 0;
  background-color: #fafafa;
}
/* line 342, ../sass/brand/_spotlights.scss */
.job-listing-column .list-group h4 {
  padding-bottom: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #01216a;
}
/* line 348, ../sass/brand/_spotlights.scss */
.job-listing-column .list-group a {
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  color: #01216a;
  border: none;
  border-bottom: solid 1px #d9d9d9;
  background-color: transparent;
}
/* line 355, ../sass/brand/_spotlights.scss */
.job-listing-column .list-group a:last-child {
  border-bottom: none;
}
/* line 358, ../sass/brand/_spotlights.scss */
.job-listing-column .list-group a .badge {
  float: none;
  font-size: 13px;
  color: #c81e43;
  background-color: transparent;
}

/* line 368, ../sass/brand/_spotlights.scss */
#mainContent .col-md-offset-3 {
  margin-left: 0;
}

/* about us listing links uk brand */
/* line 376, ../sass/brand/_spotlights.scss */
.about-listings h3, .about-listings .wrap-news-list h4, .wrap-news-list .about-listings h4 {
  margin-top: 0;
  font-weight: normal;
}
/* line 380, ../sass/brand/_spotlights.scss */
.about-listings i {
  margin-left: 15px;
  color: #C81E43;
  font-weight: bold;
}
/* line 385, ../sass/brand/_spotlights.scss */
.about-listings a {
  text-decoration: none;
}

/* about 4 column uk brand */
/* line 391, ../sass/brand/_spotlights.scss */
.spotlight-container.spotlight_bg_light-grey-container {
  padding: 0;
}

/* line 394, ../sass/brand/_spotlights.scss */
.four-column-block {
  overflow: hidden;
  border: 1px solid #E5E5E5;
  border-right: none;
  border-bottom: none;
}
/* line 399, ../sass/brand/_spotlights.scss */
.four-column-block h3, .four-column-block .wrap-news-list h4, .wrap-news-list .four-column-block h4 {
  margin-top: 0;
}
/* line 401, ../sass/brand/_spotlights.scss */
.four-column-block h3 a, .four-column-block .wrap-news-list h4 a, .wrap-news-list .four-column-block h4 a {
  margin-top: 0;
  color: #012168;
}
/* line 406, ../sass/brand/_spotlights.scss */
.four-column-block i {
  margin-left: 9px;
  color: #C81E43;
}
/* line 411, ../sass/brand/_spotlights.scss */
.four-column-block .col-sm-6,
.four-column-block .col-md-6 {
  padding: 30px 20px;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

/* 2 column hover blue column - right panel uk brand */
/* line 421, ../sass/brand/_spotlights.scss */
.twocolumn-rightpanel .thumbnil {
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 425, ../sass/brand/_spotlights.scss */
.twocolumn-rightpanel .thumbnil img {
  margin: 0;
}
/* line 428, ../sass/brand/_spotlights.scss */
.twocolumn-rightpanel .thumbnil img + img {
  display: none;
}
/* line 432, ../sass/brand/_spotlights.scss */
.twocolumn-rightpanel .thumbnil:hover img + img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 441, ../sass/brand/_spotlights.scss */
.twocolumn-rightpanel h3 a, .twocolumn-rightpanel .wrap-news-list h4 a, .wrap-news-list .twocolumn-rightpanel h4 a {
  font-size: 20px;
  color: #012168;
}
/* line 444, ../sass/brand/_spotlights.scss */
.twocolumn-rightpanel h3 a:hover, .twocolumn-rightpanel .wrap-news-list h4 a:hover, .wrap-news-list .twocolumn-rightpanel h4 a:hover {
  color: #c91c43;
}
/* line 449, ../sass/brand/_spotlights.scss */
.twocolumn-rightpanel p {
  padding-right: 104px;
}

@media (min-width: 1680px) {
  /* line 457, ../sass/brand/_spotlights.scss */
  .spotlight-container.spotlight_width_full-container img, .spotlight-container.spotlight_top-banner-container img,
  .spotlight-container.spotlight_top-banner-container img {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 467, ../sass/brand/_spotlights.scss */
  .content-layer-container section li {
    line-height: auto;
  }
  /* line 471, ../sass/brand/_spotlights.scss */
  .content-layer-container .btn {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  /* line 477, ../sass/brand/_spotlights.scss */
  .job-listing-column .row, .job-listing-column .breadcrumb-container .breadcrumb nav, .breadcrumb-container .breadcrumb .job-listing-column nav {
    margin: 0;
  }

  /* about 4 column */
  /* line 482, ../sass/brand/_spotlights.scss */
  .four-column-block h3, .four-column-block .wrap-news-list h4, .wrap-news-list .four-column-block h4 {
    font-size: 18px;
  }
  /* line 485, ../sass/brand/_spotlights.scss */
  .four-column-block .js--equal-height {
    padding: 20px 20px 10px;
    height: auto !important;
  }
  /* line 489, ../sass/brand/_spotlights.scss */
  .four-column-block i {
    float: right;
  }
}
@media (max-width: 767px) {
  /* line 495, ../sass/brand/_spotlights.scss */
  .spotlight-container {
    padding: 17px 0;
  }

  /* line 499, ../sass/brand/_spotlights.scss */
  .spotlight-container.spotlight_top-banner-container section {
    background-position: 0 0;
  }

  /* line 504, ../sass/brand/_spotlights.scss */
  .leadership-link {
    float: none;
  }

  /* line 509, ../sass/brand/_spotlights.scss */
  .service-holder .service-link a {
    position: relative;
    left: 0;
    bottom: 0;
  }

  /* line 518, ../sass/brand/_spotlights.scss */
  .content-layer-container section blockquote {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 522, ../sass/brand/_spotlights.scss */
  .content-layer-container section li {
    line-height: auto;
  }
  /* line 526, ../sass/brand/_spotlights.scss */
  .content-layer-container .btn {
    font-size: 18px;
  }

  /* for 3 column structure UK brand */
  /* line 532, ../sass/brand/_spotlights.scss */
  #body_1_spotlightContainer {
    padding-bottom: 0;
    border-bottom: none;
  }

  /* line 537, ../sass/brand/_spotlights.scss */
  .spotlight_bg_light-grey .panel--body {
    padding: 0;
  }

  /* line 542, ../sass/brand/_spotlights.scss */
  .home-media-section p {
    padding-right: 0;
  }
  /* line 545, ../sass/brand/_spotlights.scss */
  .home-media-section h3, .home-media-section .wrap-news-list h4, .wrap-news-list .home-media-section h4 {
    padding-right: 0;
  }

  /* IT jobs by specialism uk brand */
  /* line 550, ../sass/brand/_spotlights.scss */
  .job-listing-column {
    margin-top: 0;
  }
  /* line 552, ../sass/brand/_spotlights.scss */
  .job-listing-column .col-md-6 {
    padding: 0;
  }
  /* line 556, ../sass/brand/_spotlights.scss */
  .job-listing-column .list-group h4 {
    margin-top: 0;
  }
  /* line 560, ../sass/brand/_spotlights.scss */
  .job-listing-column .list-group {
    padding: 22px 22px 7px;
  }

  /* line 565, ../sass/brand/_spotlights.scss */
  #mainContent .job-listing-column .row, #mainContent .job-listing-column .breadcrumb-container .breadcrumb nav, .breadcrumb-container .breadcrumb #mainContent .job-listing-column nav {
    margin: 0;
  }

  /* about us listing links uk brand */
  /* line 571, ../sass/brand/_spotlights.scss */
  .about-listings h3, .about-listings .wrap-news-list h4, .wrap-news-list .about-listings h4 {
    margin-top: 23px;
  }
  /* line 574, ../sass/brand/_spotlights.scss */
  .about-listings img {
    margin-top: 22px;
  }
  /* line 577, ../sass/brand/_spotlights.scss */
  .about-listings i {
    margin-left: 15px;
    color: #C81E43;
    font-weight: bold;
  }

  /* 2 column hover blue column */
  /* line 585, ../sass/brand/_spotlights.scss */
  .twocolumn-rightpanel p {
    padding-right: 50px;
  }
}
/*Header*/
/* line 4, ../sass/brand/_header.scss */
.social-links,
.language-selector,
#skip {
  display: none;
}

/* line 8, ../sass/brand/_header.scss */
.site-header {
  position: relative;
  margin-bottom: 140px;
}
/* line 11, ../sass/brand/_header.scss */
.site-header .site-header-inner {
  position: fixed;
  z-index: 100;
  top: auto;
  width: 100%;
  height: 140px;
}

/* line 20, ../sass/brand/_header.scss */
.top-bar {
  background: #031a4f;
}
/* line 22, ../sass/brand/_header.scss */
.top-bar .language-selector {
  display: block;
  margin: 0 30px;
  float: right;
}
/* line 26, ../sass/brand/_header.scss */
.top-bar .language-selector .btn {
  padding: 11px 0;
  font-size: 12px;
  font-weight: normal;
  border: none;
  background: none;
  color: white;
  outline: none;
}
/* line 35, ../sass/brand/_header.scss */
.top-bar .language-selector img {
  display: inline-block;
  width: 16px;
  margin-right: 5px;
}
/* line 40, ../sass/brand/_header.scss */
.top-bar .language-selector .tablet--language {
  margin-left: 0;
}
/* line 44, ../sass/brand/_header.scss */
.top-bar .language {
  position: relative;
  display: block;
  top: 15px;
  margin: 0 30px;
  float: right;
}
/* line 50, ../sass/brand/_header.scss */
.top-bar .language a {
  color: white;
  font-size: 13px;
}
/* line 55, ../sass/brand/_header.scss */
.top-bar .language a:hover, .top-bar .language a:focus, .top-bar .language a:active {
  color: white;
}
/* line 62, ../sass/brand/_header.scss */
.top-bar .lan-select-dropdown > li > a {
  padding: 2px 10px;
}
/* line 67, ../sass/brand/_header.scss */
.top-bar .caret {
  width: 11px;
  height: 6px;
  margin-left: 5px;
  border: none;
}
/* line 75, ../sass/brand/_header.scss */
.top-bar .social-links .nav {
  margin: 0;
}

/* line 83, ../sass/brand/_header.scss */
.wrap-navigation,
.gateway-container,
.utility-nav-container {
  float: right;
}

/* line 86, ../sass/brand/_header.scss */
.site-header-inner {
  background: #012168;
}
/* line 88, ../sass/brand/_header.scss */
.site-header-inner .brand-logo {
  float: left;
}
/* line 91, ../sass/brand/_header.scss */
.site-header-inner .site-header-controls {
  padding: 20px 0;
}
/* line 95, ../sass/brand/_header.scss */
.site-header-inner .gateway-container {
  display: block;
  padding-top: 10px;
}
/* line 98, ../sass/brand/_header.scss */
.site-header-inner .gateway-container ul {
  margin: 0;
  border-radius: 20px;
  background: white;
}
/* line 105, ../sass/brand/_header.scss */
.site-header-inner .gateway-container li:last-child a {
  padding-left: 0;
}
/* line 110, ../sass/brand/_header.scss */
.site-header-inner .gateway-container a {
  padding: 7px 15px;
  color: #012168;
  transform: 0.4s ease-out 0s;
}
/* line 115, ../sass/brand/_header.scss */
.site-header-inner .gateway-container a:hover, .site-header-inner .gateway-container a:focus {
  transform: rotateZ(0deg);
  opacity: 0.8;
  background: none;
  text-decoration: underline;
}
/* line 123, ../sass/brand/_header.scss */
.site-header-inner .gateway-container .nav > li {
  float: left;
}
/* line 128, ../sass/brand/_header.scss */
.site-header-inner .wrap-navigation {
  padding-top: 5px;
  margin-right: 0;
  float: right;
}
/* line 132, ../sass/brand/_header.scss */
.site-header-inner .wrap-navigation > .nav {
  margin: 0;
}
/* line 134, ../sass/brand/_header.scss */
.site-header-inner .wrap-navigation > .nav > li {
  margin: 0;
  list-style: none;
  list-style-image: none;
  background-image: none;
}
/* line 139, ../sass/brand/_header.scss */
.site-header-inner .wrap-navigation > .nav > li > a {
  padding-bottom: 5px;
  color: white;
  text-transform: capitalize;
}
/* line 146, ../sass/brand/_header.scss */
.site-header-inner .wrap-navigation > .nav > li > a.active, .site-header-inner .wrap-navigation > .nav > li > a:active, .site-header-inner .wrap-navigation > .nav > li > a:hover, .site-header-inner .wrap-navigation > .nav > li > a:focus {
  background: none;
  border-bottom: 10px solid #2e3b7a;
}

/* line 157, ../sass/brand/_header.scss */
.site-header-inner .open-menu {
  display: none;
  width: 26px;
  height: 22px;
}
/* line 165, ../sass/brand/_header.scss */
.site-header-inner .gateway-container .authGateway li {
  border-radius: 20px;
  padding: 8px;
}
/* line 170, ../sass/brand/_header.scss */
.site-header-inner .gateway-container .authGateway .dropdown a {
  padding: 8px;
  background: transparent;
}
/* line 175, ../sass/brand/_header.scss */
.site-header-inner .gateway-container .authGateway .dropdown a:hover, .site-header-inner .gateway-container .authGateway .dropdown a:focus, .site-header-inner .gateway-container .authGateway .dropdown a:active {
  background-color: white;
  color: #012168;
  text-decoration: none;
}
/* line 183, ../sass/brand/_header.scss */
.site-header-inner .gateway-container .authGateway .dropdown-menu {
  min-width: 140px;
  margin: 20px 0 0;
  border-radius: 6px;
}
/* line 187, ../sass/brand/_header.scss */
.site-header-inner .gateway-container .authGateway .dropdown-menu:after {
  content: "";
  display: inline-block;
  left: 59px;
  position: absolute;
  top: -7px;
  border-bottom: 7px solid white;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
}
/* line 197, ../sass/brand/_header.scss */
.site-header-inner .gateway-container .authGateway .dropdown-menu a {
  padding: 13px 0 13px 15px;
  background-color: white;
  text-decoration: none;
  color: #012168;
}
/* line 204, ../sass/brand/_header.scss */
.site-header-inner .gateway-container .authGateway .dropdown-menu a:hover, .site-header-inner .gateway-container .authGateway .dropdown-menu a:focus, .site-header-inner .gateway-container .authGateway .dropdown-menu a:active {
  background-color: #e5e5e5;
  color: #012168;
}
/* line 209, ../sass/brand/_header.scss */
.site-header-inner .gateway-container .authGateway .dropdown-menu li {
  padding: 0;
}
/* line 213, ../sass/brand/_header.scss */
.site-header-inner .gateway-container .authGateway .divider {
  margin: 0;
}

/* line 219, ../sass/brand/_header.scss */
.top-bar {
  padding-right: 15px;
}

/* line 222, ../sass/brand/_header.scss */
.social-share-icons {
  position: relative;
}

/* line 225, ../sass/brand/_header.scss */
.search-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 5px;
}

/* line 233, ../sass/brand/_header.scss */
.social-share-icons .active {
  display: none;
}

/* line 237, ../sass/brand/_header.scss */
.social-links {
  margin-right: 35px;
}

/* line 240, ../sass/brand/_header.scss */
.site-search {
  margin-right: 18px;
  margin-left: -43px;
  float: right;
}
/* line 244, ../sass/brand/_header.scss */
.site-search.opened {
  width: 210px;
  opacity: 1;
}
/* line 248, ../sass/brand/_header.scss */
.site-search .input-group {
  margin-top: 5px;
  margin-right: 6px;
}
/* line 251, ../sass/brand/_header.scss */
.site-search .input-group .input-group-btn {
  display: none;
}
/* line 254, ../sass/brand/_header.scss */
.site-search .input-group input {
  border-radius: 21px;
}
/* line 257, ../sass/brand/_header.scss */
.site-search .input-group input[type="text"]:first-child {
  border-radius: 21px;
}

/* line 264, ../sass/brand/_header.scss */
.site-selector {
  width: auto;
  float: right;
}
/* line 267, ../sass/brand/_header.scss */
.site-selector #siteSelector {
  padding: 15px 0;
  font-size: 12px;
  font-weight: normal;
  border: none;
  background: transparent;
  color: white;
  outline: none;
}

@media (min-width: 992px) {
  /* line 279, ../sass/brand/_header.scss */
  .site-search {
    width: 0;
    opacity: 0;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
  }
  /* line 286, ../sass/brand/_header.scss */
  .site-search.opened {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  /* line 295, ../sass/brand/_header.scss */
  .site-selector #siteSelector {
    margin-right: 8px;
  }

  /* line 300, ../sass/brand/_header.scss */
  .top-bar {
    padding: 8px 0 4px;
  }

  /* line 304, ../sass/brand/_header.scss */
  .site-header-inner .gateway-container {
    padding: 0;
    margin-left: 18px;
  }
  /* line 308, ../sass/brand/_header.scss */
  .site-header-inner .wrap-navigation {
    margin-right: 0;
  }
  /* line 311, ../sass/brand/_header.scss */
  .site-header-inner .gateway-container {
    padding: 3px 0;
  }
  /* line 316, ../sass/brand/_header.scss */
  .site-header-inner .top-bar + .container .row > .col-md-12, .site-header-inner .spotlight-container .top-bar + .panel .row > .col-md-12, .spotlight-container .site-header-inner .top-bar + .panel .row > .col-md-12, .site-header-inner .spotlight-container .top-bar + .panel--body .row > .col-md-12, .spotlight-container .site-header-inner .top-bar + .panel--body .row > .col-md-12, .site-header-inner .breadcrumb-container .top-bar + .breadcrumb .row > .col-md-12, .breadcrumb-container .site-header-inner .top-bar + .breadcrumb .row > .col-md-12, .site-header-inner .job-search-container .top-bar + .job-search-inner .row > .col-md-12, .job-search-container .site-header-inner .top-bar + .job-search-inner .row > .col-md-12, .site-header-inner .one-column .top-bar + .main-content .row > .col-md-12, .one-column .site-header-inner .top-bar + .main-content .row > .col-md-12, .site-header-inner .top-bar + .container .breadcrumb-container .breadcrumb nav > .col-md-12, .breadcrumb-container .breadcrumb .site-header-inner .top-bar + .container nav > .col-md-12, .site-header-inner .spotlight-container .top-bar + .panel .breadcrumb-container .breadcrumb nav > .col-md-12, .breadcrumb-container .breadcrumb .site-header-inner .spotlight-container .top-bar + .panel nav > .col-md-12, .spotlight-container .site-header-inner .top-bar + .panel .breadcrumb-container .breadcrumb nav > .col-md-12, .breadcrumb-container .breadcrumb .spotlight-container .site-header-inner .top-bar + .panel nav > .col-md-12, .site-header-inner .spotlight-container .top-bar + .panel--body .breadcrumb-container .breadcrumb nav > .col-md-12, .breadcrumb-container .breadcrumb .site-header-inner .spotlight-container .top-bar + .panel--body nav > .col-md-12, .spotlight-container .site-header-inner .top-bar + .panel--body .breadcrumb-container .breadcrumb nav > .col-md-12, .breadcrumb-container .breadcrumb .spotlight-container .site-header-inner .top-bar + .panel--body nav > .col-md-12, .site-header-inner .breadcrumb-container .top-bar + .breadcrumb nav > .col-md-12, .breadcrumb-container .site-header-inner .top-bar + .breadcrumb nav > .col-md-12, .site-header-inner .job-search-container .top-bar + .job-search-inner .breadcrumb-container .breadcrumb nav > .col-md-12, .breadcrumb-container .breadcrumb .site-header-inner .job-search-container .top-bar + .job-search-inner nav > .col-md-12, .job-search-container .site-header-inner .top-bar + .job-search-inner .breadcrumb-container .breadcrumb nav > .col-md-12, .breadcrumb-container .breadcrumb .job-search-container .site-header-inner .top-bar + .job-search-inner nav > .col-md-12, .site-header-inner .one-column .top-bar + .main-content .breadcrumb-container .breadcrumb nav > .col-md-12, .breadcrumb-container .breadcrumb .site-header-inner .one-column .top-bar + .main-content nav > .col-md-12, .one-column .site-header-inner .top-bar + .main-content .breadcrumb-container .breadcrumb nav > .col-md-12, .breadcrumb-container .breadcrumb .one-column .site-header-inner .top-bar + .main-content nav > .col-md-12 {
    padding: 0;
  }

  /* line 324, ../sass/brand/_header.scss */
  .site-header-controls .toggle-search + .row, .site-header-controls .breadcrumb-container .breadcrumb .toggle-search + nav, .breadcrumb-container .breadcrumb .site-header-controls .toggle-search + nav {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 335, ../sass/brand/_header.scss */
  .site-header-inner .wrap-navigation a {
    font-size: 12px;
    padding: 10px 5px;
  }
  /* line 340, ../sass/brand/_header.scss */
  .site-header-inner .wrap-navigation > .nav > li {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  /* line 348, ../sass/brand/_header.scss */
  .search-icon {
    top: 13px;
    margin-right: 47px;
    z-index: 1;
  }
}
@media (max-width: 992px) {
  /* line 357, ../sass/brand/_header.scss */
  .top-bar .language-selector {
    margin: 0 54px 0 0;
  }

  /* line 363, ../sass/brand/_header.scss */
  .site-header-inner .open-menu {
    position: relative;
    z-index: 101;
    display: block;
    margin-top: 23px;
    float: right;
  }
  /* line 370, ../sass/brand/_header.scss */
  .site-header-inner .site-header-controls {
    position: relative;
    padding: 10px 0;
  }
  /* line 373, ../sass/brand/_header.scss */
  .site-header-inner .site-header-controls .wrap-navigation {
    position: absolute;
    z-index: 100;
    top: 70px;
    left: -40px;
    width: calc(100% + 80px);
    max-height: 0;
    padding: 0;
    background: #012168;
    overflow: scroll !important;
    /*#16297-ashish*/
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
  }
  /* line 386, ../sass/brand/_header.scss */
  .site-header-inner .site-header-controls .wrap-navigation.smenu {
    overflow-y: scroll;
    max-height: 900px;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
  }
  /* line 393, ../sass/brand/_header.scss */
  .site-header-inner .site-header-controls .wrap-navigation ul {
    border-top: 1px solid transparent;
    width: 100%;
  }
  /* line 397, ../sass/brand/_header.scss */
  .site-header-inner .site-header-controls .wrap-navigation li {
    clear: both;
    padding: 0;
    margin: 5px 0;
    float: none;
  }
  /* line 402, ../sass/brand/_header.scss */
  .site-header-inner .site-header-controls .wrap-navigation li ul.dropdown-menu {
    position: inherit;
  }
  /* line 404, ../sass/brand/_header.scss */
  .site-header-inner .site-header-controls .wrap-navigation li ul.dropdown-menu .active {
    background: #2e3b7a;
  }
  /* line 409, ../sass/brand/_header.scss */
  .site-header-inner .site-header-controls .wrap-navigation a {
    padding: 10px 15px;
    text-align: center;
    line-height: 20px;
    white-space: normal;
  }

  /* line 418, ../sass/brand/_header.scss */
  .site-header {
    margin-bottom: 135px;
  }
  /* line 420, ../sass/brand/_header.scss */
  .site-header .site-header-inner {
    height: 135px;
  }
}
@media (max-width: 991px) {
  /* line 427, ../sass/brand/_header.scss */
  .top-bar .language-selector {
    margin-right: 0;
  }

  /* line 432, ../sass/brand/_header.scss */
  .site-search {
    display: none;
    width: 100%;
    padding: 15px 0;
    margin: 0 auto;
    background-color: #012168;
  }
  /* line 438, ../sass/brand/_header.scss */
  .site-search.opened {
    width: 100%;
  }
  /* line 441, ../sass/brand/_header.scss */
  .site-search .input-group {
    position: relative;
    padding-left: 16px;
    width: 81%;
    float: left !important;
  }
  /* line 446, ../sass/brand/_header.scss */
  .site-search .input-group .input-group-btn {
    position: absolute;
    right: 9px;
    z-index: 99;
    display: inline-block;
  }
  /* line 451, ../sass/brand/_header.scss */
  .site-search .input-group .input-group-btn input[type="button"] {
    width: 24px;
    height: 34px;
    padding: 10px 14px 14px 27px;
    background: url("/~/media/adeccogroup/brands/spring professional/assets/media/shared/social share icons/search-icon.png") no-repeat center center #fafafa;
    font-size: 12px;
    font-weight: normal;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 466, ../sass/brand/_header.scss */
  .site-search #header_0_SiteSearchBox_pnlSearch {
    width: 750px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  /* line 475, ../sass/brand/_header.scss */
  .top-bar .language {
    top: 0;
    margin: 0;
    float: none;
  }

  /* line 483, ../sass/brand/_header.scss */
  .site-selector #siteSelector {
    padding: 5px 0;
  }

  /* line 488, ../sass/brand/_header.scss */
  .site-header {
    margin-bottom: 140px;
  }
}
@media (max-width: 480px) {
  /* line 495, ../sass/brand/_header.scss */
  .top-bar .language-selector {
    display: block;
    float: left;
  }
  /* line 498, ../sass/brand/_header.scss */
  .top-bar .language-selector .btn {
    font-size: 12px;
    font-weight: normal;
  }
  /* line 503, ../sass/brand/_header.scss */
  .top-bar .language-selector .tablet--language img + span {
    white-space: normal;
  }
  /* line 508, ../sass/brand/_header.scss */
  .top-bar .site-selector {
    float: left;
  }

  /* line 515, ../sass/brand/_header.scss */
  .site-header-inner .gateway-container a {
    padding: 4px 8px;
    font-size: 12px;
  }

  /* line 522, ../sass/brand/_header.scss */
  .site-header .authGateway {
    margin-top: 20px;
  }
}
/*navigation*/
/* line 3, ../sass/brand/_navigation.scss */
.wrap-navigation .child-menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  padding-left: 40px;
  padding-right: 40px;
  cursor: pointer;
}
/* line 14, ../sass/brand/_navigation.scss */
.wrap-navigation li {
  position: relative;
}
/* line 16, ../sass/brand/_navigation.scss */
.wrap-navigation li ul {
  display: none;
  padding: 0;
  background-color: #012168;
}
/* line 22, ../sass/brand/_navigation.scss */
.wrap-navigation li:hover ul {
  display: block;
}
/* line 27, ../sass/brand/_navigation.scss */
.wrap-navigation li li a {
  display: block;
  padding: 10px 20px;
  color: #d3d5e3;
  clear: both;
  white-space: pre;
  text-transform: capitalize;
}
/* line 36, ../sass/brand/_navigation.scss */
.wrap-navigation li li a:active, .wrap-navigation li li a:focus, .wrap-navigation li li a:hover {
  background: #2e3b7a;
  color: #d3d5e3;
}
/* line 44, ../sass/brand/_navigation.scss */
.wrap-navigation ul ul {
  margin: 0;
  list-style: none;
}

/* line 53, ../sass/brand/_navigation.scss */
.navbar-nav .open .dropdown-menu {
  display: block;
}

/* line 60, ../sass/brand/_navigation.scss */
.touch .wrap-navigation .child-menu {
  display: inline;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 71, ../sass/brand/_navigation.scss */
  .no-touch .wrap-navigation li li a {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  /* line 82, ../sass/brand/_navigation.scss */
  .wrap-navigation .child-menu {
    display: inline;
  }
  /* line 87, ../sass/brand/_navigation.scss */
  .wrap-navigation li:hover ul {
    display: none;
  }
  /* line 94, ../sass/brand/_navigation.scss */
  .wrap-navigation .nav .dropdown.open > a {
    border: none;
    background: #2e3b7a;
    white-space: normal;
  }
  /* line 99, ../sass/brand/_navigation.scss */
  .wrap-navigation .nav .dropdown.open > li > a {
    padding: 10px 15px;
  }
}
/* Site Search Bar */
/* line 3, ../sass/brand/_homepage.scss */
.Home .container-content .col-md-12 {
  min-height: 0;
}

/*#22762 cube4*/
/* line 12, ../sass/brand/_homepage.scss */
.Home .carousel__container + script + .col-xs-12, .Home .spotlight-container.spotlight_width_full-container .carousel__container + script + .panel, .spotlight-container.spotlight_width_full-container .Home .carousel__container + script + .panel, .Home .spotlight-container.spotlight_top-banner-container .carousel__container + script + .panel, .spotlight-container.spotlight_top-banner-container .Home .carousel__container + script + .panel,
.Home .carousel__container + script + script + script + .col-xs-12,
.Home .spotlight-container.spotlight_width_full-container .carousel__container + script + script + script + .panel,
.spotlight-container.spotlight_width_full-container .Home .carousel__container + script + script + script + .panel,
.Home .spotlight-container.spotlight_top-banner-container .carousel__container + script + script + script + .panel,
.spotlight-container.spotlight_top-banner-container .Home .carousel__container + script + script + script + .panel,
.Home .carousel__container + script + script + .col-xs-12,
.Home .spotlight-container.spotlight_width_full-container .carousel__container + script + script + .panel,
.spotlight-container.spotlight_width_full-container .Home .carousel__container + script + script + .panel,
.Home .spotlight-container.spotlight_top-banner-container .carousel__container + script + script + .panel,
.spotlight-container.spotlight_top-banner-container .Home .carousel__container + script + script + .panel {
  padding: 0;
}

/*Countries List*/
/* line 17, ../sass/brand/_homepage.scss */
.countries-holder {
  padding: 32px 0 48px;
  background: url("/~/media/adeccogroup/brands/spring professional/spain/media/home/spain-map-cities.png") no-repeat 50% 100%;
}
/* line 20, ../sass/brand/_homepage.scss */
.countries-holder h2 {
  margin-bottom: 30px;
  text-align: center;
}
/* line 24, ../sass/brand/_homepage.scss */
.countries-holder ul {
  padding: 0;
  margin: 0;
}
/* line 28, ../sass/brand/_homepage.scss */
.countries-holder li {
  position: relative;
  padding: 10px 10px 10px 50px;
  border-bottom: 1px solid #e5e5e5;
  color: #c91c42;
  list-style: none;
}
/* line 34, ../sass/brand/_homepage.scss */
.countries-holder li:before {
  position: absolute;
  top: 6px;
  left: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  text-decoration: inherit;
  content: "\f138";
}
/* line 46, ../sass/brand/_homepage.scss */
.countries-holder li a {
  color: #b2b2b2;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
/* line 51, ../sass/brand/_homepage.scss */
.countries-holder li a:hover {
  color: #c91c42;
}
/* line 54, ../sass/brand/_homepage.scss */
.countries-holder li a span {
  font-weight: 400;
}
/* line 57, ../sass/brand/_homepage.scss */
.countries-holder .map-pin {
  position: absolute;
  width: 95px;
  height: 60px;
  text-align: center;
  transition: inherit;
  font-weight: 900;
  background-position: 50% -653px;
  background-repeat: no-repeat;
  color: #011747;
}
/* line 68, ../sass/brand/_homepage.scss */
.countries-holder .map-pin:hover {
  background-position: 50% -715px;
  text-decoration: none;
}
/* line 74, ../sass/brand/_homepage.scss */
.countries-holder .map-bilbao {
  top: 105px;
  right: 430px;
}
/* line 78, ../sass/brand/_homepage.scss */
.countries-holder .map-barcelona {
  top: 180px;
  right: 260px;
}
/* line 82, ../sass/brand/_homepage.scss */
.countries-holder .map-madrid {
  top: 190px;
  right: 450px;
}
/* line 86, ../sass/brand/_homepage.scss */
.countries-holder .map-valencia {
  top: 245px;
  right: 360px;
}
/* line 90, ../sass/brand/_homepage.scss */
.countries-holder .map-seville {
  top: 300px;
  right: 557px;
}
/* line 95, ../sass/brand/_homepage.scss */
.countries-holder .cities-links {
  position: absolute;
  right: 20px;
  top: 130px;
}
/* line 99, ../sass/brand/_homepage.scss */
.countries-holder .cities-links a {
  display: block;
  margin: 8px 0;
  padding: 6px 20px;
  border-radius: 20px;
  background-color: #012168;
  color: #fff;
  text-align: center;
}
/* line 111, ../sass/brand/_homepage.scss */
.countries-holder .tooltip.top .tooltip-arrow {
  border-top-color: #012168;
}
/* line 115, ../sass/brand/_homepage.scss */
.countries-holder .tooltip-inner {
  background-color: #012168;
}

/*Emmployers section*/
/* line 122, ../sass/brand/_homepage.scss */
.home-actions {
  padding: 51px 0;
  background: url("/~/media/adeccogroup/brands/spring professional/assets/css/img/bg-home-action.jpg") no-repeat;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}
/* line 131, ../sass/brand/_homepage.scss */
.home-actions h2 {
  color: white;
  text-align: center;
}
/* line 135, ../sass/brand/_homepage.scss */
.home-actions p {
  color: #b2b2b2;
  font-size: 18px;
  text-align: center;
}
/* line 140, ../sass/brand/_homepage.scss */
.home-actions .btn-white-brd {
  padding: 20px 0;
  margin-top: 15px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 80px;
  color: white;
  font-weight: 700;
}
/* line 148, ../sass/brand/_homepage.scss */
.home-actions .btn-white-brd:hover {
  background-color: white;
  color: #012168;
}
/* line 155, ../sass/brand/_homepage.scss */
.home-actions .row .text-right .row, .home-actions .breadcrumb-container .breadcrumb nav .text-right .row, .breadcrumb-container .breadcrumb .home-actions nav .text-right .row, .home-actions .row .text-right .breadcrumb-container .breadcrumb nav, .breadcrumb-container .breadcrumb .home-actions .row .text-right nav, .home-actions .breadcrumb-container .breadcrumb nav .text-right nav, .breadcrumb-container .breadcrumb .home-actions nav .text-right nav {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 161, ../sass/brand/_homepage.scss */
.global-actions {
  background: url("/~/media/adeccogroup/brands/spring professional/uk/media/Home/carousel-banners/job-seeker-banner.jpg") no-repeat center -5px;
  padding: 51px 0;
  color: white;
}
/* line 165, ../sass/brand/_homepage.scss */
.global-actions h2 {
  color: white;
  text-align: center;
}
/* line 169, ../sass/brand/_homepage.scss */
.global-actions h2.job-seeker:before {
  display: inline-block;
  width: 36px;
  height: 28px;
  content: "";
  margin-right: 16px;
  background-position: 0 -219px;
}
/* line 180, ../sass/brand/_homepage.scss */
.global-actions h2.employers:before {
  display: inline-block;
  width: 36px;
  height: 28px;
  content: "";
  margin-right: 16px;
  background-position: 0 -272px;
}
/* line 192, ../sass/brand/_homepage.scss */
.global-actions p {
  color: #b2b2b2;
  font-size: 18px;
  text-align: center;
}
/* line 197, ../sass/brand/_homepage.scss */
.global-actions .btn-white-brd {
  padding: 20px 0;
  margin-top: 15px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 80px;
  color: white;
  font-weight: 700;
}
/* line 205, ../sass/brand/_homepage.scss */
.global-actions .btn-white-brd:hover {
  background-color: white;
  color: #012168;
}

/*Did you know section*/
/* line 212, ../sass/brand/_homepage.scss */
.footer-connect {
  padding: 3.2em 0;
  background: url("/~/media/adeccogroup/brands/spring professional/assets/css/img/bg-home-footer-connect.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  line-height: 1.3333333;
  font-weight: 700;
  color: #011747;
}
/* line 222, ../sass/brand/_homepage.scss */
.footer-connect p {
  color: #011747;
  font-size: 20px;
}
/* line 226, ../sass/brand/_homepage.scss */
.footer-connect h2 {
  margin: 10px 0 0;
}
/* line 229, ../sass/brand/_homepage.scss */
.footer-connect h3, .footer-connect .wrap-news-list h4, .wrap-news-list .footer-connect h4 {
  margin: 0.2em 0 2em 0;
}
/* line 232, ../sass/brand/_homepage.scss */
.footer-connect .btn {
  border-radius: 80px;
  font-weight: 700;
}
/* line 236, ../sass/brand/_homepage.scss */
.footer-connect .btn-default {
  padding: 14px 61px;
  margin: 0 15px;
  cursor: default;
}
/* line 243, ../sass/brand/_homepage.scss */
.footer-connect .btn:hover,
.footer-connect .btn:focus,
.footer-connect .btn {
  font-size: 25px;
  color: #011747;
  border: 2px solid #011747;
  background-color: transparent;
}

/* line 250, ../sass/brand/_homepage.scss */
.global-solutions {
  padding: 32px 0;
}
/* line 252, ../sass/brand/_homepage.scss */
.global-solutions header {
  margin-bottom: 42px;
}
/* line 255, ../sass/brand/_homepage.scss */
.global-solutions P {
  margin-top: 16px;
}
/* line 258, ../sass/brand/_homepage.scss */
.global-solutions a {
  display: inline-block;
  margin-top: 19px;
  font-size: 20px;
  font-weight: normal;
  color: #012168;
}
/* line 264, ../sass/brand/_homepage.scss */
.global-solutions a i {
  color: #c91c43;
}
/* line 269, ../sass/brand/_homepage.scss */
.global-solutions .col-sm-6,
.global-solutions .col-md-3 {
  border-right: 1px solid #e5e5e5;
}
/* line 271, ../sass/brand/_homepage.scss */
.global-solutions .col-sm-6:last-child,
.global-solutions .col-md-3:last-child {
  border: none;
}

/*
@media (min-width: 1400px) {
	.countries-holder {
		background-position: -45px 0;
		height: 558px;
	}
}
@media (min-width: 1100px) and (max-width: 1399px) {
	.countries-holder {
		background-position: -85px 0;
		height: 558px;
	}
}

@media (min-width: 1061px) and (max-width: 1099px) {
	.countries-holder {
		background-position: -160px 0;
	}
}

@media (min-width: 1024px) and (max-width: 1060px) {
	.countries-holder {
		background-position: -202px 0;
		height: 558px;
		.map-bilbao {
			top: 93px;
		}
		 .map-barcelona {
			right: 222px;
		 }
		 .map-valencia {
			  right: 319px;
		 }
		 .map-seville {
			right: 410px;
		 }
	}
}

@media (min-width: 992px) and (max-width: 1023px) {
	.countries-holder {
		background-position: -250px 50% ;
		.map-madrid {
			right: 414px;
		}
	}
}
*/
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 329, ../sass/brand/_homepage.scss */
  .home-actions .btn-white-brd {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  /* line 336, ../sass/brand/_homepage.scss */
  .countries-holder {
    background: none;
  }
  /* line 338, ../sass/brand/_homepage.scss */
  .countries-holder .cities-links {
    position: static;
  }
  /* line 340, ../sass/brand/_homepage.scss */
  .countries-holder .cities-links a {
    width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 349, ../sass/brand/_homepage.scss */
  .home-actions {
    background: white;
  }
  /* line 353, ../sass/brand/_homepage.scss */
  .home-actions .row .text-right .row, .home-actions .breadcrumb-container .breadcrumb nav .text-right .row, .breadcrumb-container .breadcrumb .home-actions nav .text-right .row, .home-actions .row .text-right .breadcrumb-container .breadcrumb nav, .breadcrumb-container .breadcrumb .home-actions .row .text-right nav, .home-actions .breadcrumb-container .breadcrumb nav .text-right nav, .breadcrumb-container .breadcrumb .home-actions nav .text-right nav {
    border-right: none;
  }
  /* line 358, ../sass/brand/_homepage.scss */
  .home-actions h2 {
    margin-top: 15px;
    text-align: center;
    color: #011747;
  }
  /* line 363, ../sass/brand/_homepage.scss */
  .home-actions p {
    display: none;
  }
  /* line 366, ../sass/brand/_homepage.scss */
  .home-actions .btn-white-brd {
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #adb4ba;
    font-weight: 700;
    text-transform: uppercase;
  }
  /* line 374, ../sass/brand/_homepage.scss */
  .home-actions .btn-white-brd:hover {
    background-color: transparent;
    color: #adb4ba;
  }
  /* line 378, ../sass/brand/_homepage.scss */
  .home-actions .btn-white-brd:after {
    position: absolute;
    width: 8px;
    height: 21px;
    margin-top: 5px;
    margin-left: 11px;
    content: "";
    background: url("/~/media/adeccogroup/brands/spring professional/assets/css/img/right-arrow.png") no-repeat;
  }
  /* line 388, ../sass/brand/_homepage.scss */
  .home-actions .btn-primary {
    position: relative;
    padding: 0;
    margin: 5px 0;
    font-size: 16px;
    color: #a6adb4;
  }
  /* line 394, ../sass/brand/_homepage.scss */
  .home-actions .btn-primary:hover {
    color: #011747;
  }
  /* line 397, ../sass/brand/_homepage.scss */
  .home-actions .btn-primary:after {
    display: inline-block;
    position: absolute;
    top: -4px;
    padding-left: 10px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    content: "\f105";
  }

  /* line 410, ../sass/brand/_homepage.scss */
  .global-actions {
    padding: 0;
    background: white;
  }
  /* line 413, ../sass/brand/_homepage.scss */
  .global-actions .container, .global-actions .spotlight-container .panel, .spotlight-container .global-actions .panel, .global-actions .spotlight-container .panel--body, .spotlight-container .global-actions .panel--body, .global-actions .breadcrumb-container .breadcrumb, .breadcrumb-container .global-actions .breadcrumb, .global-actions .job-search-container .job-search-inner, .job-search-container .global-actions .job-search-inner, .global-actions .one-column .main-content, .one-column .global-actions .main-content {
    padding: 0;
  }
  /* line 416, ../sass/brand/_homepage.scss */
  .global-actions .col-sm-6 {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
  }
  /* line 419, ../sass/brand/_homepage.scss */
  .global-actions .col-sm-6:first-child {
    padding-bottom: 20px;
  }
  /* line 422, ../sass/brand/_homepage.scss */
  .global-actions .col-sm-6:last-child {
    padding-bottom: 42px;
  }
  /* line 428, ../sass/brand/_homepage.scss */
  .global-actions h2.employers:before {
    margin-right: 0;
  }
  /* line 435, ../sass/brand/_homepage.scss */
  .global-actions .row .text-right .row, .global-actions .breadcrumb-container .breadcrumb nav .text-right .row, .breadcrumb-container .breadcrumb .global-actions nav .text-right .row, .global-actions .row .text-right .breadcrumb-container .breadcrumb nav, .breadcrumb-container .breadcrumb .global-actions .row .text-right nav, .global-actions .breadcrumb-container .breadcrumb nav .text-right nav, .breadcrumb-container .breadcrumb .global-actions nav .text-right nav {
    border-right: none;
  }
  /* line 440, ../sass/brand/_homepage.scss */
  .global-actions h2 {
    margin-top: 15px;
    text-align: center;
    color: #011747;
  }
  /* line 445, ../sass/brand/_homepage.scss */
  .global-actions p {
    display: none;
  }
  /* line 448, ../sass/brand/_homepage.scss */
  .global-actions .btn-white-brd {
    padding: 0;
    margin-top: 8px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #adb4ba;
    font-weight: 700;
    text-transform: uppercase;
  }
  /* line 457, ../sass/brand/_homepage.scss */
  .global-actions .btn-white-brd:hover {
    background-color: transparent;
    color: #adb4ba;
  }
  /* line 461, ../sass/brand/_homepage.scss */
  .global-actions .btn-white-brd:after {
    display: inline-block;
    width: 8px;
    height: 21px;
    margin-top: 5px;
    margin-left: 11px;
    vertical-align: middle;
    content: "";
    background: url("/~/media/adeccogroup/brands/spring professional/assets/css/img/right-arrow.png") no-repeat;
  }
  /* line 472, ../sass/brand/_homepage.scss */
  .global-actions .btn-primary {
    position: relative;
    padding: 0;
    margin: 5px 0;
    font-size: 16px;
    color: #a6adb4;
  }
  /* line 478, ../sass/brand/_homepage.scss */
  .global-actions .btn-primary:hover {
    color: #011747;
  }
  /* line 481, ../sass/brand/_homepage.scss */
  .global-actions .btn-primary:after {
    display: inline-block;
    position: absolute;
    top: -4px;
    padding-left: 10px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    content: "\f105";
  }

  /* line 497, ../sass/brand/_homepage.scss */
  .footer-connect .btn:hover,
  .footer-connect .btn:focus,
  .footer-connect .btn {
    font-size: 20px;
  }
  /* line 500, ../sass/brand/_homepage.scss */
  .footer-connect .btn-default {
    padding: 14px 30px;
  }

  /* line 505, ../sass/brand/_homepage.scss */
  .countries-holder .map-links {
    margin-bottom: 20px;
  }
  /* line 508, ../sass/brand/_homepage.scss */
  .countries-holder .map-links:after, .countries-holder .map-links:before {
    display: table;
    clear: both;
    content: " ";
  }
  /* line 514, ../sass/brand/_homepage.scss */
  .countries-holder .map-pin {
    position: static;
    display: block;
    width: 48%;
    float: left;
    height: auto;
    margin: 5px 0;
    margin-right: 2%;
    padding: 10px;
    background: #031a4f;
    border-radius: 5em;
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 768px) {
  /* line 533, ../sass/brand/_homepage.scss */
  .global-solutions .col-sm-6,
  .global-solutions .col-md-3 {
    padding: 15px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  /* line 538, ../sass/brand/_homepage.scss */
  .global-solutions .col-sm-6:nth-last-child(2), .global-solutions .col-sm-6:last-child,
  .global-solutions .col-md-3:nth-last-child(2),
  .global-solutions .col-md-3:last-child {
    border-bottom: none;
  }

  /* line 544, ../sass/brand/_homepage.scss */
  .global-actions {
    overflow: hidden;
  }
  /* line 546, ../sass/brand/_homepage.scss */
  .global-actions .col-sm-6 {
    padding-top: 0;
  }
  /* line 549, ../sass/brand/_homepage.scss */
  .global-actions h2 {
    margin-top: 36px;
  }
  /* line 551, ../sass/brand/_homepage.scss */
  .global-actions h2:before {
    margin-right: 0;
  }
  /* line 555, ../sass/brand/_homepage.scss */
  .global-actions .btn-white-brd {
    padding: 0;
    margin-top: 8px;
  }
  /* line 559, ../sass/brand/_homepage.scss */
  .global-actions .col-sm-6 {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 564, ../sass/brand/_homepage.scss */
  .global-actions .container, .global-actions .spotlight-container .panel, .spotlight-container .global-actions .panel, .global-actions .spotlight-container .panel--body, .spotlight-container .global-actions .panel--body, .global-actions .breadcrumb-container .breadcrumb, .breadcrumb-container .global-actions .breadcrumb, .global-actions .job-search-container .job-search-inner, .job-search-container .global-actions .job-search-inner, .global-actions .one-column .main-content, .one-column .global-actions .main-content {
    width: 100%;
  }

  /* line 568, ../sass/brand/_homepage.scss */
  .global-actions h2.job-seeker:before {
    display: none;
  }

  /* line 571, ../sass/brand/_homepage.scss */
  .global-actions h2.employers:before {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 579, ../sass/brand/_homepage.scss */
  .global-actions .col-sm-6 {
    padding-top: 0;
  }

  /* line 583, ../sass/brand/_homepage.scss */
  .global-actions h2.employers:before {
    display: none;
  }

  /* line 586, ../sass/brand/_homepage.scss */
  .global-actions h2.job-seeker:before {
    display: none;
  }

  /* line 593, ../sass/brand/_homepage.scss */
  .global-solutions .col-sm-6:nth-last-child(2), .global-solutions .col-sm-6:last-child,
  .global-solutions .col-md-3:nth-last-child(2),
  .global-solutions .col-md-3:last-child {
    border-right: 1px solid #e5e5e5;
  }
  /* line 597, ../sass/brand/_homepage.scss */
  .global-solutions a {
    display: block;
  }
  /* line 599, ../sass/brand/_homepage.scss */
  .global-solutions a i {
    float: right;
  }

  /* line 605, ../sass/brand/_homepage.scss */
  .countries-holder .map-links {
    margin-bottom: 20px;
  }
  /* line 608, ../sass/brand/_homepage.scss */
  .countries-holder .map-pin {
    display: block;
    width: 100%;
    margin-right: 0;
    float: none;
  }

  /* line 615, ../sass/brand/_homepage.scss */
  .global-solutions {
    padding-bottom: 0;
  }
  /* line 618, ../sass/brand/_homepage.scss */
  .global-solutions .col-sm-6:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
  /* line 622, ../sass/brand/_homepage.scss */
  .global-solutions a {
    margin: 3px 0 6px;
    font-size: 18px;
  }
  /* line 625, ../sass/brand/_homepage.scss */
  .global-solutions a:after {
    background: url("/~/media/adeccogroup/brands/spring professional/uk/css/img/red-arrow.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    position: absolute;
    right: 13px;
    height: 19px;
  }
  /* line 632, ../sass/brand/_homepage.scss */
  .global-solutions .row, .global-solutions .breadcrumb-container .breadcrumb nav, .breadcrumb-container .breadcrumb .global-solutions nav {
    padding: 0;
  }

  /* line 640, ../sass/brand/_homepage.scss */
  .global-solutions .col-sm-6:nth-last-child(2),
  .global-solutions .col-sm-6:last-child,
  .global-solutions .col-md-3:nth-last-child(2),
  .global-solutions .col-md-3:last-child,
  .global-solutions .col-sm-6, .global-solutions .col-md-3 {
    border-right: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
  }
}
/*image header homepage*/
/* line 3, ../sass/brand/_big-image-header.scss */
.spotlight_top-banner section {
  height: 400px;
}
/* line 6, ../sass/brand/_big-image-header.scss */
.spotlight_top-banner .panel--body {
  display: table;
  height: 400px;
}
/* line 9, ../sass/brand/_big-image-header.scss */
.spotlight_top-banner .panel--body h1 {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 767px) {
  /* line 21, ../sass/brand/_big-image-header.scss */
  .spotlight-container.spotlight_top-banner-container section {
    height: 300px;
  }

  /* line 26, ../sass/brand/_big-image-header.scss */
  .spotlight_top-banner .panel--body {
    height: 300px;
  }
  /* line 28, ../sass/brand/_big-image-header.scss */
  .spotlight_top-banner .panel--body h1 {
    font-size: 40px;
  }
  /* line 30, ../sass/brand/_big-image-header.scss */
  .spotlight_top-banner .panel--body h1 img {
    height: 100px;
  }
}
/*BreadCrumb*/
/* line 5, ../sass/brand/_breadcrumb.scss */
.breadcrumb-container .breadcrumb {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 10px auto;
  background: none;
}
/* line 15, ../sass/brand/_breadcrumb.scss */
.breadcrumb-container .breadcrumb ol {
  padding: 0;
  margin: 0;
}
/* line 19, ../sass/brand/_breadcrumb.scss */
.breadcrumb-container .breadcrumb ol li {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  text-transform: capitalize;
}
/* line 24, ../sass/brand/_breadcrumb.scss */
.breadcrumb-container .breadcrumb ol li:after {
  display: inline-block;
  content: " ";
  width: 11px;
  height: 11px;
  background: url("/~/media/adeccogroup/brands/spring professional/assets/css/img/double-chevron.png");
}
/* line 32, ../sass/brand/_breadcrumb.scss */
.breadcrumb-container .breadcrumb ol li:last-child:after {
  background: none;
}
/* line 36, ../sass/brand/_breadcrumb.scss */
.breadcrumb-container .breadcrumb ol li a {
  color: #999999;
  font-size: 12px;
  text-transform: capitalize;
}
/* line 43, ../sass/brand/_breadcrumb.scss */
.breadcrumb-container .breadcrumb p {
  display: none;
}

/* line 50, ../sass/brand/_breadcrumb.scss */
.container-body .breadcrumb-container .breadcrumb nav:first-child,
.breadcrumb-container .breadcrumb .container-body nav:first-child {
  margin: 0;
}

/* line 55, ../sass/brand/_breadcrumb.scss */
body.cookie-policy .breadcrumb {
  padding: 0 30px;
}
/* line 58, ../sass/brand/_breadcrumb.scss */
body.cookie-policy article {
  padding: 0 15px;
}

/* line 68, ../sass/brand/_breadcrumb.scss */
.job-details .container-body .breadcrumb-container .breadcrumb nav,
.job-results .container-body .breadcrumb-container .breadcrumb nav {
  padding-left: 15px;
}

/* line 80, ../sass/brand/_breadcrumb.scss */
.job-details .container-body .breadcrumb-container .breadcrumb {
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 95, ../sass/brand/_breadcrumb.scss */
  .job-results .container-body .breadcrumb-container .breadcrumb nav {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  /* line 105, ../sass/brand/_breadcrumb.scss */
  .breadcrumb-container .breadcrumb {
    padding: 0;
  }
}
/*For Carousel*/
/* line 3, ../sass/brand/_carousel.scss */
.owl-carousel {
  display: block;
}

/* line 10, ../sass/brand/_carousel.scss */
.Home .carousel__container .effect-sadie > a img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 430px;
}
/* line 18, ../sass/brand/_carousel.scss */
.Home .carousel__container .effect-sadie > img {
  height: 430px;
}

/* line 24, ../sass/brand/_carousel.scss */
.carousel__container h2 {
  display: none;
}
/* line 29, ../sass/brand/_carousel.scss */
.carousel__container .owl-item img {
  width: 100%;
  margin: auto;
  cursor: default;
}
/* line 35, ../sass/brand/_carousel.scss */
.carousel__container .owl-item.active .pins {
  opacity: 1;
}
/* line 44, ../sass/brand/_carousel.scss */
.carousel__container .figure-content img {
  width: auto;
  margin: 0;
  cursor: default;
}
/* line 50, ../sass/brand/_carousel.scss */
.carousel__container figure {
  direction: ltr;
}
/* line 53, ../sass/brand/_carousel.scss */
.carousel__container figure.effect-sadie {
  border-radius: 0;
}
/* line 56, ../sass/brand/_carousel.scss */
.carousel__container figure.effect-sadie figcaption:before {
  background: none;
}
/* line 60, ../sass/brand/_carousel.scss */
.carousel__container figure.effect-sadie .figure-content {
  opacity: 1;
}
/* line 66, ../sass/brand/_carousel.scss */
.carousel__container .owl-carousel {
  width: 100%;
  padding: 0;
  margin: auto;
  background: none;
  border: none;
}
/* line 73, ../sass/brand/_carousel.scss */
.carousel__container .owl-carousel .thumbnail {
  border-radius: 0;
}
/* line 77, ../sass/brand/_carousel.scss */
.carousel__container .owl-carousel .owl-controls {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  text-align: center;
}
/* line 83, ../sass/brand/_carousel.scss */
.carousel__container .owl-carousel .owl-controls .owl-nav [class*="owl-"] {
  padding: 10px;
  margin: 0;
  font-weight: normal;
  background: #333333;
  opacity: 0.4;
}
/* line 91, ../sass/brand/_carousel.scss */
.carousel__container .owl-carousel .owl-controls .owl-prev {
  left: 15px;
}
/* line 94, ../sass/brand/_carousel.scss */
.carousel__container .owl-carousel .owl-controls .owl-next {
  right: 15px;
}

/* line 104, ../sass/brand/_carousel.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 16px;
  background: white;
}
/* line 112, ../sass/brand/_carousel.scss */
.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
  background: #012168;
}

/* line 122, ../sass/brand/_carousel.scss */
figure.effect-sadie .figure-content,
figure.effect-sadie figcaption::before {
  position: absolute;
  top: -5px;
  width: 100%;
  transform: none;
}
/* line 130, ../sass/brand/_carousel.scss */
figure.effect-sadie:hover .figure-content,
figure.effect-sadie:hover figcaption::before {
  transform: none;
}
/* line 134, ../sass/brand/_carousel.scss */
figure.effect-sadie figCaption > a {
  display: none;
}
/* line 137, ../sass/brand/_carousel.scss */
figure.effect-sadie .figure-content {
  padding: 0;
}
/* line 139, ../sass/brand/_carousel.scss */
figure.effect-sadie .figure-content > a {
  display: none;
}
/* line 143, ../sass/brand/_carousel.scss */
figure.effect-sadie .figure__description {
  margin: 0;
}
/* line 146, ../sass/brand/_carousel.scss */
figure.effect-sadie .figure__title {
  margin: 0;
}

/*Pins carousel*/
/* line 152, ../sass/brand/_carousel.scss */
.slide-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin: 0;
}
/* line 161, ../sass/brand/_carousel.scss */
.slide-content.container, .spotlight-container .slide-content.panel, .spotlight-container .slide-content.panel--body, .breadcrumb-container .slide-content.breadcrumb, .job-search-container .slide-content.job-search-inner, .one-column .slide-content.main-content {
  position: absolute;
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 168, ../sass/brand/_carousel.scss */
.slide-content .sliderText {
  width: 100%;
}
/* line 170, ../sass/brand/_carousel.scss */
.slide-content .sliderText > a {
  display: none;
}
/* line 173, ../sass/brand/_carousel.scss */
.slide-content .sliderText a {
  text-decoration: none;
  color: white;
}
/* line 178, ../sass/brand/_carousel.scss */
.slide-content .sliderText h1,
.slide-content .sliderText h2 {
  font-size: 65px;
  color: white;
  line-height: 1;
  text-shadow: 0 0 10px #011747;
}
/* line 184, ../sass/brand/_carousel.scss */
.slide-content .sliderText .col-sm-4, .slide-content .sliderText .wb .wb-rightcolumn, .wb .slide-content .sliderText .wb-rightcolumn, .slide-content .sliderText .job-details .col-right-rail, .job-details .slide-content .sliderText .col-right-rail {
  padding: 5px 15px;
}
/* line 188, ../sass/brand/_carousel.scss */
.slide-content .btn {
  display: inline-block;
  padding: 12px 25px;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 5em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
}
/* line 200, ../sass/brand/_carousel.scss */
.slide-content .pins {
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
/* line 207, ../sass/brand/_carousel.scss */
.slide-content + p {
  display: none;
}
/* line 209, ../sass/brand/_carousel.scss */
.slide-content + p + p {
  display: none;
}

/* line 215, ../sass/brand/_carousel.scss */
.animated, .carousel__container .owl-item.active .pins {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 223, ../sass/brand/_carousel.scss */
.bounceInDown, .carousel__container .owl-item.active .pins {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInDown {
  /* line 228, ../sass/brand/_carousel.scss */
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 233, ../sass/brand/_carousel.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  /* line 239, ../sass/brand/_carousel.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  /* line 245, ../sass/brand/_carousel.scss */
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  /* line 250, ../sass/brand/_carousel.scss */
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  /* line 255, ../sass/brand/_carousel.scss */
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  /* line 262, ../sass/brand/_carousel.scss */
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* line 267, ../sass/brand/_carousel.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  /* line 273, ../sass/brand/_carousel.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  /* line 279, ../sass/brand/_carousel.scss */
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  /* line 284, ../sass/brand/_carousel.scss */
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  /* line 289, ../sass/brand/_carousel.scss */
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 1024px) {
  /* line 297, ../sass/brand/_carousel.scss */
  .pins {
    display: none;
  }

  /* line 303, ../sass/brand/_carousel.scss */
  .slide-content .sliderText h1,
  .slide-content .sliderText h2 {
    font-size: 48px;
    word-wrap: break-word;
  }
  /* line 308, ../sass/brand/_carousel.scss */
  .slide-content .btn {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /* line 318, ../sass/brand/_carousel.scss */
  .slide-content .sliderText h1,
  .slide-content .sliderText h2 {
    font-size: 30px;
  }

  /* line 323, ../sass/brand/_carousel.scss */
  .carousel__container .effect-sadie > a img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: inline-block;
  }

  /* line 329, ../sass/brand/_carousel.scss */
  .carousel__container .effect-sadie > img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: inline-block;
  }

  /* line 339, ../sass/brand/_carousel.scss */
  .slide-content .sliderText h1,
  .slide-content .sliderText h2 {
    font-size: 18px;
    margin-bottom: 0;
  }
  /* line 343, ../sass/brand/_carousel.scss */
  .slide-content .sliderText br {
    margin: 5px 0;
    content: " ";
    display: block;
  }
  /* line 350, ../sass/brand/_carousel.scss */
  .slide-content .btn {
    width: auto;
    padding: 3px 12px;
    font-size: 11px;
  }
}
/*Team*/
/* line 4, ../sass/brand/_team.scss */
.team .staff-holder {
  padding: 0 0 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-right: 5px solid #012168;
  background-color: #f1f1f1;
  float: left;
}

/* line 14, ../sass/brand/_team.scss */
.staff-holder {
  position: relative;
  width: 100%;
}
/* line 17, ../sass/brand/_team.scss */
.staff-holder img {
  width: 100%;
}
/* line 20, ../sass/brand/_team.scss */
.staff-holder .staff-content {
  position: relative;
  padding: 0 15px;
}
/* line 24, ../sass/brand/_team.scss */
.staff-holder .staff-toplinks {
  padding: 10px 0;
  text-align: center;
}

/* line 31, ../sass/brand/_team.scss */
.staff-toplinks a {
  display: inline-block;
  width: 36px;
  border-radius: 3em;
  background-color: #012168;
  font-size: 15px;
  color: white;
  line-height: 36px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
/* line 43, ../sass/brand/_team.scss */
.staff-toplinks a:hover {
  opacity: 0.8;
  text-decoration: underline;
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

@media (min-width: 992px) {
  /* line 54, ../sass/brand/_team.scss */
  .staff-holder {
    width: 48%;
    margin-right: 4%;
  }
  /* line 57, ../sass/brand/_team.scss */
  .staff-holder:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  /* line 66, ../sass/brand/_team.scss */
  .staff-content,
  .staff-image {
    width: 50%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 74, ../sass/brand/_team.scss */
  .team .staff-holder {
    margin: 10px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 81, ../sass/brand/_team.scss */
  .staff-holder {
    width: 48%;
    margin-right: 4%;
  }
  /* line 84, ../sass/brand/_team.scss */
  .staff-holder:nth-child(even) {
    margin-right: 0;
  }
}
/*Left Navigation*/
/* line 2, ../sass/brand/_left-navigation.scss */
.secondary-nav-container {
  display: none;
}

/* line 6, ../sass/brand/_left-navigation.scss */
.col-left-rail .secondary-nav-container {
  display: block;
  position: relative;
  margin-top: -72px;
}
/* line 13, ../sass/brand/_left-navigation.scss */
.col-left-rail .secondary-nav-container li {
  display: block;
  padding: 0;
  margin: 0;
}
/* line 18, ../sass/brand/_left-navigation.scss */
.col-left-rail .secondary-nav-container a {
  position: relative;
  display: block;
  padding: 20px;
  margin: 0;
  background: #f1f1f1;
  color: #012168;
}
/* line 25, ../sass/brand/_left-navigation.scss */
.col-left-rail .secondary-nav-container a:hover {
  background: #012168;
  color: white;
}
/* line 29, ../sass/brand/_left-navigation.scss */
.col-left-rail .secondary-nav-container a.active {
  background: #012168;
  color: white;
}
/* line 32, ../sass/brand/_left-navigation.scss */
.col-left-rail .secondary-nav-container a.active:after {
  display: block;
  position: absolute;
  top: 0;
  right: -6px;
  width: 6px;
  height: 100%;
  background: none repeat scroll 0 0 #c91c43;
  content: "";
}
/* line 45, ../sass/brand/_left-navigation.scss */
.col-left-rail .secondary-nav-container + .col-xs-12, .col-left-rail .spotlight-container.spotlight_width_full-container .secondary-nav-container + .panel, .spotlight-container.spotlight_width_full-container .col-left-rail .secondary-nav-container + .panel, .col-left-rail .spotlight-container.spotlight_top-banner-container .secondary-nav-container + .panel, .spotlight-container.spotlight_top-banner-container .col-left-rail .secondary-nav-container + .panel {
  padding: 0;
}

/*#22762 cube4*/
/* line 53, ../sass/brand/_left-navigation.scss */
.col-left-rail .col-xs-12 #job-search-header, .col-left-rail .spotlight-container.spotlight_width_full-container .panel #job-search-header, .spotlight-container.spotlight_width_full-container .col-left-rail .panel #job-search-header, .col-left-rail .spotlight-container.spotlight_top-banner-container .panel #job-search-header, .spotlight-container.spotlight_top-banner-container .col-left-rail .panel #job-search-header {
  margin-left: -15px;
  margin-right: -15px;
}

/* Site Results Page */
/*Footer*/
/* line 2, ../sass/brand/_footer.scss */
.page-footer {
  background: #f1f1f1;
}
/* line 5, ../sass/brand/_footer.scss */
.page-footer .row .col-md-12:last-child, .page-footer .breadcrumb-container .breadcrumb nav .col-md-12:last-child, .breadcrumb-container .breadcrumb .page-footer nav .col-md-12:last-child {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #fff;
}
/* line 11, ../sass/brand/_footer.scss */
.page-footer ul {
  margin: 0;
}
/* line 14, ../sass/brand/_footer.scss */
.page-footer .disclaimer {
  color: #6d6d6d;
  font-size: 12px;
}
/* line 18, ../sass/brand/_footer.scss */
.page-footer .disclaimer a {
  color: #6d6d6d;
}
/* line 21, ../sass/brand/_footer.scss */
.page-footer .disclaimer + ul {
  padding-left: 0;
  margin-left: -5px;
  list-style: outside none none;
  text-align: right;
}
/* line 27, ../sass/brand/_footer.scss */
.page-footer .disclaimer + ul > li {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
}
/* line 32, ../sass/brand/_footer.scss */
.page-footer .disclaimer + ul a {
  color: #6d6d6d;
}
/* line 40, ../sass/brand/_footer.scss */
.page-footer ~ scfForm {
  display: none;
}

/* line 44, ../sass/brand/_footer.scss */
.moreinfo {
  padding: 48px 0 26px 0;
}
/* line 46, ../sass/brand/_footer.scss */
.moreinfo .row, .moreinfo .breadcrumb-container .breadcrumb nav, .breadcrumb-container .breadcrumb .moreinfo nav {
  position: relative;
}
/* line 49, ../sass/brand/_footer.scss */
.moreinfo h3, .moreinfo .wrap-news-list h4, .wrap-news-list .moreinfo h4 {
  margin: 10px 0 20px 0;
  color: #012168;
}
/* line 53, ../sass/brand/_footer.scss */
.moreinfo .site-toplinks {
  margin-top: 20px;
}
/* line 55, ../sass/brand/_footer.scss */
.moreinfo .site-toplinks a {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 48px;
  line-height: 36px;
  background-color: #012168;
  font-size: 15px;
  color: white;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
/* line 70, ../sass/brand/_footer.scss */
.moreinfo .site-toplinks a:hover {
  opacity: 0.8;
  text-decoration: underline;
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}
/* line 78, ../sass/brand/_footer.scss */
.moreinfo .site-toplinks span {
  display: inline-block;
  padding: 0 15px;
  border-radius: 48px;
  background-color: white;
}
/* line 83, ../sass/brand/_footer.scss */
.moreinfo .site-toplinks span a {
  width: auto;
  padding: 0 5px;
  background-color: white;
  color: #012168;
}
/* line 88, ../sass/brand/_footer.scss */
.moreinfo .site-toplinks span a:hover {
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  transform: rotateZ(0);
}
/* line 96, ../sass/brand/_footer.scss */
.moreinfo .btn-spring-blue {
  border-color: #012168;
  background-color: #012168;
  color: white;
}
/* line 100, ../sass/brand/_footer.scss */
.moreinfo .btn-spring-blue:hover {
  background-color: #011747;
  border-color: #011747;
}
/* line 105, ../sass/brand/_footer.scss */
.moreinfo p {
  margin: 16px 0;
}
/* line 108, ../sass/brand/_footer.scss */
.moreinfo .btn {
  padding: 8px;
  margin-bottom: 5px;
  border-radius: 5em;
  color: white;
  font-weight: 700;
  text-decoration: none;
}

/* line 119, ../sass/brand/_footer.scss */
.action-btn .btn {
  width: 260px;
}

/* line 123, ../sass/brand/_footer.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 128, ../sass/brand/_footer.scss */
.footerForm {
  margin: 1em 0;
}

/* line 131, ../sass/brand/_footer.scss */
.scrollToTop {
  position: absolute;
  bottom: 28px;
  right: 0;
  display: none;
  width: auto;
  height: 24px;
  padding-right: 45px;
  cursor: pointer;
  text-decoration: none;
  color: #012168;
  font-weight: bold;
  font-size: 14px;
  background-position: 100% -171px;
  background-repeat: no-repeat;
}
/* line 149, ../sass/brand/_footer.scss */
.scrollToTop:hover, .scrollToTop:active, .scrollToTop:focus {
  color: #012168;
}

/* line 154, ../sass/brand/_footer.scss */
.cookie-policy-wrap {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  font-size: 12px;
  color: white;
  background: #c91c43;
}
/* line 163, ../sass/brand/_footer.scss */
.cookie-policy-wrap a {
  color: white;
  text-decoration: underline;
}
/* line 167, ../sass/brand/_footer.scss */
.cookie-policy-wrap #accept-policy {
  padding: 5px 10px;
  margin: 7px 0;
  border-radius: 5em;
  background: #012168;
  text-decoration: none;
}

/* line 176, ../sass/brand/_footer.scss */
.moreinfo .row + a, .moreinfo .breadcrumb-container .breadcrumb nav + a, .breadcrumb-container .breadcrumb .moreinfo nav + a {
  display: inline-block;
}

@media (min-width: 992px) {
  /* line 184, ../sass/brand/_footer.scss */
  .col-rt-offset-1 {
    margin-right: 8.33333%;
  }
}
/* Spring UK footer */
/* line 190, ../sass/brand/_footer.scss */
.primary-footer {
  padding: 45px 0;
  background-color: #f1f1f1;
}
/* line 193, ../sass/brand/_footer.scss */
.primary-footer dl {
  margin-bottom: 0;
}
/* line 197, ../sass/brand/_footer.scss */
.primary-footer dt a,
.primary-footer dd a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.3;
  color: #002266;
  border-bottom: solid 1px #d9d9d9;
}
/* line 205, ../sass/brand/_footer.scss */
.primary-footer dd {
  border-bottom: solid 1px #d9d9d9;
}
/* line 207, ../sass/brand/_footer.scss */
.primary-footer dd a {
  display: inline-block;
  font-weight: normal;
  border-bottom: none;
}
/* line 211, ../sass/brand/_footer.scss */
.primary-footer dd a:hover {
  text-decoration: none;
}
/* line 215, ../sass/brand/_footer.scss */
.primary-footer dd:last-child {
  border-bottom: none;
}
/* line 220, ../sass/brand/_footer.scss */
.primary-footer .social ul {
  margin: 0;
  padding: 0;
}
/* line 224, ../sass/brand/_footer.scss */
.primary-footer .social li {
  padding: 2px;
  float: left;
  list-style: none;
}
/* line 228, ../sass/brand/_footer.scss */
.primary-footer .social li a {
  padding: 5px;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  background-color: #012168;
  border-radius: 50%;
}
/* line 243, ../sass/brand/_footer.scss */
.primary-footer .social li a i,
.primary-footer .social li a em {
  color: white;
}
/* line 246, ../sass/brand/_footer.scss */
.primary-footer h4 {
  font-size: 24px;
  font-weight: bold;
}
/* line 250, ../sass/brand/_footer.scss */
.primary-footer p {
  font-size: 13px;
}
/* line 253, ../sass/brand/_footer.scss */
.primary-footer .footer-links {
  padding: 0 !important;
  border: medium none !important;
}
/* line 257, ../sass/brand/_footer.scss */
.primary-footer .footer-btn-group {
  padding-right: 0;
  padding-left: 0;
  border-top: none !important;
}
/* line 261, ../sass/brand/_footer.scss */
.primary-footer .footer-btn-group span {
  display: inline-block;
  margin: 0 0 0 5px;
}
/* line 266, ../sass/brand/_footer.scss */
.primary-footer .btn-custom {
  padding: 10px 20px;
  font-size: 13px;
  background-image: none;
  border: none;
  border-radius: 18px;
  white-space: normal;
}
/* line 273, ../sass/brand/_footer.scss */
.primary-footer .btn-custom i {
  padding-right: 8px;
}
/* line 277, ../sass/brand/_footer.scss */
.primary-footer .btn-info, .primary-footer .wrap-news-list .news-link a, .wrap-news-list .news-link .primary-footer a {
  background-color: #5596b6;
}
/* line 280, ../sass/brand/_footer.scss */
.primary-footer .btn-success {
  background-color: #54a159;
}
/* line 283, ../sass/brand/_footer.scss */
.primary-footer .footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}
/* line 287, ../sass/brand/_footer.scss */
.primary-footer .footer-links {
  padding: 0;
  border: none;
}
/* line 291, ../sass/brand/_footer.scss */
.primary-footer .social {
  padding: 0;
}
/* line 295, ../sass/brand/_footer.scss */
.primary-footer .Contractor i {
  padding: 5px 18px 5px 0;
  background: url("/~/media/adeccogroup/brands/spring professional/uk/css/img/user.png") no-repeat 0 center;
  height: 21px;
  display: inline;
  width: 19px;
  margin-right: 8px;
}
/* line 305, ../sass/brand/_footer.scss */
.primary-footer .Recruitment i {
  padding: 5px 18px 5px 0;
  background: url("/~/media/adeccogroup/brands/spring professional/uk/css/img/globe.png") no-repeat 0 center;
  height: 18px;
  display: inline;
  width: 19px;
  margin-right: 8px;
}

/* line 317, ../sass/brand/_footer.scss */
.page-footer .primary-footer .col-md-12:last-child {
  border-top: none;
}

/* for UK footer */
@media (max-width: 1024px) {
  /* line 326, ../sass/brand/_footer.scss */
  .moreinfo {
    padding: 30px 0 10px;
  }
  /* line 328, ../sass/brand/_footer.scss */
  .moreinfo .btn {
    width: 100%;
    font-size: 16px;
  }

  /* line 334, ../sass/brand/_footer.scss */
  .page-footer .disclaimer {
    margin: 10px 0;
    padding: 0;
  }
  /* line 337, ../sass/brand/_footer.scss */
  .page-footer .disclaimer + ul {
    display: block;
    text-align: left;
  }
}
@media all and (max-width: 992px) {
  /* line 347, ../sass/brand/_footer.scss */
  .location-column .list-group {
    border-top: none;
  }
}
@media (max-width: 991px) {
  /* line 355, ../sass/brand/_footer.scss */
  .moreinfo .scrollToTop {
    display: none;
    visibility: hidden;
  }

  /* line 361, ../sass/brand/_footer.scss */
  .primary-footer dt {
    font-size: 22px;
    text-transform: capitalize;
  }
  /* line 366, ../sass/brand/_footer.scss */
  .primary-footer dd a {
    font-weight: bold;
  }
  /* line 370, ../sass/brand/_footer.scss */
  .primary-footer .btn-custom {
    text-align: left;
  }
  /* line 373, ../sass/brand/_footer.scss */
  .primary-footer .footer-btn-group {
    margin-top: 30px;
  }
  /* line 376, ../sass/brand/_footer.scss */
  .primary-footer .footer-links {
    float: right;
  }
  /* line 379, ../sass/brand/_footer.scss */
  .primary-footer .social {
    position: relative;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 389, ../sass/brand/_footer.scss */
  .page-footer .mobile-links p:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 397, ../sass/brand/_footer.scss */
  .primary-footer .footer-links {
    float: left;
  }
  /* line 400, ../sass/brand/_footer.scss */
  .primary-footer .footer-logo {
    margin-bottom: 0;
    float: left;
  }
  /* line 405, ../sass/brand/_footer.scss */
  .primary-footer .social ul {
    float: right;
  }

  /*.effect-sadie > img {
  	height: auto;
  }*/
}
/*#18360 TRN*/
@media (min-width: 768px) and (max-width: 991px) {
  /* line 418, ../sass/brand/_footer.scss */
  .page-footer .moreinfo .form {
    clear: both;
  }
}
/*News Section*/
/* line 3, ../sass/brand/_news.scss */
.wrap-news-list ul {
  margin: 0;
}
/* line 7, ../sass/brand/_news.scss */
.wrap-news-list .media-body {
  display: block;
}
/* line 11, ../sass/brand/_news.scss */
.wrap-news-list .media-list > li {
  margin: 1em 0;
  border-bottom: 1px solid gainsboro;
  clear: both;
}
/* line 18, ../sass/brand/_news.scss */
.wrap-news-list .media-extra .time {
  display: none;
}
/* line 22, ../sass/brand/_news.scss */
.wrap-news-list .news-link {
  display: block;
  margin: 1em 0;
}
/* line 25, ../sass/brand/_news.scss */
.wrap-news-list .news-link a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5em;
  font-size: 12px;
  line-height: 1.5;
  outline: none;
  background-color: #c91c43;
  border-color: transparent;
  color: white;
}
/* line 38, ../sass/brand/_news.scss */
.wrap-news-list .news-link a:focus, .wrap-news-list .news-link a:active, .wrap-news-list .news-link a:hover {
  background-color: #b3193c;
}
/* line 45, ../sass/brand/_news.scss */
.wrap-news-list h4 a {
  color: #012168;
}

/* line 56, ../sass/brand/_news.scss */
.wrap-news-details .media-extra li {
  display: inline;
}
/* line 59, ../sass/brand/_news.scss */
.wrap-news-details .media-extra .time {
  display: none;
}
/* line 62, ../sass/brand/_news.scss */
.wrap-news-details .media-extra.with-title {
  margin: 5px 0;
}
/* line 64, ../sass/brand/_news.scss */
.wrap-news-details .media-extra.with-title .news-tags {
  display: inline-block;
}

/* line 71, ../sass/brand/_news.scss */
.wb-entries a {
  display: block;
}

/* line 77, ../sass/brand/_news.scss */
.wb .wb-details {
  font-size: 12px;
}
/* line 80, ../sass/brand/_news.scss */
.wb .wb-leftcolumn {
  /* for blog list */
}
/* line 83, ../sass/brand/_news.scss */
.wb .wb-leftcolumn img.wb-image {
  margin: 30px 0;
  min-width: 100%;
}
/* line 87, ../sass/brand/_news.scss */
.wb .wb-leftcolumn h2 {
  font-size: 25px;
  color: #012168;
  line-height: normal;
}
/* line 91, ../sass/brand/_news.scss */
.wb .wb-leftcolumn h2 a {
  font-size: 25px;
  color: #012168;
}
/* line 97, ../sass/brand/_news.scss */
.wb .wb-leftcolumn .wb-entry-list-entries {
  padding-left: 0;
}
/* line 99, ../sass/brand/_news.scss */
.wb .wb-leftcolumn .wb-entry-list-entries li {
  padding-bottom: 39px;
  list-style: none;
  border-bottom: 1px solid gainsboro;
}
/* line 103, ../sass/brand/_news.scss */
.wb .wb-leftcolumn .wb-entry-list-entries li p {
  margin-bottom: 27px;
}
/* line 108, ../sass/brand/_news.scss */
.wb .wb-leftcolumn .wb-entry-detail {
  font-size: 12px;
}
/* line 110, ../sass/brand/_news.scss */
.wb .wb-leftcolumn .wb-entry-detail a.wb-read-more {
  padding: 7px 22px;
  text-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 12px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 5em;
  background-color: #c91c43;
  border-color: transparent;
  color: white;
}
/* line 124, ../sass/brand/_news.scss */
.wb .wb-leftcolumn .wb-entry-detail a.wb-read-more:focus, .wb .wb-leftcolumn .wb-entry-detail a.wb-read-more:active, .wb .wb-leftcolumn .wb-entry-detail a.wb-read-more:hover {
  background-color: #b3193c;
  text-decoration: none;
}
/* line 130, ../sass/brand/_news.scss */
.wb .wb-leftcolumn .wb-entry-detail .wb-comment-count:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 12px;
  background-position: 0 -527px;
}
/* line 141, ../sass/brand/_news.scss */
.wb .wb-leftcolumn .wb-entry-share {
  width: 100%;
  padding-bottom: 39px;
  margin-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}
/* line 146, ../sass/brand/_news.scss */
.wb .wb-leftcolumn .wb-entry-share h3, .wb .wb-leftcolumn .wb-entry-share .wrap-news-list h4, .wrap-news-list .wb .wb-leftcolumn .wb-entry-share h4 {
  float: left;
  margin-top: 5px;
  font-size: 12px;
  color: #555555;
}
/* line 154, ../sass/brand/_news.scss */
.wb .wb-leftcolumn .wb-entries a {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}
/* line 158, ../sass/brand/_news.scss */
.wb .wb-leftcolumn .wb-entries a:hover {
  background-color: transparent;
}
/* line 161, ../sass/brand/_news.scss */
.wb .wb-leftcolumn .wb-entries a .twitter-share-button {
  padding: 0;
  margin: 0;
  border: none;
}
/* line 168, ../sass/brand/_news.scss */
.wb .wb-leftcolumn .wb-entries .addthis_button_tweet #twitter-widget-0 {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}
/* line 175, ../sass/brand/_news.scss */
.wb .wb-leftcolumn .wb-entries .addthis_counter.addthis_pill_style {
  height: 26px;
}
/* line 183, ../sass/brand/_news.scss */
.wb .wb-rightcolumn ul {
  padding: 0;
  margin: 0;
}
/* line 186, ../sass/brand/_news.scss */
.wb .wb-rightcolumn ul li {
  list-style: none;
}
/* line 190, ../sass/brand/_news.scss */
.wb .wb-rightcolumn .col-xs-12:first-child, .wb .wb-rightcolumn .spotlight-container.spotlight_width_full-container .panel:first-child, .spotlight-container.spotlight_width_full-container .wb .wb-rightcolumn .panel:first-child, .wb .wb-rightcolumn .spotlight-container.spotlight_top-banner-container .panel:first-child, .spotlight-container.spotlight_top-banner-container .wb .wb-rightcolumn .panel:first-child {
  padding-left: 0;
  margin-top: -68px;
  margin-bottom: 15px;
}
/* line 197, ../sass/brand/_news.scss */
.wb .wb-feeds img {
  display: inline;
}
/* line 201, ../sass/brand/_news.scss */
.wb .wb-footer {
  display: none;
}
/* line 204, ../sass/brand/_news.scss */
.wb .wb-header {
  display: none;
}
/* line 207, ../sass/brand/_news.scss */
.wb .breadcrumb-container {
  overflow: hidden;
}

/* line 211, ../sass/brand/_news.scss */
.wb-entry-add-comment {
  padding: 52px 48px;
  margin-top: 20px;
  background-color: #f1f1f1;
  border-radius: 0.5em;
}
/* line 216, ../sass/brand/_news.scss */
.wb-entry-add-comment h3, .wb-entry-add-comment .wrap-news-list h4, .wrap-news-list .wb-entry-add-comment h4 {
  display: none;
}
/* line 219, ../sass/brand/_news.scss */
.wb-entry-add-comment span {
  visibility: visible !important;
  color: #c91c42;
}
/* line 223, ../sass/brand/_news.scss */
.wb-entry-add-comment label {
  display: inline;
  width: 100%;
  margin: 5px 0;
  font-weight: normal;
  font-size: 14px;
}
/* line 232, ../sass/brand/_news.scss */
.wb-entry-add-comment textarea,
.wb-entry-add-comment input[type="text"] {
  border-color: gainsboro;
  border-radius: 0;
}
/* line 237, ../sass/brand/_news.scss */
.wb-entry-add-comment .wb-submit {
  padding: 12px 25px;
  text-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 5em;
  background-color: #c91c43;
  border-color: transparent;
  color: white;
  float: right;
}
/* line 252, ../sass/brand/_news.scss */
.wb-entry-add-comment .wb-submit:focus, .wb-entry-add-comment .wb-submit:active, .wb-entry-add-comment .wb-submit:hover {
  background-color: #b3193c;
  text-decoration: none;
}
/* line 257, ../sass/brand/_news.scss */
.wb-entry-add-comment .blog-captcha-image {
  margin: 10px 0;
}

/* for blog post */
/* line 264, ../sass/brand/_news.scss */
.wb-entry-comments {
  margin: 20px 0;
}
/* line 266, ../sass/brand/_news.scss */
.wb-entry-comments ul {
  padding: 52px 0;
  margin: 40px 0 0 0;
  background-color: #f1f1f1;
  border-radius: 0.5em;
}
/* line 271, ../sass/brand/_news.scss */
.wb-entry-comments ul li {
  padding-bottom: 50px;
  margin-top: 50px;
  position: relative;
  list-style: none;
  border-bottom: 1px solid #cccccc;
}
/* line 277, ../sass/brand/_news.scss */
.wb-entry-comments ul li:last-child {
  border-bottom: none;
}
/* line 280, ../sass/brand/_news.scss */
.wb-entry-comments ul li:before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 40px;
  width: 20px;
  height: 17px;
  background-position: 0 -407px;
  content: "";
}
/* line 292, ../sass/brand/_news.scss */
.wb-entry-comments ul li p {
  display: inline-block;
  padding: 0 0 0 72px;
  margin: 0;
}
/* line 297, ../sass/brand/_news.scss */
.wb-entry-comments ul li:first-child {
  margin-top: 0;
}
/* line 302, ../sass/brand/_news.scss */
.wb-entry-comments ul li img,
.wb-entry-comments ul li .wb-comment-name,
.wb-entry-comments ul li .wb-datetime {
  padding-right: 48px;
  padding-left: 106px;
  float: right;
  Clear: both;
  font-size: 12px;
  color: #666666;
}
/* line 310, ../sass/brand/_news.scss */
.wb-entry-comments ul li .wb-comment-name {
  margin-top: 17px;
}
/* line 313, ../sass/brand/_news.scss */
.wb-entry-comments ul li img {
  display: none;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 324, ../sass/brand/_news.scss */
.spainblog .spotlight-container {
  padding: 0;
}
/* line 326, ../sass/brand/_news.scss */
.spainblog .spotlight-container .panel {
  width: 100%;
  padding-left: 0;
  margin-left: 0;
}
/* line 330, ../sass/brand/_news.scss */
.spainblog .spotlight-container .panel .panel--body {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  /* line 342, ../sass/brand/_news.scss */
  .wb .wb-leftcolumn {
    padding: 0;
    float: none !important;
  }
  /* line 346, ../sass/brand/_news.scss */
  .wb .wb-leftcolumn .wb-entry-list-entries {
    padding: 0;
    margin: 0;
  }
  /* line 352, ../sass/brand/_news.scss */
  .wb .wb-rightcolumn .col-xs-12:first-child, .wb .wb-rightcolumn .spotlight-container.spotlight_width_full-container .panel:first-child, .spotlight-container.spotlight_width_full-container .wb .wb-rightcolumn .panel:first-child, .wb .wb-rightcolumn .spotlight-container.spotlight_top-banner-container .panel:first-child, .spotlight-container.spotlight_top-banner-container .wb .wb-rightcolumn .panel:first-child {
    display: none;
  }

  /* line 357, ../sass/brand/_news.scss */
  .wb-entry-add-comment {
    padding: 20px;
  }
  /* line 359, ../sass/brand/_news.scss */
  .wb-entry-add-comment .wb-submit {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    float: none;
  }
}
/* line 4, ../sass/brand/_html-site-map.scss */
.sitemap-page ul > li a {
  text-transform: capitalize;
}
/* line 11, ../sass/brand/_html-site-map.scss */
.sitemap-page .col-content ul {
  padding: 0;
  margin: 0;
}
/* line 14, ../sass/brand/_html-site-map.scss */
.sitemap-page .col-content ul li {
  padding: 3px 0;
}
/* line 16, ../sass/brand/_html-site-map.scss */
.sitemap-page .col-content ul li li {
  padding-left: 10px;
}

/*Share Icons*/
/* line 3, ../sass/brand/_share-icons.scss */
.social-share-icons .social-links {
  display: inline-block;
}
/* line 5, ../sass/brand/_share-icons.scss */
.social-share-icons .social-links li {
  display: block;
  float: left;
}
/* line 9, ../sass/brand/_share-icons.scss */
.social-share-icons .social-links a {
  position: relative;
  z-index: 10;
  padding: 5px 2px;
}
/* line 14, ../sass/brand/_share-icons.scss */
.social-share-icons .social-links a:focus, .social-share-icons .social-links a:hover {
  background: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 21, ../sass/brand/_share-icons.scss */
  .social-share-icons {
    display: block;
  }
  /* line 23, ../sass/brand/_share-icons.scss */
  .social-share-icons .social-links {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 30, ../sass/brand/_share-icons.scss */
  .social-share-icons {
    display: block;
  }
  /* line 32, ../sass/brand/_share-icons.scss */
  .social-share-icons .social-links {
    display: none;
  }
}
/* line 38, ../sass/brand/_share-icons.scss */
iframe {
  position: relative;
  z-index: 1;
}

/* Search Bar */
/* line 4, ../sass/brand/_job-search-bar.scss */
.Home .carousel__container + .col-xs-12, .Home .spotlight-container.spotlight_width_full-container .carousel__container + .panel, .spotlight-container.spotlight_width_full-container .Home .carousel__container + .panel, .Home .spotlight-container.spotlight_top-banner-container .carousel__container + .panel, .spotlight-container.spotlight_top-banner-container .Home .carousel__container + .panel {
  float: none;
  padding: 0;
}

/* line 13, ../sass/brand/_job-search-bar.scss */
.typeahead.dropdown-menu > .active > a {
  background: transparent;
  color: #333333;
}
/* line 17, ../sass/brand/_job-search-bar.scss */
.typeahead.dropdown-menu > .active > a:hover, .typeahead.dropdown-menu > .active > a:focus {
  background: transparent;
  color: #333333;
}

/* line 27, ../sass/brand/_job-search-bar.scss */
.job-search-container {
  position: relative;
  padding: 32px 0 17px;
  background: #012168;
}
/* line 35, ../sass/brand/_job-search-bar.scss */
.job-search-container .job-search-title {
  display: none;
}
/* line 39, ../sass/brand/_job-search-bar.scss */
.job-search-container .job-search-location,
.job-search-container .job-search-keyword {
  float: left;
  width: 37.3%;
  padding-right: 20px;
}
/* line 43, ../sass/brand/_job-search-bar.scss */
.job-search-container .job-search-location input,
.job-search-container .job-search-keyword input {
  width: 100%;
  padding: 0 30px;
  min-height: 48px;
  border-radius: 5em;
  background-color: white;
  line-height: 48px;
}
/* line 53, ../sass/brand/_job-search-bar.scss */
.job-search-container .job-search-keyword,
.job-search-container .job-search-location-input {
  position: relative;
}

/* line 59, ../sass/brand/_job-search-bar.scss */
.spotlight-container .job-holder .btn-info, .spotlight-container .job-holder .wrap-news-list .news-link a, .wrap-news-list .news-link .spotlight-container .job-holder a {
  padding: 12px 40px;
  text-align: center;
}

/* line 66, ../sass/brand/_job-search-bar.scss */
.job-search-search-btn {
  float: left;
  width: 24%;
}
/* line 69, ../sass/brand/_job-search-bar.scss */
.job-search-search-btn .btn {
  position: relative;
  width: 100%;
  border-radius: 2em;
  border: none;
  color: white;
  background: #c91c43;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
/* line 81, ../sass/brand/_job-search-bar.scss */
.job-search-search-btn .btn:before {
  display: inline-block;
  width: 15px;
  height: 16px;
  padding-right: 30px;
  vertical-align: middle;
  content: '';
}
/* line 92, ../sass/brand/_job-search-bar.scss */
.job-search-search-btn .btn:hover, .job-search-search-btn .btn:focus, .job-search-search-btn .btn:active {
  background: #b3193c;
}

/* line 100, ../sass/brand/_job-search-bar.scss */
.wb-rightcolumn .job-search-container,
.col-left-rail .job-search-container {
  padding: 25px 20px 0;
  margin-top: 1px;
}
/* line 103, ../sass/brand/_job-search-bar.scss */
.wb-rightcolumn .job-search-container .job-search-inner,
.col-left-rail .job-search-container .job-search-inner {
  width: 100%;
  padding: 0;
}
/* line 109, ../sass/brand/_job-search-bar.scss */
.wb-rightcolumn .job-search-container .job-search-search-btn,
.wb-rightcolumn .job-search-container .job-search-location,
.wb-rightcolumn .job-search-container .job-search-keyword,
.col-left-rail .job-search-container .job-search-search-btn,
.col-left-rail .job-search-container .job-search-location,
.col-left-rail .job-search-container .job-search-keyword {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  float: none;
}

/* line 119, ../sass/brand/_job-search-bar.scss */
.job-search-container .job-search-location input.new_location::-ms-clear {
  display: none;
}
/* line 122, ../sass/brand/_job-search-bar.scss */
.job-search-container .job-search-location .dropdown-menu {
  width: 100%;
  padding: 0;
}
/* line 125, ../sass/brand/_job-search-bar.scss */
.job-search-container .job-search-location .dropdown-menu > span {
  display: inline-block;
  padding: 10px 20px;
}
/* line 129, ../sass/brand/_job-search-bar.scss */
.job-search-container .job-search-location .dropdown-menu a {
  padding: 10px 20px;
  white-space: inherit;
  word-wrap: normal;
  color: #012168;
  background-color: white;
}
/* line 138, ../sass/brand/_job-search-bar.scss */
.job-search-container .job-search-location .dropdown-menu .dropdown-menu > .active > a,
.job-search-container .job-search-location .dropdown-menu .dropdown-menu > .active > a:hover,
.job-search-container .job-search-location .dropdown-menu .dropdown-menu > .active > a:focus {
  background-color: #b2b2b2;
  color: #012168;
  outline: 0 none;
  text-decoration: none;
}

/* line 147, ../sass/brand/_job-search-bar.scss */
ul.auto-complete {
  padding: 10px;
  margin: 0;
  background-color: white;
  color: #012168;
}
/* line 152, ../sass/brand/_job-search-bar.scss */
ul.auto-complete li {
  padding: 5px 20px !important;
  list-style: none;
  color: #012168 !important;
}
/* line 158, ../sass/brand/_job-search-bar.scss */
ul.auto-complete li:hover, ul.auto-complete li:focus, ul.auto-complete li:active {
  background-color: white !important;
}
/* line 161, ../sass/brand/_job-search-bar.scss */
ul.auto-complete li a {
  background-color: white;
  color: #012168;
}
/* line 164, ../sass/brand/_job-search-bar.scss */
ul.auto-complete li a:hover {
  background-color: transparent;
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 175, ../sass/brand/_job-search-bar.scss */
  .job-search-container .job-search-search-btn .btn {
    font-size: 12px;
  }
  /* line 177, ../sass/brand/_job-search-bar.scss */
  .job-search-container .job-search-search-btn .btn:before {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  /* line 186, ../sass/brand/_job-search-bar.scss */
  .job-search-container {
    padding: 28px 15px 13px 15px;
  }
  /* line 189, ../sass/brand/_job-search-bar.scss */
  .job-search-container .job-search-inner > div {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  /* line 193, ../sass/brand/_job-search-bar.scss */
  .job-search-container .job-search-inner > div:last-child {
    margin-bottom: 0;
  }
  /* line 197, ../sass/brand/_job-search-bar.scss */
  .job-search-container .job-search-inner .job-search-search-btn {
    padding-left: 0;
  }
  /* line 199, ../sass/brand/_job-search-bar.scss */
  .job-search-container .job-search-inner .job-search-search-btn a {
    text-align: center;
  }
  /* line 202, ../sass/brand/_job-search-bar.scss */
  .job-search-container .job-search-inner .job-search-search-btn .btn {
    padding-left: 22px;
    font-size: 13px;
  }
  /* line 205, ../sass/brand/_job-search-bar.scss */
  .job-search-container .job-search-inner .job-search-search-btn .btn:before {
    padding-right: 21px;
  }
}
@media (max-width: 480px) {
  /* line 217, ../sass/brand/_job-search-bar.scss */
  .spotlight-container .job-holder .btn-info, .spotlight-container .job-holder .wrap-news-list .news-link a, .wrap-news-list .news-link .spotlight-container .job-holder a {
    padding: 12px 0;
    text-align: center;
  }
}
/* line 1, ../sass/brand/_job-results.scss */
.ui-slider .ui-slider-handle {
  z-index: 999;
}

/*Added by Indu Rana*/
/*To hide semantic search*/
/* line 7, ../sass/brand/_job-results.scss */
.jobs__related {
  display: none;
}

/* line 12, ../sass/brand/_job-results.scss */
.job-result .job-wide {
  border: none;
}
/* line 14, ../sass/brand/_job-results.scss */
.job-result .job-wide .panel-body {
  padding: 0;
}
/* line 17, ../sass/brand/_job-results.scss */
.job-result .job-wide .panel-header {
  padding: 0;
  margin-bottom: 24px;
  background-color: transparent;
  border: none;
}
/* line 22, ../sass/brand/_job-results.scss */
.job-result .job-wide .panel-header h3, .job-result .job-wide .panel-header .wrap-news-list h4, .wrap-news-list .job-result .job-wide .panel-header h4 {
  margin-top: 8px;
  float: left;
  font-size: 14px;
  color: #333333;
}
/* line 29, ../sass/brand/_job-results.scss */
.job-result .job-wide .filter--show--quantity {
  float: right;
}
/* line 31, ../sass/brand/_job-results.scss */
.job-result .job-wide .filter--show--quantity span {
  font-size: 14px;
  color: #333333;
}
/* line 37, ../sass/brand/_job-results.scss */
.job-result .job-wide .job-alert-ctr {
  float: left;
  color: #333333;
}
/* line 40, ../sass/brand/_job-results.scss */
.job-result .job-wide .job-alert-ctr ul {
  padding-left: 0;
}
/* line 42, ../sass/brand/_job-results.scss */
.job-result .job-wide .job-alert-ctr ul li {
  padding-left: 0;
  background: transparent;
}
/* line 45, ../sass/brand/_job-results.scss */
.job-result .job-wide .job-alert-ctr ul li:first-child {
  padding-right: 2px;
}
/* line 52, ../sass/brand/_job-results.scss */
.job-result .rss {
  padding: 10px 20px;
  color: #333333;
  background-color: white;
  border: 1px solid #012168;
  border-radius: 5em;
}
/* line 58, ../sass/brand/_job-results.scss */
.job-result .rss .fa-lg {
  vertical-align: 0;
}
/* line 61, ../sass/brand/_job-results.scss */
.job-result .rss .fa-rss:before {
  content: "Rss Feed";
  font-size: 13px;
  font-family: "Meta Pro Book","Arial",sans-serif;
  font-weight: bold;
}
/* line 68, ../sass/brand/_job-results.scss */
.job-result .rss .fa-rss:before:hover, .job-result .rss .fa-rss:before:active, .job-result .rss .fa-rss:before:focus {
  color: white;
  background-color: #01194f;
}
/* line 75, ../sass/brand/_job-results.scss */
.job-result .rss:hover, .job-result .rss:active, .job-result .rss:focus {
  color: white;
  background-color: #01194f;
}
/* line 78, ../sass/brand/_job-results.scss */
.job-result .rss:hover i, .job-result .rss:active i, .job-result .rss:focus i {
  color: white;
}
/* line 83, ../sass/brand/_job-results.scss */
.job-result .email-jobs {
  padding: 10px 20px;
  color: #333333;
  background-color: white;
  border: 1px solid #012168;
  font-size: 13px;
  border-radius: 5em;
}
/* line 93, ../sass/brand/_job-results.scss */
.job-result .email-jobs:hover, .job-result .email-jobs:focus, .job-result .email-jobs:active, .job-result .email-jobs.active {
  color: white;
  background-color: #01194f;
}
/* line 97, ../sass/brand/_job-results.scss */
.job-result .email-jobs i {
  display: none;
}

/*semantic search*/
/* line 104, ../sass/brand/_job-results.scss */
.jobs__related span {
  color: #333333;
}
/* line 107, ../sass/brand/_job-results.scss */
.jobs__related a {
  color: #012168;
  font-weight: bold;
}

/* line 114, ../sass/brand/_job-results.scss */
#body_1_contentcolumn_0_ucJobResultPanel__header .row, #body_1_contentcolumn_0_ucJobResultPanel__header .breadcrumb-container .breadcrumb nav, .breadcrumb-container .breadcrumb #body_1_contentcolumn_0_ucJobResultPanel__header nav {
  margin: 0 -15px;
}

/* line 120, ../sass/brand/_job-results.scss */
.job-results--right > .btn-group.pull-right, .wb .job-results--right > .btn-group.wb-leftcolumn {
  width: 100%;
}
/* line 123, ../sass/brand/_job-results.scss */
.job-results--right .job-results-options {
  padding: 0;
  margin: 0;
  float: left;
  color: #333333;
}
/* line 128, ../sass/brand/_job-results.scss */
.job-results--right .job-results-options li {
  padding-left: 0;
  background: transparent;
}
/* line 131, ../sass/brand/_job-results.scss */
.job-results--right .job-results-options li:first-child {
  padding-right: 2px;
}
/* line 134, ../sass/brand/_job-results.scss */
.job-results--right .job-results-options li a {
  padding: 10px 20px;
  color: #333333;
  background-color: white;
  border: 1px solid #012168;
  font-size: 13px;
  border-radius: 5em;
}
/* line 144, ../sass/brand/_job-results.scss */
.job-results--right .job-results-options li a:hover, .job-results--right .job-results-options li a:focus, .job-results--right .job-results-options li a:active, .job-results--right .job-results-options li a.active {
  color: white;
  background-color: #01194f;
}
/* line 148, ../sass/brand/_job-results.scss */
.job-results--right .job-results-options li a i.fa-envelope {
  display: none;
}
/* line 153, ../sass/brand/_job-results.scss */
.job-results--right .job-results-options .rss {
  padding: 10px 20px;
  color: #333333;
  background-color: white;
  border: 1px solid #012168;
  border-radius: 5em;
}
/* line 159, ../sass/brand/_job-results.scss */
.job-results--right .job-results-options .rss .fa-lg {
  vertical-align: 0;
  font-size: 13px;
  font-family: "Meta Pro Book","Arial",sans-serif;
  font-weight: bold;
}
/* line 165, ../sass/brand/_job-results.scss */
.job-results--right .job-results-options .rss .fa-rss:before {
  font-size: 13px;
  font-family: "Meta Pro Book","Arial",sans-serif;
  font-weight: bold;
}
/* line 171, ../sass/brand/_job-results.scss */
.job-results--right .job-results-options .rss .fa-rss:before:hover, .job-results--right .job-results-options .rss .fa-rss:before:active, .job-results--right .job-results-options .rss .fa-rss:before:focus {
  color: white;
  background-color: #01194f;
}
/* line 178, ../sass/brand/_job-results.scss */
.job-results--right .job-results-options .rss:hover, .job-results--right .job-results-options .rss:active, .job-results--right .job-results-options .rss:focus {
  color: white;
  background-color: #01194f;
}
/* line 181, ../sass/brand/_job-results.scss */
.job-results--right .job-results-options .rss:hover i, .job-results--right .job-results-options .rss:active i, .job-results--right .job-results-options .rss:focus i {
  color: white;
}

/* line 190, ../sass/brand/_job-results.scss */
.job-results .spotlight-container.spotlight_top-banner-container section {
  height: 230px;
}

/* line 197, ../sass/brand/_job-results.scss */
.single-job {
  padding: 1px 16px 16px;
  margin-bottom: 19px;
  border: 1px solid gainsboro;
  border-radius: 0.4em;
  font-size: 13px;
  color: #333333;
  background-color: #fafafa;
}
/* line 206, ../sass/brand/_job-results.scss */
.single-job .top-spacing span {
  word-break: break-all;
  display: inline-block;
}
/* line 211, ../sass/brand/_job-results.scss */
.single-job .label {
  display: inline-block;
  margin-top: 15px;
  padding: 0 4px;
  line-height: 14px;
}
/* line 219, ../sass/brand/_job-results.scss */
.single-job h2 a {
  text-decoration: none;
  font-size: 16px;
  color: #031a4f;
}
/* line 223, ../sass/brand/_job-results.scss */
.single-job h2 a span {
  font-size: 16px;
  color: #031a4f;
}
/* line 229, ../sass/brand/_job-results.scss */
.single-job .job--meta {
  overflow: hidden;
  padding: 0;
  margin: 10px 0;
}
/* line 233, ../sass/brand/_job-results.scss */
.single-job .job--meta li {
  margin: 0 5px;
  display: inline;
  color: #333333;
}
/* line 237, ../sass/brand/_job-results.scss */
.single-job .job--meta li span {
  color: #333333;
}
/* line 240, ../sass/brand/_job-results.scss */
.single-job .job--meta li.job--meta-location {
  white-space: nowrap;
}
/* line 244, ../sass/brand/_job-results.scss */
.single-job .job--meta li:first-child:before {
  padding-right: 0;
  content: '';
}
/* line 249, ../sass/brand/_job-results.scss */
.single-job .job--meta li:before {
  padding-right: 3px;
  color: #333333;
  content: "\25cf";
  font-size: 8px;
  line-height: 28px;
  vertical-align: middle;
}
/* line 257, ../sass/brand/_job-results.scss */
.single-job .job--meta li.job--meta-date {
  top: 0;
}
/* line 262, ../sass/brand/_job-results.scss */
.single-job .button-container {
  margin-top: 25px;
  float: right;
}
/* line 265, ../sass/brand/_job-results.scss */
.single-job .button-container a.btn-success {
  background-color: #c91c43;
  border-radius: 5em;
  margin-left: 5px;
  padding: 6px 21px;
}
/* line 272, ../sass/brand/_job-results.scss */
.single-job .button-container a.btn-success:hover, .single-job .button-container a.btn-success:focus, .single-job .button-container a.btn-success:active {
  background: #b3193c;
}
/* line 278, ../sass/brand/_job-results.scss */
.single-job .col-md-12 .row:first-child, .single-job .col-md-12 .breadcrumb-container .breadcrumb nav:first-child, .breadcrumb-container .breadcrumb .single-job .col-md-12 nav:first-child {
  margin-left: -15px;
}
/* line 282, ../sass/brand/_job-results.scss */
.single-job .btn {
  padding: 6px 17px;
  font-size: 13px;
  color: white;
  font-weight: bold;
}

/* line 289, ../sass/brand/_job-results.scss */
.vote-up {
  display: block;
  width: 26px;
  height: 26px;
  background: url("/~/media/adeccogroup/brands/spring professional/assets/media/ssp-css/img/thumb-up-green.png") no-repeat right top;
  font-size: 0;
  color: white;
  cursor: pointer;
}
/* line 300, ../sass/brand/_job-results.scss */
.vote-up:hover, .vote-up:active, .vote-up:focus, .vote-up.active {
  background: url("/~/media/adeccogroup/brands/spring professional/assets/media/ssp-css/img/thumb-up-green_active.png") no-repeat right top;
}
/* line 304, ../sass/brand/_job-results.scss */
.vote-up i,
.vote-up span {
  display: none;
}

/* line 308, ../sass/brand/_job-results.scss */
.vote-down {
  display: block;
  width: 26px;
  height: 26px;
  background: url("/~/media/adeccogroup/brands/spring professional/assets/media/ssp-css/img/thumb-down-red.png") no-repeat right top;
  font-size: 0;
  color: white;
  cursor: pointer;
}
/* line 319, ../sass/brand/_job-results.scss */
.vote-down:hover, .vote-down:active, .vote-down:focus, .vote-down.active {
  background: url("/~/media/adeccogroup/brands/spring professional/assets/media/ssp-css/img/thumb-down-red_active.png") no-repeat right top;
}
/* line 323, ../sass/brand/_job-results.scss */
.vote-down i,
.vote-down span {
  display: none;
}

/* line 329, ../sass/brand/_job-results.scss */
ul.action-option {
  width: auto;
  padding-left: 0;
  margin: 15px 6px 0 6px;
  float: left;
}
/* line 334, ../sass/brand/_job-results.scss */
ul.action-option .saved-job {
  color: #333333;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
}
/* line 343, ../sass/brand/_job-results.scss */
ul.action-option .saved-job:hover, ul.action-option .saved-job:active, ul.action-option .saved-job:focus, ul.action-option .saved-job:visited {
  text-decoration: underline;
}
/* line 347, ../sass/brand/_job-results.scss */
ul.action-option a {
  color: #333333;
  font-weight: bold;
}
/* line 350, ../sass/brand/_job-results.scss */
ul.action-option a i {
  display: none;
}
/* line 354, ../sass/brand/_job-results.scss */
ul.action-option li {
  border: none;
  list-style: none;
}
/* line 358, ../sass/brand/_job-results.scss */
ul.action-option li > div i {
  display: none;
}
/* line 362, ../sass/brand/_job-results.scss */
ul.action-option li i {
  display: none;
}

/* line 367, ../sass/brand/_job-results.scss */
ul.voting {
  width: auto;
  margin-top: 0;
  float: left;
}
/* line 371, ../sass/brand/_job-results.scss */
ul.voting .green {
  font-weight: bold;
  color: #333333;
}
/* line 375, ../sass/brand/_job-results.scss */
ul.voting li {
  display: table-cell;
  padding: 0 6px;
  border: none;
  list-style: none;
  vertical-align: middle;
}
/* line 381, ../sass/brand/_job-results.scss */
ul.voting li span {
  font-size: 13px;
  background-color: transparent;
}
/* line 387, ../sass/brand/_job-results.scss */
ul.voting li a.vote-down span,
ul.voting li a.vote-up span {
  font-size: 11px;
}

/* line 396, ../sass/brand/_job-results.scss */
.job-full .box-footer .row:first-child, .job-full .box-footer .breadcrumb-container .breadcrumb nav:first-child, .breadcrumb-container .breadcrumb .job-full .box-footer nav:first-child {
  margin: 0;
}

/* line 403, ../sass/brand/_job-results.scss */
#matched-jobs i.fa-star {
  display: none;
}
/* line 407, ../sass/brand/_job-results.scss */
#matched-jobs .single-job .col-md-12 {
  padding: 0;
}

/* line 412, ../sass/brand/_job-results.scss */
a[id*=BacktoResults] {
  min-width: 255px;
  padding: 8px 12px;
  margin-top: 10px;
  margin-bottom: 19px;
  margin-left: 0;
  border: 1px solid #012168;
  border-radius: 5em;
  font-size: 14px;
  color: #031a4f;
  background-color: white;
}
/* line 425, ../sass/brand/_job-results.scss */
a[id*=BacktoResults]:hover, a[id*=BacktoResults]:active, a[id*=BacktoResults]:focus {
  background-color: #01194f;
  color: white;
}

/* line 435, ../sass/brand/_job-results.scss */
#email-jobs .checkbox #jobAlertTerms + .error {
  position: absolute;
  top: 38px;
}
/* line 441, ../sass/brand/_job-results.scss */
#email-jobs span.error {
  color: red;
}
/* line 445, ../sass/brand/_job-results.scss */
#email-jobs span[for='jobAlertTerms'] a {
  text-decoration: underline;
}

/* for tooltip  */
/* line 452, ../sass/brand/_job-results.scss */
a.vote-down,
a.vote-up {
  position: relative;
}
/* line 454, ../sass/brand/_job-results.scss */
a.vote-down span,
a.vote-up span {
  display: none;
  position: absolute;
  bottom: -32px;
  left: -52px;
  right: 0;
  z-index: 10;
  width: 130px;
  padding: 4px 7px;
  border-radius: 4px;
  background: #f1f1f1;
  border: 1px solid gainsboro;
  white-space: nowrap;
  color: #6d6d6d;
  line-height: 16px;
  text-align: center;
}
/* line 471, ../sass/brand/_job-results.scss */
a.vote-down span:after, a.vote-down span:before,
a.vote-up span:after,
a.vote-up span:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
}
/* line 482, ../sass/brand/_job-results.scss */
a.vote-down span:after,
a.vote-up span:after {
  border-color: rgba(241, 241, 241, 0);
  border-bottom-color: #f1f1f1;
  border-width: 5px;
  margin-left: -5px;
}
/* line 488, ../sass/brand/_job-results.scss */
a.vote-down span:before,
a.vote-up span:before {
  border-color: rgba(220, 220, 220, 0);
  border-bottom-color: gainsboro;
  border-width: 6px;
  margin-left: -6px;
}
/* line 496, ../sass/brand/_job-results.scss */
a.vote-down:hover span,
a.vote-up:hover span {
  display: inline;
}

/******************Similar Job UI*************************/
/* line 506, ../sass/brand/_job-results.scss */
.similar-jobs-cards h5 {
  color: #012168;
  font-size: 20px;
  font-weight: bold;
}
/* line 511, ../sass/brand/_job-results.scss */
.similar-jobs-cards .container, .similar-jobs-cards .spotlight-container .panel, .spotlight-container .similar-jobs-cards .panel, .similar-jobs-cards .spotlight-container .panel--body, .spotlight-container .similar-jobs-cards .panel--body, .similar-jobs-cards .breadcrumb-container .breadcrumb, .breadcrumb-container .similar-jobs-cards .breadcrumb, .similar-jobs-cards .job-search-container .job-search-inner, .job-search-container .similar-jobs-cards .job-search-inner, .similar-jobs-cards .one-column .main-content, .one-column .similar-jobs-cards .main-content {
  width: 100%;
}
/* line 513, ../sass/brand/_job-results.scss */
.similar-jobs-cards .container .slick-list, .similar-jobs-cards .spotlight-container .panel .slick-list, .spotlight-container .similar-jobs-cards .panel .slick-list, .similar-jobs-cards .spotlight-container .panel--body .slick-list, .spotlight-container .similar-jobs-cards .panel--body .slick-list, .similar-jobs-cards .breadcrumb-container .breadcrumb .slick-list, .breadcrumb-container .similar-jobs-cards .breadcrumb .slick-list, .similar-jobs-cards .job-search-container .job-search-inner .slick-list, .job-search-container .similar-jobs-cards .job-search-inner .slick-list, .similar-jobs-cards .one-column .main-content .slick-list, .one-column .similar-jobs-cards .main-content .slick-list {
  overflow: visible;
}
/* line 516, ../sass/brand/_job-results.scss */
.similar-jobs-cards .container .slick-track, .similar-jobs-cards .spotlight-container .panel .slick-track, .spotlight-container .similar-jobs-cards .panel .slick-track, .similar-jobs-cards .spotlight-container .panel--body .slick-track, .spotlight-container .similar-jobs-cards .panel--body .slick-track, .similar-jobs-cards .breadcrumb-container .breadcrumb .slick-track, .breadcrumb-container .similar-jobs-cards .breadcrumb .slick-track, .similar-jobs-cards .job-search-container .job-search-inner .slick-track, .job-search-container .similar-jobs-cards .job-search-inner .slick-track, .similar-jobs-cards .one-column .main-content .slick-track, .one-column .similar-jobs-cards .main-content .slick-track {
  width: auto !important;
}
/* line 518, ../sass/brand/_job-results.scss */
.similar-jobs-cards .container .slick-track .similarJobCards, .similar-jobs-cards .spotlight-container .panel .slick-track .similarJobCards, .spotlight-container .similar-jobs-cards .panel .slick-track .similarJobCards, .similar-jobs-cards .spotlight-container .panel--body .slick-track .similarJobCards, .spotlight-container .similar-jobs-cards .panel--body .slick-track .similarJobCards, .similar-jobs-cards .breadcrumb-container .breadcrumb .slick-track .similarJobCards, .breadcrumb-container .similar-jobs-cards .breadcrumb .slick-track .similarJobCards, .similar-jobs-cards .job-search-container .job-search-inner .slick-track .similarJobCards, .job-search-container .similar-jobs-cards .job-search-inner .slick-track .similarJobCards, .similar-jobs-cards .one-column .main-content .slick-track .similarJobCards, .one-column .similar-jobs-cards .main-content .slick-track .similarJobCards {
  margin: 0 0 20px 0;
  width: 100% !important;
  height: auto !important;
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid gainsboro;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 526, ../sass/brand/_job-results.scss */
.similar-jobs-cards .container .slick-track .similarJobCards .job__info, .similar-jobs-cards .spotlight-container .panel .slick-track .similarJobCards .job__info, .spotlight-container .similar-jobs-cards .panel .slick-track .similarJobCards .job__info, .similar-jobs-cards .spotlight-container .panel--body .slick-track .similarJobCards .job__info, .spotlight-container .similar-jobs-cards .panel--body .slick-track .similarJobCards .job__info, .similar-jobs-cards .breadcrumb-container .breadcrumb .slick-track .similarJobCards .job__info, .breadcrumb-container .similar-jobs-cards .breadcrumb .slick-track .similarJobCards .job__info, .similar-jobs-cards .job-search-container .job-search-inner .slick-track .similarJobCards .job__info, .job-search-container .similar-jobs-cards .job-search-inner .slick-track .similarJobCards .job__info, .similar-jobs-cards .one-column .main-content .slick-track .similarJobCards .job__info, .one-column .similar-jobs-cards .main-content .slick-track .similarJobCards .job__info {
  padding: 15px;
  min-height: auto !important;
  height: auto;
  border-bottom: none;
}
/* line 533, ../sass/brand/_job-results.scss */
.similar-jobs-cards .container .slick-track .similarJobCards .job__info--name a, .similar-jobs-cards .spotlight-container .panel .slick-track .similarJobCards .job__info--name a, .spotlight-container .similar-jobs-cards .panel .slick-track .similarJobCards .job__info--name a, .similar-jobs-cards .spotlight-container .panel--body .slick-track .similarJobCards .job__info--name a, .spotlight-container .similar-jobs-cards .panel--body .slick-track .similarJobCards .job__info--name a, .similar-jobs-cards .breadcrumb-container .breadcrumb .slick-track .similarJobCards .job__info--name a, .breadcrumb-container .similar-jobs-cards .breadcrumb .slick-track .similarJobCards .job__info--name a, .similar-jobs-cards .job-search-container .job-search-inner .slick-track .similarJobCards .job__info--name a, .job-search-container .similar-jobs-cards .job-search-inner .slick-track .similarJobCards .job__info--name a, .similar-jobs-cards .one-column .main-content .slick-track .similarJobCards .job__info--name a, .one-column .similar-jobs-cards .main-content .slick-track .similarJobCards .job__info--name a {
  font-size: 14px;
  font-weight: bold;
  color: #012168;
  text-transform: uppercase;
}
/* line 540, ../sass/brand/_job-results.scss */
.similar-jobs-cards .container .slick-track .similarJobCards .job__info--meta, .similar-jobs-cards .spotlight-container .panel .slick-track .similarJobCards .job__info--meta, .spotlight-container .similar-jobs-cards .panel .slick-track .similarJobCards .job__info--meta, .similar-jobs-cards .spotlight-container .panel--body .slick-track .similarJobCards .job__info--meta, .spotlight-container .similar-jobs-cards .panel--body .slick-track .similarJobCards .job__info--meta, .similar-jobs-cards .breadcrumb-container .breadcrumb .slick-track .similarJobCards .job__info--meta, .breadcrumb-container .similar-jobs-cards .breadcrumb .slick-track .similarJobCards .job__info--meta, .similar-jobs-cards .job-search-container .job-search-inner .slick-track .similarJobCards .job__info--meta, .job-search-container .similar-jobs-cards .job-search-inner .slick-track .similarJobCards .job__info--meta, .similar-jobs-cards .one-column .main-content .slick-track .similarJobCards .job__info--meta, .one-column .similar-jobs-cards .main-content .slick-track .similarJobCards .job__info--meta {
  margin: 10px 0;
}
/* line 545, ../sass/brand/_job-results.scss */
.similar-jobs-cards .container .job-card__footer, .similar-jobs-cards .spotlight-container .panel .job-card__footer, .spotlight-container .similar-jobs-cards .panel .job-card__footer, .similar-jobs-cards .spotlight-container .panel--body .job-card__footer, .spotlight-container .similar-jobs-cards .panel--body .job-card__footer, .similar-jobs-cards .breadcrumb-container .breadcrumb .job-card__footer, .breadcrumb-container .similar-jobs-cards .breadcrumb .job-card__footer, .similar-jobs-cards .job-search-container .job-search-inner .job-card__footer, .job-search-container .similar-jobs-cards .job-search-inner .job-card__footer, .similar-jobs-cards .one-column .main-content .job-card__footer, .one-column .similar-jobs-cards .main-content .job-card__footer {
  margin-bottom: 15px;
}
/* line 548, ../sass/brand/_job-results.scss */
.similar-jobs-cards .container .card__footer__link, .similar-jobs-cards .spotlight-container .panel .card__footer__link, .spotlight-container .similar-jobs-cards .panel .card__footer__link, .similar-jobs-cards .spotlight-container .panel--body .card__footer__link, .spotlight-container .similar-jobs-cards .panel--body .card__footer__link, .similar-jobs-cards .breadcrumb-container .breadcrumb .card__footer__link, .breadcrumb-container .similar-jobs-cards .breadcrumb .card__footer__link, .similar-jobs-cards .job-search-container .job-search-inner .card__footer__link, .job-search-container .similar-jobs-cards .job-search-inner .card__footer__link, .similar-jobs-cards .one-column .main-content .card__footer__link, .one-column .similar-jobs-cards .main-content .card__footer__link {
  padding: 8px 10px;
  margin: 0 15px;
  display: block;
  color: white;
  text-align: center;
  background: #c91c42;
  border-radius: 18px;
}
/* line 556, ../sass/brand/_job-results.scss */
.similar-jobs-cards .container .card__footer__link:hover, .similar-jobs-cards .spotlight-container .panel .card__footer__link:hover, .spotlight-container .similar-jobs-cards .panel .card__footer__link:hover, .similar-jobs-cards .spotlight-container .panel--body .card__footer__link:hover, .spotlight-container .similar-jobs-cards .panel--body .card__footer__link:hover, .similar-jobs-cards .breadcrumb-container .breadcrumb .card__footer__link:hover, .breadcrumb-container .similar-jobs-cards .breadcrumb .card__footer__link:hover, .similar-jobs-cards .job-search-container .job-search-inner .card__footer__link:hover, .job-search-container .similar-jobs-cards .job-search-inner .card__footer__link:hover, .similar-jobs-cards .one-column .main-content .card__footer__link:hover, .one-column .similar-jobs-cards .main-content .card__footer__link:hover {
  background: #b3193c;
}

/******************New Radius Bar on Job Results UI*************************/
/* line 565, ../sass/brand/_job-results.scss */
.noUi-target.noUi-connect {
  background: #adb4ba;
}

/* line 570, ../sass/brand/_job-results.scss */
.noUi-target.noUi-horizontal .noUi-handle {
  top: -10px;
  background: #c91c43;
}
/* line 574, ../sass/brand/_job-results.scss */
.noUi-target.noUi-horizontal .noUi-handle:before, .noUi-target.noUi-horizontal .noUi-handle:after {
  top: 9px;
  width: 5px;
}
/* line 578, ../sass/brand/_job-results.scss */
.noUi-target.noUi-horizontal .noUi-handle:before {
  left: 5px;
}

@media (max-width: 991px) {
  /* line 587, ../sass/brand/_job-results.scss */
  .single-job .button-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 594, ../sass/brand/_job-results.scss */
  .single-job .btn {
    width: 100%;
  }

  /* line 600, ../sass/brand/_job-results.scss */
  .job-full .panel-footer .apply {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 608, ../sass/brand/_job-results.scss */
  #jobResponse .row, #jobResponse .breadcrumb-container .breadcrumb nav, .breadcrumb-container .breadcrumb #jobResponse nav {
    margin: 0 -15px;
  }
  /* line 611, ../sass/brand/_job-results.scss */
  #jobResponse .single-job {
    margin-bottom: 20px;
  }

  /* line 617, ../sass/brand/_job-results.scss */
  .job-full .job__actions {
    padding: 0;
  }
  /* line 619, ../sass/brand/_job-results.scss */
  .job-full .job__actions li {
    width: auto;
    margin-right: 0;
  }

  /* line 626, ../sass/brand/_job-results.scss */
  .faceted-search,
  .job-alert-ctr {
    display: none;
  }

  /* line 631, ../sass/brand/_job-results.scss */
  .job-result .job-wide .panel-body {
    padding: 0 15px;
  }
  /* line 635, ../sass/brand/_job-results.scss */
  .job-result .job-wide .filter--show--quantity,
  .job-result .job-wide .job-alert-ctr {
    float: none;
    text-align: center;
  }
  /* line 641, ../sass/brand/_job-results.scss */
  .job-result .job-alert-ctr ul {
    float: none;
    margin: 0 auto;
  }
  /* line 646, ../sass/brand/_job-results.scss */
  .job-result .filter--show--quantity {
    display: none;
  }
  /* line 650, ../sass/brand/_job-results.scss */
  .job-result .panel-header .filter--show--quantity {
    width: 100%;
    margin-top: 9px;
    margin-bottom: 15px;
    float: left;
  }
  /* line 657, ../sass/brand/_job-results.scss */
  .job-result .panel-header .job-results-options li {
    text-align: center;
  }
  /* line 659, ../sass/brand/_job-results.scss */
  .job-result .panel-header .job-results-options li:last-child {
    padding-right: 0;
  }
  /* line 666, ../sass/brand/_job-results.scss */
  .job-result .button-container a.btn-success {
    margin-top: 20px;
  }

  /* line 672, ../sass/brand/_job-results.scss */
  .refine-placeholder {
    padding: 0 15px;
  }

  /* line 676, ../sass/brand/_job-results.scss */
  .refine-open .faceted-search {
    display: block;
  }

  /* line 683, ../sass/brand/_job-results.scss */
  .sort-open .job-wide .filter--show--quantity,
  .sort-open .job-wide .job-alert-ctr {
    display: block;
  }

  /* line 691, ../sass/brand/_job-results.scss */
  .job-result .job-wide .panel-header {
    margin-bottom: 8px;
  }
  /* line 694, ../sass/brand/_job-results.scss */
  .job-result .job-wide .single-job {
    padding-bottom: 12px;
    margin: 0 0 20px 0;
  }
  /* line 697, ../sass/brand/_job-results.scss */
  .job-result .job-wide .single-job .button-container {
    margin-top: 20px;
  }
  /* line 699, ../sass/brand/_job-results.scss */
  .job-result .job-wide .single-job .button-container ul {
    width: auto;
    padding-left: 0;
    float: left;
  }
  /* line 703, ../sass/brand/_job-results.scss */
  .job-result .job-wide .single-job .button-container ul.action-option {
    margin-right: 0;
    margin-bottom: 0;
  }
  /* line 706, ../sass/brand/_job-results.scss */
  .job-result .job-wide .single-job .button-container ul.action-option li {
    padding: 0;
  }
  /* line 713, ../sass/brand/_job-results.scss */
  .job-result .job-wide .mobile-buttons {
    display: block !important;
    min-height: 50px;
    padding: 0;
    border: none;
    text-align: center;
  }
  /* line 721, ../sass/brand/_job-results.scss */
  .job-result .job-wide .mobile-buttons:hover, .job-result .job-wide .mobile-buttons:active, .job-result .job-wide .mobile-buttons:focus {
    background-color: transparent;
  }
  /* line 724, ../sass/brand/_job-results.scss */
  .job-result .job-wide .mobile-buttons li {
    display: inline-block;
    margin: 15px 2px;
    text-align: center;
  }
  /* line 728, ../sass/brand/_job-results.scss */
  .job-result .job-wide .mobile-buttons li a {
    display: inherit;
    padding: 8px 12px;
    border: 1px solid #c91c43;
    border-radius: 5em;
    font-size: 14px;
    color: #c91c43;
  }
  /* line 735, ../sass/brand/_job-results.scss */
  .job-result .job-wide .mobile-buttons li a .fa-envelope {
    display: none;
  }
  /* line 740, ../sass/brand/_job-results.scss */
  .job-result .job-wide .mobile-buttons li a:hover, .job-result .job-wide .mobile-buttons li a:active, .job-result .job-wide .mobile-buttons li a:focus {
    background-color: #b3193c;
    color: white;
  }
}
@media (max-width: 360px) {
  /* line 754, ../sass/brand/_job-results.scss */
  .job-result .job-wide .panel-header h3, .job-result .job-wide .panel-header .wrap-news-list h4, .wrap-news-list .job-result .job-wide .panel-header h4 {
    margin: 0 auto 15px;
    text-align: center;
    float: none;
  }
  /* line 759, ../sass/brand/_job-results.scss */
  .job-result .job-wide .panel-header .filter--show--quantity {
    width: 100%;
    text-align: center;
  }
  /* line 763, ../sass/brand/_job-results.scss */
  .job-result .job-wide .panel-header .job-alert-ctr {
    width: 100%;
    text-align: center;
  }
  /* line 768, ../sass/brand/_job-results.scss */
  .job-result .job-wide .panel-header .job-alert-ctr ul {
    width: 100%;
    float: none;
    text-align: center;
  }
  /* line 772, ../sass/brand/_job-results.scss */
  .job-result .job-wide .panel-header .job-alert-ctr ul li {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 781, ../sass/brand/_job-results.scss */
  .job-result .email-jobs {
    font-size: 12px;
  }
  /* line 785, ../sass/brand/_job-results.scss */
  .job-result .rss .fa-rss:before {
    font-size: 12px;
  }
}
/* line 798, ../sass/brand/_job-results.scss */
.job-wide h1[data-bind='text: Count'],
.job-wide h1[data-bind='html: Count'],
.job-wide .jobs__searched h1,
.job-wide .job-results-heading {
  margin-top: 8px;
  float: left;
  font-size: 14px;
  color: #333333;
}

/* line 808, ../sass/brand/_job-results.scss */
.job-results-options #A1.rss .job-results__icon--rss {
  font-style: normal;
}
/* line 810, ../sass/brand/_job-results.scss */
.job-results-options #A1.rss .job-results__icon--rss:before {
  content: "RSS Feed";
}

/* line 819, ../sass/brand/_job-results.scss */
.job-results-options #hyprss.rss .job-results__icon-rss {
  font-style: normal;
}
/* line 821, ../sass/brand/_job-results.scss */
.job-results-options #hyprss.rss .job-results__icon-rss:before {
  content: "RSS Feed";
}

/*Job Result Facets*/
/* line 5, ../sass/brand/_facets.scss */
#divRadiusControl,
#divCommutetimeControl {
  width: 100%;
  /*padding: 0 21px 8px;*/
}
/* line 8, ../sass/brand/_facets.scss */
#divRadiusControl .facetbox,
#divCommutetimeControl .facetbox {
  padding-bottom: 0;
}

/* line 12, ../sass/brand/_facets.scss */
#divRadiusControl {
  margin: 11px 0;
  padding: 0 10px;
}
/* line 15, ../sass/brand/_facets.scss */
#divRadiusControl input.radiusNumber {
  width: 50px;
  padding: 10px;
}

/* line 23, ../sass/brand/_facets.scss */
#facetAccordionHeaderjobcategories.ref-entry-toggle,
#facetAccordionHeaderindustryfacet.ref-entry-toggle,
#facetAccordionHeadercityfacet.ref-entry-toggle,
#facetAccordionHeadersalary.ref-entry-toggle {
  background-color: #c91c43;
  border-radius: 5em;
  padding: 8px 15px;
}

/* line 28, ../sass/brand/_facets.scss */
.faceted-search {
  background: #f1f1f1;
  border-radius: 0;
}
/* line 31, ../sass/brand/_facets.scss */
.faceted-search #divRadiusControl {
  padding: 0 10px;
}
/* line 34, ../sass/brand/_facets.scss */
.faceted-search .tags {
  padding: 10px;
}
/* line 37, ../sass/brand/_facets.scss */
.faceted-search .checkbox span {
  cursor: pointer;
}
/* line 40, ../sass/brand/_facets.scss */
.faceted-search .tag__close {
  background: transparent;
}
/* line 43, ../sass/brand/_facets.scss */
.faceted-search span.jobRange__Label {
  padding-left: 0;
}
/* line 46, ../sass/brand/_facets.scss */
.faceted-search .panel-header {
  padding: 16px 20px 15px 20px;
  border-bottom: 1px solid gainsboro;
  color: #012168;
  font-size: 20px;
}
/* line 51, ../sass/brand/_facets.scss */
.faceted-search .panel-header .facet-remove-link {
  padding: 9px 0;
  color: #c91c42;
  cursor: pointer;
  font-size: 14px;
  line-height: 10px;
}
/* line 59, ../sass/brand/_facets.scss */
.faceted-search .panel-body {
  padding: 0 0 15px;
}
/* line 62, ../sass/brand/_facets.scss */
.faceted-search .slider--jobRange {
  width: -webkit-calc(100% - 18px);
  width: -moz-calc(100% - 18px);
  width: calc(100% - 18px);
  width: 100%;
  margin: 0 auto;
}
/* line 68, ../sass/brand/_facets.scss */
.faceted-search .slider--jobRange .ui-widget {
  width: 95%;
  margin: 0 auto;
  font-size: 1.1em;
}
/* line 75, ../sass/brand/_facets.scss */
.faceted-search #divJobStartDateControl,
.faceted-search #divJobDurationControl {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 79, ../sass/brand/_facets.scss */
.faceted-search .facetbox {
  margin: 0;
  padding-bottom: 18px;
  background: #f1f1f1;
}
/* line 83, ../sass/brand/_facets.scss */
.faceted-search .facetbox .ref-entry-toggle {
  position: relative;
  z-index: 11;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  background: #012168;
  color: white;
}
/* line 92, ../sass/brand/_facets.scss */
.faceted-search .facetbox .ref-entry-toggle .fa {
  float: right;
}
/* line 96, ../sass/brand/_facets.scss */
.faceted-search .facetbox .panel-collapse {
  padding: 5px 20px;
}
/* line 99, ../sass/brand/_facets.scss */
.faceted-search .facetbox .panel-collapse #headerAccordionpublishdate label {
  padding-left: 0;
}
/* line 104, ../sass/brand/_facets.scss */
.faceted-search .facetbox .facet-legend {
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: white;
}
/* line 110, ../sass/brand/_facets.scss */
.faceted-search .facetbox .facet-legend .fa-chevron-down:before {
  content: "\f105";
}
/* line 114, ../sass/brand/_facets.scss */
.faceted-search .facetbox .checkbox {
  font-weight: normal;
}
/* line 117, ../sass/brand/_facets.scss */
.faceted-search .facetbox a + a.pull-right, .faceted-search .facetbox .wb a + a.wb-leftcolumn, .wb .faceted-search .facetbox a + a.wb-leftcolumn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-top: 15px;
  margin-right: 15px;
}
/* line 125, ../sass/brand/_facets.scss */
.faceted-search .slider--jobRange__label {
  display: block;
  padding: 1em 0;
  font-size: 14px;
  color: #031a4f;
  font-weight: bold;
}
/* line 133, ../sass/brand/_facets.scss */
.faceted-search .facet-loadspinner + span {
  font-size: 14px;
  color: #031a4f;
  font-weight: normal;
}
/* line 139, ../sass/brand/_facets.scss */
.faceted-search .salary__frequency {
  margin-bottom: 0;
}
/* line 141, ../sass/brand/_facets.scss */
.faceted-search .salary__frequency .salary__text {
  color: #333333;
}
/* line 145, ../sass/brand/_facets.scss */
.faceted-search .salary__frequency .salary__menu .dropdown-toggle {
  padding: 0;
  color: #012168;
  box-shadow: none;
}
/* line 151, ../sass/brand/_facets.scss */
.faceted-search .salary__frequency .salary__menu .dropdown-toggle:hover, .faceted-search .salary__frequency .salary__menu .dropdown-toggle:focus, .faceted-search .salary__frequency .salary__menu .dropdown-toggle:active {
  background-color: transparent;
}
/* line 159, ../sass/brand/_facets.scss */
.faceted-search .facet--salary input,
.faceted-search .facet--salary .input-group-addon {
  border: none;
}
/* line 162, ../sass/brand/_facets.scss */
.faceted-search .facet--salary .input-group-addon {
  padding: 6px 2px;
}
/* line 168, ../sass/brand/_facets.scss */
.faceted-search .facet--salary .input-group-btn > .btn-primary {
  padding: 6px 21px;
  margin-left: 5px;
  border-radius: 5em;
  border: none;
  background-color: #c91c43;
}
/* line 176, ../sass/brand/_facets.scss */
.faceted-search .facet--salary .input-group-btn > .btn-primary:hover, .faceted-search .facet--salary .input-group-btn > .btn-primary:focus, .faceted-search .facet--salary .input-group-btn > .btn-primary:active {
  color: white;
  background: #b3193c;
}
/* line 184, ../sass/brand/_facets.scss */
.faceted-search #headerAccordionsalary div > label.checkbox {
  padding-left: 0;
}

/* for show more link */
/* line 194, ../sass/brand/_facets.scss */
.panel-collapse.collapse.in .ref-entry-toggle.collapsed {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5em;
  background-color: #c91c43;
  color: white;
  border: none;
}
/* line 203, ../sass/brand/_facets.scss */
.panel-collapse.collapse.in .ref-entry-toggle.collapsed:hover, .panel-collapse.collapse.in .ref-entry-toggle.collapsed:active, .panel-collapse.collapse.in .ref-entry-toggle.collapsed:focus {
  background-color: #b3193c;
}

/* line 209, ../sass/brand/_facets.scss */
#headerAccordionsalary {
  clear: both;
}

/* line 213, ../sass/brand/_facets.scss */
#headerAccordionpublishdate .checkbox {
  padding-left: 0;
}

/* for spring UK */
/* line 220, ../sass/brand/_facets.scss */
#body_1_leftcolumn_0_spotlightContainer {
  padding-top: 0;
  padding-bottom: 27px;
}

/* line 224, ../sass/brand/_facets.scss */
.download-report {
  padding: 24px 24px 31px;
  background-color: #012168;
  border-top: 1px solid #4e6496;
}
/* line 228, ../sass/brand/_facets.scss */
.download-report h2 {
  font-size: 22px;
  color: #fff;
  text-transform: none;
}
/* line 233, ../sass/brand/_facets.scss */
.download-report p {
  color: white;
}

/* line 239, ../sass/brand/_facets.scss */
.col-left-rail .download-report a {
  padding-top: 10px;
  padding-bottom: 13px;
  margin-top: 0;
  font-size: 14px;
  font-weight: normal;
}
/* line 245, ../sass/brand/_facets.scss */
.col-left-rail .download-report a:hover {
  text-decoration: none;
}

/* follow us UK */
/* line 254, ../sass/brand/_facets.scss */
.follow-us {
  position: relative;
  padding-bottom: 26px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
/* line 259, ../sass/brand/_facets.scss */
.follow-us h3, .follow-us .wrap-news-list h4, .wrap-news-list .follow-us h4 {
  font-size: 20px;
  padding-left: 42px;
}
/* line 262, ../sass/brand/_facets.scss */
.follow-us h3:before, .follow-us .wrap-news-list h4:before, .wrap-news-list .follow-us h4:before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url("/~/media/adeccogroup/brands/spring professional/uk/css/img/follow-us.png") no-repeat 0 0;
}
/* line 272, ../sass/brand/_facets.scss */
.follow-us ul {
  padding: 0;
  margin: 0;
}
/* line 276, ../sass/brand/_facets.scss */
.follow-us ul li {
  padding: 2px;
  float: left;
  list-style: none outside none;
}
/* line 280, ../sass/brand/_facets.scss */
.follow-us ul li a {
  display: block;
  padding: 5px;
  width: 35px;
  height: 35px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  color: white;
  background-color: #012168;
  border-radius: 50%;
}

/*salary filter text box*/
/* line 297, ../sass/brand/_facets.scss */
#minimum-salary,
#maximum-salary {
  padding: 0 5px;
  color: #333333;
}

/* line 304, ../sass/brand/_facets.scss */
#divRadiusControl .ui-slider .ui-slider-handle {
  z-index: 10;
}

/* line 8, ../sass/brand/_job-details.scss */
.job-details a[id*=ApplyJob] {
  margin-top: 60px;
  float: left !important;
}

/* line 14, ../sass/brand/_job-details.scss */
.job-full {
  padding: 20px;
  border: 1px solid gainsboro;
  border-radius: 0.4em;
}
/* line 19, ../sass/brand/_job-details.scss */
.job-full .panel-header .label {
  font-size: 12px;
}
/* line 23, ../sass/brand/_job-details.scss */
.job-full .panel {
  border: none;
  box-shadow: none;
}
/* line 27, ../sass/brand/_job-details.scss */
.job-full .panel .col-sm-5, .job-full .panel .employe-links,
.job-full .panel .col-sm-7 {
  width: 100%;
  padding-left: 0;
}
/* line 31, ../sass/brand/_job-details.scss */
.job-full .panel .job-details-label {
  font-weight: bold;
  color: #333333;
}
/* line 37, ../sass/brand/_job-details.scss */
.job-full .panel .job-details-value,
.job-full .panel .media-body,
.job-full .panel .media {
  color: #333333;
}
/* line 40, ../sass/brand/_job-details.scss */
.job-full .panel .panel-body {
  border-bottom: none;
}
/* line 45, ../sass/brand/_job-details.scss */
.job-full .job__actions {
  border: none;
}
/* line 47, ../sass/brand/_job-details.scss */
.job-full .job__actions ul {
  width: auto;
  margin-left: 9px;
  float: right;
}
/* line 52, ../sass/brand/_job-details.scss */
.job-full .job__actions ul.voting li {
  padding: 5px 5px 0 0;
  border: none;
}
/* line 57, ../sass/brand/_job-details.scss */
.job-full .job__actions ul li {
  margin-right: 0;
}
/* line 62, ../sass/brand/_job-details.scss */
.job-full ul.voting {
  padding-left: 16px;
  float: right;
}
/* line 66, ../sass/brand/_job-details.scss */
.job-full .action-option {
  margin-top: 4px;
  margin-right: 0;
  float: right;
}
/* line 70, ../sass/brand/_job-details.scss */
.job-full .action-option li {
  border: none;
}
/* line 73, ../sass/brand/_job-details.scss */
.job-full .action-option li a i {
  display: inline-block;
  margin-right: 5px;
}

/* line 82, ../sass/brand/_job-details.scss */
.similar-jobs {
  margin-bottom: 30px;
}
/* line 84, ../sass/brand/_job-details.scss */
.similar-jobs hr {
  display: none;
}
/* line 87, ../sass/brand/_job-details.scss */
.similar-jobs .col-sm-4, .similar-jobs .wb .wb-rightcolumn, .wb .similar-jobs .wb-rightcolumn, .similar-jobs .job-details .col-right-rail, .job-details .similar-jobs .col-right-rail {
  width: 100%;
}
/* line 90, ../sass/brand/_job-details.scss */
.similar-jobs h1 {
  font-size: 20px;
  color: #012168;
  font-weight: bold;
}
/* line 95, ../sass/brand/_job-details.scss */
.similar-jobs .js--equal-height {
  padding: 5px 19px;
  border: 1px solid gainsboro;
  border-radius: 0.4em;
  background-color: #fafafa;
}
/* line 100, ../sass/brand/_job-details.scss */
.similar-jobs .js--equal-height h4 {
  font-size: 14px;
  color: #012168;
  font-weight: bold;
}
/* line 104, ../sass/brand/_job-details.scss */
.similar-jobs .js--equal-height h4 a {
  display: block;
  font-size: 14px;
  color: #012168;
}
/* line 111, ../sass/brand/_job-details.scss */
.similar-jobs .js--equal-height p {
  color: #333333;
}
/* line 113, ../sass/brand/_job-details.scss */
.similar-jobs .js--equal-height p i {
  display: none;
}
/* line 117, ../sass/brand/_job-details.scss */
.similar-jobs .js--equal-height .panel-body {
  padding: 0;
}
/* line 120, ../sass/brand/_job-details.scss */
.similar-jobs .js--equal-height a {
  display: none;
}

/* line 128, ../sass/brand/_job-details.scss */
.addthis-smartlayers #at4-share,
.addthis-smartlayers #at4-soc {
  position: relative;
  width: auto;
}
/* line 131, ../sass/brand/_job-details.scss */
.addthis-smartlayers #at4-share a[role="button"],
.addthis-smartlayers #at4-soc a[role="button"] {
  width: 25px;
  height: 30px;
  background: transparent;
  margin-right: 5px;
}
/* line 136, ../sass/brand/_job-details.scss */
.addthis-smartlayers #at4-share a[role="button"] .at-icon-wrapper,
.addthis-smartlayers #at4-soc a[role="button"] .at-icon-wrapper {
  padding: 0;
}
/* line 139, ../sass/brand/_job-details.scss */
.addthis-smartlayers #at4-share a[role="button"]:focus,
.addthis-smartlayers #at4-soc a[role="button"]:focus {
  outline: none;
}
/* line 144, ../sass/brand/_job-details.scss */
.addthis-smartlayers #at4-share-label {
  position: relative;
  margin-bottom: 10px;
  text-indent: unset;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #453f3b;
  line-height: 1.42857;
}
/* line 154, ../sass/brand/_job-details.scss */
.addthis-smartlayers .addthis_32x32_style .at-icon {
  width: 1.4pc !important;
  height: 1.4pc !important;
}

@media (max-width: 767px) {
  /* line 127, ../sass/brand/_job-details.scss */
  .similar-jobs h1 {
    margin-top: 20px;
  }

  /* line 132, ../sass/brand/_job-details.scss */
  .job-details .similar-jobs {
    display: none;
  }
  /* line 135, ../sass/brand/_job-details.scss */
  .job-details .col-content {
    width: 100%;
  }
}
/*CMS V6 - Similar Jobs Styles*/
/* line 142, ../sass/brand/_job-details.scss */
.jobs {
  height: auto !important;
}
/* line 146, ../sass/brand/_job-details.scss */
.jobs .similarJobCards.job {
  background: #fafafa;
  border-radius: 0.4em;
  box-shadow: 0 1px 1px #f7f7f7;
}
/* line 151, ../sass/brand/_job-details.scss */
.jobs .similarJobCards.job.job-card {
  float: none;
  width: auto;
  height: auto !important;
}
/* line 156, ../sass/brand/_job-details.scss */
.jobs .similarJobCards.job.job-card .job__info {
  height: auto;
  min-height: auto;
}
/* line 160, ../sass/brand/_job-details.scss */
.jobs .similarJobCards.job.job-card .job__info .job__info--name {
  font-family: "Titillium Web",sans-serif;
  font-size: 14px;
  color: #012168;
  font-weight: bold;
}
/* line 167, ../sass/brand/_job-details.scss */
.jobs .similarJobCards.job.job-card .job__info .job__info--meta--icon {
  display: none;
}
/* line 171, ../sass/brand/_job-details.scss */
.jobs .similarJobCards.job.job-card .job__info .job__info--meta--title {
  margin-left: 0;
}
/* line 179, ../sass/brand/_job-details.scss */
.jobs .job-card__footer {
  display: none;
}

/* line 2, ../sass/brand/_content.scss */
.Home .container-content {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 7, ../sass/brand/_content.scss */
.container-content {
  padding-top: 2em;
  padding-bottom: 2em;
}
/* line 10, ../sass/brand/_content.scss */
.container-content table {
  max-width: 100%;
  table-layout: fixed;
}
/* line 14, ../sass/brand/_content.scss */
.container-content table th,
.container-content table td {
  border: 1px solid;
  padding: 5px;
}

/* line 21, ../sass/brand/_content.scss */
.two-col-left-rail .col-left-rail {
  padding: 0 15px;
  float: left;
}
/* line 25, ../sass/brand/_content.scss */
.two-col-left-rail .col-content {
  padding: 0 15px;
  float: right;
}
/* line 29, ../sass/brand/_content.scss */
.two-col-left-rail .col-content p a {
  color: #54a259;
}
/* line 31, ../sass/brand/_content.scss */
.two-col-left-rail .col-content p a.btn {
  margin-top: 15px;
  color: white;
}
/* line 40, ../sass/brand/_content.scss */
.two-col-left-rail .spotlight-container section,
.two-col-left-rail .spotlight-container .panel--body {
  width: 100%;
  padding: 0;
}
/* line 45, ../sass/brand/_content.scss */
.two-col-left-rail .breadcrumb {
  width: 100%;
  margin: 0;
}

/* line 52, ../sass/brand/_content.scss */
.col-content .media-left {
  position: relative;
}
/* line 56, ../sass/brand/_content.scss */
.col-content span.count {
  position: absolute;
  top: 9px;
  left: 0;
  width: 31px;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 700;
}

/* line 69, ../sass/brand/_content.scss */
.spotlight_bg_light-grey-container {
  padding: 10px 0;
}
/* line 72, ../sass/brand/_content.scss */
.spotlight_bg_light-grey-container p img {
  display: inline-block;
  margin-right: 14px;
  float: right;
}

/* line 82, ../sass/brand/_content.scss */
.sitemap-page .col-content ul li {
  list-style: none;
}
/* line 84, ../sass/brand/_content.scss */
.sitemap-page .col-content ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-position: 0 -609px;
}

/* line 98, ../sass/brand/_content.scss */
.testimonial .effect-sadie > img {
  height: auto;
}

/* line 104, ../sass/brand/_content.scss */
.one-column .main-content {
  padding: 0 15px;
}

@media (min-width: 992px) {
  /* line 112, ../sass/brand/_content.scss */
  .two-col-left-rail .col-left-rail {
    width: 25%;
  }
  /* line 115, ../sass/brand/_content.scss */
  .two-col-left-rail .col-content {
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 123, ../sass/brand/_content.scss */
  .two-col-left-rail .col-left-rail {
    width: 33.3333%;
  }
  /* line 126, ../sass/brand/_content.scss */
  .two-col-left-rail .col-content {
    width: 66.6667%;
  }
}
@media (max-width: 991px) {
  /* line 134, ../sass/brand/_content.scss */
  .google-map,
  .contact-address {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 141, ../sass/brand/_content.scss */
  .two-col-left-rail .col-left-rail {
    display: none;
  }
  /* line 144, ../sass/brand/_content.scss */
  .two-col-left-rail .col-content {
    width: 100%;
  }

  /* line 151, ../sass/brand/_content.scss */
  .spotlight_bg_light-grey-container p img {
    float: none;
    margin-bottom: 20px;
  }
}
/*Bug#9875*/
/* line 159, ../sass/brand/_content.scss */
.our-solutions .col-content table td {
  border: none;
}

/* line 2, ../sass/brand/_form.scss */
.scfForm div {
  width: 100%;
}
/* line 5, ../sass/brand/_form.scss */
.scfForm label {
  display: inline;
  width: 100%;
  padding: 5px 0 0 0;
  font-weight: normal;
  font-size: 14px;
}
/* line 13, ../sass/brand/_form.scss */
.scfForm input[type="text"],
.scfForm textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin-bottom: 9px;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  font-size: 14px;
  line-height: 1.42857;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
}
/* line 29, ../sass/brand/_form.scss */
.scfForm input[type="submit"] {
  padding: 12px 45px;
  margin: 0 0 45px;
  background-color: #c91c43;
  border: medium none !important;
  border-radius: 2em;
  color: white;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
/* line 43, ../sass/brand/_form.scss */
.scfForm input[type="submit"]:active, .scfForm input[type="submit"]:hover {
  background-color: #9c1634;
  border-color: none;
  color: white;
}
/* line 49, ../sass/brand/_form.scss */
.scfForm input:focus, .scfForm textarea:focus {
  border-color: #666666;
  box-shadow: none;
  outline: 0 none;
}
/* line 54, ../sass/brand/_form.scss */
.scfForm .dropbox-logo {
  background-position: 0 -57px;
}
/* line 58, ../sass/brand/_form.scss */
.scfForm .gdrive-logo {
  background-position: 0 0;
}
/* line 62, ../sass/brand/_form.scss */
.scfForm .linkedin-logo {
  background-position: 0 -114px;
}
/* line 66, ../sass/brand/_form.scss */
.scfForm .conventional-upload {
  width: auto;
  float: left;
}
/* line 70, ../sass/brand/_form.scss */
.scfForm .file-upload {
  width: auto;
  float: left;
}
/* line 73, ../sass/brand/_form.scss */
.scfForm .file-upload span {
  display: none;
}
/* line 76, ../sass/brand/_form.scss */
.scfForm .file-upload a {
  display: inline-block;
  width: 32px;
  margin: 0 4px 0;
}
/* line 81, ../sass/brand/_form.scss */
.scfForm .file-upload h4 {
  width: auto;
  margin: 4px 12px;
  float: left;
}

/* line 89, ../sass/brand/_form.scss */
.footerForm .scfForm {
  font-family: "Open Sans Condensed",sans-serif;
}

/* line 95, ../sass/brand/_form.scss */
.submit-resume .scfForm {
  padding-left: 0;
}

/* line 99, ../sass/brand/_form.scss */
.breadcrumb-container {
  margin-bottom: 15px;
}

/* line 102, ../sass/brand/_form.scss */
.footerForm label {
  display: none;
}

/* line 105, ../sass/brand/_form.scss */
.footerForm textarea {
  height: 90px;
}

/* line 110, ../sass/brand/_form.scss */
.scfRequired,
.scfValidatorRequired {
  display: none;
}

/* line 119, ../sass/brand/_form.scss */
.scfError,
.scfValidationSummary,
.scfValidatorRequired,
.scfValidator,
.scfIntroBorder,
.scfFooterBorder {
  font-size: 12px;
}

/* line 122, ../sass/brand/_form.scss */
.scfIntroBorder {
  margin-bottom: 5px;
}

/* line 125, ../sass/brand/_form.scss */
.scfFooterBorder {
  margin: 19px 0;
}

/* line 131, ../sass/brand/_form.scss */
#email-jobs .modal-footer input.btn-success {
  padding: 6px 21px;
  margin-left: 5px;
  border-radius: 5em;
  background-color: #c91c43;
}
/* line 138, ../sass/brand/_form.scss */
#email-jobs .modal-footer input.btn-success:hover, #email-jobs .modal-footer input.btn-success:focus, #email-jobs .modal-footer input.btn-success:active {
  background: #b3193c;
}
/* line 143, ../sass/brand/_form.scss */
#email-jobs .checkbox {
  padding-left: 0;
}
/* line 146, ../sass/brand/_form.scss */
#email-jobs .form__element {
  height: 35px;
  padding-top: 5px;
  font-size: 13px;
}
/* line 151, ../sass/brand/_form.scss */
#email-jobs .agree-terms {
  margin-right: 10px;
}
/* line 154, ../sass/brand/_form.scss */
#email-jobs input.btn-default {
  padding: 6px 21px;
}

@media (max-width: 1199px) {
  /*.scfForm {
  	padding-left: 8.9em;
  }*/
}
@media (max-width: 991px) {
  /* line 170, ../sass/brand/_form.scss */
  .two-col-left-rail .col-content .spotlight_bg_light-grey p a {
    float: left;
  }

  /* line 177, ../sass/brand/_form.scss */
  .leadership-link {
    float: left;
  }
}
@media (max-width: 767px) {
  /* line 182, ../sass/brand/_form.scss */
  .scfForm {
    padding-left: 0;
  }
  /* line 184, ../sass/brand/_form.scss */
  .scfForm input[type="submit"] {
    width: 100%;
  }
}
/* Email alerts */
/* line 5, ../sass/brand/_email-alerts.scss */
.manage-alerts .panel-header h3, .manage-alerts .panel-header .wrap-news-list h4, .wrap-news-list .manage-alerts .panel-header h4 {
  margin-bottom: 20px;
  font-size: 30px;
}
/* line 11, ../sass/brand/_email-alerts.scss */
.manage-alerts .box-padding .row, .manage-alerts .box-padding .breadcrumb-container .breadcrumb nav, .breadcrumb-container .breadcrumb .manage-alerts .box-padding nav {
  margin-bottom: 15px;
}
/* line 14, ../sass/brand/_email-alerts.scss */
.manage-alerts .box-padding h5 {
  margin: 20px 0;
  font-size: 22px;
  color: #012168;
}
/* line 19, ../sass/brand/_email-alerts.scss */
.manage-alerts .box-padding p {
  margin: 0 0 10px 0;
}
/* line 24, ../sass/brand/_email-alerts.scss */
.manage-alerts .box-padding .alert-danger a,
.manage-alerts .box-padding .alert-success a {
  position: relative;
  top: 0;
  right: 0;
  font-weight: bold;
}
/* line 32, ../sass/brand/_email-alerts.scss */
.manage-alerts .box-footer {
  margin: 20px 0;
  width: 100%;
  overflow: hidden;
}
/* line 36, ../sass/brand/_email-alerts.scss */
.manage-alerts .box-footer input {
  background-color: #c91c43;
  border-color: #c91c43;
  color: #ffffff;
}
/* line 40, ../sass/brand/_email-alerts.scss */
.manage-alerts .box-footer input:hover {
  background-color: #b3193c;
  border-color: #b3193c;
  color: #ffffff;
}

/* line 1, ../sass/brand/_weblog.scss */
ul {
  margin: 0;
  padding: 0;
}

/* line 6, ../sass/brand/_weblog.scss */
li {
  list-style: none;
}

/* line 9, ../sass/brand/_weblog.scss */
a, a:hover {
  color: inherit;
}

/* line 14, ../sass/brand/_weblog.scss */
.fluid-blog .container.first-row, .fluid-blog .spotlight-container .first-row.panel, .spotlight-container .fluid-blog .first-row.panel, .fluid-blog .spotlight-container .first-row.panel--body, .spotlight-container .fluid-blog .first-row.panel--body, .fluid-blog .breadcrumb-container .first-row.breadcrumb, .breadcrumb-container .fluid-blog .first-row.breadcrumb, .fluid-blog .job-search-container .first-row.job-search-inner, .job-search-container .fluid-blog .first-row.job-search-inner, .fluid-blog .one-column .first-row.main-content, .one-column .fluid-blog .first-row.main-content, form[action*="fluid-blog"] .container.first-row, form[action*="fluid-blog"] .spotlight-container .first-row.panel, .spotlight-container form[action*="fluid-blog"] .first-row.panel, form[action*="fluid-blog"] .spotlight-container .first-row.panel--body, .spotlight-container form[action*="fluid-blog"] .first-row.panel--body, form[action*="fluid-blog"] .breadcrumb-container .first-row.breadcrumb, .breadcrumb-container form[action*="fluid-blog"] .first-row.breadcrumb, form[action*="fluid-blog"] .job-search-container .first-row.job-search-inner, .job-search-container form[action*="fluid-blog"] .first-row.job-search-inner, form[action*="fluid-blog"] .one-column .first-row.main-content, .one-column form[action*="fluid-blog"] .first-row.main-content {
  display: none;
}
/* line 18, ../sass/brand/_weblog.scss */
.fluid-blog .container.second-row .job-search-horizontal, .fluid-blog .spotlight-container .second-row.panel .job-search-horizontal, .spotlight-container .fluid-blog .second-row.panel .job-search-horizontal, .fluid-blog .spotlight-container .second-row.panel--body .job-search-horizontal, .spotlight-container .fluid-blog .second-row.panel--body .job-search-horizontal, .fluid-blog .breadcrumb-container .second-row.breadcrumb .job-search-horizontal, .breadcrumb-container .fluid-blog .second-row.breadcrumb .job-search-horizontal, .fluid-blog .job-search-container .second-row.job-search-inner .job-search-horizontal, .job-search-container .fluid-blog .second-row.job-search-inner .job-search-horizontal, .fluid-blog .one-column .second-row.main-content .job-search-horizontal, .one-column .fluid-blog .second-row.main-content .job-search-horizontal, form[action*="fluid-blog"] .container.second-row .job-search-horizontal, form[action*="fluid-blog"] .spotlight-container .second-row.panel .job-search-horizontal, .spotlight-container form[action*="fluid-blog"] .second-row.panel .job-search-horizontal, form[action*="fluid-blog"] .spotlight-container .second-row.panel--body .job-search-horizontal, .spotlight-container form[action*="fluid-blog"] .second-row.panel--body .job-search-horizontal, form[action*="fluid-blog"] .breadcrumb-container .second-row.breadcrumb .job-search-horizontal, .breadcrumb-container form[action*="fluid-blog"] .second-row.breadcrumb .job-search-horizontal, form[action*="fluid-blog"] .job-search-container .second-row.job-search-inner .job-search-horizontal, .job-search-container form[action*="fluid-blog"] .second-row.job-search-inner .job-search-horizontal, form[action*="fluid-blog"] .one-column .second-row.main-content .job-search-horizontal, .one-column form[action*="fluid-blog"] .second-row.main-content .job-search-horizontal {
  position: relative;
  top: -75px;
}
/* line 25, ../sass/brand/_weblog.scss */
.fluid-blog .container.third-row .blog--fluid, .fluid-blog .spotlight-container .third-row.panel .blog--fluid, .spotlight-container .fluid-blog .third-row.panel .blog--fluid, .fluid-blog .spotlight-container .third-row.panel--body .blog--fluid, .spotlight-container .fluid-blog .third-row.panel--body .blog--fluid, .fluid-blog .breadcrumb-container .third-row.breadcrumb .blog--fluid, .breadcrumb-container .fluid-blog .third-row.breadcrumb .blog--fluid, .fluid-blog .job-search-container .third-row.job-search-inner .blog--fluid, .job-search-container .fluid-blog .third-row.job-search-inner .blog--fluid, .fluid-blog .one-column .third-row.main-content .blog--fluid, .one-column .fluid-blog .third-row.main-content .blog--fluid,
.fluid-blog .container.third-row .spotlight-container,
.fluid-blog .spotlight-container .third-row.panel .spotlight-container,
.spotlight-container .fluid-blog .third-row.panel .spotlight-container,
.fluid-blog .spotlight-container .third-row.panel--body .spotlight-container,
.spotlight-container .fluid-blog .third-row.panel--body .spotlight-container,
.fluid-blog .breadcrumb-container .third-row.breadcrumb .spotlight-container,
.breadcrumb-container .fluid-blog .third-row.breadcrumb .spotlight-container,
.fluid-blog .job-search-container .third-row.job-search-inner .spotlight-container,
.job-search-container .fluid-blog .third-row.job-search-inner .spotlight-container,
.fluid-blog .one-column .third-row.main-content .spotlight-container,
.one-column .fluid-blog .third-row.main-content .spotlight-container, form[action*="fluid-blog"] .container.third-row .blog--fluid, form[action*="fluid-blog"] .spotlight-container .third-row.panel .blog--fluid, .spotlight-container form[action*="fluid-blog"] .third-row.panel .blog--fluid, form[action*="fluid-blog"] .spotlight-container .third-row.panel--body .blog--fluid, .spotlight-container form[action*="fluid-blog"] .third-row.panel--body .blog--fluid, form[action*="fluid-blog"] .breadcrumb-container .third-row.breadcrumb .blog--fluid, .breadcrumb-container form[action*="fluid-blog"] .third-row.breadcrumb .blog--fluid, form[action*="fluid-blog"] .job-search-container .third-row.job-search-inner .blog--fluid, .job-search-container form[action*="fluid-blog"] .third-row.job-search-inner .blog--fluid, form[action*="fluid-blog"] .one-column .third-row.main-content .blog--fluid, .one-column form[action*="fluid-blog"] .third-row.main-content .blog--fluid,
form[action*="fluid-blog"] .container.third-row .spotlight-container,
form[action*="fluid-blog"] .spotlight-container .third-row.panel .spotlight-container,
.spotlight-container form[action*="fluid-blog"] .third-row.panel .spotlight-container,
form[action*="fluid-blog"] .spotlight-container .third-row.panel--body .spotlight-container,
.spotlight-container form[action*="fluid-blog"] .third-row.panel--body .spotlight-container,
form[action*="fluid-blog"] .breadcrumb-container .third-row.breadcrumb .spotlight-container,
.breadcrumb-container form[action*="fluid-blog"] .third-row.breadcrumb .spotlight-container,
form[action*="fluid-blog"] .job-search-container .third-row.job-search-inner .spotlight-container,
.job-search-container form[action*="fluid-blog"] .third-row.job-search-inner .spotlight-container,
form[action*="fluid-blog"] .one-column .third-row.main-content .spotlight-container,
.one-column form[action*="fluid-blog"] .third-row.main-content .spotlight-container {
  float: right;
  width: 75%;
  padding: 0 10px;
}
/* line 30, ../sass/brand/_weblog.scss */
.fluid-blog .container.third-row #body_1_fullwidthbottom_1_rootDiv, .fluid-blog .spotlight-container .third-row.panel #body_1_fullwidthbottom_1_rootDiv, .spotlight-container .fluid-blog .third-row.panel #body_1_fullwidthbottom_1_rootDiv, .fluid-blog .spotlight-container .third-row.panel--body #body_1_fullwidthbottom_1_rootDiv, .spotlight-container .fluid-blog .third-row.panel--body #body_1_fullwidthbottom_1_rootDiv, .fluid-blog .breadcrumb-container .third-row.breadcrumb #body_1_fullwidthbottom_1_rootDiv, .breadcrumb-container .fluid-blog .third-row.breadcrumb #body_1_fullwidthbottom_1_rootDiv, .fluid-blog .job-search-container .third-row.job-search-inner #body_1_fullwidthbottom_1_rootDiv, .job-search-container .fluid-blog .third-row.job-search-inner #body_1_fullwidthbottom_1_rootDiv, .fluid-blog .one-column .third-row.main-content #body_1_fullwidthbottom_1_rootDiv, .one-column .fluid-blog .third-row.main-content #body_1_fullwidthbottom_1_rootDiv, form[action*="fluid-blog"] .container.third-row #body_1_fullwidthbottom_1_rootDiv, form[action*="fluid-blog"] .spotlight-container .third-row.panel #body_1_fullwidthbottom_1_rootDiv, .spotlight-container form[action*="fluid-blog"] .third-row.panel #body_1_fullwidthbottom_1_rootDiv, form[action*="fluid-blog"] .spotlight-container .third-row.panel--body #body_1_fullwidthbottom_1_rootDiv, .spotlight-container form[action*="fluid-blog"] .third-row.panel--body #body_1_fullwidthbottom_1_rootDiv, form[action*="fluid-blog"] .breadcrumb-container .third-row.breadcrumb #body_1_fullwidthbottom_1_rootDiv, .breadcrumb-container form[action*="fluid-blog"] .third-row.breadcrumb #body_1_fullwidthbottom_1_rootDiv, form[action*="fluid-blog"] .job-search-container .third-row.job-search-inner #body_1_fullwidthbottom_1_rootDiv, .job-search-container form[action*="fluid-blog"] .third-row.job-search-inner #body_1_fullwidthbottom_1_rootDiv, form[action*="fluid-blog"] .one-column .third-row.main-content #body_1_fullwidthbottom_1_rootDiv, .one-column form[action*="fluid-blog"] .third-row.main-content #body_1_fullwidthbottom_1_rootDiv {
  display: none !important;
}
/* line 33, ../sass/brand/_weblog.scss */
.fluid-blog .container.third-row .posts, .fluid-blog .spotlight-container .third-row.panel .posts, .spotlight-container .fluid-blog .third-row.panel .posts, .fluid-blog .spotlight-container .third-row.panel--body .posts, .spotlight-container .fluid-blog .third-row.panel--body .posts, .fluid-blog .breadcrumb-container .third-row.breadcrumb .posts, .breadcrumb-container .fluid-blog .third-row.breadcrumb .posts, .fluid-blog .job-search-container .third-row.job-search-inner .posts, .job-search-container .fluid-blog .third-row.job-search-inner .posts, .fluid-blog .one-column .third-row.main-content .posts, .one-column .fluid-blog .third-row.main-content .posts, form[action*="fluid-blog"] .container.third-row .posts, form[action*="fluid-blog"] .spotlight-container .third-row.panel .posts, .spotlight-container form[action*="fluid-blog"] .third-row.panel .posts, form[action*="fluid-blog"] .spotlight-container .third-row.panel--body .posts, .spotlight-container form[action*="fluid-blog"] .third-row.panel--body .posts, form[action*="fluid-blog"] .breadcrumb-container .third-row.breadcrumb .posts, .breadcrumb-container form[action*="fluid-blog"] .third-row.breadcrumb .posts, form[action*="fluid-blog"] .job-search-container .third-row.job-search-inner .posts, .job-search-container form[action*="fluid-blog"] .third-row.job-search-inner .posts, form[action*="fluid-blog"] .one-column .third-row.main-content .posts, .one-column form[action*="fluid-blog"] .third-row.main-content .posts {
  width: 100%;
}
/* line 35, ../sass/brand/_weblog.scss */
.fluid-blog .container.third-row .posts .post.cat1, .fluid-blog .spotlight-container .third-row.panel .posts .post.cat1, .spotlight-container .fluid-blog .third-row.panel .posts .post.cat1, .fluid-blog .spotlight-container .third-row.panel--body .posts .post.cat1, .spotlight-container .fluid-blog .third-row.panel--body .posts .post.cat1, .fluid-blog .breadcrumb-container .third-row.breadcrumb .posts .post.cat1, .breadcrumb-container .fluid-blog .third-row.breadcrumb .posts .post.cat1, .fluid-blog .job-search-container .third-row.job-search-inner .posts .post.cat1, .job-search-container .fluid-blog .third-row.job-search-inner .posts .post.cat1, .fluid-blog .one-column .third-row.main-content .posts .post.cat1, .one-column .fluid-blog .third-row.main-content .posts .post.cat1, form[action*="fluid-blog"] .container.third-row .posts .post.cat1, form[action*="fluid-blog"] .spotlight-container .third-row.panel .posts .post.cat1, .spotlight-container form[action*="fluid-blog"] .third-row.panel .posts .post.cat1, form[action*="fluid-blog"] .spotlight-container .third-row.panel--body .posts .post.cat1, .spotlight-container form[action*="fluid-blog"] .third-row.panel--body .posts .post.cat1, form[action*="fluid-blog"] .breadcrumb-container .third-row.breadcrumb .posts .post.cat1, .breadcrumb-container form[action*="fluid-blog"] .third-row.breadcrumb .posts .post.cat1, form[action*="fluid-blog"] .job-search-container .third-row.job-search-inner .posts .post.cat1, .job-search-container form[action*="fluid-blog"] .third-row.job-search-inner .posts .post.cat1, form[action*="fluid-blog"] .one-column .third-row.main-content .posts .post.cat1, .one-column form[action*="fluid-blog"] .third-row.main-content .posts .post.cat1 {
  padding-bottom: 25px;
  width: 100% !important;
  margin: 0 0 30px 0;
  border: none;
  border-bottom: solid 1px #dbdbdb;
  box-shadow: none;
}

/* line 48, ../sass/brand/_weblog.scss */
.fluid-blog .blog-intro-area {
  padding-bottom: 10px;
  margin-top: -180px;
  margin-bottom: 30px;
  border-bottom: solid 1px #c3c3c3;
}

/* line 59, ../sass/brand/_weblog.scss */
.fluid-blog .container.second-row .secondary-nav-container, .fluid-blog .spotlight-container .second-row.panel .secondary-nav-container, .spotlight-container .fluid-blog .second-row.panel .secondary-nav-container, .fluid-blog .spotlight-container .second-row.panel--body .secondary-nav-container, .spotlight-container .fluid-blog .second-row.panel--body .secondary-nav-container, .fluid-blog .breadcrumb-container .second-row.breadcrumb .secondary-nav-container, .breadcrumb-container .fluid-blog .second-row.breadcrumb .secondary-nav-container, .fluid-blog .job-search-container .second-row.job-search-inner .secondary-nav-container, .job-search-container .fluid-blog .second-row.job-search-inner .secondary-nav-container, .fluid-blog .one-column .second-row.main-content .secondary-nav-container, .one-column .fluid-blog .second-row.main-content .secondary-nav-container {
  display: none;
}

/* line 70, ../sass/brand/_weblog.scss */
.blog--fluid .post .post__media,
.blog--fluid .post .post__tags,
.entry .post .post__media,
.entry .post .post__tags {
  display: none;
}
/* line 73, ../sass/brand/_weblog.scss */
.blog--fluid .post .blog-image,
.entry .post .blog-image {
  margin-bottom: 20px;
}
/* line 75, ../sass/brand/_weblog.scss */
.blog--fluid .post .blog-image img,
.entry .post .blog-image img {
  width: 100%;
  height: 250px;
}
/* line 80, ../sass/brand/_weblog.scss */
.blog--fluid .post .post__title,
.entry .post .post__title {
  margin-bottom: 5px;
  padding: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  line-height: 1.3;
  width: 85%;
}
/* line 89, ../sass/brand/_weblog.scss */
.blog--fluid .post .post__title a,
.entry .post .post__title a {
  color: #012168 !important;
}
/* line 91, ../sass/brand/_weblog.scss */
.blog--fluid .post .post__title a:hover,
.entry .post .post__title a:hover {
  color: #012168 !important;
}
/* line 96, ../sass/brand/_weblog.scss */
.blog--fluid .post .post__meta,
.entry .post .post__meta {
  position: relative;
  margin-bottom: 15px;
  padding-left: 0;
  font-size: 13px;
  color: #5c5c5c;
  text-transform: none;
  letter-spacing: 1px;
}
/* line 104, ../sass/brand/_weblog.scss */
.blog--fluid .post .post__meta .date,
.entry .post .post__meta .date {
  margin-right: 5px;
  border-right: none;
  font-family: sans-serif;
  letter-spacing: 0.8px;
  color: #5c5c5c;
}
/* line 111, ../sass/brand/_weblog.scss */
.blog--fluid .post .post__meta .author,
.entry .post .post__meta .author {
  padding-left: 0;
  padding-right: 5px;
  font-family: sans-serif;
  letter-spacing: 0.8px;
}
/* line 116, ../sass/brand/_weblog.scss */
.blog--fluid .post .post__meta .author a,
.entry .post .post__meta .author a {
  color: #5c5c5c;
  cursor: default;
}
/* line 121, ../sass/brand/_weblog.scss */
.blog--fluid .post .post__meta .comment,
.entry .post .post__meta .comment {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-family: sans-serif;
  letter-spacing: 0.8px;
}
/* line 127, ../sass/brand/_weblog.scss */
.blog--fluid .post .post__meta .comment:before,
.entry .post .post__meta .comment:before {
  position: absolute;
  left: 0;
  top: -2px;
  font-family: FontAwesome;
  content: "\f27b";
  font-size: 16px;
  color: #5c5c5c;
}
/* line 138, ../sass/brand/_weblog.scss */
.blog--fluid .post .post__content,
.entry .post .post__content {
  padding: 0;
  margin-bottom: 20px;
  width: 85%;
}
/* line 143, ../sass/brand/_weblog.scss */
.blog--fluid .post .post__content p:empty,
.entry .post .post__content p:empty {
  display: none;
}
/* line 148, ../sass/brand/_weblog.scss */
.blog--fluid .post .post__more,
.entry .post .post__more {
  padding: 0;
}

/* line 158, ../sass/brand/_weblog.scss */
.entry {
  padding: 15px 0;
}
/* line 160, ../sass/brand/_weblog.scss */
.entry .cat2 {
  border-bottom: solid 1px #c3c3c3;
}
/* line 163, ../sass/brand/_weblog.scss */
.entry .post__title {
  font-weight: 700 !important;
}
/* line 166, ../sass/brand/_weblog.scss */
.entry .post__meta {
  padding: 0;
}
/* line 168, ../sass/brand/_weblog.scss */
.entry .post__meta .date {
  margin-right: 0;
  padding-right: 0;
}
/* line 172, ../sass/brand/_weblog.scss */
.entry .post__meta .comment {
  margin-left: 0;
}
/* line 174, ../sass/brand/_weblog.scss */
.entry .post__meta .comment:before {
  left: 0;
  margin-left: 0;
}

/* line 183, ../sass/brand/_weblog.scss */
.leftNavOuter {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-top: -50px;
}

/* line 191, ../sass/brand/_weblog.scss */
.blog__sidebar--archive,
.blog__sidebar--tags {
  margin-bottom: 0;
}

/* line 196, ../sass/brand/_weblog.scss */
.wb-tagCloud li {
  display: block;
  padding-bottom: 2px;
}
/* line 199, ../sass/brand/_weblog.scss */
.wb-tagCloud li a {
  font-size: 15px;
}

/* line 205, ../sass/brand/_weblog.scss */
.leftNav, form[action*="fluid-blog"] .blog--fluid {
  position: relative;
  clear: both;
}
/* line 208, ../sass/brand/_weblog.scss */
.leftNav .col-xs-12, .leftNav .spotlight-container.spotlight_width_full-container .panel, .spotlight-container.spotlight_width_full-container .leftNav .panel, .leftNav .spotlight-container.spotlight_top-banner-container .panel, .spotlight-container.spotlight_top-banner-container .leftNav .panel, form[action*="fluid-blog"] .blog--fluid .col-xs-12, form[action*="fluid-blog"] .blog--fluid .spotlight-container.spotlight_width_full-container .panel, .spotlight-container.spotlight_width_full-container form[action*="fluid-blog"] .blog--fluid .panel, form[action*="fluid-blog"] .blog--fluid .spotlight-container.spotlight_top-banner-container .panel, .spotlight-container.spotlight_top-banner-container form[action*="fluid-blog"] .blog--fluid .panel {
  padding: 0;
}
/* line 211, ../sass/brand/_weblog.scss */
.leftNav .sidebar--header, form[action*="fluid-blog"] .blog--fluid .sidebar--header {
  padding: 10px 20px;
  margin-bottom: 0;
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #012168;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
}
/* line 221, ../sass/brand/_weblog.scss */
.leftNav ul, form[action*="fluid-blog"] .blog--fluid ul {
  padding: 0px 20px 10px;
}
/* line 223, ../sass/brand/_weblog.scss */
.leftNav ul li, form[action*="fluid-blog"] .blog--fluid ul li {
  padding: 0;
}
/* line 225, ../sass/brand/_weblog.scss */
.leftNav ul li a, form[action*="fluid-blog"] .blog--fluid ul li a {
  color: black;
  font-size: 15px;
  letter-spacing: 0;
}
/* line 230, ../sass/brand/_weblog.scss */
.leftNav ul li ul, form[action*="fluid-blog"] .blog--fluid ul li ul {
  padding: 0px;
}
/* line 232, ../sass/brand/_weblog.scss */
.leftNav ul li ul li, form[action*="fluid-blog"] .blog--fluid ul li ul li {
  padding: 0 0 2px 0;
}
/* line 234, ../sass/brand/_weblog.scss */
.leftNav ul li ul li:last-child, form[action*="fluid-blog"] .blog--fluid ul li ul li:last-child {
  padding-bottom: 0;
}
/* line 237, ../sass/brand/_weblog.scss */
.leftNav ul li ul li a, form[action*="fluid-blog"] .blog--fluid ul li ul li a {
  text-transform: none;
}

/* line 248, ../sass/brand/_weblog.scss */
form[action*="fluid-blog"] .blog {
  margin: 0;
  top: -75px;
}
/* line 252, ../sass/brand/_weblog.scss */
form[action*="fluid-blog"] .secondary-nav-container, form[action*="fluid-blog"] .categories-wrapper {
  display: none;
}

/* line 258, ../sass/brand/_weblog.scss */
#body_1_contentcolumn_4_tagEntry {
  display: none;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: solid 1px #cccccc;
}
/* line 263, ../sass/brand/_weblog.scss */
#body_1_contentcolumn_4_tagEntry .post__tags {
  display: inline-block;
}
/* line 265, ../sass/brand/_weblog.scss */
#body_1_contentcolumn_4_tagEntry .post__tags h4 {
  margin-right: 10px;
}
/* line 269, ../sass/brand/_weblog.scss */
#body_1_contentcolumn_4_tagEntry .wb-entry-tags {
  display: inline-block;
}
/* line 271, ../sass/brand/_weblog.scss */
#body_1_contentcolumn_4_tagEntry .wb-entry-tags li {
  display: inline-block;
  position: relative;
}

/* line 280, ../sass/brand/_weblog.scss */
.wb-entry-add-comment {
  padding: 35px 20px 0;
  margin: 0;
  background-color: #f6f6f6;
  border: solid 1px #e4e4e4;
  border-bottom: none;
  border-radius: 0;
}
/* line 287, ../sass/brand/_weblog.scss */
.wb-entry-add-comment .h3 {
  padding-bottom: 20px;
  margin: 0;
  color: #012168;
  font-size: 20px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
}
/* line 295, ../sass/brand/_weblog.scss */
.wb-entry-add-comment .enter {
  margin: 0;
  padding: 0;
}
/* line 299, ../sass/brand/_weblog.scss */
.wb-entry-add-comment .enter #divAddComment > div {
  width: 100%;
}
/* line 302, ../sass/brand/_weblog.scss */
.wb-entry-add-comment .enter #divAddComment label {
  float: left;
  margin: 2px 0;
  width: 20%;
  padding: 6px 20px 6px 0;
  text-align: right;
}
/* line 308, ../sass/brand/_weblog.scss */
.wb-entry-add-comment .enter #divAddComment label span {
  font-size: 14px;
  color: #333333;
}
/* line 311, ../sass/brand/_weblog.scss */
.wb-entry-add-comment .enter #divAddComment label span:first-child {
  display: none;
}
/* line 317, ../sass/brand/_weblog.scss */
.wb-entry-add-comment .enter #divAddComment input[type="text"],
.wb-entry-add-comment .enter #divAddComment textarea {
  width: 70% !important;
  margin: 0;
  box-shadow: none;
  border: solid 1px #cccccc;
}
/* line 322, ../sass/brand/_weblog.scss */
.wb-entry-add-comment .enter #divAddComment input[type="text"]:focus,
.wb-entry-add-comment .enter #divAddComment textarea:focus {
  outline: none;
}
/* line 328, ../sass/brand/_weblog.scss */
.wb-entry-add-comment .btn {
  margin-left: 20%;
}

/* line 334, ../sass/brand/_weblog.scss */
.wb-captcha {
  padding-left: 21%;
  padding-bottom: 35px;
  padding-top: 10px;
  background-color: #f6f6f6;
  border: solid 1px #e4e4e4;
  border-top: none;
}
/* line 341, ../sass/brand/_weblog.scss */
.wb-captcha label {
  font-weight: normal;
  margin-bottom: 0;
  width: 85%;
}
/* line 347, ../sass/brand/_weblog.scss */
.wb-captcha .blog-captcha-image > div {
  background-color: transparent !important;
  margin: 8px 0;
}
/* line 350, ../sass/brand/_weblog.scss */
.wb-captcha .blog-captcha-image > div img {
  display: inline-block;
  border: none;
}
/* line 356, ../sass/brand/_weblog.scss */
.wb-captcha input[type="text"] {
  border: solid 1px #cccccc;
  box-shadow: none;
}
/* line 359, ../sass/brand/_weblog.scss */
.wb-captcha input[type="text"]:focus {
  outline: none;
}

/* line 365, ../sass/brand/_weblog.scss */
.custom-btn, .blog--fluid .post .post__more a.btn,
.entry .post .post__more a.btn, .wb-entry-add-comment .btn {
  position: relative;
  padding: 7px 25px 8px;
  background: #c91c43;
  border-radius: 2em;
  color: white;
  border: none;
  font-size: 14px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  text-align: center;
  text-decoration: none;
}
/* line 377, ../sass/brand/_weblog.scss */
.custom-btn:hover, .blog--fluid .post .post__more a.btn:hover,
.entry .post .post__more a.btn:hover, .wb-entry-add-comment .btn:hover {
  color: white;
  text-decoration: none;
  background: #b3193c;
}

/* line 385, ../sass/brand/_weblog.scss */
.page-layout .col-content .col-left-rail,
.blog__sidebar--search {
  display: none;
}

@media (max-width: 991px) {
  /* line 394, ../sass/brand/_weblog.scss */
  .fluid-blog .container.third-row .blog--fluid, .fluid-blog .spotlight-container .third-row.panel .blog--fluid, .spotlight-container .fluid-blog .third-row.panel .blog--fluid, .fluid-blog .spotlight-container .third-row.panel--body .blog--fluid, .spotlight-container .fluid-blog .third-row.panel--body .blog--fluid, .fluid-blog .breadcrumb-container .third-row.breadcrumb .blog--fluid, .breadcrumb-container .fluid-blog .third-row.breadcrumb .blog--fluid, .fluid-blog .job-search-container .third-row.job-search-inner .blog--fluid, .job-search-container .fluid-blog .third-row.job-search-inner .blog--fluid, .fluid-blog .one-column .third-row.main-content .blog--fluid, .one-column .fluid-blog .third-row.main-content .blog--fluid,
  .fluid-blog .container.third-row .spotlight-container,
  .fluid-blog .spotlight-container .third-row.panel .spotlight-container,
  .spotlight-container .fluid-blog .third-row.panel .spotlight-container,
  .fluid-blog .spotlight-container .third-row.panel--body .spotlight-container,
  .spotlight-container .fluid-blog .third-row.panel--body .spotlight-container,
  .fluid-blog .breadcrumb-container .third-row.breadcrumb .spotlight-container,
  .breadcrumb-container .fluid-blog .third-row.breadcrumb .spotlight-container,
  .fluid-blog .job-search-container .third-row.job-search-inner .spotlight-container,
  .job-search-container .fluid-blog .third-row.job-search-inner .spotlight-container,
  .fluid-blog .one-column .third-row.main-content .spotlight-container,
  .one-column .fluid-blog .third-row.main-content .spotlight-container,
  .entry .container.third-row .blog--fluid,
  .entry .spotlight-container .third-row.panel .blog--fluid,
  .spotlight-container .entry .third-row.panel .blog--fluid,
  .entry .spotlight-container .third-row.panel--body .blog--fluid,
  .spotlight-container .entry .third-row.panel--body .blog--fluid,
  .entry .breadcrumb-container .third-row.breadcrumb .blog--fluid,
  .breadcrumb-container .entry .third-row.breadcrumb .blog--fluid,
  .entry .job-search-container .third-row.job-search-inner .blog--fluid,
  .job-search-container .entry .third-row.job-search-inner .blog--fluid,
  .entry .one-column .third-row.main-content .blog--fluid,
  .one-column .entry .third-row.main-content .blog--fluid,
  .entry .container.third-row .spotlight-container,
  .entry .spotlight-container .third-row.panel .spotlight-container,
  .spotlight-container .entry .third-row.panel .spotlight-container,
  .entry .spotlight-container .third-row.panel--body .spotlight-container,
  .spotlight-container .entry .third-row.panel--body .spotlight-container,
  .entry .breadcrumb-container .third-row.breadcrumb .spotlight-container,
  .breadcrumb-container .entry .third-row.breadcrumb .spotlight-container,
  .entry .job-search-container .third-row.job-search-inner .spotlight-container,
  .job-search-container .entry .third-row.job-search-inner .spotlight-container,
  .entry .one-column .third-row.main-content .spotlight-container,
  .one-column .entry .third-row.main-content .spotlight-container {
    width: 66.6%;
  }
  /* line 400, ../sass/brand/_weblog.scss */
  .fluid-blog .post .blog-image img,
  .entry .post .blog-image img {
    height: auto;
  }
  /* line 404, ../sass/brand/_weblog.scss */
  .fluid-blog .post .post__title,
  .entry .post .post__title {
    font-size: 20px;
    width: 100%;
  }
  /* line 408, ../sass/brand/_weblog.scss */
  .fluid-blog .post .post__content,
  .entry .post .post__content {
    width: 100%;
  }

  /* line 413, ../sass/brand/_weblog.scss */
  .leftNavOuter {
    width: 33.3%;
  }

  /* line 416, ../sass/brand/_weblog.scss */
  .blog--fluid {
    display: block !important;
  }

  /* line 419, ../sass/brand/_weblog.scss */
  .blog--fluid .post .post__meta .comment, .entry .post .post__meta .comment {
    margin-top: 8px;
  }

  /* line 422, ../sass/brand/_weblog.scss */
  .leftNavOuter {
    margin-top: -150px;
  }
}
@media (max-width: 767px) {
  /* line 432, ../sass/brand/_weblog.scss */
  .fluid-blog .container.third-row .blog--fluid, .fluid-blog .spotlight-container .third-row.panel .blog--fluid, .spotlight-container .fluid-blog .third-row.panel .blog--fluid, .fluid-blog .spotlight-container .third-row.panel--body .blog--fluid, .spotlight-container .fluid-blog .third-row.panel--body .blog--fluid, .fluid-blog .breadcrumb-container .third-row.breadcrumb .blog--fluid, .breadcrumb-container .fluid-blog .third-row.breadcrumb .blog--fluid, .fluid-blog .job-search-container .third-row.job-search-inner .blog--fluid, .job-search-container .fluid-blog .third-row.job-search-inner .blog--fluid, .fluid-blog .one-column .third-row.main-content .blog--fluid, .one-column .fluid-blog .third-row.main-content .blog--fluid,
  .fluid-blog .container.third-row .spotlight-container,
  .fluid-blog .spotlight-container .third-row.panel .spotlight-container,
  .spotlight-container .fluid-blog .third-row.panel .spotlight-container,
  .fluid-blog .spotlight-container .third-row.panel--body .spotlight-container,
  .spotlight-container .fluid-blog .third-row.panel--body .spotlight-container,
  .fluid-blog .breadcrumb-container .third-row.breadcrumb .spotlight-container,
  .breadcrumb-container .fluid-blog .third-row.breadcrumb .spotlight-container,
  .fluid-blog .job-search-container .third-row.job-search-inner .spotlight-container,
  .job-search-container .fluid-blog .third-row.job-search-inner .spotlight-container,
  .fluid-blog .one-column .third-row.main-content .spotlight-container,
  .one-column .fluid-blog .third-row.main-content .spotlight-container {
    width: 100%;
    padding: 0;
  }

  /* line 439, ../sass/brand/_weblog.scss */
  .leftNavOuter {
    width: 100%;
    padding: 0;
  }
  /* line 442, ../sass/brand/_weblog.scss */
  .leftNavOuter .leftNav {
    margin: 0;
    top: 0;
  }

  /* line 451, ../sass/brand/_weblog.scss */
  .wb-entry-add-comment .enter #divAddComment label {
    display: block;
    margin: 0;
    text-align: left;
    float: none;
    width: 100%;
  }
  /* line 459, ../sass/brand/_weblog.scss */
  .wb-entry-add-comment .enter #divAddComment input[type="text"],
  .wb-entry-add-comment .enter #divAddComment textarea {
    width: 100% !important;
  }
  /* line 464, ../sass/brand/_weblog.scss */
  .wb-entry-add-comment .btn {
    margin-left: 0;
    width: 100%;
  }

  /* line 470, ../sass/brand/_weblog.scss */
  .wb-captcha {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 473, ../sass/brand/_weblog.scss */
  .wb-captcha label {
    width: 100%;
  }
  /* line 477, ../sass/brand/_weblog.scss */
  .wb-captcha .blog-captcha-image > div {
    text-align: center;
  }
  /* line 481, ../sass/brand/_weblog.scss */
  .wb-captcha input[type="text"] {
    width: 100% !important;
  }

  /* line 487, ../sass/brand/_weblog.scss */
  .form[action*="fluid-blog"] .blog {
    top: 0;
  }

  /* line 490, ../sass/brand/_weblog.scss */
  .page-layout .col-content .col-left-rail {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 90px;
  }

  /* line 499, ../sass/brand/_weblog.scss */
  .fluid-blog .container.second-row .job-search-horizontal, .fluid-blog .spotlight-container .second-row.panel .job-search-horizontal, .spotlight-container .fluid-blog .second-row.panel .job-search-horizontal, .fluid-blog .spotlight-container .second-row.panel--body .job-search-horizontal, .spotlight-container .fluid-blog .second-row.panel--body .job-search-horizontal, .fluid-blog .breadcrumb-container .second-row.breadcrumb .job-search-horizontal, .breadcrumb-container .fluid-blog .second-row.breadcrumb .job-search-horizontal, .fluid-blog .job-search-container .second-row.job-search-inner .job-search-horizontal, .job-search-container .fluid-blog .second-row.job-search-inner .job-search-horizontal, .fluid-blog .one-column .second-row.main-content .job-search-horizontal, .one-column .fluid-blog .second-row.main-content .job-search-horizontal, .form[action*="fluid-blog"] .container.second-row .job-search-horizontal, .form[action*="fluid-blog"] .spotlight-container .second-row.panel .job-search-horizontal, .spotlight-container .form[action*="fluid-blog"] .second-row.panel .job-search-horizontal, .form[action*="fluid-blog"] .spotlight-container .second-row.panel--body .job-search-horizontal, .spotlight-container .form[action*="fluid-blog"] .second-row.panel--body .job-search-horizontal, .form[action*="fluid-blog"] .breadcrumb-container .second-row.breadcrumb .job-search-horizontal, .breadcrumb-container .form[action*="fluid-blog"] .second-row.breadcrumb .job-search-horizontal, .form[action*="fluid-blog"] .job-search-container .second-row.job-search-inner .job-search-horizontal, .job-search-container .form[action*="fluid-blog"] .second-row.job-search-inner .job-search-horizontal, .form[action*="fluid-blog"] .one-column .second-row.main-content .job-search-horizontal, .one-column .form[action*="fluid-blog"] .second-row.main-content .job-search-horizontal {
    display: none;
  }

  /* line 505, ../sass/brand/_weblog.scss */
  .fluid-blog .blog-intro-area,
  .leftNavOuter {
    margin-top: 0;
  }
}
/* line 3, ../sass/brand/_branch-locator.scss */
a:focus, a:hover {
  outline: none;
}

/* line 7, ../sass/brand/_branch-locator.scss */
.brand_defaultBtn, .brand_inverseBtn, .locator__container .locator__aside--details .details__actions .btn-inverse, .branch__search--container .branch__search button.branch__search--find, .branch #searchNearestBranches, .locator__container .locator__aside--branch .branch__more button.btn, .locator__container .locator__aside--details .details__actions .btn-success {
  position: relative;
  padding: 10px;
  width: 100%;
  height: 45px;
  color: white;
  font-weight: 500;
  text-align: center;
  border: none;
  border-radius: 0.8rem;
  background: #c91c43;
}
/* line 19, ../sass/brand/_branch-locator.scss */
.brand_defaultBtn:hover, .brand_inverseBtn:hover, .locator__container .locator__aside--details .details__actions .btn-inverse:hover, .branch__search--container .branch__search button.branch__search--find:hover, .branch #searchNearestBranches:hover, .locator__container .locator__aside--branch .branch__more button.btn:hover, .locator__container .locator__aside--details .details__actions .btn-success:hover, .brand_defaultBtn:active, .brand_inverseBtn:active, .locator__container .locator__aside--details .details__actions .btn-inverse:active, .branch__search--container .branch__search button.branch__search--find:active, .branch #searchNearestBranches:active, .locator__container .locator__aside--branch .branch__more button.btn:active, .locator__container .locator__aside--details .details__actions .btn-success:active {
  background: #b3193c !important;
}
/* line 22, ../sass/brand/_branch-locator.scss */
.brand_defaultBtn:focus, .brand_inverseBtn:focus, .locator__container .locator__aside--details .details__actions .btn-inverse:focus, .branch__search--container .branch__search button.branch__search--find:focus, .branch #searchNearestBranches:focus, .locator__container .locator__aside--branch .branch__more button.btn:focus, .locator__container .locator__aside--details .details__actions .btn-success:focus {
  outline: none;
}

/* line 27, ../sass/brand/_branch-locator.scss */
.brand_inverseBtn, .locator__container .locator__aside--details .details__actions .btn-inverse {
  background: white;
  border: solid 1px #c91c43;
  color: #c91c43;
}
/* line 33, ../sass/brand/_branch-locator.scss */
.brand_inverseBtn:hover, .locator__container .locator__aside--details .details__actions .btn-inverse:hover, .brand_inverseBtn:active, .locator__container .locator__aside--details .details__actions .btn-inverse:active {
  color: white;
}

/* line 38, ../sass/brand/_branch-locator.scss */
.input_With_Icon, .branch__search--container .branch__search #geoLocationButton, .branch .branch__info .branch-locator #nearestGeoLocationButton {
  border: none !important;
}
/* line 40, ../sass/brand/_branch-locator.scss */
.input_With_Icon:after, .branch__search--container .branch__search #geoLocationButton:after, .branch .branch__info .branch-locator #nearestGeoLocationButton:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 5px;
  background: url("/~/media/adeccogroup/brands/spring-professional/assets/css/img/location-icon.png");
  width: 24px;
  height: 24px;
  z-index: 10;
}

/* line 52, ../sass/brand/_branch-locator.scss */
.title_with_officeIcon, .locator__container .locator__aside--branch .branch__name .branch__name--icon i, .locator__container .locator__aside--details .details__header .details__header--title:before {
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
  left: 0;
  background: url("/~/media/adeccogroup/brands/spring-professional/assets/css/img/office-icon.png") no-repeat;
  width: 35px;
  height: 35px;
}

/* line 62, ../sass/brand/_branch-locator.scss */
.site-title {
  margin: 58px 0;
  color: #012168;
  font-size: 54px;
  font-weight: 700;
  font-family: "Titillium Web",sans-serif;
}

/* line 71, ../sass/brand/_branch-locator.scss */
form[action*="locations"] .breadcrumb-container {
  display: none;
}

/* line 76, ../sass/brand/_branch-locator.scss */
.branch__search--container {
  padding: 40px 0;
  background-color: #eeeeee;
}
/* line 80, ../sass/brand/_branch-locator.scss */
.branch__search--container .branch__search label {
  margin-bottom: 10px;
  color: #012168;
  font-size: 15px;
  font-weight: 700;
}
/* line 86, ../sass/brand/_branch-locator.scss */
.branch__search--container .branch__search input#branchSearchlocationAutoSuggest {
  border: solid 1px #cccccc;
  border-bottom: none;
  width: 101%;
}
/* line 92, ../sass/brand/_branch-locator.scss */
.branch__search--container .branch__search input#branchSearchlocationAutoSuggest,
.branch__search--container .branch__search select {
  padding: 10px 20px;
  height: 45px;
  color: #333333;
  font-size: 15px;
  border-radius: 0.3rem;
}
/* line 102, ../sass/brand/_branch-locator.scss */
.branch__search--container .branch__search .dropdown:after {
  color: #c91c43;
}
/* line 106, ../sass/brand/_branch-locator.scss */
.branch__search--container .branch__search button.branch__search--find {
  margin-top: 32px;
}

/* line 113, ../sass/brand/_branch-locator.scss */
.find__branch--header {
  padding: 25px 0;
  color: #012168;
  font-size: 22px;
}

/* line 119, ../sass/brand/_branch-locator.scss */
.list--items {
  margin-bottom: 100px;
}
/* line 122, ../sass/brand/_branch-locator.scss */
.list--items .list--item__actions li {
  padding: 10px 0;
}
/* line 124, ../sass/brand/_branch-locator.scss */
.list--items .list--item__actions li span {
  color: #012168;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
/* line 130, ../sass/brand/_branch-locator.scss */
.list--items .list--item__actions li .fa-chevron-down:before {
  color: #c91c43;
}

/* line 137, ../sass/brand/_branch-locator.scss */
.list--item__action__info {
  bottom: inherit !important;
}
/* line 140, ../sass/brand/_branch-locator.scss */
.list--item__action__info .tab-content a {
  padding: 10px 20px;
  color: #012168;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

/* line 154, ../sass/brand/_branch-locator.scss */
.branch .details__header #cityPageViewAll,
.branch .details__header #branchPageViewAll {
  display: block !important;
  padding: 30px 0;
  color: #012168;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}
/* line 161, ../sass/brand/_branch-locator.scss */
.branch .details__header #cityPageViewAll i,
.branch .details__header #branchPageViewAll i {
  margin-right: 10px;
}
/* line 163, ../sass/brand/_branch-locator.scss */
.branch .details__header #cityPageViewAll i:before,
.branch .details__header #branchPageViewAll i:before {
  content: "\f104";
  font-size: 20px;
  font-weight: 700;
}
/* line 172, ../sass/brand/_branch-locator.scss */
.branch .branch__basics .branch__basics--name {
  margin: 40px 0;
  font-size: 50px;
}
/* line 176, ../sass/brand/_branch-locator.scss */
.branch .branch__basics .row, .branch .branch__basics .breadcrumb-container .breadcrumb nav, .breadcrumb-container .breadcrumb .branch .branch__basics nav {
  display: none;
}
/* line 179, ../sass/brand/_branch-locator.scss */
.branch .branch__basics p {
  font-size: 17px;
  color: #444444;
}
/* line 186, ../sass/brand/_branch-locator.scss */
.branch .branch__info #nearestLocationAutoSuggestLabel {
  margin-bottom: 50px;
  display: block;
  font-size: 22px;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
/* line 195, ../sass/brand/_branch-locator.scss */
.branch .branch__info .branch-locator input#nearestLocationAutoSuggest {
  padding: 10px 20px;
  height: 45px;
  font-size: 15px;
  border-right: 1px solid #b2b2b2;
  border-radius: 0.5rem;
}
/* line 204, ../sass/brand/_branch-locator.scss */
.branch .branch__info .branch-locator #nearestGeoLocationButton:after {
  right: 30px;
}

/* line 215, ../sass/brand/_branch-locator.scss */
.locator__container {
  padding: 20px;
  margin-bottom: 70px;
  background: #eeeeee;
}
/* line 219, ../sass/brand/_branch-locator.scss */
.locator__container .locator__aside--branch {
  padding: 20px;
  margin: 0 0 20px 0;
  border: none;
}
/* line 223, ../sass/brand/_branch-locator.scss */
.locator__container .locator__aside--branch .branch__name {
  position: relative;
  border-bottom-color: #c6c6c7;
}
/* line 231, ../sass/brand/_branch-locator.scss */
.locator__container .locator__aside--branch .branch__name .branch__name--title {
  margin-left: 45px;
  font-size: 16px;
  color: #012168;
  text-transform: capitalize;
}
/* line 239, ../sass/brand/_branch-locator.scss */
.locator__container .locator__aside--branch .branch__meta div {
  margin-bottom: 7px;
  display: inline-block;
}
/* line 245, ../sass/brand/_branch-locator.scss */
.locator__container .locator__aside--branch .branch__more button.btn {
  width: auto;
  float: right;
  margin: 0 20px 0 0;
  padding: 10px 12px;
  font-weight: 600;
}
/* line 255, ../sass/brand/_branch-locator.scss */
.locator__container .locator__aside--details {
  padding: 10px 20px;
}
/* line 257, ../sass/brand/_branch-locator.scss */
.locator__container .locator__aside--details a {
  display: inline-block;
  margin-bottom: 10px;
  color: #012168;
}
/* line 262, ../sass/brand/_branch-locator.scss */
.locator__container .locator__aside--details .details__header {
  margin: 0;
  border: none;
  border-bottom: 1px solid #e7e6e6;
}
/* line 266, ../sass/brand/_branch-locator.scss */
.locator__container .locator__aside--details .details__header .details__header--title {
  position: relative;
  padding-left: 45px;
  color: #012168;
  font-size: 28px;
  letter-spacing: -0.2px;
  line-height: 1.2;
}
/* line 273, ../sass/brand/_branch-locator.scss */
.locator__container .locator__aside--details .details__header .details__header--title:before {
  content: "";
}
/* line 279, ../sass/brand/_branch-locator.scss */
.locator__container .locator__aside--details .details__content {
  padding: 20px 0;
}
/* line 281, ../sass/brand/_branch-locator.scss */
.locator__container .locator__aside--details .details__content .branch__name {
  font-size: 18px;
  color: #012168;
  text-transform: capitalize;
}
/* line 286, ../sass/brand/_branch-locator.scss */
.locator__container .locator__aside--details .details__content .branch--label + span {
  font-size: 17px;
  color: #444444;
}
/* line 291, ../sass/brand/_branch-locator.scss */
.locator__container .locator__aside--details .details__content .branch__hours span {
  font-size: 14px;
}
/* line 296, ../sass/brand/_branch-locator.scss */
.locator__container .locator__aside--details .details__actions {
  text-align: center;
}
/* line 304, ../sass/brand/_branch-locator.scss */
.locator__container .locator__aside--details .details__actions .btn {
  font-weight: 700;
  width: 80%;
  margin-bottom: 20px;
}
/* line 312, ../sass/brand/_branch-locator.scss */
.locator__container .locator__return-to-search {
  margin-bottom: 10px;
  color: #012168;
  letter-spacing: -0.2px;
  font-weight: 700;
  font-size: 16px;
}
/* line 318, ../sass/brand/_branch-locator.scss */
.locator__container .locator__return-to-search .fa-long-arrow-left::before {
  margin-right: 8px;
  content: "\f104";
  color: #c91c43;
  font-weight: bold;
  font-size: 18px;
}
/* line 327, ../sass/brand/_branch-locator.scss */
.locator__container span.branch_heading {
  margin-bottom: 10px;
}

/** Branch Locator Most Recent Job Part **/
/* line 337, ../sass/brand/_branch-locator.scss */
#predefinejobdiv h5,
#divRecentlyViewedJobs h5 {
  margin: 0 0 10px 0;
  color: #012168;
  font-size: 24px;
  font-weight: normal;
  font-family: "Titillium Web",sans-serif;
}
/* line 345, ../sass/brand/_branch-locator.scss */
#predefinejobdiv .predefiendJobCards,
#predefinejobdiv .viewedJobCards,
#divRecentlyViewedJobs .predefiendJobCards,
#divRecentlyViewedJobs .viewedJobCards {
  border-color: #c8c7c7 #c8c7c7 #012168;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px 1px 5px;
  box-shadow: 0 1px 1px 0 #b2b2b2;
}
/* line 351, ../sass/brand/_branch-locator.scss */
#predefinejobdiv .predefiendJobCards .job__info,
#predefinejobdiv .viewedJobCards .job__info,
#divRecentlyViewedJobs .predefiendJobCards .job__info,
#divRecentlyViewedJobs .viewedJobCards .job__info {
  padding: 15px 0;
  margin: 0 15px;
  border-bottom: solid 1px #d9d9d9;
}
/* line 355, ../sass/brand/_branch-locator.scss */
#predefinejobdiv .predefiendJobCards .job__info .job__info--name,
#predefinejobdiv .viewedJobCards .job__info .job__info--name,
#divRecentlyViewedJobs .predefiendJobCards .job__info .job__info--name,
#divRecentlyViewedJobs .viewedJobCards .job__info .job__info--name {
  padding-right: 0;
  margin: 0 0 50px 0;
  display: block;
}
/* line 359, ../sass/brand/_branch-locator.scss */
#predefinejobdiv .predefiendJobCards .job__info .job__info--name span,
#predefinejobdiv .viewedJobCards .job__info .job__info--name span,
#divRecentlyViewedJobs .predefiendJobCards .job__info .job__info--name span,
#divRecentlyViewedJobs .viewedJobCards .job__info .job__info--name span {
  color: #012168;
  font-size: 20px;
  font-weight: 700;
}
/* line 365, ../sass/brand/_branch-locator.scss */
#predefinejobdiv .predefiendJobCards .job__info .job__info--meta,
#predefinejobdiv .viewedJobCards .job__info .job__info--meta,
#divRecentlyViewedJobs .predefiendJobCards .job__info .job__info--meta,
#divRecentlyViewedJobs .viewedJobCards .job__info .job__info--meta {
  margin: 0 0 10px 0;
}
/* line 367, ../sass/brand/_branch-locator.scss */
#predefinejobdiv .predefiendJobCards .job__info .job__info--meta > div,
#predefinejobdiv .viewedJobCards .job__info .job__info--meta > div,
#divRecentlyViewedJobs .predefiendJobCards .job__info .job__info--meta > div,
#divRecentlyViewedJobs .viewedJobCards .job__info .job__info--meta > div {
  padding-right: 20px;
  float: left;
  width: 48%;
}
/* line 372, ../sass/brand/_branch-locator.scss */
#predefinejobdiv .predefiendJobCards .job__info .job__info--meta .job__info--meta--icon,
#predefinejobdiv .viewedJobCards .job__info .job__info--meta .job__info--meta--icon,
#divRecentlyViewedJobs .predefiendJobCards .job__info .job__info--meta .job__info--meta--icon,
#divRecentlyViewedJobs .viewedJobCards .job__info .job__info--meta .job__info--meta--icon {
  position: relative;
  top: -4px;
  margin-right: 3px;
  font-size: 20px;
  color: #012168;
  text-align: left;
  width: 20px;
}
/* line 381, ../sass/brand/_branch-locator.scss */
#predefinejobdiv .predefiendJobCards .job__info .job__info--meta .ion-ios-employmenttype-outline:before,
#predefinejobdiv .viewedJobCards .job__info .job__info--meta .ion-ios-employmenttype-outline:before,
#divRecentlyViewedJobs .predefiendJobCards .job__info .job__info--meta .ion-ios-employmenttype-outline:before,
#divRecentlyViewedJobs .viewedJobCards .job__info .job__info--meta .ion-ios-employmenttype-outline:before {
  content: "\f117";
  font-family: "Ionicons";
  font-style: normal;
}
/* line 386, ../sass/brand/_branch-locator.scss */
#predefinejobdiv .predefiendJobCards .job__info .job__info--meta .job__info--meta--title,
#predefinejobdiv .viewedJobCards .job__info .job__info--meta .job__info--meta--title,
#divRecentlyViewedJobs .predefiendJobCards .job__info .job__info--meta .job__info--meta--title,
#divRecentlyViewedJobs .viewedJobCards .job__info .job__info--meta .job__info--meta--title {
  margin-left: 25px;
  font-size: 14px;
  font-weight: 700;
}
/* line 392, ../sass/brand/_branch-locator.scss */
#predefinejobdiv .predefiendJobCards .job__info .job__info--save,
#predefinejobdiv .viewedJobCards .job__info .job__info--save,
#divRecentlyViewedJobs .predefiendJobCards .job__info .job__info--save,
#divRecentlyViewedJobs .viewedJobCards .job__info .job__info--save {
  display: none;
}
/* line 396, ../sass/brand/_branch-locator.scss */
#predefinejobdiv .predefiendJobCards .job-card__footer,
#predefinejobdiv .viewedJobCards .job-card__footer,
#divRecentlyViewedJobs .predefiendJobCards .job-card__footer,
#divRecentlyViewedJobs .viewedJobCards .job-card__footer {
  display: block;
  line-height: 50px;
}
/* line 399, ../sass/brand/_branch-locator.scss */
#predefinejobdiv .predefiendJobCards .job-card__footer a,
#predefinejobdiv .viewedJobCards .job-card__footer a,
#divRecentlyViewedJobs .predefiendJobCards .job-card__footer a,
#divRecentlyViewedJobs .viewedJobCards .job-card__footer a {
  display: block;
  padding: 0 15px;
  color: #012168;
  transition: color 10ms linear 0.15s;
  animation: 0.3s linear 0s normal forwards 1 running hoverOut;
}
/* line 405, ../sass/brand/_branch-locator.scss */
#predefinejobdiv .predefiendJobCards .job-card__footer a span,
#predefinejobdiv .viewedJobCards .job-card__footer a span,
#divRecentlyViewedJobs .predefiendJobCards .job-card__footer a span,
#divRecentlyViewedJobs .viewedJobCards .job-card__footer a span {
  color: #012168;
  font-size: 18px;
  font-weight: 700;
}
/* line 410, ../sass/brand/_branch-locator.scss */
#predefinejobdiv .predefiendJobCards .job-card__footer a span.job__go,
#predefinejobdiv .viewedJobCards .job-card__footer a span.job__go,
#divRecentlyViewedJobs .predefiendJobCards .job-card__footer a span.job__go,
#divRecentlyViewedJobs .viewedJobCards .job-card__footer a span.job__go {
  float: right;
}
/* line 412, ../sass/brand/_branch-locator.scss */
#predefinejobdiv .predefiendJobCards .job-card__footer a span.job__go .ion-arrow-right-c:before,
#predefinejobdiv .viewedJobCards .job-card__footer a span.job__go .ion-arrow-right-c:before,
#divRecentlyViewedJobs .predefiendJobCards .job-card__footer a span.job__go .ion-arrow-right-c:before,
#divRecentlyViewedJobs .viewedJobCards .job-card__footer a span.job__go .ion-arrow-right-c:before {
  content: "\f125";
  color: #c91c43;
}
/* line 417, ../sass/brand/_branch-locator.scss */
#predefinejobdiv .predefiendJobCards .job-card__footer a:hover,
#predefinejobdiv .viewedJobCards .job-card__footer a:hover,
#divRecentlyViewedJobs .predefiendJobCards .job-card__footer a:hover,
#divRecentlyViewedJobs .viewedJobCards .job-card__footer a:hover {
  transition: color 10ms linear 0.2s;
  animation: 0.4s linear 0s normal forwards 1 running hover;
  background: white radial-gradient(ellipse farthest-corner at center center, #012168 0px, #012168 65%, #ffffff 67%, #ffffff 100%) no-repeat center center;
  background-size: 140% 500%;
  color: white;
  -ms-background-color: #012168;
}
/* line 424, ../sass/brand/_branch-locator.scss */
#predefinejobdiv .predefiendJobCards .job-card__footer a:hover span,
#predefinejobdiv .viewedJobCards .job-card__footer a:hover span,
#divRecentlyViewedJobs .predefiendJobCards .job-card__footer a:hover span,
#divRecentlyViewedJobs .viewedJobCards .job-card__footer a:hover span {
  color: white;
}
/* line 428, ../sass/brand/_branch-locator.scss */
#predefinejobdiv .predefiendJobCards .job-card__footer a:hover span.job__go .ion-arrow-right-c:before,
#predefinejobdiv .viewedJobCards .job-card__footer a:hover span.job__go .ion-arrow-right-c:before,
#divRecentlyViewedJobs .predefiendJobCards .job-card__footer a:hover span.job__go .ion-arrow-right-c:before,
#divRecentlyViewedJobs .viewedJobCards .job-card__footer a:hover span.job__go .ion-arrow-right-c:before {
  color: white;
}

/** Branch Locator Industry Part **/
/* line 441, ../sass/brand/_branch-locator.scss */
#jobResponseIndustry {
  padding: 20px 0;
}
/* line 443, ../sass/brand/_branch-locator.scss */
#jobResponseIndustry h4 {
  margin-bottom: 30px;
  font-size: 24px;
}
/* line 447, ../sass/brand/_branch-locator.scss */
#jobResponseIndustry .list__item {
  color: #012168;
  font-size: 17px;
}
/* line 450, ../sass/brand/_branch-locator.scss */
#jobResponseIndustry .list__item span:first-child {
  margin-right: 5px;
  letter-spacing: 0.2px;
  white-space: normal;
  font-weight: 700;
}
/* line 456, ../sass/brand/_branch-locator.scss */
#jobResponseIndustry .list__item .fa-long-arrow-right:before {
  content: "\f105";
  color: #c91c43;
  font-weight: 700;
}
/* line 461, ../sass/brand/_branch-locator.scss */
#jobResponseIndustry .list__item:nth-child(3n + 3) {
  margin-right: 30px;
}
/* line 464, ../sass/brand/_branch-locator.scss */
#jobResponseIndustry .list__item:nth-child(3n + 1) {
  margin-right: 0;
}

/* line 470, ../sass/brand/_branch-locator.scss */
.pac-container {
  z-index: 100;
}
/* line 472, ../sass/brand/_branch-locator.scss */
.pac-container span {
  color: #012168;
  font-size: 14px;
}
/* line 476, ../sass/brand/_branch-locator.scss */
.pac-container .pac-item:hover {
  background-color: #012168;
}
/* line 478, ../sass/brand/_branch-locator.scss */
.pac-container .pac-item:hover span {
  color: white;
}
/* line 483, ../sass/brand/_branch-locator.scss */
.pac-container .pac-item-selected .pac-icon-marker {
  background-position: -1px -161px;
}

@keyframes hover {
  /* line 492, ../sass/brand/_branch-locator.scss */
  0% {
    background-position: center -50%;
  }

  /* line 495, ../sass/brand/_branch-locator.scss */
  100% {
    background-position: center 50%;
  }
}

@keyframes hoverOut {
  /* line 500, ../sass/brand/_branch-locator.scss */
  0% {
    background-position: center 150%;
  }

  /* line 503, ../sass/brand/_branch-locator.scss */
  100% {
    background-position: center 50%;
  }
}

@media (max-width: 991px) {
  /* line 510, ../sass/brand/_branch-locator.scss */
  .locator__container {
    margin-bottom: 40px;
  }
  /* line 514, ../sass/brand/_branch-locator.scss */
  .locator__container .locator__aside--branch .branch__more button.btn {
    float: left;
    margin: 10px 0;
  }

  /* line 523, ../sass/brand/_branch-locator.scss */
  .branch__info .no-pad-right,
  .branch__info .no-pad-left {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* line 527, ../sass/brand/_branch-locator.scss */
  .find__branch--header {
    width: 100%;
  }

  /* line 530, ../sass/brand/_branch-locator.scss */
  .branch-locator {
    margin-bottom: 50px;
  }

  /* line 533, ../sass/brand/_branch-locator.scss */
  .site-title {
    font-size: 40px;
  }

  /* line 536, ../sass/brand/_branch-locator.scss */
  .branch .branch__basics .branch__basics--name {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  /* line 542, ../sass/brand/_branch-locator.scss */
  .locator__container {
    padding: 0;
  }
  /* line 544, ../sass/brand/_branch-locator.scss */
  .locator__container .locator__aside--details {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 548, ../sass/brand/_branch-locator.scss */
  .locator__container .locator__aside--details .details__header .details__header--title {
    font-size: 22px;
  }
  /* line 553, ../sass/brand/_branch-locator.scss */
  .locator__container .locator__aside--details .details__actions .btn {
    width: 100%;
  }
  /* line 560, ../sass/brand/_branch-locator.scss */
  .locator__container .locator__aside--branch .branch__more button.btn {
    right: 20px;
  }

  /* line 567, ../sass/brand/_branch-locator.scss */
  .locator__distance {
    padding: 10px 20px;
  }

  /* line 570, ../sass/brand/_branch-locator.scss */
  .list--item {
    margin: 0 !important;
  }

  /* line 576, ../sass/brand/_branch-locator.scss */
  #predefinejobdiv .predefiendJobCards,
  #predefinejobdiv .viewedJobCards,
  #divRecentlyViewedJobs .predefiendJobCards,
  #divRecentlyViewedJobs .viewedJobCards {
    margin: 0 0 20px 0;
  }
}
/* Cookie Policy */
/* line 2, ../sass/brand/_cookie-policy.scss */
.cookie-policy table {
  overflow-x: auto;
  display: block;
}

.sub--child {
	display:block !important;
	position:relative !important;
	left:0 !important;
}
.wrap-navigation .dropdown-menu {
	min-width: 192px;
}
.wrap-navigation li li a{
	white-space: pre-wrap;
}


