/* CSS for 3d-muse */
/*
 * Utilities
 */
/*
 * Commonly used mixins
 */
@import url('https://fonts.googleapis.com/css?family=Asap:400,500|Kanit:300,400');
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*
 * Application specific configuration
 */
/*
 * Relative root for graphical profile folder.
 * Used mainly when LESS files are included from a different folder.
 */
#hidnav a[href='#bottomnav'] {
  display: none;
}
html,
body {
  font-family: 'Asap', sans-serif, Arial, sans-serif;
  line-height: 2.6rem;
  color: #101C07;
}
#main a {
  font-family: 'Asap', sans-serif;
  color: #1D6621;
  text-decoration: underline;
}
#main a:focus {
  text-decoration: underline;
  background: #1D6621;
  color: #FFFFFF;
  padding: 4px;
}
a.vrtx-more::before,
div.vrtx-more a::before,
a.all-messages::before,
a.all-comments::before,
.footer > .vrtx-search-scope a::before,
a.more-url::before {
  font-family: 'Kanit', sans-serif;
  font-size: 2.0rem;
}
.introduction-div,
.vrtx-introduction-big,
.vrtx-frontpage-box.introduction .vrtx-box-content,
.vrtx-organizational-unit-introduction,
.vrtx-introduction {
  font-family: 'Kanit', sans-serif;
  font-size: 2rem;
  line-height: 3.2rem;
}
h1,
h2,
h3,
h4,
h2 a {
  font-family: 'Kanit', sans-serif;
  color: #101C07;
  font-weight: 600;
}
h1 {
  font-size: 4.0rem;
}
h2 {
  font-size: 2.6rem;
}
.vrtx-frontpage-box .item-title,
h3 {
  font-size: 2.0rem;
}
h4 {
  font-size: 1.6rem;
}
hr {
  border-bottom: 4px solid #F29224;
  padding-bottom: 10px;
}
#main .vrtx-back a::before {
  background: rgba(0, 0, 0, 0) url("/vrtx/decorating/resources/images/icon-chevron-back.svg") no-repeat scroll 0 2px;
}
#main .button:not(.comment-delete-button):not(#vrtx-comments-delete-all):not(.red):not(.white):not(.program-create-print):not(.program-create-send-dialog):not(.vrtx-program-read-more):not(.vrtx-program-how-search),
#main button:not(.comment-delete-button):not(#vrtx-commments-delete-all):not(.red):not(.white),
input[type="button"]:not(.red),
input[type="submit"]:not(.submit-comment-button):not(.red),
input[type="cancel"]:not(.red),
.header-search-expand,
button {
  font-family: 'Asap', sans-serif;
  color: #FFFFFF;
  background-color: #1D6621;
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
#main .button:not(.comment-delete-button):not(#vrtx-comments-delete-all):not(.red):not(.white):not(.program-create-print):not(.program-create-send-dialog):not(.vrtx-program-read-more):not(.vrtx-program-how-search):focus,
#main button:not(.comment-delete-button):not(#vrtx-commments-delete-all):not(.red):not(.white):focus,
input[type="button"]:not(.red):focus,
input[type="submit"]:not(.submit-comment-button):not(.red):focus,
input[type="cancel"]:not(.red):focus,
.header-search-expand:focus,
button:focus,
#main .button:not(.comment-delete-button):not(#vrtx-comments-delete-all):not(.red):not(.white):not(.program-create-print):not(.program-create-send-dialog):not(.vrtx-program-read-more):not(.vrtx-program-how-search):hover,
#main button:not(.comment-delete-button):not(#vrtx-commments-delete-all):not(.red):not(.white):hover,
input[type="button"]:not(.red):hover,
input[type="submit"]:not(.submit-comment-button):not(.red):hover,
input[type="cancel"]:not(.red):hover,
.header-search-expand:hover,
button:hover {
  background-color: #F29224;
  color: #101C07;
}
#main .button:not(.comment-delete-button):not(#vrtx-comments-delete-all):not(.red):not(.white):not(.program-create-print):not(.program-create-send-dialog):not(.vrtx-program-read-more):not(.vrtx-program-how-search) a:focus,
#main button:not(.comment-delete-button):not(#vrtx-commments-delete-all):not(.red):not(.white) a:focus,
input[type="button"]:not(.red) a:focus,
input[type="submit"]:not(.submit-comment-button):not(.red) a:focus,
input[type="cancel"]:not(.red) a:focus,
.header-search-expand a:focus,
button a:focus,
#main .button:not(.comment-delete-button):not(#vrtx-comments-delete-all):not(.red):not(.white):not(.program-create-print):not(.program-create-send-dialog):not(.vrtx-program-read-more):not(.vrtx-program-how-search) a:hover,
#main button:not(.comment-delete-button):not(#vrtx-commments-delete-all):not(.red):not(.white) a:hover,
input[type="button"]:not(.red) a:hover,
input[type="submit"]:not(.submit-comment-button):not(.red) a:hover,
input[type="cancel"]:not(.red) a:hover,
.header-search-expand a:hover,
button a:hover {
  text-decoration: underline;
}
.not-for-ansatte .header-search-collapsable .header-search-expand {
  background-color: #1D6621;
  color: #000000;
}
.not-for-ansatte #head-wrapper {
  background-color: #FFFFFF;
}
.not-for-ansatte #head-wrapper .header-search {
  top: 18px;
  z-index: 10;
}
.not-for-ansatte #head-wrapper .header-search input[type="text"] {
  background: #a6c2c9;
  color: #4f4f4f;
}
.not-for-ansatte #head-wrapper .header-search input[type="text"]::-webkit-input-placeholder {
  color: #101C07;
}
.not-for-ansatte #head-wrapper .header-search input[type="text"]:-moz-placeholder {
  color: #101C07;
}
.not-for-ansatte #head-wrapper .header-search input[type="text"]::-moz-placeholder {
  color: #101C07;
}
.not-for-ansatte #head-wrapper .header-search input[type="text"]:-ms-input-placeholder {
  color: #101C07;
}
.not-for-ansatte #head-wrapper .header-search input[type="text"]:focus::-webkit-input-placeholder {
  color: #101C07;
}
.not-for-ansatte #head-wrapper .header-search input[type="text"]:focus:-moz-placeholder {
  color: #101C07;
}
.not-for-ansatte #head-wrapper .header-search input[type="text"]:focus::-moz-placeholder {
  color: #101C07;
}
.not-for-ansatte #head-wrapper .header-search input[type="text"]:focus:-ms-input-placeholder {
  color: #101C07;
}
.not-for-ansatte #head-wrapper .header-search .header-search-expand,
.not-for-ansatte #head-wrapper .header-search button {
  background-color: #1D6621;
  color: #FFFFFF;
  text-decoration: none;
}
.not-for-ansatte #head-wrapper .header-search .header-search-expand:focus,
.not-for-ansatte #head-wrapper .header-search button:focus,
.not-for-ansatte #head-wrapper .header-search .header-search-expand:hover,
.not-for-ansatte #head-wrapper .header-search button:hover {
  background-color: #F29224;
  color: #101C07;
}
.not-for-ansatte #head-wrapper .head-menu .vrtx-login-manage-component .vrtx-dropdown-link {
  background: transparent url("/vrtx/decorating/resources/dist/src/images/head-dropdown-toggle-black.png") no-repeat scroll right center;
}
.not-for-ansatte #head-wrapper .head-menu .vrtx-login-manage-component > a {
  color: #101C07;
}
.not-for-ansatte #head-wrapper .head-menu .vrtx-login-manage-component > a:focus,
.not-for-ansatte #head-wrapper .head-menu .vrtx-login-manage-component > a:hover {
  color: #101C07;
  outline-width: 1;
}
.not-for-ansatte #head-wrapper #head {
  height: 140px;
}
.not-for-ansatte #head-wrapper #head #header {
  height: 100%;
  width: 700px;
}
.not-for-ansatte #head-wrapper #head #header #logo {
  background: transparent url("/vrtx/decorating/resources/images/muse-green.png") no-repeat scroll left center;
  display: block;
  background-size: 40%;
  height: 90%;
  width: 490px;
  margin-left: 0;
  font-size: 65px;
  color: #1D6621;
  padding-top: 65px;
  padding-left: 200px;
  text-transform: uppercase;
  text-decoration: none;
}
.not-for-ansatte #head-wrapper #head #header #logo img {
  display: none;
}
.not-for-ansatte #head-wrapper #head #header #logo:hover,
.not-for-ansatte #head-wrapper #head #header #logo:focus {
  text-decoration: underline;
}
.not-for-ansatte #head-wrapper #head #header #logo:focus {
  box-shadow: 0 0 0 2px #2771bb;
}
.not-for-ansatte #head-wrapper .vrtx-frontpage-box-picture img {
  margin-top: -36px;
}
.not-for-ansatte #head-wrapper .uio-app-name {
  display: none;
}
.not-for-ansatte #head-wrapper .head-menu {
  right: 120px;
}
.not-for-ansatte #head-wrapper .head-menu .vrtx-login-manage-component .vrtx-dropdown-link {
  background: transparent url("/vrtx/decorating/resources/images/language-dropdown-toggle-black.png") no-repeat scroll 99% 53%;
}
.not-for-ansatte #head-wrapper .head-menu .language {
  display: none !important;
}
.not-for-ansatte #head-wrapper .head-menu ul > li a,
.not-for-ansatte #head-wrapper .head-menu .vrtx-login-manage-component > a {
  color: #4f4f4f;
}
#globalnav {
  background: #1D6621 none repeat scroll 0 0;
}
#globalnav ul li,
#globalnav ul li.vrtx-active-item {
  padding: 0px;
  background: #1D6621;
  color: #FFFFFF;
}
#globalnav ul li a,
#globalnav ul li.vrtx-active-item a {
  padding: 10px 15px 10px 15px;
  display: block;
  height: 100%;
  color: #FFFFFF;
}
#globalnav ul li a:hover,
#globalnav ul li.vrtx-active-item a:hover,
#globalnav ul li a:focus,
#globalnav ul li.vrtx-active-item a:focus {
  text-decoration: none;
  color: #101C07;
  background-color: #F29224;
}
#globalnav ul li:hover,
#globalnav ul li.vrtx-active-item:hover,
#globalnav ul li:focus,
#globalnav ul li.vrtx-active-item:focus {
  background-color: #F29224;
  color: #101C07;
}
#globalnav ul li.vrtx-active-item {
  background-color: #FFFFFF;
  color: #101C07;
}
#globalnav ul li.vrtx-active-item a {
  color: #101C07;
  background-color: transparent;
}
#left-main .vrtx-breadcrumb-menu li > span.vrtx-marked,
#left-main .vrtx-breadcrumb-menu .vrtx-breadcrumb-menu li > a.vrtx-marked {
  background: #1D6621;
  color: #4f4f4f;
}
#left-main .vrtx-breadcrumb-menu li > span,
#left-main .vrtx-breadcrumb-menu .vrtx-breadcrumb-menu li > a {
  background: #1D6621;
  font-family: 'Asap', sans-serif;
}
#left-main .vrtx-breadcrumb-menu li.vrtx-child a {
  background: rgba(0, 0, 0, 0) url("/vrtx/decorating/resources/dist/images/li-arrow.png") no-repeat scroll 10px 23px;
}
#left-main .vrtx-breadcrumb-menu li.vrtx-child span::before,
#left-main .vrtx-breadcrumb-menu li.vrtx-child a::before {
  content: " " !important;
}
#left-main .vrtx-breadcrumb-menu li.vrtx-child > span.vrtx-after-marked,
#left-main .vrtx-breadcrumb-menu li.vrtx-child > a.vrtx-after-marked,
#left-main .vrtx-breadcrumb-menu li.vrtx-child > span.vrtx-marked,
#left-main .vrtx-breadcrumb-menu li.vrtx-child > a.vrtx-marked {
  border-top: 2px solid transparent;
}
#left-main .vrtx-breadcrumb-menu li.vrtx-child a.vrtx-marked {
  color: #FFFFFF;
  background: #1D6621;
}
#left-main .vrtx-breadcrumb-menu li.vrtx-child a:focus,
#left-main .vrtx-breadcrumb-menu li.vrtx-child a:hover {
  color: #101C07;
  background: #90D36B;
}
#main .vrtx-back a:before {
  background: url(/vrtx/decorating/resources/images/icon-chevron-back.svg) no-repeat 0 3px transparent;
  background-size: auto 80%;
}
a.vrtx-more::before,
div.vrtx-more a::before,
a.all-messages::before,
a.all-comments::before,
.footer > .vrtx-search-scope a::before,
a.more-url::before {
  background: url("/vrtx/decorating/resources/images/arrow-forward.svg") no-repeat 0 3px;
}
.ui-accordion.ui-widget .ui-accordion-header .ui-icon {
  background: transparent url('/vrtx/decorating/resources/images/icon-chevron-right.svg') no-repeat center left;
}
.ui-accordion.ui-widget .ui-accordion-header.ui-accordion-header-active .ui-icon {
  background-image: url('/vrtx/decorating/resources/images/icon-chevron-down.svg');
}
table.vrtx-person-listing td.vrtx-person-listing-name .vrtx-image {
  padding-right: 14px;
}
table.vrtx-person-listing td.vrtx-person-listing-name .vrtx-image img {
  border-radius: 50%;
  width: 120px;
  padding: 0;
}
#vrtx-person-contact-info-wrapper .vrtx-person-image {
  border-radius: 50%;
  width: 120px;
  padding: 0;
}
.round-image img {
  border-radius: 50%;
  width: 120px;
  padding: 0;
}
table th {
  font-weight: bold;
}
#vrtx-additional-content .vrtx-search-main-links-box ul li#vrtx-search-main-link-altinnhold span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding-left: 14px;
}
.vrtx-tags,
.vrtx-authors,
.vrtx-date-info,
table td,
table th,
#main .vrtx-paging-feed-wrapper,
#main #vrtx-daily-events .vrtx-daily-events-listing,
#main .vrtx-resources .vrtx-daily-events-listing,
#main #vrtx-daily-events .vrtx-resource,
#main .vrtx-resources .vrtx-resource,
#vrtx-person-contact-info-extras {
  border-color: #F29224;
  border-width: 4px;
}
span.vrtx-tag-cloud-title {
  display: none;
}
blockquote {
  border-color: #F29224;
}
#main .row-thirds-double:not(.row-one-colored):not(.row-thirds-double-no-vertical-line) .vrtx-frontpage-box.third-box-right {
  border-left: none;
}
#main .row-thirds-double:not(.row-one-colored):not(.row-thirds-double-no-vertical-line) .vrtx-frontpage-box.third-box-left {
  border-right: none;
}
.vrtx-frontpage-box.big-image img {
  width: 100% !important;
}
.vrtx-frontpage-box.big-image > h2 {
  margin-left: 0px !important;
  margin-top: 125px;
}
.vrtx-frontpage-box.big-image .vrtx-box-content {
  margin-left: 0px !important;
}
.vrtx-frontpage-box.big-image .vrtx-frontpage-box-picture {
  padding-top: 40px;
}
.vrtx-frontpage-box-picture.big-image.half-box-left img {
  padding-right: 20px;
}
.vrtx-paging-feed-wrapper a {
  font-family: 'Asap', sans-serif;
}
#vrtx-searchview #vrtx-content,
#vrtx-searchview #right-main {
  width: 100%;
}
#vrtx-searchview #vrtx-main-content {
  width: 738px;
}
#vrtx-searchview #left-main {
  display: none !important;
}
#vrtx-searchview .button.submit-button-link {
  font-family: 'Asap', sans-serif;
}
.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.flex a.partner-uio {
  margin-top: -7px;
}
.flex figure {
  margin: 20px 20px;
}
/* Footer */
#bottomnav {
  display: none !important;
}
#footer-wrapper {
  border-top: 250px solid #FFFFFF;
  outline: 2px solid #1D6621;
  color: #FFFFFF;
  background: #1D6621 !important;
  margin-top: 40px;
}
#footer-wrapper h2 {
  color: #101C07;
}
#footer-wrapper #footers {
  font-size: 1.4rem !important;
}
#footer-wrapper #footers a {
  color: #FFFFFF;
}
#footer-wrapper #footers .info > p {
  float: left;
  margin-top: 0;
  margin-bottom: 10px;
}
#footer-wrapper #footers .eu-flag > span {
  padding-top: 20px;
  float: left;
  padding-left: 10px;
}
#footer-wrapper #footers .eu-flag > img {
  padding-top: 20px;
  float: left;
}
#footer-wrapper #footers .social-components {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#footer-wrapper #footers .social-components .facebook {
  background: transparent url(../images/social-facebook.svg) no-repeat scroll left center;
}
#footer-wrapper #footers .social-components .facebook:hover,
#footer-wrapper #footers .social-components .facebook:focus {
  background: transparent url("../images/social-facebook-hover.svg") no-repeat scroll left center;
}
#footer-wrapper #footers .social-components .twitter {
  background: transparent url(../images/social-twitter.svg) no-repeat scroll left center;
}
#footer-wrapper #footers .social-components .twitter:hover,
#footer-wrapper #footers .social-components .twitter:focus {
  background: transparent url("../images/social-twitter-hover.svg") no-repeat scroll left center;
}
#footer-wrapper #footers .social-components .linkedin {
  background: transparent url(../images/social-linkedin.svg) no-repeat scroll left center;
}
#footer-wrapper #footers .social-components .linkedin:hover,
#footer-wrapper #footers .social-components .linkedin:focus {
  background: transparent url("../images/social-linkedin-hover.svg") no-repeat scroll left center;
}
#footer-wrapper #footers .social-components .mailto {
  background: transparent url(../images/social-mailto.svg) no-repeat scroll left center;
}
#footer-wrapper #footers .social-components .mailto:hover,
#footer-wrapper #footers .social-components .mailto:focus {
  background: transparent url("../images/social-mailto-hover.svg") no-repeat scroll left center;
}
#footer-wrapper #footers .social-components .facebook,
#footer-wrapper #footers .social-components .twitter,
#footer-wrapper #footers .social-components .linkedin,
#footer-wrapper #footers .social-components .mailto {
  height: 50px;
  width: 50px;
  color: transparent;
  background-size: 80% auto;
  margin-left: 10px;
}
#footer-wrapper #footers .social-components .facebook:hover,
#footer-wrapper #footers .social-components .twitter:hover,
#footer-wrapper #footers .social-components .linkedin:hover,
#footer-wrapper #footers .social-components .mailto:hover,
#footer-wrapper #footers .social-components .facebook:focus,
#footer-wrapper #footers .social-components .twitter:focus,
#footer-wrapper #footers .social-components .linkedin:focus,
#footer-wrapper #footers .social-components .mailto:focus {
  background-size: 80% auto;
  -webkit-transition: 0.5s all ease-in;
  -moz-transition: 0.5s all ease-in;
  -o-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
}
#footer-wrapper #footers .social-components a:not(.vrtx-dropdown-form-link):not(.vrtx-dropdown-link) {
  padding-left: 10px;
}
#footer-wrapper #footers .social-components a:not(.vrtx-dropdown-form-link):not(.vrtx-dropdown-link):hover,
#footer-wrapper #footers .social-components a:not(.vrtx-dropdown-form-link):not(.vrtx-dropdown-link):focus {
  background-color: transparent;
  box-shadow: none;
  color: transparent;
}
#footer-wrapper #footers .col-3-5 .col-1-3:last-child > * {
  float: right;
  margin-top: 15px;
  margin-left: 10px;
}
#footer-wrapper #footers .col-1-3 {
  width: 50%;
}
#footer-wrapper #footers .col-2-5 {
  width: 30%;
}
#footer-wrapper #footers .col-3-5 {
  width: 70%;
  padding-top: 0px;
}
#footer-wrapper #footers .col-3-5.vcard .flex {
  width: 970px;
  background-color: #FFFFFF;
  width: 100%;
  margin-top: -272px;
  position: absolute;
}
#footer-wrapper #footers .col-3-5.vcard .flex a {
  padding: 20px;
}
#footer-wrapper #footers .content {
  margin-left: 40px;
}
#footer-wrapper #footers .content a {
  font-family: 'Asap', sans-serif;
}
#footer-wrapper.red {
  background: #1D6621 none;
}
@media print {
  .not-for-ansatte #head-wrapper #head #header #logo {
    background: none;
  }
  .not-for-ansatte #head-wrapper #head #header #logo img {
    margin-top: -30px;
    display: block;
    width: 40%;
  }
}
@media only screen and (max-width: 16cm) and (orientation: portrait), only screen and (max-width: 19cm) and (orientation: landscape) {
  .not-for-ansatte #nav-offcanvas #lang-link {
    display: none;
  }
  .not-for-ansatte #head-wrapper {
    width: 100%;
  }
  .not-for-ansatte #head-wrapper #head {
    width: 100%;
    height: 160px;
  }
  .not-for-ansatte #head-wrapper #head #header {
    width: 100%;
  }
  .not-for-ansatte #head-wrapper #head #header #logo {
    background-size: 45%;
    background-position: center 5px;
    padding-top: 110px;
    padding-left: 10px;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  .not-for-ansatte .menu-search input[type="text"] {
    border-right-width: 6.5em;
    padding-right: 10px;
  }
  .not-for-ansatte .menu-search button {
    background: #1D6621;
  }
  .not-for-ansatte .menu-search button:after {
    left: -14px;
    width: 3px;
  }
  .not-for-ansatte #menu-wrapper .menu li.active,
  .not-for-ansatte #menu-wrapper .menu li a {
    background: #1D6621;
    text-decoration: none;
  }
  .not-for-ansatte #footer-wrapper {
    border-top: 590px solid #FFFFFF;
  }
  .not-for-ansatte #footer-wrapper #footers .col-2-5,
  .not-for-ansatte #footer-wrapper #footers .col-3-5 {
    width: 100%;
  }
  .not-for-ansatte #footer-wrapper #footers .col-2-5 .flex,
  .not-for-ansatte #footer-wrapper #footers .col-3-5 .flex {
    margin-top: -590px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .not-for-ansatte #footer-wrapper #footers .col-2-5 .flex a.partner-uio,
  .not-for-ansatte #footer-wrapper #footers .col-3-5 .flex a.partner-uio {
    margin-left: -10px;
  }
  .not-for-ansatte #footer-wrapper #footers .col-2-5 .flex a img,
  .not-for-ansatte #footer-wrapper #footers .col-3-5 .flex a img {
    height: auto;
    width: 50%;
  }
  #vrtx-frontpage #main .grid-container:not(.row-last-colored):not(.row-all-no-margin-bottom):not(.row-all-hidden-boxes):not(.row-all-hidden-boxes-responsive) + .grid-container:not(.row-first-colored) {
    border-top: none;
  }
}
/*------------------------------------*\
# colour
\*------------------------------------*/
/*------------------------------------*\
# fonts
\*------------------------------------*/
