.ba { border-style: solid; border-width: 1px; }
.bt { border-top-style: solid; border-top-width: 1px; }
.bb { border-bottom-style: solid; border-bottom-width: 1px; }
.bn { border-style: none; border-width: 0; }
.b--white { border-color: #fff; }
.br-100 { border-radius: 100%; }
.bw2 { border-width: .25rem; }
.top-0 { top: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.absolute--fill { top: 0; right: 0; bottom: 0; left: 0; }
.dn { display: none; }
.db { display: block; }
.dib { display: inline-block; }
.flex { display: -ms-flexbox; display: flex; }
.flex-auto { -ms-flex: 1 1 auto; flex: 1 1 auto; min-width: 0; /* 1 */ min-height: 0; /* 1 */ }
.flex-column { -ms-flex-direction: column; flex-direction: column; }
.flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.fw5 { font-weight: 500; }
.h2 { height: 2rem; }
.h-100 { height: 100%; }
.list { list-style-type: none; }
.w-100 { width: 100%; }
.static { position: static; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.white { color: #fff; }
.bg-black-50 { background-color: rgba( 0, 0, 0, .5 ); }
.bg-light-gray { background-color: #eee; }
.bg-white { background-color: #fff; }
.bg-transparent { background-color: transparent; }
.pa0 { padding: 0; }
.pa2 { padding: .5rem; }
.pa3 { padding: 1rem; }
.pb0 { padding-bottom: 0; }
.pb3 { padding-bottom: 1rem; }
.pb5 { padding-bottom: 4rem; }
.pb6 { padding-bottom: 8rem; }
.pt0 { padding-top: 0; }
.pt3 { padding-top: 1rem; }
.ph2 { padding-left: .5rem; padding-right: .5rem; }
.ph3 { padding-left: 1rem; padding-right: 1rem; }
.ph4 { padding-left: 2rem; padding-right: 2rem; }
.ma0 { margin: 0; }
.ma2 { margin: .5rem; }
.ma3 { margin: 1rem; }
.ml1 { margin-left: .25rem; }
.ml3 { margin-left: 1rem; }
.mr3 { margin-right: 1rem; }
.mb0 { margin-bottom: 0; }
.mb2 { margin-bottom: .5rem; }
.mb3 { margin-bottom: 1rem; }
.mb4 { margin-bottom: 2rem; }
.mt2 { margin-top: .5rem; }
.mt4 { margin-top: 2rem; }
.nl2 { margin-left: -.5rem; }
.nr2 { margin-right: -.5rem; }
.underline { text-decoration: underline; }
.no-underline { text-decoration: none; }
.tl { text-align: left; }
.tc { text-align: center; }
.ttu { text-transform: uppercase; }
.f1 { font-size: 3rem; }
.f3 { font-size: 1.5rem; }
.f4 { font-size: 1.25rem; }
.f5 { font-size: 1rem; }
.f6 { font-size: .875rem; }
.center { margin-right: auto; margin-left: auto; }
.v-mid { vertical-align: middle; }
.z-999 { z-index: 999; }
body, ul, li, p, h1, h2, h3, h4, dl, dt, dd, fieldset {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
button, input, optgroup, select, textarea {
    font-family: effra, arial, Helvetica, Sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
img {
    max-width: 100%;
    border-style: none;
}
body {
    color: #5a5555;
    font-family: effra, arial, Helvetica, Sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background-color: #f9f7f5;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
a {
    color: #23145f;
}
a[href^="mailto:"] {
    word-wrap: break-word;
}
header {
    height: 69px;
}
#logo {
    width: 212px;
}
#nav-trigger {
    height: 69px;
    background-image: url(../gfx/menu.svg);
    background-repeat: no-repeat;
    background-position: 13px 50%;
    padding-left: 40px;
}
#menus {
    z-index: 210;
}
#menus li {
    list-style: none;
}
#menus a {
    color: #5a5555;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
#menus a:hover {
    color: #cf021e;
}
#menus nav, #menus nav li {
    padding-bottom: 1rem;
}
#menus .current-menu-item>a {
    border-bottom: 2px solid #e20221;
    color: #e20221;
}
#menus .current-menu-item.search-trigger>a {
    border-bottom: 0;
}
.secondary-navigation {
    -ms-flex-order: 2;
        order: 2;
}
.secondary-navigation li {
    width: 100%;
    font-size: .9em;
}
.search-trigger {
    display: none;
}
.main-navigation {
    -ms-flex-order: 1;
        order: 1;
}
.main-navigation .sub-menu {
    padding-top: .5rem;
}
.main-navigation .sub-menu li {
    padding-left: 1rem;
}
#menus .sub-menu a {
    text-transform: none;
    font-weight: 400;
    font-size: .9em;
}
#search-box {
    -ms-flex-order: 3;
        order: 3;
}
button {
    cursor: pointer;
}
.input {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 100%;
    height: 46px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1rem;
    background-color: #fff;
    border-radius: 0;
    transition: all .2s ease;
    border: 1px solid #b4bdc7;
    font-family: effra, arial, Helvetica, Sans-serif;
}
.search-btn {
    height: 46px;
}
.search-form {
    max-width: 400px;
}
.input-field-small {
    width: 121px;
    max-width: 121px;
}
.input-field-error {
    border: 2px solid #23145f;
}
.form-button {
    border-width: 3px;
    cursor: pointer;
    max-width: 155px;
    text-transform: uppercase;
}
.form-wide-button {
    min-width: 100px;
    max-width: none;
    width: auto;
}
.input-error {
    position: relative;
}
.input-error:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: -20px;
    border-color: transparent transparent #23145f transparent;
    border-style: solid;
    border-width: 12px;
}
.textarea {
    padding: 12px;
    min-height: 200px;
}
.icon-link {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    width: 40px;
    height: 40px;
    opacity: .9;
    transition: opacity linear 150ms;
    overflow: hidden;
}
.icon-link:hover {
    opacity: 1;
}
.facebook-icon {
    background-image: url(../gfx/snla-facebook.svg);
}
.twitter-icon {
    background-image: url(../gfx/snla-twitter.svg);
}
.vimeo-icon {
    background-image: url(../gfx/snla-vimeo.svg);
}
.youtube-icon {
    background-image: url(../gfx/snla-youtube.svg);
}
.instagram-icon {
    background-image: url(../gfx/snla-instagram.svg);
}
.dark-grey {
    color: #5a5555;
}
.primary {
    color: #e20221;
}
.b--primary {
    border-color: #e20221;
}
.bg-primary {
    background-color: #e20221;
}
.hover-bg-primary:hover {
    background-color: #cf021e;
}
.hover-bg-primary:active {
    background-color: #c0021c;
}
.hover-b-primary:hover {
    border-color: #cf021e;
}
.hover-b-primary:active {
    border-color: #c0021c;
}
.b-primary {
    border-color: #e20221;
}
.bg--grey {
    background-color: #f9f7f5;
}
.secondary {
    color: #23145f;
}
.b--secondary {
    border-color: #23145f;
}
.bg-secondary {
    background-color: #23145f;
}
.hover-bg-secondary:hover {
    background-color: #1c114e;
}
.hover-bg-secondary:active {
    background-color: #180e42;
}
.b--lighter-gray {
    border-color: #ebebeb;
}
.text-light-grey {
    color: #888;
}
b, h1, h2, h3, h4, h5, h6, strong {
    font-weight: 500;
}
h1, .h1 {
    font-size: 35px;
    line-height: 1.1;
}
h2, .h2 {
    font-size: 25px;
    line-height: 1.1;
}
h3, .h3 {
    font-size: 20px;
    line-height: 1.1;
}
h4, .h4 {
    font-size: 18px;
    line-height: 1.1;
}
p {
    font-size: 18px;
    line-height: 1.4;
}
blockquote {
    text-align: center;
    margin: 1.5rem;
    display: block;
}
blockquote > p {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
}
blockquote > address {
    font-weight: 500;
    font-style: normal;
}
.right-arrow-white, .right-arrow-gray {
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 30px;
    padding-right: 3rem;
}
.right-arrow-white {
    background-image: url(../gfx/button-arrow.svg);
}
.right-arrow-gray {
    background-image: url(../gfx/button-arrow-gray.svg);
}
.nav-button {
    font-size: 1.25em;
}
.front-page .nav-button {
    border-width: 0 0 1px;
    border-color: #b5001f;
    border-style: solid;
}
.arrow-list a {
    text-decoration: none;
    border-bottom: 2px solid #23145f;
    transition: border-color 200ms;
    position: relative;
}
.arrow-list li:before {
    display: none;
}
.arrow-list a:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../gfx/footer-arrow.svg);
    background-position: 0;
    background-repeat: no-repeat;
    width: 17px;
    height: 13px;
    top: 3px;
    left: -25px;
}
.text-block h2, .text-block p, .text-block li {
    margin-bottom: 1rem;
}
.text-block li {
    position: relative;
    padding-left: 22px;
    list-style: none;
}
.text-block li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #e20221;
}
.text-block a {
    text-decoration: none;
    border-bottom: 2px solid #23145f;
    transition: all 200ms;
}
.text-block a:active, .text-block a:hover {
  border-bottom-width: 1px;
}
.text-block a:hover {
  background-color: #eeebed;
}
.text-block a:active {
  background-color: #e3e0e6;
}
.hover-box:hover {
    box-shadow: 0 3px 0 #e20221;
}
.hover-box:hover>h2 {
    color: #e20221;
}
.ingress {
    font-size: 22px;
    line-height: 1.3;
}
.person-info-box {
    max-width: 250px;
}
.left-el {
    width: 100%;
    padding: 1rem 1rem 0 1rem;
}
.flex-grow {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
}
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}
.iframe-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.login-box {
    position: relative;
    max-width: 400px;
}
.login-box.static {
    position: static !important;
    margin: 0 auto !important;
}
.hide {
    display: none !important;
}
.ml1-5 {
    margin-left: 1.5rem;
}
.play-icon:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../gfx/play-circle-red.svg);
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
}
.play-icon:hover:after {
    background-image: url(../gfx/play-circle-darkred.svg);
}
/* tatt fra tachyon.css. Fåes ikke automatisk på :hover :-(*/
.hover-white:hover { color: #fff; }
.wrapper {
    margin: 0 auto;
    max-width: 1280px;
}
.grid-el-3-2-1, .grid-el-3-3-2, .grid-el-3-3-1, .grid-el-3-3-2, .grid-el-50, .grid-el-4-3-2-1, .grid-el-4-2 {
    width: 100%;
}
.page-numbers {
    list-style: none;
    display: inline-block;
}
.page-numbers>li {
    display: inline-block;
    height: 30px;
    width: 30px;
    overflow: hidden;
    line-height: 30px;
}
.page-numbers>li>a, .page-numbers>li>span {
    display: block;
    height: 100%;
    text-decoration: none;
}
.page-numbers>li>a:hover {
    color: #e20221;
}
.pagination .current {
    color: #e20221;
    border-bottom: 2px solid #e20221;
}
.pagination .prev, .pagination .next {
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
}
.pagination .prev {
    background-image: url(../gfx/pagination-arrow-left.svg)
}
.pagination .next {
    background-image: url(../gfx/pagination-arrow-right.svg)
}
/**
 * WordPress Core Generated Classes
 *
 * Ref: https://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption .alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* egen css*/
.wp-caption {
    background: transparent;
    border: 0;
    max-width: 100%;
    padding: 20px 0;
    text-align: left;
    width: 100%;
}
.wp-caption img {
    max-width: 100%;
}
.wp-caption p.wp-caption-text {
    font-size: 16px;
    line-height: 1.4;
}
.wp-caption a {
    border-bottom: 0;
    background-color: transparent;
}
.alignright, .alignleft {
    margin: 0;
}
/* animation */
.fadeIn {
    opacity: 0;
    animation: fadeIn 0.2s ease-in forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.slideIn {
    top: -100%;
    animation: slideIn 0.2s ease-in forwards;
}
@keyframes slideIn {
  to {
    top: 10px;
  }
}
.spinner {
    height: 100%;
    padding: 3px;
    animation: rotation .7s infinite linear;
}
.spinner > img {
    height: 100%;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
@media all and (min-width: 400px) {
 .login-box { position: fixed; margin-left: -200px; left: 50%; } }
@media only screen and (min-width: 500px) {
 .left-el { width: 33%; padding: 1rem 0 1rem 1rem; } }
@media only screen and (min-width: 550px) {
 .grid-el-4-3-2-1 { width: 50%; }
 .grid-el-4-2 { width: 50%; } }
@media only screen and (min-width: 768px) {
 h1, .h1 { font-size: 55px; }
 h2, .h2 { font-size: 28px; }
 h3, .h3 { font-size: 22px; }
 h4, .h4 { font-size: 20px; }
 blockquote { margin: 2rem 4rem; }
 .play-icon:after { width: 70px; height: 70px; margin: -35px 0 0 -35px; }
 .grid-el-3-2-1 { width: 50%; }
 .grid-el-4-3-2-1 { width: 33.3333%; }
 .alignright { padding-left: 20px; }
 .alignleft { padding-right: 20px; }
 .alignright, .alignleft { width: 50%; } }
@media only screen and (min-width: 769px) {
 #hero-image { background-size: cover; background-repeat: no-repeat; padding-bottom: 50vh; overflow: hidden; }
 #hero-image > img { display: none; }
 #hero-text { position: absolute; color: #fff; }
 #hero-text > div { width: 44%; margin: auto 0; }
 #hero-button:hover { background-color: #fff; color: #000; transition: all 0.2s; } }
@media only screen and (min-width: 1024px) {
 .desktop-hide { display: none; }
 #logo { width: 292px; margin-top: 28px; float: left; }
 header { height: 142px; }
 #menus { border: 0; width: 70%; display: block; background-color: transparent; position: static; float: right; padding-bottom: 0; padding-top: 1.5rem; }
 #menus nav li { display: inline-block; width: auto; padding: 0; margin-left: 2rem; }
 #menus nav ul { text-align: right; }
 .main-navigation .sub-menu, #search-box { display: none; }
 #menus .secondary-navigation { padding-bottom: 3.5rem; }
 #menus .main-navigation { padding-bottom: 0; }
 #menus .main-navigation .menu-item-has-children:hover>.sub-menu { display: block; text-align: left; }
 .main-navigation .sub-menu, #search-box { position: absolute; background-color: #fff; padding: 1rem; left: 0; right: 0; top: 142px; border-top: 1px #d9d9d9 solid; border-bottom: 1px #d9d9d9 solid; z-index: 10; }
 #menus .main-navigation .menu-item-has-children { padding-bottom: 1.5rem; }
 #menus .main-navigation .sub-menu li:first-child { margin-left: 52%; }
 .search-form { margin-left: auto; }
 #menus .secondary-navigation .search-trigger { position: relative; width: 25px; height: 1px; }
 .search-trigger a { width: 46px; height: 46px; background: url(../gfx/icon-search-navigation.svg) 50% 50% no-repeat; background-size: 70%; text-indent: 9999px; overflow: hidden; box-sizing: border-box; position: absolute; top: -28px; right: -12px; }
 .search-trigger a:hover { background-image: url(../gfx/icon-search-navigation-hover.svg); }
 h1, .h1 { font-size: 70px; }
 h2, .h2 { font-size: 30px; }
 h3, .h3 { font-size: 24px; }
 h4, .h4 { font-size: 20px; }
 .front-page .nav-button { border-width: 0 1px 0 0; }
 .front-page .nav-button.first-button { border-width: 0 1px; }
 .ingress { font-size: 24px; }
 .grid-el-3-2-1 { width: 33.3333%; }
 .grid-el-3-3-1 { width: 33.3333%; }
 .grid-el-3-3-2, .grid-el-3-3-2 { width: 66.6666%; }
 .grid-el-50 { width: 50%; }
 .ph3-d { padding: 0 1rem; }
 .grid-el-4-3-2-1 { width: 25%; } }
@media only screen and (max-width: 767px) {
 .mobile-hide { display: none; } }
@media only screen and (max-width: 1023px) {
 .pad-hide { display: none; } }
