/* /etc/clientlibs/fossil-group/bootstrap/less/variables/css/variables.less */
/* /etc/designs/skagen/clientlibs/base64/css/base64.less */
/* /etc/designs/skagen/clientlibs/bootstrap/variables-custom-skagen/css/variables.less */
/*

    DESKTOP

 */
/* /etc/designs/skagen/clientlibs/skagen-font/css/fonts.css */
@font-face {
  font-family: 'skagenregular';
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-regular-webfont.eot');
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-regular-webfont.woff') format('woff'), url('/etc/designs/skagen/fonts/skagen-font/skagen-regular-webfont.ttf') format('truetype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-regular-webfont.svg#skagenregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'skagenbold';
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-bold-webfont.eot');
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-bold-webfont.woff') format('woff'), url('/etc/designs/skagen/fonts/skagen-font/skagen-bold-webfont.ttf') format('truetype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-bold-webfont.svg#skagenbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'skagenitalic';
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-italic-webfont.eot');
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-italic-webfont.woff') format('woff'), url('/etc/designs/skagen/fonts/skagen-font/skagen-italic-webfont.ttf') format('truetype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-italic-webfont.svg#skagenitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'skagenlight';
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-light-webfont.eot');
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-light-webfont.eot?#iefix') format('embedded-opentype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-light-webfont.woff') format('woff'), url('/etc/designs/skagen/fonts/skagen-font/skagen-light-webfont.ttf') format('truetype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-light-webfont.svg#skagenlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'skagenthin';
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-thin-webfont.eot');
  src: url('/etc/designs/skagen/fonts/skagen-font/skagen-thin-webfont.eot?#iefix') format('embedded-opentype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-thin-webfont.woff') format('woff'), url('/etc/designs/skagen/fonts/skagen-font/skagen-thin-webfont.ttf') format('truetype'), url('/etc/designs/skagen/fonts/skagen-font/skagen-thin-webfont.svg#skagenthin') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* /etc/designs/skagen/clientlibs/sprite/css/desktop.less */
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/* /etc/clientlibs/fossil-group/bootstrap/less/mixins/css/mixins.less */
/* /etc/designs/skagen/clientlibs/bootstrap/mixins-skagen/css/mixins.less */
.hide-this {
  display: none;
}
.bold {
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
}
.italic {
  font-family: skagenitalic;
  font-style: normal;
  font-weight: normal;
}
.font-light {
  font-family: skagenlight;
  font-style: normal;
  font-weight: normal;
}
.font-thin {
  font-family: skagenthin;
  font-style: normal;
  font-weight: normal;
}
/* /etc/clientlibs/fossil-group/bootstrap/less/normalize/css/normalize.less */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* /etc/clientlibs/fossil-group/bootstrap/less/utilities/css/utilities.less */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/* /etc/clientlibs/fossil-group/bootstrap/less/responsive-utilities/css/responsive-utilities.less */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 10000px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 9999px) and (max-width: 10000px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1px) and (max-width: 9998px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 9999px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 10000px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 9999px) and (max-width: 10000px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 9998px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 9999px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* /etc/clientlibs/fossil-group/bootstrap/less/print/css/print.less */
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* /etc/clientlibs/fossil-group/bootstrap/less/scaffolding/css/scaffolding.less */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: skagenregular, 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.14285714;
  color: #000000;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #005587;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005587;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.14285714;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* /etc/clientlibs/fossil-group/bootstrap/less/type/css/type.less */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: skagenregular, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  line-height: 1.17;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 16px;
  margin-bottom: 8px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 8px;
  margin-bottom: 8px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 17px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 8px;
}
.lead {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 9999px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #005587;
}
a.text-primary:hover {
  color: #003554;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #005587;
}
a.bg-primary:hover {
  background-color: #003554;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 7px;
  margin: 32px 0 16px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 16px;
}
dt,
dd {
  line-height: 1.14285714;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8px 16px;
  margin: 0 0 16px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.14285714;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: 1.14285714;
}
/* /etc/clientlibs/fossil-group/bootstrap/less/grid/css/grid.less */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 9999px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 1px) {
  .container {
    width: 1280px;
  }
}
@media (min-width: 9999px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 9999px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 9999px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* /etc/clientlibs/fossil-group/bootstrap/less/tables/css/tables.less */
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 16px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.14285714;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.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;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.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;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.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;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.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;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.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: 10000px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* /etc/clientlibs/fossil-group/bootstrap/less/buttons/css/buttons.less */
.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.14285714;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #005587;
  border-color: #00456e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #003b5e;
  border-color: #001e30;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #005587;
  border-color: #00456e;
}
.btn-primary .badge {
  color: #005587;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #005587;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #005587;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* /etc/clientlibs/fossil-group/bootstrap/less/forms/css/forms.less */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.14285714;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.14285714;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 30px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 37.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 21px;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 9999px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.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;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 23px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 9999px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
/* /etc/clientlibs/fossil-group/flexslider/css/flexslider.css */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('/etc/clientlibs/fossil-group/flexslider/fonts/flexslider-icon.eot');
  src: url('/etc/clientlibs/fossil-group/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/etc/clientlibs/fossil-group/flexslider/fonts/flexslider-icon.woff') format('woff'), url('/etc/clientlibs/fossil-group/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('/etc/clientlibs/fossil-group/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: transparent;
  position: relative;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 3%;
  text-align: center;
  z-index: 2;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #dedede;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* /etc/designs/skagen/clientlibs/flexslider-custom/css/flexslider-custom.less */
.flexslider .flex-control-nav.flex-control-paging li a {
  transition: background-color 0.25s;
}
.flexslider.dot-color-light .flex-control-nav.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.4);
}
.flexslider.dot-color-light .flex-control-nav.flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 0.9);
}
.flexslider .slides .icon-box img {
  margin: 0 auto;
}
.flex-control-paging li a {
  text-indent: 10px;
  overflow: hidden;
  padding: 6px;
}
/* /etc/clientlibs/fossil-group/bootstrap/js/tooltip/css/tooltip.less */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* /etc/designs/skagen/clientlibs/column-control/css/column-control.less */
.colctrl-3c-25_50_25,
.cq-colctrl-lt1,
.colctrl-2c-33_66,
.colctrl-2c-66_33,
.cq-colctrl-lt0,
.colctrl-4c-25_25_25_25,
.colctrl-5c-20_20_20_20_20 {
  max-width: 998px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c0,
.colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c1,
.colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c2,
.cq-colctrl-lt1 .cq-colctrl-lt1-c0,
.cq-colctrl-lt1 .cq-colctrl-lt1-c1,
.cq-colctrl-lt1 .cq-colctrl-lt1-c2,
.colctrl-2c-33_66 .colctrl-2c-33_66-c0,
.colctrl-2c-33_66 .colctrl-2c-33_66-c1,
.colctrl-2c-66_33 .colctrl-2c-66_33-c0,
.colctrl-2c-66_33 .colctrl-2c-66_33-c1,
.cq-colctrl-lt0 .cq-colctrl-lt0-c0,
.cq-colctrl-lt0 .cq-colctrl-lt0-c1,
.colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c0,
.colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c1,
.colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c2,
.colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c3,
.colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c0,
.colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c1,
.colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c2,
.colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c3,
.colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c4 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media (min-width: 1px) {
  .colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c0,
  .colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c1,
  .colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c2,
  .cq-colctrl-lt1 .cq-colctrl-lt1-c0,
  .cq-colctrl-lt1 .cq-colctrl-lt1-c1,
  .cq-colctrl-lt1 .cq-colctrl-lt1-c2,
  .colctrl-2c-33_66 .colctrl-2c-33_66-c0,
  .colctrl-2c-33_66 .colctrl-2c-33_66-c1,
  .colctrl-2c-66_33 .colctrl-2c-66_33-c0,
  .colctrl-2c-66_33 .colctrl-2c-66_33-c1,
  .cq-colctrl-lt0 .cq-colctrl-lt0-c0,
  .cq-colctrl-lt0 .cq-colctrl-lt0-c1,
  .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c0,
  .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c1,
  .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c2,
  .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c3,
  .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c0,
  .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c1,
  .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c2,
  .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c3,
  .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c4 {
    float: left;
  }
  .colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c0,
  .colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c2 {
    width: 25%;
  }
  .colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c1 {
    width: 50%;
  }
  .cq-colctrl-lt1 .cq-colctrl-lt1-c0,
  .cq-colctrl-lt1 .cq-colctrl-lt1-c1,
  .cq-colctrl-lt1 .cq-colctrl-lt1-c2 {
    width: 33.33333333%;
  }
  .colctrl-2c-33_66 .colctrl-2c-33_66-c0 {
    width: 33.33333333%;
  }
  .colctrl-2c-33_66 .colctrl-2c-33_66-c1 {
    width: 66.66666667%;
  }
  .colctrl-2c-66_33 .colctrl-2c-66_33-c0 {
    width: 66.66666667%;
  }
  .colctrl-2c-66_33 .colctrl-2c-66_33-c1 {
    width: 33.33333333%;
  }
  .cq-colctrl-lt0 .cq-colctrl-lt0-c0,
  .cq-colctrl-lt0 .cq-colctrl-lt0-c1 {
    width: 50%;
  }
  .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c0,
  .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c1,
  .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c2,
  .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c3 {
    width: 25%;
  }
  .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c0,
  .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c1,
  .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c2,
  .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c3,
  .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c4 {
    width: 20%;
  }
}
@media (max-width: 0px) {
  .colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c0,
  .colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c1,
  .colctrl-3c-25_50_25 .colctrl-3c-25_50_25-c2,
  .cq-colctrl-lt1 .cq-colctrl-lt1-c0,
  .cq-colctrl-lt1 .cq-colctrl-lt1-c1,
  .cq-colctrl-lt1 .cq-colctrl-lt1-c2,
  .colctrl-2c-33_66 .colctrl-2c-33_66-c0,
  .colctrl-2c-33_66 .colctrl-2c-33_66-c1,
  .colctrl-2c-66_33 .colctrl-2c-66_33-c0,
  .colctrl-2c-66_33 .colctrl-2c-66_33-c1,
  .cq-colctrl-lt0 .cq-colctrl-lt0-c0,
  .cq-colctrl-lt0 .cq-colctrl-lt0-c1,
  .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c0,
  .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c1,
  .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c2,
  .colctrl-4c-25_25_25_25 .colctrl-4c-25_25_25_25-c3,
  .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c0,
  .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c1,
  .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c2,
  .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c3,
  .colctrl-5c-20_20_20_20_20 .colctrl-5c-20_20_20_20_20-c4 {
    width: 100%;
  }
}
/* /etc/designs/skagen/clientlibs/socialsharing/css/socialsharing.less */
.c-socialsharing {
  padding: 10px 0 20px;
  border-bottom: 1px solid #e1e1e1;
}
.c-socialsharing .title {
  font-size: 10px;
  color: #111;
  margin-bottom: 10px;
}
.c-socialsharing .socialsharing-buttons {
  display: inline-block;
}
.c-socialsharing .socialsharing-buttons a {
  margin-right: 20px;
  display: inline-block;
  float: none!important;
  padding: 0!important;
}
.c-socialsharing .socialsharing-buttons a:hover {
  text-decoration: none;
}
.c-socialsharing .socialsharing-buttons .icon-facebook {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -132px -62px;
  width: 10px;
  height: 20px;
}
.c-socialsharing .socialsharing-buttons .icon-pinterest {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -110px -62px;
  width: 20px;
  height: 20px;
}
.c-socialsharing .socialsharing-buttons .icon-twitter {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -143px -148px;
  width: 21px;
  height: 17px;
}
.c-socialsharing .socialsharing-buttons .icon-googleplus {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -118px -84px;
  width: 18px;
  height: 19px;
}
/* /etc/clientlibs/fossil-group/jwplayer/css/jwplayer.less */
.c-video > div {
  margin: 20px auto;
}
/* /etc/clientlibs/fossil-group/jquery-ui/css/jquery-ui-1.10.4.custom.css */
/*! jQuery UI - v1.10.4 - 2014-06-26
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.menu.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0&bgColorHeader=%23005587&bgTextureHeader=highlight_soft&bgImgOpacityHeader=0&borderColorHeader=%23e1e1e1&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=0&borderColorContent=%23e1e1e1&fcContent=%23000000&iconColorContent=%23000000&bgColorDefault=%23ffffff&bgTextureDefault=glass&bgImgOpacityDefault=0&borderColorDefault=%23e1e1e1&fcDefault=%23000000&iconColorDefault=%23000000&bgColorHover=%23ffffff&bgTextureHover=glass&bgImgOpacityHover=0&borderColorHover=%23ffffff&fcHover=%23005587&iconColorHover=%23005587&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=0&borderColorActive=%23e1e1e1&fcActive=%23000000&iconColorActive=%23000000&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23e1e1e1&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* EDITED */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 300;
  /* from 100 */
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  color: #ccc;
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: skagenregular, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: skagenregular, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #e1e1e1;
  background: #ffffff url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-bg_flat_0_ffffff_40x100.png") 50% 50% repeat-x;
  color: #000000;
}
.ui-widget-content a {
  color: #000000;
}
.ui-widget-header {
  border: 1px solid #e1e1e1;
  background: #005587 url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-bg_highlight-soft_0_005587_1x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #e1e1e1;
  background: #ffffff url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-bg_glass_0_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #000000;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #000000;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #ffffff;
  background: #ffffff url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-bg_glass_0_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #005587;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #005587;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #e1e1e1;
  background: #ffffff url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-bg_glass_0_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #000000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #000000;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-icons_000000_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-icons_000000_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-icons_005587_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-icons_000000_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-icons_cd0a0a_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}
/* Overlays */
.ui-widget-overlay {
  background: #e1e1e1 url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-bg_flat_0_e1e1e1_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("/etc/clientlibs/fossil-group/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}
/* /etc/clientlibs/fossil-group/jquery-ui/css/jquery-ui-supplement.css */
/* include this here to avoid editing the jquery-ui.css file */
.ui-autocomplete .ui-menu-item a span {
  color: #000;
}
.ui-autocomplete .ui-menu-item a:hover,
.ui-autocomplete .ui-menu-item .ui-state-focus {
  background-color: #ddd;
  color: #000;
}
/* /etc/designs/skagen/clientlibs/brandheadersearchbox/css/brandheadersearchbox.less */
.brandheadersearchbox .c-searchbox {
  display: none;
  position: relative;
  width: 100%;
  margin-top: 20px;
  height: 160px;
  width: 1280px;
  background: white;
}
.brandheadersearchbox .c-searchbox .search-title {
  display: inline-block;
  margin: 0 0 20px 25px;
}
.brandheadersearchbox .c-searchbox .search-close {
  cursor: pointer;
  display: inline-block;
  float: right;
  margin: 0 25px 20px 0;
}
.brandheadersearchbox .c-searchbox .search-form-box {
  margin: 0 auto;
  z-index: 5;
  position: relative;
  width: 1020px;
}
/* /etc/designs/skagen/clientlibs/navigation/css/navigation.less */
header {
  z-index: 101;
}
header nav .navigation {
  position: relative;
  right: 0;
  z-index: 99;
  width: 100%;
}
header nav .navigation:before,
header nav .navigation:after {
  content: " ";
  display: table;
}
header nav .navigation:after {
  clear: both;
}
header nav .navigation:before,
header nav .navigation:after {
  content: " ";
  display: table;
}
header nav .navigation:after {
  clear: both;
}
#global-navigation {
  position: relative;
  z-index: 15;
  background: white;
  width: 1280px;
  padding: 15px 0 10px;
}
#global-navigation.active {
  background: #fff;
}
#global-navigation.fix_state {
  position: fixed;
  top: 0;
}
#global-navigation .logo {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 130px;
  display: inline-block;
}
#global-navigation div.nav {
  float: right;
  margin-top: 0;
}
#global-navigation div.nav > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#global-navigation div.nav > ul:before,
#global-navigation div.nav > ul:after {
  content: " ";
  display: table;
}
#global-navigation div.nav > ul:after {
  clear: both;
}
#global-navigation div.nav > ul:before,
#global-navigation div.nav > ul:after {
  content: " ";
  display: table;
}
#global-navigation div.nav > ul:after {
  clear: both;
}
#global-navigation div.nav > ul > li {
  display: block;
  float: left;
  padding: 0 12px;
  margin: 0;
  text-align: center;
  opacity: .99;
  z-index: 15;
  background: transparent none;
  overflow: visible;
}
#global-navigation div.nav > ul > li > a {
  padding-bottom: 25px;
  display: inline;
  position: relative;
  z-index: 17;
}
#global-navigation div.nav > ul > li.active > a {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAMAAACgjTZZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1QTVDQUQ1MzI2MjA2ODExODIyQUE1MjRGNDYwNkQ3QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MzlFMTM3RUQyMUQxMUUzQTU2M0IwRDM0MkQ3QjJDOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MzlFMTM3REQyMUQxMUUzQTU2M0IwRDM0MkQ3QjJDOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkRDQ0QzRTE1Q0UyMDY4MTE5QTFCQzdFNzU4MUU5N0ExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVBNUNBRDUzMjYyMDY4MTE4MjJBQTUyNEY0NjA2RDdCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+uXjFngAAAAZQTFRFAFWH////JaRR5AAAAAJ0Uk5T/wDltzBKAAAAGklEQVR42mJgBAIGGMEAJcEMOAWGcAZAgAEAA4QAH+fKMnUAAAAASUVORK5CYII=') bottom center no-repeat;
}
#global-navigation div.nav > ul > li.active .global-navigation-dropdown {
  display: block;
}
#global-navigation div.nav > ul > li a,
#global-navigation div.nav > ul > li a:visited,
#global-navigation div.nav > ul > li a:active {
  color: #000000;
  text-decoration: none;
}
#global-navigation div.nav > ul > li a:hover,
#global-navigation div.nav > ul > li a:visited:hover,
#global-navigation div.nav > ul > li a:active:hover {
  color: #005587;
  text-decoration: none;
}
#global-navigation div.nav > ul > li .global-navigation-dropdown {
  width: 100%;
  position: absolute;
  left: 0;
  display: none;
  background-color: #fff;
  z-index: 15;
  padding-bottom: 50px;
  margin: 0;
  padding-top: 10px;
  top: 30px;
}
#global-navigation div.nav > ul > li .global-navigation-dropdown > div {
  margin: 0px 158px;
  width: 960px;
  border-top: 1px solid #e1e1e1;
}
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-nav-abstracts {
  margin: 30px auto 0;
  padding: 0 70px;
  text-align: center;
  display: table;
  border-bottom: 1px solid #e1e1e1;
  width: 820px;
}
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-nav-abstracts .global-nav-abstract-subheader {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
}
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-navigation-dropdown-list-box {
  margin: 0 auto;
  display: inline-block;
  text-align: left;
  padding: 20px 40px 0 0;
  overflow: hidden;
}
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-navigation-dropdown-list-box .subnav-thumbnail {
  margin-top: 20px;
  margin-right: 20px;
}
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-navigation-dropdown-list-box .subnav-thumbnail img {
  max-width: 100%;
}
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-navigation-dropdown-list-box .global-navigation-dropdown-list {
  padding: 0 0 0 40px;
  width: 200px;
  display: inline-block;
  float: left;
  background-image: url('data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYzMURERURCRDc3RTExRTNBQTY1QjZBOUJDRDI5NDY2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYzMURERURDRDc3RTExRTNBQTY1QjZBOUJDRDI5NDY2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjMxRERFRDlENzdFMTFFM0FBNjVCNkE5QkNEMjk0NjYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjMxRERFREFENzdFMTFFM0FBNjVCNkE5QkNEMjk0NjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5YP2AdAAAAD0lEQVR42mJ4+PAhQIABAAVKAqS40t/FAAAAAElFTkSuQmCC');
  background-repeat: repeat-y;
  background-position: right top;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-navigation-dropdown-list-box .global-navigation-dropdown-list a,
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-navigation-dropdown-list-box .global-navigation-dropdown-list a:visited,
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-navigation-dropdown-list-box .global-navigation-dropdown-list a:active {
  color: #000000;
  text-decoration: none;
}
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-navigation-dropdown-list-box .global-navigation-dropdown-list a:hover,
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-navigation-dropdown-list-box .global-navigation-dropdown-list a:visited:hover,
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-navigation-dropdown-list-box .global-navigation-dropdown-list a:active:hover {
  color: #005587;
  text-decoration: none;
}
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-navigation-dropdown-list-box .global-navigation-dropdown-list .subnav-title {
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
  background-color: #ffffff;
}
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-navigation-dropdown-list-box .global-navigation-dropdown-list ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 8px;
  margin-right: 20px;
}
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-navigation-dropdown-list-box .global-navigation-dropdown-list ul > li {
  margin-top: 12px;
}
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-navigation-dropdown-list-box .global-navigation-dropdown-list.last {
  background-image: none;
}
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-navigation-dropdown-list-box .global-navigation-dropdown-list.first .subnav-title a {
  color: #005587;
}
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-navigation-dropdown-list-box:hover .global-navigation-dropdown-list.first .subnav-title a {
  color: #000000;
}
#global-navigation div.nav > ul > li .global-navigation-dropdown .global-navigation-dropdown-list-box:hover .global-navigation-dropdown-list.first .subnav-title a:hover {
  color: #005587;
}
#page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .65;
  z-index: 5;
  display: none;
}
/* /etc/designs/skagen/clientlibs/utilitynav/css/utilitynav.less */
.flag-link {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -40px -188px;
  width: 18px;
  height: 12px;
}
.icon-flag-US-inactive,
.icon-flag-us-inactive {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -102px -188px;
  width: 18px;
  height: 11px;
}
.icon-flag-US-active,
.icon-flag-us-active {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -122px -188px;
  width: 18px;
  height: 11px;
}
.icon-flag-GB-inactive,
.icon-flag-gb-inactive {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -150px -169px;
  width: 18px;
  height: 12px;
}
.icon-flag-GB-active,
.icon-flag-gb-active {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -130px -169px;
  width: 18px;
  height: 12px;
}
.icon-flag-JP-inactive,
.icon-flag-jp-inactive {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -20px -188px;
  width: 18px;
  height: 12px;
}
.icon-flag-JP-active,
.icon-flag-jp-active {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: 0px -188px;
  width: 18px;
  height: 12px;
}
.icon-flag-DE-inactive,
.icon-flag-de-inactive {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -110px -169px;
  width: 18px;
  height: 12px;
}
.icon-flag-DE-active,
.icon-flag-de-active {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -170px -169px;
  width: 18px;
  height: 12px;
}
.icon-flag-CA-active,
.icon-flag-ca-active {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -170px -169px;
  width: 18px;
  height: 12px;
}
.icon-flag-CA-inactive,
.icon-flag-ca-inactive {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -170px -169px;
  width: 18px;
  height: 12px;
}
.icon-flag-MX-active,
.icon-flag-mx-active {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -170px -169px;
  width: 18px;
  height: 12px;
}
.icon-flag-MX-inactive,
.icon-flag-mx-inactive {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -170px -169px;
  width: 18px;
  height: 12px;
}
.utilitynav {
  float: right;
  margin-right: 140px;
}
#utility-nav {
  z-index: 20;
}
#utility-nav a,
#utility-nav a:visited,
#utility-nav a:active {
  color: #000000;
  text-decoration: none;
}
#utility-nav a:hover,
#utility-nav a:visited:hover,
#utility-nav a:active:hover {
  color: #005587;
  text-decoration: none;
}
#utility-nav .utility-nav-item {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
#utility-nav .utility-nav-item.hide-this {
  display: none;
}
#utility-nav .search-cta {
  padding: 8px 12px;
  margin: -8px 16px 0 0;
  color: #6a6c70;
}
#utility-nav .search-cta:after {
  content: '';
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -166px -148px;
  width: 17px;
  height: 17px;
  position: absolute;
  margin: -1px 4px 0;
}
#utility-nav .search-cta:hover {
  color: #6a6c70;
}
#utility-nav .icon-find {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -156px -84px;
  width: 13px;
  height: 18px;
  overflow: hidden;
  text-indent: -1000px;
  display: block;
  display: inline-block;
  top: 0;
  position: relative;
}
#utility-nav .icon-find:hover {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -189px -84px;
  width: 13px;
  height: 18px;
}
#utility-nav .tooltip-inner {
  min-width: 100px;
}
#utility-nav-account {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  border-style: solid;
  border-color: transparent;
  border-width: 1px 1px 0;
  background: transparent;
  margin-top: -11px;
  padding-bottom: 10px;
}
#utility-nav-account.active {
  border-color: #e1e1e1;
  background: #fff;
}
#utility-nav-account.loggedin-name {
  padding-right: 24px;
  padding-top: 10px;
}
#utility-nav-account.loggedin-name:after {
  content: '';
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -54px -106px;
  width: 9px;
  height: 5px;
  position: absolute;
  right: 8px;
  top: 15px;
}
#utility-nav-account.loggedin-name.active {
  color: #005587;
}
#utility-nav-signup {
  margin-left: 8px;
}
#language-list {
  cursor: pointer;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0px;
}
#language-list .langauge-list-title {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  border-style: solid;
  border-color: transparent;
  border-width: 1px 1px 0;
  background: transparent;
  margin-top: -10px;
  padding-top: 10px;
}
#language-list .langauge-list-title.active {
  border-color: #e1e1e1;
  background: #fff;
}
#language-list .langauge-list-title a {
  float: left;
}
#language-list .langauge-list-title .icon-carat-primary-down {
  float: left;
  margin: 4px 0 4px 8px;
}
#language-list .langauge-list-title a {
  overflow: hidden;
  text-indent: -1000px;
  display: block;
}
/* /etc/designs/skagen/clientlibs/utilitynav/css/dropdowns.less */
#utility-nav-account-dropdown,
#language-list-dropdown {
  display: none;
  z-index: 19;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-width: 0 1px 1px 1px;
}
#utility-nav-account-dropdown ul,
#language-list-dropdown ul {
  list-style-type: none;
  padding-left: 0;
}
#utility-nav-account-dropdown ul > li,
#language-list-dropdown ul > li {
  margin: 12px 40px 0 20px;
}
#utility-nav-account-dropdown ul > li a,
#language-list-dropdown ul > li a,
#utility-nav-account-dropdown ul > li a:visited,
#language-list-dropdown ul > li a:visited,
#utility-nav-account-dropdown ul > li a:active,
#language-list-dropdown ul > li a:active {
  color: #000000;
  text-decoration: none;
}
#utility-nav-account-dropdown ul > li a:hover,
#language-list-dropdown ul > li a:hover,
#utility-nav-account-dropdown ul > li a:visited:hover,
#language-list-dropdown ul > li a:visited:hover,
#utility-nav-account-dropdown ul > li a:active:hover,
#language-list-dropdown ul > li a:active:hover {
  color: #005587;
  text-decoration: none;
}
#utility-nav-account-dropdown {
  top: 25px;
  position: absolute;
}
#utility-nav-account-dropdown .utilitynav-signout {
  cursor: pointer;
}
#language-list-dropdown {
  position: absolute;
}
#language-list-dropdown > ul > li > a.flag-link {
  overflow: hidden;
  text-indent: -1000px;
  display: block;
  display: inline-block;
  margin-right: 4px;
}
#language-list-dropdown > ul > li > a.language-link {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
  vertical-align: top;
}
/* /etc/designs/skagen/clientlibs/utilitynav/css/minicart.less */
.minicart {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 19px;
}
.minicart i.icon {
  display: inline-block;
}
.minicart i.icon-bag {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -171px -84px;
  width: 16px;
  height: 18px;
  cursor: pointer;
}
.minicart .title-box {
  height: 95px;
  background: #000;
}
.minicart .title-box div {
  display: inline-block;
}
.minicart .title-box .label {
  color: #fff;
  padding: 49px 0 0 30px;
}
.minicart .title-box .icon-box {
  color: #fff;
  position: absolute;
  right: 30px;
  margin-top: 49px;
}
.minicart .title-box .icon-box .invisible {
  visibility: hidden;
}
.minicart .title-box .icon-box .cart-count {
  color: #fff;
}
.minicart .title-box i.icon-bag-active {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -138px -84px;
  width: 16px;
  height: 18px;
  margin-right: 10px;
}
.minicart .cart-content-box {
  width: 378px;
  padding: 0 26px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  overflow-y: scroll;
  max-height: 475px;
}
.minicart .cart-content-box.shorter {
  max-height: 160px;
  overflow-y: visible;
}
.minicart .cart-content-box .img-box {
  width: 120px;
  float: left;
}
.minicart .cart-content-box .cart-item {
  padding: 20px 0 30px;
  border-bottom: 1px solid #e1e1e1;
}
.minicart .cart-content-box .cart-item:before,
.minicart .cart-content-box .cart-item:after {
  content: " ";
  display: table;
}
.minicart .cart-content-box .cart-item:after {
  clear: both;
}
.minicart .cart-content-box .cart-item:before,
.minicart .cart-content-box .cart-item:after {
  content: " ";
  display: table;
}
.minicart .cart-content-box .cart-item:after {
  clear: both;
}
.minicart .cart-content-box .cart-item:last-of-type {
  border: none;
}
.minicart .cart-content-box .cart-item-specs {
  float: left;
  width: 175px;
  padding-left: 25px;
}
.minicart .cart-content-box .cart-item-specs .details,
.minicart .cart-content-box .cart-item-specs .qty,
.minicart .cart-content-box .cart-item-specs .price {
  font-size: 12px;
  margin-bottom: 20px;
}
.minicart .cart-content-box .cart-item-specs .price {
  margin: 0;
}
.minicart .cart-content-box .remove-item {
  cursor: pointer;
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -173px -136px;
  width: 9px;
  height: 9px;
  float: right;
}
.minicart .empty-cart {
  margin: 20px auto 30px;
  width: 325px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  text-align: center;
  color: #f14446;
}
.minicart .controls-box {
  border-top: 1px solid #e1e1e1;
  padding: 30px 0 45px;
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: white;
}
.minicart .controls-box .total {
  text-align: right;
}
.minicart .controls-box .price {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding-left: 35px;
  padding-right: 30px;
}
.minicart .controls-box .button-box {
  text-align: center;
}
.minicart .controls-box a.btn {
  border-radius: 0;
  margin: 50px 10px 0;
  padding: 20px;
  border: 1px solid #e1e1e1;
}
.minicart .controls-box a.btn:hover {
  background: #fff;
  color: #000 !important;
  border: 1px solid #e1e1e1;
}
.minicart .controls-box a.btn.inverse {
  background: #000;
  color: #fff !important;
  border-color: #000;
}
.minicart .controls-box a.btn.inverse:hover {
  background: #000;
  color: #fff !important;
}
.minicart .mini-cart-link {
  display: inline-block;
  font-size: 12px;
  color: #000000;
}
.minicart .mini-cart-link:hover {
  color: #000000;
}
.minicart .mini-cart-count {
  position: relative;
  top: -3px;
  padding-left: 4px;
  color: #000000;
}
.minicart #mini-cart-contents {
  position: fixed;
  top: 0;
  right: 0;
  width: 380px;
  border: 1px solid #e1e1e1;
  background: #fff;
  z-index: 2;
  min-height: 280px;
}
.minicart #mini-cart-overlay {
  display: none;
  position: fixed;
  _position: absolute;
  /* hack for internet explorer 6*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/* /etc/designs/skagen/clientlibs/newslettersignup/css/newslettersignup.less */
.newslettersignup {
  text-align: center;
}
.newslettersignup .newsletter-signup-title {
  color: #363636;
  margin: 28px auto 25px;
  text-align: center;
}
.newslettersignup .newsletter-signup-form .newsletter-signup-email {
  color: #363636;
  width: 232px;
  height: 37px;
  padding-left: 10px;
  border: 1px solid #e1e1e1;
}
.newslettersignup .newsletter-signup-form .newsletter-signup-email::-webkit-input-placeholder {
  color: #c2c2c2;
  opacity: 1;
}
.newslettersignup .newsletter-signup-form .newsletter-signup-email:-moz-placeholder {
  /* Firefox 18- */
  color: #c2c2c2;
  opacity: 1;
}
.newslettersignup .newsletter-signup-form .newsletter-signup-email::-moz-placeholder {
  /* Firefox 19+ */
  color: #c2c2c2;
  opacity: 1;
}
.newslettersignup .newsletter-signup-form .newsletter-signup-email:-ms-input-placeholder {
  color: #c2c2c2;
  opacity: 1;
}
.newslettersignup .newsletter-signup-form .newsletter-signup-email.placeholder {
  color: #c2c2c2;
}
.newslettersignup .newsletter-signup-form .newsletter-signup-submit {
  color: #fff;
  background: #000;
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
  padding-left: 22px;
  padding-right: 20px;
  height: 37px;
  border: 0;
  position: relative;
  left: -5px;
}
.newslettersignup .newsletter-signup-form .error-text {
  color: #ff0000;
  padding-top: 8px;
}
.newslettersignup .newsletter-signup-form .newsletter-thank-you {
  display: inline-block;
  border: 1px solid #e1e1e1;
  margin: 0 auto;
  padding: 16px 30px;
}
.newslettersignup .newsletter-signup-form .message-text {
  display: none;
}
/* /etc/designs/skagen/clientlibs/product-detail-view/css/styles.less */
#product-summary {
  background-position: center top;
  background-repeat: no-repeat;
}
.product-price-box {
  margin: 15px 0 20px;
}
.product-price {
  font-family: skagenregular, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  line-height: 1.17;
  color: inherit;
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 24px;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.product-price small,
.product-price .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.product-price small,
.product-price .small {
  font-size: 65%;
}
.product-price + .product-specs-title {
  margin-top: 30px;
}
.product-listprice {
  font-family: skagenregular, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  line-height: 1.17;
  color: inherit;
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 24px;
  display: inline-block;
  text-decoration: line-through;
  color: #6a6c70;
  margin: 0;
  padding: 0;
}
.product-listprice small,
.product-listprice .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.product-listprice small,
.product-listprice .small {
  font-size: 65%;
}
.product-listprice + .product-specs-title {
  margin-top: 30px;
}
.product-sale {
  color: #f14446;
}
.product-price-added-info {
  margin: 3px 0 0 0;
  padding: 0;
  font-size: 10px;
  color: #6a6c70;
  display: inline-block;
}
.product-price-added-info.qv {
  padding-left: 10px;
}
.product-description {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  margin-bottom: 6px;
}
.product-specs-title {
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  padding-bottom: 6px;
}
.product-specs {
  margin-bottom: 20px;
}
.product-specs dt {
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
  width: auto;
  padding-right: 5px;
}
.product-specs dd {
  margin-left: 0;
  display: table-cell;
}
.product-specs dd,
.product-specs dt {
  padding-bottom: 6px;
  font-size: 10px;
}
.product-larger-image-link {
  color: #121212;
  text-align: center;
  display: block;
  font-size: 10px;
  padding-top: 435px;
}
.product-variants .product-specs-title {
  display: none;
}
.product-variants .pdpSelect {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto;
  display: block;
  float: left;
  clear: both;
  margin: 0 0 5px 0;
}
.product-variants .pdpSelect:before,
.product-variants .pdpSelect:after {
  content: " ";
  display: table;
}
.product-variants .pdpSelect:after {
  clear: both;
}
.product-variants .pdpSelect:before,
.product-variants .pdpSelect:after {
  content: " ";
  display: table;
}
.product-variants .pdpSelect:after {
  clear: both;
}
.product-variants .pdpSelect.disabled .selectParent,
.product-variants .pdpSelect.disabled .pdpSelectLabel {
  border: none;
  color: #BBB;
  cursor: not-allowed;
}
.product-variants .pdpSelect .selectParent {
  min-width: 114px;
  width: 100%;
  float: left;
  padding: 0 0 0 8px;
  background: url('/etc/designs/skagen/clientlibs/product-detail-view/img/selectButtonLeft.png') left top no-repeat;
}
.product-variants .pdpSelect .pdpSelectLabel {
  background: url('/etc/designs/skagen/clientlibs/product-detail-view/img/selectButtonRight.png') right top no-repeat;
  height: 22px;
  width: 100%;
  float: left;
  line-height: 22px;
}
.product-variants .pdpSelect .selectParent > div {
  display: none;
  position: absolute;
  z-index: 1100;
  min-width: 114px;
  top: auto;
  left: auto;
  width: auto;
  margin: 22px 0 0 -8px;
  background: #fff;
  border: 1px solid #B0ACAC;
  border-top: 0;
}
.product-variants .pdpSelect .selectParent > div ul {
  margin: 4px 0;
  padding: 0;
  list-style-type: none;
}
.product-variants .pdpSelect .selectParent > div ul li {
  width: 100%;
  float: left;
  clear: both;
  padding: 0;
  text-indent: 10px;
  cursor: pointer;
}
.product-variants .pdpSelect .selectParent > div ul li.active,
.product-variants .pdpSelect .selectParent > div ul li:hover {
  background: #B0ACAC;
}
.product-variants .pdpSelect .selectParent > div ul li.disabled {
  color: #ccc;
  text-decoration: line-through;
  cursor: not-allowed;
}
.product-variants .pdpSelect .selectParent > div ul li.disabled:hover {
  background: none;
}
.product-thumbnails a {
  margin-right: 10px;
  border: 1px solid #e1e1e1;
  display: inline-block;
}
.product-thumbnails a:hover {
  text-decoration: none;
}
.product-thumbnails a.video-thumbnail {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: 0px -62px;
  width: 52px;
  height: 52px;
  vertical-align: middle;
}
.product-form {
  height: 60px;
  margin: 30px 0 10px;
  position: relative;
  width: 270px;
}
.product-form .product-form-field {
  height: 100%;
}
.product-form .product-form-qty {
  border: 1px solid #e1e1e1;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
}
.product-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product-form input[type=number]:focus::-webkit-inner-spin-button,
.product-form input[type=number]:active::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button;
}
.product-form .product-form-submit {
  background: #000;
  border: 0;
  color: #fff;
  height: 100%;
  margin-left: -5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 210px;
}
.product-errors {
  height: 24px;
}
.product-errors .error {
  margin-bottom: 10px;
  font-size: 12px;
  color: #ff0000;
}
a.full-details {
  display: block;
  margin-top: 50px;
  color: #000;
}
a.full-details .icon {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -197px -169px;
  width: 5px;
  height: 9px;
  margin-left: 4px;
}
.icon {
  display: inline-block;
}
.product-wishlist,
.product-wishlist:hover {
  font-size: 10px;
  color: #111;
  text-decoration: underline;
}
.product-wishlist span,
.product-wishlist:hover span {
  vertical-align: top;
  margin-left: 10px;
  line-height: 15px;
}
.product-wishlist.active .icon.icon-heart,
.product-wishlist:hover.active .icon.icon-heart {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -50px -169px;
  width: 17px;
  height: 14px;
}
.c-socialsharing {
  margin-left: -10px !important;
}
.icon.icon-next {
  display: inline-block;
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -144px -62px;
  width: 10px;
  height: 20px;
}
.icon.icon-prev {
  display: inline-block;
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -98px -62px;
  width: 10px;
  height: 20px;
}
.next-image {
  float: right;
  margin-top: 200px;
}
.prev-image {
  float: left;
  margin-top: 200px;
}
.drawer-content {
  text-align: left;
}
.image-count {
  font-size: 10px;
  text-align: center;
  margin-top: 325px;
}
#product-summary .col-md-4,
.drawer-content .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}
#product-summary .col-md-4:first-child,
.drawer-content .col-md-4:first-child {
  padding-right: 36px;
}
#product-summary .col-md-4:last-child,
.drawer-content .col-md-4:last-child {
  padding-left: 36px;
}
.product-variants > div {
  clear: both;
  margin-bottom: 30px;
}
.product-variants > div:before,
.product-variants > div:after {
  content: " ";
  display: table;
}
.product-variants > div:after {
  clear: both;
}
.product-variants > div:before,
.product-variants > div:after {
  content: " ";
  display: table;
}
.product-variants > div:after {
  clear: both;
}
.variants a {
  padding: 1px;
  border: 1px solid #fff;
  margin-right: 6px;
  float: left;
  border-color: #e1e1e1;
}
.variants a.active {
  border-color: #000;
}
.current-variant {
  clear: left;
  padding-top: 10px;
  font-size: 10px;
  text-transform: uppercase;
}
.mobile-pdp h1.product-title {
  font-size: 33px;
  text-align: center;
}
.mobile-pdp .product-price {
  font-size: 21px;
  text-align: center;
}
.mobile-pdp .product-specs-title {
  font-size: 21px;
}
.mobile-pdp dl dt,
.mobile-pdp dl dd {
  font-size: 21px;
  font-family: skagenregular, 'Helvetica Neue', Arial, sans-serif;
}
/* /etc/designs/skagen/clientlibs/carousel/css/carousel.less */
.carousel .spotlight {
  background-color: transparent;
  background-image: url('data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1QTVDQUQ1MzI2MjA2ODExODIyQUE1MjRGNDYwNkQ3QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyREUyNzg3QUQ1NTUxMUUzQTc3MTg0ODdDRDVCRjI0QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyREUyNzg3OUQ1NTUxMUUzQTc3MTg0ODdDRDVCRjI0QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDk4MDExNzQwNzIwNjgxMTgyMkFDQjgxMTJCMDZBN0QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUE1Q0FENTMyNjIwNjgxMTgyMkFBNTI0RjQ2MDZEN0IiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4fmpQCAAAAQklEQVR42mLce//lfwYCwElBjJGJGEUgmokYRXgVIivCqRBdEVaF2BRhKMSlCEUhPkVwhSpMPxgJBRMTMYpAACDAAL/gCZ6Lcp1aAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 10px;
  position: absolute;
  display: none;
  margin-right: 10px;
  z-index: 1000;
  margin-left: -10px;
}
.carousel .spotlight .inner {
  background-color: #bddfe9;
  display: inline-block;
  padding: 20px 27px;
}
.carousel .icon-box img {
  width: auto;
  margin: 0 auto !important;
}
.carousel .slide {
  margin-bottom: 8px;
}
.carouselslide {
  display: none;
  position: relative;
}
.carouselslide [class*="col-"],
.carouselslide img,
.carouselslide .textimage-image,
.carouselslide .image-image {
  margin: 0 auto !important;
  padding: 0;
}
.carouselslide .components .section:last-child {
  margin-bottom: 50px;
}
.carouselslide .section.image + .section,
.carouselslide .section.textimagewithhover + .section {
  margin-bottom: 0;
}
/* /etc/clientlibs/fossil-group/bootstrap/less/component-animations/css/component-animations.less */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/* /etc/designs/skagen/clientlibs/headerpromoarea/css/headerpromoarea.less */
#header-promo-box {
  height: 40px;
  width: 1280px;
  max-width: 1280px;
  text-align: center;
  display: none;
  background: white;
  margin: 0;
}
#header-promo-box #header-promo {
  padding: 15px 0;
}
#header-promo-box p {
  font-size: 10px;
}
#header-promo-box a.close {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -173px -136px;
  width: 9px;
  height: 9px;
  float: right;
}
#header-promo-box.header-promo-dark {
  color: white;
  background: black;
}
/* /etc/designs/skagen/clientlibs/newslettersignupsplash/css/newslettersignupsplash.less */
.newslettersignupsplash {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.newslettersignupsplash .newsletter-signup-box {
  position: absolute;
  top: 50%;
  left: 50%;
}
.newslettersignupsplash .newsletter-signup-box .newsletter-signup-inner {
  height: 400px;
  width: 600px;
  position: absolute;
  top: -200px;
  left: -300px;
  background: #fff;
}
.newslettersignupsplash .icon-close {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -173px -136px;
  width: 9px;
  height: 9px;
  display: block;
  float: right;
  margin: 20px 21px 0 0;
  cursor: pointer;
}
.newslettersignupsplash .newsletter-signup-copy {
  width: 300px;
  margin: 0 0 9px 50px;
  color: #fff;
  text-align: left;
}
.newslettersignupsplash .text-dark .newsletter-signup-copy {
  color: #000;
}
.newslettersignupsplash .newsletter-signup-title {
  font-size: 25px;
  padding-top: 93px;
}
.newslettersignupsplash .newsletter-signup-text {
  font-size: 15px;
}
.newslettersignupsplash .newsletter-signup-form {
  text-align: left;
}
.newslettersignupsplash .newsletter-signup-form .newsletter-signup-email {
  color: #363636;
  width: 183px;
  height: 50px;
  padding-left: 16px;
  border: 1px solid #000;
  margin: 28px 0 0 50px;
  font-size: 13px;
}
.newslettersignupsplash .newsletter-signup-form .newsletter-signup-email::-webkit-input-placeholder {
  color: #616161;
  opacity: 1;
}
.newslettersignupsplash .newsletter-signup-form .newsletter-signup-email:-moz-placeholder {
  /* Firefox 18- */
  color: #616161;
  opacity: 1;
}
.newslettersignupsplash .newsletter-signup-form .newsletter-signup-email::-moz-placeholder {
  /* Firefox 19+ */
  color: #616161;
  opacity: 1;
}
.newslettersignupsplash .newsletter-signup-form .newsletter-signup-email:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
}
.newslettersignupsplash .newsletter-signup-form .newsletter-signup-email.placeholder {
  color: #616161;
}
.newslettersignupsplash .newsletter-signup-form .newsletter-signup-submit {
  color: #fff;
  background: #000;
  padding: 0 15px;
  position: relative;
  left: -5px;
  border: 1px solid #000;
  height: 50px;
  font-size: 13px;
}
.newslettersignupsplash .newsletter-signup-form .error-text {
  width: 300px;
  margin: 0 0 9px 50px;
  color: #fff;
  text-align: left;
  color: #ff0000;
  padding-top: 9px;
}
.newslettersignupsplash .newsletter-signup-form .newsletter-thank-you {
  width: 300px;
  margin: 0 0 9px 50px;
  color: #fff;
  text-align: left;
  padding-top: 9px;
}
.newslettersignupsplash .newsletter-signup-form .message-text {
  display: none;
}
.newslettersignupsplash .text-dark .newsletter-thank-you {
  color: #000;
}
.newslettersignupsplash .text-light .icon-close {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -191px -136px;
  width: 9px;
  height: 9px;
}
.newslettersignupsplash .text-light .newsletter-signup-form .newsletter-signup-email {
  border-color: #fff;
  background-color: #363636;
  color: #fff;
}
.newslettersignupsplash .text-light .newsletter-signup-form .newsletter-signup-email::-webkit-input-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.newslettersignupsplash .text-light .newsletter-signup-form .newsletter-signup-email:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
  opacity: 1;
}
.newslettersignupsplash .text-light .newsletter-signup-form .newsletter-signup-email::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
  opacity: 1;
}
.newslettersignupsplash .text-light .newsletter-signup-form .newsletter-signup-email:-ms-input-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.newslettersignupsplash .text-light .newsletter-signup-form .newsletter-signup-email.placeholder {
  color: #9e9e9e;
}
.newslettersignupsplash .text-light .newsletter-signup-form .newsletter-signup-submit {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
/* /etc/designs/skagen/clientlibs/search-shared/css/search-shared.less */
.search-input-box {
  position: relative;
}
.search-input-box input {
  border: 1px solid #e1e1e1;
  border-width: 1px 0;
  font-family: skagenthin, 'Helvetica Neue', Arial, sans-serif;
  font-size: 64px;
  width: 100%;
  padding: 24px 100px 21px 20px;
  color: #000;
  background: transparent;
  height: auto;
  line-height: 1.14285714;
}
.search-input-box input:focus {
  outline: none;
}
.search-input-box input[name="q"] {
  position: relative;
  z-index: 2;
}
.search-input-box input.suggest-input {
  border: none;
  position: absolute;
  top: 1px;
  left: 1px;
  color: silver;
  z-index: 1;
}
.search-input-box button {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: 0px 0px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-indent: -10000px;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
}
.search-input-box button:focus,
.search-input-box button:hover,
.search-input-box button:active {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: 0px 0px;
  width: 60px;
  height: 60px;
  outline: none;
}
/* /etc/clientlibs/fossil-group/bootstrap/js/modals/css/modals.less */
.modal-open {
  overflow: hidden;
}
.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;
}
.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;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -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;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.14285714px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.14285714;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 9999px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1px) {
  .modal-lg {
    width: 900px;
  }
}
/* /etc/designs/skagen/clientlibs/regionnotice/css/regionnotice.less */
.region-notice-modal .modal-dialog {
  width: 900px;
  margin: 50px auto;
}
.region-notice-modal .modal-dialog .modal-content {
  padding: 0 30px 30px;
}
/* /etc/designs/skagen/clientlibs/bootstrap/theme/css/theme.less */
body {
  width: 1280px;
  margin: 0 auto;
}
b,
strong {
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
p {
  margin-bottom: 12px;
}
.pagetitle h1 {
  margin: 60px 0 54px;
}
.textcolor-1 {
  color: #005587;
}
.textcolor-2 {
  color: #db6d31;
}
.textcolor-3 {
  color: #6a6c70;
}
.alternate-font {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.row {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.row.wide {
  max-width: none;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}
.content-container {
  margin: 20px 0;
}
.content-box {
  position: relative;
}
.content-narrow {
  margin: 0 auto;
  z-index: 5;
  position: relative;
  width: 1020px;
}
#content,
.content {
  margin: 0 auto;
  z-index: 5;
  position: relative;
  width: 1020px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
}
.c-page-global .push-up {
  top: -100px;
  margin-bottom: -100px;
}
#content-footer {
  width: 100%;
  padding: 0;
  position: relative;
  margin-top: 20px;
}
.logo {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: 0px -148px;
  width: 141px;
  height: 19px;
}
.icon-carat-primary-down {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -109px -106px;
  width: 9px;
  height: 5px;
  display: block;
}
.icon-carat-A-right,
.icon-carat-primary-right {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -197px -169px;
  width: 5px;
  height: 9px;
  display: inline-block;
  margin-left: 8px;
}
.icon-carat-A-left,
.icon-carat-primary-left {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -166px -136px;
  width: 5px;
  height: 9px;
  display: inline-block;
  margin-right: 8px;
}
.icon-carat-B-right {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -159px -136px;
  width: 5px;
  height: 9px;
  display: inline-block;
  margin-left: 8px;
}
.icon-carat-B-left {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -184px -136px;
  width: 5px;
  height: 9px;
  display: inline-block;
  margin-right: 8px;
}
.icon-phone {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -33px -169px;
  width: 15px;
  height: 14px;
  display: inline-block;
}
.icon-chat {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -16px -169px;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.icon-envelope {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -152px -116px;
  width: 23px;
  height: 18px;
  display: inline-block;
}
.icon-envelope-light {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -177px -116px;
  width: 23px;
  height: 18px;
}
.icon-facebook {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -132px -62px;
  width: 10px;
  height: 20px;
}
.icon-pinterest {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -110px -62px;
  width: 20px;
  height: 20px;
}
.icon-twitter {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -143px -148px;
  width: 21px;
  height: 17px;
}
.icon-googleplus {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -118px -84px;
  width: 18px;
  height: 19px;
}
.icon-instagram {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -98px -84px;
  width: 18px;
  height: 19px;
}
.icon-tumblr {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -178px -62px;
  width: 19px;
  height: 19px;
}
.icon-carat-alternate-right {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -152px -136px;
  width: 5px;
  height: 9px;
}
.icon-carat-primary-up {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -87px -106px;
  width: 9px;
  height: 5px;
}
.icon-eye {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -88px -169px;
  width: 20px;
  height: 13px;
}
.icon-heart {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -69px -169px;
  width: 17px;
  height: 14px;
}
.icon-pencil {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -156px -62px;
  width: 20px;
  height: 20px;
}
.icon-reviews {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -54px -62px;
  width: 42px;
  height: 42px;
}
.carat-down-center::after {
  content: '';
  margin: 0 auto;
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -109px -106px;
  width: 9px;
  height: 5px;
  display: block;
}
.crosshatch {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAIAAAC+zks0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1QTVDQUQ1MzI2MjA2ODExODIyQUE1MjRGNDYwNkQ3QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2QTJFMzVGQUM0Q0QxMUUzOEMyMDk1MkQ0N0MzQzkzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2QTJFMzVGOUM0Q0QxMUUzOEMyMDk1MkQ0N0MzQzkzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDc4MDExNzQwNzIwNjgxMTgyMkFCQzdFMDE0Qjc2OTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUE1Q0FENTMyNjIwNjgxMTgyMkFBNTI0RjQ2MDZEN0IiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5X8DDDAAAAj0lEQVR42lyN2w7CIBBES+XiEpu+8P9/p2gBax/aQFjQ9UaM8zSbmTnL1nXVWnc/KgWPJys4zxk7731K6f4VIjrnY4y11hhT97odOcqo/tdm7wXRNACNjDEA+/boGV/nWXAhpUTMhBnHkfPdJw8h3Jal0bZtu0xTKYV8qZULIYfh0GgA0PfM2rNSKqb0EGAAIueBJ5EHKegAAAAASUVORK5CYII=');
  background-repeat: repeat;
  height: 400px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}
header {
  width: 100%;
  position: relative;
  top: 0;
  background-color: white;
  margin-bottom: 0;
  padding: 0;
}
header.fix_state {
  margin-bottom: 49px;
}
header.fix_state.search-opened {
  margin-bottom: 229px;
}
header .brandheader {
  width: 1280px;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  margin-bottom: 0;
}
header .brandheader.header[id*=cq-gen] {
  position: relative !important;
}
@media only screen and (max-width: 1279px) {
  header {
    margin-bottom: 0 !important;
  }
  header .brandheader {
    position: relative;
  }
  header #global-navigation.fix_state {
    position: relative !important;
  }
}
header .row {
  max-width: none;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}
footer {
  margin-top: 40px;
  position: relative;
  z-index: 10;
}
footer #newsletter-cta {
  height: 140px;
  border-top: 1px solid #e1e1e1;
  background: #fff;
}
footer .logo {
  margin: 50px auto 57px;
}
footer .brandfooter-logo-box {
  border-color: #e1e1e1;
  border-width: 1px 0 0 0;
  background: #e9eae5;
}
footer #footer-nav {
  width: auto;
  margin: 0 auto 60px;
}
footer #footer-nav a,
footer #footer-nav a:visited,
footer #footer-nav a:active {
  color: #000000;
  text-decoration: none;
}
footer #footer-nav a:hover,
footer #footer-nav a:visited:hover,
footer #footer-nav a:active:hover {
  color: #005587;
  text-decoration: none;
}
footer #footer-nav h6 {
  font-family: skagenbold;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 24px;
}
footer #footer-nav ul {
  list-style-type: none;
  padding-left: 0;
}
footer #footer-nav ul > li {
  margin-top: 12px;
}
footer #footer-nav .icon-find-skagen {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -156px -84px;
  width: 13px;
  height: 18px;
  overflow: hidden;
  text-indent: -1000px;
  display: block;
  margin-right: 0;
}
footer #footer-nav .icon-find-skagen:hover {
  background-image: url(/etc/designs/skagen/clientlibs/sprite/png/desktop-v2.png);
  background-position: -189px -84px;
  width: 13px;
  height: 18px;
}
footer #footer-nav .find-text {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  margin: 20px 0;
}
footer #footer-nav .contact-column .icon {
  margin-right: 12px;
  vertical-align: middle;
}
footer #footer-nav .contact-column .icon-phone,
footer #footer-nav .contact-column .icon-chat {
  margin-right: 21px;
}
footer #footer-nav .contact-column a.contact-column-link {
  display: block;
  width: 200px;
  margin-bottom: 8px;
}
footer .followus {
  margin-top: 44px;
}
footer #copyright-box {
  background: #000;
}
footer #copyright-box p {
  text-align: center;
  font-size: 10px;
  color: #fff;
  line-height: 16px;
  margin: 7px 0;
  padding: 0;
}
.follow-us-icons {
  list-style-type: none;
  padding-left: 0;
}
.follow-us-icons > li {
  display: inline-block;
  margin: 0;
}
.follow-us-icons > li > a {
  overflow: hidden;
  text-indent: -1000px;
  display: block;
}
.followus h6 {
  margin: 0 0 24px;
}
hr {
  margin-top: 13px;
  margin-bottom: 14px;
  border-top: 1px solid #e1e1e1;
}
.parbase.button.section {
  text-align: center;
}
.btn.btn-default {
  border-radius: 0;
  margin: 20px auto;
}
.btn.btn-default,
.btn.btn-default:hover {
  border-color: #e1e1e1;
  padding: 20px;
}
.image-image {
  margin: 0 auto;
}
.textimage-image,
.image-image {
  padding: 0 10px 10px;
  display: table;
}
.textimage-image img,
.image-image img {
  margin: 6px auto;
}
.textimage-image small.image-caption,
.image-image small.image-caption {
  display: table-caption;
  caption-side: bottom;
  padding: 0 10px;
  margin-bottom: 12px;
}
.image {
  margin-bottom: 0 !important;
}
.tooltip.bottom .tooltip-arrow {
  top: 0!important;
  border-bottom-color: #e1e1e1;
}
.tooltip.bottom .tooltip-inner {
  color: #000000;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  font-size: 12px;
}
.loader {
  background: transparent url('/etc/designs/skagen/clientlibs/bootstrap/theme/img/ajax-loader.gif') no-repeat center center;
  display: block;
  min-height: 16px;
  min-width: 16px;
  margin: 20px;
}
.read-more {
  display: inline-block;
  color: #000000;
  font-size: 14px;
}
input[type="text"],
input[type="button"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
/* /etc/designs/skagen/clientlibs/singleproduct/css/singleproduct.less */
.single-product {
  text-align: center;
  margin: 0 auto;
  width: 300px;
  height: 500px;
}
.single-product .icon {
  display: inline-block;
  margin-right: 10px;
}
.single-product .prod-image {
  padding-bottom: 20px;
  position: relative;
  width: 300px;
  height: 310px;
  margin: 0 auto;
}
.single-product .prod-image img {
  margin: 0 auto;
}
.single-product .prod-image .overlay-box-outer {
  position: absolute;
  bottom: 20px;
  left: -11px;
  margin: 0 0 3px;
  text-align: left;
  display: none;
}
.single-product .prod-image .overlay-box-outer a,
.single-product .prod-image .overlay-box-outer a:visited,
.single-product .prod-image .overlay-box-outer a:active {
  color: #000000;
  text-decoration: none;
}
.single-product .prod-image .overlay-box-outer a:hover,
.single-product .prod-image .overlay-box-outer a:visited:hover,
.single-product .prod-image .overlay-box-outer a:active:hover {
  color: #005587;
  text-decoration: none;
}
.single-product .prod-image .overlay-box-outer .overlay-box {
  border: 1px solid transparent;
  font-size: 10px;
  padding: 15px 0;
  margin-top: -5px;
  background: transparent;
}
.single-product .prod-image .overlay-box-outer .overlay-box a {
  padding: 18px 10px 14px;
}
.single-product .prod-image .overlay-box-outer .overlay-box a span {
  vertical-align: top;
  line-height: 15px;
  display: none;
}
.single-product .prod-image .overlay-box-outer .overlay-box a:hover {
  color: #000000;
}
.single-product .prod-info {
  width: 250px;
  margin: 0 auto;
  border-top: 1px solid #e1e1e1;
}
.single-product .more-colors {
  margin-bottom: 4px;
  position: relative;
  top: -10px;
  display: inline-block;
}
.single-product .more-colors span {
  font-size: 10px;
  color: #005587;
  background: #ffffff;
  padding: 0 20px;
}
.single-product .on-sale {
  font-size: 12px;
  color: #f14446;
  height: 13px;
}
.single-product a.prod-name,
.single-product a.prod-name:link,
.single-product a.prod-name:active,
.single-product a.prod-name:visited,
.single-product a.prod-name:hover {
  color: #000000;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
  width: 250px;
}
.single-product .prod-price {
  margin-top: 20px;
}
.single-product .prod-price .list-price {
  text-decoration: line-through;
  color: #6a6c70;
}
/* /etc/designs/skagen/clientlibs/productdetailpage/css/pdp.less */
.content-box {
  padding-top: 50px;
}
.c-page-productdetail#content {
  border: none;
}
.c-page-productdetail .row.wide {
  width: 1280px;
  max-width: 1280px;
  margin-left: -150px;
  margin-left: -140px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.c-page-productdetail .suggested {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAIAAAC+zks0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1QTVDQUQ1MzI2MjA2ODExODIyQUE1MjRGNDYwNkQ3QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2QTJFMzVGQUM0Q0QxMUUzOEMyMDk1MkQ0N0MzQzkzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2QTJFMzVGOUM0Q0QxMUUzOEMyMDk1MkQ0N0MzQzkzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDc4MDExNzQwNzIwNjgxMTgyMkFCQzdFMDE0Qjc2OTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUE1Q0FENTMyNjIwNjgxMTgyMkFBNTI0RjQ2MDZEN0IiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5X8DDDAAAAj0lEQVR42lyN2w7CIBBES+XiEpu+8P9/p2gBax/aQFjQ9UaM8zSbmTnL1nXVWnc/KgWPJys4zxk7731K6f4VIjrnY4y11hhT97odOcqo/tdm7wXRNACNjDEA+/boGV/nWXAhpUTMhBnHkfPdJw8h3Jal0bZtu0xTKYV8qZULIYfh0GgA0PfM2rNSKqb0EGAAIueBJ5EHKegAAAAASUVORK5CYII=');
  padding: 60px 0;
  min-height: 590px;
  width: 1280px;
  margin: 60px -160px;
  text-align: center;
}
.c-page-productdetail .suggested .headingtitle {
  margin: -90px 0 28px;
  min-height: 59px;
}
.c-page-productdetail .suggested h3 {
  display: inline-block;
  border: 1px solid #e1e1e1;
  padding: 20px 30px;
  margin: 0 auto;
  background: #fff;
}
.c-page-productdetail .suggested h2 {
  position: relative;
  top: 244px;
  left: -250px;
  width: 620px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  /* filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); */
}
.c-page-productdetail .suggested .gio-zone {
  background: #fff;
}
.c-page-productdetail .suggested .gio-zone .single-product {
  height: 450px;
}
.c-page-productdetail .suggested .suggesteditemspar {
  width: 1140px;
  float: right;
  margin-top: -40px;
}
.c-page-productdetail .product-reviews .title-row * {
  vertical-align: middle;
}
.c-page-productdetail .product-reviews .title-row a.product-write-review {
  float: right;
  margin-top: 10px;
  color: #000000;
}
.c-page-productdetail .product-reviews .title-row a.product-write-review:hover {
  color: #000000;
  text-decoration: none;
}
.c-page-productdetail .recently-viewed {
  margin: 60px 0;
  text-align: center;
  border-top: 1px solid #e1e1e1;
}
.c-page-productdetail .recently-viewed h4 {
  margin: 30px 0;
}
