/*! 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 {
    orphans: 3;
    widows: 3;
  }

  /* line 61, ../sass/bootstrap/_print.scss */
  h2,
  h3 {
    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, 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,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 26, ../sass/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .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,
h3 .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, .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 {
  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 {
  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 {
  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,
blockquote.pull-right small:before,
blockquote.pull-right .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,
blockquote.pull-right small:after,
blockquote.pull-right .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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    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 {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 21, ../sass/bootstrap/_mixins.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.row:after {
  clear: both;
}

/* line 800, ../sass/bootstrap/_mixins.scss */
.col-xs-12, .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, .col-md-8, .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, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .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, .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 {
  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, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .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 {
    width: 33.33333%;
  }

  /* line 827, ../sass/bootstrap/_mixins.scss */
  .col-sm-5 {
    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 {
    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, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .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 {
    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 {
    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 {
  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 {
  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 {
  color: #999999;
}
/* line 58, ../sass/bootstrap/_mixins.scss */
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
/* line 60, ../sass/bootstrap/_mixins.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}
/* line 61, ../sass/bootstrap/_mixins.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}
/* line 141, ../sass/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 151, ../sass/bootstrap/_forms.scss */
textarea.form-control {
  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,
.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,
.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,
.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,
.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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
    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 {
  color: white;
  background-color: #8d9db0;
  border-color: #7e90a6;
}
/* line 510, ../sass/bootstrap/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: white;
  background-color: #75889f;
  border-color: #5e7188;
}
/* line 515, ../sass/bootstrap/_mixins.scss */
.open .btn-info.dropdown-toggle {
  color: white;
  background-color: #75889f;
  border-color: #5e7188;
}
/* line 521, ../sass/bootstrap/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-image: none;
}
/* line 524, ../sass/bootstrap/_mixins.scss */
.open .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 534, ../sass/bootstrap/_mixins.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #8d9db0;
  border-color: #7e90a6;
}
/* line 540, ../sass/bootstrap/_mixins.scss */
.btn-info .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 {
  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 {
  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 {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 47, ../sass/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  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) {
  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-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-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,
.container > .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,
  .container > .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, .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 {
  margin-right: 10px;
}
/* line 43, ../sass/bootstrap/_media.scss */
.media > .pull-right {
  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, .clearfix:after {
  content: " ";
  display: table;
}
/* line 25, ../sass/bootstrap/_mixins.scss */
.clearfix: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 {
  float: right !important;
}

/* line 18, ../sass/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../sass/bootstrap/_utilities.scss */
.hide, .breadcrumb-container {
  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, .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 {
    display: block !important;
  }

  /* line 641, ../sass/bootstrap/_mixins.scss */
  table.visible-sm {
    display: table;
  }

  /* line 642, ../sass/bootstrap/_mixins.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 644, ../sass/bootstrap/_mixins.scss */
  th.visible-sm,
  td.visible-sm {
    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*/
/*font sizes*/
/*Colours*/
/*font sizes*/
/* Generic Styles */
/* line 2, ../sass/brand/_generic.scss */
.no-border {
  border: 0 !important;
}

/* line 6, ../sass/brand/_generic.scss */
.list-unstyled, .list-inline {
  list-style: none;
  margin: 0;
}

/* line 11, ../sass/brand/_generic.scss */
.btn {
  text-shadow: none;
  box-shadow: none;
  border: none;
}

/* line 17, ../sass/brand/_generic.scss */
hr {
  border-top-color: #CCC;
}

/* line 25, ../sass/brand/_generic.scss */
a {
  color: black;
  font-family: "GaramondPremrPro-SmbdIt";
}
/* line 30, ../sass/brand/_generic.scss */
a:hover, a:active, a:focus {
  color: black;
}

/* line 1, ../sass/brand/_slide-tout.scss */
#slide-tout {
  display: block;
  background: black;
  color: white;
  font-family: "MuseoSlab-300Italic", serif;
  position: fixed;
  top: -54px;
  font-size: 16px;
  z-index: 998;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/* line 14, ../sass/brand/_slide-tout.scss */
#slide-tout.open {
  width: 100%;
  height: 54px;
  right: 0;
}
/* line 19, ../sass/brand/_slide-tout.scss */
#slide-tout.closed {
  width: 46px;
  height: 42px;
  right: 16px;
}
/* line 24, ../sass/brand/_slide-tout.scss */
#slide-tout .wrap {
  margin: 0 auto;
  text-align: center;
}
/* line 28, ../sass/brand/_slide-tout.scss */
#slide-tout.open .slide-close {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/Assets/media/Shared/icons/icon-arrow-wp.png") no-repeat center center;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 16px;
  right: 36px;
}
/* line 36, ../sass/brand/_slide-tout.scss */
#slide-tout a {
  position: relative;
  top: -2px;
  font-family: "MuseoSlab-500", serif;
  font-weight: 600;
  font-size: 12px;
  z-index: 999;
  padding: 10px 16px;
  text-decoration: none;
  margin-left: 26px;
  color: #fff;
  text-transform: uppercase;
  background-color: #c49a6c;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}
/* line 54, ../sass/brand/_slide-tout.scss */
#slide-tout p, #slide-tout a, #slide-tout .slide-close {
  display: inline-block;
}
/* line 58, ../sass/brand/_slide-tout.scss */
#slide-tout.closed p, #slide-tout.closed a {
  display: none;
}
/* line 61, ../sass/brand/_slide-tout.scss */
#slide-tout.closed .slide-close {
  -webkit-box-shadow: 2px 4px 4px #cdcdcd;
  -moz-box-shadow: 2px 4px #cdcdcd;
  -o-box-shadow: 2px 4px 4px #cdcdcd;
  box-shadow: 2px 4px 4px #cdcdcd;
  position: relative;
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/Assets/media/Shared/icons/icon-arrow-wp-down.png") no-repeat center center;
  width: 46px;
  height: 42px;
}
/* line 72, ../sass/brand/_slide-tout.scss */
#slide-tout .slide-close {
  cursor: pointer;
}
/* line 75, ../sass/brand/_slide-tout.scss */
#slide-tout p {
  line-height: 54px;
  font-family: "MuseoSlab-500Italic", serif;
  font-weight: 600;
  color: white;
  margin: 0;
}

@media (max-width: 991px) {
  /* line 85, ../sass/brand/_slide-tout.scss */
  #slide-tout {
    font-size: 14px;
  }
  /* line 87, ../sass/brand/_slide-tout.scss */
  #slide-tout a {
    font-size: 10px;
    top: 2px;
  }
}
@media (max-width: 767px) {
  /* line 95, ../sass/brand/_slide-tout.scss */
  #slide-tout {
    display: none;
  }

  /* line 98, ../sass/brand/_slide-tout.scss */
  body {
    margin-top: 0;
  }
}
/* Fonts */
/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600');*/
/*@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@font-face {
  font-family: 'FontAwesome';
  font-weight: 400;
  font-style: normal;
  src: url('/~/media/adeccogroup/brands/ingeniorcompagniet-brand/assets/fonts/FontAwesome.ttf');
  src: url('/~/media/adeccogroup/brands/ingeniorcompagniet-brand/assets/fonts/FontAwesome.ttf')  format('truetype'),
		url('/~/media/adeccogroup/brands/ingeniorcompagniet-brand/assets/fonts/fontawesome-webfont-1.eot') format('embedded-opentype'),
		url('/~/media/adeccogroup/brands/ingeniorcompagniet-brand/assets/fonts/fontawesome-webfont.woff') format('woff');
}
 @font-face {
  font-family: 'MuseoSlab-100';
  font-weight: normal;
  font-style: normal;
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/museoslab100.ttf');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/museoslab100.ttf')  format('truetype');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-wof-museoslab100.wof') format('wof');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-svg-museoslab100.svg')  format('svg');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-eot-museoslab100.eot')  format('eot');
}

@font-face {
  font-family: 'GaramondPremrPro';
  font-weight: 400;
  font-style: normal;
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/garamondpremrpro.ttf');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/garamondpremrpro.ttf')  format('truetype');
   src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-woff-garamondpremrpro.wof') format('wof');
   src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-svg-garamondpremrpro.svg')  format('svg');
   src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-garamondpremrpro-eot.eot')  format('eot');
}

@font-face {
  font-family: 'GaramondPremrPro-It';
  font-weight: 400;
  font-style: normal;
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/garamondpremrpro-it.ttf');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/garamondpremrpro-it.ttf')  format('truetype');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-wof-garamondpremrproit.wof') format('wof');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-svg-garamondpremrproit.svg')  format('svg');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-eot-garamondpremrproit.eot')  format('eot');
}
@font-face {
  font-family: 'GaramondPremrPro-Smbd';
  font-weight: 400;
  font-style: normal;
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/garamondpremrprosmbd.ttf');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/garamondpremrprosmbd.ttf')  format('truetype');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-wof-garamondpremrprosmbd.wof') format('wof');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-svg-garamondpremrprosmbd.svg')  format('svg');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-eot-garamondpremrprosmbd.eot')  format('eot');
}
@font-face {
  font-family: 'GaramondPremrPro-SmbdIt';
  font-weight: 400;
  font-style: normal;
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/GaramondPremrPro-SmbdIt.ttf');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/GaramondPremrPro-SmbdIt.ttf')  format('truetype');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-wof-garamondpremrprosmbdit.wof') format('wof');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-svg-garamondpremrprosmbdit.svg')  format('svg');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-eot-garamondpremrprosmbdit.eot')  format('eot');
}

@font-face {
  font-family: 'MuseoSlab-100Italic';
  font-weight: 400;
  font-style: italic;
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/museoslab100italic.ttf');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/museoslab100italic.ttf')  format('truetype');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-woff-museoslab100italic.woff') format('wof');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-svg-museoslab100italic.svg')  format('svg');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-eot-museoslab100italic.eot')  format('eot');
}
@font-face {
  font-family: 'MuseoSlab-300';
  font-weight: 400;
  font-style: normal;
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/museoslab300.ttf');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/museoslab300.ttf')  format('truetype');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-woff-museoslab300.woff') format('wof');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-svg-museoslab300.svg')  format('svg');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-eot-museoslab300.eot')  format('eot');

}
@font-face {
  font-family: 'MuseoSlab-300Italic';
  font-weight: 400;
  font-style: italic;
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/museoslab300italic.ttf');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/museoslab300italic.ttf')  format('truetype');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-woff-museoslab300italic.woff') format('wof');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-svg-museoslab300italic.svg')  format('svg');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-eot-museoslab300italic.eot')  format('eot');
}
@font-face {
  font-family: 'MuseoSlab-500';
  font-weight: 400;
  font-style: normal;
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/museoslab500.ttf');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/museoslab500.ttf')  format('truetype');
    src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-woff-museoslab500.woff') format('wof');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-svg-museoslab500.svg')  format('svg');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-eot-museoslab500.eot')  format('eot');
}
@font-face {
  font-family: 'MuseoSlab-500Italic';
  font-weight: 400;
  font-style: italic;
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/museoslab500italic.ttf');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/museoslab500italic.ttf')  format('truetype');
      src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-woff-museoslab500italic.woff') format('wof');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-svg-museoslab500italic.svg')  format('svg');
  src: url('/~/media/adeccogroup/brands/Parkerlynch Brand/assets/font/font-eot-museoslab500italic.eot')  format('eot');
}*/
/*
@font-face { font-family: 'GaramondPremrPro'; src: url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrpro.eot'); src: url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrpro.eot?#iefix') format('embedded-opentype'),  url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrpro.svg#garamondpremrpro') format('svg'),  url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrpro.woff') format('woff'),  url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrpro.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'GaramondPremrPro-It'; src: url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrproit.eot'); src: url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrproit.eot?#iefix') format('embedded-opentype'),  url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrproit.svg#garamondpremrproit') format('svg'),  url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrproit.woff') format('woff'),  url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrproit.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'GaramondPremrPro-Smbd'; src: url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrprosmbd.eot'); src: url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrprosmbd.eot?#iefix') format('embedded-opentype'),  url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrprosmbd.svg#garamondpremrprosmbd') format('svg'),  url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrprosmbd.woff') format('woff'),  url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrprosmbd.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'GaramondPremrPro-SmbdIt'; src: url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrprosmbdit.eot'); src: url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrprosmbdit.eot?#iefix') format('embedded-opentype'),  url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrprosmbdit.svg#garamondpremrprosmbdit') format('svg'),  url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrprosmbdit.woff') format('woff'),  url('http://www.parkerlynch.com/Documents/css/fonts/garamondpremrprosmbdit.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'MuseoSlab-100'; src: url('http://www.parkerlynch.com/Documents/css/fonts/museoslab100.eot'); src: url('http://www.parkerlynch.com/Documents/css/fonts/museoslab100.eot?#iefix') format('embedded-opentype'),  url('http://www.parkerlynch.com/Documents/css/fonts/museoslab100.svg#museoslab100') format('svg'),  url('museoslab100.woff') format('woff'),  url('http://www.parkerlynch.com/Documents/css/fonts/museoslab100.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'MuseoSlab-100Italic'; src: url('http://www.parkerlynch.com/Documents/css/fonts/museoslab100italic.eot'); src: url('http://www.parkerlynch.com/Documents/css/fonts/museoslab100italic.eot?#iefix') format('embedded-opentype'),  url('http://www.parkerlynch.com/Documents/css/fonts/museoslab100italic.svg#museoslab100italic') format('svg'),  url('http://www.parkerlynch.com/Documents/css/fonts/museoslab100italic.woff') format('woff'),  url('http://www.parkerlynch.com/Documents/css/fonts/museoslab100italic.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'MuseoSlab-300'; src: url('http://www.parkerlynch.com/Documents/css/fonts/museoslab300.eot'); src: url('http://www.parkerlynch.com/Documents/css/fonts/museoslab300.eot?#iefix') format('embedded-opentype'),  url('http://www.parkerlynch.com/Documents/css/fonts/museoslab300.svg#museoslab300') format('svg'),  url('http://www.parkerlynch.com/Documents/css/fonts/museoslab300.woff') format('woff'),  url('http://www.parkerlynch.com/Documents/css/fonts/museoslab300.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'MuseoSlab-300Italic'; src: url('http://www.parkerlynch.com/Documents/css/fonts/museoslab300italic.eot'); src: url('http://www.parkerlynch.com/Documents/css/fonts/museoslab300italic.eot?#iefix') format('embedded-opentype'),  url('http://www.parkerlynch.com/Documents/css/fonts/museoslab300italic.svg#museoslab300italic') format('svg'),  url('http://www.parkerlynch.com/Documents/css/fonts/museoslab300italic.woff') format('woff'),  url('http://www.parkerlynch.com/Documents/css/fonts/museoslab300italic.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'MuseoSlab-500'; src: url('http://www.parkerlynch.com/Documents/css/fonts/museoslab500.eot'); src: url('http://www.parkerlynch.com/Documents/css/fonts/museoslab500.eot?#iefix') format('embedded-opentype'),  url('http://www.parkerlynch.com/Documents/css/fonts/museoslab500.woff') format('woff'),  url('http://www.parkerlynch.com/Documents/css/fonts/museoslab500.ttf') format('truetype'),  url('http://www.parkerlynch.com/Documents/css/fonts/museoslab500.svg#museoslab500') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'MuseoSlab-500Italic'; src: url('http://www.parkerlynch.com/Documents/css/fonts/museoslab500italic.eot'); src: url('http://www.parkerlynch.com/Documents/css/fonts/museoslab500italic.eot?#iefix') format('embedded-opentype'),  url('http://www.parkerlynch.com/Documents/css/fonts/museoslab500italic.woff') format('woff'),  url('http://www.parkerlynch.com/Documents/css/fonts/museoslab500italic.ttf') format('truetype'),  url('http://www.parkerlynch.com/Documents/css/fonts/museoslab500italic.svg#museoslab500italic') format('svg'); font-weight: normal; font-style: normal; }
*/
/* Icons */
/*$ico-sprite-dimensions: true;*/
/* line 218, ico/*.png */
.ico-sprite, .ico-arrow_down, .ico-arrow_up, .ico-arrow_upB, .ico-back_arrow_greenSm, .ico-blue_dbArrowRt, .ico-folder, .ico-gmail, .ico-green_dbArrowRt, .ico-green_sm_dbArrowRt, .ico-hamburgerB, .ico-hamburger_active, .ico-jobAlert, .ico-mail_box, .ico-nonLinkBullet, .ico-outlook, .ico-phone_White, .ico-printer, .ico-rss-sign, .ico-searchB, .ico-searchSm, .ico-search_white, .ico-upBtn, .ico-white_dbArrowRt {
  background: url('img/ico-sb89bd8e909.png') no-repeat;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow_down {
  background-position: 0 -1985px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow_up {
  background-position: 0 -1898px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow_upB {
  background-position: 0 -2072px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-back_arrow_greenSm {
  background-position: 0 -2160px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-blue_dbArrowRt {
  background-position: 0 -1408px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-folder {
  background-position: 0 -934px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-gmail {
  background-position: 0 -296px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-green_dbArrowRt {
  background-position: 0 -1592px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-green_sm_dbArrowRt {
  background-position: 0 -1125px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-hamburgerB {
  background-position: 0 -1792px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-hamburger_active {
  background-position: 0 -1686px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-jobAlert {
  background-position: 0 -1032px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-mail_box {
  background-position: 0 -97px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-nonLinkBullet {
  background-position: 0 -1502px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-outlook {
  background-position: 0 -190px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-phone_White {
  background-position: 0 -733px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-printer {
  background-position: 0 -1215px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-rss-sign {
  background-position: 0 0;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-searchB {
  background-position: 0 -521px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-searchSm {
  background-position: 0 -838px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-search_white {
  background-position: 0 -628px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-upBtn {
  background-position: 0 -401px;
}

/* line 60, ../../../../../../compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.ico-white_dbArrowRt {
  background-position: 0 -1318px;
}

/* line 8, ../sass/brand/_icons.scss */
i {
  display: inline-block;
}

/* line 12, ../sass/brand/_icons.scss */
.icon {
  width: 71px;
  height: 72px;
  margin: 24px auto 15px auto;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background-color: #8d9db0;
}
/* line 20, ../sass/brand/_icons.scss */
.icon i {
  margin-top: 16px;
}
/* line 24, ../sass/brand/_icons.scss */
.icon i.ico-briefcase {
  margin-top: 21px;
}

/* line 65, ../sass/brand/_icons.scss */
.icon-map-marker {
  display: none;
}

/* line 69, ../sass/brand/_icons.scss */
.icon-active-menu {
  background: url("img/ico-sb89bd8e909.png") no-repeat;
  background-position: 0px -735px;
}

/* Base */
/* line 2, ../sass/brand/_base.scss */
*, :after, :before {
  box-sizing: border-box;
}

/* line 6, ../sass/brand/_base.scss */
html {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
  font-size: 100%;
}

/* line 12, ../sass/brand/_base.scss */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  max-width: 100%;
}

/* line 18, ../sass/brand/_base.scss */
p {
  font-size: 16px;
}
/* line 20, ../sass/brand/_base.scss */
p.small {
  font-size: 12px;
}

/* line 26, ../sass/brand/_base.scss */
a {
  color: #c49a6c;
}
/* line 31, ../sass/brand/_base.scss */
a:hover, a:focus, a:active, a.active {
  color: black;
  outline: none;
  text-decoration: underline;
}

/* line 38, ../sass/brand/_base.scss */
h1 {
  font-family: "GaramondPremrPro-SmbdIt";
  font-size: 30px;
  color: #3a3a3a;
  padding-top: 10px;
  padding-bottom: 16px;
  line-height: 1;
  font-weight: normal;
  text-transform: none;
}

/* line 48, ../sass/brand/_base.scss */
h2 {
  font-family: "GaramondPremrPro-Smbd";
  font-size: 23px !important;
  color: #231f20;
  padding-top: 10px;
  padding-bottom: 8px;
  line-height: 1;
  border-bottom: none;
  margin-bottom: 4px;
  text-transform: none;
}

/* line 59, ../sass/brand/_base.scss */
p {
  color: #3a3a3a;
  font-family: "MuseoSlab-300";
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 1.4em;
}

/* line 66, ../sass/brand/_base.scss */
li {
  padding-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

/* line 73, ../sass/brand/_base.scss */
ol li {
  margin-bottom: 6px;
  padding-left: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

/* line 81, ../sass/brand/_base.scss */
.img-centered {
  margin: 0 auto;
}

/* line 86, ../sass/brand/_base.scss */
section h2 {
  margin: 0;
  font-size: 3em;
}
/* line 90, ../sass/brand/_base.scss */
section.grey {
  background: black;
}
/* line 93, ../sass/brand/_base.scss */
section.success {
  color: white;
  background: #27993c;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 104, ../sass/brand/_base.scss */
  html, body {
    width: 100%;
    overflow-x: hidden;
  }
}
/* Layouts */
/* line 3, ../sass/brand/_layouts.scss */
hr.star-light, hr.star-primary {
  padding: 0;
  border: none;
  border-top: #333 solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
/* line 11, ../sass/brand/_layouts.scss */
hr.star-light:after, hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
/* line 20, ../sass/brand/_layouts.scss */
hr.star-light {
  border-color: white;
}
/* line 22, ../sass/brand/_layouts.scss */
hr.star-light:after {
  background-color: #18bc9c;
  color: white;
}
/* line 27, ../sass/brand/_layouts.scss */
hr.star-primary {
  border-color: #2c3e50;
}
/* line 29, ../sass/brand/_layouts.scss */
hr.star-primary:after {
  background-color: white;
  color: #2c3e50;
}

@media (min-width: 992px) {
  /* line 37, ../sass/brand/_layouts.scss */
  .container {
    width: 950px;
  }
  .wrap-navigation .nav > li.dropdown:last-of-type > ul.dropdown-menu {
    width: 730px !important;
  }
}
@media (min-width: 1200px) {
  /* line 43, ../sass/brand/_layouts.scss */
  .container {
    width: 950px;
  }
}
/* line 47, ../sass/brand/_layouts.scss */
.col-right-rail {
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
}

/* line 54, ../sass/brand/_layouts.scss */
.col-content {
  width: 66%;
  float: left;
}

/* line 59, ../sass/brand/_layouts.scss */
.three-row-column, .banner-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 64, ../sass/brand/_layouts.scss */
.targetDiv {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 320px) and (max-width: 768px) {
  /* line 71, ../sass/brand/_layouts.scss */
  .col-right-rail, .col-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
  }
}
/* Typography */
/* html,
body {
  font-family: $font-family-base;
}
a{
	font-family:$font-GaramondPremrPro-Smbd-it;
}
h1, .h1 {
	font-size: $h1;
	font-weight: normal;
	color: $heading;
	font-family: $font_GaramondPremrPro;
}

h2, .h2 {
	font-size: $h2;
	font-weight: normal;
	line-height: normal;
	color: $heading;
	font-family:$font_GaramondPremrPro;
}

h3, .h3 {
	font-size: $h3;
	font-weight: normal;
	line-height: normal;
	color: $heading;
	font-family:$font_GaramondPremrPro;
}

h4, h4 {
	margin-top: 15px;
	font-size: $h4;
	font-family:$font_GaramondPremrPro;
}

p {
	font-size: $paragraph;
	font-weight: normal;
	line-height: 22px;
	color: $primary-colour;
	font-family: $font-MuseoSlab-300;

	a {
		color: $ee_blue;
		text-decoration: none;
		font-family:$font-GaramondPremrPro-Smbd-it;

		&:hover {
			text-decoration: underline;
		}
	}
}

.unstyled-list {
	margin: 0;
	padding: 0;
	list-style: none;
} */
/* Spotlight*/
/* line 2, ../sass/brand/_spotlights.scss */
.spotlight-container {
  display: block;
  width: 100%;
}
/* line 5, ../sass/brand/_spotlights.scss */
.spotlight-container .panel {
  border: none;
  margin: 0 auto;
  background: 0 0;
  box-shadow: none;
  border-radius: 0;
}

/* line 14, ../sass/brand/_spotlights.scss */
.spotlight_width_full header {
  position: relative;
  text-align: center;
  background: #273556;
  color: white;
  margin-top: 100px;
}

/*p&l*/
/* line 24, ../sass/brand/_spotlights.scss */
.blue-bg-banner-container {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Backgrounds/nav-btm-jobs-landing.jpg");
  background-repeat: repeat-x;
  background-position: top left;
}

/* line 29, ../sass/brand/_spotlights.scss */
.yellow-bg-banner-container {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Backgrounds/nav-btm-specialties-landing.jpg");
  background-repeat: repeat-x;
  background-position: top left;
}

/* line 34, ../sass/brand/_spotlights.scss */
.grey-bg-banner-container {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Backgrounds/nav-btm-employers-landing.jpg");
  background-repeat: repeat-x;
  background-position: top left;
}

/* line 39, ../sass/brand/_spotlights.scss */
.yellow-strip-banner-container {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Backgrounds/nav-btm-specialties-landing.jpg");
  background-repeat: repeat-x;
  height: 115px;
  background-position: top left;
}

/* line 45, ../sass/brand/_spotlights.scss */
.blue-strip-banner-container {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Backgrounds/nav-btm-jobs-landing.jpg");
  background-repeat: repeat-x;
  height: 115px;
  background-position: top left;
}

/* line 51, ../sass/brand/_spotlights.scss */
.grey-bg-color {
  background-color: #c4bcb7;
}

/* line 54, ../sass/brand/_spotlights.scss */
.blue-bg-color-container {
  background-color: #aac5dd;
}

/* line 57, ../sass/brand/_spotlights.scss */
.coffee-strip-banner-container {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Backgrounds/nav-btm-about.jpg");
  background-repeat: repeat-x;
  height: 115px;
  background-position: top left;
}

/* line 63, ../sass/brand/_spotlights.scss */
.coffee-bg-banner-container {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Backgrounds/nav-btm-about-landing.jpg");
  background-repeat: repeat-x;
  background-position: top left;
}

/* line 68, ../sass/brand/_spotlights.scss */
.coffee-bg-banner-container .panel--footer {
  padding-top: 45px;
}

/* line 71, ../sass/brand/_spotlights.scss */
.grey-bg-banner-container .panel--footer {
  padding-top: 45px;
}

/* line 74, ../sass/brand/_spotlights.scss */
.page-banner {
  width: 910px;
}
/* line 76, ../sass/brand/_spotlights.scss */
.page-banner .content-text-main {
  min-height: 357px;
  background-repeat: no-repeat !important;
}
/* line 79, ../sass/brand/_spotlights.scss */
.page-banner .content-text-main h1 {
  color: #000;
  padding: 59px 50px 0 50px;
  font-size: 55px;
  font-family: "GaramondPremrPro-It";
  font-weight: normal;
}
/* line 86, ../sass/brand/_spotlights.scss */
.page-banner .content-text-main span {
  font-family: "MuseoSlab-100";
  padding-left: 80px;
  font-size: 20px;
  line-height: 27px;
  color: #000;
  width: 300px;
  display: inline-block;
  margin-top: 0;
}
/* line 97, ../sass/brand/_spotlights.scss */
.page-banner .strip-text-bottom-gold {
  background: #C4996C;
  -webkit-box-shadow: inset 0 20px 10px -20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 20px 10px -20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 20px 10px -20px rgba(0, 0, 0, 0.5);
}
/* line 102, ../sass/brand/_spotlights.scss */
.page-banner .strip-text-bottom-gold p {
  font-family: "MuseoSlab-300";
  padding: 15px 40px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  line-height: 22px;
}
/* line 111, ../sass/brand/_spotlights.scss */
.page-banner .strip-text-bottom-black {
  background: #000;
  -webkit-box-shadow: inset 0 20px 10px -20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 20px 10px -20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 20px 10px -20px rgba(0, 0, 0, 0.5);
  font-family: "MuseoSlab-300";
  font-size: 16px;
}
/* line 112, ../sass/brand/_spotlights.scss */
.page-banner .strip-text-bottom-black p {
  font-family: "MuseoSlab-300";
  padding: 15px 40px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  line-height: 22px;
}

@media (max-width: 767px) {
  /* line 131, ../sass/brand/_spotlights.scss */
  .page-banner {
    padding-top: 0;
  }

  /* line 134, ../sass/brand/_spotlights.scss */
  .content-text-main {
    padding-bottom: 30px;
    background-position: center !important;
    height: auto;
  }
  /* line 138, ../sass/brand/_spotlights.scss */
  .content-text-main h1 {
    padding: 20px;
    margin: 0;
    font-size: 30px;
  }
  /* line 143, ../sass/brand/_spotlights.scss */
  .content-text-main span {
    padding-left: 20px;
    font-size: 18px;
    width: 60%;
  }

  /* line 149, ../sass/brand/_spotlights.scss */
  .strip-text-bottom-gold p, .strip-text-bottom-black p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 157, ../sass/brand/_spotlights.scss */
  .spotlight_width_full header {
    margin-top: 50px;
  }
}
/* Header */
@media (min-width: 768px) {
  /* line 4, ../sass/brand/_header.scss */
  header .intro-text .name {
    font-size: 4.75em;
  }
  /* line 7, ../sass/brand/_header.scss */
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
/* line 14, ../sass/brand/_header.scss */
header:before {
  position: absolute;
  font-family: 'themify';
  font-size: 3.0em;
  color: white;
  right: 2%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 24, ../sass/brand/_header.scss */
#skip, .gateway-container, .utility-nav-container {
  display: none;
}

/* line 27, ../sass/brand/_header.scss */
.site-header-controls .row .site-search {
  display: none;
}

/* line 30, ../sass/brand/_header.scss */
.site-header {
  background: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  padding: 20px 0px;
}
/* line 40, ../sass/brand/_header.scss */
.site-header a:focus {
  outline: none;
}
/* line 43, ../sass/brand/_header.scss */
.site-header .brand-logo {
  color: #333333;
  margin-bottom: -8px;
  padding: 4px 10px;
  float: left;
}

/* line 50, ../sass/brand/_header.scss */
.primary_header {
  text-align: right;
  background: #ddeaf5;
  float: right;
  padding: 10px 0px 0px 10px;
}

/* line 56, ../sass/brand/_header.scss */
ul.share_link {
  display: inline;
  list-style-type: none;
  padding-left: 0px;
  position: relative;
  top: -5px;
}
/* line 62, ../sass/brand/_header.scss */
ul.share_link li {
  display: inline;
  padding: 0 5px;
  border-right: 1px solid #000;
}
/* line 67, ../sass/brand/_header.scss */
ul.share_link a {
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  color: black;
  text-transform: capitalize;
  font-family: "MuseoSlab-300" !important;
}
/* line 74, ../sass/brand/_header.scss */
ul.share_link a:hover {
  color: #c49a6c !important;
  text-decoration: underline;
}

/* line 81, ../sass/brand/_header.scss */
ul.share_link li:last-child {
  border-right: none;
   padding-left: 0px;
  margin-left: -1px;
}

/* line 84, ../sass/brand/_header.scss */
.socail_media {
  display: inline;
  position: relative;
  top: -5px;
}
/* line 88, ../sass/brand/_header.scss */
.socail_media ul {
  list-style-type: none;
  display: inline;
  padding-left: 0px;
}
/* line 93, ../sass/brand/_header.scss */
.socail_media li {
  display: inline;
}
/* line 95, ../sass/brand/_header.scss */
.socail_media li a {
  color: black;
}

/* line 101, ../sass/brand/_header.scss */
.site-search {
  margin-right: 0px;
  margin-left: -43px;
  padding-right: 0px;
  float: right;
}
/* line 106, ../sass/brand/_header.scss */
.site-search.opened {
  width: 210px;
  opacity: 1;
}
/* line 110, ../sass/brand/_header.scss */
.site-search .input-group {
  margin-top: 2px;
  margin-right: -2px;
  margin-left: 30px;
}
/* line 114, ../sass/brand/_header.scss */
.site-search .input-group .input-group-btn {
  display: none;
}
/* line 117, ../sass/brand/_header.scss */
.site-search .input-group input {
  border-radius: 0;
}
/* line 119, ../sass/brand/_header.scss */
.site-search .input-group input[type="text"]:first-child {
  border: 1px solid #c4996c;
}

/* line 125, ../sass/brand/_header.scss */
.search_top_bar {
  margin-left: 12px;
  float: right;
  margin-top: -12px;
  display: inline;
}

/* line 131, ../sass/brand/_header.scss */
.site-selector {
  width: auto;
  float: right;
}
/* line 134, ../sass/brand/_header.scss */
.site-selector #siteSelector {
  padding: 15px 0;
  font-size: 12px;
  font-weight: normal;
  border: none;
  background: transparent;
  color: white;
  outline: none;
}

/* line 144, ../sass/brand/_header.scss */
.search-icon {
  display: inline;
  float: right;
  margin-top: 2px;
}
/* line 148, ../sass/brand/_header.scss */
.search-icon img {
  display: inline;
}

/* line 152, ../sass/brand/_header.scss */
.site-header-inner .container-xs .row > .col-md-12 {
  clear: both;
}

@media (min-width: 992px) {
  /* line 156, ../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 163, ../sass/brand/_header.scss */
  .site-search.opened {
    opacity: 1;
  }
}
/* line 169, ../sass/brand/_header.scss */
.site-header-controls .wrap-navigation {
  float: right;
  margin-top: 5px;
}

/* line 175, ../sass/brand/_header.scss */
.site-header .brand-logo a > img {
  width: 200px;
  height: auto;
  margin-top: -8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 183, ../sass/brand/_header.scss */
.site-header.affix {
  box-shadow: 0 0 10px;
}
/* line 185, ../sass/brand/_header.scss */
.site-header.affix .brand-logo a > img {
  width: 150px;
  margin-top: 0px;
}
/* line 190, ../sass/brand/_header.scss */
.site-header.navbar-brand:hover {
  color: #172560 l;
}
/* line 194, ../sass/brand/_header.scss */
.site-header .navbar-brand:focus, .site-header .navbar-brand:active, .site-header .navbar-brand.active {
  color: #172560 l;
}
/* line 198, ../sass/brand/_header.scss */
.site-header .nav-bar {
  letter-spacing: 1px;
}
/* line 201, ../sass/brand/_header.scss */
.site-header .nav-bar li a {
  color: #333333;
}
/* line 203, ../sass/brand/_header.scss */
.site-header .nav-bar li a:hover {
  color: #0325af;
  outline: none;
}
/* line 207, ../sass/brand/_header.scss */
.site-header .nav-bar li a:focus, .site-header .nav-bar li a:active {
  color: #6a79b4;
}
/* line 211, ../sass/brand/_header.scss */
.site-header .nav-bar li.active a {
  color: white;
  background: #18bc9c;
}
/* line 214, ../sass/brand/_header.scss */
.site-header .nav-bar li.active a:hover, .site-header .nav-bar li.active a:focus, .site-header .nav-bar li.active a:active {
  color: white;
  background: #18bc9c;
}
/* line 221, ../sass/brand/_header.scss */
.site-header .navbar-toggle {
  color: #333333;
  text-transform: uppercase;
  font-size: 26px;
  border-color: white;
  border-radius: 0px;
  padding: 0px;
}
/* line 228, ../sass/brand/_header.scss */
.site-header .navbar-toggle:hover, .site-header .navbar-toggle:focus {
  background-color: white;
  color: #333333;
  border-color: white;
}

/* line 236, ../sass/brand/_header.scss */
.language-selector {
  float: right;
  margin-top: 6px;
}

/* line 241, ../sass/brand/_header.scss */
.site-header-inner .container .row .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 246, ../sass/brand/_header.scss */
#languageSelector {
  background: none;
  padding: 6px 7px 6px 20px;
  color: #333333;
  font-weight: 700;
}

@media (min-width: 768px) {
  /* line 254, ../sass/brand/_header.scss */
  .site-header {
    padding: 0px 0px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  /* line 259, ../sass/brand/_header.scss */
  .site-header .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 265, ../sass/brand/_header.scss */
  .site-header.affix {
    padding: 10px 0;
  }
  /* line 267, ../sass/brand/_header.scss */
  .site-header.affix .brand-logo a {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 275, ../sass/brand/_header.scss */
  .site-header-inner .container {
    margin-left:  0;
    margin-right:  0;
    width: 100%;
  }

  /* line 280, ../sass/brand/_header.scss */
  .site-header {
    padding: 10px 0;
  }

  /* line 283, ../sass/brand/_header.scss */
  .site-header-inner {
    padding: 0px;
  }

  /* line 286, ../sass/brand/_header.scss */
  .nav-bar {
    float: none !important;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 293, ../sass/brand/_header.scss */
  .site-header .brand-logo {
    float: none;
    display: inline-block;
    position: absolute;
    top: 0px;
  }

  /* line 299, ../sass/brand/_header.scss */
  .site-header-controls .wrap-navigation .nav > li.open {
    overflow: hidden;
    height: 140px;
  }

  /* line 303, ../sass/brand/_header.scss */
  .wrap-navigation .nav > li > ul.dropdown-menu {
    width: 100%;
    border-left: transparent;
    border-right: transparent;
    top: 26%;
    box-shadow: none;
  }

  /* line 310, ../sass/brand/_header.scss */
  .primary_header {
    display: none;
  }
}
/*navigation*/
/* line 4, ../sass/brand/_navigation.scss */
.navbar-custom {
  background: #fff;
  font-family: "MuseoSlab-300";
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
/* line 10, ../sass/brand/_navigation.scss */
.navbar-custom a:focus {
  outline: none;
}
/* line 13, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-brand {
  color: #333333;
  margin-bottom: 5px;
  padding: 4px 10px;
}
/* line 17, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-brand > img {
  width: 200px;
  height: auto;
  margin-top: -8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 26, ../sass/brand/_navigation.scss */
.navbar-custom.affix {
  box-shadow: 0 0 10px;
}
/* line 28, ../sass/brand/_navigation.scss */
.navbar-custom.affix .navbar-brand > img {
  width: 150px;
  margin-top: 0px;
}
/* line 34, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:active, .navbar-custom .navbar-brand.active {
  color: #172560;
}
/* line 38, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
/* line 41, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-nav li a {
  color: #333333;
  font-family: "MuseoSlab-300";
  font-weight: normal;
  font-size: 14px;
}
/* line 46, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-nav li a:hover {
  color: #0325af;
  outline: none;
}
/* line 50, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-nav li a:focus, .navbar-custom .navbar-nav li a:active {
  color: #6a79b4;
}
/* line 54, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #18BC9C;
}
/* line 57, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-nav li.active a:hover, .navbar-custom .navbar-nav li.active a:focus, .navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #18BC9C;
}
/* line 64, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-toggle {
  color: #333;
  text-transform: uppercase;
  font-size: 26px;
  border-color: #fff;
  border-radius: 0px;
  padding: 0px;
}
/* line 71, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}

/* line 79, ../sass/brand/_navigation.scss */
.secondary-nav-container {
  display: none;
}

/*
.wrap-navigation .nav > li > .dropdown-toggle:before {
  content: "\f2be";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}*/
/* line 93, ../sass/brand/_navigation.scss */
a::before {
  display: inline-block;
  margin-right: .5em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* line 104, ../sass/brand/_navigation.scss */
.wrap-navigation .nav > li {
  display: inline-block;
}
/* line 105, ../sass/brand/_navigation.scss */
.wrap-navigation .nav > li > ul.dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #e5e5e5;
}
/* line 110, ../sass/brand/_navigation.scss */
.wrap-navigation .nav > li > ul.dropdown-menu li a {
  padding: 10px 8px;
  font-family: "MuseoSlab-300";
  font-weight: normal;
  font-size: 14px;
}
/* line 115, ../sass/brand/_navigation.scss */
.wrap-navigation .nav > li > ul.dropdown-menu li a:hover {
  color: #000;
}
/* line 119, ../sass/brand/_navigation.scss */
.wrap-navigation .nav > li > ul.dropdown-menu li:first-child {
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  /* line 128, ../sass/brand/_navigation.scss */
  .navbar-custom {
    padding: 22px 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
  }
  /* line 133, ../sass/brand/_navigation.scss */
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
  }
  /* line 139, ../sass/brand/_navigation.scss */
  .navbar-custom.affix {
    padding: 10px 0;
  }
  /* line 141, ../sass/brand/_navigation.scss */
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  /* line 149, ../sass/brand/_navigation.scss */
  .navbar-custom .navbar-brand > img {
    width: 150px;
    margin-top: 0px;
  }
}
/* line 155, ../sass/brand/_navigation.scss */
.nav-bar > li > a {
  text-transform: capitalize;
}
/* line 157, ../sass/brand/_navigation.scss */
.nav-bar > li > a:focus, .nav-bar > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

/* line 162, ../sass/brand/_navigation.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;
  display: block;
}

/* line 170, ../sass/brand/_navigation.scss */
.open-menu {
  float: right;
  margin: 16px 32px 11px 0px;
  position: relative;
  z-index: 510;
  display: inline-block;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  color: #333;
}
/* line 183, ../sass/brand/_navigation.scss */
.open-menu:before {
  content: "\f0c9";
}
/* line 186, ../sass/brand/_navigation.scss */
.open-menu:active, .open-menu:hover, .open-menu:focus {
  color: #333;
}

/* line 191, ../sass/brand/_navigation.scss */
.close-menu {
  display: none;
}
/* line 193, ../sass/brand/_navigation.scss */
.close-menu:active, .close-menu:focus, .close-menu:hover {
  color: #fff;
}

/* line 198, ../sass/brand/_navigation.scss */
.open-menu, .close-menu, ul#Language_List_Selector > li > a > img {
  display: none;
}

/* line 203, ../sass/brand/_navigation.scss */
#languageSelector:focus, #languageSelector:active {
  outline: none;
  box-shadow: none;
  background: #eee;
  border-radius: 0px;
  color: #6a79b4;
}
@media (min-width: 769px) and (max-width: 991px) {
	.mobile-nav-wrap .menu , .mobile-search{
		display: none;
	}
	.mobile-nav-wrap .menu.active{
		display: block;
	}
}
@media (min-width: 320px) and (max-width: 991px) {
  /* line 213, ../sass/brand/_navigation.scss */
  .open-menu, .close-menu {
    display: inline-block;
  }

  /* line 216, ../sass/brand/_navigation.scss */
  .language-selector {
    margin-top: 0px;
  }
  /* line 218, ../sass/brand/_navigation.scss */
  .language-selector.open {
    height: 110px;
    margin-top: 0px;
  }

  /* line 223, ../sass/brand/_navigation.scss */
  ul#Language_List_Selector {
    width: 100%;
    border: none;
    box-shadow: none;
    top: 30%;
    box-shadow: none;
  }
  /* line 229, ../sass/brand/_navigation.scss */
  ul#Language_List_Selector > li > a {
    padding: 3px 28px;
    font-size: 14px;
    font-weight: bold;
  }

  /* line 235, ../sass/brand/_navigation.scss */
  .site-header-controls .wrap-navigation .nav > li {
    float: none;
    padding: 0 10px;
    font-size: 14px;
    display: inline-block;
  }

  /* line 241, ../sass/brand/_navigation.scss */
  .site-header-inner {
    /* padding: 6px 24px 6px 10px; */
  }

  /* line 244, ../sass/brand/_navigation.scss */
  .site-header-controls {
    width: 100%;
    position: relative;
    z-index: 500;
  }
  /* line 248, ../sass/brand/_navigation.scss */
  .site-header-controls .wrap-navigation {
    clear: both;
    display: none;
  }

  /* line 253, ../sass/brand/_navigation.scss */
  .header_open .wrap-navigation {
    display: block;
  }

  /* line 256, ../sass/brand/_navigation.scss */
  .site-header-controls .wrap-navigation {
    margin-top: 0px;
  }

  /* line 259, ../sass/brand/_navigation.scss */
  .wrap-navigation {
    position: absolute;
    top: 51px;
    width: 100%;
    right: 0;
    background: #fff;
    border-top: 1px solid #e7e7e7;
  }
  /* line 266, ../sass/brand/_navigation.scss */
  .wrap-navigation li {
    display: block !important;
  }
  /* line 269, ../sass/brand/_navigation.scss */
  .wrap-navigation .nav a {
    color: #333333;
  }
  /* line 271, ../sass/brand/_navigation.scss */
  .wrap-navigation .nav a:hover, .wrap-navigation .nav a:focus {
    color: #0325af;
  }

  /* line 276, ../sass/brand/_navigation.scss */
  .language-selector {
    float: left;
    margin-top: 0px;
    display: block;
    width: 100%;
  }

  /* line 282, ../sass/brand/_navigation.scss */
  .wrap-navigation li {
    display: block !important;
  }

  /* line 285, ../sass/brand/_navigation.scss */
  .site-header .brand-logo a > img {
    width: 150px !important;
    /* margin-top: 0px;*/
  }

  /* line 289, ../sass/brand/_navigation.scss */
  .language-selector {
    display: none;
  }

  /* line 292, ../sass/brand/_navigation.scss */
  #languageSelector {
    padding-left: 9px !important;
  }
}
/* line 297, ../sass/brand/_navigation.scss */
.navbar-custom {
  background: #fff;
  font-family: "MuseoSlab-300";
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
/* line 303, ../sass/brand/_navigation.scss */
.navbar-custom a:focus {
  outline: none;
}
/* line 306, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-brand {
  color: #333333;
  margin-bottom: 5px;
  padding: 4px 10px;
}
/* line 310, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-brand > img {
  width: 200px;
  height: auto;
  margin-top: -8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 319, ../sass/brand/_navigation.scss */
.navbar-custom.affix {
  box-shadow: 0 0 10px;
}
/* line 321, ../sass/brand/_navigation.scss */
.navbar-custom.affix .navbar-brand > img {
  width: 150px;
  margin-top: 0px;
}
/* line 327, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:active, .navbar-custom .navbar-brand.active {
  color: #172560;
}
/* line 331, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
/* line 334, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-nav li a {
  color: #333333;
}
/* line 336, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-nav li a:hover {
  color: #0325af;
  outline: none;
}
/* line 340, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-nav li a:focus, .navbar-custom .navbar-nav li a:active {
  color: #6a79b4;
}
/* line 344, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #18BC9C;
}
/* line 347, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-nav li.active a:hover, .navbar-custom .navbar-nav li.active a:focus, .navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #18BC9C;
}
/* line 354, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-toggle {
  color: #333;
  text-transform: uppercase;
  font-size: 26px;
  border-color: #fff;
  border-radius: 0px;
  padding: 0px;
}
/* line 361, ../sass/brand/_navigation.scss */
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}

@media (min-width: 768px) {
  /* line 370, ../sass/brand/_navigation.scss */
  .navbar-custom {
    padding: 22px 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
  }
  /* line 375, ../sass/brand/_navigation.scss */
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
  }
  /* line 381, ../sass/brand/_navigation.scss */
  .navbar-custom.affix {
    padding: 10px 0;
  }
  /* line 383, ../sass/brand/_navigation.scss */
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }

  /* line 388, ../sass/brand/_navigation.scss */
  a.menu-link {
    display: block;
    color: #fff;
    float: left;
    text-decoration: none;
    padding: 10px 16px;
    font-size: 1.5em;
  }
  /* line 395, ../sass/brand/_navigation.scss */
  a.menu-link:hover {
    color: #c4996c;
  }
  /* line 398, ../sass/brand/_navigation.scss */
  a.menu-link:after {
    content: "\2630";
    font-weight: normal;
  }
  /* line 402, ../sass/brand/_navigation.scss */
  a.menu-link.active:after {
    content: "\2715";
  }
}
/* line 409, ../sass/brand/_navigation.scss */
.menu-link {
  display: none;
}

/* line 414, ../sass/brand/_navigation.scss */
.menu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 160px;
  background: #bbd5ec;
  list-style-type: none;
}
/* line 422, ../sass/brand/_navigation.scss */
.menu ul li {
  list-style-type: none;
}
/* line 424, ../sass/brand/_navigation.scss */
.menu ul li a {
  border-bottom: 1px solid #fff;
  font-family: "MuseoSlab-300" !important;
}
/* line 429, ../sass/brand/_navigation.scss */
.menu ul ul {
  position: relative;
  left: auto;
  top: auto;
  border: none;
  padding-left: 0px;
}
/* line 435, ../sass/brand/_navigation.scss */
.menu ul ul ul {
  position: relative;
  left: auto;
  top: auto;
  border: none;
  padding-left: 0px;
  position: absolute;
  left: 100%;
  top: 0;
}
/* line 445, ../sass/brand/_navigation.scss */
.menu ul ul > li {
  position: relative;
}
/* line 447, ../sass/brand/_navigation.scss */
.menu ul ul > li a {
  padding: 10px 15px;
  height: auto;
  background: #bbd5ec;
}
/* line 451, ../sass/brand/_navigation.scss */
.menu ul ul > li a:hover {
  background: #c4996c;
  color: white;
}

@media all and (max-width: 991px) {
  /* line 461, ../sass/brand/_navigation.scss */
  a.menu-link {
    display: block;
    color: white;
    float: left;
    text-decoration: none;
    padding: 10px 16px;
    font-size: 1.5em;
    font-family: "MuseoSlab-300" !important;
  }

  /* line 470, ../sass/brand/_navigation.scss */
  .menu ul li:hover > ul {
    display: none;
  }

  /* line 474, ../sass/brand/_navigation.scss */
  a.menu-link:hover {
    color: black;
  }
  /* line 477, ../sass/brand/_navigation.scss */
  a.menu-link:after {
    content: "\2630";
    font-weight: normal;
  }
  /* line 481, ../sass/brand/_navigation.scss */
  a.menu-link.active:after {
    content: "\2715";
  }

  /* line 485, ../sass/brand/_navigation.scss */
  .menu {
    clear: both;
    min-width: inherit;
    float: none;
    overflow: hidden;
    max-height: 0;
    background-color: #bbd5ec;
  }
  /* line 493, ../sass/brand/_navigation.scss */
  .menu > ul ul {
    overflow: hidden;
    max-height: 0;
    background-color: #bbd5ec;
  }
  /* line 498, ../sass/brand/_navigation.scss */
  .menu > li > ul.sub-menu {
    padding: 0px;
    border: none;
  }
  /* line 503, ../sass/brand/_navigation.scss */
  .menu.active, .menu > ul ul.active {
    /*  max-height: 55em; */
    max-height: 100%;
    position: absolute;
    width: 100%;
    overflow-y: scroll;
    z-index: 9999;
  }
  /* line 511, ../sass/brand/_navigation.scss */
  .menu ul {
    display: inline;
  }
  /* line 514, ../sass/brand/_navigation.scss */
  .menu > ul > li:last-of-type a {
    border: none;
  }
  /* line 517, ../sass/brand/_navigation.scss */
  .menu li a {
    color: black;
    display: block;
    padding: 0.8em;
    position: relative;
    font-family: "MuseoSlab-300" !important;
    font-weight: normal;
    font-size: 14px;
  }
  /* line 527, ../sass/brand/_navigation.scss */
  .menu ul li.has-submenu a.active + ul.sub-menu.active {
    display: block;
  }
  /* line 530, ../sass/brand/_navigation.scss */
  .menu ul ul > li a {
    background-color: #bbd5ec;
    padding: 10px 18px 10px 30px;
    font-family: "MuseoSlab-300" !important;
  }
  /* line 536, ../sass/brand/_navigation.scss */
  .menu ul li a:hover, .menu ul li.hover > a {
    background: #a3c5e2;
    color: black;
  }

 /* .menu li.has-submenu > a:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 1.5em;
    padding: 0.55em 0.5em;
  }
.menu li.has-submenu > a.active:after { content: "-"; }*/
  /* line 554, ../sass/brand/_navigation.scss */
  .mobile-nav-wrap .mobile-search {
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    display: block;
    clear: both;
    border-bottom: none;
   overflow: hidden;
	z-index: 9999;
  }
  /* line 555, ../sass/brand/_navigation.scss */
  .mobile-nav-wrap .mobile-search .search-icon {
    padding: 0px;
    border-bottom: none !important;
  }
  /* line 566, ../sass/brand/_navigation.scss */
  .mobile-nav-wrap .mobile-search .site-search {
    margin-right: 0px;
    margin-left: 0;
    padding-right: 0px;
    float: left;
    width: 88%;
    padding-left: 0px;
  }
  /* line 573, ../sass/brand/_navigation.scss */
  .mobile-nav-wrap .mobile-search .site-search .input-group {
    float: left !important;
    width: 100%;
  }
  /* line 580, ../sass/brand/_navigation.scss */
  .mobile-nav-wrap .dropdown .socials {
    text-align: center;
    border-bottom: none !important;
    margin-top: 10px;
  }
  /* line 584, ../sass/brand/_navigation.scss */
  .mobile-nav-wrap .dropdown .socials a {
    display: inline;
    font-size: 30px;
    padding: 0px 10px;
    border-bottom: none !important;
    font-family: "MuseoSlab-300" !important;
  }
  /* line 592, ../sass/brand/_navigation.scss */
  .mobile-nav-wrap .dropdown .mobile-nav-footer {
    display: block;
    border-bottom: none !important;
    text-align: center !important;
    overflow: hidden;
    float: none;
  }
  /* line 598, ../sass/brand/_navigation.scss */
  .mobile-nav-wrap .dropdown .mobile-nav-footer a {
    display: inline-block !important;
    font-size: 10px;
    font-family: "MuseoSlab-300" !important;
    border-right: 1px solid black;
    padding: 0px 10px !important;
    text-align: center !important;
    border-bottom: none !important;
  }
  /* line 606, ../sass/brand/_navigation.scss */
  .mobile-nav-wrap .dropdown .mobile-nav-footer a:last-child {
    border-right: none;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
.site-header .brand-logo {
		color: #333;
		margin-bottom: -8px;
		padding: 15px 10px;
		float: left;
		margin-top: -40px;
	}
	.wrap-navigation, .mobile-search{
	  display: none !important;
	}
}

@media (min-width: 320px) and (max-width: 340px) {
  /* line 616, ../sass/brand/_navigation.scss */
  .mobile-nav-wrap .mobile-search .site-search {
    margin-right: 0px;
    margin-left: 0;
    padding-right: 0px;
    float: left;
    width: 88%;
    padding-left: 0px;
  }
}
/* line 626, ../sass/brand/_navigation.scss */
.site-header-controls .wrap-navigation .dropdown-menu {
  padding: 0;
  margin: 0;
  width: 710px;
  background: #fff;
  top: 55px;
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
}

/* line 636, ../sass/brand/_navigation.scss */
.site-header-controls .wrap-navigation .dropdown-menu > li {
  display: inline-block;
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  /*top: -7px;*/
}

/* line 644, ../sass/brand/_navigation.scss */
.site-header-controls .nav-bar > li > a {
  text-transform: capitalize;
  padding: 10px;
  font-family: "MuseoSlab-300";
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
}

/* line 652, ../sass/brand/_navigation.scss */
.site-header-controls .nav-bar > li > a.main-active {
  font-family: "MuseoSlab-500Italic" !important;
  text-decoration: none !important;
}

/* line 656, ../sass/brand/_navigation.scss */
.site-header-controls .nav-bar > li > a:hover {
  color: #000;
  text-decoration: underline;
}

/* line 660, ../sass/brand/_navigation.scss */
.site-header-controls .nav-bar > li > a.main-active:hover {
  font-family: "MuseoSlab-500Italic" !important;
  text-decoration: none !important;
}

/* line 664, ../sass/brand/_navigation.scss */
.site-header-controls .wrap-navigation .dropdown-menu > li a {
  padding: 4px 0;
  margin: 0;
  line-height: 15px;
  text-transform: capitalize;
  padding: 10px 8px;
  font-family: "MuseoSlab-300" !important;
}

/* line 672, ../sass/brand/_navigation.scss */
.site-header-controls .wrap-navigation .dropdown-menu > li a:hover {
  background: none;
  text-decoration: underline;
}

/* line 676, ../sass/brand/_navigation.scss */
.wrap-navigation .nav > li > ul.dropdown-menu li:first-child {
  border-bottom: none;
}

@media (min-width: 320px) and (max-width: 768px) {
  /* line 681, ../sass/brand/_navigation.scss */
  .mobile-nav-wrap .mobile-search .site-search {
    margin-right: 0px;
    margin-left: 0;
    padding-right: 0px;
    float: left;
    width: 100%;
    padding-left: 0px;
  }

  /* line 689, ../sass/brand/_navigation.scss */
  .mobile-nav-wrap .mobile-search .site-search .input-group {
    float: left !important;
    width: 100%;
  }

  /* line 693, ../sass/brand/_navigation.scss */
  .mobile-nav-wrap .mobile-search .input-group #txtCriteria {
    float: left !important;
    display: inline;
    width: 80%;
  }

  /* line 698, ../sass/brand/_navigation.scss */
  .mobile-nav-wrap .site-search .input-group .input-group-btn {
    display: inline-block !important;
    float: left;
    width: 40px;
  }

  /* line 703, ../sass/brand/_navigation.scss */
  .mobile-nav-wrap .site-search .input-group-btn #PerformSearchBtn {
    float: left;
    width: 40px;
    height: 40px;
    background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/Assets/media/Shared/icons/search-parker-lynch-site.jpg") no-repeat;
  }
}
/* Breadcrumb */
/* Button overides */
/* line 2, ../sass/brand/_buttons.scss */
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
/* line 9, ../sass/brand/_buttons.scss */
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: #2c3e50;
  background: white;
  border: solid 2px white;
}

/* line 16, ../sass/brand/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #2c3e50;
  border-color: #2c3e50;
  font-weight: 400;
  border-radius: 0px;
  font-size: 1.2em;
  padding: 5px 20px;
}
/* line 24, ../sass/brand/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: white;
  background-color: #2c3e50;
  border-color: #2c3e50;
}

/* line 31, ../sass/brand/_buttons.scss */
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #2c3e50;
  border-color: #2c3e50;
}

/* line 38, ../sass/brand/_buttons.scss */
.btn-primary:active, .btn-primary.active {
  background-image: none;
  background: #2c3e50;
}

/* line 44, ../sass/brand/_buttons.scss */
.open .dropdown-toggle.btn-primary {
  background-image: none;
  background: #2c3e50;
}

/* line 50, ../sass/brand/_buttons.scss */
.btn-primary.disabled, .btn-primary[disabled] {
  background-color: #2c3e50;
  border-color: #2c3e50;
}

/* line 56, ../sass/brand/_buttons.scss */
fieldset[disabled] .btn-primary {
  background-color: #2c3e50;
  border-color: #2c3e50;
}

/* line 62, ../sass/brand/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary[disabled]:hover {
  background-color: #2c3e50;
  border-color: #2c3e50;
}

/* line 68, ../sass/brand/_buttons.scss */
fieldset[disabled] .btn-primary:hover {
  background-color: #2c3e50;
  border-color: #2c3e50;
}

/* line 74, ../sass/brand/_buttons.scss */
.btn-primary.disabled:focus, .btn-primary[disabled]:focus {
  background-color: #2c3e50;
  border-color: #2c3e50;
}

/* line 80, ../sass/brand/_buttons.scss */
fieldset[disabled] .btn-primary:focus {
  background-color: #2c3e50;
  border-color: #2c3e50;
}

/* line 86, ../sass/brand/_buttons.scss */
.btn-primary.disabled:active, .btn-primary[disabled]:active {
  background-color: #2c3e50;
  border-color: #2c3e50;
}

/* line 92, ../sass/brand/_buttons.scss */
fieldset[disabled] .btn-primary:active {
  background-color: #2c3e50;
  border-color: #2c3e50;
}

/* line 98, ../sass/brand/_buttons.scss */
.btn-primary.disabled.active, .btn-primary[disabled].active {
  background-color: #2c3e50;
  border-color: #2c3e50;
}

/* line 104, ../sass/brand/_buttons.scss */
fieldset[disabled] .btn-primary.active {
  background-color: #2c3e50;
  border-color: #2c3e50;
}

/* line 111, ../sass/brand/_buttons.scss */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover {
  background-color: #0b5345;
  border-color: #122b40;
  color: white;
}
/* line 117, ../sass/brand/_buttons.scss */
.btn-primary.focus:active {
  background-color: #0b5345;
  border-color: #122b40;
  color: white;
}
/* line 123, ../sass/brand/_buttons.scss */
.btn-primary:active:focus, .btn-primary:active:hover {
  background-color: #0b5345;
  border-color: #122b40;
  color: white;
}

/* line 132, ../sass/brand/_buttons.scss */
.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #0b5345;
  border-color: #122b40;
  color: white;
}

/* line 139, ../sass/brand/_buttons.scss */
.btn-primary .badge {
  color: #2c3e50;
  background-color: white;
}

/* line 144, ../sass/brand/_buttons.scss */
.btn-success {
  color: white;
  background-color: #18bc9c;
  border-color: #18bc9c;
  font-weight: 700;
}
/* line 149, ../sass/brand/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}

/* line 156, ../sass/brand/_buttons.scss */
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}

/* line 163, ../sass/brand/_buttons.scss */
.btn-success:active, .btn-success.active {
  background-image: none;
}

/* line 168, ../sass/brand/_buttons.scss */
.open .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 173, ../sass/brand/_buttons.scss */
.btn-success.disabled, .btn-success[disabled] {
  background-color: #18bc9c;
  border-color: #18bc9c;
}

/* line 179, ../sass/brand/_buttons.scss */
fieldset[disabled] .btn-success {
  background-color: #18bc9c;
  border-color: #18bc9c;
}

/* line 185, ../sass/brand/_buttons.scss */
.btn-success.disabled:hover, .btn-success[disabled]:hover {
  background-color: #18bc9c;
  border-color: #18bc9c;
}

/* line 191, ../sass/brand/_buttons.scss */
fieldset[disabled] .btn-success:hover {
  background-color: #18bc9c;
  border-color: #18bc9c;
}

/* line 197, ../sass/brand/_buttons.scss */
.btn-success.disabled:focus, .btn-success[disabled]:focus {
  background-color: #18bc9c;
  border-color: #18bc9c;
}

/* line 203, ../sass/brand/_buttons.scss */
fieldset[disabled] .btn-success:focus {
  background-color: #18bc9c;
  border-color: #18bc9c;
}

/* line 209, ../sass/brand/_buttons.scss */
.btn-success.disabled:active, .btn-success[disabled]:active {
  background-color: #18bc9c;
  border-color: #18bc9c;
}

/* line 215, ../sass/brand/_buttons.scss */
fieldset[disabled] .btn-success:active {
  background-color: #18bc9c;
  border-color: #18bc9c;
}

/* line 221, ../sass/brand/_buttons.scss */
.btn-success.disabled.active, .btn-success[disabled].active {
  background-color: #18bc9c;
  border-color: #18bc9c;
}

/* line 227, ../sass/brand/_buttons.scss */
fieldset[disabled] .btn-success.active {
  background-color: #18bc9c;
  border-color: #18bc9c;
}

/* line 232, ../sass/brand/_buttons.scss */
.btn-success .badge {
  color: #18bc9c;
  background-color: white;
}

/* line 237, ../sass/brand/_buttons.scss */
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}

/* line 249, ../sass/brand/_buttons.scss */
.btn:focus, .btn:active, .btn.active {
  outline: none;
}

/* line 254, ../sass/brand/_buttons.scss */
.btn-after {
  position: relative;
  text-decoration: none;
}
/* line 257, ../sass/brand/_buttons.scss */
.btn-after::after {
  content: "";
  position: absolute;
  left: -1%;
  right: -1%;
  bottom: -3px;
  border: 1px solid #27993c;
}
/* line 265, ../sass/brand/_buttons.scss */
.btn-after:hover::after {
  bottom: -5px;
  border: 1px solid #27993c;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
/* line 273, ../sass/brand/_buttons.scss */
.btn-after:active::after {
  bottom: -2px;
  background: #2c3e50;
  border: 1px solid #27993c;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

/* line 284, ../sass/brand/_buttons.scss */
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
/* line 291, ../sass/brand/_buttons.scss */
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
/* line 297, ../sass/brand/_buttons.scss */
.scroll-top .btn:focus {
  outline: none;
}

/*for Left Navigation links*/
/* line 1, ../sass/brand/_contact-us.scss */
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #cccccc;
}
/* line 6, ../sass/brand/_contact-us.scss */
.floating-label-form-group input, .floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.2em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
/* line 18, ../sass/brand/_contact-us.scss */
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
}
/* line 34, ../sass/brand/_contact-us.scss */
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}

/* line 40, ../sass/brand/_contact-us.scss */
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

/* line 45, ../sass/brand/_contact-us.scss */
.floating-label-form-group-with-focus label {
  color: #27993c;
}

/* line 49, ../sass/brand/_contact-us.scss */
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #cccccc;
}

/*Contact us css*/
/* line 54, ../sass/brand/_contact-us.scss */
.scfForm {
  padding: 50px 0px;
}

/* line 59, ../sass/brand/_contact-us.scss */
.contact .scfForm {
  width: 66%;
  margin: 0 auto;
}
/* line 63, ../sass/brand/_contact-us.scss */
.contact .scfSingleLineTextLabel, .contact .scfMultipleLineTextLabel {
  display: block;
  width: 100%;
}
/* line 67, ../sass/brand/_contact-us.scss */
.contact .scfSubmitButton {
  color: white;
  background-color: #2c3e50;
  font-weight: 400;
  border-radius: 0px;
  font-size: 1.2em;
  padding: 5px 20px;
  box-shadow: none;
  border-top: 2px solid #2c3e50;
  border-left: 2px solid #2c3e50;
  border-right: 2px solid #2c3e50;
  border-bottom: 2px solid #27993c;
}
/* line 79, ../sass/brand/_contact-us.scss */
.contact .scfSubmitButton:hover {
  border-bottom: 2px solid #27993c;
}
/* line 83, ../sass/brand/_contact-us.scss */
.contact .floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
}
/* line 100, ../sass/brand/_contact-us.scss */
.contact .scfSubmitButton:active, .contact .scfSubmitButton:focus {
  border-bottom: 2px solid #27993c;
  background-color: #0b5345;
}
/* line 105, ../sass/brand/_contact-us.scss */
.contact .floating-label-form-group-with-focus label {
  color: #27993c;
}
/* line 108, ../sass/brand/_contact-us.scss */
.contact .scfSubmitButton:active::after {
  bottom: -2px;
  background: #2c3e50;
  border: 1px solid #27993c;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
/* line 117, ../sass/brand/_contact-us.scss */
.contact .scfSingleLineTextLabel, .contact .scfMultipleLineTextLabel {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
}
/* line 133, ../sass/brand/_contact-us.scss */
.contact .scfSingleLineTextBorder {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  padding-left: 20px;
}
/* line 134, ../sass/brand/_contact-us.scss */
.contact .scfSingleLineTextBorder:first-child {
  border-top: 1px solid #cccccc;
}
/* line 144, ../sass/brand/_contact-us.scss */
.contact .scfEmailBorder, .contact .scfMultipleLineTextBorder {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  padding-left: 20px;
}
/* line 152, ../sass/brand/_contact-us.scss */
.contact .scfSingleLineTextBox, .contact .scfMultipleLineTextBox {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.2em;
  background: none;
  box-shadow: none !important;
  resize: none;
  color: #555555;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* line 167, ../sass/brand/_contact-us.scss */
.contact .scfSingleLineTextBox:focus, .contact .scfSingleLineTextBox:active {
  outline: none;
  box-shadow: none;
}
/* line 173, ../sass/brand/_contact-us.scss */
.contact .scfMultipleLineTextBox:focus, .contact .scfMultipleLineTextBox:active {
  outline: none;
  box-shadow: none;
}
/* line 178, ../sass/brand/_contact-us.scss */
.contact .scfRequired {
  display: none;
}
/* line 181, ../sass/brand/_contact-us.scss */
.contact .scfSingleLineGeneralPanel {
  margin-bottom: 20px;
}
/* line 184, ../sass/brand/_contact-us.scss */
.contact .scfSubmitButtonBorder {
  clear: both;
  padding: 20px;
}
/* line 189, ../sass/brand/_contact-us.scss */
.contact .scfSectionContent .floating-label-form-group-with-value label {
  top: 0 !important;
  opacity: 1 !important;
}
/* line 193, ../sass/brand/_contact-us.scss */
.contact .scfSectionContent .floating-label-form-group-with-focus label {
  color: #27993c !important;
}
/* line 197, ../sass/brand/_contact-us.scss */
.contact .scfValidator {
  color: #737373;
  margin-left: 10px;
}
/* line 200, ../sass/brand/_contact-us.scss */
.contact .scfValidator:before {
  content: "\2022";
  font-size: 14px;
  margin-right: 10px;
}

@media (min-width: 320px) and (max-width: 768px) {
  /* line 209, ../sass/brand/_contact-us.scss */
  .contact .scfForm {
    width: 100%;
  }
}
/* line 1, ../sass/brand/_footer.scss */
.page-footer {
  padding-top: 45px;
}

/* line 5, ../sass/brand/_footer.scss */
.footer-grey-bg {
  height: 164px;
}

/* line 8, ../sass/brand/_footer.scss */
.disclaimer {
  display: none;
}

/* line 11, ../sass/brand/_footer.scss */
.Home .page-footer {
  background: black url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Home/footer-hm.jpg") repeat-x;
  /* margin-top: 200px; */
  clear: both;
  position: relative;
  top: 100px;
}

/* line 18, ../sass/brand/_footer.scss */
.Home .page-footer .footer-black-bg {
  padding-top: 0px;
}

/* line 21, ../sass/brand/_footer.scss */
.page-footer .footer-black-bg {
  padding-top: 40px;
}

/* line 24, ../sass/brand/_footer.scss */
.page-footer {
  background: black;
  background: -moz-linear-gradient(top, white 0%, white 35%, black 35%, black 30%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, white 35%, black 35%, black 30%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 35%, #000000 35%, #000000 30%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

/* line 32, ../sass/brand/_footer.scss */
.ft-contact-wrap {
  width: 212px;
  background: #c49a6c;
  float: left;
  padding: 0 20px;
  position: relative;
  top: -146px;
}
/* line 39, ../sass/brand/_footer.scss */
.ft-contact-wrap h3 {
  color: black;
  font-size: 23px;
  line-height: 1;
  margin-top: 0;
  padding-top: 16px;
  margin-bottom: 10px;
}
/* line 47, ../sass/brand/_footer.scss */
.ft-contact-wrap iframe {
  background: #c49a6c;
  height: 405px;
}

/* line 53, ../sass/brand/_footer.scss */
.ft-mx-height {
  max-height: 370px;
}

/* line 57, ../sass/brand/_footer.scss */
.ft-links-main {
  display: block;
  padding-bottom: 11px;
  margin-top: 11px;
  border-bottom: 1px solid #9c9c9c;
  padding-left: 0;
}
/* line 63, ../sass/brand/_footer.scss */
.ft-links-main li {
  display: inline-block;
  float: left;
  padding: 0 6px;
  border-right: 1px solid #9c9c9c;
}
/* line 68, ../sass/brand/_footer.scss */
.ft-links-main li a {
  font-size: 13px;
  line-height: 13px;
}

/* line 75, ../sass/brand/_footer.scss */
.ft-links-wrap a {
  color: white !important;
}
/* line 77, ../sass/brand/_footer.scss */
.ft-links-wrap a:hover {
  color: #c49a6c !important;
  text-decoration: underline !important;
}

/* line 84, ../sass/brand/_footer.scss */
.ft-links-main li.ft-main-cat {
  border: none !important;
}
/* line 85, ../sass/brand/_footer.scss */
.ft-links-main li.ft-main-cat a {
  font-size: 16px;
  line-height: 13px;
}
/* line 91, ../sass/brand/_footer.scss */
.ft-links-main li.last-item {
  border: none !important;
}

/* line 96, ../sass/brand/_footer.scss */
.ft-links-main-last, .ft-links-sub-other li.last-item {
  border: none !important;
}

/* line 101, ../sass/brand/_footer.scss */
.ft-links-main:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 110, ../sass/brand/_footer.scss */
.ft-links-main li.ft-main-cat a {
  font-family: "MuseoSlab-500";
}
/* line 113, ../sass/brand/_footer.scss */
.ft-links-main li a {
  font-family: "MuseoSlab-300";
}

/* line 119, ../sass/brand/_footer.scss */
.ft-links-sub-other li {
  display: inline-block;
  float: right;
  padding: 0 7px;
  border-right: 1px solid #b2b2b2;
}

/* line 126, ../sass/brand/_footer.scss */
.ft-links-wrap .ft-links-sub a {
  color: #b2b2b2 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

/* line 133, ../sass/brand/_footer.scss */
.ft-links-social {
  margin-top: 25px;
  width: 100%;
}
/* line 136, ../sass/brand/_footer.scss */
.ft-links-social ul {
  padding-left: 0;
  float: right;
}
/* line 140, ../sass/brand/_footer.scss */
.ft-links-social li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
/* line 145, ../sass/brand/_footer.scss */
.ft-links-social li a {
  width: 33px;
  height: 32px;
  display: block;
  background-image: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/Assets/media/Shared/icons/social-ft.jpg");
  background-repeat: no-repeat;
}
/* line 151, ../sass/brand/_footer.scss */
.ft-links-social li a.fb-ft {
  background-position: 0 0;
}
/* line 154, ../sass/brand/_footer.scss */
.ft-links-social li a.tw-ft {
  background-position: -33px 0;
}
/* line 157, ../sass/brand/_footer.scss */
.ft-links-social li a.yt-ft {
  background-position: -66px 0;
}
/* line 160, ../sass/brand/_footer.scss */
.ft-links-social li a.ln-ft {
  background-position: -99px 0;
}
/* line 163, ../sass/brand/_footer.scss */
.ft-links-social li a.gp-ft {
  background-position: -132px 0;
}

/* line 170, ../sass/brand/_footer.scss */
.ft-links-sub {
  display: block;
  width: 100%;
  margin-top: 8px;
}

/* line 176, ../sass/brand/_footer.scss */
.ft-links-sub-copy {
  width: 25%;
  display: inline-block;
  float: left;
}

/* line 182, ../sass/brand/_footer.scss */
.ft-links-sub-other {
  width: 75%;
  display: inline-block;
  float: left;
}

/* line 188, ../sass/brand/_footer.scss */
.clearfix {
  clear: both;
}

@media (max-width: 767px) {
  /* line 193, ../sass/brand/_footer.scss */
  .ft-contact-wrap {
    float: none;
    margin: 0 auto;
	width: auto;
  }

  /* line 197, ../sass/brand/_footer.scss */
  .ft-links-sub-other li {
    float: none;
    display: inline-block;
    border: 0;
    padding-right: 0px;
  }
  .Home .page-footer .footer-black-bg{
	  padding-bottom: 20px;
  }
}
/* Homepage */
/* line 3, ../sass/brand/_homepage.scss */
.site-header-controls > .row {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 7, ../sass/brand/_homepage.scss */
.Home .panel--footer {
  padding-top: 45px;
}

/* line 10, ../sass/brand/_homepage.scss */
.hm-heading {
  text-align: center;
}
/* line 12, ../sass/brand/_homepage.scss */
.hm-heading font {
  border-top: 1px solid #c49a6c;
  font-size: 45px;
  color: #c49a6c;
  text-transform: lowercase;
  font-weight: normal;
  font-style: italic;
}
/* line 20, ../sass/brand/_homepage.scss */
.hm-heading span {
  font-size: 24px !important;
  color: black;
  line-height: 24px;
  padding-top: 6px;
  border-top: 3px solid black;
  display: inline-table;
  margin-top: 45px;
  position: relative;
  top: 30px;
  font-weight: normal;
  text-transform: initial;
}

/* line 34, ../sass/brand/_homepage.scss */
.Home .col-xs-12 .job-search-horizontal {
  display: none;
}

/* line 38, ../sass/brand/_homepage.scss */
.hm-sub-heading-wrap {
  text-align: center;
  padding: 20px 0px;
  margin-right: 20%;
}
/* line 42, ../sass/brand/_homepage.scss */
.hm-sub-heading-wrap h2 {
  margin: 0px auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 15px 0px;
  font-size: 30px;
  display: block;
  float: left;
  width: 100%;
  text-transform: capitalize;
  font-weight: normal;
}

/* line 55, ../sass/brand/_homepage.scss */
h2.hm-sub-heading-one {
  background: #a28b7b;
  color: #fff;
  position: relative;
  left: 50px;
  text-align: left;
  padding-left: 20px;
  text-transform: initial;
  font-weight: normal;
  font-style: italic;
}

/* line 67, ../sass/brand/_homepage.scss */
.hm-sub-heading-two {
  background: #bbd7ed;
  color: #050608;
}

/* line 72, ../sass/brand/_homepage.scss */
.hm-sub-heading-three {
  background: #050608;
  color: #c1b1a2;
  text-align: left;
  position: relative;
  left: 20%;
  width: 90% !important;
}
/* line 79, ../sass/brand/_homepage.scss */
.hm-sub-heading-three .fa {
  padding-left: 30px;
}

/* line 84, ../sass/brand/_homepage.scss */
.hm-sub-heading-four {
  background: #c4996c;
  color: #050608;
  text-align: right;
  padding-right: 20px !important;
}

/* line 90, ../sass/brand/_homepage.scss */
.hm-pl-description p {
  color: #7f7f7f !important;
  font-size: 18px;
  font-family: "MuseoSlab-300Italic";
}

/* line 95, ../sass/brand/_homepage.scss */
.search_job_panel {
  background: #cfc6c0 url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Home/quick-job-search-bg.jpg") repeat-x 0 100%;
  width: 90%;
  min-height: 300px;
  position: relative;
  z-index: 1;
  margin-top: -50px;
  padding: 30px;
}

/* line 105, ../sass/brand/_homepage.scss */
.search_job_panel .job-search-title {
  padding-bottom: 20px;
}
/* line 107, ../sass/brand/_homepage.scss */
.search_job_panel .job-search-title h2 {
  font-size: 24px;
}

/* line 111, ../sass/brand/_homepage.scss */
.job-search-keyword-input .form-control, .job-search-location-input .form-control {
  background: #efecea;
  border: 1px solid #efecea;
  box-shadow: none;
  color: black;
}

/* line 117, ../sass/brand/_homepage.scss */
.job-search-keyword, .job-search-location {
  padding-bottom: 20px;
}

/* line 120, ../sass/brand/_homepage.scss */
.job-search-search-btn {
  text-align: right;
}

/* line 123, ../sass/brand/_homepage.scss */
.job-search-search-btn .btn-search {
  background: #7f7f7f;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "GaramondPremrPro" !important;
}

/* line 130, ../sass/brand/_homepage.scss */
.hm-pl-description {
  font-size: 18px !important;
  line-height: 25px;
  color: #7f7f7f;
  font-family: "MuseoSlab-300Italic";
}

/* line 138, ../sass/brand/_homepage.scss */
.hm-sgreserve-wrap {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Home/sg-both-2018.jpg");
  background-position: 168px 0px;
  background-repeat: no-repeat;
  width: 100%;
  height: 430px;
  margin-top: -120px;
  position: relative;
}

/* line 147, ../sass/brand/_homepage.scss */
.Home #body_3_spotlightContainer .panel--footer {
  padding-top: 0px;
}

/* line 151, ../sass/brand/_homepage.scss */
.hm-sgreserve-wrap-inner.col-md-9 {
  /*padding: 100px 100px 0px 100px;*/
  position: relative;
  top: 90px;
  z-index: 0;
  text-align: right;
}
/* line 157, ../sass/brand/_homepage.scss */
.hm-sgreserve-wrap-inner.col-md-9 p {
  text-align: left;
  width: 60%;
  float: right;
  font-size: 19px;
  color: black;
  line-height: 21px;
  padding: 20px 0px;
}
/* line 167, ../sass/brand/_homepage.scss */
.hm-sgreserve-wrap-inner a {
  background: black;
  color: #fff !important;
  font-size: 19px;
  line-height: 40px;
  display: inline-block;
  padding-left: 24px;
  padding-right: 27px;
  clear: both;
  float: right;
  margin-right: 30%;
  margin-top: 30px;
}

/* line 181, ../sass/brand/_homepage.scss */
.hm-sgreserve-wrap-inner h2 img {
  float: right;
}

/* Internet Explorer 11+ */
/* line 185, ../sass/brand/_homepage.scss */
_:-ms-fullscreen, :root .hm-sgreserve-wrap-inner {
  padding: 0px;
}

/* Internet Explorer 10+ */
/* line 188, ../sass/brand/_homepage.scss */
_:-ms-lang(x), .hm-sgreserve-wrap-inner {
  padding: 0px;
}

/* Internet Explorer 10 (only) */
/* line 191, ../sass/brand/_homepage.scss */
_:-ms-lang(x), .hm-sgreserve-wrap-inner {
  padding: 0px;
}

/*Spotlight 2 video*/
/* line 194, ../sass/brand/_homepage.scss */
.hm-align-video {
  height: 404px;
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Home/parkerlynchalignsuccessvideo.jpg") no-repeat 0 0;
  position: relative;
  z-index: 2;
  margin-left: 120px;
  background-position: center;
}

/* line 202, ../sass/brand/_homepage.scss */
.hm-align-video-inner h4 {
  font-size: 20px;
  line-height: 23px;
  color: #363636;
  width: 180px;
  display: inline-block;
  border-bottom: 0;
  margin-top: 30px;
  position: absolute;
  left: 23%;
  top: 26%;
  font-family: "MuseoSlab-300Italic";
  font-weight: 600;
}

/*Sportlight 3 location*/
/* line 218, ../sass/brand/_homepage.scss */
.hm-locations-title h2 {
  font-size: 32px !important;
  line-height: 38px;
  padding-bottom: 20px;
  border-bottom: 2px solid #838383 !important;
  font-weight: normal;
  font-family: "MuseoSlab-100Italic";
  color: #6b6863;
}

/* line 228, ../sass/brand/_homepage.scss */
.hm-locations-search {
  height: 370px;
  display: inline-block;
  float: left;
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Home/find-an-office.jpg") no-repeat 0 0;
  background-position: center;
  margin-top: 101px;
}

/* line 238, ../sass/brand/_homepage.scss */
.location-bg {
  margin-top: 256px;
  margin-left: 162px;
}

/* line 243, ../sass/brand/_homepage.scss */
.hm-locations-search .location-bg #LocationSearch-wrapper .featured-title {
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 10px;
}

/* line 250, ../sass/brand/_homepage.scss */
.multigen-hm-wrap {
  clear: both;
}
/* line 251, ../sass/brand/_homepage.scss */
.multigen-hm-wrap h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: normal;
  color: #6b6863;
}
/* line 257, ../sass/brand/_homepage.scss */
.multigen-hm-wrap p {
  font-family: Arial, Helvetica, sans-serif;
}
/* line 260, ../sass/brand/_homepage.scss */
.multigen-hm-wrap a {
  font-weight: normal;
  font-family: arial !important;
  color: #c49a6c !important;
  font-size: 18px;
}
/* line 265, ../sass/brand/_homepage.scss */
.multigen-hm-wrap a:hover {
  text-decortion: underline;
}

/*Sportlight-4 employees*/
/* line 272, ../sass/brand/_homepage.scss */
.hm-employee-desc h2 {
  left: -94px;
  margin-top: 28px !important;
  position: relative;
  text-align: center;
  clear: both;
  top: 20px;
  z-index: 1;
  margin-bottom: 20px;
}
/* line 282, ../sass/brand/_homepage.scss */
.hm-employee-desc h2 span {
  font-size: 28px;
  color: #c49a6c;
  display: inline-table;
  margin-top: 20px;
}
/* line 288, ../sass/brand/_homepage.scss */
.hm-employee-desc h2 font {
  font-size: 29px !important;
  color: #989696;
  position: absolute;
  top: -5px;
}

/* line 296, ../sass/brand/_homepage.scss */
.hm-hr-three {
  border-bottom: 1px solid #c4bcb7;
  width: 350px;
  float: right;
  margin-right: 180px;
}

/* line 304, ../sass/brand/_homepage.scss */
.hm-employee-desc p {
  font-family: MuseoSlab-100;
  font-size: 19px !important;
  color: #3a3a3a;
  line-height: 34px;
  font-weight: inherit;
}
/* line 311, ../sass/brand/_homepage.scss */
.hm-employee-desc a {
  margin-left: 15px;
  display: inline-block;
  margin-bottom: 23px;
  font-size: 20px;
  color: #989696 !important;
  margin-top: 10px;
}
/* line 318, ../sass/brand/_homepage.scss */
.hm-employee-desc a:hover {
  color: #c49a6c;
}

/* line 324, ../sass/brand/_homepage.scss */
.hm-hr-four {
  border-bottom: 1px solid #b2b2b2;
  width: 310px;
  float: right;
}

/* line 330, ../sass/brand/_homepage.scss */
a.hm-employee-img img {
  vertical-align: top;
  text-align: right;
  float: right;
}

/* line 335, ../sass/brand/_homepage.scss */
.Home #body_9_spotlightContainer .panel--footer {
  padding-top: 0px;
}

/*sportlight-5 succession-planning-wp*/
/* line 339, ../sass/brand/_homepage.scss */
.succession-planning-wp {
  position: relative;
  margin-top: 65px;
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Home/succession-planning-tips-whitepaper.jpg") no-repeat right 100%;
  width: 100%;
  height: 505px;
  float: right;
  padding-left: 20px;
}

/* line 349, ../sass/brand/_homepage.scss */
.hm-outsource-desc {
  margin: 60px 0 0;
  float: none;
  width: 100%;
  padding-top: 42px;
}
/* line 355, ../sass/brand/_homepage.scss */
.hm-outsource-desc h2 span {
  font-family: "GaramondPremrPro-It", serif;
  font-size: 38px;
  border: none;
  padding-right: 40px;
  padding-top: 27px;
  margin-right: 14px;
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Home/pl-plus.png") no-repeat top right transparent;
  display: block;
  float: left;
  font-style: italic;
  /*     float: left;
      font-weight: normal;
      clear: right; */
}
/* line 370, ../sass/brand/_homepage.scss */
.hm-outsource-desc h2 b {
  font-family: "MuseoSlab-500", serif;
  font-weight: 700;
  border-bottom: 1px solid #000;
  font-size: 35px;
  padding-bottom: 6px;
  padding-top: 0px;
  display: block;
  float: left;
  /*   i {
      color: #c49a6c;
       clear: both;
      float: left;
      margin-right: 10px;
      font-size: 45px;
      font-weight: normal;
    } */
}
/* line 389, ../sass/brand/_homepage.scss */
.hm-outsource-desc p {
  clear: both;
  float: left;
  position: relative;
  left: 13%;
  top: 40px;
}
/* line 395, ../sass/brand/_homepage.scss */
.hm-outsource-desc p a {
  position: relative;
  top: 40px;
  font-size: 20px;
  float: left;
}
/* line 400, ../sass/brand/_homepage.scss */
.hm-outsource-desc p a:hover {
  color: #c49a6c !important;
}

/* line 406, ../sass/brand/_homepage.scss */
.Home #body_10_spotlightContainer .panel--footer {
  padding-top: 0px;
}

/*spotlight-6 hm-ig-wrap*/
/* line 411, ../sass/brand/_homepage.scss */
.hm-ig-wrap {
  margin-bottom: 200px;
}

/* line 415, ../sass/brand/_homepage.scss */
.hm-ig-tout {
  margin-left: 90px;
  padding-top: 35px;
  background-color: #DDEAF4;
  padding-left: 40px;
  padding-right: 55px;
  box-sizing: border-box;
  padding-bottom: 40px;
}
/* line 423, ../sass/brand/_homepage.scss */
.hm-ig-tout p {
  font-size: 17px !important;
  line-height: 25px;
  color: #000;
}
/* line 424, ../sass/brand/_homepage.scss */
.hm-ig-tout p .title {
  color: #c49a6c;
  font-weight: 600;
  font-size: 33px;
  display: inline-block;
  margin-top: 36px;
  padding-bottom: 12px;
  line-height: 1;
}
/* line 433, ../sass/brand/_homepage.scss */
.hm-ig-tout p b {
  font-family: "GaramondPremrPro-It";
  font-size: 26px;
  font-weight: 100;
  width: auto;
  position: absolute !important;
  display: block !important;
  /* margin: 0 0 0 17px; */
  padding: 0 9px 0;
  top: 28px !important;
  right: 50px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
/* line 451, ../sass/brand/_homepage.scss */
.hm-ig-tout a {
  font-size: 17px;
  color: #000;
  display: inline-block;
  padding-top: 16px;
}
/* line 456, ../sass/brand/_homepage.scss */
.hm-ig-tout a:hover {
  color: #c49a6c !important;
}

/* line 462, ../sass/brand/_homepage.scss */
.hm-ig-wrap h2 {
  font-size: 24px;
  line-height: 30px;
  color: #c49a6c;
  border-bottom: #c49a6c solid 1px !important;
  margin-left: 40px;
  margin-top: 175px;
}

/*
  ##Device = Tablets, Ipads
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 476, ../sass/brand/_homepage.scss */
  .search_job_panel {
    margin-top: -20px;
    width: 100%;
  }

  /* line 480, ../sass/brand/_homepage.scss */
  .hm-sgreserve-wrap-inner.col-md-9 {
    text-align: left;
  }
  /* line 481, ../sass/brand/_homepage.scss */
  .hm-sgreserve-wrap-inner.col-md-9 p {
    float: left;
  }

  /* line 486, ../sass/brand/_homepage.scss */
  .hm-sgreserve-wrap {
    background-position: right center;
  }

  /* line 489, ../sass/brand/_homepage.scss */
  .hm-sgreserve-wrap-inner a {
    float: left;
  }

  /* line 492, ../sass/brand/_homepage.scss */
  .hm-outsource-desc p a {
    top: 40px;
  }

  /* line 495, ../sass/brand/_homepage.scss */

}
@media (min-width: 1024px) and (max-width: 1025px) {
 .hm-align-video-inner h4 {
    left: 24%;
  }
  /* line 500, ../sass/brand/_homepage.scss */
  .hm-sgreserve-wrap {
    background-position: 178px 0px;
  }
}
/**Mobile view homepage**/
/* line 505, ../sass/brand/_homepage.scss */
.sportlight_leavel-mb_01 {
  margin-top: 20px;
}

/* line 508, ../sass/brand/_homepage.scss */
.hm-heading-font, .hm-heading-span {
  text-align: center;
}

/* line 511, ../sass/brand/_homepage.scss */
.hm-heading-font {
  border-top: 1px solid #c49a6c;
  font-size: 33px;
  color: #c49a6c;
  text-transform: lowercase;
  font-weight: normal;
  font-style: italic;
}

/* line 519, ../sass/brand/_homepage.scss */
.hm-heading-span {
  font-size: 24px !important;
  color: black;
  line-height: 24px;
  padding-top: 6px;
  border-top: 3px solid black;
  margin-top: 45px;
  font-weight: normal;
  text-transform: initial;
}

/* line 529, ../sass/brand/_homepage.scss */
.Home #body_4_spotlightContainer, .Home #body_5_spotlightContainer, .Home #body_6_spotlightContainer {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 533, ../sass/brand/_homepage.scss */
  .Home sportlight_leavel-mb_01 {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 768px) {
  /* line 538, ../sass/brand/_homepage.scss */
  .location-bg {
    margin-left: 50px;
  }

  /* line 541, ../sass/brand/_homepage.scss */
  .hm-outsource-desc p {
    clear: both;
    float: left;
    position: relative;
    left: 0;
    width: 300px;
    top: 40px;
  }

  /* line 549, ../sass/brand/_homepage.scss */
  .hm-sgreserve-wrap-inner h2 img {
    float: left;
    margin-left: 63px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 555, ../sass/brand/_homepage.scss */
  .Home #body_3_spotlightContainer {
    display: none;
  }
  .Home .hm-align-video-inner{
	display: none;
	}
  /* line 558, ../sass/brand/_homepage.scss */
  .Home #body_4_spotlightContainer {
    background: #cfc6c0 url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Home/quick-job-search-bg.jpg") repeat-x 0 100%;
    min-height: 300px;
    display: block;
  }

  /* line 563, ../sass/brand/_homepage.scss */
  .Home .search_job_panel {
    width: 100%;
    margin-top: 0px;
    background: none;
    min-height: auto;
  }

  /* line 569, ../sass/brand/_homepage.scss */
  .Home #body_6_spotlightContainer {
    display: block;
  }

  /* line 572, ../sass/brand/_homepage.scss */
  .Home #body_6_spotlightContainer .hm-sgreserve-wrap {
    background-position: right;
    margin-top: 0;
  }

  /* line 576, ../sass/brand/_homepage.scss */
  .hm-align-video {
    margin-left: 0;
    background-position: center;
    background-size: contain;
  }

  /* line 581, ../sass/brand/_homepage.scss */
  .hm-align-video-inner h4 {
    font-size: 14px;
    width: 130px;
    left: 15%;
  }

  /* line 586, ../sass/brand/_homepage.scss */
  .hm-employee-desc p {
    padding-top: 20px;
  }

  /* line 589, ../sass/brand/_homepage.scss */
  .hm-outsource-desc {
    /*padding-top: 192px;*/
  }

  /* line 592, ../sass/brand/_homepage.scss */
  .succession-planning-wp {
    background-size: contain;
    background-position: top right;
    height: 430px;
  }

  /* line 598, ../sass/brand/_homepage.scss */
  .succession-planning-wp {
    position: relative;
    margin-top: 0;
    width: 100%;
    float: left;
    padding-left: 20px;
  }

  /* line 605, ../sass/brand/_homepage.scss */
  .hm-outsource-desc p {
    float: left;
    right: 0;
    text-align: left !important;
    background: #fff;
    padding-left: 0px;
    margin-bottom: 0px;
    left: 0;
  }

  /* line 614, ../sass/brand/_homepage.scss */
  .hm-outsource-desc h2 span {
    font-size: 27px;
    padding-right: 0;
    padding-top: 27px;
    margin-right: 0;
    float: left;
  }

  /* line 622, ../sass/brand/_homepage.scss */
  .hm-outsource-desc h2 b span {
    font-size: 27px;
    padding-bottom: 6px;
    padding-top: 0px;
    display: block;
    margin-right: 0px;
  }

  /* line 629, ../sass/brand/_homepage.scss */
  .hm-outsource-desc p a {
    top: 20px;
    font-size: 17px;
    display: block;
    width: 100%;
  }

  /* line 635, ../sass/brand/_homepage.scss */
  .hm-ig-wrap h2 {
    margin-left: 0px;
    margin-top: 0;
  }

  /* line 639, ../sass/brand/_homepage.scss */
  .hm-ig-tout {
    margin-left: 0px;
    margin-top: 20px;
  }

  /* line 643, ../sass/brand/_homepage.scss */
  .Home #body_4_spotlightContainer, .Home #body_5_spotlightContainer {
    display: block;
  }

  /* line 646, ../sass/brand/_homepage.scss */
  .Home .page-footer {
    margin-top: 0px;
  }

  /* line 649, ../sass/brand/_homepage.scss */
  .succession-planning-wp .hm-outsource-desc h2 {
    overflow: hidden;
    /*background: #fff;*/
  }

  /* line 653, ../sass/brand/_homepage.scss */
  .hm-sub-heading-wrap {
    margin-right: 15%;
  }

  /* line 656, ../sass/brand/_homepage.scss */
  .hm-pl-description {
    clear: both;
    overflow: hidden;
  }

}
@media (min-width: 568px) and (max-width: 767px) {
  /* line 663, ../sass/brand/_homepage.scss */
  .hm-sgreserve-wrap-inner p {
    width: calc(100% + -247px);
    margin-top: 30px;
  }

  /* line 667, ../sass/brand/_homepage.scss */
  .hm-sgreserve-wrap-inner a {
    float: none;
    margin-right: 0;
  }

  /* line 671, ../sass/brand/_homepage.scss */
  .hm-sgreserve-wrap-inner h2 img {
    float: none;
    margin-left: 0px;
  }

  /* line 675, ../sass/brand/_homepage.scss */
  .hm-pl-description p {
    padding: 20px 0px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  /* line 680, ../sass/brand/_homepage.scss */
  .Home #body_6_spotlightContainer #body_6_spotlight {
    min-height: 940px;
  }

  /* line 683, ../sass/brand/_homepage.scss */
  .hm-pl-description p {
    padding: 20px 0px;
  }

  /* line 686, ../sass/brand/_homepage.scss */
  .hm-sgreserve-wrap-inner h2 img {
    float: none;
  }

  /* line 689, ../sass/brand/_homepage.scss */
  .hm-sgreserve-wrap-inner p {
    padding: 20px 0px;
  }

  /* line 692, ../sass/brand/_homepage.scss */
  .hm-sgreserve-wrap-inner a {
    float: none;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  /* line 698, ../sass/brand/_homepage.scss */
  .hm-sgreserve-wrap-inner {
    position: relative;
    top: 100%;
    overflow: hidden;
    clear: both;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  /* line 707, ../sass/brand/_homepage.scss */
  .hm-locations-search {
    background-position: center;
    background-size: cover;
    margin-top: 20px;
  }

  /* line 712, ../sass/brand/_homepage.scss */
  .hm-employee-desc h2 {
    margin-left: -126px;
    margin-bottom: 20px;
  }

  /* line 716, ../sass/brand/_homepage.scss */
  .hm-employee-desc h2 span {
    margin-left: -80px;
  }

  /* line 719, ../sass/brand/_homepage.scss */
  a.hm-employee-img img {
    float: none;
  }
}
@media (min-width: 320px) and (max-width: 400px) {
  /* line 724, ../sass/brand/_homepage.scss */
  .hm-align-video {
    max-height: 210px;
    margin-top: 30px;
  }

  /* line 728, ../sass/brand/_homepage.scss */
  .hm-align-video-inner h4 {
    width: 200px;
    top: 22%;
  }

  /* line 732, ../sass/brand/_homepage.scss */
  .hm-locations-search {
    background-position: -71px 0px;
    background-size: cover;
    margin-top: 20px;
  }

  /* line 737, ../sass/brand/_homepage.scss */
  .location-bg {
    margin-left: 40px;
  }

  /* line 740, ../sass/brand/_homepage.scss */
  .hm-employee-desc h2 {
    margin-left: 0px;
	left: 0px;
    text-align: left;
    padding-left: 30px;
  }

  /* line 743, ../sass/brand/_homepage.scss */
  .hm-employee-desc h2 span {
    margin-left: 0px;
  }

  /* line 746, ../sass/brand/_homepage.scss */
  .hm-hr-three {
    float: none;
  }

	.multigen-hm-wrap {
		padding: 0px 20px;
	}
	.about-us .page-banner .content-text-main span {
		padding-left: 47px;
		width: 200px;
	}
	a.about-block span {
		width: 100% !important;
		text-align: left !important;
		float: left;
		word-break: break-all;
		word-wrap: break-word;
	}

}
@media (max-width: 479px) and (min-width: 320px){
	    .hm-ig-tout p b {
		position: relative !important;
		display: inline-block!important;
		top: 0px!important;
		right: -120px;
	}
}
@media (min-width: 960px) and (max-width: 965px) {
  /* line 751, ../sass/brand/_homepage.scss */
  .mobile-nav-wrap {
    display: none;
  }

  /* line 754, ../sass/brand/_homepage.scss */
  .Home #body_4_spotlightContainer {
    display: none !important;
  }

  /* line 757, ../sass/brand/_homepage.scss */
  .Home #body_3_spotlightContainer .sportlight_leavel_01 {
    display: block !important;
  }

  /* line 760, ../sass/brand/_homepage.scss */
  .location-bg {
    margin-left: 50px;
  }

  /* line 763, ../sass/brand/_homepage.scss */
  .site-header .container {
    width: 910px;
  }
}
@media (min-width: 960px) and (max-width: 990px) {
  /* line 768, ../sass/brand/_homepage.scss */
  .hm-sgreserve-wrap-inner h2 img {
    float: none;
  }
}
/*breadcrumb*/
/* line 2, ../sass/brand/_content.scss */
.breadcrumb-container .breadcrumb {
  padding: 0;
  max-width: 950px;
  margin: 0 auto !important;
}
/* line 6, ../sass/brand/_content.scss */
.breadcrumb-container .breadcrumb ol {
  background: #fff;
  margin-bottom: 0;
}
/* line 9, ../sass/brand/_content.scss */
.breadcrumb-container .breadcrumb ol li {
  font-size: 12px;
  line-height: 35px;
  margin: 0;
  padding-bottom: 0;
  font-family: Arial, Helvetica, sans-serif !important;
}
/* line 15, ../sass/brand/_content.scss */
.breadcrumb-container .breadcrumb ol li a {
  color: #c49a6c !important;
  text-decoration: none !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* line 23, ../sass/brand/_content.scss */
.col-xs-12 .job-search-horizontal {
  display: none;
}

/* line 26, ../sass/brand/_content.scss */
.employers .page-banner .content-text-main {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Backgrounds/employers-main.jpg");
}

/* line 29, ../sass/brand/_content.scss */
.subpageWrap {
  padding-left: 80px;
  padding-right: 80px;
}

/*Resources Page*/
/* line 34, ../sass/brand/_content.scss */
.resources .page-banner .content-text-main {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/resources/resources-main.jpg");
  min-height: 218px;
  background-repeat: no-repeat;
}

/* line 40, ../sass/brand/_content.scss */
.resources-block-r {
  padding-left: 0px;
}

/* line 44, ../sass/brand/_content.scss */
.resources-block-l-one {
  background-color: #c49a6c;
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 50, ../sass/brand/_content.scss */
.resources-block-l-two {
  background-color: #c4bcb7;
  overflow: hidden;
}

/* line 55, ../sass/brand/_content.scss */
.resources-block-l-one-inner {
  padding: 26px 30px;
}

/* line 59, ../sass/brand/_content.scss */
.resources-block-l-two-inner {
  padding: 26px 30px;
}
/* line 61, ../sass/brand/_content.scss */
.resources-block-l-two-inner h3 {
  font-size: 31px !important;
  line-height: 31px !important;
  color: #fff !important;
  font-family: "GaramondPremrPro";
}

/* line 69, ../sass/brand/_content.scss */
.resources-block-l-one-inner h3, .resources-block-r-copy-inner h3 {
  font-size: 31px !important;
  line-height: 31px !important;
  color: #fff !important;
  font-family: "GaramondPremrPro";
}

/* line 76, ../sass/brand/_content.scss */
.resources-block-l-two-inner p, .resources-block-l-one-inner p, .resources-block-r-copy-inner p {
  font-size: 17px !important;
  line-height: 25px !important;
  color: #fff !important;
}

/* line 82, ../sass/brand/_content.scss */
.resources-block-l-two-inner a, .resources-block-l-one-inner a {
  margin-top: 15px !important;
  font-size: 20px !important;
  line-height: 20px !important;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  border-top: 1px solid #fff;
  padding-top: 15px;
  width: 85%;
  text-align: right;
  float: right;
  margin-bottom: 20px;
}

/* line 97, ../sass/brand/_content.scss */
.resources-block-r-copy-inner a {
  margin-top: 15px !important;
  font-size: 20px !important;
  line-height: 20px !important;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  border-top: 1px solid #fff;
  padding-top: 15px;
  width: 60%;
  text-align: right;
  float: right;
}
/* line 109, ../sass/brand/_content.scss */
.resources-block-r-copy-inner a:hover {
  text-decoration: underline;
}

/* line 114, ../sass/brand/_content.scss */
.resource-copy {
  overflow: hidden;
  margin-left: 17px;
  margin-top: 20px;
}

/* line 119, ../sass/brand/_content.scss */
.resources-btm-wrap {
  padding: 45px;
}

/* line 122, ../sass/brand/_content.scss */
.resources-block-r-copy-inner {
  background: #000;
  overflow: hidden;
  padding: 20px 26px;
}

/* line 128, ../sass/brand/_content.scss */
.resources-block-bottom .resource-copy-inner {
  padding: 26px 30px;
  background-color: #ddeaf5;
  color: #000 !important;
  min-height: 250px;
}

/* line 136, ../sass/brand/_content.scss */
.resource-copy .resource-copy-inner h3 {
  font-family: "GaramondPremrPro";
}
/* line 139, ../sass/brand/_content.scss */
.resource-copy .resource-copy-inner a {
  margin-top: 20px;
  float: right;
  border-top: 1px dashed #000 !important;
  width: 55%;
  font-size: 20px;
  text-align: right;
  line-height: 20px;
  display: inline-block;
  padding-top: 15px;
  color: #000;
}
/* line 150, ../sass/brand/_content.scss */
.resource-copy .resource-copy-inner a:hover {
  text-decoration: underline;
}

/* line 156, ../sass/brand/_content.scss */
.resources-btm-block {
  border-left: 1px solid #000;
}
/* line 158, ../sass/brand/_content.scss */
.resources-btm-block h3 {
  color: #000;
  font-size: 31px !important;
  line-height: 31px !important;
  margin-bottom: 20px !important;
  font-family: "GaramondPremrPro";
}
/* line 165, ../sass/brand/_content.scss */
.resources-btm-block p {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #000;
}
/* line 170, ../sass/brand/_content.scss */
.resources-btm-block a {
  font-size: 20px !important;
  line-height: 20px !important;
  text-decoration: none !important;
  display: inline-block;
  padding-top: 20px;
  color: #000;
}
/* line 177, ../sass/brand/_content.scss */
.resources-btm-block a:hover {
  text-decoration: underline;
}

/*Job descriptions page*/
/* line 184, ../sass/brand/_content.scss */
.job-desc-wrap {
  margin-top: 28px;
}

/* line 188, ../sass/brand/_content.scss */
#jobs-tout {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Tout/search-jobs-tout.jpg") 0 0 no-repeat;
  height: 165px;
}

/* line 193, ../sass/brand/_content.scss */
.job-desc-wrap a {
  text-decoration: none !important;
  padding: 0 18px;
  background-color: #c49a6c;
  font-size: 20px !important;
  height: 52px;
  line-height: 52px;
  color: #fff !important;
  margin-bottom: 8px;
  margin-right: 10px;
  font-family: "MuseoSlab-300";
}
/* line 204, ../sass/brand/_content.scss */
.job-desc-wrap a:hover {
  text-decoration: none !important;
  background-color: #e1ccb5;
  font-family: "MuseoSlab-500Italic";
}

/* line 211, ../sass/brand/_content.scss */
#jobs-tout a {
  padding-top: 110px;
}

/* line 215, ../sass/brand/_content.scss */
#social-tout {
  background: #000;
  color: #fff;
  padding: 10px;
}
/* line 219, ../sass/brand/_content.scss */
#social-tout h3 {
  font-size: 20px;
  line-height: 20px;
}
/* line 223, ../sass/brand/_content.scss */
#social-tout span {
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}
/* line 228, ../sass/brand/_content.scss */
#social-tout ul {
  margin-left: 0;
  overflow: -webkit-paged-x;
  padding-left: 0px;
  padding-top: 20px;
}
/* line 233, ../sass/brand/_content.scss */
#social-tout ul li {
  display: inline-block;
  float: left;
}
/* line 236, ../sass/brand/_content.scss */
#social-tout ul li a {
  padding: 10px 5px;
}
/* line 241, ../sass/brand/_content.scss */
#social-tout li a i.fa {
  font-size: 24px;
  color: #fff !important;
}
/* line 244, ../sass/brand/_content.scss */
#social-tout li a i.fa:hover {
  color: #c49a6c !important;
  text-decoration: none !important;
}

/*audit-manager page */
/* line 252, ../sass/brand/_content.scss */
.audit-manager .col-xs-12 .job-search-horizontal {
  display: none;
}
/* line 255, ../sass/brand/_content.scss */
.audit-manager .search_job_panel {
  width: 100%;
}

/*salary-guide PAGE*/
/* line 261, ../sass/brand/_content.scss */
.salary-guide #body_1_spotlightContainer, .legal-salary-guide #body_1_spotlightContainer {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/salary-guide/sg-2017-bg");
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 266, ../sass/brand/_content.scss */
.salary-guide .lp-head-block-inner h1, .legal-salary-guide .lp-head-block-inner h1 {
  font-family: "MuseoSlab-500Italic", serif !important;
  color: #2e2a25 !important;
  font-size: 30px !important;
  font-weight: bold;
  padding-top: 140px;
  text-align: left;
}
/* line 274, ../sass/brand/_content.scss */
.salary-guide .salary-guide-head-block-inner, .legal-salary-guide .salary-guide-head-block-inner {
  padding-top: 70px;
  padding-bottom: 50px;
  overflow: hidden;
}
/* line 275, ../sass/brand/_content.scss */
.salary-guide .salary-guide-head-block-inner h2, .legal-salary-guide .salary-guide-head-block-inner h2 {
  font-family: "GaramondPremrPro-Smbd", serif;
  font-size: 18px !important;
  color: #2e2a25;
  text-align: left;
  padding: 14px 0 20px 0;
}
/* line 286, ../sass/brand/_content.scss */
.salary-guide .wrap, .legal-salary-guide .wrap {
  margin-bottom: 70px;
  overflow: hidden;
  margin-top: 30px;
}
/* line 291, ../sass/brand/_content.scss */
.salary-guide .lp-head-block-inner-text, .legal-salary-guide .lp-head-block-inner-text {
  padding-top: 70px;
}
/* line 293, ../sass/brand/_content.scss */
.salary-guide .lp-head-block-inner-text .btn, .legal-salary-guide .lp-head-block-inner-text .btn {
  text-decoration: none !important;
  display: inline-block;
  border-radius: 10px;
  background-color: #000;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  font-family: '$font-MuseoSlab-500-italic', serif;
  font-size: 14px;
  padding: 16px 26px;
  font-weight: bold !important;
}
/* line 305, ../sass/brand/_content.scss */
.salary-guide .lp-head-block-inner-text .btn:hover, .legal-salary-guide .lp-head-block-inner-text .btn:hover {
  background-color: #bf8345;
}
/* line 310, ../sass/brand/_content.scss */
.salary-guide .grey-bg-color .wrap h2, .salary-guide .why .wrap h2, .legal-salary-guide .grey-bg-color .wrap h2, .legal-salary-guide .why .wrap h2 {
  font-family: "GaramondPremrPro-SmbdIt" !important;
  font-size: 30px !important;
  text-align: center;
  margin-bottom: 30px !important;
  margin-top: 30px;
}
/* line 318, ../sass/brand/_content.scss */
.salary-guide .grey-bg-color .wrap h2, .legal-salary-guide .grey-bg-color .wrap h2 {
  color: #fff;
}
/* line 321, ../sass/brand/_content.scss */
.salary-guide .grey-bg-color .wrap ul li, .legal-salary-guide .grey-bg-color .wrap ul li {
  color: #fff;
  list-style: none;
}
/* line 325, ../sass/brand/_content.scss */
.salary-guide .grey-bg-color .wrap ul li > h3, .legal-salary-guide .grey-bg-color .wrap ul li > h3 {
  font-family: '$font-MuseoSlab-500', serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 331, ../sass/brand/_content.scss */
.salary-guide .grey-bg-color .wrap ul li > p, .legal-salary-guide .grey-bg-color .wrap ul li > p {
  color: #fff !important;
  font-family: '$font-MuseoSlab-300', serif;
}
/* line 338, ../sass/brand/_content.scss */
.salary-guide .benefits, .legal-salary-guide .benefits {
  padding: 32px 0px;
}
/* line 341, ../sass/brand/_content.scss */
.salary-guide .benefits .wrap h2, .legal-salary-guide .benefits .wrap h2 {
  font-family: "GaramondPremrPro-SmbdIt" !important;
  font-size: 30px !important;
  text-align: center;
  margin-bottom: 30px !important;
}
/* line 347, ../sass/brand/_content.scss */
.salary-guide .benefits .wrap ul li, .legal-salary-guide .benefits .wrap ul li {
  font-family: '$font-MuseoSlab-300', serif;
  font-size: 16px;
}
/* line 353, ../sass/brand/_content.scss */
.salary-guide .quote, .legal-salary-guide .quote {
  text-align: center;
  padding: 30px;
}
/* line 356, ../sass/brand/_content.scss */
.salary-guide .quote p, .legal-salary-guide .quote p {
  font-family: "GaramondPremrPro-Smbd", serif !important;
  font-size: 20px !important;
  color: #fff !important;
}
/* line 360, ../sass/brand/_content.scss */
.salary-guide .quote p.cite, .legal-salary-guide .quote p.cite {
  font-family: '$font-MuseoSlab-500', serif !important;
  font-weight: bold;
}
/* line 366, ../sass/brand/_content.scss */
.salary-guide .why .wrap > h2, .legal-salary-guide .why .wrap > h2 {
  color: #000;
  margin-bottom: 0 !important;
}
/* line 371, ../sass/brand/_content.scss */
.salary-guide .why-container .sg-frm-wrap iframe, .legal-salary-guide .why-container .sg-frm-wrap iframe {
  background-color: #c3996b;
}
/* line 374, ../sass/brand/_content.scss */
.salary-guide .why-container .col-sm-6 img, .legal-salary-guide .why-container .col-sm-6 img {
  margin: 0 auto;
  padding-top: 70px;
}
/* line 379, ../sass/brand/_content.scss */
.salary-guide .why .wrap > p, .legal-salary-guide .why .wrap > p {
  text-align: center;
  font-size: 18px !important;
}

/*search job page*/
/* line 386, ../sass/brand/_content.scss */
.tout-wrapper #contact-tout {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Tout/contact-tout.jpg");
  height: 150px;
}
/* line 389, ../sass/brand/_content.scss */
.tout-wrapper #contact-tout a {
  padding-top: 105px;
}
/* line 393, ../sass/brand/_content.scss */
.tout-wrapper #salary-calc-tout {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/Tout/salary-calc-tout.jpg");
  height: 165px;
}
/* line 394, ../sass/brand/_content.scss */
.tout-wrapper #salary-calc-tout a {
  padding-top: 110px;
}

/*Salary Guide*/
/* line 403, ../sass/brand/_content.scss */
#basicModal .modal-dialog {
  margin: 140px auto 0;
}
/* line 406, ../sass/brand/_content.scss */
#basicModal .modal-content {
  background-image: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/resources/salary-calc-background.jpg");
  background-repeat: no-repeat;
  background-color: #A8D4FF;
  height: 418px;
  width: 800px;
  padding: 0px 10px 60px 346px;
  margin: 180px auto 0;
}
/* line 414, ../sass/brand/_content.scss */
#basicModal .modal-content a {
  display: block;
  background-color: #000;
  color: #fff;
  font-family: "MuseoSlab-500Italic", serif;
  text-transform: uppercase;
  text-align: center;
  margin: 22px 0;
  line-height: 2.4;
  font-size: 16px;
}

/*Sidebar Navigation*/
/* line 428, ../sass/brand/_content.scss */
#sidebarNavigation {
  margin-top: 100px;
}
/* line 430, ../sass/brand/_content.scss */
#sidebarNavigation li a {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  padding-left: 5px;
  font-family: "MuseoSlab-300" !important;
}
/* line 437, ../sass/brand/_content.scss */
#sidebarNavigation .highlight-CurrentSubPage {
  color: #000 !important;
  text-decoration: underline !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
/* line 443, ../sass/brand/_content.scss */
#sidebarNavigation li {
  list-style-type: none;
}
/* line 445, ../sass/brand/_content.scss */
#sidebarNavigation li:before {
  content: "-";
}

/*about-us page*/
/* line 451, ../sass/brand/_content.scss */
.about-us .page-banner .content-text-main {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/about/about-parker-lynch-main.jpg");
}
 .wp-text .disc-list  li  , .disc-list  li, .audit-manager .wp-text ul li, .cfo-chief-financial-officer .wp-text ul li, .controller .wp-text ul li, .financial-analyst .wp-text ul li, .senior-accountant .wp-text ul li, .tax-specialist .wp-text ul li{
    list-style-position: inside;
    text-align: left;
   margin: 0 30px;
    text-indent: -1.5em;
}
/* line 455, ../sass/brand/_content.scss */
a.about-block {
  background: #bbd5ec;
  display: block;
  margin-left: 78px;
  margin-top: 36px;
  overflow: hidden;
}

/* line 463, ../sass/brand/_content.scss */
.about-block-inner {
  padding: 34px 42px 18px 32px;
  overflow: hidden;
}

/* line 469, ../sass/brand/_content.scss */
a.about-block h3 {
  font-size: 31px !important;
  display: block;
  padding-bottom: 24px;
  line-height: 31px;
  border-bottom: 2px solid #000;
  color: #000;
  margin-bottom: 8px;
}
/* line 478, ../sass/brand/_content.scss */
a.about-block p {
  font-size: 18px !important;
  line-height: 30px;
  color: #000 !important;
}
/* line 483, ../sass/brand/_content.scss */
a.about-block span {
  margin-top: 28px;
  font-size: 20px;
  line-height: 20px;
  padding-top: 20px;
  width: 388px;
  display: inline-block;
  border-top: #7f7f7f solid 1px;
  text-align: right;
  float: right;
  color: #000 !important;
}
/* line 495, ../sass/brand/_content.scss */
a.about-block:hover {
  text-decoration: none !important;
  background: #ddeaf5;
}

/*leadershipe page*/
/* line 501, ../sass/brand/_content.scss */
.leadership-team .profile-more {
  color: #fff;
  background: #a17444;
  padding: 10px 10px;
  width: 100%;
  display: block;
  text-align: center;
}

/* line 509, ../sass/brand/_content.scss */
.leadership-team .profile-main-block {
  display: block;
}

/* line 512, ../sass/brand/_content.scss */
.leadership-team .profile-main-inner-txt .profile-main-txt p {
  color: #fff !important;
  line-height: 23px !important;
  padding-bottom: 25px;
}

/* line 517, ../sass/brand/_content.scss */
.leadership-team .subpageWrap ul {
  margin-bottom: 28px !important;
  margin-left: 15px;
  list-style-type: square;
  padding-left: 0px;
}

/* line 523, ../sass/brand/_content.scss */
.leadership-team .subpageWrap li {
  line-height: 28px;
}

/* line 526, ../sass/brand/_content.scss */
.leadership-team .profile-main-txt span {
  background: none;
  padding-left: 0;
  font-family: "MuseoSlab-300";
  display: inherit;
  margin-bottom: 0 !important;
  height: auto;
  line-height: 18px;
}

/* line 535, ../sass/brand/_content.scss */
.leadership-team .profile-main-txt {
  margin-left: 0px;
}

/* line 538, ../sass/brand/_content.scss */
.leadership-team .profile-main-txt li span a {
  display: inline;
  padding-left: 0;
}

/* line 542, ../sass/brand/_content.scss */
.leadership-team .profile-main-txt h5 {
  font-family: "MuseoSlab-500";
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}

/* line 548, ../sass/brand/_content.scss */
.leadership-team .profile-main-inner .profile-main-txt ul {
  padding-left: 15px;
  list-style-type: square;
}

/*next-generation-leadership page*/
/* line 556, ../sass/brand/_content.scss */
.next-generation-leadership #next-gen,
.succession-planning-developing-leaders #next-gen{
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/resources/next-generation-leadership/webinar-leadership-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3em;
}

/* line 562, ../sass/brand/_content.scss */
.next-generation-leadership .lp-head-block h1,
.succession-planning-developing-leaders .lp-head-block  h1{
  font-family: '$font-GaramondPremrPro-Smbd-it' !important;
  font-size: 36px !important;
  line-height: 36px !important;
  color: #000 !important;
  text-align: center;
  padding-top: 65px;
}

/* line 570, ../sass/brand/_content.scss */
.next-generation-leadership .lp-head-block-inner-text,
.succession-planning-developing-leaders .lp-head-block-inner-text {
  padding-left: 36%;
}

/* line 573, ../sass/brand/_content.scss */
.next-generation-leadership .lp-head-block h1,
.succession-planning-developing-leaders .lp-head-block h1{
  font-size: 50px !important;
  text-align: left !important;
}

/* line 577, ../sass/brand/_content.scss */
.next-generation-leadership .lp-head-block h1 span,
.succession-planning-developing-leaders .lp-head-block h1 span{
  color: #c49a6c !important;
  text-align: left;
  font-size: 54px;
  margin-left: -1em;
  line-height: 80px;
  text-transform: uppercase;
  display: block;
  font-family: '$font-MuseoSlab-500';
}

/* line 587, ../sass/brand/_content.scss */
.next-generation-leadership .lp-head-block a.btn, .next-generation-leadership a.btn,
.succession-planning-developing-leaders .lp-head-block a.btn, .succession-planning-developing-leaders a.btn{
  color: #fff;
  text-transform: uppercase;
  font-family: "MuseoSlab-500Italic", serif;
  background-color: #c49a6c;
  border-radius: 6px;
  padding: 1em 2em;
  font-size: 14px;
  display: inline-block;
  margin: 2em 1em;
}

/* line 598, ../sass/brand/_content.scss */
.next-generation-leadership .lp-head-block a.btn:hover, .next-generation-leadership .lp-head-block a.btn:focus, .next-generation-leadership a.btn:hover, .next-generation-leadership a.btn:focus,
.succession-planning-developing-leaders .lp-head-block a.btn:hover, .succession-planning-developing-leaders .lp-head-block a.btn:focus, .succession-planning-developing-leaders a.btn:hover, .succession-planning-developing-leaders a.btn:focus{
  background-color: #fff;
  color: #c49a6c;
}

/* line 602, ../sass/brand/_content.scss */
.next-generation-leadership .lead-in,
.succession-planning-developing-leaders .lead-in{
  color: #c49a6c !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-family: "GaramondPremrPro", serif;
  margin-bottom: 1em;
}

/* line 609, ../sass/brand/_content.scss */
.next-generation-leadership .btn.btn-secondary,
.succession-planning-developing-leaders .btn.btn-secondary{
  background-color: #e5e5e5;
  color: #6e6e6e;
}

/* line 613, ../sass/brand/_content.scss */
.next-generation-leadership .panelists h2,
.succession-planning-developing-leaders .panelists h2{
  text-align: center;
  font-family: "MuseoSlab-500", serif;
  font-size: 28px;
  color: #000;
  margin: 2em 0 1em !important;
}

/* line 620, ../sass/brand/_content.scss */
.next-generation-leadership .panelist,
.succession-planning-developing-leaders .panelist{
  background: #c49a6c;
  padding: 1em;
  margin-bottom: 2em;
}

/*new-lease-standard page*/
/* line 556, ../sass/brand/_content.scss */
.new-lease-standard #next-gen {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/resources/new-lease-standard/webinar-leadership-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3em;
}

/* line 562, ../sass/brand/_content.scss */
.new-lease-standard .lp-head-block h1 {
  font-family: '$font-MuseoSlab-500' !important;
  font-size: 36px !important;
  line-height: 36px !important;
  color: #000 !important;
  text-align: center;
  padding-top: 65px;
}

/* line 570, ../sass/brand/_content.scss */
.new-lease-standard .lp-head-block-inner-text {
  padding-left: 36%;
}

/* line 573, ../sass/brand/_content.scss */
.new-lease-standard .lp-head-block h1 {
  font-size: 50px !important;
  text-align: left !important;
  line-height: 3rem !important;
}

/* line 577, ../sass/brand/_content.scss */
.new-lease-standard .lp-head-block h1 span {
  color: #c49a6c !important;
  text-align: left;
  font-size: 54px;
  margin-left: -1em;
  line-height: 70px;
  text-transform: uppercase;
  display: block;
  font-family: '$font-MuseoSlab-500';
}

/* line 587, ../sass/brand/_content.scss */
.new-lease-standard .lp-head-block a.btn, .new-lease-standard a.btn {
  color: #fff;
  text-transform: uppercase;
  font-family: "MuseoSlab-500Italic", serif;
  background-color: #c49a6c;
  border-radius: 6px;
  padding: 1em 2em;
  font-size: 14px;
  display: inline-block;
  margin: 2em 1em;
}

/* line 598, ../sass/brand/_content.scss */
.new-lease-standard .lp-head-block a.btn:hover, .new-lease-standard .lp-head-block a.btn:focus, .new-lease-standard a.btn:hover, .new-lease-standard a.btn:focus {
  background-color: #fff;
  color: #c49a6c;
}

/* line 602, ../sass/brand/_content.scss */
.new-lease-standard .lead-in {
  color: #c49a6c !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-family: "$font-MuseoSlab-500", serif!important;
  margin-bottom: 1em;
}

/* line 609, ../sass/brand/_content.scss */
.new-lease-standard .btn.btn-secondary {
  background-color: #e5e5e5;
  color: #6e6e6e;
}

/* line 613, ../sass/brand/_content.scss */
.new-lease-standard .panelists h2 {
  text-align: center;
  font-family: "$font-MuseoSlab-500", serif!important;
  font-size: 28px;
  color: #000;
  margin: 2em 0 1em !important;
}

/* line 620, ../sass/brand/_content.scss */
.new-lease-standard .panelist {
  background: #c49a6c;
  padding: 1em;
  margin-bottom: 2em;
}

/* line 613, ../sass/brand/_content.scss */
.new-lease-standard ul.bullets li {
  font-family: "$font-MuseoSlab-500", serif!important;
}

/* line 625, ../sass/brand/_content.scss */
.p-image {
  float: left;
  width: 140px;
  margin-right: 2em;
}

/* line 630, ../sass/brand/_content.scss */
.p-copy {
  float: left;
  width: 70%;
}

/* line 634, ../sass/brand/_content.scss */
.p-copy h5, .p-copy h6 {
  color: #fff;
  font-family: "MuseoSlab-500", serif;
}

/* line 638, ../sass/brand/_content.scss */
.panelist h5 {
  font-size: 24px !important;
}

/* line 641, ../sass/brand/_content.scss */
.panelist h6 {
  font-size: 18px !important;
  margin-bottom: 1em;
}

/* line 645, ../sass/brand/_content.scss */
.more-copy {
  display: none;
}

/* line 649, ../sass/brand/_content.scss */
.panelist a.show-more, .show-less {
  color: #fff;
}

/* line 652, ../sass/brand/_content.scss */
.panelist a.show-more:hover {
  color: #000;
}

/* line 655, ../sass/brand/_content.scss */
.shrm-hrci {
  text-align: center;
  padding: 1em 5em;
}

/* line 659, ../sass/brand/_content.scss */
.shrm-hrci h2 {
  text-align: center;
  font-family: "MuseoSlab-500", serif;
  font-size: 28px;
  color: #000;
  margin: 2em 0 1em !important;
}

/* line 666, ../sass/brand/_content.scss */
.shrm-hrci .logo-list {
  list-style: none;
  margin: 0 0 6em;
  padding: 0;
}

/* line 671, ../sass/brand/_content.scss */
.shrm-hrci .logo-list li {
  display: inline-block;
  margin-top: 1em;
}

/*top-legal-practice-areas-map page*/
/* line 677, ../sass/brand/_content.scss */
#interactive-map h3.directions {
  text-decoration: underline;
  font-family: "MuseoSlab-300Italic", serif;
  margin: 0 auto;
  font-size: 30px;
  margin-top: 1em;
}

/* line 685, ../sass/brand/_content.scss */
#interactive-map .directions span {
  display: block;
  text-align: right;
}

/* line 690, ../sass/brand/_content.scss */
#interactive-map .map-intro {
  max-width: 80%;
  margin: 0 auto;
}

/* line 694, ../sass/brand/_content.scss */
#interactive-map .map-intro a {
  font-family: Arial, Helvetica, sans-serif;
}

/* line 698, ../sass/brand/_content.scss */
#interactive-map .map-image {
  max-width: 100%;
  display: block;
}

/* line 703, ../sass/brand/_content.scss */
#interactive-map .map-wrap {
  margin-bottom: 5em;
  position: relative;
}

/* line 708, ../sass/brand/_content.scss */
#interactive-map .info-box h3 {
  text-align: center;
  font-family: "MuseoSlab-500", serif;
  margin-bottom: 4em;
}

/* line 714, ../sass/brand/_content.scss */
#interactive-map .results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 720, ../sass/brand/_content.scss */
#interactive-map .results li {
  font-family: "MuseoSlab-300Italic", serif;
  width: 100%;
  text-align: right;
  position: relative;
  margin-bottom: 1.6em;
}

/* line 728, ../sass/brand/_content.scss */
#interactive-map .results h4 {
  font-weight: 100;
  font-family: "MuseoSlab-300Italic", serif;
  background-color: #000;
  color: #bbd5ec;
  display: inline-block;
  position: relative;
  top: -1.5em;
  padding: .4em 1.6em;
  font-size: 26px;
}

/* line 740, ../sass/brand/_content.scss */
#interactive-map .results li .percentage {
  background-color: #edebe9;
  color: #c49a6c;
  display: inline-block;
  min-height: 80px;
  width: 226px;
  text-align: center;
  font-size: 60px;
  line-height: 78px;
}

/* line 751, ../sass/brand/_content.scss */
#interactive-map .percentage-wrap {
  display: inline-block;
  width: 50%;
  text-align: left;
}

/* line 757, ../sass/brand/_content.scss */
#interactive-map .map-point-wrap {
  position: absolute;
}

/* line 761, ../sass/brand/_content.scss */
#interactive-map .map-point {
  cursor: pointer;
  display: block;
  height: 25px;
  width: 14px;
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/resources/marker.png") no-repeat;
}

/* line 769, ../sass/brand/_content.scss */
#interactive-map .map-point-wrap .info-box {
  position: relative;
  display: none;
  color: #fff;
  position: absolute;
  top: -17px;
  bottom: auto;
  left: -16px;
  width: 285px;
  padding: 1em;
  background: url("/PublishingImages/resources/marker-bg.png") 16px 17px no-repeat black;
  z-index: 99;
}

/*#interactive-map .map-point-wrap:hover .info-box, #interactive-map .map-point-wrap:focus .info-box { display: block; } */
/* line 785, ../sass/brand/_content.scss */
#interactive-map .map-point-wrap .title {
  font-family: "MuseoSlab-500", serif;
  color: #c3996c;
  font-size: 20px;
  padding-left: 20px;
  margin-bottom: 15px;
  display: block;
}

/* line 794, ../sass/brand/_content.scss */
#interactive-map .map-point-wrap ul {
  font-family: "MuseoSlab-300", serif;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

/* line 802, ../sass/brand/_content.scss */
#interactive-map .map-point-wrap ul li {
  padding: 0;
}

/* line 806, ../sass/brand/_content.scss */
#interactive-map .map-point-wrap .second {
  color: #bcd6ec;
}

/* line 810, ../sass/brand/_content.scss */
#interactive-map .map-point-wrap .third {
  color: #bebebe;
}

/* map points -- positioning */
/* line 814, ../sass/brand/_content.scss */
.mp-atlanta {
  bottom: 32.7%;
  right: 24.6%;
}

/* line 819, ../sass/brand/_content.scss */
.mp-aus {
  bottom: 15.7%;
  right: 50.6%;
}

/* line 824, ../sass/brand/_content.scss */
.mp-bal {
  bottom: 58.9%;
  right: 12.5%;
}

/* line 829, ../sass/brand/_content.scss */
.mp-jax {
  bottom: 20.7%;
  right: 18%;
}

/* line 834, ../sass/brand/_content.scss */
.mp-boston {
  bottom: 74.9%;
  right: 4.5%;
}

/* line 839, ../sass/brand/_content.scss */
.mp-charlotte {
  bottom: 41.3%;
  right: 18.4%;
}

/* line 844, ../sass/brand/_content.scss */
.mp-chicago {
  bottom: 64.9%;
  right: 33.5%;
}

/* line 849, ../sass/brand/_content.scss */
.mp-cincinnati {
  bottom: 54.9%;
  right: 26.7%;
}

/* line 854, ../sass/brand/_content.scss */
.mp-columbus {
  bottom: 57.9%;
  right: 23.7%;
}

/* line 859, ../sass/brand/_content.scss */
.mp-connecticut {
  bottom: 70.9%;
  right: 6.7%;
}

/* line 864, ../sass/brand/_content.scss */
.mp-dallas {
  bottom: 24.7%;
  right: 48.6%;
}

/* line 869, ../sass/brand/_content.scss */
.mp-denver {
  bottom: 54.7%;
  right: 64.6%;
}

/* line 874, ../sass/brand/_content.scss */
.mp-miami {
  bottom: 4.6%;
  right: 13.5%;
}

/* line 879, ../sass/brand/_content.scss */
.mp-houston {
  bottom: 14.9%;
  right: 46.4%;
}

/* line 884, ../sass/brand/_content.scss */
.mp-indiana {
  bottom: 56.3%;
  right: 30.4%;
}

/* line 889, ../sass/brand/_content.scss */
.mp-irvine {
  bottom: 36.9%;
  right: 90.4%;
}

/* line 894, ../sass/brand/_content.scss */
.mp-kansascity {
  bottom: 51.5%;
  right: 45.4%;
}

/* line 899, ../sass/brand/_content.scss */
.mp-kentucky {
  bottom: 48.5%;
  right: 27.4%;
}

/* line 904, ../sass/brand/_content.scss */
.mp-vegas {
  bottom: 44.9%;
  right: 84.4%;
}

/* line 909, ../sass/brand/_content.scss */
.mp-la {
  bottom: 39.3%;
  right: 91.4%;
}

/* line 914, ../sass/brand/_content.scss */
.mp-michigan {
  bottom: 69.5%;
  right: 28.4%;
}

/* line 919, ../sass/brand/_content.scss */
.mp-nj {
  bottom: 63.9%;
  right: 9%;
}

/* line 924, ../sass/brand/_content.scss */
.mp-neworleans {
  bottom: 16.9%;
  right: 35.9%;
}

/* line 929, ../sass/brand/_content.scss */
.mp-ny {
  bottom: 66.8%;
  right: 8.1%;
}

/* line 934, ../sass/brand/_content.scss */
.mp-orlando {
  bottom: 13.9%;
  right: 16.9%;
}

/* line 939, ../sass/brand/_content.scss */
.mp-phily {
  bottom: 63.3%;
  right: 10.1%;
}

/* line 944, ../sass/brand/_content.scss */
.mp-phoenix {
  bottom: 34.3%;
  right: 80.6%;
}

/* line 949, ../sass/brand/_content.scss */
.mp-portland {
  bottom: 85.5%;
  right: 92.6%;
}

/* line 954, ../sass/brand/_content.scss */
.mp-raleigh {
  bottom: 44.4%;
  right: 13.6%;
}

/* line 959, ../sass/brand/_content.scss */
.mp-richmond {
  bottom: 51.4%;
  right: 12.6%;
}

/* line 964, ../sass/brand/_content.scss */
.mp-saltlake {
  bottom: 61.5%;
  right: 77.1%;
}

/* line 969, ../sass/brand/_content.scss */
.mp-sandiego {
  bottom: 34.1%;
  right: 89.9%;
}

/* line 974, ../sass/brand/_content.scss */
.mp-sanfran {
  bottom: 56.6%;
  right: 97.4%;
}

/* line 979, ../sass/brand/_content.scss */
.mp-seattle {
  bottom: 95.6%;
  right: 90.4%;
}

/* line 984, ../sass/brand/_content.scss */
.mp-tampa {
  bottom: 11.9%;
  right: 19.1%;
}

/* line 989, ../sass/brand/_content.scss */
.mp-dc {
  bottom: 56.4%;
  right: 12.6%;
}

/* line 994, ../sass/brand/_content.scss */
.mp-nashville {
  bottom: 41.5%;
  right: 30.4%;
}

/* line 999, ../sass/brand/_content.scss */
.close-btn {
  display: block;
  position: absolute;
  top: 10px;
  right: 16px;
  cursor: pointer;
}

/*resources*/
/* line 1008, ../sass/brand/_content.scss */
#salary-guide-model .modal-dialog {
  margin: 140px auto 0;
}
/* line 1011, ../sass/brand/_content.scss */
#salary-guide-model .modal-content {
  background-image: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/resources/bg-sg-2019-select-modal.jpg");
  background-repeat: no-repeat;
  background-color: #cfaf85;
  height: 418px;
  width: 800px;
  padding: 0px 10px 60px 346px;
  margin: 180px auto 0;
}
/* line 1019, ../sass/brand/_content.scss */
#salary-guide-model .modal-content a {
  display: block;
  background-color: #000;
  color: #fff;
  font-family: "MuseoSlab-500Italic", serif;
  text-transform: uppercase;
  text-align: center;
  margin: 22px 0;
  line-height: 2.4;
  font-size: 16px;
}

@media (min-width: 769px) {
  /* line 1035, ../sass/brand/_content.scss */
  #basicModal .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 1041, ../sass/brand/_content.scss */
  .lp-head-block-inner-text {
    padding-left: 10%;
  }
  .hm-align-video-inner h4 {
    left: 16%;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 1046, ../sass/brand/_content.scss */
  #basicModal .modal-dialog {
    width: 100%;
    margin: 30px auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 1052, ../sass/brand/_content.scss */
  .subpageWrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 1056, ../sass/brand/_content.scss */
  .resources-block-r {
    padding-left: 15px;
    margin-top: 20px;
  }
  /* line 1059, ../sass/brand/_content.scss */
  .resources-block-r img {
    width: 100%;
  }

  /* line 1063, ../sass/brand/_content.scss */
  .resources-block-l {
    margin-top: 20px;
  }

  /* line 1066, ../sass/brand/_content.scss */
  .resource-copy {
    margin-right: 17px;
  }
  /* line 1068, ../sass/brand/_content.scss */
  .resource-copy .img-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 1071, ../sass/brand/_content.scss */
  .resource-copy .img-wrap img {
    width: 100%;
  }

  /* line 1076, ../sass/brand/_content.scss */
  .resources-btm-block {
    border-left: none;
  }

  /* line 1080, ../sass/brand/_content.scss */
  .salary-guide .lp-head-block-inner h1 {
    padding-top: 0px;
  }
  /* line 1083, ../sass/brand/_content.scss */
  .salary-guide .why-container .sg-frm-wrap iframe {
    width: 100% !important;
  }

  /* line 1087, ../sass/brand/_content.scss */
  a.about-block {
    margin-left: 0px;
  }

  /* line 1090, ../sass/brand/_content.scss */
  .next-generation-leadership .lp-head-block-inner-text {
    padding-left: 10%;
  }

  /* line 1093, ../sass/brand/_content.scss */
  .next-generation-leadership iframe {
    max-width: 100%;
  }

  /* line 1096, ../sass/brand/_content.scss */
  .next-generation-leadership .p-copy {
    float: left;
    width: 100%;
  }

  /* line 1100, ../sass/brand/_content.scss */
  .next-generation-leadership .shrm-hrci .logo-list li {
    display: inline-block;
  }

  /* line 1103, ../sass/brand/_content.scss */
  .top-legal-practice-areas-map #interactive-map .map-wrap {
    overflow-x: scroll;
  }

  /* line 1106, ../sass/brand/_content.scss */
  .top-legal-practice-areas-map #interactive-map .results li {
    text-align: left;
  }

  /* line 1109, ../sass/brand/_content.scss */
  .leadership-team .leaders-list ul {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
    float: left;
    width: 100%;
  }

  /* line 1117, ../sass/brand/_content.scss */
  .leadership-team .leaders-page-nav {
    margin-bottom: 30px;
  }

  /* line 1120, ../sass/brand/_content.scss */
  .resources-btm-wrap {
    padding: 45px 0px 0px;
  }

  /* line 1123, ../sass/brand/_content.scss */
  .modal {
    width: 100%;
  }

  /* line 1126, ../sass/brand/_content.scss */
  .modal-content {
    width: 100% !important;
    height: 100% !important;
    background-image: none !important;
    padding: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 1134, ../sass/brand/_content.scss */
  .modal-dialog {
    width: 100% !important;
  }

  /* line 1137, ../sass/brand/_content.scss */
  .modal-content {
    height: auto;
    width: 100% !important;
    padding: 0px 0px 60px 286px !important;
  }
}
/* line 1, ../sass/brand/_case-studies.scss */
.cs-list-wrap a:hover {
  text-decoration: none;
  background: #c49a6c;
}

/* line 6, ../sass/brand/_case-studies.scss */
.cs-block {
  background-color: #b0a096;
  margin-bottom: 24px;
  display: block;
}

/* line 12, ../sass/brand/_case-studies.scss */
.cs-block-inner {
  padding: 30px 64px 22px 28px;
}
/* line 14, ../sass/brand/_case-studies.scss */
.cs-block-inner h3 {
  font-size: 27px;
  line-height: 29px;
  padding-top: 0;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 22, ../sass/brand/_case-studies.scss */
.cs-block-inner p {
  font-size: 16px;
  line-height: 22px;
  padding-top: 0;
  padding-bottom: 42px;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 30, ../sass/brand/_case-studies.scss */
.cs-block-inner span {
  font-size: 22px;
  line-height: 22px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 38, ../sass/brand/_case-studies.scss */
.cs-block-inner h3, .cs-block-inner p, .cs-block-inner span {
  color: white;
}

/* line 43, ../sass/brand/_case-studies.scss */
.cs-intro-wrap {
  margin-bottom: 40px;
}
/* line 45, ../sass/brand/_case-studies.scss */
.cs-intro-wrap h3 {
  font-family: "GaramondPremrPro-SmbdIt";
  color: black;
  font-size: 21px;
  line-height: 29px;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
}
/* line 55, ../sass/brand/_case-studies.scss */
.cs-intro-wrap p {
  font-family: "MuseoSlab-500";
  color: black;
  font-size: 14px;
  line-height: 22px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 28px;
}

/* line 67, ../sass/brand/_case-studies.scss */
.cs-intro-one, .cs-intro-two, .cs-intro-three {
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: 180px;
}

/* line 74, ../sass/brand/_case-studies.scss */
.cs-intro-inner {
  padding: 29px 35px 0 22px;
}

/* line 78, ../sass/brand/_case-studies.scss */
.cs-intro-one {
  background-color: #c49a6c;
  margin-top: 33px;
  margin-bottom: 20px;
}

/* line 84, ../sass/brand/_case-studies.scss */
.cs-intro-two {
  background-color: #c4bcb7;
}

/* line 88, ../sass/brand/_case-studies.scss */
.cs-intro-three {
  background-color: #b0a096;
  margin-right: 0;
  margin-top: 65px;
}

/* line 94, ../sass/brand/_case-studies.scss */
.cs-cta {
  color: white !important;
  background: black;
  font-size: 19px;
  line-height: 1;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 27px;
  margin-top: 17px;
  display: block;
}

/* line 108, ../sass/brand/_case-studies.scss */
.cs-dl {
  display: block;
  margin-top: 700px;
}

@media (max-width: 767px) {
  /* line 114, ../sass/brand/_case-studies.scss */
  .cs-dl {
    margin-top: 10px;
  }
}
/*header*/
/* line 3, ../sass/brand/_single-page-style.scss */
.single-page-header {
  padding: 30px 0px;
}

/* line 7, ../sass/brand/_single-page-style.scss */
.navigation_link {
  padding-top: 30px;
}

/* line 11, ../sass/brand/_single-page-style.scss */
.single-page-header .navigation_link {
  text-align: right;
}
/* line 13, ../sass/brand/_single-page-style.scss */
.single-page-header .navigation_link a {
  font-size: 18px;
  color: #000;
  font-family: "MuseoSlab-500Italic", serif !important;
  text-align: right;
}
/* line 18, ../sass/brand/_single-page-style.scss */
.single-page-header .navigation_link a:hover {
  color: #c49a6c;
}

/*footer*/
/* line 26, ../sass/brand/_single-page-style.scss */
.single-page-footer .footer-util-copy, .footer-util-links, .footer-top-links {
  list-style: none;
  padding-left: 0;
}

/* line 31, ../sass/brand/_single-page-style.scss */
.single-page-footer {
  background-color: #2e2e2e;
}
/* line 33, ../sass/brand/_single-page-style.scss */
.single-page-footer.grey-bg {
  background-color: #e5e5e5;
}

/* line 38, ../sass/brand/_single-page-style.scss */
.footer-top-links li a {
  color: #b2b2b2 !important;
  font-size: 16px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* line 46, ../sass/brand/_single-page-style.scss */
.single-page-footer.grey-bg .footer-top-links li a {
  color: #6e6e6e !important;
}
/* line 49, ../sass/brand/_single-page-style.scss */
.single-page-footer .footer-util-copy a {
  color: #c49a6c;
}

/* line 54, ../sass/brand/_single-page-style.scss */
.footer-util-links a {
  color: #6e6e6e !important;
}

/* line 58, ../sass/brand/_single-page-style.scss */
footer.single-page-footer {
  padding: 45px 0px;
}

/* line 62, ../sass/brand/_single-page-style.scss */
.single-page-footer .footer-util-copy a, .footer-util-links a {
  color: #6e6e6e !important;
  font-size: 12px;
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* line 69, ../sass/brand/_single-page-style.scss */
.foo-go-back a.back-to-link-footer {
  font-size: 16px;
  color: #c49a6c !important;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* line 76, ../sass/brand/_single-page-style.scss */
.footer-top-links {
  font-size: 16px;
  line-height: 16px;
}

/* line 81, ../sass/brand/_single-page-style.scss */
ul.footer-util-links li {
  display: inline-block;
  border-right: 1px solid #6e6e6e;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  line-height: 12px;
}
/* line 88, ../sass/brand/_single-page-style.scss */
ul.footer-util-links li:last-child {
  border-right: none;
}

/* line 93, ../sass/brand/_single-page-style.scss */
.footer-top-links, .footer-util-links {
  text-align: right;
}

/* line 97, ../sass/brand/_single-page-style.scss */
.footer-top-links li {
  display: inline-block;
}

/* line 101, ../sass/brand/_single-page-style.scss */
.single-page-footer.grey-bg .footer-top-links li a {
  color: #6e6e6e !important;
  font-size: 16px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  /* line 109, ../sass/brand/_single-page-style.scss */
  .footer-top-links, .footer-util-links {
    text-align: left;
  }
}
/* Job Result */
/* line 2, ../sass/brand/_job-result.scss */
.job-results a {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Key-word and Location  search dropdown  for CMS*/
/* line 7, ../sass/brand/_job-result.scss */
.job-search-keyword-input .auto-complete,
.job-search-location .auto-complete {
  border: 1px solid #ccc;
}

/* line 11, ../sass/brand/_job-result.scss */
.job-search-keyword-input .auto-complete li,
.job-search-location .auto-complete li {
  padding: 5px !important;
}

/* line 14, ../sass/brand/_job-result.scss */
.job-results-heading {
  border-bottom: 2px solid #dad9d9;
  font-size: 24px;
  font-weight: bold;
  color: #3a3a3a;
}

/* Search Results */
/*semantic search*/
/* line 22, ../sass/brand/_job-result.scss */
.jobs__related {
  display: none;
}

/* line 25, ../sass/brand/_job-result.scss */
.jobs__related span {
  color: #3a3a3a;
}

/* line 28, ../sass/brand/_job-result.scss */
.jobs__related a {
  color: #3a3a3a;
  font-weight: bold;
}

/*end*/
/* line 34, ../sass/brand/_job-result.scss */
.job-results .panel-header .with-jobalert #txtjobCount {
  padding-top: 0px;
  margin-top: 0px;
  border-bottom: 1px solid #e7e6e6;
  display: block;
}

/* line 40, ../sass/brand/_job-result.scss */
.job-facets--left {
  width: 30%;
}

/* line 43, ../sass/brand/_job-result.scss */
.slider--jobRange__label {
  word-wrap: break-word;
}

/* line 47, ../sass/brand/_job-result.scss */
#divRadiusControl {
  margin: 15px 0;
}

/* line 51, ../sass/brand/_job-result.scss */
.slider--jobRange__label {
  margin: 5px 0;
  font-size: 17.5px;
  color: #000;
}

/* line 57, ../sass/brand/_job-result.scss */
.job-wide {
  background: none;
  border: none;
  box-shadow: none;
  /*For 3.1*/
}

/* line 63, ../sass/brand/_job-result.scss */
.job-wide .panel-header {
  background: none;
  border: none;
}

/* line 68, ../sass/brand/_job-result.scss */
.job-wide .panel-header h3, .job-wide .panel-header .faceted-search h4, .faceted-search .job-wide .panel-header h4,
.job-wide .panel-header > label {
  margin-top: 12px;
  text-align: center;
  display: block;
  font-weight: bold;
  border-bottom: 2px solid #afb0b2;
  padding-bottom: 15px;
}

/* line 76, ../sass/brand/_job-result.scss */
.job-wide .panel-header .records-per-page {
  width: 50px;
  padding: 1px;
  color: #3a3a3a;
  border-radius: 0px;
}

/* line 82, ../sass/brand/_job-result.scss */
.job-wide .panel-header #body_0_contentcolumn_0_ucJobResultPanel_txtjobCount {
  margin-top: 12px;
  padding-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 2px solid #afb0b2;
  line-height: normal;
}

/* line 90, ../sass/brand/_job-result.scss */
.job-wide .filter--show--quantity span {
  color: #3a3a3a;
  font-size: 14px;
}

/* line 94, ../sass/brand/_job-result.scss */
.job-wide .box-padding {
  padding: 0;
}

/* line 97, ../sass/brand/_job-result.scss */
.job-wide .pagination-container {
  text-align: left;
}

/* line 100, ../sass/brand/_job-result.scss */
.job-wide .pagination-container ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 105, ../sass/brand/_job-result.scss */
.job-wide .pagination-container li {
  font-size: 16px;
}

/* line 108, ../sass/brand/_job-result.scss */
.job-wide .pagination > li > a {
  border: none;
  background: #eaeaeb;
  color: #57585a;
  margin: 5px 2px;
}

/* line 114, ../sass/brand/_job-result.scss */
.job-wide .pagination > li > a:hover, .job-wide .pagination > li > a:focus {
  color: #57585a;
}

/* line 117, ../sass/brand/_job-result.scss */
.job-wide .pagination > li > a.active {
  background: #57585a;
  color: white;
}

/* line 121, ../sass/brand/_job-result.scss */
.job-wide .btn, .job-wide .hover-action span.button, .hover-action .job-wide span.button {
  padding: 9px 20px;
}

/* line 125, ../sass/brand/_job-result.scss */
.job-wide .filter--show--quantity,
.job-wide .job-alert-ctr {
  width: 50%;
  float: left;
  color: #3a3a3a;
}

/* line 130, ../sass/brand/_job-result.scss */
.job-wide .filter--show--quantity {
  margin-top: 0;
  margin-bottom: 15px;
}

/* line 134, ../sass/brand/_job-result.scss */
.job-wide .job-alert-ctr .job-results-options {
  float: right;
}

/* line 138, ../sass/brand/_job-result.scss */
.alert-modal .modal-dialog .modal-body .label-info {
  display: inline-block;
  white-space: normal;
}

/* line 143, ../sass/brand/_job-result.scss */
#ssoFrame {
  min-height: 350px;
}

/* line 147, ../sass/brand/_job-result.scss */
div[id$="divOnNoSearch"] {
  display: block;
  margin: 10px;
  float: none !important;
  text-align: right;
}

/* line 154, ../sass/brand/_job-result.scss */
.job-results-options {
  padding: 0 0 10px 0;
}

/* line 157, ../sass/brand/_job-result.scss */
.job-results-options li {
  display: inline-block;
  padding: 0 5px;
  margin-left: 10px;
  line-height: normal;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 167, ../sass/brand/_job-result.scss */
.job-results-options li.btn {
  padding: 0 2px;
  border: 0;
}

/* line 171, ../sass/brand/_job-result.scss */
.single-job h2 a:hover {
  color: #c49a6c;
  text-decoration: underline;
}

/* line 175, ../sass/brand/_job-result.scss */
.job-results-options li:hover {
  background: none;
}

/* line 178, ../sass/brand/_job-result.scss */
.job-results-options a {
  color: #3a3a3a;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* line 183, ../sass/brand/_job-result.scss */
.job-results-options i {
  margin-right: 3px;
  vertical-align: middle;
}

/* line 187, ../sass/brand/_job-result.scss */
.job-results-options .job-results__icon--alert {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 18px;
}

/* line 192, ../sass/brand/_job-result.scss */
.job-results-options .job-results__icon--alert:before {
  content: "\f0a2";
}

/* line 196, ../sass/brand/_job-result.scss */
.job-results-options .job-results__icon--rss,
.job-results-options .job-results__icon-rss {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 18px;
}

/* line 202, ../sass/brand/_job-result.scss */
.job-results-options .job-results__icon--rss:before,
.job-results-options .job-results__icon-rss:before {
  content: "\f09e";
}

/* line 205, ../sass/brand/_job-result.scss */
.single-job .button-container {
  border-top: 1px solid #c49a6c;
}

/* line 208, ../sass/brand/_job-result.scss */
.single-job .button-container .btn, .single-job .button-container .scfForm .scfSubmitButtonBorder input, .scfForm .scfSubmitButtonBorder .single-job .button-container input {
  padding: 0px 30px;
  font-size: 1rem;
  line-height: 2.5rem;
  height: 40px;
  width: 100%;
  border: none;
  border-radius: 0;
  background: transparent;
  text-align: left;
}

/* line 219, ../sass/brand/_job-result.scss */
.job-result a.btn.btn-sm.btn-success.pull-right:hover, .job-result .btn-group-sm > a.btn.btn-success.pull-right:hover, .job-result a.btn.btn-sm.btn-success.pull-right:hover:after, .job-result .btn-group-sm > a.btn.btn-success.pull-right:hover:after {
  background: #c49a6c;
  transition: opacity 0.35s, transform 0.35s;
  color: #fff;
}

/* line 224, ../sass/brand/_job-result.scss */
.job-result .single-job .btn.btn-sm:after, .job-result .single-job .btn-group-sm > .btn:after, .job-result .single-job .btn-group-sm > .btn:after, .job-result .single-job .hover-action .btn-group-sm > span.button:after, .hover-action .job-result .single-job .btn-group-sm > span.button:after, .job-result .single-job .hover-action span.btn-sm.button:after, .job-result .single-job .hover-action .btn-group-sm > span.button.btn:after, .hover-action .job-result .single-job span.btn-sm.button:after, .hover-action .job-result .single-job .btn-group-sm > span.button.btn:after {
  position: absolute;
  right: 30px;
  line-height: 35px;
  font-size: 20px;
  font-family: FontAwesome;
  content: "";
  color: #c49a6c;
}

/* line 234, ../sass/brand/_job-result.scss */
.single-job .button-container .btn, .single-job .button-container .scfForm .scfSubmitButtonBorder input, .scfForm .scfSubmitButtonBorder .single-job .button-container input {
  padding: 0px 30px;
  color: #3a3a3a;
}

/* line 241, ../sass/brand/_job-result.scss */
.job-result li.job--meta-contract-type:before {
  content: "";
  font-family: FontAwesome;
  padding-left: 10px;
}

/* line 246, ../sass/brand/_job-result.scss */
.single-job {
  background: #edecea;
  padding: 0px;
  margin-bottom: 30px;
}

/* line 251, ../sass/brand/_job-result.scss */
.single-job h2 {
  display: block !important;
  width: 90%;
  padding: 0 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 258, ../sass/brand/_job-result.scss */
.single-job h2 a#hypHeader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

/* line 263, ../sass/brand/_job-result.scss */
.job-results .new-job {
  position: absolute;
  top: 20px;
  right: 15px;
}

/* line 268, ../sass/brand/_job-result.scss */
.single-job ul.job--meta {
  padding-left: 30px;
  padding-top: 0px;
  padding-bottom: 10px;
}

/* line 273, ../sass/brand/_job-result.scss */
.single-job ul.job--meta li span {
  color: #3a3a3a;
  font-size: 15px;
}

/* line 277, ../sass/brand/_job-result.scss */
.single-job .top-spacing {
  padding: 0 30px;
  margin-bottom: 30px;
}

/* line 281, ../sass/brand/_job-result.scss */
.job-results .job--meta-location div {
  display: inline;
}

/* line 284, ../sass/brand/_job-result.scss */
.job-results .job--meta-date {
  float: right;
}

/* line 287, ../sass/brand/_job-result.scss */
.job-results .with-jobalert .col-xs-6 {
  width: 100%;
}

/*end*/
/* line 291, ../sass/brand/_job-result.scss */
.job--meta {
  margin-top: 5px;
}

/* line 294, ../sass/brand/_job-result.scss */
.job--meta li {
  display: inline;
  color: #3a3a3a;
  font-size: 17.5px;
}

/* line 300, ../sass/brand/_job-result.scss */
.facets {
  margin-top: 1.4em;
  padding-right: 1.2rem !important;
  border-right: 1px solid #e7e6e6;
}

/* line 305, ../sass/brand/_job-result.scss */
.facets .faceted-search .panel-header {
  color: #000;
  padding-bottom: 0 .75rem .8rem;
  position: relative;
  margin: 0 auto;
  font-size: 1.5625rem;
  line-height: 1.625rem;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 314, ../sass/brand/_job-result.scss */
.facets .facets__nav-tabs {
  position: relative;
  padding: 0.7rem 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  box-shadow: none;
  border-radius: 0px;
}

/* line 323, ../sass/brand/_job-result.scss */
.facets .facets__nav-tabs li a {
  color: #3a3a3a !important;
  font-size: .9375rem;
  font-family: resoBold;
}

/* line 328, ../sass/brand/_job-result.scss */
.facets .facets__nav-tabs li.active a {
  color: #c49a6c !important;
}

/* line 331, ../sass/brand/_job-result.scss */
.facets .facet__label {
  padding-bottom: .5rem;
  margin: 0;
  color: #394449;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* line 339, ../sass/brand/_job-result.scss */
.facets .facet__refresh {
  color: black !important;
}

/* line 342, ../sass/brand/_job-result.scss */
.facets .facetbox .checkbox {
  padding-left: 0;
  font-weight: normal;
}

/* line 346, ../sass/brand/_job-result.scss */
.facets .facet__button {
  margin: 0;
  padding: 10px;
  color: #7e7e7e;
  font-size: 16px;
  font-family: ResoBold,sans-serif;
  box-shadow: none;
  border: 1px solid #d5d5d5;
  border-radius: 0px;
}

/* line 356, ../sass/brand/_job-result.scss */
.facets .facet__button:after {
  color: #7e7e7e;
  right: 10px;
}

/* line 360, ../sass/brand/_job-result.scss */
.facets .facet__button:focus {
  outline: none;
  box-shadow: none;
}

/* line 364, ../sass/brand/_job-result.scss */
.facets .dropdown {
  box-shadow: none;
  cursor: auto;
}

/* line 368, ../sass/brand/_job-result.scss */
.facets .dropdown .facet__label--container {
  margin: 0;
}

/* line 371, ../sass/brand/_job-result.scss */
.facets .dropdown .dropdown-menu li {
  padding: 8px !important;
}

/* line 374, ../sass/brand/_job-result.scss */
.facets .dropdown .dropdown-menu li a {
  padding: 5px;
}

/* line 377, ../sass/brand/_job-result.scss */
.facets .dropdown .dropdown-menu li a:hover {
  background: transparent;
}

/* line 380, ../sass/brand/_job-result.scss */
.facets .dropdown .dropdown-menu li:hover {
  color: #ffffff;
}

/* line 383, ../sass/brand/_job-result.scss */
.facets .dropdown .dropdown-menu li i.fa-check-circle {
  left: 6px;
  color: black;
}

/* line 387, ../sass/brand/_job-result.scss */
.facets .dropdown .dropdown-menu li span.text-muted {
  color: #ffffff;
  right: 10px;
  background: black;
  padding: 2px 4px;
  display: none;
}

/* line 394, ../sass/brand/_job-result.scss */
.facets .facet__tags .tag--default {
  margin-left: 0;
}

/* line 397, ../sass/brand/_job-result.scss */
.facets .facet__tags .tag--default .tag__label {
  padding: 10px;
}

/* line 400, ../sass/brand/_job-result.scss */
.facets .facet__tags .tag--default .tag__label:hover {
  border-color: black;
}

/* line 403, ../sass/brand/_job-result.scss */
.facets .facet__tags .tag--default .tag__close:hover {
  color: black;
}

/* line 406, ../sass/brand/_job-result.scss */
.reset-container .facet__reset {
  padding: 0.7rem 1.25rem 0.6rem !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  min-height: 30px;
}

/* line 412, ../sass/brand/_job-result.scss */
.facets__nav-tabs > li:not(:last-child) {
  border-right-color: #e2e1e1 !important;
}

/* line 415, ../sass/brand/_job-result.scss */
.job-results-container article {
  border-top: 2px solid #848587;
}

/* line 418, ../sass/brand/_job-result.scss */
.job-results-container .single-job .top-spacing {
  margin-top: 10px;
}

/* line 421, ../sass/brand/_job-result.scss */
.mobile-buttons {
  display: none;
}

/* mobile buttons*/
/* line 425, ../sass/brand/_job-result.scss */
.mobile-buttons {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
  padding: 10px !important;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
  background: #000 !important;
  text-align: center;
  border-radius: 0px;
}

/* line 437, ../sass/brand/_job-result.scss */
.mobile-buttons li {
  display: block;
  padding-bottom: 0px;
}

/* line 441, ../sass/brand/_job-result.scss */
.mobile-buttons li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 446, ../sass/brand/_job-result.scss */
.mobile-buttons li a i {
  position: relative;
  top: 0.4rem;
  font-size: 2.1875rem;
  font-style: normal;
  line-height: 0;
  color: #373a36;
  margin-left: 1rem;
  vertical-align: middle;
}

/* line 456, ../sass/brand/_job-result.scss */
.mobile-buttons li a i {
  display: none;
}

/* line 460, ../sass/brand/_job-result.scss */
.mobile-buttons .toggle-sort {
  display: none;
}

/* line 463, ../sass/brand/_job-result.scss */
.mobile-buttons:focus, .mobile-buttons:hover {
  background: transparent;
  outline: none;
}

/* line 467, ../sass/brand/_job-result.scss */
div#email-jobs {
  margin-top: 2%;
}

/* line 470, ../sass/brand/_job-result.scss */
.job-results #email-jobs input#btnJobAlertConfirm {
  background: #c49a6c;
}

/* line 473, ../sass/brand/_job-result.scss */
.job-results #email-jobs input#btnJobAlertClose {
  background: #000;
  color: #fff;
}

@media (max-width: 991px) {
  /* line 478, ../sass/brand/_job-result.scss */
  .faceted-search {
    display: none;
  }

  /* line 481, ../sass/brand/_job-result.scss */
  .mobile-buttons {
    display: block !important;
  }

  /* line 484, ../sass/brand/_job-result.scss */
  .refine-open .faceted-search {
    display: block;
    padding-left: 25px;
    width: 100%;
    border-right: 0;
  }
}
@media (min-width: 767px) and (max-width: 768px) {
  /* line 492, ../sass/brand/_job-result.scss */
  .job-results--right {
    width: 100%;
  }

  /* line 495, ../sass/brand/_job-result.scss */
  .mobile-buttons {
    width: 50%;
    margin: 0px auto 10px;
  }

  /* line 499, ../sass/brand/_job-result.scss */
  .mobile-buttons {
    display: block !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 505, ../sass/brand/_job-result.scss */
  .with-jobalert {
    margin-top: 20px;
  }

  /* line 508, ../sass/brand/_job-result.scss */
  .job-wide .filter--show--quantity, .job-wide .job-alert-ctr {
    width: 100%;
    float: none;
    text-align: center;
  }

  /* line 513, ../sass/brand/_job-result.scss */
  .job-wide .job-alert-ctr .job-results-options {
    float: none;
    text-align: center;
  }

  /* line 517, ../sass/brand/_job-result.scss */
  ul.text-muted.job--meta li {
    display: block;
  }

  /* line 520, ../sass/brand/_job-result.scss */
  .job-result li.job--meta-contract-type:before {
    padding-left: 0px;
  }

  /* line 523, ../sass/brand/_job-result.scss */
  .job-results .job--meta-date {
    float: none;
  }
}
/* Job details */
/* line 2, ../sass/brand/_job-details.scss */
.job-details a {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* line 5, ../sass/brand/_job-details.scss */
.job-details .col-content {
  padding-left: 10px;
  width: 75%;
}

/* line 9, ../sass/brand/_job-details.scss */
.job-details .col-right-rail {
  width: 25%;
  margin-top: 45px;
  padding-left: 45px;
}

/*Side navigation*/
/* line 15, ../sass/brand/_job-details.scss */
.job-details .col-right-rail #secondaryNav li {
  padding-bottom: 0px;
}

/* line 18, ../sass/brand/_job-details.scss */
.job-details .col-right-rail #secondaryNav a {
  padding: 0px !important;
  color: #000;
  font-size: 16px;
}

/* line 23, ../sass/brand/_job-details.scss */
.job-details .col-right-rail #secondaryNav li a:before {
  content: "-";
}

/* line 26, ../sass/brand/_job-details.scss */
.job-details .col-right-rail #secondaryNav a:hover {
  background: none;
  text-decoration: underline;
}

/* line 30, ../sass/brand/_job-details.scss */
.job-details #body_1_contentcolumn_0_hypBacktoResults {
  background: #000;
  color: #fff;
}

/* line 34, ../sass/brand/_job-details.scss */
a#hypApplyJob:after {
  content: "";
  font-family: FontAwesome;
  padding-left: 10px;
}

/* line 39, ../sass/brand/_job-details.scss */
.job-details .panel-header #body_1_contentcolumn_0_liAddedDate {
  float: right;
}

/* line 42, ../sass/brand/_job-details.scss */
.job-details .panel-default {
  border: 0;
}

/* line 45, ../sass/brand/_job-details.scss */
.job-details .panel {
  border: none;
  box-shadow: none;
  background: transparent;
}

/* line 50, ../sass/brand/_job-details.scss */
.job-details .panel-header h1 {
  color: #c49a6c;
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* line 55, ../sass/brand/_job-details.scss */
.job-details .panel .panel-body {
  padding: 0;
  border-bottom: solid 1px #ccc;
}

/* line 60, ../sass/brand/_job-details.scss */
.job-details span.new-job {
  display: none;
}

/* line 63, ../sass/brand/_job-details.scss */
.job-full .panel-default .col-sm-12 .apply-btn-dropdown {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 69, ../sass/brand/_job-details.scss */
.job-details .job-detail-list li {
  width: 33%;
  float: left;
  margin-bottom: 0px;
}

/* line 75, ../sass/brand/_job-details.scss */
.job-details .job-detail-list li .media {
  position: relative;
}

/* line 78, ../sass/brand/_job-details.scss */
.job-details .job-detail-list li .media .job-details-label {
  display: block;
  width: 100%;
  margin: 0;
  padding-left: 40px;
  font-size: 15px;
  line-height: .875rem;
  color: #3a3a3a;
  font-weight: bold;
}

/* line 88, ../sass/brand/_job-details.scss */
.job-details .job-detail-list li .media .media-body {
  margin-bottom: 0;
  padding-left: 40px;
}

/* line 92, ../sass/brand/_job-details.scss */
.job-details .job-detail-list li .media .media-body span {
  display: block;
  color: #373a36;
  font-size: 15px;
  line-height: 1.5rem;
}

/* line 98, ../sass/brand/_job-details.scss */
.job-details .job-detail-list li .media .media-body span span {
  display: inline-block;
}

/* line 101, ../sass/brand/_job-details.scss */
.job-details .job-detail-list li .media:before {
  display: inline-block;
  top: 6px;
  left: -5px;
  position: absolute;
  font: normal normal normal 1em adecco-font-1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #373a36;
  content: "";
  font-size: 40px;
}

/* line 116, ../sass/brand/_job-details.scss */
.job-details .job-detail-list li.job--meta_location .media:before {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/Assets/css/img/location-icon.png") no-repeat;
  width: 23px;
  height: 30px;
  left: 5px;
}

/* line 122, ../sass/brand/_job-details.scss */
.job-details .job-detail-list li.job--meta_contract-type .media:before {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/Assets/css/img/job-type.png") no-repeat;
  width: 23px;
  height: 30px;
  left: 10px;
}

/* line 128, ../sass/brand/_job-details.scss */
.job-details .job-detail-list li.job--meta_reference-job-id .media:before {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/Assets/css/img/refernce-id.png") no-repeat;
  width: 46px;
  height: 30px;
  left: 0px;
}

/* line 134, ../sass/brand/_job-details.scss */
.job-details .job-detail-list li.job--meta_salary .media:before {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/Assets/css/img/salary-icon.png") no-repeat;
  width: 23px;
  height: 30px;
  left: 10px;
}

/* line 140, ../sass/brand/_job-details.scss */
.job-details .job-detail-list li.job--meta_category .media:before {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/Assets/css/img/category-icon.png") no-repeat;
  width: 34px;
  height: 34px;
  left: 0px;
}

/* line 147, ../sass/brand/_job-details.scss */
.job-details .job--description {
  margin: 0;
}

/* line 151, ../sass/brand/_job-details.scss */
.job-details .job--description h1 {
  text-align: left !important;
  font-size: 3rem;
  line-height: 3.5rem;
}

/* line 157, ../sass/brand/_job-details.scss */
.job-details .job--description h1 span {
  color: #373a36 !important;
  font-size: 100% !important;
}

/* line 162, ../sass/brand/_job-details.scss */
.job-details .job--description h3 {
  margin: 1rem 0;
  line-height: 2rem;
  font-size: 2rem;
}

/* line 167, ../sass/brand/_job-details.scss */
.job-details .job--description p {
  color: #333333;
  font-size: 1.1rem;
  line-height: 1.875rem;
}

/* line 172, ../sass/brand/_job-details.scss */
.job-details .job--description p span {
  font-size: 100% !important;
  color: #373a36 !important;
  font-family: 'Roboto', sans-serif !important;
}

/* line 177, ../sass/brand/_job-details.scss */
.job-details .job--description p em {
  display: none;
}

/* line 180, ../sass/brand/_job-details.scss */
.job-details .job--description #jbdesc-JobSkills h5 span {
  font-size: 100% !important;
  color: #373a36 !important;
}

/* line 184, ../sass/brand/_job-details.scss */
.job-details .job--description ul {
  margin: 0 0 40px 60px;
}

/* line 187, ../sass/brand/_job-details.scss */
.job-details .job--description ul li {
  list-style-type: disc;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

/* line 192, ../sass/brand/_job-details.scss */
.job-details .job--description ul.requirements {
  list-style: none;
  margin-left: 10px;
}

/* line 196, ../sass/brand/_job-details.scss */
.job-details .job--description ul.requirements li {
  position: relative;
  padding-left: 30px;
}

/* line 200, ../sass/brand/_job-details.scss */
.job-details .job--description ul.requirements li:before {
  content: '\f00c';
  font-family: FontAwesome;
  color: #373a36;
  display: block;
  position: absolute;
  left: 0;
}

/* line 208, ../sass/brand/_job-details.scss */
.job-details .box-footer {
  clear: both;
  margin-bottom: 50px;
}

/* line 212, ../sass/brand/_job-details.scss */
.job-details .box-footer .apply-btn-dropdown {
  padding-right: 20px;
}

/* line 215, ../sass/brand/_job-details.scss */
.job-details .box-footer ul.action-option {
  display: none;
}

/* line 218, ../sass/brand/_job-details.scss */
.apply-btn-dropdown ul#body_1_contentcolumn_0_applyBtn {
  list-style-type: none;
  padding-left: 0px;
}

/* line 223, ../sass/brand/_job-details.scss */
a#hypApplyJob {
  background: #c49a6c;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0px;
}

@media (max-width: 991px) {
  /* line 230, ../sass/brand/_job-details.scss */
  .job-details .col-content {
    padding-left: 10px;
    width: 100%;
    margin-top: 10px;
  }

  /* line 235, ../sass/brand/_job-details.scss */
  .job-details .panel-header #body_1_contentcolumn_0_liAddedDate {
    float: left;
    margin-top: 10PX;
  }

  /* line 239, ../sass/brand/_job-details.scss */
  .panel-header h1 {
    float: left;
  }

  /* line 242, ../sass/brand/_job-details.scss */
  .job-details .col-right-rail {
    width: 100%;
  }

  /* line 245, ../sass/brand/_job-details.scss */
  #slide-tout p {
    font-size: 13px;
  }

  /* line 248, ../sass/brand/_job-details.scss */
  .job-details .panel-header h1 {
    float: left;
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 254, ../sass/brand/_job-details.scss */
  .job-details .job-detail-list li {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  /* line 260, ../sass/brand/_job-details.scss */
  .job-details .job-detail-list li {
    width: 100%;
    float: left;
  }

  /* line 264, ../sass/brand/_job-details.scss */
  .job-details .col-right-rail {
    width: 100%;
  }

  /* line 267, ../sass/brand/_job-details.scss */
  .jobs .similarJobCards.job.job-card {
    width: 93%;
  }

  /* line 270, ../sass/brand/_job-details.scss */
  .job-details a#hypApplyJob {
    width: 100%;
  }

  /* line 273, ../sass/brand/_job-details.scss */
  .box-footer .apply-btn-dropdown {
    padding: 0 15px;
  }
}
/* line 1, ../sass/brand/_resource-wp.scss */
.salary-quiz-header h2 {
  color: white;
  position: absolute;
  display: inline-block;
  right: 85px;
  top: 20px;
  width: 260px;
  font-size: 22px !important;
  line-height: 37px;
  line-height: 1.6;
  text-transform: none;
  font-family: "GaramondPremrPro";
}

/* line 15, ../sass/brand/_resource-wp.scss */
.accounting-and-finance-salary-quiz .salary-quiz-header h2 {
  font-size: 18px !important;
  line-height: 1.6;
  font-family: "MuseoSlab-300Italic";
}

/* line 21, ../sass/brand/_resource-wp.scss */
.cost-calc-img {
  margin-top: 15px;
  margin-bottom: 10px;
}

/* line 26, ../sass/brand/_resource-wp.scss */
.salary-calc-cta {
  padding: 22px;
}

/* line 30, ../sass/brand/_resource-wp.scss */
.ig-block {
  margin-bottom: 40px;
}
/* line 32, ../sass/brand/_resource-wp.scss */
.ig-block a {
  font-size: 21px !important;
  line-height: 21px !important;
  display: block;
  border-top: 1px solid black;
  padding-top: 18px;
}
/* line 39, ../sass/brand/_resource-wp.scss */
.ig-block img {
  float: left;
  display: inline-block;
  max-width: 100%;
}

/* line 46, ../sass/brand/_resource-wp.scss */
.ig-block-inner {
  width: 288px;
  margin-left: 15px;
  display: inline-block;
}

/* line 53, ../sass/brand/_resource-wp.scss */
.ig-block h3 {
  font-family: "GaramondPremrPro";
  font-size: 21px;
  line-height: 21px;
  margin-top: 15px;
  color: black;
  text-decoration: none;
  font-style: normal;
}
/* line 62, ../sass/brand/_resource-wp.scss */
.ig-block p, .ig-block a {
  color: black;
  text-decoration: none;
  font-style: normal;
}
/* line 67, ../sass/brand/_resource-wp.scss */
.ig-block p {
  font-family: "MuseoSlab-300";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 45px;
}

/* line 75, ../sass/brand/_resource-wp.scss */
#sg-legal-tout a, #tout-job-market a {
  padding: 0;
}

/* line 79, ../sass/brand/_resource-wp.scss */
#wp-tout {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/resources/us-talent-shortage-side-tout.jpg") 0 0 no-repeat;
  height: 165px;
}
/* line 82, ../sass/brand/_resource-wp.scss */
#wp-tout a {
  padding-top: 115px;
}

/* line 88, ../sass/brand/_resource-wp.scss */
#content-touts h3 {
  color: black;
  font-family: "MuseoSlab-300";
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 8px;
  border-bottom: black 1px solid;
  margin-bottom: 14px;
}
/* line 97, ../sass/brand/_resource-wp.scss */
#content-touts .related-wrap {
  margin-left: 5.6338%;
}
/* line 100, ../sass/brand/_resource-wp.scss */
#content-touts .related-single {
  display: inline-block;
  float: left;
  width: 42%;
  margin-right: 1.408451%;
  height: 194px;
  position: relative;
  background-size: contain;
}
/* line 108, ../sass/brand/_resource-wp.scss */
#content-touts .related-single a {
  display: block;
  background-color: black;
  color: white !important;
  font-size: 15px;
  line-height: 17px;
  font-family: "MuseoSlab-500";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
/* line 119, ../sass/brand/_resource-wp.scss */
#content-touts .related-single a:hover {
  color: #c49a6c;
}
/* line 122, ../sass/brand/_resource-wp.scss */
#content-touts .related-single a span {
  padding: 12px 28px 11px 12px;
  display: inline-block;
}
/* line 128, ../sass/brand/_resource-wp.scss */
#content-touts .norightM {
  margin-right: 0 !important;
}

/* line 133, ../sass/brand/_resource-wp.scss */
.subpageWrap2 {
  padding-left: 80px;
  padding-right: 0;
}

/* line 138, ../sass/brand/_resource-wp.scss */
.no-right-padding {
  padding-right: 0;
  text-align: right;
}
/* line 141, ../sass/brand/_resource-wp.scss */
.no-right-padding img {
  display: inline !important;
}

/* line 146, ../sass/brand/_resource-wp.scss */
a.wp-title {
  font-size: 21px;
  display: inline-block;
  margin-bottom: 8px;
  color: black;
  text-decoration: none !important;
  font-family: "GaramondPremrPro-Smbd" !important;
}

/* line 155, ../sass/brand/_resource-wp.scss */
.wp-listing {
  margin-bottom: 43px;
}

/* line 159, ../sass/brand/_resource-wp.scss */
a.left-wp-img {
  display: inline-block;
  float: left;
}

/* line 164, ../sass/brand/_resource-wp.scss */
.wp-txt {
  display: inline-block;
  float: left;
  position: relative;
  width: 239px;
  height: 361px;
  background: black;
}
/* line 171, ../sass/brand/_resource-wp.scss */
.wp-txt p {
  color: white;
  padding: 25px 40px 20px 25px;
}
/* line 175, ../sass/brand/_resource-wp.scss */
.wp-txt a {
  color: white;
  font-size: 22px;
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 80%;
  text-decoration: none;
}

/* line 186, ../sass/brand/_resource-wp.scss */
.sky-blue-bg-container {
  background-color: #bbd5ec;
}

/* line 190, ../sass/brand/_resource-wp.scss */
.black-bg-container {
  background-color: black;
}

/* line 194, ../sass/brand/_resource-wp.scss */
.lp-head-block {
  padding-bottom: 50px;
}

/* line 198, ../sass/brand/_resource-wp.scss */
.lp-head-block-inner {
  width: 950px;
  margin: 0 auto;
}

/* line 204, ../sass/brand/_resource-wp.scss */
.lp-head-block h1 {
  color: white !important;
  font-size: 72px !important;
  font-family: "GaramondPremrPro-It", serif !important;
  text-align: left;
  padding-top: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 213, ../sass/brand/_resource-wp.scss */
.lp-head-block h1 .plus {
  color: #c49a6c !important;
  font-size: 1.5em !important;
}
/* line 217, ../sass/brand/_resource-wp.scss */
.lp-head-block h1 .caps {
  text-transform: uppercase;
  display: block;
  font-family: "MuseoSlab-300", serif !important;
  font-weight: normal;
  font-size: 45px;
  text-align: right;
  margin-top: 35px;
  margin-bottom: 24px;
}
/* line 228, ../sass/brand/_resource-wp.scss */
.lp-head-block p {
  line-height: 1.2 !important;
  color: #2f2f2f;
  font-family: "MuseoSlab-500";
  padding: 20px 80px 50px 80px;
  text-align: center;
  font-size: 16px !important;
}

/* line 238, ../sass/brand/_resource-wp.scss */
.lp-form-block {
  width: 870px;
  margin: 0 auto;
  display: block;
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.25);
}

/* line 245, ../sass/brand/_resource-wp.scss */
.lp-form-block-l {
  margin-left: 0 !important;
  display: inline-block;
  float: left;
}

/* line 251, ../sass/brand/_resource-wp.scss */
.lp-form-block-r {
/*  background-color: black; */
 /* height: 352px;*/
  float: left;
  width: 50%;

}
/* line 255, ../sass/brand/_resource-wp.scss */
.lp-form-block-r iframe {
  /*height: 352px !important;*/
}

/* line 260, ../sass/brand/_resource-wp.scss */
.wp-t-two {
  padding: 58px 0 50px;
}
/* line 262, ../sass/brand/_resource-wp.scss */
.wp-t-two img {
  display: inline-block;
  padding-bottom: 10px;
}

/* line 268, ../sass/brand/_resource-wp.scss */
.wp-t-block h2 {
  color: black;
  font-size: 24px;
  line-height: 1;
  font-family: "GaramondPremrPro-SmbdIt";
  font-weight: normal;
  text-transform: none !important;
  padding-bottom: 8px;
}

/* line 278, ../sass/brand/_resource-wp.scss */
.wp-t-two p {
  color: black;
  font-size: 15px;
  line-height: 21px !important;
  font-family: "MuseoSlab-300";
  margin-bottom: 0 !important;
}

/* line 286, ../sass/brand/_resource-wp.scss */
.wp-t-three {
  padding: 60px 0 68px;
}
/* line 288, ../sass/brand/_resource-wp.scss */
.wp-t-three h2 {
  color: white;
  font-size: 41px !important;
  font-family: "GaramondPremrPro-SmbdIt";
  text-transform: none;
  padding-bottom: 12px;
  text-align: center;
  font-weight: normal;
}
/* line 297, ../sass/brand/_resource-wp.scss */
.wp-t-three p {
  color: black;
  font-size: 20px;
  font-family: "MuseoSlab-500";
  text-align: center;
  margin-bottom: 50px !important;
}

/* line 306, ../sass/brand/_resource-wp.scss */
.orange-bg-container {
  background-color: #c49a6c;
}

/* line 310, ../sass/brand/_resource-wp.scss */
.wp-four-checks {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/whitepapers/check-callouts.png") no-repeat 0 0;
  width: 150px;
  height: 165px;
  margin: 0 auto 20px;
}
/* line 315, ../sass/brand/_resource-wp.scss */
.wp-four-checks p {
  font-size: 17px;
  line-height: 20px;
  color: #2e2e2e;
  font-family: "GaramondPremrPro-Smbd";
  text-align: center;
  margin-bottom: 0 !important;
  padding: 55px 15px 0 15px;
}

/* line 326, ../sass/brand/_resource-wp.scss */
.light-grey-bg-container {
  background-color: #f5f5f5;
}

/* line 330, ../sass/brand/_resource-wp.scss */
.wp-t-five {
  padding: 65px 0 60px;
}
/* line 332, ../sass/brand/_resource-wp.scss */
.wp-t-five img {
  float: left;
}
/* line 333, ../sass/brand/_resource-wp.scss */
.wp-t-five img.wp-t-quote {
  padding-right: 25px;
}
/* line 338, ../sass/brand/_resource-wp.scss */
.wp-t-five p {
  float: left;
  color: #504f4f;
  font-size: 25px;
  line-height: 30px;
  font-family: "GaramondPremrPro-SmbdIt";
  width: 610px;
}
/* line 345, ../sass/brand/_resource-wp.scss */
.wp-t-five p span {
  font-size: 15px;
  line-height: 1;
  color: #c49a6c;
  display: block;
  font-family: "MuseoSlab-500";
  padding-top: 20px;
  font-weight: 700;
}
/* line 355, ../sass/brand/_resource-wp.scss */
.wp-t-five img.wp-t-person {
  padding-left: 40px;
  float: left;
}

/* line 361, ../sass/brand/_resource-wp.scss */
.wt-block-l {
  left: 85px;
}

/* line 365, ../sass/brand/_resource-wp.scss */
.wt-block-r {
  right: 85px;
}

/* line 369, ../sass/brand/_resource-wp.scss */
.us-talent-shortage .lp-form-block, .succession-planning-tips-alt .lp-form-block {
  width: 960px;
  box-shadow: none;
}

/* line 374, ../sass/brand/_resource-wp.scss */
.us-talent-shortage .lp-head-block h1, .succession-planning-tips-alt .lp-head-block h1 {
  font-family: "GaramondPremrPro-SmbdIt" !important;
  font-size: 36px !important;
  line-height: 36px !important;
  color: black !important;
  text-align: center;
  padding-top: 65px;
  font-weight: normal !important;
}

/* line 384, ../sass/brand/_resource-wp.scss */
.us-talent-shortage .lp-head-block h1 span, .succession-planning-tips-alt .lp-head-block h1 span {
  font-size: 80px;
  line-height: 80px;
  color: white;
  display: block;
  font-family: "MuseoSlab-500";
  text-transform: uppercase;
  text-align: center;
}

/* line 394, ../sass/brand/_resource-wp.scss */
.wt-block-l, .wt-block-r {
  width: 92px !important;
  height: 10px;
  background-color: white;
  position: absolute;
  top: 80px;
}

/* line 402, ../sass/brand/_resource-wp.scss */
.us-talent-shortage .lp-head-block h2 {
  font-size: 16px !important;
  line-height: 18px;
  color: #2f2f2f;
  font-family: "MuseoSlab-500";
  padding: 20px 80px 50px;
  text-align: center;
  font-weight: normal !important;
}

/* line 413, ../sass/brand/_resource-wp.scss */
.succession-planning-tips-alt .lp-head-block h2 {
  font-size: 16px !important;
  line-height: 18px;
  color: #2f2f2f;
  font-family: "MuseoSlab-500";
  padding: 20px 80px 50px;
  text-align: center;
  font-weight: normal !important;
}
/* line 422, ../sass/brand/_resource-wp.scss */
.succession-planning-tips-alt .wp-t-three p {
  color: #c49a6c;
}
/* line 425, ../sass/brand/_resource-wp.scss */
.succession-planning-tips-alt .lp-form-block-r {
  background-color: #bbd5ec;
}

/* line 430, ../sass/brand/_resource-wp.scss */
.wp-text p {
  margin-bottom: 28px !important;
  line-height: 30px !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* line 436, ../sass/brand/_resource-wp.scss */
.wp-title {
  padding-bottom: 40px;
}
/* line 438, ../sass/brand/_resource-wp.scss */
.wp-title img {
  float: left;
}
/* line 441, ../sass/brand/_resource-wp.scss */
.wp-title div {
  float: left;
  padding: 12px 0 0 25px;
  width: 239px;
}
/* line 446, ../sass/brand/_resource-wp.scss */
.wp-title h2 {
  font-size: 21px;
  line-height: 35px;
  color: #c49a6c;
  font-family: "MuseoSlab-300Italic";
  font-weight: normal !important;
}

/* line 455, ../sass/brand/_resource-wp.scss */
.wp-form-wrap {
  background: #b0a096;
  margin-bottom: 30px;
  margin-left: 38px;
  width: 511px !important;
}

/* line 462, ../sass/brand/_resource-wp.scss */
.wp-form-wrap-inner {
  padding: 24px 58px 25px 23px;
}

/* line 466, ../sass/brand/_resource-wp.scss */
.wp-form-wrap h3 {
  font-size: 27px;
  color: white !important;
  line-height: 27px;
  font-style: italic;
  font-weight: bold;
}

/* line 474, ../sass/brand/_resource-wp.scss */
.wp-frame {
  margin-top: 10px;
}

/* line 478, ../sass/brand/_resource-wp.scss */
p.list-intro {
  margin-bottom: 10px !important;
}

/* line 482, ../sass/brand/_resource-wp.scss */
#loc-tout {
  background: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/USA/media/tout/locations-tout.jpg") 0 0 no-repeat;
  height: 154px;
}
/* line 485, ../sass/brand/_resource-wp.scss */
#loc-tout a {
  padding-top: 95px;
}

/* line 490, ../sass/brand/_resource-wp.scss */
a.job-cta-block {
  text-decoration: none !important;
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: 234px;
  padding: 0 18px;
  background-color: #c49a6c;
  font-size: 20px !important;
  height: 52px;
  line-height: 52px;
  color: white !important;
  margin-bottom: 8px;
}
.senior-accountant a.job-cta-block, .audit-manager a.job-cta-block, .cfo-chief-financial-officer a.job-cta-block, .controller a.job-cta-block, .financial-analyst a.job-cta-block,
 .tax-specialist a.job-cta-block {
	clear: both;
    margin-bottom: 50px;
    margin-top: 20px;
}
/* line 505, ../sass/brand/_resource-wp.scss */
.sitemap-page .one-column .first-row {
  width: 100%;
  padding: 0;
}

/* line 510, ../sass/brand/_resource-wp.scss */
.wp-text li a {
  font-family: Arial, Helvetica, sans-serif;
}
/* line 512, ../sass/brand/_resource-wp.scss */
.wp-text li a:hover {
  color: #c49a6c;
}

@media (max-width: 991px) {
  /* line 518, ../sass/brand/_resource-wp.scss */
  .salary-quiz-header {
    background: black !important;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
  /* line 523, ../sass/brand/_resource-wp.scss */
  .salary-quiz-header h2 {
    width: auto;
    position: initial;
    top: 0;
    right: 0;
    padding: 15px;
    text-align: justify;
  }

  /* line 532, ../sass/brand/_resource-wp.scss */
  .salary-calc-cta {
    text-align: center;
  }
  /* line 534, ../sass/brand/_resource-wp.scss */
  .salary-calc-cta .title {
    display: block;
  }
  /* line 537, ../sass/brand/_resource-wp.scss */
  .salary-calc-cta .descr {
    width: 100%;
  }
  /* line 540, ../sass/brand/_resource-wp.scss */
  .salary-calc-cta .button {
    float: none;
  }

  /* line 544, ../sass/brand/_resource-wp.scss */
  .lp-form-block {
    text-align: center;
    width: auto;
  }

  /* line 548, ../sass/brand/_resource-wp.scss */
  .lp-head-block p {
    padding: 20px;
  }

  /* line 551, ../sass/brand/_resource-wp.scss */
  .lp-form-block-r {
    float: none;
    display: block;
  }

  /* line 555, ../sass/brand/_resource-wp.scss */
  .lp-form-block-l {
    float: none;
  }

  /* line 558, ../sass/brand/_resource-wp.scss */
  .wp-t-five p {
    width: auto;
  }

  /* line 561, ../sass/brand/_resource-wp.scss */
  .wt-block-l, .wt-block-r {
    display: none;
  }

  /* line 564, ../sass/brand/_resource-wp.scss */
  .us-talent-shortage .lp-form-block, .succession-planning-tips-alt .lp-form-block {
    width: auto;
  }

  /* line 567, ../sass/brand/_resource-wp.scss */
  .wp-title div {
    width: auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  /* line 574, ../sass/brand/_resource-wp.scss */
  .lp-head-block-inner {
    width: auto;
  }

  /* line 577, ../sass/brand/_resource-wp.scss */
  .lp-head-block {
    padding-bottom: 0;
  }
  /* line 579, ../sass/brand/_resource-wp.scss */
  .lp-head-block h1 {
    font-size: 37px !important;
    padding: 10px;
  }
  /* line 582, ../sass/brand/_resource-wp.scss */
  .lp-head-block h1 .plus {
    font-size: 1em !important;
  }
  /* line 585, ../sass/brand/_resource-wp.scss */
  .lp-head-block h1 .caps {
    font-size: 27px;
    margin: 0;
  }

  /* line 591, ../sass/brand/_resource-wp.scss */
  .wp-t-three h2 {
    font-size: 30px !important;
  }

  /* line 594, ../sass/brand/_resource-wp.scss */
  .us-talent-shortage .lp-head-block h1 span, .succession-planning-tips-alt .lp-head-block h1 span {
    font-size: 40px !important;
    line-height: 40px;
  }
  .subpageWrap2 .no-right-padding{
	  text-align: center !important;
  }
  .nlj-best-of-2018 .wp-text{
	  padding: 0px 20px;
  }
	#sidebarNavigation {
		margin-top: 0px;
		padding-left: 20px;
	}
	.job-results .with-jobalert .col-xs-6 , .job-results .panel-header .with-jobalert #txtjobCount{
		width: 100%;
	}
	.search-results  .page-title , .search-results  #body_0_contentcolumn_0_lblSearchString{
		padding: 20px;
	}
}
@media (max-width: 540px) {
  /* line 601, ../sass/brand/_resource-wp.scss */
  .wp-form-wrap {
    margin-left: 0;
    width: 100% !important;
  }
}
@media (max-width: 464px) {
  /* line 608, ../sass/brand/_resource-wp.scss */
  .lp-form-block-r {
   /* height: 510px !important;*/
  }
  /* line 610, ../sass/brand/_resource-wp.scss */
  .lp-form-block-r iframe {
    /*height: 510px !important;*/
    width: 100%;
  }
}

/* line 1, ../sass/brand/_salary-calculator.scss */
.salary-calculator-wrap {
  background-color: black;
  color: white;
  max-width: 475px;
  padding: 30px;
  position: relative;
  margin-top: 42px;
  margin-bottom: 48px;
}
/* line 9, ../sass/brand/_salary-calculator.scss */
.salary-calculator-wrap .required-text {
  position: absolute;
  right: 22px;
  top: 16px;
  font-size: 12px;
}
/* line 15, ../sass/brand/_salary-calculator.scss */
.salary-calculator-wrap #calc-title {
  font-family: "MuseoSlab-500", serif;
  color: white;
  font-size: 23px;
  border-bottom: 2px solid white;
  line-height: 2;
  margin-bottom: 24px;
}
/* line 23, ../sass/brand/_salary-calculator.scss */
.salary-calculator-wrap .input-wrap {
  margin-bottom: 12px;
}
/* line 26, ../sass/brand/_salary-calculator.scss */
.salary-calculator-wrap label {
  font-size: 14px;
  line-height: 1.8;
}
/* line 30, ../sass/brand/_salary-calculator.scss */
.salary-calculator-wrap select {
  background-image: url("/~/media/AdeccoGroup/Brands/Parkerlynch Brand/Assets/media/Shared/icons/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 96% 14px;
}
/* line 35, ../sass/brand/_salary-calculator.scss */
.salary-calculator-wrap .cosize-wrap {
  padding: 9px 0;
  background-color: white;
  height: 36px;
  margin-bottom: 32px;
}
/* line 41, ../sass/brand/_salary-calculator.scss */
.salary-calculator-wrap input[type="button"] {
  width: 33.333%;
  display: block;
  border: 0;
  -webkit-appearance: none;
  float: left;
  height: 19px;
  background-color: transparent;
  border-left: 2px solid #d1d5d8;
  font-size: 14px;
  color: #3a3a3a;
}
/* line 42, ../sass/brand/_salary-calculator.scss */
.salary-calculator-wrap input[type="button"]:first-child {
  border: 0;
}
/* line 56, ../sass/brand/_salary-calculator.scss */
.salary-calculator-wrap select, .salary-calculator-wrap input {
  -webkit-appearance: none;
  border-radius: 0;
  height: 38px;
  width: 100%;
  padding-left: 12px;
  cursor: pointer;
}
/* line 64, ../sass/brand/_salary-calculator.scss */
.salary-calculator-wrap .submit {
  height: 42px;
  background-color: #d1a677;
  color: white;
  text-transform: uppercase;
  margin: 0 auto;
  width: 254px;
  font-size: 21px;
  cursor: pointer;
  border: 0;
  border-radius: 20px;
  display: block;
  font-family: "MuseoSlab-500", serif;
}

/* line 80, ../sass/brand/_salary-calculator.scss */
.salary-calc-results {
  background-color: #d1a677;
  padding: 36px 28px;
  color: white;
  min-height: 113px;
  opacity: .4;
}

/* line 88, ../sass/brand/_salary-calculator.scss */
.salary-calc-cta {
  display: none;
  border: 2px solid #d1a677;
  padding: 22px 32px;
}
/* line 92, ../sass/brand/_salary-calculator.scss */
.salary-calc-cta .title {
  font-family: "GaramondPremrPro-SmbdIt", serif;
  font-size: 29px;
}
/* line 96, ../sass/brand/_salary-calculator.scss */
.salary-calc-cta .descr {
  text-align: center;
  display: inline-block;
  width: 284px;
  font-size: 16px;
}
/* line 102, ../sass/brand/_salary-calculator.scss */
.salary-calc-cta .button {
  display: inline-block;
  float: right;
  background-color: #d1a677;
  color: white !important;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 20px;
}

/* line 114, ../sass/brand/_salary-calculator.scss */
.results-wrap .result {
  width: 430px;
  border-bottom: 3px solid #fff;
  font-size: 93px;
  font-family: "MuseoSlab-500", serif;
}
/* line 120, ../sass/brand/_salary-calculator.scss */
.results-wrap div {
  float: left;
}

/* line 125, ../sass/brand/_salary-calculator.scss */
.average-salary {
  margin: 50px 24px 0 0;
  font-size: 18px;
  font-family: "MuseoSlab-500", serif;
}

/* line 131, ../sass/brand/_salary-calculator.scss */
.per-year {
  font-family: "GaramondPremrPro-It", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 33px;
  margin-top: 50px;
}

/* line 139, ../sass/brand/_salary-calculator.scss */
p.note {
  font-size: 13px !important;
  margin-top: 20px;
  opacity: 0.6;
}

/* line 145, ../sass/brand/_salary-calculator.scss */
select, option {
  -x-system-font: none;
  color: #3a3a3a;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 152, ../sass/brand/_salary-calculator.scss */
.salary-calculator-wrap .active {
  color: #c49a6c;
  cursor: pointer;
}
/* line 157, ../sass/brand/_salary-calculator.scss */
.salary-calculator-wrap input[type="button"]:hover, .salary-calculator-wrap input[type="button"]:focus {
  color: #c49a6c;
  cursor: pointer;
}

@media (max-width: 767px) {
  /* line 165, ../sass/brand/_salary-calculator.scss */
  .salary-calculator-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 169, ../sass/brand/_salary-calculator.scss */
  .subpageWrap, #loc-details-shell {
    margin: 0 40px;
  }

  /* line 173, ../sass/brand/_salary-calculator.scss */
  .results-wrap .result {
    width: auto;
  }
  /* line 176, ../sass/brand/_salary-calculator.scss */
  .results-wrap div {
    float: none;
    display: block;
    width: 100%;
  }
}
@media (max-width: 545px) {
  /* line 185, ../sass/brand/_salary-calculator.scss */
  .subpageWrap, #loc-details-shell {
    margin: 0;
  }

  /* line 188, ../sass/brand/_salary-calculator.scss */
  .results-wrap .result {
    font-size: 50px;
  }

  /* line 191, ../sass/brand/_salary-calculator.scss */
  .per-year {
    font-size: 25px;
    margin-top: 20px;
  }
}
@media (max-width: 375px) {
  /* line 198, ../sass/brand/_salary-calculator.scss */
  .salary-calculator-wrap .submit {
    width: 230px;
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
	.leaders-list ul {
		float: left;
		width: 50% !important;
		margin-bottom: 0 !important;
	}
	ul.last-ul {
     clear: both;
	}

}
.consulting-services  .wp-text ul li{
	list-style-position: inside;
	margin: 0 30px;
    text-indent: -1.5em;
}
	.employers .disc-list li{
		list-style: none;
		text-indent: 0px;
		margin: 0px;
	}
@media (min-width: 320px) and (max-width: 767px) {
	.lp-form-block-l img {
		max-width: 100% !important;
	}
	.lp-form-block-r {
		width: 100% !important;
	}
	  .center-header h1 span {
		font-size: 64px !important;
	}
	.salary-guide .wrap, .legal-salary-guide .wrap {
		margin-bottom: 10px;
	}
     .salary-guide .why-container .col-sm-6 img, .legal-salary-guide .why-container .col-sm-6 img{
		 padding-top: 0px;
	}
	.succession-planning-tips .lp-form-block-l img {
		max-width: 100%!important;
		background-position: center;
		margin-top: 60px;
	}
}
.succession-planning-tips .lp-form-block-l{
	background: #fff;
}
.managing-multigenerational-workforce .lp-form-block-l, .us-talent-shortage .lp-form-block-l{
	background: #e1cdb5;
}
