@charset "UTF-8";
/*
 *  Posten Design Guidelines
 *
 *  ʕ•̫͡•ʔ
 */
/* --------------------------------------------------------------
reset.css
* Resets default browser CSS.
-------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1.5; }

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

table, td, th {
  vertical-align: middle; }

/* Remove possible quote marks (") from  &lt;q&gt;, &lt;blockquote&gt;. */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

/* Remove annoying border on linked images. */
a img {
  border: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

figure {
  margin: 0; }

/*remove the default padding*/
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

body {
  padding: 0;
  margin: 0;
  font: 62.5% Arial, "Helvetica Neue", Helvetica, sans-serif;
  /*Resets 1em to 10px*/
  color: #4d4f53;
  min-width: 1006px; }

a:hover, a:active, a:focus {
  border: none;
  outline: none; }

body {
  background: #E5E6E7; }

#page {
  padding-top: 30px;
  padding-bottom: 140px;
  background: #e5e6e7; }

#content {
  width: 986px;
  margin: 0 auto;
  padding: 0 10px; }

.inner {
  margin: 0 auto;
  position: relative;
  width: 986px; }

/* GRID */
.row {
  zoom: 1; }

.row:before, .row:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline; }

.row:after {
  clear: both; }

[class^="span"] {
  float: left;
  margin-right: 1.01419878296146%; }

.last {
  margin-right: 0; }

.last:after {
  clear: both; }

.span1 {
  width: 7.40365111561866%; }

.span2 {
  width: 15.82150101419878%; }

.span3 {
  width: 24.2393509127789%; }

.span4 {
  width: 32.65720081135902%; }

.span5 {
  width: 41.07505070993914%; }

.span6 {
  width: 49.492900608519264%; }

.span7 {
  width: 57.91075050709939%; }

.span8 {
  width: 66.32860040567951%; }

.span9 {
  width: 74.74645030425962%; }

.span10 {
  width: 83.16430020283974%; }

.span11 {
  width: 91.58215010141987%; }

.span12 {
  width: 99.99999999999999%; }

.offset1 {
  margin-left: 8.417849898580121%; }

.offset2 {
  margin-left: 16.835699797160242%; }

.offset3 {
  margin-left: 25.25354969574036%; }

.offset4 {
  margin-left: 33.671399594320484%; }

.offset5 {
  margin-left: 42.089249492900606%; }

.offset6 {
  margin-left: 50.50709939148072%; }

.offset7 {
  margin-left: 58.924949290060844%; }

.offset8 {
  margin-left: 67.34279918864097%; }

.offset9 {
  margin-left: 75.76064908722108%; }

.offset10 {
  margin-left: 84.17849898580121%; }

.offset11 {
  margin-left: 92.59634888438133%; }

/* visteid link style */
/*a:visited {
    color:#59899e;   
}*/
/* START HEADER STYLES */
header[role="banner"] {
  height: 140px;
  width: 100%; }

header[role="banner"] h1 {
  display: block;
  height: 54px;
  width: 253px;
  margin: 0;
  text-indent: -9999em;
  float: left; }

header[role="banner"] div a div {
  float: left;
  padding-top: 10px; }

/* main menu */
header nav[role="main"] {
  clear: both;
  float: left;
  *float: none;
  margin-top: 7px; }

header nav[role="main"] ul {
  float: left;
  list-style: none; }

header nav[role="main"] ul li {
  float: left;
  margin-right: 1px;
  position: relative;
  z-index: 1; }

header nav[role="main"] ul li a {
  background: #717074;
  display: block;
  color: #fff;
  font-size: 1.2em;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: background-color;
  -moz-transition: background-color;
  -ms-transition: background-color;
  -o-transition: background-color;
  transition: background-color; }

header nav[role="main"] ul li a:hover {
  padding: 12px 20px;
  background: #7bc144;
  background: -moz-linear-gradient(top, #71b13e 0%, #7bc144 8px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71b13e), color-stop(8px, #7bc144));
  background: -webkit-linear-gradient(top, #71b13e 0%, #7bc144 8px);
  background: -o-linear-gradient(top, #71b13e 0%, #7bc144 8px);
  background: -ms-linear-gradient(top, #71b13e 0%, #7bc144 8px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71b13e', endColorstr='#7bc144', GradientType=0);
  background: linear-gradient(top, #71b13e 0%, #7bc144 8px);
  margin-top: -1px;
  zoom: 1;
  /* fixes strange hover effect in ie7 */ }

header nav[role="main"] ul li span.shadow {
  display: none; }

header nav[role="main"] ul li.last {
  margin-right: 0; }

header nav[role="main"] ul li.path a {
  padding: 12px 20px;
  background: #7bc144;
  background: -moz-linear-gradient(top, #71b13e 0%, #7bc144 8px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71b13e), color-stop(8px, #7bc144));
  background: -webkit-linear-gradient(top, #71b13e 0%, #7bc144 8px);
  background: -o-linear-gradient(top, #71b13e 0%, #7bc144 8px);
  background: -ms-linear-gradient(top, #71b13e 0%, #7bc144 8px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71b13e', endColorstr='#7bc144', GradientType=0);
  background: linear-gradient(top, #71b13e 0%, #7bc144 8px);
  margin-top: -1px; }

header nav[role="main"] ul li.path span.shadow {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: -1px;
  left: 0;
  border: none;
  background: none;
  z-index: 2;
  box-shadow: 0 -2px 4px #717074; }

/* END HEADER STYLES */
/* START FOOTER STYLES */
footer[role="contentinfo"] {
  background: url("../images/shared/footer.png") no-repeat top center #e5e6e7;
  color: #4d4f53;
  line-height: 1.8;
  zoom: 1; }

footer[role="contentinfo"] a {
  color: #4d4f53;
  font-weight: bold;
  text-decoration: none; }

footer[role="contentinfo"] a:hover {
  text-decoration: underline; }

footer[role="contentinfo"] nav h2 {
  color: #4d4f53;
  font-size: 1.2em;
  margin: 0;
  font-weight: bold; }

footer[role="contentinfo"] ul {
  list-style: none; }

footer[role="contentinfo"] .inner {
  clear: both;
  font-size: 1.4em;
  position: relative;
  padding: 35px 0; }

footer[role="contentinfo"] .products-services {
  float: left;
  width: 59.12778904665315%; }

footer[role="contentinfo"] .products-services ul.vertical li {
  width: auto; }

footer[role="contentinfo"] .products-services li {
  float: left;
  clear: left;
  width: 42.88164665523158%; }

footer[role="contentinfo"] .products-services li.even {
  clear: none;
  width: 54.88850771869641%; }

footer[role="contentinfo"] .products-services li.odd {
  margin-right: 1.715265866209263%; }

footer[role="contentinfo"] .products-services li.last {
  margin-bottom: 0; }

footer[role="contentinfo"] .useful-links {
  float: left;
  width: 25.96348884381338%;
  margin-left: 1.01419878296146%; }

footer[role="contentinfo"] .useful-links li {
  margin-bottom: 0.2em; }

footer[role="contentinfo"] .useful-links a {
  padding-bottom: 0.2em;
  border-bottom: 0.1em solid #999a9d;
  font-weight: normal; }

footer[role="contentinfo"] .useful-links a:hover {
  text-decoration: none; }

footer[role="contentinfo"] .social {
  font-size: 0.8em;
  float: left;
  width: 13.79310344827587%; }

footer[role="contentinfo"] .social a {
  background: url("../images/shared/icons-social-sprite.png") no-repeat top left;
  display: block;
  line-height: 1.7em;
  margin-bottom: 10px;
  padding-left: 28px;
  text-transform: uppercase;
  font-weight: normal; }

footer[role="contentinfo"] .social a.facebook {
  background-position: 0 -42px; }

footer[role="contentinfo"] .social a.twitter {
  background-position: 0 -63px; }

footer[role="contentinfo"] .social a.rss {
  background-position: 0 0; }

footer[role="contentinfo"] .social a.youtube {
  background-position: 0 -84px; }

footer[role="contentinfo"] .social a.linkedin {
  background-position: 0 -21px; }

footer[role="contentinfo"] span.blimp {
  background: url("../images/hva-ser-du-etter.png") no-repeat right top;
  display: block;
  height: 69px;
  left: -10px;
  padding-right: 21px;
  position: absolute;
  top: -21px;
  z-index: 100; }

footer[role="contentinfo"] span.blimp span.blimp-inner {
  font-size: 0.85em;
  background: url("../images/hva-ser-du-etter.png") no-repeat left top;
  display: block;
  height: 69px;
  padding: 11px 8px 11px 29px;
  text-transform: uppercase;
  color: white; }

footer[role="contentinfo"] p.copyright {
  clear: both;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
  font-size: 1em; }

footer[role="contentinfo"] p.copyright a {
  padding-bottom: 0.2em;
  border-bottom: 0.1em solid #999a9d;
  font-weight: normal; }

footer[role="contentinfo"] p.copyright a:hover {
  text-decoration: none; }

/* START OUR WEBSITES STYLES */
#our-websites {
  display: none;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50000;
  background: #717074;
  box-shadow: 0 0px 10px rgba(77, 79, 83, 0.67); }

#our-websites h2 {
  font-size: 1.4em;
  color: white;
  padding-bottom: 0.9em;
  margin-bottom: 0;
  font-weight: bold; }

#our-websites ul a {
  color: white; }

#our-websites ul a:hover {
  color: #7bc144; }

#our-websites .our-websites-content {
  width: 986px;
  margin: 0 auto; }

#our-websites .our-websites-content div.links {
  float: left;
  padding: 10px 0;
  width: 100%; }

#our-websites .our-websites-content div.links .specialists {
  float: left;
  width: 43.50912778904665%; }

#our-websites .our-websites-content div.links .specialists ul li {
  color: white;
  margin-bottom: 10px;
  font-size: 1.2em; }

#our-websites .our-websites-content div.links .specialists ul li a {
  font-size: 1em;
  position: static;
  font-weight: bold; }

#our-websites .our-websites-content div.links .countries {
  float: left;
  width: 56.49087221095337%;
  padding: 0; }

#our-websites .our-websites-content div.links .countries ul {
  float: left; }

#our-websites .our-websites-content div.links .countries ul li {
  color: white;
  float: left;
  width: 100%;
  clear: left;
  margin-bottom: 6px; }

#our-websites .our-websites-content div.links .countries ul li img.flag {
  margin-right: 10px;
  float: left; }

#our-websites .our-websites-content div.links .countries ul li span {
  float: left;
  font-size: 12px;
  cursor: pointer;
  padding-bottom: 6px; }

#our-websites .our-websites-content div.links .countries ul li a {
  position: static;
  display: block;
  float: left;
  font-weight: bold; }

#our-websites .our-websites-content div.links .countries .linksColumn {
  float: left;
  margin: 0 0 0 1.795332136445241%; }

#our-websites .our-websites-content div.links .countries .linksColumn .block {
  padding-bottom: 15px; }

#our-websites .our-websites-content div.links .countries .column-1 {
  width: 38.42010771992819%; }

#our-websites .our-websites-content div.links .countries .column-2 {
  width: 57.80969479353681%; }

#our-websites.closed {
  height: 20px; }

a#our-websites-close, a#our-websites-trigger {
  padding: 14px 13px 12px 17px;
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none; }

a#our-websites-trigger {
  display: none;
  color: #4d4f53;
  background: #e5e6e7;
  box-shadow: 4px 5px 6px #cececf, -4px 0px 6px #e5e6e7; }

a#our-websites-trigger span {
  background: url("../images/shared/arrow-black-down.png") no-repeat right 50%;
  padding-right: 21px; }

a#our-websites-close {
  float: right;
  color: white; }

a#our-websites-close span {
  background: url("../images/icon-close-wht.png") no-repeat right 50%;
  padding-right: 21px; }

#dropdown-logo {
  padding-top: 10px;
  float: left;
  display: block; }

#our-websites ul {
  list-style: none;
  margin: 0; }

html.js a#our-websites-trigger {
  display: block; }

header nav[role="global"] {
  height: 30px;
  float: right; }

header nav[role="global"] ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none; }

header nav[role="global"] ul li {
  margin: 0;
  padding: 0; }

header nav[role="global"] ul.simple li {
  float: left;
  height: 3em;
  margin-bottom: 0.5em; }

header nav[role="global"] ul.simple li a {
  text-transform: uppercase;
  font-size: 1.08em;
  padding: 13px 11px 0;
  display: block;
  color: #4d4f53; }

/* END OUR WEBSITES STYLES */
.menu-search {
  float: right;
  height: 39px;
  margin-top: 9px; }

.menu-search #query {
  width: 142px;
  height: 16px;
  padding: 4px 0 3px 5px;
  vertical-align: middle;
  background: url("../images/shared/search-bg-menu-main.png") repeat-x scroll left top #ffffff;
  border: none; }

.menu-search #query:active, .menu-search #query:focus {
  border: none; }

.menu-search .site-search-btn {
  vertical-align: middle; }

/* START TYPOGRAPHY */
h1,
h2,
h3,
h4 {
  color: #4d4f53;
  font-family: Arial;
  margin-bottom: 0.3em; }

.text h1,
.text h2,
.text h3,
.text h4 {
  margin: 0.8em 0 0.3em; }

/* we can apply large styling to headings */
h1,
.large,
.style1 {
  font-weight: bold;
  font-size: 3em;
  margin-top: 10px; }

h2,
.medium,
.style2 {
  font-weight: normal;
  font-size: 2.0em;
  margin-top: 10px; }

h3,
.small,
.style3 {
  font-weight: bold;
  font-size: 1.4em; }

.label,
h4, .style4 {
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase; }

.label.normal,
h4.normal, .style4.normal {
  font-weight: normal; }

a {
  color: #0088c0;
  text-decoration: none; }

a:focus, a:hover {
  color: #4d4f53; }

a.read-more {
  background: url("../images/arrow-green-right.png") no-repeat top center;
  display: inline-block;
  /* make padding-left apply to line 2 of text as well */
  padding-left: 15px;
  padding-top: 2px;
  color: #4d4f53;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: top; }

p {
  font-size: 1.4em;
  margin-bottom: 10px;
  line-height: 1.4em; }

p b, p strong {
  font-weight: bold; }

p i, p em {
  font-style: italic; }

.ingress, .preface {
  font-size: 1.6em;
  color: #86868a;
  line-height: 1.4em; }

.metadata, .metadata2 {
  font-size: 1.1em;
  color: #717074;
  text-transform: uppercase;
  margin-bottom: 1em; }

.metadata2 {
  text-transform: none; }

.metadata a, .metadata2 a {
  text-decoration: none; }

.metadata a:hover {
  color: #4d4f53; }

/* END TYPOGRAPHY */
                   /* 
* NAVIGATION SPECIFIC STYLES
* 
*/
/* START MENU VARIATIONS */
.menu-item {
  background: #f0f0f1 url("../images/shared/arrow-black-right-ten.png") no-repeat right center;
  color: #4d4f53;
  font-size: 1.4em;
  display: block;
  padding: 7px 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 3px 6px -1px #949598;
  -moz-box-shadow: 0 3px 6px -1px #949598;
  box-shadow: 0 3px 6px -1px #949598;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#949598', Direction=150, Strength=3); }

.menu-item:hover {
  background: #7bc144 url("../images/shared/arrow-white-right-ten.png") no-repeat right center;
  color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false); }

.menu-item.gradient {
  background: url("../images/shared/menu-enhanced.png") repeat-x left bottom;
  padding: 12px 10px;
  position: relative; }

.menu-item.gradient .arrow {
  width: 17px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 13px; }

.menu-item.gradient:hover .arrow {
  display: none; }

.menu-item.gradient:hover {
  background-image: url("../images/shared/arrow-white-right-ten.png");
  background-repeat: no-repeat;
  background-position: right center; }

/*gradient enhanced*/
.menu-item.gradient.enhanced {
  color: #fff;
  border: none; }

.menu-item.gradient.enhanced .arrow {
  background-image: url("../images/shared/arrow-white-right-ten.png"); }

.menu-item.negative {
  background: #4d4f53 url("../images/shared/arrow-white-right-ten.png") no-repeat right center;
  color: white; }

.menu-group {
  list-style: none; }

.menu-group .menu-item {
  margin-bottom: 1px; }

.menu-group .menu-item:hover {
  background-color: transparent;
  /* todo */ }

.menu-group.ingress-list li {
  background: #F0F0F1;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  -webkit-box-shadow: 0 3px 6px -1px #949598;
  -moz-box-shadow: 0 3px 6px -1px #949598;
  box-shadow: 0 3px 6px -1px #949598;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#949598', Direction=150, Strength=3);
  margin-bottom: 1px; }

/* with icon */
.menu-group.ingress-list.with-icon li {
  overflow: hidden; }

.menu-group.ingress-list.with-icon .hover {
  display: none; }

.menu-group.ingress-list.with-icon li:hover .hover {
  display: block; }

.menu-group.ingress-list.with-icon li:hover .nohover {
  display: none; }

.menu-group.ingress-list.with-icon li a {
  padding-top: 22px; }

.menu-group.ingress-list.with-icon li img {
  padding: 10px 0;
  float: left; }

.menu-group.ingress-list li:hover {
  background: transparent;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false); }

.menu-group.ingress-list li:hover a {
  color: #7bc144; }

.menu-group.ingress-list li a {
  font-weight: bold;
  padding-bottom: 4px;
  padding-top: 12px;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false); }

.menu-group.ingress-list li span {
  display: block;
  padding-left: 10px;
  padding-bottom: 12px;
  font-size: 1.3em; }

.menu-group.ingress-list.alternative li {
  background-image: url("../images/arrow-green-right.png");
  background-repeat: no-repeat;
  background-position: 98% center; }

.menu-group.ingress-list.alternative li:hover {
  background-image: url("../images/arrow-green-right.png");
  background-repeat: no-repeat;
  background-position: 98% center; }

.menu-group.ingress-list.alternative li a {
  color: #4d4f53; }

.menu-group.collapsing li {
  border-bottom: 1px solid #fff; }

.menu-group.collapsing .menu-item {
  background: #f0f0f1;
  position: relative;
  margin-bottom: 0;
  zoom: 1; }

.menu-group.collapsing .menu-item .arrow {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
  /*fix chrome flicker on animation*/
  position: absolute;
  right: 10px;
  top: 7px;
  width: 15px;
  height: 16px;
  background: transparent url("../images/shared/arrow-black-down.png") no-repeat center left;
  background: transparent url("/assets/arrow-black-down.png") no-repeat center left; }

.menu-group.collapsing .menu-item:hover {
  color: #4d4f53;
  -webkit-box-shadow: 0 3px 6px -1px #949598;
  -moz-box-shadow: 0 3px 6px -1px #949598;
  box-shadow: 0 3px 6px -1px #949598;
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#949598', Direction=150, Strength=3);*/
  /*had to remove the shadow on IE due to flickering*/ }

.menu-group.collapsing .menu-item.selected, .menu-group.collapsing .menu-item.selected:hover {
  background: #7bc144;
  color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false); }

.menu-group.collapsing .menu-item:hover {
  color: #fff; }

.menu-group.collapsing .menu-item:hover .arrow {
  background: transparent url("/assets/arrow-white-down.png") no-repeat center left; }

.menu-group.collapsing .menu-item.selected .arrow, .menu-group.collapsing .menu-item.selected:hover .arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-backface-visibility: hidden;
  /*fix chrome flicker on animation*/
  background: transparent url("/assets/arrow-white-down.png") no-repeat center left; }

.menu-group.collapsing .content-box {
  padding: 10px;
  overflow: hidden;
  background-color: #fff; }

.menu-group.collapsing.no-shadow .menu-item:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false); }

.menu-group.minimal li {
  border-bottom: 1px solid #e5e6e7; }

.menu-group.minimal li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false);
  background: transparent url("../images/arrow-green-right.png") no-repeat 98% center;
  padding-left: 0; }

.menu-group.minimal li a:hover {
  color: #7bc144; }

.menu-group.minimal li .heading,
.menu-group.minimal li h2,
.menu-group.minimal li h3,
.menu-group.minimal li h4 {
  font-weight: bold;
  font-size: 1.4em;
  padding: 7px 0 7px 0; }

.menu-group.minimal li:last-child {
  border: none; }

/* no support for transitions */
.no-csstransitions .menu-group.collapsing .menu-item.selected .arrow {
  background: transparent url("../images/shared/arrow-white-up.png") no-repeat center left; }

.no-shadow .menu-item {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false); }

.menu-item.last {
  margin-bottom: 0; }

/* END MENU VARIATIONS */
/* START PRODUCT-BOX STYLES */
.product-box {
  width: 28.96742671009771%;
  padding: 20px 1.628664495114007% 20px;
  text-align: center;
  background: #F0F0F1;
  cursor: pointer;
  display: block;
  float: left;
  height: 106px;
  margin-right: 1.628664495114007%;
  margin-bottom: 1.628664495114007%;
  -webkit-box-shadow: 0 2px 6px 0px #949598;
  -moz-box-shadow: 0 2px 6px 0px #949598;
  box-shadow: 0 2px 6px 0px #949598;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#949598', Direction=150, Strength=3);
  *filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false);
  /* disabled shadows on ie7 due margin error */
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  position: relative; }

.product-box a {
  color: #4d4f53;
  font-weight: bold; }

.product-box h2, .product-box h3, .product-box h4 {
  bottom: 0;
  font-size: 1.4em;
  margin-bottom: 10px;
  text-align: center;
  left: 0;
  position: absolute;
  width: 100%;
  text-transform: none; }

.product-box .text {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%; }

.product-box .text h2, .product-box .text h3, .product-box .text h4 {
  position: relative;
  width: auto;
  margin-bottom: 3px; }

.product-box .text p {
  margin-bottom: 10px; }

.product-box p {
  margin-bottom: 0; }

.product-box figure {
  text-align: center;
  margin: 0; }

.product-box:hover {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false);
  cursor: pointer; }

.product-box:hover p {
  color: #fff; }

.product-box:hover a {
  color: #fff; }

.product-box.text-only {
  text-align: center;
  height: 105px; }

.product-box.text-only h2,
.product-box.text-only h3,
.product-box.text-only h4,
.product-box.text-only h5 {
  position: relative;
  width: auto;
  margin-bottom: 1em;
  text-align: center; }

.product-box.text-only h2 a,
.product-box.text-only h3 a,
.product-box.text-only h4 a,
.product-box.text-only h5 a {
  color: #7bc144; }

.product-box.text-only:hover h3,
.product-box.text-only:hover h4,
.product-box.text-only:hover h5,
.product-box.text-only:hover p,
.product-box.text-only:hover a {
  color: #fff; }

.product-box.text-only p {
  line-height: 1.4em;
  color: #4D4F53; }

.product-box .hover,
.product-box:hover .nohover,
.product-container .product-box .hover,
.product-container:hover .product-box .nohover {
  display: none; }

.product-box:hover .hover, .product-container:hover .product-box .hover {
  display: inline; }

/* module container */
.product-container {
  width: 32.22475570032574%;
  margin-right: 1.628664495114007%;
  float: left; }

.product-container a {
  color: #4d4f53; }

.product-container .product-box {
  height: 73px;
  width: 89.24732%;
  padding: 12.74509803921569% 5.376344086021506% 17.64705882352941%;
  margin: 0;
  margin-bottom: 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:dximagetransform.microsoft.shadow(enabled=false); }

.product-container.mini {
  width: auto;
  float: none;
  margin: 0;
  margin-bottom: 1em;
  overflow: hidden; }

.product-container.mini .product-box {
  width: 114px;
  height: 64px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false);
  padding: 11px 0;
  margin-right: 10px;
  margin-bottom: 0;
  display: block; }

.product-container.mini .product-box figure img {
  vertical-align: bottom; }

.product-container:hover .product-box {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.product-container .menu-group.minimal {
  clear: both; }

.product-container .menu-group.minimal .menu-item {
  padding-right: 20px; }

.product-container .menu-group.minimal .heading {
  background: none; }

.product-box.break, .product-container.break {
  margin-right: 0; }

/* start hover off on box */
.hover-off .product-box:hover, .product-container.hover-off:hover .product-box {
  background: #F0F0F1;
  cursor: pointer; }

.hover-off:hover h3 {
  color: #4d4f53 !important; }

/* end hover off on box */
/* END PRODUCT-BOX STYLES */
/* START TAB-GROUP STYLES */
.tab-group {
  list-style: none;
  position: relative;
  zoom: 1; }

.tab-group:before, .tab-group:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline; }

.tab-group:after {
  clear: both; }

.tab-group li {
  background: #717074;
  float: left;
  margin-right: 1px; }

.tab-group li a {
  color: #fff;
  font-size: 1.2em;
  padding: 14px 10px 10px;
  margin-bottom: 0;
  display: block;
  text-transform: uppercase;
  background: #717074;
  height: auto;
  zoom: 1;
  -webkit-box-shadow: inset 0px -8px 7px -10px black;
  -moz-box-shadow: inset 0px -8px 7px -10px black;
  box-shadow: inset 0px -8px 7px -10px black; }

.tab-group li.active {
  background: #fff;
  border-top: 2px solid #fff;
  border-right: none;
  margin-top: -1px;
  -webkit-box-shadow: 0px 3px 3px 1px #bbbcc0;
  -moz-box-shadow: 0px 3px 3px 1px #bbbcc0;
  box-shadow: 0px 3px 3px 1px #bbbcc0;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#949598', Direction=150, Strength=3); }

.tab-group li.active a {
  background: #fff;
  color: #4d4f53;
  position: relative;
  top: 4px;
  padding: 9px 10px 12px 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.tab-group li:last-child {
  border-right: none; }

.tab-group.no-shadow li.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false);
  border-top: 1px solid white; }

.tab-group.no-shadow li.active a {
  padding: 5px 10px;
  top: 0; }

.tab-group.no-shadow li a {
  padding: 5px 10px;
  font-size: 1.1em; }

.tab-group.minimal {
  overflow: hidden; }

.tab-group.minimal li {
  float: left;
  border-bottom: none;
  border-right: 1px solid #4d4f53;
  margin-right: 10px;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false); }

.tab-group.minimal li a {
  font-size: 1.4em;
  text-transform: capitalize;
  font-weight: normal;
  background: none;
  top: 0;
  padding: 0;
  padding-right: 10px;
  color: #4d4f53;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.tab-group.minimal li.active {
  border-top: 1px solid white; }

.tab-group.minimal li a:hover {
  color: #7bc144; }

.tab-group.minimal li:last-child {
  border-bottom: none;
  margin-right: 0;
  border-right: none; }

.tab-group.upper li a {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold; }

.tab-group.full {
  background: #717074; }

.tab-group.full li {
  border-right: 1px solid #fff;
  margin-right: 0; }

.tab-group.full li.active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false);
  border-top: none;
  margin-top: 0;
  border-right: none; }

.tab-group.full li.active:last-child {
  border-right: none; }

.tab-group.full li:last-child {
  border-right: 1px solid white; }

.tab-pane {
  display: none;
  clear: both;
  padding: 10px;
  padding-top: 30px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px -1px #949598;
  -moz-box-shadow: 0 3px 6px -1px #949598;
  box-shadow: 0 3px 6px -1px #949598; }

.tab-content {
  position: relative; }

.tab-pane.active {
  display: block; }

.tab-minimal .tab-pane {
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* END TAB-GROUP STYLES */
/* START STEP STYLES */
.step {
  background: #717074;
  height: 40px;
  padding: 0 8px;
  color: #fff;
  font-size: 1.1em;
  text-transform: uppercase;
  position: relative;
  float: left;
  margin-right: 11px;
  margin-bottom: 5px;
  display: table; }

.step span {
  display: table-cell;
  vertical-align: middle; }

.step.clickable {
  cursor: pointer; }

.step.current, .step.clickable:hover {
  background: none;
  color: #4d4f53; }

.step.clickable:hover .triangle {
  opacity: 0;
  filter: alpha(opacity=0); }

.step.current .triangle {
  opacity: 0;
  filter: alpha(opacity=0); }

.step.last .triangle {
  display: none; }

.step .triangle {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #717074;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -10px; }

.step-light {
  background: #efeff0;
  height: 24px;
  padding: 8px;
  color: #4d4f53;
  font-size: 1.4em;
  position: relative;
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
  z-index: 2;
  display: table; }

.step-light span {
  display: table-cell;
  vertical-align: middle; }

.step-light.clickable {
  cursor: pointer;
  -webkit-box-shadow: 0 3px 6px -1px #949598;
  -moz-box-shadow: 0 3px 6px -1px #949598;
  box-shadow: 0 3px 6px -1px #949598; }

.step-light.current, .step-light.clickable:hover {
  background: none;
  color: #7bc144;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.step-light.clickable:hover .triangle {
  opacity: 0;
  filter: alpha(opacity=0); }

.step-light.current .triangle {
  opacity: 0;
  filter: alpha(opacity=0); }

.step-light.last .triangle {
  display: none; }

.step-light .triangle {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #efeff0;
  background: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -10px; }

.step-light.clickable .triangle {
  border: none;
  background: transparent url("../images/shared/arrow-step-light.png") no-repeat center left;
  width: 15px;
  height: 100%;
  margin-right: -11px; }

.step-light.large {
  padding: 10px 8px;
  height: auto;
  margin-right: 10px;
  display: block; }

.step-light.large h3 {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px; }

.step-light.large span {
  color: #4d4f53;
  font-size: 0.8571428571428573em;
  display: inline; }

.step-light.large.current, .step-light.large.clickable:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.step-light.large.clickable:hover .triangle {
  display: none; }

.step-light.large.last {
  padding-right: 15px; }

.step-light.large .triangle {
  right: 0;
  margin-right: -13px; }

.no-boxshadow .step-light .triangle {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #efeff0;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -10px; }

.no-boxshadow .step-light.large .triangle {
  top: 10px;
  right: 0;
  margin-right: -10px; }

/* END STEP STYLES */
/* START PAGINATION */
.pagination {
  list-style: none;
  overflow: hidden; }

.pagination li {
  font-size: 1.4em;
  font-weight: bold;
  float: left; }

.pagination li a {
  display: block;
  padding: 2px 5px;
  color: #4d4f53; }

.pagination li a:hover {
  text-decoration: underline; }

.pagination li.active a {
  color: #fff; }

.pagination li.prev, .pagination li.next {
  font-size: 1.1em;
  text-transform: uppercase; }

.pagination li.prev a, .pagination li.next a {
  padding: 4px 15px 3px; }

.pagination li.prev a {
  background: transparent url("../images/shared/arrow-black-left.png") no-repeat left center;
  padding-left: 20px; }

.pagination li.next a {
  background: transparent url("../images/shared/arrow-black-right.png") no-repeat right center;
  padding-right: 20px; }

/* pagination created by datatables */
.dataTables_paginate {
  overflow: hidden;
  margin-top: 10px;
  display: inline-block; }

.dataTables_paginate .paginate_button {
  font-size: 1.4em;
  font-weight: bold;
  display: block;
  float: left;
  padding: 2px 5px;
  cursor: pointer; }

.dataTables_paginate .paginate_button:hover {
  text-decoration: underline; }

.dataTables_paginate .paginate_active {
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  display: block;
  float: left;
  padding: 2px 5px; }

.dataTables_paginate .previous {
  font-size: 1.1em;
  text-transform: uppercase;
  background: transparent url("../images/shared/arrow-black-left.png") no-repeat left center;
  padding: 5px 15px 2px 20px; }

.dataTables_paginate .next {
  font-size: 1.1em;
  text-transform: uppercase;
  background: transparent url("../images/shared/arrow-black-right.png") no-repeat right center;
  padding: 5px 20px 2px 15px; }

.dataTables_paginate .first, .dataTables_paginate .last {
  display: none; }

/* END PAGINATON */
/* START PAGER SPECIAL */
.pager-special {
  background-color: #717074;
  font-size: 1.1em;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 2px 6px -1px #949598;
  -moz-box-shadow: 0 2px 6px -1px #949598;
  box-shadow: 0 2px 6px -1px #949598;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#949598', Direction=150, Strength=3); }

.pager-special a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding-right: 5px; }

.pager-special a.to-top {
  color: #bfc0c4;
  border-left: 1px solid #bfc0c4;
  padding-left: 5px; }

/* END PAGER SPECIAL */
/* START LINK-LIST */
.link-list {
  list-style: none; }

.link-list li {
  padding-left: 13px;
  margin-bottom: 10px;
  background: transparent url(/assets/posten/images/arrow-green-right-82f0df66e1b7752f677feea401eac9e66ec1a1b85eaef398e765a1c268e98482.png) no-repeat left center; }

.link-list li:last-child {
  margin-bottom: 0; }

.link-list li a {
  text-transform: uppercase;
  color: #4d4f53;
  font-size: 1.1em;
  font-weight: bold;
  vertical-align: top; }

.link-list li a:hover {
  color: #5eae1f; }

/* END LINK-LIST */
/* START FILTERING */
/* use this style for styling the header for the filter */
.filter-header {
  color: #4d4f53;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1em;
  margin: 0.5em 0;
  text-transform: uppercase; }

.check-header {
  color: #4d4f53;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1em;
  margin: 0.5em 0; }

/* filtering */
.filter {
  list-style: none; }

.filter li {
  margin-bottom: 1px; }

.filter li a {
  display: block;
  font-size: 1.1em;
  color: #4d4f53;
  padding: 5px 10px;
  text-transform: uppercase;
  border: 1px solid #c6c6c7;
  background: transparent url("../images/shared/icon-close-grey.png") no-repeat 98% center; }

/* facets */
.facet {
  list-style: none;
  overflow: hidden; }

.facet li {
  float: left;
  margin-right: 1px;
  margin-bottom: 1px; }

.facet li a {
  display: block;
  font-size: 1.1em;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  background-color: #717074; }

.facet li a:hover {
  background-color: #7bc144; }

.facet li.active a {
  background-color: #7bc144; }

.facet.vertical li {
  float: none; }

/* minimal facets */
.fac-min {
  list-style: none;
  margin-bottom: 10px; }

.fac-min li a {
  display: block;
  font-size: 1.4em;
  padding: 10px 0;
  color: #7bc144;
  border-bottom: 1px solid #c6c6c7;
  background: transparent url("../images/shared/icon-close-grey.png") no-repeat 99% center; }

.fac-min li:last-child {
  border: none; }

.fac-min.check li a {
  color: #4d4f53;
  background: none; }

.fac-min.check li a:hover {
  color: #7bc144; }

.fac-min.check li.active {
  background: transparent url("../images/check-green.png") no-repeat 99% center; }

.fac-min.check li:first-child a {
  border-top: 1px solid #c6c6c7; }

/* END FILTERING */
/* FORM/FORM ELEMENT SPECIFIC STYLES */
/* START BUTTON STYLE */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button, input[type='submit'], input.btn {
  overflow: visible; }

button.btn, input.btn, a.btn {
  background: #717074 url("../images/shared/button-regular.png") repeat-x center left;
  border: none;
  border-top: 1px solid #98989c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  height: 30px;
  margin-left: 0;
  text-transform: uppercase;
  padding: 0 20px;
  vertical-align: middle;
  -webkit-box-shadow: 0 2px 6px #949598;
  -moz-box-shadow: 0 2px 6px #949598;
  box-shadow: 0 2px 6px #949598;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#949598', Direction=150, Strength=3);
  *filter: chroma(color=#000000) progid:DXImageTransform.Microsoft.Shadow(color='#949598', Direction=150, Strength=3); }

p a.btn {
  font-size: 0.857em;
  line-height: 1.2em; }

button.disabled,
input.disabled,
a.disabled,
button:disabled,
input:disabled,
a:disabled {
  background: #e3e4e5;
  border-top: 1px solid #d1d2d2;
  border-right: 1px solid #d3d4d5;
  border-bottom: 1px solid #dbdddd;
  border-left: 1px solid #d3d4d5;
  color: #b4b5b8;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false); }

button.btn.disabled,
input.btn.disabled,
a.btn.disabled,
button[disabled],
input[disabled],
a[disabled] {
  background: #e3e4e5;
  border-top: 1px solid #d1d2d2;
  border-right: 1px solid #d3d4d5;
  border-bottom: 1px solid #d1d2d2;
  border-left: 1px solid #d3d4d5;
  color: #b4b5b8;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false); }

a.btn.disabled {
  padding-bottom: 9px; }

button.flat, input.flat, a.flat {
  background: #717074;
  border: none !important; }

button.flat.disabled, input.flat.disabled, a.flat.disabled {
  background: #e3e4e5;
  color: #b4b5b8;
  cursor: default; }

button.small, input.small, a.small {
  height: 20px; }

button.large, input.large, a.large {
  height: 40px;
  font-size: 1.4em; }

button.wide, input.wide, a.wide {
  padding-left: 30px;
  padding-right: 30px; }

a.btn {
  padding: 7px 20px 10px;
  height: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1.2em;
  vertical-align: middle; }

/*override for link buttons*/
a.btn.large {
  padding: 17px 13px 10px;
  height: 16px; }

a.btn.flat {
  padding: 10px; }

/* gradient buttons, like menu-item, but without the arrow */
.btn.gradient.enhanced {
  background: #ef362b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ef362b 0%, #d12a20 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef362b), color-stop(100%, #d12a20));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ef362b 0%, #d12a20 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ef362b 0%, #d12a20 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ef362b 0%, #d12a20 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ef362b 0%, #d12a20 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef362b', endColorstr='#d12a20',GradientType=0 );
  /* IE6-9 */
  padding: 13px 20px 15px; }

/* END BUTTON STYLES*/
input.text, textarea.text {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.4em;
  line-height: 1;
  height: 1.23em;
  padding: 8px 4px;
  border: 1px solid #8c8c90;
  border-top: 1px solid #7d7d81;
  -webkit-box-shadow: inset 0 20px 4px -20px #949598;
  -moz-box-shadow: inset 0 20px 4px -20px #949598;
  box-shadow: inset 0 20px 4px -20px #949598;
  vertical-align: bottom; }

input.text.focus,
textarea.text.focus,
input.text:focus,
textarea.text:focus,
input.text:active,
textarea.text:active {
  border: 2px solid #616164;
  border-top: 2px solid #6d6c70;
  padding: 7px 3px;
  outline: 0; }

textarea.text {
  height: auto; }

.text.profiled {
  padding: 13px 7px;
  font-size: 1.6em; }

.text.profiled:focus, .text.profiled.focus {
  padding: 12px 6px; }

/* START UNIFORM STYLES */
.selector, .radio, .checker {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.selector *, .radio *, .checker * {
  margin: 0;
  padding: 0; }

.selector:focus,
.radio:focus,
.checker:focus,
.selector:active,
.radio:active,
.checker:active {
  outline: 0;
  border: none; }

/* Select */
div.selector {
  background: #717074 url("../images/shared/arrow-white-down.png") no-repeat 95% center;
  cursor: pointer;
  font-size: 1.2em;
  height: 2em;
  line-height: 2em;
  overflow: hidden;
  padding-left: 11px;
  padding-right: 20px;
  position: relative;
  width: 150px; }

div.selector.hover, div.selector.focus {
  background-color: #4d4f53; }

div.selector span {
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: bold;
  height: 2em;
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-right: 10px; }

div.selector select {
  background: none;
  border: none;
  cursor: pointer;
  filter: alpha(opacity=0);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  height: 2em;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%; }

div.selector select option {
  background: #4d4f53;
  color: #fff;
  font-weight: bold;
  padding: 3px 3px 3px 8px; }

/* enhanced */
.enhanced-form div.selector {
  background: transparent url("../images/shared/form-sprite.png") no-repeat 0 -204px;
  height: 3em;
  line-height: 3em;
  margin-left: -2px;
  padding-right: 0;
  overflow: hidden; }

.enhanced-form div.selector.hover, .enhanced-form div.selector.focus {
  background-position: 0 -242px; }

.enhanced-form div.selector.hover span, .enhanced-form div.selector.focus span {
  background-position: right -166px; }

.enhanced-form div.selector.disabled {
  color: #bbb; }

.enhanced-form div.selector span {
  background: transparent url("../images/shared/form-sprite.png") no-repeat right -127px;
  color: #4d4f53;
  font-size: 1.166666666666667em;
  height: 2.6em;
  line-height: 2.6em;
  width: 100%;
  margin-right: 40px; }

.enhanced-form div.selector select {
  height: 3em;
  margin-left: 2px;
  margin-top: -3px;
  width: 98%; }

.enhanced-form div.selector select option {
  background-color: #efeff0;
  color: #4d4f53;
  font-size: 1.166666666666667em;
  font-weight: bold;
  padding: 3px 5px; }

/* Checkbox */
div.checker {
  height: 21px;
  margin-right: 5px;
  position: relative;
  width: 21px; }

div.checker input {
  cursor: pointer;
  background: none;
  display: inline-block;
  filter: alpha(opacity=0);
  height: 21px;
  opacity: 0;
  width: 21px; }

div.checker input:focus, div.checker input:active {
  outline: 0;
  border: none; }

div.checker span {
  background: transparent url("../images/shared/form-sprite.png") no-repeat 0 0;
  display: -moz-inline-box;
  display: inline-block;
  height: 21px;
  text-align: center;
  width: 21px; }

div.checker.focus span, div.checker.active span {
  background-position: -92px 0; }

div.checker span.checked {
  background-position: -23px 0; }

div.checker.focus span.checked, div.checker.active span.checked {
  background-position: -164px 0; }

/* gray */
div.checker.gray span.checked {
  background-position: -23px 0; }

/* enhanced */
.enhanced-form div.checker {
  width: 32px;
  height: 32px; }

.enhanced-form div.checker input {
  width: 32px;
  height: 32px; }

.enhanced-form div.checker span {
  background: transparent url("../images/shared/form-sprite.png") no-repeat 0 -49px;
  height: 32px;
  width: 32px;
  padding: 0; }

.enhanced-form div.checker.focus span, .enhanced-form div.checker.active span {
  background-position: -128px -49px; }

.enhanced-form div.checker span.checked {
  background: transparent url("../images/shared/form-sprite.png") no-repeat -32px -49px; }

.enhanced-form div.checker.gray span.checked {
  background: transparent url("../images/shared/form-sprite.png") no-repeat -32px -49px; }

.enhanced-form div.checker.focus span.checked, .enhanced-form div.checker.active span.checked {
  background-position: -160px -49px; }

/* Radio */
div.radio {
  width: 22px;
  height: 22px;
  margin-right: 3px; }

div.radio input {
  cursor: pointer;
  background: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  filter: alpha(opacity=0);
  height: 22px;
  opacity: 0;
  text-align: center;
  width: 22px; }

div.radio input:focus, div.radio input:active {
  outline: 0;
  border: none; }

div.radio span {
  background: transparent url("../images/shared/form-sprite.png") no-repeat 0 -24px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 22px;
  text-align: center;
  width: 22px; }

div.radio.focus span {
  background-position: -100px -24px; }

div.radio span.checked {
  background-position: -25px -24px; }

div.radio.active span, div.radio.focus span {
  background-position: -100px -24px; }

div.radio.active span.checked, div.radio.focus span.checked {
  background-position: -175px -24px; }

/* radio enhanced */
.enhanced-form div.radio {
  width: 32px;
  height: 32px; }

.enhanced-form div.radio input {
  width: 32px;
  height: 32px; }

.enhanced-form div.radio span {
  height: 32px;
  width: 32px;
  padding: 0;
  background: transparent url(/assets/posten/images/form-sprite-64e0b4c4f9a59e0d7d57950022f6d33a6ec4bffd4eb2ba12654398177bbd212e.png) no-repeat -1px -83px; }

.enhanced-form div.radio.focus span {
  background-position: -142px -83px; }

.enhanced-form div.radio span.checked {
  background-position: -37px -83px; }

.enhanced-form div.radio.focus span.checked, .enhanced-form div.radio.active span.checked {
  background-position: -177px -83px; }

/* END UNIFORM STYLES */
/* START FORM STYLES */
label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0.5em; }

label span {
  vertical-align: sub;
  font-weight: bold;
  text-transform: none; }

label.separator {
  color: #4d4f53;
  display: block;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 5px; }

label.error {
  background: transparent url("../images/shared/form-exclamation-small.png") no-repeat left center;
  clear: both;
  display: block;
  font-size: 1.2em;
  padding: 2px 0 2px 10px; }

.explanation {
  display: block;
  clear: both;
  padding: 0.2em 0;
  font-size: 1.2em; }

.box-error {
  border: 1px solid #f7d07c;
  background: #fff2ab;
  padding: 5px 10px; }

.cancel {
  color: #4d4f53;
  text-decoration: underline;
  font-size: 1.4em;
  margin-left: 35px;
  display: inline-block;
  vertical-align: middle; }

.form-row {
  margin-bottom: 1em;
  zoom: 1; }

.form-row:before, .form-row:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline; }

.form-row:after {
  clear: both; }

.separator-row {
  border-top: 2px solid #fff;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px 0; }

form .tab-pane {
  padding: 10px 0;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false); }

form .gray {
  background: #efeff0;
  padding: 30px 10px;
  margin-bottom: 2px; }

form .gray .separator-row:first-child {
  margin-top: -30px; }

form .tab-group {
  border-bottom: 1px solid #aaa9ac; }

form .tab-group li.active, form .tab-group li.ui-state-active {
  border: 1px solid #aaa9ac;
  border-bottom: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false);
  margin-top: 0;
  margin-bottom: -2px;
  margin-left: -1px;
  margin-right: 0;
  background: #EFEFF0; }

form .tab-group li.active a, form .tab-group li.ui-state-active a {
  background: #EFEFF0;
  top: 0;
  padding: 13px 10px 11px 10px; }

form .tab-group li.active:first-child, form .tab-group li.ui-state-active:first-child {
  margin-left: 0; }

.enhanced-form label span {
  font-size: 1.4em;
  font-weight: bold;
  vertical-align: text-top;
  padding-left: 0.3571428571428572em;
  padding-right: 1.785714285714286em; }

.form-warning {
  background: #fff2ab url("../images/shared/form-exclamation.png") no-repeat 16px center;
  border: 1px solid #f3cc79;
  font-size: 1.8em;
  color: #000;
  padding: 10px;
  padding-left: 46px;
  margin: 10px 0; }

/* END FORM STYLES */
/* START TABLES */
table {
  width: 100%;
  border-collapse: collapse; }

table thead th {
  background: #717074;
  padding: 9px 25px 9px 10px;
  color: #fff;
  font-size: 1.1em;
  text-transform: uppercase; }

table tbody th {
  font-size: 1.2em;
  padding: 9px 10px;
  background: #717074;
  color: #fff;
  border-right: 1px solid #fff; }

table thead th.sorting, table thead th.sorting_desc, table thead th.sorting_asc {
  cursor: pointer; }

table thead th.sorting_desc {
  background: #4d4f53 url("../images/shared/arrow-white-down.png") no-repeat 98% center; }

table thead th.sorting_asc {
  background: #4d4f53 url("../images/shared/arrow-white-up.png") no-repeat 98% center; }

table tbody td {
  font-size: 1.2em;
  padding: 9px 10px; }

table tbody tr a {
  color: #4d4f53; }

table tbody th, table tbody td {
  border-top: 1px solid #fff; }

/*table tbody tr:nth-child(even), this selector causes IE not to read the style... */
table tbody tr.even {
  background-color: #efeff0; }

table.hover-effect tbody tr:hover {
  background-color: #e5e6e7; }

table.inverted thead th {
  color: #4d4f53;
  background: #fff;
  padding-right: 0; }

table.inverted thead th span {
  color: #4d4f53;
  border-right: 1px solid #4d4f53;
  height: 1.2em;
  display: block; }

table.inverted thead th:last-child span {
  border-right: none; }

table.inverted thead th.sorting_desc span {
  background: #ffffff url("../images/arrow-green-down.png") no-repeat 95% center; }

table.inverted thead th.sorting_asc span {
  background: #ffffff url("../images/arrow-green-up.png") no-repeat 95% center; }

table.inverted tbody th, table.inverted tbody td {
  border-top: none; }

table.inverted tbody tr {
  color: #fff; }

/*table.inverted tbody tr:nth-child(odd) */
table.inverted tbody tr.odd {
  background-color: #4d4f53; }

/*table.inverted tbody tr:nth-child(even) IE, grrr.... */
table.inverted tbody tr.even {
  background-color: #717074; }

/* END TABLES */
/* START TABLE MODULE */
table#module td h3 {
  font-size: 1.833333333333333em;
  font-weight: normal; }

table#module td p {
  font-size: 1em; }

table#module td label {
  display: block;
  font-size: 1.166666666666667em;
  font-weight: bold;
  margin-bottom: 5px; }

table#module td.price {
  font-size: 2.333333333333333em;
  font-weight: bold; }

table#module td .extra {
  display: none;
  zoom: 1; }

table#module td.expandable {
  background: transparent url("../images/arrow-green-larger-down.png") no-repeat 20px 35px; }

table#module td.showing {
  background-image: url("../images/arrow-green-larger-up.png"); }

table#module .first-col {
  padding-left: 5.6935817805383%;
  width: 28.46790890269152%; }

/* END TABLE MODULE */
/* START ICON STYLES */
.icon, .icon-gray, .icon-social {
  background: white;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #717074;
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  text-transform: uppercase;
  padding-left: 27px;
  vertical-align: bottom; }

.icon-social {
  background-image: url("../images/shared/icons-social-sprite.png");
  color: #717074; }

.icon-gray {
  background-image: url("../images/shared/icons-gray-sprite.png");
  color: #717074; }

.print {
  background-position: 0 -77px; }

.tip {
  background-position: 0 -102px; }

.question {
  background-position: 0 -273px; }

.info {
  background-position: 0 -25px; }

.sms {
  background-position: 0 -177px; }

.download {
  background-position: 0 -129px; }

.email {
  background-position: 0 -151px; }

.heart {
  background-position: 0 -202px; }

.thumb-up {
  background-position: 0 -297px; }

.thumb-down {
  background-position: 0 0; }

.comment {
  background-position: 0 -50px; }

.log-in {
  background-position: 0 -250px; }

.plus {
  background-position: 0 -227px; }

.search {
  background-position: 0 -347px; }

/* icons for filter change */
.filter-icon {
  display: inline-block;
  width: 20px;
  height: 20px; }

.filter-icon.grid {
  background: #ffffff url("../images/shared/icons-gray-sprite.png") no-repeat 0 -392px; }

.filter-icon.list {
  background: #ffffff url("../images/shared/icons-gray-sprite.png") no-repeat 0 -413px; }

.facebook {
  background-position: 0 -41px; }

.twitter {
  background-position: 0 -62px; }

.rss {
  background-position: 0 1px; }

.youtube {
  background-position: 0 -84px; }

.linkedin {
  background-position: 0 -20px; }

/* END ICON STYLES */
/* START BOOTSTRAP MODAL */
.modal {
  background-clip: padding-box;
  background-color: #fff;
  left: 50%;
  position: fixed;
  top: 50%;
  width: 654px;
  z-index: 11000;
  padding: 20px 10px;
  margin: -250px 0 0 -346px; }

.modal .modal-header {
  overflow: hidden; }

.modal .modal-header .close {
  background-position: right center;
  background-repeat: no-repeat;
  color: #4d4f53;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
  float: right;
  padding-right: 16px;
  text-transform: uppercase; }

.modal .modal-body .video {
  margin: 0 10px; }

.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0; }

.fade.in {
  opacity: 1; }

.modal-backdrop {
  background: transparent url("../images/shared/lightbox-shadow.png");
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000; }

/* END BOOTSTRAP MODAL */
/* folded corner style */
.corner-folded {
  padding-top: 24px;
  background: transparent url("../images/shared/corner-folded-large.png") no-repeat top right; }

/* START IMAGE-GALLERY STYLES */
.image-gallery {
  position: relative;
  overflow: hidden; }

.image-gallery .image-container {
  position: relative; }

.image-gallery .image-container #next, .image-gallery .image-container #prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 46%;
  z-index: 40; }

.image-gallery .image-container #prev {
  background: transparent url("../images/shared/image-gallery-left.png") no-repeat top right;
  left: 0; }

.image-gallery .image-container #next {
  background: transparent url("../images/shared/image-gallery-right.png") no-repeat top right;
  right: 0; }

.image-gallery .image-container .gallery-images {
  width: 100% !important;
  list-style: none;
  background: #4d4f53; }

.image-gallery .image-container .gallery-images li {
  background: #4d4f53;
  width: 100%;
  height: 475px;
  display: table !important; }

.image-gallery .image-container .gallery-images li figure {
  background: #4d4f53;
  margin: 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

.image-gallery .image-container .gallery-images li figure img {
  vertical-align: middle; }

.image-gallery .image-container .gallery-images li figure figcaption {
  display: none;
  background: #4d4f53;
  color: #fff;
  padding: 5px;
  text-align: left; }

.image-gallery .image-container .gallery-images li figure figcaption p {
  font-size: 1.2em; }

.image-gallery .image-container .gallery-images li figure figcaption p.photographer {
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 0; }

.image-gallery .gallery-nav {
  list-style: none;
  padding: 0 1.294498381877022%;
  background: transparent url("../images/shared/image-gallery-bg.png");
  overflow: hidden;
  width: 9000px;
  margin-bottom: -3px;
  position: absolute; }

.image-gallery .gallery-nav-wrap {
  overflow: hidden;
  position: relative;
  height: 65px; }

.image-gallery .gallery-nav li {
  position: relative;
  padding: 10px 5px;
  width: 70px;
  float: left; }

.image-gallery .gallery-nav li a {
  display: block; }

.image-gallery .gallery-nav li a img {
  display: block; }

.image-gallery .gallery-nav li.activeSlide {
  background: #919195; }

.image-gallery .image-info {
  background: #4d4f53;
  color: #fff;
  padding: 10px; }

.image-gallery .image-info p {
  font-size: 1.2em;
  font-weight: bold; }

.image-gallery .image-info .count, .image-gallery .image-info .photographer {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 20px; }

/* END IMAGE-GALLERY STYLES */
/* DISQUS CUSTOM STYLE */
#dsq-content .dsq-toolbar-icon {
  background-image: url("../images/shared/imagemap-1-new-20.png"); }

/* SPECIAL DROPDOWN FOR DESIGN MANUAL SITE */
#drop-down-trigger {
  color: #4d4f53;
  background: #e5e6e7 url("../images/shared/arrow-black-down.png") no-repeat center 3px;
  box-shadow: 4px 5px 6px #cececf, -4px 0px 6px #e5e6e7;
  padding: 14px 13px 12px 17px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: block; }

#drop-down-guidelines {
  background: #e5e6e7;
  overflow: hidden;
  display: none;
  padding: 30px 0; }

#drop-down-guidelines .content {
  max-width: 986px;
  margin: 0 auto; }

#drop-down-guidelines .content ul {
  list-style: none; }

#drop-down-guidelines .content ul li {
  font-size: 1.4em;
  background-image: none;
  padding-left: 0; }

#drop-down-guidelines .content ul li a {
  color: #4d4f53;
  display: block;
  padding: 0.2142857142857143em 1.428571428571429em; }

#drop-down-guidelines .content ul li a:hover {
  color: #fff;
  background: #4d4f53; }

#drop-down-guidelines .content ul li h3 {
  font-size: 1em;
  padding: 0.2142857142857143em 1.428571428571429em;
  margin-bottom: 0.8em; }

#drop-down-guidelines .content ul li.active a {
  color: #fff; }

/* miscellanous utility styles */
.hide {
  display: none; }

.show {
  display: block; }

.clear {
  clear: both; }

#accessibility-links {
  left: -99999px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0; }

.wrap {
  background: #fff; }

.padding {
  padding: 10px; }

.push-1 {
  margin-top: 10px; }

.push-2 {
  margin-right: 10px; }

.push-3 {
  margin-bottom: 10px; }

.push-4 {
  margin-left: 10px; }

/* 
 * MODULE SPECIFIC STYLES
 * 
 */
/* START IMAGE-SLIDER STYLES */
.image-slider {
  overflow: hidden;
  position: relative; }

.image-slider .slides {
  z-index: 1;
  width: 100% !important; }

.image-slider .slides .slide-group {
  width: 100% !important;
  display: none; }

.image-slider .slides .slide-group:first-child {
  display: block; }

.image-slider ul {
  list-style: none;
  overflow: hidden; }

.image-slider ul li {
  float: left;
  margin-right: 10px;
  width: 204px; }

.image-slider ul li a {
  display: block; }

.image-slider ul li a p {
  color: #4D4F53; }

.image-slider ul li.last {
  margin-right: 0; }

.image-slider ul li figure {
  position: relative; }

.image-slider ul li figure .new-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: auto; }

.image-slider .slider-controls {
  overflow: hidden;
  position: absolute;
  top: 25%;
  width: 100%;
  z-index: 2; }

.image-slider .slider-controls .previous {
  background: #ffffff url("../images/arrow-green-larger-left.png") no-repeat center center;
  float: left;
  height: 40px;
  width: 40px;
  -webkit-box-shadow: inset 2px -2px 7px -3px #949598;
  -moz-box-shadow: inset 2px -2px 7px -3px #949598;
  box-shadow: inset 2px -2px 7px -3px #949598; }

.image-slider .slider-controls .next {
  background: #ffffff url("../images/arrow-green-larger-right.png") no-repeat center center;
  height: 40px;
  width: 40px;
  float: right;
  -webkit-box-shadow: inset -2px -2px 7px -3px #949598;
  -moz-box-shadow: inset -2px -2px 7px -3px #949598;
  box-shadow: inset -2px -2px 7px -3px #949598; }

/* END IMAGE-SLIDER STYLES */
/* START SHOPPINGCART STYLES */
.shoppingcart {
  background: #fff;
  padding: 10px;
  overflow: hidden; }

.shoppingcart h4 {
  margin-bottom: 1em;
  margin-top: 8px;
  text-transform: uppercase; }

.shoppingcart .group {
  overflow: hidden; }

.shoppingcart .group h4 {
  float: left; }

.shoppingcart .group a {
  float: right;
  font-size: 1.2em;
  margin-top: 0.6666666666666667em; }

.shoppingcart .total {
  overflow: hidden;
  padding-top: 10px; }

.shoppingcart .total h4 {
  float: left; }

.shoppingcart .total .price {
  font-size: 1.8em;
  font-weight: bold;
  color: #7bc144;
  margin-top: 0.1em;
  float: right; }

.shoppingcart ul {
  list-style: none;
  font-size: 1.2em;
  border-bottom: 1px solid #d9d9dc; }

.shoppingcart ul li {
  margin-bottom: 8px; }

.shoppingcart ul .price {
  float: right;
  font-weight: bold; }

.shoppingcart .shopper {
  padding: 3px 0 15px 23px;
  background: transparent url("../images/icon-shoppingcart.png") no-repeat top left;
  line-height: 1em;
  margin-top: -10px;
  margin-bottom: 0;
  border-bottom: 1px solid #D9D9DC; }

.shoppingcart .shopper span {
  padding-left: 8px; }

/* END SHOPPINGCART STYLES */
/* START NOTES STYLES */
.notes {
  background: #fff;
  padding: 10px; }

.notes h3 {
  margin-top: -10px; }

.notes button {
  width: 100%; }

.notes ul {
  border-top: 1px solid #d9d9dc;
  list-style: none;
  padding-bottom: 10px; }

.notes ul li {
  padding: 1em 0 1em 2.5em;
  padding-left: 35px;
  overflow: hidden;
  border-bottom: 1px solid #d9d9dc; }

.notes ul li.has-child {
  background: #efeff0;
  padding-right: 10px;
  padding-left: 45px;
  margin: -1px -10px 0;
  *margin-top: -4px;
  border-top: 1px solid #d9d9dc; }

.notes ul li a {
  font-size: 1.2em;
  float: right; }

.notes ul li h4 {
  float: left;
  text-transform: uppercase;
  margin: 0; }

.notes ul li ul {
  clear: both;
  border: none;
  padding-top: 15px;
  padding-bottom: 0; }

.notes ul li ul li {
  padding: 0;
  margin-bottom: 8px;
  border: none;
  font-size: 1.2em; }

.notes ul li ul li a {
  font-size: 1em; }

/* END NOTES STYLES */
/* START FEATURE STYLES */
.feature-container {
  overflow: hidden; }

.feature-container .menu-group.ingress-list {
  width: 32.298136645962735%;
  float: left;
  margin-bottom: 0; }

.feature-container .menu-group.ingress-list li:hover {
  background: #F0F0F1;
  -webkit-transition: background-color 0.2 linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  -webkit-box-shadow: 0 3px 6px -1px #949598;
  -moz-box-shadow: 0 3px 6px -1px #949598;
  box-shadow: 0 3px 6px -1px #949598;
  margin-bottom: 1px; }

.feature-container .menu-group.ingress-list li:hover a {
  color: #4d4f53; }

.feature-container .menu-group.ingress-list li.activeSlide {
  background: #fff;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.feature-container .menu-group.ingress-list li.activeSlide a {
  color: #7bc144; }

.feature-container .feature-list {
  width: 66.66666666666667% !important;
  margin-right: 1.0351966873706%;
  float: left; }

.feature-container .feature-list li {
  width: 100% !important;
  overflow: hidden; }

.feature-container .feature-list li img {
  float: left;
  vertical-align: sub;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 50%;
  height: auto; }

.feature-container .feature-list li h2 {
  margin-top: 0.4545454545454546em;
  color: #7bc144; }

.feature-container .feature-list.full li {
  position: relative;
  height: auto !important; }

.feature-container .feature-list.full li img {
  width: 100%;
  margin-bottom: 0; }

.feature-container .feature-list.full li .overflow {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0; }

.feature-container .feature-list.full li .overflow h2, .feature-container .feature-list.full li .overflow p, .feature-container .feature-list.full li .overflow a {
  color: #fff;
  font-weight: normal; }

/* END FEATURE STYLES */
/* START GENERAL-LIST STYLES */
.general-list {
  list-style: none; }

.general-list li {
  overflow: hidden;
  margin-bottom: 1em; }

.general-list li.last, .general-list li:last-child {
  margin-bottom: 0; }

.general-list li figure {
  margin: 0;
  float: left;
  position: relative;
  margin-right: 10px; }

.general-list li figure img {
  display: block; }

.general-list li figure .new-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: auto; }

.general-list li h3 {
  margin: 0.5714285714285714em 0; }

.general-list li h3.no-top-margin {
  margin-top: 0; }

.general-list li p {
  margin-bottom: 0; }

.video-list .play-icon {
  background: transparent url("../images/shared/video-player-icon-small.png") no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.video-list > li > a {
  display: block;
  overflow: hidden;
  color: #4D4F53; }

/* END GENERAL-LIST STYLES */
.form-cell {
  padding-top: 10px;
  /* form-cell gave a little to much air around each text field.. */
  /*padding-bottom:10px;*/ }

hr {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #bfc0c4;
  background-color: #bfc0c4;
  border: 0; }

/* CUSTOM GUIDELINES */
/* Lists in all editor elements */
.editor ul li, .editor ol li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  list-style-position: outside;
  margin-left: 19px;
  font-size: 1.4em; }

.editor .editor-image-right {
  float: right; }

.placeholder {
  color: #4d4f53; }
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, addresses-footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
addresses-footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div#menu-main,
div#menu-main-minisite {
  float: left; }

ul.menu-main,
ul.menu-main-minisite {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none; }

ul.menu-main li,
ul.menu-sub li {
  float: left;
  margin: 0;
  line-height: 32px;
  height: 32px; }

ul.menu-main li a:hover,
ul.menu-main li.path a {
  float: left; }

ul.menu-main li a span,
ul.menu-main-minisite li a span {
  float: left;
  height: 32px;
  display: block;
  cursor: pointer; }

/*ul.menu-main li a:hover span, ul.menu-main li.path a span {background:image-url("kp/menu_main.gif") no-repeat right top; }*/
ul.menu-main li a,
ul.menu-top li a,
ul.menu-sub li a,
ul.menu-main-minisite li a {
  font-family: Arial;
  text-transform: uppercase;
  display: block; }

ul.menu-main li a,
ul.menu-sub li a,
ul.menu-main-minisite li a {
  padding: 0 0 0 5px; }

ul.menu-main li a,
ul.menu-top li a,
ul.menu-main-minisite li a {
  color: #4d4f53; }

/* Menubar */
div.menu-bar {
  height: 20px; }

ul.menu-bar li {
  float: left;
  margin: 0 1px 0 0;
  line-height: 20px;
  height: 20px; }

ul.menu-bar {
  padding: 0;
  list-style-type: none;
  clear: left; }

ul.menu-bar li,
ul.menu-bar li a {
  color: white;
  background-color: #717074; }

ul.menu-bar li a {
  float: left;
  padding: 0 15px 0 15px;
  display: block;
  font-weight: bold;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 0.8em; }

ul.menu-bar li a.active,
ul.menu-bar li.path a {
  color: #4d4f53;
  background-color: #fff; }

ul.menu-bar li a:hover {
  color: #717074;
  background-color: #fff; }

ul.menu-bar li.dark-shortcut,
ul.menu-bar li.dark-shortcut a {
  color: #4d4f53; }

ul.menu-bar li.dark-shortcut a {
  background: #e6e6e6 url(/assets/kp/ico_arrow_up-2fe5e5b25c231501aebf11b4ff066b2c87b71679896d924304a86fe639591a25.png) no-repeat left;
  padding-left: 25px; }

/* Menusub */
ul.menu-sub {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: left; }

ul.menu-sub li,
ul.menu-sub li a {
  color: white; }

ul.menu-sub li a {
  float: left;
  display: block;
  padding: 0 15px; }

ul.menu-sub li a.active,
ul.menu-sub li.path a {
  color: #4d4f53; }

/* MenuTop */
ul.menu-top {
  float: right;
  height: 30px; }

ul.menu-top li {
  float: left;
  height: 30px; }

ul.menu-top li a {
  padding: 13px 11px 0 11px;
  font-size: 0.9em;
  font-weight: 400; }

ul.menu-top li.first {
  padding-left: 15px; }

ul.menu-top .right-spacer {
  padding-right: 15px;
  margin-right: 5px; }

ul.menu-top li div,
.site-search {
  padding-top: 8px; }

/* Modification to use border instead of background image */
#logo-bar ul.menu-top li.first {
  border-left: 1px solid #4d4f53; }

#logo-bar ul.menu-top li.right-spacer {
  border-right: 1px solid #4d4f53; }

/*div.menuitem ul.items li.with_link_back a { color: #4d4f53; display: block; padding: 0px; text-decoration: none; margin: 0px; height: 20px; line-height: 20px; background: #e6e6e6;}
div.menuitem ul.items li.hover_back a {color: white; background: image-url("kp/backwardarrow_white.gif") no-repeat right;}*/
/* Emergency minisite styling */
/*div#genTwoHeader.minisite { background: image-url("kp/minisite-temp.png") repeat-x left bottom; padding-bottom:22px; }*/
/* GenTwoTop - overrides the above styling for menus */
div#genTwoHeader {
  margin-bottom: 10px;
  padding-bottom: 29px;
  height: 108px;
  background-image: url(/assets/kp/sprite-9a6111bcfb33ea4915b2b9a948b0cb89b04e1e609467c4dad4ed1796c0cd5e9d.png); }

div#genTwoHeader div#menu-main,
div#genTwoHeader div#menu-main-minisite {
  height: auto; }

div#genTwoHeader .menu-sub {
  display: none; }

div#genTwoHeader .container {
  height: auto;
  background: none;
  margin-bottom: 0;
  position: static;
  max-width: 986px;
  margin-right: auto;
  margin-left: auto; }

div#genTwoHeader .container .span-6 {
  clear: both; }

div#genTwoHeader ul.genTwo li {
  height: auto;
  margin-right: 1px;
  line-height: 38px;
  height: 39px; }

div#genTwoHeader ul.genTwo li a.like-a-tab span {
  cursor: default; }

div#genTwoHeader ul.genTwo li a {
  position: relative;
  background: url(/assets/kp/sprite-9a6111bcfb33ea4915b2b9a948b0cb89b04e1e609467c4dad4ed1796c0cd5e9d.png) repeat-x left -844px;
  color: white;
  float: left;
  z-index: 99;
  padding: 0; }

div#genTwoHeader ul.genTwo li.special a {
  background-position: left -882px; }

div#genTwoHeader ul.genTwo li.hover a,
div#genTwoHeader ul.genTwo li.path a,
div#genTwoHeader ul.genTwo li a:hover {
  background-image: url(/assets/kp/sprite-9a6111bcfb33ea4915b2b9a948b0cb89b04e1e609467c4dad4ed1796c0cd5e9d.png);
  margin-top: -1px; }

div#genTwoHeader ul.genTwo li a span.shadow {
  height: 44px;
  display: none;
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  background: url(/assets/kp/sprite-9a6111bcfb33ea4915b2b9a948b0cb89b04e1e609467c4dad4ed1796c0cd5e9d.png) no-repeat right -800px;
  padding: 0 10px 0 0; }

div#genTwoHeader ul.genTwo li a span.shadow-inner {
  height: 44px;
  display: block;
  background: url(/assets/kp/sprite-9a6111bcfb33ea4915b2b9a948b0cb89b04e1e609467c4dad4ed1796c0cd5e9d.png) no-repeat left -800px;
  padding: 0;
  position: absolute;
  left: 0px;
  right: 10px;
  top: 0px; }

/*div#genTwoHeader ul.genTwo li.hover a span.shadow, div#genTwoHeader ul.genTwo li.path a span.shadow, div#genTwoHeader ul.genTwo li a:hover span.shadow { display: block;  }*/
div#genTwoHeader ul.genTwo a span.menuText {
  height: 38px;
  background-image: none; }

div#genTwoHeader ul.genTwo li.blurred a span.menuText {
  height: 39px !important; }

div#genTwoHeader ul.genTwo li.hasMenu span.menuText {
  background-image: url(/assets/kp/sprite-9a6111bcfb33ea4915b2b9a948b0cb89b04e1e609467c4dad4ed1796c0cd5e9d.png);
  background-repeat: no-repeat;
  background-position: right -379px;
  padding-right: 34px; }

div#genTwoHeader ul.genTwo li.path.hasMenu a span.menuText,
div#genTwoHeader ul.genTwo li.hasMenu a:hover span.menuText {
  background-position: right -378px; }

div#genTwoHeader ul.genTwo li.hover a span.menuText,
div#genTwoHeader ul.genTwo li.path a span.menuText,
div#genTwoHeader ul.genTwo li a:hover span.menuText {
  height: 40px;
  line-height: 40px; }

/* div#genTwoHeader ul.genTwo a:focus, div#genTwoHeader ul.genTwo a:focus span { -moz-outline-style: none; outline: none; } */
/* div#genTwoHeader ul.genTwo a:active, div#genTwoHeader ul.genTwo a:active span { outline: none; -moz-outline-style: none; } */
/* --------------------------------------------------------------
GRID (Screen.css): Sets up an easy-to-use grid of 6 columns.
By default, the grid is 986px wide, with 6 columns
spanning 156px, and a 10px margin between columns.
----------------------------------------------------------------- */
/* Sets up basic grid floating and margin. */
.span-1,
.span-1-extend,
.span-1-minus-10,
.span-2,
.span-three,
.span-2-extend,
.span-3,
.span-4,
.span-5,
.span-2-minus-10 {
  float: left;
  margin-right: 10px; }

.span-6 {
  float: left; }

/* Use these classes to set the width of a column - no padding */
.span-0 {
  width: 63px; }

.span-1 {
  width: 156px; }

.span-2 {
  width: 322px; }

.span-three {
  width: 204px; }

/* 3 columns in the main column*/
.span-3 {
  width: 488px; }

.span-4 {
  width: 654px; }

.span-5 {
  width: 820px; }

.span-6 {
  width: 986px;
  margin-right: 0px; }

/*Use these classes to set one and a half col width. -extend adds 73px width (63px + 10px margin right)*/
.span-1-extend {
  width: 229px; }

.span-2-extend {
  width: 395px; }

.span-1-minus-10 {
  width: 146px; }

.span-2-minus-10 {
  width: 312px; }

/* Use these classes to set the width of a column with padding */
.append-span-1 {
  width: 136px; }

.append-span-2 {
  width: 302px; }

.append-span-3 {
  width: 468px; }

.append-span-4 {
  width: 634px; }

.append-span-5 {
  width: 800px; }

.append-span-6 {
  width: 966px; }

.append-span-1-extend {
  width: 209px; }

.append-span-three {
  width: 184px; }

/* 3 columns in the main column*/
/*Sets padding, float and right margin*/
.append-span-1,
.append-span-1-extend,
.append-span-three,
.append-span-2,
.append-span-3,
.append-span-4,
.append-span-5 {
  padding: 10px;
  float: left;
  margin-right: 10px; }

.append-span-6 {
  padding: 10px;
  float: left; }

/*Use these classes for div's inside wrapping div's with padding*/
.append-span-4 .span-2 {
  width: 312px;
  padding: 0; }

.append-span-4 .span-4 {
  width: 634px; }

.append2-span-three {
  width: 204px;
  float: left;
  margin-right: 10px;
  padding: 0px; }

/*Nested span-4's don't have right margin */
.append-span4 .span-4,
.span-4 .append-span-4,
div.span-4 .span-4 {
  margin-right: 0px; }

.append {
  padding: 10px; }

.last {
  margin-right: 0; }

/* The last column in a row needs this class. */
.wrap {
  background-color: white; }

/*Spans with white bg needs this class*/
/*Use this to push other elements */
.push-1 {
  margin-top: 10px; }

.push-1times2 {
  margin-top: 20px; }

.push-2 {
  margin-right: 10px; }

.push-3 {
  margin-bottom: 10px; }

.push-3times2 {
  margin-bottom: 20px; }

.push-4 {
  margin-left: 10px; }

.push-min-1 {
  margin-top: 1px; }

.push-min-2 {
  margin-right: 1px; }

.push-min-3 {
  margin-bottom: 1px; }

.push-min-4 {
  margin-left: 1px; }

.pushup {
  margin-top: -10px; }

.message--info {
  fill: #888;
  background-color: #f2f2f2;
  border-radius: 2px;
  padding: 1rem;
  max-width: 48rem;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 25px; }
  .message--info .mrs {
    margin-right: 0.5rem; }

.append-1 {
  padding: 20px; }

.append-2 {
  padding-right: 10px; }

.append-3 {
  padding-bottom: 10px; }

.append-4 {
  padding-left: 10px; }

/*--------------------------------------------------------------
 Framework and other special classes
----------------------------------------------------------------*/
.nofloat {
  float: none; }

.container {
  margin: 0 auto;
  padding: 0;
  text-align: left; }

.rightcol {
  width: 322px;
  float: right;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.rightcol * {
  margin-right: 0px; }

.rightcol .span-4 {
  width: 322px; }

.rightcol .append-span-4 {
  width: 302px; }

.framework {
  margin: 0 auto;
  padding: 0;
  text-align: center; }

.framework.header {
  background-position: 0px -10px; }

/*this is set in site.css!*/
.framework.header .container.header {
  height: 178px;
  overflow: hidden;
  margin-bottom: 10px; }

.framework.header .container.header #top-bar .site-search {
  float: right; }

.framework.header .container.header #menu-search {
  height: 39px;
  float: right; }

.framework.header .container.header #menu-search .site-search {
  padding-top: 0px; }

.framework.header
.container.header
#menu-search
.site-search
input.site-search-btn {
  border-width: 0; }

.framework.header .container.header #menu-search .site-search input.text {
  line-height: 21px;
  border: 0;
  padding: 2px 0 5px 10px;
  width: 142px;
  font-size: 12px; }

.framework.header .container.header #logo-bar {
  height: 59px; }

/* fix for keeping h1 in place when increasing fontsize*/
.framework.header .container.header {
  position: relative; }

.framework.header .container.header .append-span-6 h1 {
  position: absolute;
  bottom: 0px; }

/* from guidelines: bootstrap-style row class */
.row:after {
  clear: both; }

.row:before,
.row:after {
  content: "";
  display: table; }

.row:before,
.row:after {
  content: "";
  display: table; }

.row {
  margin-bottom: 10px; }

/* START ICON STYLES */
.icon,
.icon-gray,
.icon-social {
  background: none no-repeat scroll 0 0 white;
  background-image: url(/assets/kp/icons-gray-sprite-bb74e5762051def515e981df0ac903af7f8e327b8c737987cadfec9749d129c1.png);
  color: #717074;
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  padding-left: 27px;
  text-transform: uppercase;
  vertical-align: bottom; }

/* positions for every icon */
.print {
  background-position: 0 -77px; }

.tip {
  background-position: 0 -102px; }

.question {
  background-position: 0 -273px; }

.info {
  background-position: 0 -25px; }

.sms {
  background-position: 0 -177px; }

.download {
  background-position: 0 -129px; }

.email {
  background-position: 0 -151px; }

.heart {
  background-position: 0 -202px; }

.thumb-up {
  background-position: 0 -297px; }

.thumb-down {
  background-position: 0 0; }

.comment {
  background-position: 0 -50px; }

.log-in {
  background-position: 0 -250px; }

.plus {
  background-position: 0 -227px; }

.minus {
  background-position: 0 -389px; }

.search {
  background-position: 0 -347px; }

/* END ICON STYLES */
/* should contain css that should be in the open app 
 * but that will not apply when integrated into other frameworks (IE mybring)
 */
body {
  background-color: #B4B4B6; }

a {
  text-decoration: none; }

a:hover {
  color: #4D4F53;
  text-decoration: none; }

/* mybring doesnt have shadows */
.shadow {
  -moz-box-shadow: 0px 0px 7px #717074;
  /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 7px #717074;
  /* Saf3.0+, Chrome */
  box-shadow: 0px 0px 7px #717074;
  /* Opera 10.5, IE9, Chrome 10+ */ }

/* mybring doesnt have big margin to footer*/
.addresses-page-canvas.search_results,
#feedback.addresses-page-canvas,
#advanced.addresses-page-canvas,
#help.addresses-page-canvas,
.usage_terms.addresses-page-canvas {
  margin-bottom: 0px; }

.g-recaptcha {
  margin-bottom: 1em; }
body {
  /* set background color in open stylesheet  */
  color: #4D4F53;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 62.5%;
  min-width: 320px; }

body.postlink_layout {
  background: transparent; }

body.postlink_layout div.framework {
  background: transparent; }

body.postlink_layout div.addresses-page-body {
  background: transparent; }

h1.page_title, div#help .panels h1, div#error h1 {
  font-size: 3.2em;
  margin: 5px 0;
  font-weight: bold; }

h2 {
  font-size: 2.33em; }

div#error h2 {
  margin-bottom: 20px; }

h2.search_count, div#usage_terms h2, div#changes h2 {
  font-weight: bold;
  font-size: 3.2em;
  margin: 5px 0; }

h2.search_header {
  margin-bottom: 0.5em; }

h3, .style3 {
  font-size: 1.67em;
  line-height: 1.0;
  margin-bottom: 1em;
  padding: .1em 0; }

h1 span.additional-info,
h2 span.additional-info,
h3 span.additional-info {
  color: #919195; }

td.nowrap {
  white-space: nowrap; }

p.pick_up_help {
  font-size: 1.2em;
  margin-bottom: 20px; }

div.framework {
  background: #E2E3E4 url(/assets/container_bttm_bkg-c0c1feaf18ed93de8b620f01b31ad276ab6776ad959c59c6b74cbc7294ce7bc2.png) repeat-x scroll bottom left; }

div#facets_container h3 {
  margin-bottom: 1px; }

h4.facet_group {
  background-color: #E6E6E6;
  padding: 9px 0 9px 10px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1px; }

ul#chosen_facets li p {
  margin-bottom: 1px;
  padding: 9px 20px 9px 10px;
  font-size: 1.2em;
  overflow: hidden; }

ul#chosen_facets li p span, a.unselect_facet {
  display: block;
  float: left; }

ul#chosen_facets li p span {
  margin-top: 1px; }

a.unselect_facet {
  height: 14px;
  width: 21px; }

a.unselect_facet img {
  margin-right: 10px; }

div#flash-notice {
  background-color: #FEF3C0;
  border: 4px solid #FEEA94;
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 0px 0 10px 0;
  padding: 20px;
  text-align: center; }

.push {
  margin: 10px; }

.push-1 {
  margin-top: 10px; }

.push-2 {
  margin-right: 10px; }

.push-3 {
  margin-bottom: 10px; }

.push-4 {
  margin-left: 10px; }

.push-1-2 {
  margin-top: 20px; }

.push-2-2 {
  margin-right: 20px; }

.push-3-2 {
  margin-bottom: 20px; }

.push-4-2 {
  margin-left: 20px; }

.clear {
  clear: both; }

li.facet_value {
  background: #F7F7F7 no-repeat scroll 95% 50%;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 1px; }

li.facet_value a {
  width: 100%;
  display: block;
  padding: 9px 20px 9px 10px;
  box-sizing: border-box; }

ul#chosen_facets li {
  background: #F7F7F7 no-repeat scroll 95% 50%;
  text-transform: uppercase; }

li.facet_value a {
  font-weight: normal; }

li.facet_value.hover {
  background-image: url(/assets/grey_arrow-e8e6f9230132013dbba83415114413ec00852641168ce410f786239e80bb79ce.png); }

ul#chosen_facets {
  margin-bottom: 10px; }

.search-heading {
  padding: 10px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box; }

.float-left {
  float: left; }

div.options {
  width: 192px;
  margin-bottom: 10px;
  display: inline-block;
  float: right;
  clear: right;
  position: relative; }

div.options .display {
  position: absolute;
  top: 5px;
  right: 46px; }

div.advanced_search {
  text-align: right;
  background: transparent no-repeat scroll 100% 50%;
  padding-right: 15px; }

div.advanced_search.hover {
  background-image: url(/assets/grey_arrow-e8e6f9230132013dbba83415114413ec00852641168ce410f786239e80bb79ce.png); }

a.advanced_search {
  font-size: 1.1em; }

a.advanced_search.no_results {
  text-shadow: 0 1px 0 #E8DCDD; }

div#view_links {
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: right; }

.epab-page-content-container {
  position: relative;
  overflow: hidden; }

.menuText {
  padding: 0 20px; }

@media (max-width: 900px) {
  .menuText {
    padding: 0 13px; } }
.show-mobile {
  display: none; }

@media (max-width: 768px) {
  #show-desktop {
    display: none; }

  .show-mobile {
    display: block; }

  .menuText {
    padding: 0 20px; } }
/*
@media(min-width: 769px) {
   .show-mobile {
      display: none;
   }
}
*/
@media (max-width: 500px) {
  .menu-main .mobile-hide {
    display: none; }

  .menu-top .mobile-hide {
    display: none; } }
@media (max-width: 500px) {
  .menu-main #mobile-hide-max {
    display: none; } }
@media (max-width: 320px) {
  #mobile-hide-max {
    display: none; } }
.epab-logo {
  float: left;
  margin-top: 37px; }

.posten-logo {
  float: right;
  margin-top: 30px; }

.addresses-page-body {
  background: #E2E3E4 url(/assets/container_bttm_bkg-c0c1feaf18ed93de8b620f01b31ad276ab6776ad959c59c6b74cbc7294ce7bc2.png) repeat-x scroll bottom left;
  float: left;
  width: 100%;
  min-height: 40rem; }

.search_results {
  overflow: hidden;
  background: white;
  margin-top: 20px;
  max-width: 986px;
  margin-left: auto;
  margin-right: auto; }

div.search-container {
  padding: 15px; }

div#help_accordion ul.help_items a {
  color: #00B2E4; }

div#search_help {
  margin: 10px 0 0 0; }

div#search_help p#help_text {
  font-size: 1.2em;
  color: #9F9F9F;
  float: left;
  width: 450px; }

div#search_help span {
  float: right; }

div#didyoumean {
  padding-top: 10px;
  font-size: 1.2em; }

div#didyoumean a {
  font-weight: bold;
  text-transform: uppercase; }

@media (min-width: 986px) {
  div#search_results {
    display: inline-block;
    width: 768px; } }
#addresses, #persons {
  padding-left: 10px;
  overflow-x: auto; }

#addresses ul {
  width: 100%; }

div#facets_container {
  float: right;
  width: 210px;
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px;
  box-sizing: border-box; }

div#facets_container_mobile {
  display: none; }

#east {
  float: right;
  width: 322px; }

#center {
  box-sizing: border-box;
  width: 654px; }

.simple_form input.string, .simple_form select.select, .simple_form textarea.text {
  font-size: 1.4em;
  line-height: 18px;
  width: 340px; }

.result_set, .copyright {
  padding: 10px; }

@media (max-width: 986px) {
  #addresses, #persons {
    padding: 0; }

  .result_set p {
    margin-bottom: 10px; }

  div#facets_container {
    float: none;
    display: none; }

  div#facets_container_mobile {
    display: inline; }

  #center, #east {
    float: none;
    width: 100%;
    max-width: 100%; }

  #east {
    margin-top: 10px; }

  .simple_form input.string, .simple_form select.select, .simple_form textarea.text {
    box-sizing: border-box;
    width: 100%;
    font-size: 1.4em;
    line-height: 18px; } }
form input#q, form input#sok {
  display: block;
  float: left;
  font-size: 1.4em;
  height: 2.5em;
  border-width: 0px;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  line-height: 1;
  padding: 8px 4px;
  vertical-align: bottom;
  width: 100%;
  background-color: transparent; }

form input#q.example {
  color: #E6E6E6; }

#search_help div.radio input, #search_help label {
  cursor: pointer;
  font-size: 1.2em;
  height: 20px; }

#search_help div.radio {
  padding-left: 10px;
  padding-right: 5px;
  margin-top: -2px; }

/* Search result list mode (both addresses and postal codes) */
#search_results table {
  width: 100%; }

#search_results table th,
div#facets_container h3 {
  background-color: #4D4F53;
  color: #FFF;
  text-transform: uppercase;
  padding-left: 5px;
  text-align: left;
  font-size: 1.1em;
  padding: 5px 10px;
  margin-bottom: 0; }

#search_results table td {
  font-size: 1.2em;
  padding: 0;
  margin-top: 1px;
  vertical-align: middle;
  line-height: 1rem; }

#search_results table tr.heading {
  height: 12px; }

#search_results table td.address-icon {
  width: 34px;
  padding: 2px 0; }

#search_results table td.address {
  font-weight: bold;
  white-space: nowrap; }

#search_results table td.postal_code, #search_results table td.city {
  font-weight: bold; }

/* only pointer on address rows (not postal codes) */
#search_results #addresses table tr.result {
  cursor: pointer; }

#addresses tr.result:hover {
  background-color: #F7F7F7; }

#addresses tr.selected_result {
  background-color: #F7F7F7;
  border-bottom: 1px solid #FFF; }

#addresses tr.search_result_added_info.title {
  font-weight: bold;
  border-bottom: 0; }

#search_results #addresses table tr.search_result_added_info.title td {
  font-size: 1.1em;
  padding-bottom: 0px; }

/* Search result group mode */
#search_results #addresses h2.addresses {
  background-color: #4D4F53;
  color: #FFFFFF;
  font-size: 1.1em;
  padding: 5px 30px;
  text-align: left;
  text-transform: uppercase; }

#search_results #addresses ul.address_groups li {
  position: relative; }

#search_results #addresses ul.address_groups li img {
  position: absolute;
  left: 0px;
  top: 8px; }

#search_results #addresses ul.address_groups li img.po_box {
  margin-top: 12px; }

#search_results #addresses ul.address_groups li h3.group_heading {
  font-size: 1.4em;
  padding: 9px 0 5px;
  margin-top: 1px;
  margin-left: 30px;
  margin-bottom: 0;
  font-weight: bold; }

#search_results #addresses ul.address_groups li h3.group_heading .info {
  font-weight: normal;
  margin-left: 10px; }

#search_results #addresses ul.address_groups p {
  margin: 0 0 7px 30px;
  font-size: 1.2em;
  background-color: #FFF;
  line-height: 2em;
  display: inline-block; }

/* putting the group number into blocks */
#search_results #addresses ul.address_groups p .group_number {
  width: 40px;
  display: block;
  float: left;
  text-align: right; }

/* links should probably not be RED in postal code search */
#search_results #postal_codes table td a {
  color: #4D4F53; }

#search_results #postal_codes table td.postal_code {
  width: 80px; }

#search_results #addresses table a:before {
  content: ''; }

#search_results #addresses table a {
  padding: 0px;
  box-shadow: none; }

div#languages {
  text-align: right;
  z-index: 1;
  right: 0;
  background-color: #FFF;
  border-top: 0;
  -moz-box-shadow: 0 0 3px #BFC0C4;
  -webkit-box-shadow: 0 0 3px #BFC0C4;
  box-shadow: 0 0 3px #BFC0C4; }

div#languages h4 {
  text-align: left;
  font-weight: bold;
  padding: 5px 45px 7px 7px;
  font-size: 0.9em;
  background: transparent no-repeat scroll 92% 45%;
  background-image: url(/assets/grey_arrow_lang-366ea7c997becd22366472270ed5dabce731eb268de97797fc65ea6fee11c06a.png);
  cursor: pointer; }

div#languages li {
  margin-bottom: 6px;
  text-align: left;
  font-weight: bold;
  padding: 0 7px; }

ul.menu-top li a.current {
  display: none; }

ul.menu-top li a {
  display: block; }

#advanced, #help, #feedback {
  overflow: hidden;
  max-width: 986px;
  margin-left: auto;
  margin-right: auto; }

#advanced h2 {
  background-color: #4D4F53;
  color: #FFFFFF;
  font-size: 1.1em;
  padding: 5px 10px;
  text-align: left;
  text-transform: uppercase; }

#advanced #example {
  font-size: 1.4em;
  color: #4D4F53;
  padding: 10px;
  margin: 20px 0 10px 0;
  border: 10px solid #EFEFF0;
  height: 14px; }

#advanced h3 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 5px; }

#advanced div.help h3 {
  margin-bottom: 1px;
  font-size: 1.2em; }

#advanced .search {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: white;
  padding: 10px; }

@media (max-width: 768px) {
  #advanced .search .address_type label {
    min-width: 215px; } }
#advanced label.disabled {
  display: none; }

#advanced div.type_container {
  margin-right: 20px;
  display: inline; }

#advanced div.type_container label {
  vertical-align: middle; }

#advanced .search .address_type.field {
  margin-bottom: 10px; }

#advanced div.type_container div.radio,
#advanced div.postal_codes_type_container div.radio {
  margin-right: 5px; }

#advanced div.type_container label,
#advanced div.postal_codes_type_container label {
  padding-bottom: 5px;
  font-weight: normal; }

#advanced div.street_fields div.field,
#advanced div.city_postal_code_fields div.field,
#advanced div.mailbox_fields div.field,
#advanced div.municipality_county_fields div.field,
#advanced div.internal_text_fields div.field {
  float: left;
  margin-right: 10px; }

#advanced .search input.text {
  /*
  	padding: 4px 10px;
  	font-size: 1.4em;
  	font-family: Arial,Helvetica,sans-serif;
  	border: 1px solid;
  	border-color:#4D4F53 #9F9F9F #B6B6B6;
  	color: #4D4F53;
  	margin-top: 5px;
  	-moz-box-shadow: inset 0px 1px 1px 0px #B6B6B6;
  	-webkit-box-shadow: inset 0px 1px 1px 0px #B6B6B6;
  	box-shadow: inset 0px 1px 1px 0px #B6B6B6;
  */
  height: 50px; }

#advanced div.street_fields div.field:last-child {
  margin-right: 0; }

#advanced .search input.disabled {
  display: none; }

#advanced .search input#street, #advanced .search input#city, #advanced .search input#mailbox_facility_name, #advanced .search input#place, #advanced .search input#municipality, #advanced .search input#county {
  width: 200px; }

#advanced .search div.postal_code,
#advanced .search div.mailbox_number {
  width: 80px; }

#advanced .search input#street_number,
#advanced .search input#postal_code,
#advanced .search input#mailbox_number {
  max-width: 48px;
  /* aprox 4 letters */ }

#advanced .search input#postal_code,
#advanced .search input#mailbox_number {
  width: 58px; }

#advanced .search input#street_letter {
  /* aprox 1 letter */
  max-width: 48px; }

#advanced hr#internal_separator {
  margin-top: 15px; }

label.separator {
  padding-top: 10px; }

#advanced .help {
  width: 316px;
  float: left; }

#advanced #internal_user select {
  width: 150px; }

a.more {
  font-size: 1.2em;
  font-weight: bold;
  background: transparent no-repeat scroll 100% 50%;
  padding-right: 20px; }

a.more:hover {
  background-image: url(/assets/grey_arrow_down-366ea7c997becd22366472270ed5dabce731eb268de97797fc65ea6fee11c06a.png); }

a.more.inset {
  text-shadow: 0 1px 0 #FFF; }

/*help accordion start*/
div#help_accordion h3 a {
  font-size: 1em;
  text-transform: uppercase;
  padding: 10px; }

div#help_accordion h4 {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px; }

div#help_accordion div {
  padding: 10px;
  font-size: 1.2em;
  line-height: 1.4em; }

div#help_accordion ul.help_items {
  margin-left: 13px; }

div#help_accordion ul.help_items li {
  list-style-type: disc;
  list-style-position: outside; }

div#help_accordion ul.help_items li span {
  color: #4D4F53; }

/*help accordion end*/
/* Feedback */
#feedback p {
  font-size: 1.4em; }

#feedback form.feedback {
  background-color: #EFEFF0;
  padding: 10px; }

fieldset {
  margin: 10px 0; }

fieldset legend {
  font-size: 1.2em;
  font-style: italic;
  padding: 20px 0 10px 0; }

/* ----- SimpleForm Styles ----- */
.simple_form div.input {
  margin-bottom: 10px; }

.simple_form input.string, .simple_form textarea.text {
  padding: 4px 10px;
  font-size: 1.4em;
  font-family: Arial,Helvetica,sans-serif;
  border: 1px solid;
  border-color: #4D4F53 #9F9F9F #B6B6B6;
  color: #4D4F53;
  margin-top: 5px;
  -moz-box-shadow: inset 0px 1px 1px 0px #B6B6B6;
  -webkit-box-shadow: inset 0px 1px 1px 0px #B6B6B6;
  box-shadow: inset 0px 1px 1px 0px #B6B6B6; }

.simple_form textarea.text {
  height: 150px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12	px; }

.simple_form label {
  font-size: 1.4em;
  font-weight: bold;
  display: block;
  width: 200px; }

.simple_form label.select {
  margin-top: 0; }

.simple_form select#feedback_feedback_type {
  margin-top: 5px; }

div.boolean, .simple_form input[type='submit'], .simple_form button.query.medium {
  margin-top: 0; }

div.boolean label, label.collection_radio {
  float: none;
  margin: 0; }

.simple_form label.collection_radio {
  margin-right: 10px;
  vertical-align: -2px;
  margin-left: 2px; }

.simple_form .error {
  clear: left;
  color: black;
  display: block;
  margin-left: 285px;
  font-size: 1.2em;
  margin-top: 5px;
  color: #E32D22; }

.simple_form .field_with_errors input.string, .simple_form .field_with_errors textarea.text {
  border: 1px solid #E32D22; }

.simple_form .hint {
  clear: left;
  margin-left: 220px;
  font-size: 1.2em;
  color: #555;
  display: block;
  font-style: italic; }

.simple_form input.radio {
  margin-right: 5px;
  vertical-align: -3px; }

.simple_form input.check_boxes {
  margin-left: 3px;
  vertical-align: -3px; }

.simple_form label.collection_check_boxes {
  float: none;
  margin: 0;
  vertical-align: -2px;
  margin-left: 2px; }

/* SimpleForm styles end */
/*Adjustments to posten framework / top menu*/
#menu-main {
  min-width: 600px; }

ul.menu-main a {
  font-weight: normal;
  font-size: 1.2em; }

div#logo-bar div.languages {
  font-size: 1.2em; }

div#genTwoHeader {
  margin-bottom: 0px; }

div#genTwoHeader ul.genTwo li a.posten_back, div#genTwoHeader ul.genTwo li a.posten_back:hover {
  color: #4D4F53;
  background: url() repeat-x scroll left -844px #BFC0C4;
  margin: 0; }

div#genTwoHeader ul.genTwo a.posten_back span.menuText {
  background: url(/assets/grey_arrow_left-c2a26d642fc03e214196271b5c834afa3648072c016aa2fd623bfbbc6b6e2bfe.png) no-repeat scroll 9% 50%;
  padding-left: 25px;
  padding-right: 15px; }

div#genTwoHeader ul.genTwo li a.posten_back:hover span.menuText {
  height: 38px;
  line-height: 38px; }

/*End adjustments to posten framework / top menu*/
div#addresses-footer {
  clear: both;
  text-align: center;
  background: #B4B4B4 url(/assets/footer_grad_bkg-14f6b869150a84ed26683efd7eadcb1b0ea5e4e1efcb817704a1c29960b88b21.png) repeat-x scroll top left;
  min-height: 100px;
  padding-top: 40px;
  font-size: 1.1em; }

div#addresses-footer a {
  color: #FFF; }

div#addresses-footer a:hover {
  color: #4D4F53; }

#addresses a {
  color: #4D4F53;
  text-decoration: none;
  font-weight: normal; }

div#usage_terms h2,
div#changes h2 {
  margin-bottom: 20px;
  clear: right; }

div#usage_terms h3,
div#changes h3 {
  font-size: 1.5em;
  margin-bottom: 10px; }

div#usage_terms p,
div#help p,
div#changes p {
  font-size: 1.2em;
  margin: 15px 0px;
  line-height: 1.35em; }

div#usage_terms a,
div#changes a {
  color: #00B2E4; }

div#usage_terms a:hover,
div#changes a:hover {
  color: #4D4F53; }

/* sticky navigation */
.stickyWrapper {
  float: right; }

/* .fixed { left: 50%; margin-left:169px; position: fixed; top: 0;} */
div#help .panels h2 {
  margin-bottom: 20px; }

div#error ul li {
  list-style-type: disc;
  list-style-position: outside;
  font-size: 1.2em;
  margin: 0px 0 15px 15px; }

div#help .panels ul li span, div#error ul li span {
  color: #4D4F53; }

/* code examples */
strong {
  font-weight: bold; }

pre {
  background-clip: padding-box;
  background-color: #FAFAFB;
  border: 1px solid #cecfd0;
  color: #4D4F53;
  font: 12px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
  margin: 0 0 15px 0;
  overflow: auto;
  padding: 10px; }

pre code {
  white-space: pre; }

pre span.comment {
  color: #AAAAAA; }

div#help {
  overflow: hidden; }

div#help text #poststed {
  margin-left: 10px;
  font-size: 1.4em;
  font-weight: bold; }

div#help text form {
  background-color: #EFEFF0;
  padding: 10px; }

div#help text form#post_office_search {
  background-color: inherit;
  padding: 0; }

div#help text form#post_office_search input {
  height: 21px; }

div#help text form#post_office_search button {
  margin-left: 10px; }

ul.toolBox li.feedback {
  padding: 0 20px 0 0; }

li.direct-link a {
  display: block;
  width: 100%;
  color: #717074; }

li.feedback a {
  padding: 11px 10px; }

p.info {
  color: #9F9F9F;
  font-size: 1.2em; }

.ingress, .preface {
  color: #86868A;
  font-size: 1.6em; }

.hidden {
  display: none; }

.input-container {
  width: 56%;
  position: relative;
  display: inline-block;
  border-color: #7d7d81 #8c8c90 #8c8c90;
  border-style: solid;
  border-right: 1px solid #8c8c90;
  border-width: 1px;
  box-shadow: 0 20px 4px -20px #949598 inset;
  padding-right: 40px;
  background-color: white;
  float: left; }

button.btn-search {
  position: absolute;
  background: url(/assets/m-search-153e35d48f8d17b2089b90c3f4676399fbccd714eda771ca3e2cd5a166c308a7.png) no-repeat scroll left center white;
  border: medium none;
  top: 4px;
  right: 3px;
  height: 29px;
  width: 27px;
  cursor: pointer; }

.search-box {
  max-width: 986px;
  margin-right: auto;
  margin-left: auto; }

.app-links {
  margin-left: 23px;
  display: inline-block; }

.input-container input:focus {
  outline: none; }

@media (max-width: 570px) {
  .input-container {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 -2px 3px -1px rgba(0, 0, 0, 0.2), 0 2px 5px -3px white;
    border-width: 0px; }

  .input-container input:focus {
    border-width: 0px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: rgba(255, 255, 255, 0);
    tap-highlight-color: transparent;
    outline: none; }

  .app-links {
    margin-left: 0px;
    margin-top: 10px; }

  .app-links li {
    margin-right: 10px;
    float: left; } }
.copyright {
  font-style: italic;
  font-size: 11px;
  margin-top: 20px; }

@media (max-width: 340px) {
  .menuText {
    padding: 0 10px; } }
#feedback_feedback_type option {
  padding-top: 5px;
  padding-bottom: 5px; }

#help {
  background-color: transparent; }

#center, #east {
  text-align: left;
  background-color: #FFF;
  display: inline-block; }

td.uppercase {
  text-transform: uppercase; }

a.basic-search-link {
  font-size: 1.5em; }

@media (min-width: 769px) {
  .show-mobile {
    display: none; } }
/*! jQuery UI - v1.11.1 - 2014-08-13
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* 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); /* support: IE8 */
}

.ui-front {
	z-index: 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-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,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: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.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 #cccccc;
	background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	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 #fbcb09;
	background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.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: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top 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: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.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); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ffd27a_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: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}
/*
.kp-tooltip-styling {
    background-image: image-url('tooltip-arrow.gif');
    background-repeat: no-repeat;
    background-position: 0 -20px;
    padding-left: 10px;
    position: absolute;
    z-index: 3000;
    max-width: 400px;
    line-height: 1.4em;
}
*/
.kp-tooltip-styling {
  background-color: #4d4f53;
  margin: 0;
  color: #fff;
  font-size: 13px;
  padding: 10px 25px 10px 10px;
  -moz-box-shadow: 2px 2px 8px #888;
  -webkit-box-shadow: 2px 2px 8px #888;
  box-shadow: 2px 2px 8px #888;
  line-height: 1.6em;
  border: none; }

.tooltip.error {
  background-image: url(/assets/arrow-error-red-7f7a9478ec536edd9087ea93e65424fa942cf46eaf9ba32e7150ef26da0b7115.png);
  background-repeat: no-repeat;
  background-position: 90% 0;
  padding-top: 10px;
  position: absolute;
  z-index: 3000;
  max-width: 400px;
  display: none; }

.tooltip.error.left {
  background-position: 10% 0; }

.tooltip.error h3 {
  background-color: #4d4f53;
  margin: 0;
  color: #fff;
  font-size: 12px;
  padding: 15px;
  -moz-box-shadow: 2px 2px 8px #888;
  -webkit-box-shadow: 2px 2px 8px #888;
  box-shadow: 2px 2px 8px #888; }

.ui-tooltip-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  display: block;
  width: 0; }

.right .ui-tooltip-content::after {
  top: 5px;
  left: -10px;
  border-color: transparent #666;
  border-width: 10px 10px 10px 0; }

.left .ui-tooltip-content::after {
  top: 18px;
  right: -10px;
  border-color: transparent #666;
  border-width: 10px 0 10px 10px; }

.top .ui-tooltip-content::after {
  bottom: -10px;
  left: 27px;
  border-color: #4d4f53 transparent;
  border-width: 10px 10px 0; }

.bottom .ui-tooltip-content::after {
  top: -10px;
  left: 22px;
  border-color: #666 transparent;
  border-width: 0 10px 10px; }
/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/
/* Global Declaration */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-image: url(/images/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }

.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button * {
  margin: 0;
  padding: 0; }

/* Radio */
div.radio {
  width: 20px;
  height: 20px; }

div.radio input {
  width: 20px;
  height: 20px; }

div.radio span {
  height: 20px;
  width: 20px;
  background-image: url(/assets/input-radio-7bf2c1827f7b994b052900bda7c3fc32bb404563f2b752a7cb2c23a3ccf7dd28.png); }

/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector,
.checker,
.button,
.radio,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline; }

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0; }

/* Button */
div.button a,
div.button button,
div.button input {
  position: absolute; }

div.button {
  cursor: pointer;
  position: relative; }

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center; }

/* Select */
div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden; }

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 25px;
  border: none;
  background: none; }

/* Checker */
div.checker {
  position: relative; }

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center; }

div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  background: none; }

/* Radio */
div.radio {
  position: relative; }

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center; }

div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  display: inline-block;
  background: none; }

/* Uploader */
div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default; }

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer; }

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default; }

div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default; }
/*








*/

