/*	Reset 
---------------------------------------------------------------------------------------- */
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, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

ol {
    list-style: none outside none;
}

ul {
    list-style: disc;
    padding-left: 0.9375rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    width: 100%;
    height: 100%; /*background-color:#fff;*/
}
/* Allows context menu on entire page */

.hiddenTxt,
.hiddenTxt a {
    position: absolute;
    left: -1000px;
    width: 900px;
}

.highlight {
    background-color: #ff0;
}

* {
    box-sizing: border-box;
}

/*  Colour definitions
---------------------------------------------------------------------------------------- */
:root {
    --profile-red: #E00C32;
    --profile-red-medium: #f65854;
    --profile-red-light: #ff9b8e;
    --profile-blue: #14569C;
    --profile-grey: #7D878E;
    --profile-grey-medium: #979fa5;
    --profile-grey-light: #bec3c7;
    /* suport colours from profile */
    --black: #1a1919;
    --grey-medium: #4d4d4c; /*Main font color*/
    --grey-light: #8A8B8A;
    --green: #2e525d;
    --turquoise-light: #ade5e7;
    /* new colours */
    -border-grey-light: #dddedf;
    /* suport colours from furstforum*/
    --medium-blue: #4d6987; /*Header colour on frustforum.no*/
    --dark-blue: #162b52; /*Header colour*/
}

/*	Tags 
---------------------------------------------------------------------------------------- */
body {
    background: #fff;
    font: 300 1rem "proxima-nova", Arial, sans-serif;
    color: #4d4d4c;
}

a:link {
    text-decoration: none;
    color: #4d4d4c;
}

a:visited {
    text-decoration: none;
    color: #4d4d4c;
}

a:hover {
    border-bottom: 1px solid #4d4d4c;
    color: #4d4d4c;
}

a:active {
    border-bottom: 1px solid #4d4d4c;
    color: #4d4d4c;
}

h1 {
    font-size: 2.625rem;
    font-weight: 300;
    color: #4078af;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 2rem;
    }
}

h2,
.h2 {
    font-size: 1.375rem;
    font-weight: 300;
    color: #4078af;
    line-height: 1;
}

h3,
.h3 {
    font-size: 1.125rem;
    font-weight: 400;
    color: #4d4d4c;
    margin-bottom: 10px;
}

h4,
.h4 {
    font-size: 1rem;
    font-weight: 400;
    color: #000; /*58757d;*/
    line-height: 1em;
}

p {
    margin-bottom: 1rem;
}

strong {
    font-weight: 400;
    color: #4d4d4c;
    ;
}

input[type=text],
textarea {
    padding: 8px;
    margin-bottom: 5px;
    color: #979fa5;
    border-top: 1px solid #bec3c7;
    border-right: 1px solid #bec3c7;
    border-bottom: 1px solid #bec3c7;
    border-left: 1px solid #bec3c7;
    outline: none;
    font-size: 1rem;
    border-radius: 0;
    margin-top: 0;
    background-clip: padding-box;
}

.FormTextbox__Input {
    padding: 8px;
    margin-bottom: 5px;
    color: #979fa5;
    border-top: 1px solid #bec3c7;
    border-right: 1px solid #bec3c7;
    border-bottom: 1px solid #bec3c7;
    border-left: 1px solid #bec3c7;
    outline: none;
    font-size: 1rem;
    border-radius: 0;
    margin-top: 0;
    background-clip: padding-box;
}

.FormTextbox .FormTextbox__Input {
    width: 450px;
    height: 35px;
}

.FormTextbox--Textarea .FormTextbox__Input {
    width: 750px;
    height: 170px;
}

input[type=text]:focus,
textarea:focus {
    color: #1a1919;
    border-top: 1px solid #979fa5;
    border-right: 1px solid #979fa5;
    border-bottom: 1px solid #979fa5;
    border-left: 1px solid #979fa5;
}

input[type=submit],
input[type=button],
.FormSubmitButton {
    border: none;
    background: #4d4d4c;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    padding: 7px 15px 7px;
    cursor: pointer;
    overflow: visible; /* IE */
    -webkit-appearance: none; /* iphone and iPad*/
}

.search {
    position: relative;
    width: 100%;
}

    .search input[type=text] {
        width: 100%;
        padding-right: 50px;
        margin-bottom: 0px;
        margin-top: 0px;
        border-radius: 0;
    }

    .search input[type=submit] {
        position: absolute;
        top: 1px;
        right: 0px;
        height: 36px;
        margin: 0;
        border-radius: 0;
    }


/*	Page structure 
---------------------------------------------------------------------------------------- */
#footer {
    background: #F2F4F7;
    padding: 3.125rem 1.25rem;
    margin-top: 1.25rem;
    clear: both;
    overflow: hidden;
}

.headerTop,
.sectionWrapper,
.footerSpots {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}

.sectionWrapper {
    overflow: hidden;
    margin-left: 20rem;
    width: calc(100% - 20rem);
    padding-top: 3.25rem;
    max-width: none;
}

@media only screen and (max-width: 1024px) {
    .sectionWrapper {
        width: 100%;
        max-width: 980px;
        margin: 0 auto;
    }
}

.sectionWrapper .sectionContent {
    margin: 0 auto;
    padding-top: 2.5rem;
    max-width: 62.75rem;
}

@media only screen and (max-width: 1024px) {
    .sectionWrapper .sectionContent {
        padding-top: 1rem;
    }
}

.sectionWrapper .frontContent {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 2rem;
    padding-top: 0;
}

.sectionMain {
    min-height: 100px;
    float: left;
    width: 66.6666666%;
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
    padding-bottom: 22px;
}

@media only screen and (max-width: 768px) {
    .sectionMain {
        width: 100%;
    }
}

.sectionMain.whiteSpace {
    width: 60%;
    margin-left: 2.66666%;
}

    .sectionMain.whiteSpace img {
        max-width: 100%;
        height: auto;
    }

@media only screen and (max-width: 1024px) {
    .sectionMain.whiteSpace {
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 768px) {
    .sectionMain.whiteSpace {
        width: 95%;
        margin-right: 2.66666%;
    }

        .sectionMain.whiteSpace img {
            float: none;
            display: block;
            margin: 1.5rem 0;
        }
}

.sectionMain.whiteSpace.research h3 {
    margin-bottom: 1rem;
}

.sectionRight {
    width: 34.33333%;
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
    padding-top: 3.75rem;
    float: left;
}

@media only screen and (max-width: 1024px) {
    .sectionRight.big {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .sectionRight {
        width: 100%;
        padding-top: 1rem;
    }
}


/*	Header 
---------------------------------------------------------------------------------------- */
#header {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    float: left;
    text-align: left;
    width: 20rem;
    border-right: 0.0625rem solid #bfbfbf;
    padding: 0 1rem;
    overflow-y: auto;
    z-index: 64;
}

@media only screen and (max-width: 1024px) {
    #header {
        height: 72px;
        width: 100%;
        border-right: none;
        box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05);
    }
}

.headerTop {
    background-color: #fff;
    position: relative;
}

    .headerTop .topContainer {
        width: 100%;
        padding: 22px 0;
    }

@media only screen and (max-width: 1024px) {
    .headerTop .topContainer {
        padding: 12px 0;
        height: 72px;
    }
}

.headerTop .topContainer a {
    display: inline-block;
}

    .headerTop .topContainer a:hover {
        border-bottom: none;
    }

.headerTop .topContainer img {
    width: 250px;
}

@media only screen and (max-width: 1024px) {
    .headerTop .topContainer .logo img {
        margin-top: 5px;
        width: 200px;
        height: auto;
    }
}

.headerTop .navTogglerContainer {
    position: absolute;
    right: 0;
    top: 1.5rem;
}

@media only screen and (max-width: 1024px) {
    .headerTop .navTogglerContainer {
        top: 1rem;
    }
}

.headerTop .navToggler {
    display: none;
    position: relative;
    float: right;
    background-color: #fff;
    border: 1px solid #c0cbce;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0;
    text-indent: -9999px;
    box-shadow: none;
    cursor: pointer;
    transition: background 0.3s;
}

@media only screen and (max-width: 1024px) {
    .headerTop .navToggler {
        display: block;
    }
}

.headerTop .navToggler span {
    position: absolute;
    display: block;
    left: 0.4rem;
    top: 1.1rem;
    height: 0.2rem;
    width: 1.6rem;
    background-color: #2e525d;
    content: "";
}

    .headerTop .navToggler span:before,
    .headerTop .navToggler span:after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 0.2rem;
        width: 1.6rem;
        background-color: #2e525d;
        content: "";
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
    }

    .headerTop .navToggler span:before {
        top: -0.5rem;
        transition-property: top, transform;
    }

    .headerTop .navToggler span:after {
        bottom: -0.5rem;
        transition-property: bottom, transform;
    }

.headerTop .navToggler.is-active span {
    background: none;
}

    .headerTop .navToggler.is-active span:before {
        top: 0;
        transform: rotate(45deg);
    }

    .headerTop .navToggler.is-active span:after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    .headerTop .navToggler.is-active span:before,
    .headerTop .navToggler.is-active span:after {
        transition-delay: 0s, 0.3s;
    }

@media only screen and (max-width: 1024px) {
    .headerTop .navWrapper {
        display: none;
        background-color: #fff;
    }
}

.headerTop .shoppingCartBtn {
    display: none;
    position: relative;
    float: right;
    margin-right: 1rem;
    background: #fff;
    width: 2.5rem;
    height: 2.5rem;
    padding: 5px;
    border: none;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .headerTop .shoppingCartBtn {
        display: none;
    }
}

.headerTop .shoppingCartBtn img {
    width: auto;
}

.headerTop .shoppingCartBtn .cartNoti {
    position: absolute;
    bottom: 23px;
    left: 47px;
    color: #fff;
    visibility: hidden;
}

    .headerTop .shoppingCartBtn .cartNoti.is-active {
        visibility: visible;
    }

.headerTop .shoppingCartBtn .cartNotiBg {
    position: absolute;
    background-color: #e00c32;
    bottom: 0;
    right: 0;
    height: 23px;
    width: 23px;
    border: 2px solid #fff;
    border-radius: 100px;
    vertical-align: middle;
    margin: 0 auto;
}

.headerTop .shoppingCartBtn .cartNotiContent {
    position: relative;
    top: 2px;
}

.headerTop .navUtility {
}

    .headerTop .navUtility li {
    }

        .headerTop .navUtility li a {
            padding: 5px 0 5px 15px;
            display: block;
            font-size: 1rem;
        }

.headerTop .navUtility {
    width: 100%;
}

.headerTop .navMain {
}

    .headerTop .navMain li h2 {
        font-size: 1.25rem;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    .headerTop .navMain li a {
        color: #4d4d4c;
        display: block;
        padding: 1rem 0;
        font-size: 1.25rem;
    }

        .headerTop .navMain li a:hover,
        .headerTop .navMain li a:focus,
        .headerTop .navMain li.openSub > a {
            color: #000;
            border-bottom: none;
            outline: none;
        }

.navMain li a:hover:after,
.navMain li.collapse h2 a:after {
    content: "";
    position: absolute;
    top: 0.7rem;
    right: 0;
    display: block;
    transition: background-color 0.3s ease;
    background-color: #ff9b8e;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
}

.navMain li.not-expandable a:hover:after,
.navMain li.not-expandable.collapse h2 a:after {
    background-color: #fff;
}

.headerTop .navMain li ul li a:hover:after {
    display: none;
}

.headerTop .navMain li ul li {
    margin-left: 2rem;
    border-bottom: 1px solid #e4e4e4;
}

    .headerTop .navMain li ul li:first-child {
        border-top: 1px solid #e4e4e4;
    }

    .headerTop .navMain li ul li:last-child {
        border-bottom: none;
    }

    .headerTop .navMain li ul li a {
        border: none;
    }

    .headerTop .navMain li ul li ul,
    .headerTop .navMain li:hover ul li ul,
    .headerTop .navMain li.openSub ul li ul {
        position: relative;
        top: auto;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        padding: 0 10px 13px 47px;
        width: auto;
        margin-left: -10px;
        float: left;
    }

        .headerTop .navMain li ul li ul li {
            border: none;
            display: inline;
            float: none;
        }

            .headerTop .navMain li ul li ul li a {
                padding: 2px 10px;
                border: none;
                float: left;
                font-size: 0.875em;
                background: none;
                margin-bottom: 5px;
                white-space: nowrap;
            }

/* Breadcrumb */
.navBreadCrumb {
    position: absolute;
    left: 0;
    right: 0;
    top: 1rem; /*-3.0625rem;*/
    font: 300 0.8125rem "proxima-nova", Arial, sans-serif;
    box-sizing: border-box;
    width: 100%;
    max-width: 62.75rem;
    padding: 1rem 0.83333rem;
}

@media only screen and (max-width: 1024px) {
    .navBreadCrumb {
        margin-top: 4rem;
    }
}

@media only screen and (max-width: 768px) {
    .navBreadCrumb {
        display: none;
    }
}

.navBreadCrumb li {
    display: inline-block;
    text-transform: uppercase;
    color: #E00C32;
}

    .navBreadCrumb li a {
        padding-right: 0.3rem;
        text-decoration: none;
    }

        .navBreadCrumb li a:hover {
            text-decoration: none;
        }

    .navBreadCrumb li:before {
        content: "/";
        color: #1a1919;
        padding-right: 0.3rem;
    }

    .navBreadCrumb li:last-child:before {
        color: #E00C32;
    }


/* Article */
.ingress,
p.ingress {
    font: 300 1.5rem "proxima-nova", Arial, sans-serif;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 1024px) {
    .ingress,
    p.ingress {
        font-size: 1.25rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
}

.sectionMain a {
    color: #14569C;
}

    .sectionMain a:hover {
        border-color: #14569C;
    }

.sectionMain p {
    font: 300 1rem "justus-pro","Times New Roman",serif;
    line-height: 1.5em;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    .sectionMain p {
        line-height: 1.25;
        margin-bottom: 15px;
    }
}

.sectionMain h2 {
    font-weight: 400;
    /*padding-top: 15px;*/
}

.sectionMain h3 {
    margin-bottom: 0px;
    color: #4078af;
}

.sectionMain .articleImage {
    border: 10px solid white;
}

@media only screen and (max-width: 768px) {
    .sectionMain img[style*="float: left;"] {
        float: none !important;
        display: block;
    }
}

.sectionMain img.accredited {
    float: right;
    height: 100%;
    width: auto;
    border: 0;
    padding: 0 10px 0 0;
}

.sectionMain ul {
    list-style-type: disc;
    margin-bottom: 20px;
    margin-left: 17px;
}

.sectionMain li {
    line-height: 1.5em;
    margin-left: 14px;
}

.sectionMain table {
    width: 100%;
    border: 1px solid #dddedf;
    margin-bottom: 20px;
}

    .sectionMain table tr:hover td {
        background-color: #fff;
    }

    .sectionMain table.noBorder tr:hover td {
        background-color: transparent;
    }

    .sectionMain table td,
    .sectionMain table th {
        border-bottom: 1px solid #dddedf;
        border-right: 1px solid #dddedf;
        vertical-align: top;
    }

    .sectionMain table th {
        font-weight: 300;
        text-transform: uppercase;
        text-align: left;
        padding: 10px;
        border-top: 1px solid #dddedf;
    }

    .sectionMain table td {
        font-size: 0.8125rem;
        padding: 6px 10px;
    }

        .sectionMain table td p {
            font-family: "proxima-nova", Arial, sans-serif;
            font-size: 0.8125rem;
            padding: 0;
            margin: 0;
        }

.sectionMain .alert {
    color: #E00C32;
}

.sectionMain fieldset input[type=text],
.sectionMain fieldset textarea {
    display: block;
}

.sectionMain fieldset input[type=button],
.sectionMain fieldset input[type=submit] {
    margin-top: 19px;
}

#content .noBorder,
#content .noBorder td,
#content .noBorder th,
#content img {
    border: none;
}

.xForm table, .xForm table td {
    border: 0;
}

/* Analysis page */
.sectionMain.analysis h1 {
    text-transform: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.sectionMain.analysis h2 {
    padding-top: 1rem;
    margin-bottom: 1rem;
}

.sectionMain .calculator {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #d2d2d2;
    overflow: hidden;
}

    .sectionMain .calculator div {
        float: left;
        padding-right: 15px;
    }

        .sectionMain .calculator div.validators {
            float: left;
            padding: 0;
            clear: both;
        }

        .sectionMain .calculator div label {
            font-size: 0.857em;
        }

        .sectionMain .calculator div input[type=text] {
            width: 150px;
        }

        .sectionMain .calculator div input {
            margin-top: 5px;
        }

        .sectionMain .calculator div.result {
            clear: both;
            padding: 20px 0 10px;
            float: none;
        }

            .sectionMain .calculator div.result strong {
                font-size: 1.714em;
                color: #bb1523;
            }

/* Frontpage 
---------------------------------------------------------------------------------------- */
.frontHeaderImageContainer {
    position: relative;
    height: 30vh;
    width: 100%;
    margin-top: -3.25rem;
}

.frontHeaderImage {
    background-size: cover;
    background-position: center;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
}

@media only screen and (max-width: 1280px) {
    .frontHeaderImageContainer {
        height: 20vh;
    }
}

.front-sectionMain {
    min-height: 100px;
    width: 100%;
    /*padding-top: 40px;*/
    padding-bottom: 22px;
}

.front-sectionRight {
    width: 300px;
    position: absolute;
    top: 20px;
    left: 70%;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    .front-sectionMain {
     
    }

    .front-sectionRight {
        position: static;
        top: 0;
        left: 0;
        width: 33.33333%;
        padding-right: 0.83333rem;
        float: left;
        /*border: 1px solid #ccc;*/
    }
}

@media only screen and (max-width: 768px) {
    .front-sectionMain {
        width: 100%;
    }

    .front-sectionRight {
        position: static;
        top: 0;
        left: 0;
        width: 100%;
    }
}

.frontContent h1 {
    text-align: center;
}

.frontContent .ingress {
    text-align: center;
    max-width: 600px;
    margin: 1rem auto 4rem;
}

@media only screen and (max-width: 1280px) {
    .frontContent .ingress {
        margin-bottom: 2rem;
    }
}
.frontNews-container {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #bec3c7;
    margin-bottom: 40px;
}

#NewsButtonLeft, #NewsButtonRight {
    display: none;
    position: relative;
    height: 50px;
    width: 50px;
    border: 1px solid #4d4d4c;
    border-radius: 50%;
    background: none;
}
#NewsButtonLeft:after {
    width: 40px;
    height: 169px;
    content: "";
    display: block;
    position: absolute;
    left: 49px;
    top: -56px;
    background-color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}
#NewsButtonRight:before {
    width: 40px;
    height: 169px;
    content: "";
    display: block;
    position: absolute;
    left: -41px;
    top: -56px;
    background-color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}



.button-arrow {
    position: absolute;
    top: 25%;
    left: 11%;
    border: solid #4d4d4c;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    background: white;
    width: 25px;
    height: 25px;

}
.button-arrow--right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.button-arrow--left {
    left: 34%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.frontNews-desktop {
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.frontNews-desktop .row { 
    padding-left: 1rem;
    padding-right: 1rem;
}
.frontNews-desktop::-webkit-scrollbar {
    display: none;
  }
  .newsHeading-desktop {
      padding-bottom: 1rem;
  }
@media only screen and (min-width: 768px) {
    .frontNews-mobile {
    display: none;
    }
}
@media only screen and (max-width: 768px) {
    .frontNews-desktop {
        display: none;
    }
    #NewsButtonLeft, #NewsButtonRight {
        display: none;
    }
    .newsHeading-desktop {
        display: none;
    }
    .frontNews-container {
        display: none;
    }
    .startPagePadding {
        padding-top: 40px;
    }  
}

@media only screen and (max-width: 768px) {
    .frontNews {
        width: 100%;
        border: none;
        border-radius: 0;
        height: auto;
    }
}
.newsHeading-desktop a {
    color: #4078af;
    margin-bottom: 0;
    text-transform: uppercase;
    text-decoration: none;
}

.frontNews h2 {
    text-align: center;
}

    .frontNews h2 a {
        color: #4078af;
        margin-bottom: 0;
        text-transform: uppercase;
        text-decoration: none;
    }

@media only screen and (max-width: 1024px) {
    .frontNews h2 {
        text-align: center;
    }
}

.frontNews h2 a:hover {
    border-bottom: 1px solid #4078af;
}

.frontNews a {
    color: #4d4d4c;
    border-bottom: 0;
}

    .frontNews a:hover {
        border-bottom: 1px solid #4d4d4c;
    }
    .frontNews-desktop a:hover {
        border-bottom: 1px solid #4d4d4c;
    }

.frontNews ul {
    padding: 0;
}

.frontNews li {
    display: inline-block;
    vertical-align: top;
}

    .frontNews li:last-child {
        width: 68%;
    }
    .frontNews-desktop li:last-child {
        width: auto;
        padding-top: 10px;
    }
    .frontNews-desktop .row:last-child {
        border-right: none;
    }

.frontNews .date {
    font-size: 12px;
    margin-right: 0.5rem;
}

.frontNews .row {
    padding-top: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #bec3c7;
}

    .frontNews .row:last-child {
        border-bottom: none;
    }
.frontNews-desktop .row {
    border-bottom: none;
    border-right: 1px solid #bec3c7;
    padding: 0 3rem 0 2rem;

}
.frontpageBoxes {
    text-align: center;
}

    .frontpageBoxes .box {
        display: inline-block;
        background: #fff;
        width: 50%;
        max-width: 340px;
        padding-left: 0.83333rem;
        padding-right: 0.83333rem;
        text-align: center;
        margin-bottom: 0;
    }

@media only screen and (max-width: 768px) {
    .frontpageBoxes .box {
        width: 100%;
    }
}

.frontpageBoxes h2 {
    font-size: 1.875rem;
}

.frontpageBoxes h3 {
    color: #4078af;
    font-size: 1.375rem;
    margin-bottom: 0;
}

/* ExpandList */
.navWrapper .expandList,
.sectionMain .expandList,
.sectionRight .expandList {
    background-color: #fff;
    list-style-type: none;
    padding-top: 50px;
    margin-left: 0;
    padding-bottom: 2rem;
}

.sectionRight ul.expandList {
    padding: 0;
}

    .sectionRight ul.expandList .description {
        margin-top: 1rem;
    }

.navWrapper .expandList li,
.sectionMain .expandList li,
.sectionRight .expandList > li {
    position: relative;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
    margin-left: 0;
}

    .navWrapper .expandList > li:before,
    .navWrapper .expandList > li:after,
    .sectionMain .expandList > li:before,
    .sectionMain .expandList > li:after,
    .sectionRight .expandList > li:before,
    .sectionRight .expandList > li:after {
        background-color: #E00C32;
        content: "";
        display: block;
        width: 0.5rem;
        height: 0.125rem;
        position: absolute;
        top: 1.6rem;
        z-index: 1;
    }

.navWrapper .expandList > li.not-expandable:before,
.navWrapper .expandList > li.not-expandable:after {
    background-color: #FFF;
}

.navWrapper .expandList > li:before,
.sectionMain .expandList > li:before,
.sectionRight .expandList > li:before {
    right: 0.875rem;
    -webkit-transform: rotate(37deg);
    -moz-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    -o-transform: rotate(37deg);
    transform: rotate(37deg);
}

.navWrapper .expandList > li:after,
.sectionMain .expandList > li:after,
.sectionRight .expandList > li:after {
    right: 0.5rem;
    -webkit-transform: rotate(-37deg);
    -moz-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    -o-transform: rotate(-37deg);
    transform: rotate(-37deg);
}

.navWrapper .expandList > li.collapse,
.sectionMain .expandList > li.collapse {
    background-position: 11px -165px;
}

    .navWrapper .expandList > li:hover:before,
    .navWrapper .expandList > li:hover:after,
    .navWrapper .expandList > li.collapse:before,
    .navWrapper .expandList > li.collapse:after {
        background-color: #fff;
    }

    .sectionMain .expandList > li:hover:before,
    .sectionMain .expandList > li:hover:after,
    .sectionMain .expandList > li.collapse:before,
    .sectionMain .expandList > li.collapse:after,
    .sectionRight .expandList > li:hover:before,
    .sectionRight .expandList > li:hover:after,
    .sectionRight .expandList > li.collapse:before,
    .sectionRight .expandList > li.collapse:after {
        background-color: #4d4d4c;
    }

    .navWrapper .expandList > li.collapse:before,
    .sectionMain .expandList > li.collapse:before,
    .sectionRight .expandList > li.collapse:before {
        -webkit-transform: rotate(-37deg);
        -moz-transform: rotate(-37deg);
        -ms-transform: rotate(-37deg);
        -o-transform: rotate(-37deg);
        transform: rotate(-37deg);
    }

    .navWrapper .expandList > li.collapse:after,
    .sectionMain .expandList > li.collapse:after,
    .sectionRight .expandList > li.collapse:after {
        -webkit-transform: rotate(37deg);
        -moz-transform: rotate(37deg);
        -ms-transform: rotate(37deg);
        -o-transform: rotate(37deg);
        transform: rotate(37deg);
    }

.sectionMain .expandList li h2,
.sectionRight .expandList li h2 {
    padding: 1rem;
    color: #4d4d4c;
    font-size: 1.4rem;
    margin-bottom: 0;
    cursor: pointer;
}

.navWrapper .expandList .selected a,
.navWrapper .expandList .selected a:hover {
    color: #f65854;
}

.navWrapper .expandList .not-expandable .selected a,
.navWrapper .expandList .not-expandable .selected a:hover {
    color: #FFF;
}

.sectionMain .expandList > li.collapse h2,
.sectionMain .expandList > li h2:hover,
.sectionRight .expandList > li.collapse h2,
.sectionRight .expandList > li h2:hover {
    background-color: #F2F4F7;
}

.sectionMain .expandList li table {
    margin: 0 0 20px 40px;
    border: none;
    width: auto;
}

    .sectionMain .expandList li table tr {
        border-bottom: 1px dotted #d2d2d2;
    }

        .sectionMain .expandList li table tr:hover {
            background-color: transparent;
        }

        .sectionMain .expandList li table tr:last-child {
            border-bottom: none;
        }

    .sectionMain .expandList li table td,
    .sectionMain .expandList li table th {
        vertical-align: top;
        padding: 10px 5px 10px 5px;
        font-weight: normal;
        text-align: left;
        border: none;
    }

    .sectionMain .expandList li table input[type=text] {
        width: 40px;
        padding: 4px;
        margin-bottom: 0;
        font-size: 1em;
    }


/* List pages */
.sectionMain .list {
    list-style-type: none;
    margin-left: 0;
}

    .sectionMain .list li {
        padding-bottom: 0.3125rem;
        margin-bottom: 0.3125rem;
        overflow: hidden;
        margin-left: 0;
    }

    .sectionMain .list h2 {
        margin-bottom: 0.625rem;
    }

    .sectionMain .list p {
        margin-bottom: 0.625rem;
    }

    .sectionMain .list.smallHeading h2 {
        font-size: 1.286em;
        line-height: 1.3em;
    }

    .sectionMain .list .listImage {
        float: left;
        margin: 15px 20px 20px 0;
    }

    .sectionMain .list .linkList {
        clear: none;
        margin-left: 0;
    }

    .sectionMain .list .klinikk {
        padding-left: 80px;
        background: url(gfx/ic_searchresult.gif) 0 15px no-repeat;
    }

    .sectionMain .list .analyse {
        padding-left: 80px;
        background: url(gfx/ic_searchresult.gif) 0 -538px no-repeat;
    }

.sectionMain ul.newsList {
    list-style: none;
    margin-left: 0;
}

    .sectionMain ul.newsList li {
        margin-bottom: 2rem;
    }

    .sectionMain ul.newsList h2 {
        margin-bottom: 0.5rem;
    }

    .sectionMain ul.newsList .date {
        margin-bottom: 0;
    }

.quickSearchForm.searchResult {
    padding-top: 10px;
}

    .quickSearchForm.searchResult input[type=text] {
        width: 400px;
    }

.sectionMain .searchResultTitle {
    font-size: 1.714em;
    border-bottom: 1px solid #d2d2d2;
}

.showMore {
    text-align: center;
    padding-top: 15px;
}

    .showMore a {
        display: inline-block;
        padding: 10px 20px;
        border: 1px solid #d2d2d2;
        background: url(gfx/bg_interactive.png) 0 0 repeat-x;
        color: #3a3a3b;
        text-decoration: none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }

        .showMore a span {
            background: url(gfx/ic_readMoreArrow.png) 100% 5px no-repeat;
            padding-right: 20px;
        }

        .showMore a:hover {
            border-bottom: 1px solid #4d4d4c;
        }

.sectionMain p.date,
.date {
    font: 300 0.875rem "proxima-nova", Arial, sans-serif;
    color: #767676;
}

/* Search */
.searchRestultHeading {
    margin-bottom: 1rem;
    margin-top: 3rem;
}

ol.search li {
    margin-left: 0;
    margin-bottom: 1rem;
}

    ol.search li h3 {
        margin: 0;
        padding: 0;
    }

    ol.search li p {
        margin: 0;
        padding: 0;
    }

/* Section tabs */
.sectionTabs {
    clear: both;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 50px;
    overflow: hidden;
}

    .sectionTabs .tabs {
        display: flex;
        padding-left: 0;
        list-style: none;
    }

@media only screen and (max-width: 768px) {
    .sectionTabs .tabs {
        flex-direction: column;
    }
}

.sectionTabs .tabs li {
    flex-grow: 1;
    flex-basis: 0;
    float: left;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
}

@media only screen and (max-width: 768px) {
    .sectionTabs .tabs li {
        clear: both;
    }
}

.sectionTabs .tabs li a {
    display: block;
    color: #4078af;
    font-size: 0.875rem;
    text-align: center;
    padding: 14px 21px;
    transition: all 0.3s ease-in;
}

@media only screen and (max-width: 768px) {
    .sectionTabs .tabs li a {
        color: #767676;
    }
}

.sectionTabs .tabs li a:hover {
    border-bottom: none;
}

.sectionTabs .tabs li.selected,
.sectionTabs .tabs li:hover.selected {
    border: 1px solid #d2d2d2;
    border-bottom: 1px solid white;
}

@media only screen and (max-width: 768px) {
    .sectionTabs .tabs li.selected,
    .sectionTabs .tabs li:hover.selected {
        border: 0;
    }
}

.sectionTabs .tabs li.selected a {
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    .sectionTabs .tabs li.selected a {
        color: #4078af;
        font-weight: 400;
        border-bottom: 1px solid #4078af;
    }
}

.sectionTabs .tabs li:hover a {
    color: #4078af;
}

.sectionTabs .tabs li:hover.selected a {
    color: #4078af;
}

.sectionTabs .tabContent {
    clear: both;
    background-color: white;
    border: 1px solid #d2d2d2;
    padding: 2.5rem 1.25rem;
    overflow: hidden;
}

    .sectionTabs .tabContent ul {
        list-style: none;
    }

.sectionTabs .jq-hiddenTabContent {
    position: absolute;
    top: -99999em;
}

.sectionTabs .tabContent .sectionRight {
    padding-top: 15px;
}

.sectionTabs .tabContent .alphabet {
    list-style: none;
    margin-left: -10px;
}

    .sectionTabs .tabContent .alphabet li {
        display: inline-block;
        padding: 0 5px 0;
    }

        .sectionTabs .tabContent .alphabet li a {
            width: 15px;
            display: block;
            text-align: center;
            border-bottom: 1px solid transparent;
        }

            .sectionTabs .tabContent .alphabet li a:hover {
                color: #e00c32;
                border-bottom: 1px solid #e00c32;
            }

        .sectionTabs .tabContent .alphabet li.selected a {
            color: #e00c32;
        }

.sectionTabs .tabContent .alphabetList {
    padding: 19px 0 0 0;
    clear: both;
    position: relative;
    top: auto;
}

    .sectionTabs .tabContent .alphabetList h2 {
        display: block;
        background-color: transparent;
        width: 30px;
        height: 30px;
        margin-left: 14px;
        margin-bottom: 1rem;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #d2d2d2;
    }

.analysisContentList {
    margin: 0 auto;
    max-width: 600px;
}

    .analysisContentList p,
    .analysisContentList a {
        font: 300 1rem "justus-pro","Times New Roman",serif;
    }

    .analysisContentList a {
        color: #14569C;
    }

        .analysisContentList a:hover {
            color: #14569C;
            border-bottom: 1px solid #14569C;
        }

.sectionTabs .tabContent .alphabetList ul.linkList {
    display: inline-block;
    vertical-align: top;
    width: 290px;
    margin-left: 17px;
}

.sectionTabs .tabContent .alphabetList ul:last-child.linkList {
    margin-right: 0;
}

.sectionTabs .tabContent .alphabetList ul.linkList a {
    margin-bottom: 0.5rem;
}

    .sectionTabs .tabContent .alphabetList ul.linkList a:hover {
        color: #4078af;
        border-color: #4078af;
    }

.sectionTabs .tabContent .theme {
    margin-left: -10px;
}

    .sectionTabs .tabContent .theme li {
        float: left;
        padding: 0 10px 0;
    }

        .sectionTabs .tabContent .theme li.selected a {
            color: #4078af;
        }

.sectionTabs .tabContent .themeList {
    padding: 40px 0 0 0;
    clear: both;
    position: relative;
    top: auto;
    width: 600px;
    float: left;
}

    .sectionTabs .tabContent .themeList h2 {
        margin-left: 14px;
    }

    .sectionTabs .tabContent .themeList h3 {
        margin-left: 14px;
        margin-top: 14px;
    }

    .sectionTabs .tabContent .themeList ul {
        list-style: none;
        margin-left: 14px;
        margin-bottom: 20px;
        line-height: 1.4em;
    }

        .sectionTabs .tabContent .themeList ul li ul {
            margin-left: 0;
            line-height: 1.4em;
        }

        .sectionTabs .tabContent .themeList ul.linkList {
            float: left;
            width: 290px;
            clear: none;
        }

        .sectionTabs .tabContent .themeList ul:last-child.linkList {
            margin-right: 0;
        }

.tabContent .alphabet.fixed {
    position: fixed;
    padding: 20px 5px;
    top: 0;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 1024px) {
    .tabContent .alphabet.fixed {
        width: 100%;
        min-height: 72px;
    }
}

/*	Footer 
---------------------------------------------------------------------------------------- */
.footerSpots .spot {
    float: left;
    width: 33%;
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
}

@media only screen and (max-width: 768px) {
    .footerSpots .spot {
        width: 100%;
    }
}

.footerSpots .spot h2 {
    font-size: 1.2rem;
}

.footerSpots .spotMargin {
    margin: 0 22px;
}

.footerSpots .spot h2,
.footerSpots .spot p,
.footerSpots .spot a {
    font: 300 1rem "proxima-nova", Arial, sans-serif;
    color: #4d4d4c;
}

.footerSpots .spot p,
.footerSpots .spot a {
    font-size: 1rem;
}

.footerSpots .spot:last-child .footer-logo {
    display: none;
}

.footerSpots .footer-logo {
    background-image: url(../Images/furst.png);
    background-color: #F2F4F7;
    width: 47px;
    height: 14px;
    float: left;
}

@media only screen and (max-width: 768px) {
    .footerSpots .spot:first-child .footer-logo {
        display: none;
    }

    .footerSpots .spot:last-child .footer-logo {
        display: block;
    }
}

.footerSpots .spot a {
    color: #14569C;
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
    line-height: 1.4em;
}

    .footerSpots .spot a:hover {
        border-bottom: 1px solid #14569C;
    }

.footerSpots .spot .accreditaionContainer {
    float: right;
}

    .footerSpots .spot .accreditaionContainer a,
    .footerSpots .spot .accreditaionContainer a:hover {
        border-bottom: none;
    }

/*	Box 
---------------------------------------------------------------------------------------- */
.box {
    background-color: #F2F4F7;
    padding: 1.5625rem;
    margin-bottom: 1.875rem;
}

    .box h2 {
        color: #1a1919;
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }

    .box p {
        clear: both;
    }

    .box a {
        padding-bottom: 0;
        border-bottom: none;
    }

    .box.notifications .row {
        margin-bottom: 0.8rem;
    }

    .box.quickSearch h2 {
        clear: both;
        font-size: 1.714em;
        font-weight: normal;
        margin: 0 0 15px 0;
        padding: 5px 0 0;
        background-color: transparent;
        color: #3a3a3b;
    }

    .box.neutral {
        background: #fff;
    }

        .box.neutral h2 {
            margin: 0 0 10px;
            background-color: transparent;
            color: #3a3a3b;
            padding: 0 0 7px;
            border-bottom: 1px solid #d2d2d2;
            display: block;
            float: none;
        }

        .box.neutral p {
            line-height: 1.3;
        }

        .box.neutral img {
            max-width: 100%;
            width: auto;
            height: auto;
            margin: 0 -10px;
        }

.boxfixed {
    position: fixed;
    background-color: #fff;
    width: 330px;
    padding: 12px;
    top: 30px;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .boxfixed {
        position: static;
        width: 100%;
    }
}

.box img.focusBoxImage {
    background: none;
    padding-left: 0;
    border: 0;
    -webkit-box-shadow: 0;
    -o-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}

.box a.focusBoxLink {
    display: block;
    background: none;
    padding-left: 0;
    color: #4d4d4c;
}

    .box a.focusBoxLink.analysis:before,
    .box a.focusBoxLink.order:before,
    .box a.focusBoxLink.takeTests:before,
    .box a.focusBoxLink.openingHours:before {
        background-image: url(../Images/furst-icons.svg);
        content: '';
        display: block;
        margin: 0 auto 2rem;
        width: 172px;
        height: 172px;
    }

    .box a.focusBoxLink.analysis:before {
        background-position: -8px -8px;
    }

    .box a.focusBoxLink.analysis:hover:before {
        background-position: -8px -364px;
    }

    .box a.focusBoxLink.order:before {
        background-position: -186px -186px;
    }

    .box a.focusBoxLink.order:hover:before {
        background-position: -186px -542px;
    }

    .box a.focusBoxLink.openingHours:before {
        background-position: -364px -8px;
    }

    .box a.focusBoxLink.openingHours:hover:before {
        background-position: -364px -364px;
    }

    .box a.focusBoxLink.takeTests:before {
        background-position: -364px -186px;
    }

    .box a.focusBoxLink.takeTests:hover:before {
        background-position: -364px -542px;
    }

.quickSearchForm {
    clear: both;
    margin-bottom: 15px;
    white-space: nowrap;
}

    .quickSearchForm input[type=text] {
        width: 180px;
        margin-right: 5px;
        float: left;
    }

    .quickSearchForm input[type=submit] {
        float: left;
    }

.linkList {
    /*clear: both;
	list-style-type: none !important;
	margin-bottom: 0 !important;*/
}

    .box ul li,
    .linkList li {
        line-height: 1.4em;
        margin-bottom: 0.5rem;
    }

.alphabetList .linkList li {
    background: none;
    padding-left: 0;
}

.box ul li a,
.linkList a {
    padding-bottom: 0 !important;
    line-height: 1.4em;
    border-bottom: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

    .box ul li a:hover,
    .linkList li a:hover {
        border-bottom: 1px solid #3a3a3b;
    }

.linkList.documents ul,
.linkList.documents ul ul {
    clear: both;
}

ul.linkList.documents {
    padding-left: 1rem;
}

.linkList li a {
    font-size: 1em;
}

.linkList.documents li a[href *='.']:after {
    content: "(dok)";
    /*background: url(gfx/ic_document.png) -3px 45% no-repeat; TODO - fjern om kunde godkjenner*/
    margin-left: 3px;
}

.linkList.documents li a[href $='.pdf']:before {
    /*content: "(pdf)";*/
    /*background: url(gfx/ic_pdf.png) -3px 45% no-repeat; TODO - fjern om kunde godkjenner*/
    margin-left: 3px;
}

.linkList.documents li a[href $='.doc'],
.linkList.documents li a[href $='.docx'] {
    background: url(gfx/ic_word.png) -3px 45% no-repeat;
    padding: 2px 0 2px 15px;
}

.linkList.vertical {
    padding: 0;
}

    .linkList.vertical li {
        display: inline-block;
        margin-right: 1rem;
    }

        .linkList.vertical li a:hover {
            border-color: #14569C;
        }

.excerptLink.active {
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.userForm {
    margin-top: 40px;
}

    .userForm label,
    .userForm span {
        font: 300 1rem "proxima-nova", Arial, sans-serif;
        display: block;
    }

    .userForm input[type=text],
    .userForm textarea {
        display: block;
        width: 250px;
    }

    .userForm ul {
        list-style: none;
    }

    .userForm p input.fullWidth {
        max-width: 522px;
    }

a.iconLink {
    font-size: 0.857em;
    background: url(gfx/ic_linklist.gif) 0 2px no-repeat;
    padding-left: 15px;
    margin-bottom: 5px;
    color: #3a3a3b !important;
    text-decoration: none !important;
}

a:hover.iconLink {
    border-bottom: 1px solid #3a3a3b;
}

/*	Shopping cart
----------------------------------------------------------------------------------------------------------------------- */
.shoppingCartContainer {
    position: fixed;
    background-color: #fff;
    width: 330px;
    overflow: hidden;
    border: 1px solid #dddedf;
    padding: 12px;
    top: 30px;
    z-index: 1;
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .shoppingCartContainer {
        width: 250px;
    }
}

.shoppingCart {
    background-color: #ffffff;
    font: 300 18px "proxima-nova", Arial, sans-serif;
    margin-bottom: 1.8rem;
    width: auto;
}

@media only screen and (max-width: 1024px) {
    .shoppingCartContainer {
        display: none;
        position: fixed;
        width: 96%;
        margin-top: 42px;
        border: none;
        box-shadow: 0 2px 16px 0 rgba(0,0,0,0.15);
    }
}

.shoppingCartContainer h3 {
    margin: 1rem 0;
    text-transform: uppercase;
    color: #4078af;
    font-weight: 300;
    text-align: center;
}

.shoppingCartContainer input[type=submit],
.shoppingCartContainer input[type=button] {
    float: right;
    margin-top: 2.5rem;
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .shoppingCartContainer input[type=submit] {
        font-size: 0.875rem;
        margin-top: 1.5rem;
    }
}

.shoppingCartContainer.sticky {
    position: fixed;
    top: 0;
    left: 20rem;
    padding: 1rem;
    width: calc(100% - 20rem);
    z-index: 10;
    border-bottom: 1px solid #bec3c7;
}

.shoppingCartContainer .shoppingCart {
    padding-left: 0;
    margin-bottom: 1rem;
}

.shoppingCartContainer.summary {
    background-color: #ade5e7;
    padding: 1rem;
    width: 80%;
}

@media only screen and (max-width: 768px) {
    .shoppingCartContainer.small {
        width: 100%;
    }
}

.shoppingCartContent {
    padding: 0;
}

.shoppingCart li,
.checkoutShoppingCart li {
    clear: both;
    list-style-type: none;
    font-size: 0.857em;
    padding: 0.625rem 0;
    line-height: 1.4em;
    border-bottom: 1px solid #c0cbce;
}

    .shoppingCart li .numberOfItems,
    .checkoutShoppingCart li .numberOfItems {
        display: inline-block;
        vertical-align: middle;
        width: 42px;
    }

    .shoppingCart li .itemTitle,
    .checkoutShoppingCart li .itemTitle {
        display: inline-block;
        vertical-align: middle;
        padding-right: 3px;
        width: 205px;
    }

    .checkoutShoppingCart li .itemTitle {
        width: calc(100% - 3rem);
    }

.shoppingCart li {
    overflow: hidden;
}

    .shoppingCart li a {
        display: inline-block;
        vertical-align: middle;
        width: 38px;
        color: #E00C32;
        border-bottom: 1px solid #E00C32;
    }

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .shoppingCart li a {
        display: block;
        float: right;
    }
}

.summary {
    margin-bottom: 4rem;
}

/*  OrderSelection
---------------------------------------------------------------------------------------------------------------------- */
.orderSelectionItem {
    padding: 1rem;
    border-bottom: 1px solid #8A8B8A;
}

    .orderSelectionItem p {
        font: 300 1rem "proxima-nova", Arial, sans-serif;
    }

    .orderSelectionItem h3 {
        padding-top: 0;
        font-size: 1rem;
        text-transform: uppercase;
        margin-bottom: 0;
        color: #7D878E;
    }




/*	Global classes
----------------------------------------------------------------------------------------------------------------------- */
.skip {
    position: absolute;
    top: 0;
    left: -999em;
    overflow: hidden;
}

hr,
.hidden {
    display: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#alfabetisk-analyseliste .anchor {
    position: relative;
    clear: both;
    height: 70px;
}

@media only screen and (max-width: 768px) {
    #alfabetisk-analyseliste .anchor {
        height: 110px;
    }
}
/*	IE
----------------------------------------------------------------------------------------------------------------------- */
* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */
*:first-child + html .frontpageBigLinks .box {
    margin-top: 22px;
}
/* IE7 */
*:first-child + html .sectionTabs .tabContent .themeList ul,
*:first-child + html .sectionTabs .tabContent .alphabetList ul.linkList {
    width: 288px;
}
/* IE7 */
*:first-child + html .sectionMain .expandList li h2 {
    zoom: 1;
}
/* IE7 */
*:first-child + html .headerTop .navUtility {
    padding: 5px 20px 5px 0;
    display: inline-block;
    float: none;
}
/* IE7 */
*:first-child + html .headerTop .navMain {
    clear: both;
    border-top: 1px solid #d2d2d2;
    display: inline-block;
    float: none;
}
    /* IE7 */
    *:first-child + html .headerTop .navMain li ul {
        border: 1px solid #d2d2d2;
        border-top: none;
        margin-left: -1px;
    }

        *:first-child + html .headerTop .navMain li ul li ul {
            border: none;
            margin-left: -10px;
        }

*:first-child + html .headerTop .navUtility li.search input.uxSearchText {
    vertical-align: top;
}

*:first-child + html .headerTop .navUtility li.search input.uxSearchButton {
    padding: 2px 8px;
    vertical-align: top;
    margin-top: 1px;
}
