/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}.clear{clear:both}.clear-left{clear:left}.clear-right{clear:right}.align-top{vertical-align:top}.align-bottom{vertical-align:bottom}.align-middle{vertical-align:middle}.align-right{text-align:right}.align-left{text-align:left}.align-center{text-align:center}.align-content-top>*,.act>*{display:inline-block;vertical-align:top;*display:inline;*zoom:1}.align-content-bottom>*,.acb>*{display:inline-block;vertical-align:bottom;*display:inline;*zoom:1}.align-content-middle>*,.acm>*{display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.align-content-middle>*.flex,.acm>*.flex{display:flex}.align-content-middle>script,.acm>script,.align-content-middle>style,.acm>style{display:none !important}.align-content-middle>[class*="icon-"],.acm>[class*="icon-"]{vertical-align:middle !important}.ltr{direction:ltr}.rtl{direction:rtl}.ir{border:0;font:0/0 a;text-shadow:none;color:transparent;background-color:transparent}.inline{display:inline}.inline-block{display:inline-block;*display:inline;*zoom:1}.hide,.display-none{display:none !important}.none{display:none}.block{display:block}.table{display:table}.table-row{display:table-row}.table-cell{display:table-cell}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-column{flex-direction:column}.flex.align-center{align-items:center;justify-content:center}.flex.align-center>*{margin-left:auto;margin-right:auto}.flex.align-end{align-items:flex-end}.flex.align-content-middle,.flex.acm{align-items:center}.flex.align-content-middle>*,.flex.acm>*{margin-top:auto;margin-bottom:auto}.flex-grow-children>*{flex-grow:1}.flex-grow{flex-grow:1}.flex.clearfix:before,.flex.clearfix:after{display:none}.justify-space-between{justify-content:space-between}.justify-center{justify-content:center}.justify-right{justify-content:flex-end}.f-right{float:right}.f-left{float:left}.f-none{float:none}.half-width{width:50%}.full-width{width:100%}.no-border{border:0px none !important}.no-margin{margin:0px !important}.no-padding{padding:0px !important}.no-float{float:none !important}.no-clear{clear:none !important}.no-list-style,.nls{list-style-type:none}.no-link-style{text-decoration:inherit;color:inherit}.no-link-style:hover{text-decoration:inherit;color:inherit}.no-border-radius{border-radius:0px !important}.disc{list-style-type:disc}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:-webkit-sticky;position:sticky}.stick{position:fixed}.pointer{cursor:pointer}.grab{cursor:-webkit-grab;cursor:grab}.grab:active,.grab.gu-mirror{cursor:-webkit-grabbing;cursor:grabbing}.grabbing{cursor:-webkit-grabbing;cursor:grabbing}.white,.white:hover,.white:visited{color:#fff !important}.black{color:#000}.main-color,.no-touch .main-color-on-hover:hover,.mc,.no-touch .mcoh:hover{color:#09223c}.main-color,.no-touch .main-color-on-hover:hover,.sc,.no-touch .scoh:hover{color:#09223c}.tek-success,.tek-plus,.tek-green{color:#72C054}.tek-error,.tek-minus,.tek-red{color:#C52222}.main-background-color,.mbc{background-color:#09223c}.site-background-color,.sbc,.button.button-tek-site{background-color:#09223c}.small-font{font-size:.8rem}.normal-font{font-size:1.2rem}.medium-font{font-size:1.6rem}.large-font{font-size:2rem}.xlarge-font{font-size:3rem}.break-word{word-wrap:break-word}.nowrap{white-space:nowrap}.ellipsis{text-overflow:ellipsis}.italic{font-style:italic}.ultra-thin{font-weight:100}.thin{font-weight:200}.light{font-weight:300}.normal{font-weight:400}.semi-bold,.weight-600{font-weight:600}.bold{font-weight:700}.line-through{text-decoration:line-through}.underline{text-decoration:underline}.uppercase{text-transform:uppercase}.no-text-decoration,.ntd,.underline-on-hover,.uoh,.no-touch .uoh:hover .ntd,.no-touch .underline-on-hover:hover .ntd,.no-touch .uoh:hover .no-text-decoration,.no-touch .underline-on-hover:hover .no-text-decoration{text-decoration:none}.no-touch .underline-on-hover:hover,.no-touch .uoh:hover{text-decoration:underline}.no-pointer-events{pointer-events:none}.helvetica,.arial{font-family:Helvetica,Arial,sans-serif}.oswald{font-family:"Oswald",Helvetica,Arial,sans-serif}.crete-round{font-family:"Crete Round",Times,sans-serif}.open-sans{font-family:"Open Sans",Helvetica,Arial,sans-serif}.century-gothic{font-family:"Century Gothic","Trebuchet MS","Lucida Grande",Lucida,Helvetica,Arial,sans-serif}.bitter{font-family:"Bitter",serif}.border-radius-medium{border-radius:4px}.circle{border-radius:50%}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-auto{overflow:auto}.margin-small{margin:.5rem}.margin-medium{margin:1.1rem}.margin-large{margin:2.2rem}.no-user-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.grayscale{-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-backface-visibility:hidden;backface-visibility:hidden}.rotate-90{transform:rotate(90deg)}@media screen and (max-width:750px){.flex:not(.flex-column){flex-wrap:wrap}.hide-on-tablet,.hide-on-mobile,.hide-mobile{display:none !important}}@media screen and (min-width:751px){.hide-on-desktop{display:none !important}}.clone-box-decoration{-webkit-box-decoration-break:clone;box-decoration-break:clone}.flex-grid{padding-right:.55rem;padding-left:.55rem}.flex-row{margin-right:-0.55rem;margin-left:-0.55rem}.flex-row>.column{padding-right:.55rem;padding-left:.55rem;margin-bottom:1.1rem}.flex-row{display:flex;flex-wrap:wrap}.flex-row .one-third{width:33.333333%}.flex-row .two-thirds{width:66.666667%}.flex-row .one-fourth{width:25%}.flex-row .one-half{width:50%}.flex-row .three-fourths{width:75%}.flex-row .one-fifth{width:20%}.flex-row .one-eight{width:12.5%}.flex-row .one-tenth{width:10%}.flex-row .four-tenths{width:40%}.flex-row .six-tenths{width:60%}.flex-row .four-fifths,.flex-row eight-tenths{width:80%}.flex-row .nine-tenths{width:90%}.flex-row .full-width{width:100%}@media screen and (max-width:480px){.flex-grid{padding-right:.55rem;padding-left:.55rem}.flex-row{margin-right:-0.55rem;margin-left:-0.55rem}.flex-row>.column{padding-right:.55rem;padding-left:.55rem;margin-bottom:1.1rem}.flex-row.break-mobile>.column{width:100%}}@media screen and (max-width:750px){.flex-grid{padding-right:.55rem;padding-left:.55rem}.flex-row{margin-right:-0.55rem;margin-left:-0.55rem}.flex-row>.column{padding-right:.55rem;padding-left:.55rem;margin-bottom:1.1rem}.flex-row.break-tablet>.column{width:100%}}.editorial-base{font-family:"Open Sans",Helvetica,Arial,sans-serif;font-style:normal}.editorial-normal{font-family:"Open Sans",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400}.editorial-bold{font-family:"Open Sans",Helvetica,Arial,sans-serif;font-style:normal;font-weight:700}.editorial-black{font-family:"Open Sans",Helvetica,Arial,sans-serif;font-style:normal;font-weight:800}.commercial-base{font-family:"Bitter",serif;font-style:normal}.commercial-normal{font-family:"Bitter",serif;font-style:normal;font-weight:400}.commercial-bold{font-family:"Bitter",serif;font-style:normal;font-weight:700}.commercial-black{font-family:"Bitter",serif;font-style:normal;font-weight:800}.feedback{*zoom:1;background:#f5f5f5;padding:.55rem;margin-bottom:.55rem;font-size:1.4rem;color:#09223c}.feedback:before,.feedback:after{content:" ";display:table}.feedback:after{clear:both}.column .feedback:last-child{margin-bottom:0}.feedback.sbc{color:#f5f5f5}.feedback.dark{color:#fff;background-color:#333}.feedback.red{color:#490E0E;background-color:#E75045}.feedback.green{color:#fff;background-color:#1ed760}.feedback.orange{color:#663000;background-color:#FF851B}.feedback.main-color{color:#fff;background-color:#09223c}.feedback.main-color a{color:inherit;text-decoration:none}.feedback.main-color a:hover{text-decoration:underline}.feedback.success{background-color:#6FA742;color:#fff}.feedback.warning{background-color:#bd3232;color:#fff}.feedback h4{margin-top:.8em !important;margin-bottom:.4em !important;line-height:1em !important}.feedback.inline-block{margin:0;padding:1% 2%;margin-top:-1%}.feedback::before{display:inline-block;float:left;font-size:3em;font-family:FontAwesome;font-weight:normal;font-style:normal;line-height:1em;margin-right:.2em}.feedback.inline-block::before{font-size:1.6em;height:initial;width:initial;min-width:12px;margin:0 4px}.feedback.info::before{content:"\F129"}.feedback.success::before{content:"\F00C"}.feedback.warning::before{content:"\F071"}.feedback.refresh::before{content:"\F021"}.feedback.no-icon::before{display:none}button,input[type="submit"],input[type="button"],.button{display:inline-block;line-height:1.6em;text-decoration:none;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;border-radius:.15em;font-family:"Open Sans",Helvetica,Arial,sans-serif;box-shadow:0 1px 1px rgba(255,255,255,0.4) inset,0 -1px 1px rgba(0,0,0,0.1) inset;padding:.5em 1em;font-size:1em;border:1px solid rgba(0,0,0,0.15);outline:0;background-color:#f9f9f9;color:#09223c}button:hover,input[type="submit"]:hover,input[type="button"]:hover,.button:hover{background-image:none;background-color:#fafafa;color:#09223c}.button-group button,.button-group input[type="submit"],.button-group input[type="button"],.button-group .button{border-radius:0;border-left-width:0}.button-group button:first-child,.button-group input[type="submit"]:first-child,.button-group input[type="button"]:first-child,.button-group .button:first-child,.button-group button.first,.button-group input[type="submit"].first,.button-group input[type="button"].first,.button-group .button.first{border-radius:.15em 0 0 .15em;border-left-width:1px}.button-group button:last-child,.button-group input[type="submit"]:last-child,.button-group input[type="button"]:last-child,.button-group .button:last-child,.button-group button.last,.button-group input[type="submit"].last,.button-group input[type="button"].last,.button-group .button.last{border-radius:0 .15em .15em 0}.button-group button:first-child:last-child,.button-group input[type="submit"]:first-child:last-child,.button-group input[type="button"]:first-child:last-child,.button-group .button:first-child:last-child,.button-group button.first.last,.button-group input[type="submit"].first.last,.button-group input[type="button"].first.last,.button-group .button.first.last{border-radius:.15em}button:active,input[type="submit"]:active,input[type="button"]:active,.button:active,button.active,input[type="submit"].active,input[type="button"].active,.button.active,button.pressed,input[type="submit"].pressed,input[type="button"].pressed,.button.pressed{outline:0;box-shadow:0 .3em .3em rgba(0,0,0,0.1) inset}button.disabled,input[type="submit"].disabled,input[type="button"].disabled,.button.disabled,button[disabled],input[type="submit"][disabled],input[type="button"][disabled],.button[disabled]{opacity:.5;cursor:default}button.button-small,input[type="submit"].button-small,input[type="button"].button-small,.button.button-small{font-size:.8em}button.button-large,input[type="submit"].button-large,input[type="button"].button-large,.button.button-large{font-size:1.6em}button.button-enormous,input[type="submit"].button-enormous,input[type="button"].button-enormous,.button.button-enormous{font-size:2.2em}button.button-blue,input[type="submit"].button-blue,input[type="button"].button-blue,.button.button-blue{background-color:#09223c;color:#fff;text-shadow:1px 1px 0 #000}button.button-blue:hover,input[type="submit"].button-blue:hover,input[type="button"].button-blue:hover,.button.button-blue:hover{background-image:none;background-color:#0c2c4e;color:#fff}button.button-green,input[type="submit"].button-green,input[type="button"].button-green,.button.button-green{background-color:#1ed760;color:#fff;text-shadow:1px 1px 0 #127d38}button.button-green:hover,input[type="submit"].button-green:hover,input[type="button"].button-green:hover,.button.button-green:hover{background-image:none;background-color:#20e064;color:#fff}button.button-red,input[type="submit"].button-red,input[type="button"].button-red,.button.button-red{background-color:#E75045;color:#fff;text-shadow:1px 1px 0 #af2117}button.button-red:hover,input[type="submit"].button-red:hover,input[type="button"].button-red:hover,.button.button-red:hover{background-image:none;background-color:#e95e53;color:#fff}button.block,input[type="submit"].block,input[type="button"].block,.button.block{display:block;width:100%}.button-group{display:flex}div#top{width:100%;background:#09223c;white-space:nowrap;overflow-x:auto;overflow-y:visible;will-change:transform;padding:5px 0}div#top div#logo{margin:0 5rem;float:left}div#top div#menu{margin:0 0 0;display:inline-block}div#top div#menu ul#tabs{margin:0;padding:0;list-style-type:none;max-width:100%}div#top div#menu ul#tabs li{display:inline-block;text-align:center;position:relative;transform:translate(0)}div#top div#menu ul#tabs li:after{right:0;top:0;bottom:0;background:linear-gradient(to bottom, transparent, #eee, transparent);content:"";position:absolute;display:block;width:1px}div#top div#menu ul#tabs li:last-child:after{display:none}div#top div#menu ul#tabs li a{display:block;padding:1.1rem;text-decoration:none !important;position:relative;color:#fff}div#top div#menu ul#tabs li a i{font-size:2.3rem;transition:transform 100ms;margin:0 0 .2rem;-webkit-backface-visibility:hidden;backface-visibility:hidden}div#top div#menu ul#tabs li a:hover i{transform:scale(1.2)}div#top div#menu ul#tabs li a:hover span{display:block}div#top div#menu ul#tabs li a.logout i{color:#a0522d}div#top div#menu ul#tabs li a .link-text{top:60%;left:50%;position:absolute;pointer-events:none}div#top div#menu ul#tabs li a span{display:none;font-size:1rem;position:relative;background:rgba(0,0,0,0.8);color:#fff;padding:.3rem 1rem;white-space:nowrap;top:0;left:-50%;z-index:1;border-radius:.4rem}div#top div#menu ul#tabs li #suBox{position:absolute;top:100%;left:0;right:40px;width:200px;padding:1rem;background:#fff;border:1px solid #09223c;box-shadow:0 .8rem .5rem -0.5rem rgba(0,0,0,0.3)}div#top div#menu ul#tabs li #suBox p{margin:0}div#top div#menu ul#tabs li #suBox p input{width:100%}div#top div#menu ul#tabs li.selected a i{color:#5da1e7}div#top #quickjump{position:absolute;top:1rem;right:1rem;padding:.6rem;display:block}div#top #quickjump span{float:left}div#top #quickjump input[type="text"]{width:10rem;float:left;border-color:#09223c}ul.sectionMenu,ul#sectionMenu{*zoom:1;display:block;margin:0;padding:.3rem 3rem 0;border-bottom:.5rem solid #09223c;background:#5da1e7;list-style-type:none;position:-webkit-sticky;position:sticky;z-index:1;top:0}ul.sectionMenu:before,ul#sectionMenu:before,ul.sectionMenu:after,ul#sectionMenu:after{content:" ";display:table}ul.sectionMenu:after,ul#sectionMenu:after{clear:both}ul.sectionMenu li,ul#sectionMenu li{display:block;float:left;padding:0}ul.sectionMenu li>*,ul#sectionMenu li>*{padding:.65rem 2rem;color:#09223c;font-size:1.05rem;display:block}ul.sectionMenu li>a,ul#sectionMenu li>a{text-decoration:none;font-weight:normal}ul.sectionMenu li>a:hover,ul#sectionMenu li>a:hover{background:#09223c;color:#fff}ul.sectionMenu li>a img,ul#sectionMenu li>a img{width:1rem;height:1rem}ul.sectionMenu li.active>a,ul#sectionMenu li.active>a{background:#09223c;color:#fff}ul.sectionMenu li.disabled>a,ul#sectionMenu li.disabled>a{color:#ccc}ul.sectionMenu #menuHeadline,ul#sectionMenu #menuHeadline{padding:.3rem 0 0;float:right}ul.sectionMenu #menuHeadline .status,ul#sectionMenu #menuHeadline .status{display:inline-block;cursor:default;background-color:#aaa;color:#fff;padding:.1rem 1.1rem;border-radius:1px;border:1px solid #fff;margin-right:.5em;text-transform:capitalize}ul.sectionMenu #menuHeadline .status.published,ul#sectionMenu #menuHeadline .status.published{background-color:#1ed760}ul.sectionMenu #menuHeadline .headline,ul#sectionMenu #menuHeadline .headline{font-size:1.33rem;font-weight:bold}ul.sectionMenu #popularity,ul#sectionMenu #popularity{font-size:1.8rem;font-weight:bold;padding-right:2rem;float:right}ul.sectionMenu #popularity .heart-small,ul#sectionMenu #popularity .heart-small{font-size:1rem;opacity:.8}ul.sectionMenu #popularity .heart-medium,ul#sectionMenu #popularity .heart-medium{font-size:1.3rem;opacity:.8}ul.sectionMenu #popularity .heart-large,ul#sectionMenu #popularity .heart-large{font-size:1.6rem;opacity:.8}ul.sectionMenu #popularity .heart-selected,ul#sectionMenu #popularity .heart-selected{color:#1ed760;opacity:1}.document-list{justify-content:center}.document-list.loading{pointer-events:none;opacity:.3}.document-list article{width:240px;height:290px;margin:.55rem;position:relative;text-align:center;background-color:#fff;box-shadow:0 0 .3rem rgba(0,0,0,0.3)}.document-list article:hover{box-shadow:0 0 .3rem #09223c}.document-list article:before{position:absolute;top:0;right:0;bottom:auto;left:0;z-index:1}.document-list article[data-done="1"]:before{content:"Sendt til korrektur";font-style:italic;padding:.55rem;border-bottom:2px solid ;border-color:#efc72c;pointer-events:none}.document-list article[data-done="1"][data-proof-read="1"]:before{content:"Klar til publisering";border-color:#09223c}.document-list article[data-done="1"][data-published]:before{content:"Publisert " attr(data-published);border-color:#1ed760}.document-list article[data-done="1"][data-publish-future="1"]:before{content:"Publiseres " attr(data-published);border-bottom-style:dashed}.document-list article a.external-link{top:auto;right:0;bottom:0;left:0;position:absolute;height:2.2rem;color:#09223c;text-decoration:none}.document-list article a.external-link:hover{color:#1ed760}.document-list article a.internal-link{top:0;right:0;bottom:2.2rem;left:0;position:absolute;display:block;padding:1.1rem;text-decoration:none;color:#09223c;display:flex;flex-wrap:wrap;transition:border-color .2s}.document-list article a.internal-link>*{margin:auto;width:100%}.document-list article a.internal-link h3{font-size:2rem;font-weight:400}.document-list article a.internal-link .fa-plus{color:#09223c;font-size:8rem}.document-list article a.internal-link .meta{position:absolute;top:auto;right:0;bottom:0;left:0;padding:.5rem;color:#3187e0;font-size:1rem}.document-list article a.internal-link .meta h4{color:#09223c;margin:0 0 .5rem;text-transform:uppercase;font-size:1.2em}*{box-sizing:border-box;-moz-boz-sizing:border-box}html{font-size:62.5%}body{margin:0;padding:0;font-family:Verdana,Arial,Helvetica,sans-serif;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:12px;font-size:1.2rem;background:#f4f4f4;color:#333}a,legend.clickable{cursor:pointer;color:#0035cc;font-weight:600}a:hover,legend.clickable:hover{cursor:pointer;color:#003ce6}.container-padding-medium{padding:.7rem}.child-padding-medium>*{padding:.7rem}.neo-red{color:#E75045}.neo-green{color:#E75045}.neo-dark{color:#09223c}.nav li{display:inline}.nav li:before{content:'>';display:inline;margin:0 .2rem;font-size:.8em}.nav li:first-child:before{display:none}.nav li:last-child a{font-weight:600;color:#09223c}.xdsoft_datetimepicker .xdsoft_calendar .xdsoft_default,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_default,.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div .xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar .xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_current,.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div .xdsoft_current{background:#09223c !important;box-shadow:rgba(0,0,0,0.2) 0 1px 3px 0 inset !important}.xdsoft_datetimepicker .xdsoft_calendar .xdsoft_default.xdsoft_option,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_default.xdsoft_option,.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div .xdsoft_default.xdsoft_option,.xdsoft_datetimepicker .xdsoft_calendar .xdsoft_current.xdsoft_option,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_current.xdsoft_option,.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div .xdsoft_current.xdsoft_option{box-shadow:none !important}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box td:hover,.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div td:hover,.xdsoft_datetimepicker .xdsoft_calendar>div>div:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover,.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>div>div:hover,.xdsoft_datetimepicker .xdsoft_calendar .xdsoft_option:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_option:hover,.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div .xdsoft_option:hover{background-color:#09223c !important}div.AnyTime-win{box-sizing:content-box;border-radius:0;border:.1rem solid #09223c}div.AnyTime-win *{box-sizing:content-box}div.AnyTime-win .ui-widget-header{background:#09223c;color:#fff;font-size:1.2rem;padding:.5rem;position:relative;border-radius:0}div.AnyTime-win .ui-widget-header .AnyTime-x-btn{position:absolute;right:.5rem;top:0;bottom:0;border:0;background:transparent;color:red;cursor:pointer;margin:auto;height:1.2rem}div.AnyTime-win .AnyTime-body .ui-state-highlight{background:#09223c}div.AnyTime-win .AnyTime-body .AnyTime-mons{width:auto;max-width:30rem}.fa.big,[class*="icon-"].big{font-size:1.4em}.publish-status-symbol{width:.8rem;height:.8rem;line-height:.8rem;font-size:1rem;background:#ccc;display:inline-block;border-radius:50%;text-align:center;position:relative}.publish-status-symbol.status-published{background:#1ed760}.publish-status-symbol.status-publish-future{background:#8bff8b;background:white}.publish-status-symbol.status-publish-future:before{font-family:FontAwesome;content:"\F017";color:#09223c !important;display:inline}.publish-status-symbol.status-publish-ready{background:#09223c}.publish-status-symbol.status-needs-proofread{background:#efc72c}.publish-status-symbol.status-removed{background:#f94040}component{font-size:initial}component table td{padding:initial;vertical-align:initial}div#bottom{text-align:center;font-size:8pt;border-top:2px solid #09223c;padding:10px 0}.ui-sortable .handle{cursor:move}.tabselector{list-style-type:none;padding:0 1rem 0 0;overflow:auto;margin:.5rem 0 0 0}.tabselector li{padding:.4rem 1.1rem;border:1px solid #ccc;border-right-width:0;float:left;background-color:#ddd;vertical-align:middle;cursor:pointer}.tabselector li:last-child{border-right-width:1px}.tabselector li.selected{background-color:transparent;border-bottom:0;padding-bottom:.5rem}.tabselector li.main{font-weight:bold}.tabselector li>*{display:inline-block;vertical-align:middle}.tabselector li img{margin-top:.3rem}.tabselector li a{font-size:1rem;text-decoration:none}.tabs .tab{display:none;overflow:auto;padding:5px}.tabs .tab.selected{display:block}.pager{list-style-type:none;padding-left:0}.pager li{float:left;padding:5px 7px;margin:0 5px}.pager li.page{border:1px solid silver}.pager li.selected{border:1px solid red}.hoverlay{z-index:2;position:absolute;top:0px;left:0px;bottom:0px;box-shadow:2px 2px 5px rgba(0,0,0,0.3);background:white;white-space:nowrap;padding:0px 5px !important}.hoverlay li{display:inline-block;padding:3px !important}.flipper{overflow:auto}.flipper .flip::after{margin-left:5px;content:"\27F1";text-decoration:none}.flipper .flip .open{background:#eee;padding-left:5px;padding-right:5px}.flipper .flip .open::after{content:"\27F0"}.search-results .entry{border-top:1px solid silver;padding:10px 3px}.search-results .entry:hover{background:#ccc}.search-results .entry .date:before{content:"|";margin-right:5px}.search-results .entry .date{color:#09223c}.search-results .entry .description{color:#FD6E2B}#toolbox{position:absolute;top:5px;left:235px;right:5px;width:900px;background:#eee;padding:5px;margin:5px;border:2px solid #ccc;z-index:100}#toolbox .headerbox{background:#322;color:white;border-radius:0 5px 0 0;padding:5px;overflow:auto}#toolbox .headerbox img.close{float:right;padding:3px 3px 0 0}#toolbox #imageEditor{list-style-type:none;padding:5px}#toolbox .image{position:relative;padding:0;margin:0;float:left;clear:left;width:490px;text-align:left}#toolbox .image input{width:100%}#toolbox label.top{margin-top:10px;margin-bottom:3px;display:block;font-weight:bold}#toolbox .uploadDate{margin-top:3px}#toolbox ul{padding:0px;list-style-type:none;margin:0px}#toolbox .tools{float:right;padding:5px}#toolbox .preview{border:1px solid silver;max-width:250px;max-height:250px;width:250px;height:250px;display:table-cell;vertical-align:middle;text-align:center;background-size:20px 20px;background-color:#666}#toolbox .preview img{max-width:100%;max-height:100%}.dropbox.upload{border:1px solid silver;min-height:150px}.dropbox .filebrowser .size:after{content:'b';color:#09223c;margin-left:.2rem}.dropbox .filebrowser .gb:after{content:'G'}.dropbox .filebrowser .mb:after{content:'M'}.dropbox .filebrowser .kb:after{content:'k'}.neo-modal{margin:auto;max-width:980px;min-height:25%;width:100%;background-color:#FFF;padding:20px 15px;margin-bottom:2em;z-index:50;box-shadow:0 0 1em rgba(0,0,0,0.4);position:absolute;top:0;left:0;right:0;overflow-x:hidden;overflow-y:auto}.neo-modal.neo-modal-small{max-width:600px}.neo-modal .modal-footer{*zoom:1;margin-top:10px;border-top:1px solid #AAA;padding-top:10px}.neo-modal .modal-footer:before,.neo-modal .modal-footer:after{content:" ";display:table}.neo-modal .modal-footer:after{clear:both}.neo-modal .close{border:0;font-size:2.8rem;position:absolute;right:1rem;top:1rem;padding:0;line-height:1em}.neo-modal.fixed{position:fixed}.neo-modal.flex .modal-header,.neo-modal.flex .tabselector,.neo-modal.flex .tabs{width:100%}.neo-modal.flex .tabselector{padding-bottom:1em}.neo-modal.flex .tabs{flex-grow:1;position:relative;max-height:45vh;overflow-y:auto;overflow-x:hidden}.neo-modal.flex .tabs .tab{padding:0}.neo-modal-backdrop{position:fixed;top:0;bottom:0;left:0;right:0;z-index:49;background-color:rgba(0,0,0,0.6)}.twitter-typeahead>.tt-dropdown-menu{right:0 !important;overflow:hidden}.twitter-typeahead>.tt-dropdown-menu .tt-suggestion{border:1px solid #aaaaaa;border-top:0;width:100%;padding:4px 12px;background:#fff}.twitter-typeahead>.tt-dropdown-menu .tt-suggestion:hover{background:#dddddd;text-decoration:underline}.twitter-typeahead>.tt-dropdown-menu .tt-suggestion:last-child{border-radius:2px}.twitter-typeahead strong.tt-highlight{font-weight:bold}.twitter-typeahead .f-left{float:left !important}.twitter-typeahead .f-right{float:right !important}.mce-container .twitter-typeahead>.tt-input,.mce-container .twitter-typeahead>.tt-hint{width:100%}table td{padding:.3rem .8rem;vertical-align:top}table.neo{font-size:1.2rem;border-collapse:collapse;padding:.3rem;border-bottom:1px solid #bbb;width:100%}table.neo caption{text-align:left;font-size:1rem;font-weight:bold;padding:0;color:#333;margin-bottom:.3rem}table.neo.thirdwidth{float:left;width:30%}table.neo.halfwidth{float:left;width:50%}table.neo.autowidth{width:auto}table.neo tr.changed:hover td,table.neo trchanged.up:hover td,table.neo tr.changed.down:hover td{background:#09223c}table.neo tr.changed td{background:#dddd00}table.neo tr.changed.up td{background:#aed9b3}table.neo tr.changed.down td{background:#f48787}table.neo tr.section th{background:#ddd;border:0;color:#09223c}table.neo tr th{text-align:left;padding:.3rem .8rem;font-size:1rem;text-transform:uppercase;color:white;background:#09223c;border-top:1px solid #555;border-left:1px solid #555;border-right:1px solid #111;border-bottom:1px solid #111;vertical-align:middle}table.neo tr th.align-right{text-align:right}table.neo tr th a{color:white;text-decoration:none;display:block}table.neo tr th a:hover{color:#bbb}table.neo tr th a .fa-caret-up,table.neo tr th a .fa-caret-down{margin-left:.5rem}table.neo tr.odd,.import-wrap table.article-list tr:nth-child(4n),.import-wrap table.article-list tr:nth-child(4n+1){background-color:#fff}table.neo tr.hilight{background-color:#fefeae}table.neo tr.hilight:hover{color:black}table.neo tr.selected{background-color:#aeaeae}table.neo tr.summary{border-top:1px solid black;font-weight:bold}table.neo:not(.nohover) tr:hover{background-color:rgba(30,215,96,0.15);background-color:rgba(45,135,226,0.1)}ul.article-list{list-style-type:none;padding:0;margin:0;background:#fff;position:relative;height:100%}ul.article-list li.article{padding:1rem;border-bottom:1px solid #ddd;background:#fff;position:relative}ul.article-list li.article.commercial:before{content:"";border-top:1px solid yellow;border-bottom:1px solid yellow;position:absolute;left:0;right:0;bottom:0;top:0;display:block;pointer-events:none;-moz-pointer-events:none}ul.article-list li.article:hover{background:rgba(45,135,226,0.1)}ul.article-list li.article:hover .tools{opacity:1}ul.article-list li.article .publish-status-symbol{margin-right:1rem;vertical-align:middle}#articles .article-list-filters{padding:1.1rem;color:#6e6e6e}#articles .article-list-filters select{width:13.3rem}#articles .article-list-filters input,#articles .article-list-filters select{margin:0 .5rem}#articles .article-list-filters input#filter,#articles .article-list-filters select#filter{width:20rem}#articles .article-list-filters input#articlesPerPage,#articles .article-list-filters select#articlesPerPage{width:6rem}#articles .article-list-filters .filters{margin-top:1.1rem}#articles .article-list-filters .filters .checkboxes{white-space:nowrap;margin-right:.7rem}#articles .article-list-filters .filters .extra-checkboxes{margin-left:2rem}#articles table.neo.article-list a{text-decoration:none}#articles table.neo.article-list tr td{vertical-align:middle}#articles table.neo.article-list tr td.published-time .day{text-align:right;padding-right:.8rem;width:5rem;float:left;color:#777}#articles table.neo.article-list tr td.published-time .preamble{color:#9c9c9c;font-size:.8em}#articles table.neo.article-list tr td.published-time .preamble .day{color:#9c9c9c}#articles table.neo.article-list tr td.articles-publisher .articles-publish-time-chooser{float:left;padding:0;margin:0 0 0 1rem;background-color:white}#articles table.neo.article-list tr td.articles-publisher .articles-publish-time-chooser legend{background-color:white;color:black}#articles table.neo.article-list tr td.articles-publisher .articles-publish-time-chooser input[type="text"]{padding:0;margin:0}#articles table.neo.article-list tr td .publish-status{position:relative}#articles table.neo.article-list tr td .publish-status img,#articles table.neo.article-list tr td .publish-status .publish-status-symbol{position:relative;z-index:2}#articles table.neo.article-list tr td .publish-status img.published-on-other-site,#articles table.neo.article-list tr td .publish-status .publish-status-symbol.published-on-other-site{position:absolute;z-index:1;top:.2rem;left:.2rem}#articles table.neo.article-list tr td .hoverlay{margin:0;padding:0;border:1px solid #09223c}#articles table.neo.article-list tr td .hoverlay.article-tools{right:100%;left:auto;bottom:auto;padding:.5rem !important;top:-0.3rem;text-align:left}#articles table.neo.article-list tr td .hoverlay.article-tools ul{padding:0;margin:0;list-style-type:none}#articles table.neo.article-list tr td .hoverlay.article-tools ul li{display:block}#articles table.neo.article-list tr td .hoverlay.article-tools ul li>i,#articles table.neo.article-list tr td .hoverlay.article-tools ul li span{display:inline-block;vertical-align:middle}#articles table.neo.article-list tr td .hoverlay.article-tools ul li a{display:block}#articles table.neo.article-list tr td .hoverlay.article-tools ul li a>*{display:inline-block;vertical-align:middle}#articles table.neo.article-list tr td .hoverlay.article-tools form{text-align:left;display:block;padding-top:1.1rem;margin-top:1.1rem;border-top:1px solid #09223c}#articles table.neo.article-list tr td .hoverlay.article-tools form.loading:after{content:"";display:block;left:0;right:0;top:0;bottom:0;position:absolute;background:#fff;opacity:.5}#articles table.neo.article-list tr td .hoverlay.edit-internal-comment{bottom:auto;padding:0 !important}#articles table.neo.article-list tr td .hoverlay.edit-internal-comment .comment-wrap{padding:.5rem}#articles table.neo.article-list tr td .hoverlay.edit-internal-comment .comment-wrap div[contenteditable],#articles table.neo.article-list tr td .hoverlay.edit-internal-comment .comment-wrap textarea{width:20rem;height:10rem;min-width:5rem;background:#FDFF93;border:0;transition:background .2s}#articles table.neo.article-list tr td .subheadline{color:#224}#articles table.neo.article-list tr td .fa:not(.fa-star),#articles table.neo.article-list tr td [class*="icon-"]{color:#333;height:2rem;width:2rem;line-height:2rem;text-align:center;vertical-align:middle}#articles table.neo.article-list tr td .fa:not(.fa-star).main-color,#articles table.neo.article-list tr td [class*="icon-"].main-color{color:#09223c}#articles table.neo.article-list tr td .fa:not(.fa-star).link-color,#articles table.neo.article-list tr td [class*="icon-"].link-color{color:#0753a3}#articles table.neo.article-list tr td .fa:not(.fa-star).link-color:hover,#articles table.neo.article-list tr td [class*="icon-"].link-color:hover{color:#529be7}#articles table.neo.article-list tr td .fa:not(.fa-star).link-color.pressed,#articles table.neo.article-list tr td [class*="icon-"].link-color.pressed{color:#09223c}#articles table.neo.article-list tr td .fa:not(.fa-star).icon-crown,#articles table.neo.article-list tr td [class*="icon-"].icon-crown{color:#ffae00 !important}#articles table.neo.article-list tr td .fa:not(.fa-star).icon-arrow-38,#articles table.neo.article-list tr td [class*="icon-"].icon-arrow-38{color:#09223c !important}#articles table.neo.article-list tr td .fa:not(.fa-star).icon-arrow-51,#articles table.neo.article-list tr td [class*="icon-"].icon-arrow-51{color:#1ed760 !important}#articles table.neo.article-list tr td .fa:not(.fa-star).fa-lock,#articles table.neo.article-list tr td [class*="icon-"].fa-lock{color:#FD6E2B !important}#articles table.neo.article-list tr td .fa:not(.fa-star).fa-sticky-note-o,#articles table.neo.article-list tr td [class*="icon-"].fa-sticky-note-o{opacity:.4}#articles table.neo.article-list tr td .fa:not(.fa-star).fa-sticky-note,#articles table.neo.article-list tr td [class*="icon-"].fa-sticky-note{color:#FD6E2B !important}#articles table.neo.article-list tr td .comment-text{display:inline-block;max-width:100px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#articles table.neo.article-list tr:hover td .hoverlay .fa:not(.fa-star),#articles table.neo.article-list tr:hover td .hoverlay [class*="icon-"]{color:#333}#articles table.neo.article-list tr.unpublished td.published-time{color:#aaa}#articles .paginator>span,#articles .paginator>a{text-decoration:none;margin:0 .3rem}#articles .preamble-layout{margin-top:.6rem}#articles .preamble-layout .layout-options{width:20rem;float:left}#articles .preamble-layout .layout-options fieldset{width:100%}.articles-overview{position:relative;display:flex}.articles-overview .container{max-width:1250px;margin:auto}.articles-overview .publish-ready-preambles{width:20%;border-left:1px solid #ddd;background-color:#fff}.articles-overview .publish-ready-preambles.loaded{transition:width .2s}.articles-overview .publish-ready-preambles.expanded{width:50%}.articles-overview .publish-ready-preambles header{border-bottom:.1rem solid #ddd;text-align:center;padding:1.1rem 0;font-size:2.5rem}.articles-overview .publish-ready-preambles .expander{position:absolute;top:0;right:calc(100% + 1px);bottom:0;left:auto;width:1rem;background-color:rgba(0,0,0,0.05);opacity:0;transition:opacity .4s;cursor:pointer}.articles-overview .publish-ready-preambles .expander:hover{background-color:rgba(0,0,0,0.1)}.articles-overview .publish-ready-preambles:hover .expander{opacity:1}.articles-overview .publish-ready-preambles ul.article-list{height:auto}.articles-overview .publish-ready-preambles ul.article-list li{padding:.55rem 1.1rem;border-bottom:1px solid #ddd}.articles-overview .publish-ready-preambles ul.article-list li a{color:#09223c}.articles-overview .publish-ready-preambles ul.article-list li .headline:hover{text-decoration:underline}.articles-overview .publish-ready-preambles ul.article-list li .publish-date{color:#777}.articles-overview .publish-ready-preambles ul.article-list li .article-comment{color:#777;font-style:italic}.articles-overview .publish-ready-preambles ul.article-list li .article-comment .fa{margin-right:.55rem}.articles-overview .publish-ready-preambles ul.article-list li .article-comment .fa-sticky-note-o{opacity:.4}.articles-overview .publish-ready-preambles ul.article-list li .article-comment .fa-sticky-note{color:#FD6E2B}.articles-overview .publish-ready-preambles ul.article-list li .hover-tools{display:none}.articles-overview .publish-ready-preambles ul.article-list li:hover .hover-tools{display:flex;align-items:center;position:absolute;top:0;right:0;bottom:0;left:auto;background:linear-gradient(to right, transparent, #fff);padding:0 2.2rem 0 4.4rem}.articles-overview .publish-ready-preambles ul.article-list li.status-header{background:#eee}.articles-overview .publish-ready-preambles ul.article-list li.status-header.needs-proofread:before{content:"Mangler korrektur"}.articles-overview .publish-ready-preambles ul.article-list li.status-header.publish-ready:before{content:"Klare for publisering"}.articles-overview .publish-ready-preambles ul.article-list li.status-header.publish-future:before{content:"Publiseres i fremtiden"}.articles-overview .publish-ready-preambles ul.article-list li.status-header.published:before{content:"Publisert"}.articles-overview .documents{padding:2.2rem 0;flex:1}.articles-overview .site-filters .new-article{margin-left:1.1rem}.articles-overview .article-filters{background-color:#eee;margin:1.1rem 0;position:relative}.articles-overview .article-filters:after{content:"";position:absolute;top:auto;right:0;bottom:0;left:0;height:.5rem;background-color:#ddd}.articles-overview .article-filters a{padding:1.1rem;text-decoration:none;font-weight:700;position:relative;color:#09223c;text-align:center;z-index:1}.articles-overview .article-filters a:after{content:"";position:absolute;top:auto;right:0;bottom:0;left:0;height:.5rem;background-color:#ddd}.articles-overview .article-filters a:hover:after{background-color:#0c2f52}.articles-overview .article-filters a.selected{color:#09223c}.articles-overview .article-filters a.selected:after{background-color:#09223c}.site-select-list{list-style-type:none;padding:0}.site-select-list li .site-name{display:block;padding:.5rem 1rem;font-weight:700;cursor:pointer;border-bottom:1px solid #ddd;color:#09223c;text-decoration:none}.site-select-list li .site-name:hover{background:rgba(45,135,226,0.1)}.site-select-list li.selected .site-name{color:#1ed760}.desking-wrap{position:relative}.desking-wrap ul{padding:0;list-style-type:none;margin:0}.desking-wrap .desking-top{border-bottom:.5rem solid #09223c;padding:1rem;background:#09223c}.desking-wrap .desking-top form{width:50%}.desking-wrap .desking-sidebar{width:15%;overflow:auto}.desking-wrap .desking-sidebar form{padding:1rem}.desking-wrap .desking-sidebar form select,.desking-wrap .desking-sidebar form input[type="text"]{width:100%;margin:0}.desking-wrap .desking-sidebar.desking-article-search{width:20%;border-left:.5rem solid #09223c}.desking-wrap .desking-sidebar.desking-article-search .save-panel,.desking-wrap .desking-sidebar.desking-article-search form{padding:1rem;background:#f0f0f0;border-bottom:1px solid #ddd}.desking-wrap .desking-sidebar.desking-article-search .save-panel button.block,.desking-wrap .desking-sidebar.desking-article-search form button.block{display:block;width:100%}.desking-wrap .desking-sidebar.desking-article-search .save-panel .save-preamble-order,.desking-wrap .desking-sidebar.desking-article-search form .save-preamble-order{color:#fff;background:#1ed760;border:1px solid rgba(0,0,0,0.5);opacity:.5;transition:opacity .4s}.unsaved-changes .desking-wrap .desking-sidebar.desking-article-search .save-panel .save-preamble-order,.unsaved-changes .desking-wrap .desking-sidebar.desking-article-search form .save-preamble-order{opacity:1}.desking-wrap .desking-sidebar.desking-article-search .save-panel .last-modified,.desking-wrap .desking-sidebar.desking-article-search form .last-modified{margin-bottom:.5rem}.desking-wrap .desking-sidebar.desking-article-search ul.article-list{overflow:auto}.desking-wrap .desking-sidebar.desking-sections{border-right:.5rem solid #09223c;width:13%}.desking-wrap .desking-sidebar.desking-sections ul.list-select li.article{height:0 !important;position:relative}.desking-wrap .desking-sidebar.desking-sections ul.list-select li.article *{display:none}.desking-wrap .desking-sidebar.desking-sections ul.list-select li.article:after{content:"";position:absolute;left:0;right:0;top:0;display:block;background:#1ed760;height:2.7rem}.desking-wrap .desking-sidebar.desking-sections ul.list-select li.selected .site-lists{display:block;overflow:hidden}.desking-wrap .desking-sidebar.desking-sections ul.list-select li .site-lists{display:none;border-bottom:1px solid #ddd}.desking-wrap .desking-sidebar.desking-sections ul.list-select li .site-lists.reveal-hidden li{display:block !important}.desking-wrap .desking-sidebar.desking-sections ul.list-select li .site-lists li{transition:background .4s;position:relative}.desking-wrap .desking-sidebar.desking-sections ul.list-select li .site-lists li a{padding:.5rem 2rem;display:block}.desking-wrap .desking-sidebar.desking-sections ul.list-select li .site-lists li a:hover{background:rgba(45,135,226,0.1)}.desking-wrap .desking-sidebar.desking-sections ul.list-select li .site-lists li .list-toggle{position:absolute;display:none;top:0;right:0;cursor:pointer;background:rgba(255,255,255,0.7);padding:.5em;height:100%}.desking-wrap .desking-sidebar.desking-sections ul.list-select li .site-lists li .list-toggle:before{content:"\F070"}.desking-wrap .desking-sidebar.desking-sections ul.list-select li .site-lists li .list-toggle:hover{display:block}.desking-wrap .desking-sidebar.desking-sections ul.list-select li .site-lists li.hidden a{color:#999;font-style:italic}.desking-wrap .desking-sidebar.desking-sections ul.list-select li .site-lists li.hidden .list-toggle:before{content:"\F06E"}.desking-wrap .desking-sidebar.desking-sections ul.list-select li .site-lists li:hover .list-toggle{display:block}.desking-wrap .desking-sidebar.desking-sections ul.list-select li .site-lists li.selected{background:#09223c}.desking-wrap .desking-sidebar.desking-sections ul.list-select li .site-lists li.selected a{font-weight:700;color:#fff;text-decoration:none}.desking-wrap .desking-sidebar.desking-sections ul.list-select li .site-lists li.highlight{background:#1ed760}.desking-wrap .desking-sidebar.desking-sections ul.list-select li .site-lists li.list-reveal-toggle{color:#999;padding:.5em 2rem;display:block;cursor:pointer}.desking-wrap .article-list.search-results .tools{display:none}.desking-wrap .article-list.loading{opacity:.75}.desking-wrap .article-list.loading:after{content:"";position:absolute;display:block;background:#fff;opacity:.25;top:0;left:0;bottom:0;right:0}.desking-wrap .article-list li.article[data-state="moved"]{background:rgba(253,255,147,0.3)}.desking-wrap .article-list li.article[data-state="new"]{background:rgba(30,215,96,0.15)}.desking-wrap .article-list li.article.pinned{background:rgba(253,110,43,0.1)}.desking-wrap .article-list li.article.pinned .tools .fa-lock{color:#FD6E2B}.desking-wrap .article-list li.article.gu-mirror{background:#7db4ee}.desking-wrap .article-list li.article.gu-transit{background:#1ed760}.desking-wrap .article-list li.article:hover{background:rgba(45,135,226,0.1)}.desking-wrap .article-list li.article:hover .tools{opacity:1}.desking-wrap .article-list li.article.selected{background:#FDFF93;cursor:default}.desking-wrap .article-list li.article.highlight{background:#1ed760}.desking-wrap .article-list li.article.highlight .publish-status-symbol.status-published{background:#09223c}.desking-wrap .article-list li.article[style] .tools{display:none}.desking-wrap .article-list li.article .headlines{display:inline-block;vertical-align:middle;max-width:90%}.desking-wrap .article-list li.article .headlines .headline{font-weight:600}.desking-wrap .article-list li.article .headlines .preamble-text{color:#777}.desking-wrap .article-list li.article .tools{position:absolute;top:0;bottom:0;right:5rem;opacity:.5;font-size:1.4rem}.desking-wrap .article-list li.article .tools .tool{cursor:pointer;border:1px solid transparent;width:3.3rem;height:3.3rem;color:#09223c;text-decoration:none}.desking-wrap .article-list li.article .tools .tool:hover{background:#fff;border:1px solid rgba(0,0,0,0.2)}.desking-wrap .article-list li.article .tools .tool>*{margin:auto}.desking-wrap .article-list li.article .preamble-notes{display:none;margin:auto;position:absolute;top:0;bottom:0;right:153px;text-align:center;height:21px}.desking-wrap .article-list li.article .preamble-notes span{display:inline-block;padding:.2rem 3rem;background:rgba(0,0,0,0.04);color:#999;cursor:pointer;transition:background .2s}.desking-wrap .article-list li.article .preamble-notes span:hover{background:#09223c;color:#fff}.desking-wrap .article-list li.article .article-site-name{display:none}.desking-wrap .list-summary{background:#09223c;position:absolute;width:67%;left:13%;right:15%;bottom:0;color:#fff;padding:.5rem 1rem}.desking-wrap .list-summary span{margin:0 1rem 0 0}.desking-wrap .list-summary span a{margin-left:1rem}.desking-wrap .list-summary span.list-description{color:#FD6E2B}.desking-wrap .list-summary span.list-description.has-description{color:#1ed760}.desking-wrap .list-summary a{font-weight:700;color:#fff;text-decoration:none}.desking-wrap .list-summary a:hover{opacity:.8}.desking-wrap .list-summary a.empty-list{float:right}[data-selected-list-id="1"] .desking-wrap .list-summary a.empty-list{display:none}.desking-wrap .desking-main-area{background:#fff;width:67%;overflow:auto;position:relative}.desking-wrap .desking-main-area.disabled{overflow:hidden}.desking-wrap .desking-main-area.disabled .warning{position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;background:rgba(255,255,255,0.3);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.desking-wrap .desking-main-area.disabled .warning .text{padding:1rem;border:.2rem solid #000;background:yellow;margin:auto}.desking-wrap .desking-main-area .article-list li.article:not(.gu-mirror){padding-right:5rem}.desking-wrap .desking-main-area .article-list li.article:not(.gu-mirror) .headlines{max-width:70%}.desking-wrap .desking-main-area .article-list li.article:not(.gu-mirror) .headlines .editable{cursor:text}.desking-wrap .desking-main-area .article-list li.article:not(.gu-mirror) .preamble-notes{display:block}.desking-wrap .desking-main-area .article-list li.article:not(.gu-mirror) .article-site-name{display:block;position:absolute;right:0;top:0;bottom:0;width:4rem;background:rgba(0,0,0,0.05);text-align:center}.desking-wrap .desking-main-area .article-list li.article:not(.gu-mirror) .article-site-name img{display:inline-block;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.desking-popup{position:fixed;left:0;right:0;bottom:0;top:0;display:none}.desking-popup.visible{display:flex}.desking-popup:before{content:"";position:absolute;left:0;right:0;bottom:0;top:0;display:block;background:rgba(255,255,255,0.7)}.desking-popup .popup-content{position:relative;max-width:50%;max-height:50%;margin:auto;padding:2rem;background:#fff;vertical-align:middle;border:1px solid #09223c}.desking-popup .popup-content>h3{margin-top:0}.desking-popup .popup-content input[readonly]{display:none}.desking-popup .popup-content .AnyTime-pkr{margin:0 0 2rem;position:relative}.desking-popup .popup-content .AnyTime-pkr .AnyTime-hdr{display:none}.desking-popup .popup-content .AnyTime-pkr .AnyTime-cloak{left:0 !important;right:0 !important;bottom:0 !important;top:0 !important;width:auto !important;height:auto !important}.desking-popup .popup-content .AnyTime-pkr .AnyTime-yr-selector{position:absolute;top:2rem !important;bottom:2rem !important;left:2rem !important;right:2rem !important;margin:auto}#shortnews .shortnews-list .date-title{border-bottom:1px solid silver;margin:.2em 0 .4em;text-align:center;font-size:2em}#shortnews .shortnews-list .shortnews-item.selected{border:2px solid red;padding:3px 6px;margin:3px -8px;border-radius:2px}#shortnews .sectionContent{margin:15px}#shortnews table.shortnews-inputs{width:100%}#shortnews table.shortnews-inputs .mce-tinymce{border:1px solid #dadada}#shortnews .panel{padding:15px;margin-bottom:15px;box-shadow:2px 2px 4px rgba(0,0,0,0.2);background-color:#fff}#shortnews .row .f-right{padding-left:25px}#shortnews .row .f-left{padding-right:25px}@media screen and (max-width:750px){#shortnews .row .half-width{width:100%;float:none;padding:0}}#shortnews .current table{border:none}#shortnews .current input[type=text]{width:300px}#shortnews .current textarea{width:300px;height:200px}#shortnews .siteSelect{padding:10px 0}#shortnews .news li{padding:4px}#shortnews ul{padding-left:10px;margin:0;list-style-type:none}#shortnews .tools{float:right}#shortnews h3{padding:0 5px;margin:5px 0}#event *{box-sizing:border-box;-moz-box-sizing:border-box}#event .sectionContent{padding:2rem;position:relative}#event .sectionContent .wide{margin-left:-2rem;margin-right:-2rem}#event .edit-event form table,#event .edit-event form input[type="text"],#event .edit-event form textarea{width:100%;max-width:100%}#event .edit-event td>.mce-tinymce.mce-container{border:1px solid #ccc;padding:.4rem}#event .edit-event .event-product-list{padding-left:20px}#event .edit-event .event-details tr{border-bottom:1px solid #ddd}#event .event-filter-form{margin:1rem}#event .event-list td{max-width:400px}#event .order{padding:20px;margin-right:400px}#event .order table.giftcards td[data-field] form{border-bottom:1px dotted #333}#event .order table{margin:0 0 50px}#event .event-order-list tr[data-item-type="order"]{cursor:pointer}#event .event-order-list tr[data-item-type="participant"]{border-bottom:1px solid #eee;background:#FCFFCA}#event .event-order-list tr[data-item-type="participant"] td:first-child{font-weight:700;font-size:1.2em;padding-left:10px}#event .event-order-list .hide{display:none}#event .event-order-list .opened{background:#eee !important}#event .event-order-list .invalid-order{background-color:#f94040;color:#fff}#event .product-list .event-item h4{width:15%}#event .product-list .event-item td{vertical-align:middle}#event .product-list .event-table{margin-bottom:2rem}#event .product-list .event-table .table-header{margin-bottom:1rem}@media screen and (max-width:991px){#event .half-width{float:none;width:100%}}#event #articleList .article{border-bottom:1px solid #888;margin-bottom:6px;padding-bottom:6px}#event #articleList .article span{color:#343434}#event .event-promocodes table tr th{text-align:left}#event .form-well{background:#fff;padding:15px;border:1px solid #ddd;margin-bottom:15px}#event .form-well input:not([type="checkbox"]),#event .form-well select{display:block;width:100%;margin-bottom:8px}#event .event-log{position:absolute;width:400px;right:0;top:0;bottom:0;border-left:1px solid #ccc;padding:1.5rem;overflow:auto;background:#eee}#event .event-log pre{font-size:1.6rem}#event #event-site h2{font-size:2.4rem}#event #event-site .container{margin:auto;max-width:750px}#event #event-site table{margin-bottom:15px}#event .event-table table tr:nth-child(even){background-color:#fff}#event .event-table table tr.event-item>td:first-child{text-align:center;padding:.8em 0}#event .event-table table tr.event-item>td:first-child:after{content:'\2261';transform:scale(2, 1);display:inline-block;cursor:pointer;font-size:2em}.import-wrap table.article-list tr.article{cursor:pointer}.import-wrap table.article-list tr.description{display:none}.import-wrap table.article-list tr.description button{background-color:#408CE2;color:#fff;text-shadow:1px 1px 0 #195aa3}.import-wrap table.article-list tr.description button:hover{background-image:none;background-color:#4e94e4;color:#fff}.import-wrap table.article-list tr.description td{padding-bottom:20px}.import-wrap table.article-list .arrow::after{content:'\25B8';display:block}.import-wrap table.article-list tr.article.expand+.description{display:table-row}.import-wrap table.article-list tr.article.expand .arrow::after{content:'\25BE'}.import-wrap ul.media{list-style:none;padding:0}.import-wrap ul.media li{display:inline-block;position:relative}.import-wrap ul.media li+li{padding-left:10px}.import-wrap ul.media li a{position:absolute;top:0;right:0;padding:5px;background-color:#FFF}.import-wrap ul.media li a>.fa-external-link{font-size:20px;color:#000 !important}.import-wrap ul.media li a:hover{background-color:#000}.import-wrap ul.media li a:hover>.fa-external-link{color:#FFF !important}

/*# sourceMappingURL=bundle.css.map*/