@charset "UTF-8";
    .menu-wrapper {
z-index: 999;
box-shadow: -20px -20px 50px #162E27;
}
.sub-menu-checkbox-back-label {
display: inline-block;
}
.primary-menu {
padding: 30px 40px !important;
z-index: 999;
height: 100vh;
overflow: auto;
min-width: 532px;
}
.primary-menu ul {
padding: 0;
}
.primary-menu li {
width: 100%;
padding-bottom: 5px;
margin-bottom: 15px;
}
.primary-menu a {
color: white;
text-decoration: none;
}
.primary-menu .sub-menu-checkbox:checked ~ .sub-menu {
max-height: 2000px;
padding: 0px 0 0 40px;
}
.primary-menu .sub-menu {
display: block;
position: relative !important;
width: auto;
background: var(--bs-dark);
padding: 0px 0 0 40px;
color: white;
box-shadow: none;
max-height: 0;
overflow: hidden;
-webkit-transition: max-height 1s;
-ms-transition: max-height 1s;
transition: max-height 1s;
}
.primary-menu .sub-menu ul {
columns: unset;
list-style: none;
margin-top: 20px;
padding-left: 0;
}
.primary-menu .sub-menu ul > li {
padding-bottom: 5px;
margin-bottom: 15px;
}
.primary-menu .sub-menu ul > li a {
color: white !important;
font-size: 25px;
text-decoration: none;
text-transform: none;
}
#menu-checkbox:checked ~ .menu-wrapper {
max-width: 532px;
}
#menu-checkbox:checked ~ .menu-wrapper .primary-menu {
width: 100%;
}
.menu-wrapper {
max-width: 0px;
transition: max-width 0.7s;
position: fixed;
right: 0;
top: 0;
width: 100%;
}
.menu-button-container-mobile {
display: block;
height: 100%;
width: 30px;
cursor: pointer;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.menu-button-mobile::before {
display: block;
background-color: white;
position: absolute;
height: 3px;
width: 30px;
margin-left: 5px;
transform: rotate(-45deg);
}
.menu-button-mobile::after {
display: block;
background-color: white;
position: absolute;
height: 3px;
width: 30px;
margin-left: 5px;
transform: rotate(45deg);
}
.menu-button-mobile {
display: block;
height: 13px;
width: 18px;
position: relative;
}
.menu-button-mobile::before,
.menu-button-mobile::after {
content: "";
}
#menu-checkbox-mobile:checked + .menu-button-container-mobile .menu-button {
background: rgba(255, 255, 255, 0);
}
.menu-button-container {
display: none;
height: 100%;
cursor: pointer;
flex-direction: column;
justify-content: center;
align-items: center;
}
.sub-menu-checkbox-label {
width: 32px;
height: 32px;
margin-left: 5px;
float: right;
transform: translateY(9px);
cursor: pointer;
transform-origin: center;
transition: transform 0.25s;
}
.sub-menu-checkbox-label:hover {
transform: translateY(12px) scale(1.3);
}
.sub-menu-checkbox-label::before, .sub-menu-checkbox-label::after {
content: "";
transition: 0.5s;
background-color: white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.sub-menu-checkbox-label::before {
width: 2px;
height: 12px;
}
.sub-menu-checkbox-label::after {
width: 12px;
height: 2px;
}
.sub-menu-checkbox:checked ~ .sub-menu-checkbox-label::before {
height: 0px;
}
@media screen and (max-width: 991px) {
.header-button {
margin-bottom: 60px !important;
}
}
form#searchform input {
border-radius: 35px;
}
li.primary a {
font-size: 30px;
font-weight: 400;
}
li.primary-bottom a {
font-size: 25px;
font-weight: 300;
}
@media screen and (max-width: 991px) {
li.primary a {
font-size: 25px;
font-weight: 400;
}
li.primary-bottom a {
font-size: 22px;
font-weight: 300;
}
}
@media screen and (max-width: 576px) {
.primary-menu {
padding: 30px 20px !important;
}
}
@media screen and (max-width: 532px) {
.primary-menu {
min-width: 320px;
}
}  form.wpcf7-form br {
display: none;
}
form.wpcf7-form label {
font-size: 17px;
}
form.wpcf7-form .col-6, form.wpcf7-form .col-12 {
margin-bottom: 80px;
position: relative;
}
form.wpcf7-form .col-6 p, form.wpcf7-form .col-12 p {
margin-bottom: 0;
}
form.wpcf7-form .wpcf7-not-valid-tip {
color: #AD3D3D;
font-size: 18px;
position: absolute;
bottom: -30px;
}
form.wpcf7-form .wpcf7-not-valid-tip::before {
content: "!";
background-color: #AD3D3D;
color: white;
margin-right: 10px;
width: 20px;
height: 20px;
border-radius: 50%;
padding: 0 7px;
}
form.wpcf7-form .wpcf7-form-control-wrap {
display: block;
width: 100%;
}
form.wpcf7-form .wpcf7-form-control-wrap input:not(input[type=radio]):not(input[type=checkbox]):not(input[type=submit]):not(input[type=file]), form.wpcf7-form .wpcf7-form-control-wrap textarea {
padding: 10px 0px;
border: none;
border-bottom: 2px solid var(--bs-primary);
width: 100%;
background-color: transparent;
color: var(--bs-primary);
transition: border-bottom 0.1s;
}
form.wpcf7-form .wpcf7-form-control-wrap input:not(input[type=radio]):not(input[type=checkbox]):not(input[type=submit]):not(input[type=file]):focus-visible, form.wpcf7-form .wpcf7-form-control-wrap textarea:focus-visible {
outline: 0;
border-bottom: 3px solid var(--bs-primary);
}
form.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid:not(input[type=radio]):not(input[type=checkbox]):not(input[type=submit]):not(input[type=file]), form.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
border-bottom: 2px solid #dc3232;
}
form.wpcf7-form input[type=checkbox] {
-webkit-appearance: none;
border: 1px solid var(--bs-darker);
padding: 0;
position: absolute;
display: inline-block;
width: 24px;
height: 24px;
background-color: white;
margin: 0;
border-radius: 0;
}
form.wpcf7-form input[type=checkbox]:before {
content: "";
display: block;
width: 7px;
height: 15px;
border-right: 2px solid var(--bs-primary);
border-bottom: 2px solid var(--bs-primary);
transform: translate(8px, 2px) rotate(45deg);
transition: opacity 0.25s;
opacity: 0;
}
form.wpcf7-form input[type=checkbox]:checked:before {
opacity: 1;
}
form.wpcf7-form input[type=radio] {
-webkit-appearance: none;
border: 1px solid var(--bs-darker);
padding: 0;
position: relative;
display: inline-block;
width: 21px;
height: 21px;
background-color: white;
margin: 0;
border-radius: 50%;
}
form.wpcf7-form input[type=radio]:before {
content: "";
display: block;
position: absolute;
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--bs-primary);
transform: translate(6px, 6px);
transition: opacity 0.25s;
opacity: 0;
}
form.wpcf7-form input[type=radio]:checked:before {
opacity: 1;
}
form.wpcf7-form .wpcf7-radio > span {
display: block;
margin-bottom: 10px;
}
form.wpcf7-form select {
width: 100%;
padding: 10px 20px;
}
form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
margin-left: 40px;
}
form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
margin-left: 40px;
}
form.wpcf7-form input[type=submit] {
display: block;
width: auto;
padding: 10px 40px;
margin-left: 0;
margin-right: auto;
background-color: var(--bs-primary);
color: white;
text-transform: uppercase;
border: none;
}
::-webkit-file-upload-button {
background-color: var(--bs-primary);
border: none;
color: white;
margin-right: 20px;
padding: 10px 20px;
}
.wpcf7-acceptance .wpcf7-list-item label {
display: flex;
}
.wpcf7 h2 {
font-size: 24px;
font-weight: bold;
margin-bottom: 30px;
}
.wpcf7 table {
font-size: 18px;
margin-bottom: 40px;
width: 100%;
}
.wpcf7 table th {
font-weight: 500;
}
.wpcf7 table td {
padding-bottom: 20px;
}
.wpcf7 table th + th,
.wpcf7 table td + td {
width: 70px;
padding-left: 10px;
}
.wpcf7 table h3 {
font-size: 18px;
margin-bottom: 0;
} .wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=email],
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input[type=number],
.wpcf7-submit {
padding: 10px 20px;
border: 1px solid black;
width: 100%;
background-color: transparent;
color: black;
}
.wpcf7-form-control-wrap input[type=text]::-webkit-input-placeholder,
.wpcf7-form-control-wrap input[type=email]::-webkit-input-placeholder,
.wpcf7-form-control-wrap textarea::-webkit-input-placeholder,
.wpcf7-form-control-wrap input[type=number]::-webkit-input-placeholder {
color: black;
}
.wpcf7-form-control-wrap input[type=text]::-moz-placeholder,
.wpcf7-form-control-wrap input[type=email]::-moz-placeholder,
.wpcf7-form-control-wrap textarea::-webkit-input-placeholder,
.wpcf7-form-control-wrap input[type=number]::-moz-placeholder {
color: black;
}
.wpcf7-form-control-wrap input[type=text]::-ms-input-placeholder,
.wpcf7-form-control-wrap input[type=email]::-ms-input-placeholder,
.wpcf7-form-control-wrap textarea::-webkit-input-placeholder,
.wpcf7-form-control-wrap input[type=number]::-ms-input-placeholder {
color: black;
} .wpcf7-form-control-wrap select {
text-align: left;
padding: 10px 10px;
border: 1px solid black;
width: 75px;
} .wpcf7-form-control-wrap input[type=number] {
text-align: center;
padding: 10px 10px;
border: 1px solid black;
width: 100%;
}
.wpcf7 .wpcf7-submit:disabled {
opacity: 0.5;
} .wpcf7-form-control.wpcf7-checkbox input,
.wpcf7-form-control.wpcf7-acceptance input {
width: 59px;
height: 49px;
flex-shrink: 0;
appearance: none;
border: 1px solid black;
border-radius: 10px;
position: relative;
margin: 0;
}
.wpcf7-form-control.wpcf7-checkbox input:before,
.wpcf7-form-control.wpcf7-acceptance input:before {
content: "";
position: absolute;
width: 15px;
height: 30px;
border: 2px solid transparent;
border-bottom-color: black;
border-right-color: black;
transform: rotate(45deg) translate(17px, -12px);
opacity: 0;
transition: opacity 0.25s;
}
.wpcf7-form-control.wpcf7-checkbox input:checked:before,
.wpcf7-form-control.wpcf7-acceptance input:checked:before {
opacity: 1;
}
.wpcf7-list-item {
margin: 0;
}
.wpcf7-list-item label,
.accept-policy-wrapper {
display: flex;
align-items: center;
align-content: center;
}
.wpcf7-list-item-label,
.accept-policy-wrapper label {
margin-left: 15px;
flex-grow: 1;
text-align: left;
}
.wpcf7-form-control.wpcf7-acceptance {
display: block;
margin-top: 40px;
}
.wpcf7 label {
display: block;
}
.wpcf7-form-control.wpcf7-checkbox {
display: flex;
flex-direction: column;
}
.wpcf7-form-control.wpcf7-checkbox label {
display: flex;
align-items: center;
margin-bottom: 1rem;
}
form.wpcf7-form > div {
margin-bottom: 1rem;
}
.wpcf7-form-control-wrap input[type=date] {
padding: 10px 20px;
border: 1px solid black;
width: 100%;
background-color: transparent;
color: black;
}
.wpcf7-form-control.wpcf7-radio label,
.wpcf7-form-control.wpcf7-checkbox label {
display: flex;
align-items: center;
margin-bottom: 1rem;
}
.icon-in-circle {
display: inline-block;
vertical-align: text-top;
margin: 1px 6px 0;
margin-top: 1px;
margin-right: 6px;
margin-bottom: 0px;
margin-left: 6px;
padding: 0 5px;
min-width: 17px;
height: 17px;
border-radius: 11px;
background-color: #AD3D3D;
color: #fff;
font-size: 12px;
font-weight: bold;
line-height: 17px;
text-align: center;
z-index: 26;
}
.error-msg:last-child {
color: #AD3D3D;
font-size: 18px;
position: absolute;
bottom: -30px;
}
.error-msg {
display: none;
}
html {
scroll-behavior: smooth;
overflow-x: hidden;
}
body {
color: var(--bs-dark);
overflow-x: hidden;
font-family: "Asap", sans-serif;
}
* > p:first-child {
margin-top: 0;
}
* > p:last-child {
margin-bottom: 0;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
margin: auto;
display: block;
}
.position-cover {
position: absolute;
top: 0;
left: 0;
object-fit: cover;
width: 100%;
height: 100%;
}
.icon {
width: 80px;
max-height: 80px;
}
.icon svg {
width: auto;
height: auto;
}
.pagination .nav-links {
display: flex;
}
.pagination span, .pagination a {
text-align: center;
font-weight: 500;
padding: 8.5px 0;
height: 47px;
width: 47px;
border-radius: 50%;
background-color: var(--bs-primary);
color: white;
text-decoration: none;
margin-right: 20px;
transition: background-color 0.7s, color 0.7s;
border: 2px solid var(--bs-primary);
}
.pagination span.current {
color: var(--bs-primary);
background-color: transparent;
text-decoration: none;
}
.pagination a:hover {
background-color: transparent;
color: var(--bs-primary);
}
.pagination a:hover svg {
color: var(--bs-primary);
}
.pagination .prev {
transform: rotate(180deg);
}
.pagination .prev, .pagination .next {
background-color: var(--bs-primary);
}
.pagination .prev svg, .pagination .next svg {
color: white;
height: 15px;
width: 7.6px;
transition: color 0.6s;
}
.pagination .prev.inactive, .pagination .next.inactive {
background-color: transparent;
}
.pagination .prev.inactive svg, .pagination .next.inactive svg {
color: var(--bs-primary);
}
#breadcrumbs a {
text-decoration: none;
color: var(--bs-dark);
}
.breadcrumb_last {
color: var(--bs-primary);
}
.post-content {
font-family: "Signika", sans-serif;
color: var(--bs-dark);
margin-bottom: 30px;
}
.post-content h1 {
margin-top: 40px;
font-size: 50px;
font-weight: 400;
}
.post-content h2 {
font-size: 35px;
margin-top: 40px;
font-weight: 500;
margin-bottom: 10px;
}
.post-content h3 {
font-size: 30px;
font-weight: 500;
}
.post-content h4, .post-content h5 {
font-size: 25px;
font-weight: 500;
}
.post-content h6 {
font-size: 20px;
font-family: "Asap", sans-serif;
font-weight: lighter;
}
.post-content p {
font-size: 20px;
font-family: "Asap", sans-serif;
}
.post-content table {
font-size: 25px;
width: 100%;
font-family: "Asap", sans-serif;
}
.post-content table tr {
padding: 20px 0px;
border-bottom: 2px solid var(--bs-primary);
}
.post-content table tr td {
padding-top: 20px;
}
.post-content table tr td:last-child {
text-align: end;
}
.post-content ul {
font-size: 20px;
font-family: "Asap", "sans-serif";
}
@media screen and (max-width: 991px) {
.post-content h1 {
margin-top: 40px;
font-size: 40px;
}
.post-content h2 {
font-size: 30px;
font-weight: 500;
}
.post-content h3 {
font-size: 25px;
font-weight: 500;
}
.post-content h4 {
font-size: 22px;
font-weight: 500;
}
.post-content h5 {
font-size: 22px;
}
.post-content h6 {
font-size: 20px;
font-family: "Asap", sans-serif;
font-weight: lighter;
}
.post-content p {
font-size: 20px;
font-family: "Asap", sans-serif;
}
.post-content table {
font-size: 22px;
}
.post-content ul {
font-size: 18px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.single-post .post-content:not([class*=wp-block]) p {
width: 83.33%;
}
}
@media screen and (min-width: 992px) {
.single-post .post-content:not([class*=wp-block]) p {
width: 66.66%;
}
}
.z-index-1 {
z-index: 1;
}
#front-page-top {
height: 70vh;
}
#single-program-top {
height: calc(100vh - 148px);
}
.btn-dark {
padding: 15px 40px;
font-size: 20px;
border-radius: 40px;
}
.btn-yellow {
padding: 15px 40px;
font-size: 20px;
border-radius: 40px;
color: var(--bs-primary);
background-color: var(--bs-yellow);
transition: color 0.7s, background-color 0.8s;
border: none;
}
.btn-yellow:hover {
color: white;
background-color: var(--bs-dark);
}
.btn-yellow.menu-button {
color: var(--bs-primary) !important;
}
@media screen and (max-width: 991px) {
.btn-yellow, .btn-dark, .btn-primary {
font-size: 17px !important;
}
}
.bg-dark .btn-yellow:hover,
.bg-primary .btn-yellow:hover {
color: var(--bs-primary);
background-color: var(--bs-secondary);
}
.sub-page-link {
background-color: white;
padding: 50px 30px;
justify-content: flex-start;
align-items: center;
box-shadow: 0px 5px 20px rgba(21, 62, 53, 0.1);
color: var(--bs-dark);
height: 100%;
transition: color 0.8s, background-color 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sub-page-link:hover {
color: white;
background-color: var(--bs-dark);
}
.sub-page-link .icon + div {
flex-basis: fit-content;
}
#about-us-bottom-section {
background-size: cover;
background-position: center;
padding: 320px 0 200px 0;
}
@media screen and (max-width: 991px) {
#about-us-bottom-section {
padding: 100px 0;
}
.sub-page-link {
padding: 30px;
}
}
@media screen and (max-width: 767px) {
#about-us-bottom-section {
padding: 350px 0 50px 0;
background-position: 70% 0%;
}
}
.splide {
visibility: visible !important;
}
.program-slider-slide {
box-shadow: 0px 30px 20px -21px rgba(21, 62, 53, 0.4);
transition: box-shadow 0.4s;
height: 580px;
}
.program-slider-slide .slide-darken {
position: relative;
width: 100%;
height: 100%;
text-decoration: none;
display: block;
}
.program-slider-slide .slide-darken::before {
height: 100%;
width: 100%;
content: "";
position: absolute;
top: 0;
left: 0;
opacity: 1;
background: linear-gradient(to bottom, rgba(98, 126, 120, 0), rgba(21, 62, 53, 0.6));
transition: opacity 0.4s;
}
.program-slider-slide .slide-darken::after {
height: 100%;
width: 100%;
content: "";
position: absolute;
top: 0;
left: 0;
opacity: 0;
background: linear-gradient(30deg, rgba(0, 127, 110, 0.6), rgba(21, 62, 53, 0.6));
transition: opacity 0.5s;
}
.program-slider-slide .slide-darken:hover::before {
opacity: 0;
}
.program-slider-slide .slide-darken:hover::after {
opacity: 1;
}
.program-slider-slide .slide-darken .icon {
height: 60px;
width: 60px;
}
.program-slider-slide .slide-darken .icon svg {
width: 100%;
height: 100%;
}
.program-slider-slide:hover {
box-shadow: 0px 30px 20px -21px rgba(21, 62, 53, 0.6);
}
.splide__arrow {
background: white !important;
width: 68px !important;
height: 68px !important;
border-radius: 50% !important;
opacity: 1 !important;
box-shadow: 0 3px 6px #153E35;
transform: translateY(0px) !important;
top: 290px !important;
}
.splide__arrow:disabled {
opacity: 0 !important;
}
.splide__arrow--prev img {
transform: rotate(180deg);
}
.splide__arrow--prev {
left: -30px !important;
}
.splide__arrow--next {
right: -30px !important;
}
@media screen and (max-width: 767px) {
.splide__arrow--prev {
left: -20px !important;
}
.splide__arrow--next {
right: -20px !important;
}
.splide__pagination {
display: none !important;
}
.sliderPagerBtns {
display: none !important;
}
}
.splide__pagination {
margin-top: 50px !important;
position: relative !important;
}
.splide__pagination .splide__pagination__page {
height: 15px !important;
width: 15px !important;
background: #153E35 !important;
opacity: 0.5 !important;
margin: 0 20px !important;
}
.splide__pagination .splide__pagination__page.is-active {
opacity: 1 !important;
transform: scale(1) !important;
}
.slider-pagination-button {
height: 15px !important;
width: 15px !important;
background: #153E35 !important;
opacity: 0.5 !important;
margin: 12px !important;
border-radius: 50%;
border: none;
transform: scale(1) !important;
transition: transform 0.3s, opacity 0.4s;
}
.slider-pagination-button.active {
opacity: 1 !important;
transform: scale(1.1) !important;
}
.carousel-3d-controls .prev {
background: white !important;
width: 68px !important;
height: 68px !important;
border-radius: 50% !important;
opacity: 1 !important;
box-shadow: 0 3px 6px #153E35;
transform: translateY(0px) !important;
top: 50% !important;
left: 50px !important;
}
.carousel-3d-controls .prev span {
font-size: 0;
background-image: url(https://more.fhs.no/wp-content/themes/morefhs/images/morethan.svg);
transform: rotate(180deg);
background-position: center;
background-repeat: no-repeat;
position: absolute;
height: 100%;
width: 100%;
left: 0;
}
.carousel-3d-controls .next {
background: white !important;
width: 68px !important;
height: 68px !important;
border-radius: 50% !important;
opacity: 1 !important;
box-shadow: 0 3px 6px #153E35;
transform: translateY(0px) !important;
top: 50% !important;
position: relative;
right: 50px !important;
}
.carousel-3d-controls .next span {
font-size: 0;
background-image: url(https://more.fhs.no/wp-content/themes/morefhs/images/morethan.svg);
background-position: center;
background-repeat: no-repeat;
position: absolute;
height: 100%;
width: 100%;
left: 0;
}
.carousel-3d-container {
overflow: visible !important;
}
.carousel-3d-container .slideCaption {
position: absolute;
top: calc(100% + 50px);
font-size: 20px;
font-style: italic;
}
.carousel-3d-container .carousel-3d-slide {
border: none !important;
background-position: center;
}
.carousel-3d-container .carousel-3d-slide.current {
overflow: visible;
}
@media screen and (max-width: 991px) {
.carousel-3d-container .slideCaption {
font-size: 16px;
top: calc(100% + 25px);
}
.sliderPagerBtns {
transform: translateY(70px) !important;
}
.sliderPagerBtns .slider-pagination-button {
width: 10px !important;
height: 10px !important;
margin: 8px !important;
}
}
@media screen and (max-width: 767px) {
.carousel-3d-controls {
display: none;
}
.container#gallerySliderContainer {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
.sliderPagerBtns {
transform: translateY(115px);
margin-bottom: 100px;
}
.parallax {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#parallax {
height: 600px;
}
@media screen and (max-width: 991px) {
#parallax {
height: 500px;
}
}
@media screen and (max-width: 767px) {
#parallax {
height: 400px;
}
}
#subjectAccordion .accordion-button:not(.collapsed) {
background-color: white;
}
#subjectAccordion .accordion-button:not(.collapsed)::before {
width: 8px;
height: 2px;
content: "";
background-color: var(--bs-primary);
position: absolute;
right: 30px;
}
#subjectAccordion .accordion-button:not(.collapsed)::after {
background-image: none;
width: 8px;
height: 2px;
content: "";
background-color: var(--bs-primary);
transform: rotate(0deg);
transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.accordion-button {
box-shadow: 0px 5px 20px rgba(21, 62, 53, 0.1);
}
#subjectAccordion .accordion-button.collapsed {
background-color: white;
}
#subjectAccordion .accordion-button.collapsed::before {
width: 8px;
height: 2px;
content: "";
background-color: var(--bs-primary);
position: absolute;
right: 30px;
}
#subjectAccordion .accordion-button.collapsed::after {
background-image: none;
width: 8px;
height: 2px;
content: "";
background-color: var(--bs-primary);
background-image: none;
transform: rotate(90deg);
transform-origin: center;
}
.green-half-bg {
position: absolute;
top: 0;
background-color: var(--bs-light-green);
height: 60vh;
width: 100%;
z-index: -1;
}
.headerSlashes,
.footerSlashes {
min-height: 22px;
background-repeat: repeat-x;
background-size: contain;
}
.footerSlashes {
margin-bottom: 65px;
background-image: url(//more.fhs.no/wp-content/themes/morefhs/images/slashes_bg_white.svg);
}
.headerSlashes {
background-image: url(//more.fhs.no/wp-content/themes/morefhs/images/slashes_bg.svg);
margin-bottom: 40px;
width: 100%;
}
.footer-pages-menu ul, .footer-services-menu ul {
list-style: none;
padding-left: 0;
}
.footer-pages-menu ul a, .footer-services-menu ul a {
text-decoration: none;
color: white;
font-size: 18px;
}
.filter-grayscale {
filter: grayscale(1);
}
.bg-gradient-green-diagonal {
background: linear-gradient(30deg, rgba(0, 127, 110, 0.6), rgba(21, 62, 53, 0.6));
}
.bg-gradient-green-diagonal-hover {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: linear-gradient(30deg, rgba(0, 127, 110, 0.6), rgba(21, 62, 53, 0.6));
opacity: 0;
transition: opacity 0.5s;
}
.bg-gradient-green-diagonal-hover:hover {
opacity: 1;
}
.bg-gradient-light-green-diagonal {
background: linear-gradient(to right top, rgb(216, 240, 235), rgb(244, 240, 185));
}
.bg-gradient-dark-green-diagonal {
background: linear-gradient(to right bottom, rgba(21, 62, 53, 0.4), rgb(21, 62, 53));
top: 0;
left: 0;
z-index: 1;
opacity: 0.3;
}
.employee-list .bg-gradient-green-diagonal {
opacity: 0;
transition: opacity 0.5s;
}
.employee-list button:hover .bg-gradient-green-diagonal {
opacity: 1;
}
#employeePopupContent {
width: 902px;
max-width: 100%;
transform: translateX(-100%);
transition: transform 1s;
}
#employeePopup {
pointer-events: none;
opacity: 0;
transition: opacity 0.6s 0.6s;
}
#employeePopup.showing {
pointer-events: auto;
opacity: 1;
transition: opacity 0.6s;
}
#employeePopup.showing #employeePopupContent {
transform: translateX(0);
transition: transform 0.6s 0.6s;
}
.gm-style-iw-tc {
display: none;
}
#map-card {
top: 0px;
left: 0px;
max-width: 470px;
height: 100%;
background-color: var(--bs-yellow);
}
#closeBtn {
color: var(--bs-primary);
width: 30px;
height: 30px;
border: none;
cursor: pointer;
}
#closeBtn::before {
content: "";
width: 20px;
height: 2px;
display: block;
background-color: var(--bs-primary);
z-index: 999;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(45deg);
transform-origin: center;
}
#closeBtn::after {
content: "";
width: 20px;
height: 2px;
display: block;
background-color: var(--bs-primary);
z-index: 999;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(-45deg);
transform-origin: center;
}
#map-card, .map-card-single {
left: 0;
opacity: 1;
transition: opacity 1s, left 0s;
}
#map-card.opacity-0, .map-card-single.opacity-0 {
opacity: 0;
left: -100%;
transition: opacity 1s, left 0s 1s;
}
#splideTop {
position: absolute;
top: 0;
left: 0;
height: 100%;
}
video.top-video {
width: 100%;
height: 100%;
object-fit: cover;
}
:is(#programArchiveList, .mailpoet-manage-subscription) .accordion-button:not(.collapsed) {
background-color: var(--bs-dark);
color: white;
box-shadow: none;
pointer-events: none;
}
:is(#programArchiveList, .mailpoet-manage-subscription) .accordion-button::after {
display: none;
}
:is(#programArchiveList, .mailpoet-manage-subscription) button.border-0.w-100 {
background-color: white;
color: var(--bs-primary);
transition: background-color 0.7s, color 0.6s;
}
:is(#programArchiveList, .mailpoet-manage-subscription) .accordion-item .accordion .accordion-item.has_show, :is(#programArchiveList, .mailpoet-manage-subscription) .accordion-item .accordion .accordion-item:hover {
border: 3px solid var(--bs-primary);
}
:is(#programArchiveList, .mailpoet-manage-subscription) .accordion-item .accordion .accordion-item.has_show > button, :is(#programArchiveList, .mailpoet-manage-subscription) .accordion-item .accordion .accordion-item:hover > button {
background-color: var(--bs-primary);
color: white;
}
:is(#programArchiveList, .mailpoet-manage-subscription) .accordion-item .accordion .accordion-item {
border: 3px solid transparent;
transition: border 0.7s;
color: var(--bs-primary);
box-shadow: 0px 5px 20px rgba(21, 62, 53, 0.1);
}
:is(#programArchiveList, .mailpoet-manage-subscription) fieldset {
display: flex;
flex-wrap: wrap;
margin-top: 3.125rem;
}
:is(#programArchiveList, .mailpoet-manage-subscription) :is(.form-check, .mailpoet_checkbox_label) {
border: 3px solid var(--bs-yellow);
color: var(--bs-primary);
background-color: white;
font-size: 20px;
padding: 15px 30px;
display: flex;
align-items: center;
transition: border 0.5s, color 0.7s, background-color 0.6s;
border-radius: 50rem;
margin-right: 1.25rem;
margin-bottom: 1.25rem;
}
:is(#programArchiveList, .mailpoet-manage-subscription) :is(.form-check, .mailpoet_checkbox_label):hover {
border: 3px solid var(--bs-primary);
}
:is(#programArchiveList, .mailpoet-manage-subscription) :is(.form-check, .mailpoet_checkbox_label) input[type=radio] {
margin-left: 0px;
height: 32px;
margin-right: 10px;
width: 32px;
border: 3px solid var(--bs-primary);
background-image: none;
background-color: white;
transition: border 0.6s, background-color 0.4s;
appearance: none;
}
:is(#programArchiveList, .mailpoet-manage-subscription) :is(.form-check, .mailpoet_checkbox_label).has_checked {
background-color: var(--bs-primary);
color: white;
border: 3px solid var(--bs-primary);
}
:is(#programArchiveList, .mailpoet-manage-subscription) :is(.form-check, .mailpoet_checkbox_label).has_checked:hover {
border: 3px solid var(--bs-yellow);
}
:is(#programArchiveList, .mailpoet-manage-subscription) :is(.form-check, .mailpoet_checkbox_label).has_checked input[type=radio]:checked {
background-color: var(--bs-primary);
border: 8px solid white;
}
:is(#programArchiveList, .mailpoet-manage-subscription) :is(.form-check, .mailpoet_checkbox_label) input[type=checkbox] {
margin-left: 0;
margin-right: 10px;
height: 32px;
width: 32px;
background-image: none;
background-color: white;
border-radius: 5px;
border: 3px solid var(--bs-primary);
transition: border 0.6s, background-color 0.4s;
appearance: none;
}
:is(#programArchiveList, .mailpoet-manage-subscription) :is(.form-check, .mailpoet_checkbox_label).has_checked {
background-color: var(--bs-primary);
color: white;
border: 3px solid var(--bs-primary);
}
:is(#programArchiveList, .mailpoet-manage-subscription) :is(.form-check, .mailpoet_checkbox_label).has_checked:hover {
border: 3px solid var(--bs-yellow);
}
:is(#programArchiveList, .mailpoet-manage-subscription) :is(.form-check, .mailpoet_checkbox_label).has_checked input[type=checkbox]:checked {
background-color: var(--bs-primary);
border: 8px solid white;
}
.mailpoet_page-template-default {
background: var(--bs-light-green);
}
body .mailpoet-manage-subscription fieldset {
padding: 30px;
background-color: white;
}
body .mailpoet_paragraph legend {
margin-bottom: 20px;
font-weight: 500;
}
.mailpoet_confirm_unsubscribe a {
font-size: 20px;
padding: 15px 30px;
border-radius: 50rem;
background-color: var(--bs-primary);
color: white;
border: 3px solid var(--bs-primary);
display: inline-block;
margin-top: 40px;
}
.mailpoet_checkbox_label.has_checked input[type=checkbox]:checked {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
appearance: none;
}
body :is(.mailpoet_form, .mailpoet-manage-subscription) .mailpoet_text,
body :is(.mailpoet_form, .mailpoet-manage-subscription) .mailpoet_select {
background: none;
border: none;
border-bottom: 1px solid var(--bs-primary);
width: 100%;
max-width: 600px;
margin-bottom: 20px !important;
padding: 0 !important;
color: var(--bs-primary);
font-size: 16px;
}
.mailpoet_text_label,
.mailpoet_select_label {
font-size: 15px;
}
body :is(.mailpoet_form, .mailpoet-manage-subscription) .mailpoet_submit {
background-color: var(--bs-primary);
color: white;
border: 3px solid var(--bs-primary);
border-radius: 50rem;
font-size: 20px;
padding: 15px 60px !important;
margin-top: 40px !important;
}
#SingleProgramFeatures .card-content ul li {
margin-bottom: 20px;
}
#SingleProgramFeatures .card-content p {
font-size: 35px !important;
font-weight: 500;
}
@media screen and (max-width: 991px) {
#SingleProgramFeatures .card-content p {
font-size: 25px !important;
}
}
.single-program-icon {
height: 80px;
width: 80px;
color: white;
}
.single-program-icon svg {
width: auto;
height: auto;
}
#splideProgramTop {
position: absolute;
top: 0;
left: 0;
height: 100%;
}
#packingAccordion .accordion-button:not(.collapsed) {
background-color: white;
}
#packingAccordion .accordion-button:not(.collapsed)::before {
width: 8px;
height: 2px;
content: "";
background-color: var(--bs-primary);
position: absolute;
right: 30px;
}
#packingAccordion .accordion-button:not(.collapsed)::after {
background-image: none;
width: 8px;
height: 2px;
content: "";
background-color: var(--bs-primary);
transform: rotate(0deg);
transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#packingAccordion .accordion-button.collapsed {
background-color: white;
}
#packingAccordion .accordion-button.collapsed::before {
width: 8px;
height: 2px;
content: "";
background-color: var(--bs-primary);
position: absolute;
right: 30px;
}
#packingAccordion .accordion-button.collapsed::after {
background-image: none;
width: 8px;
height: 2px;
content: "";
background-color: var(--bs-primary);
background-image: none;
transform: rotate(90deg);
transform-origin: center;
}
.btn-scroll {
position: absolute;
bottom: 60px;
left: 50%;
transform: translateX(-50%);
}
.btn-scroll svg {
margin-left: 15px;
color: var(--bs-primary);
transition: color 0.8s;
}
.btn-scroll:hover > svg {
color: white;
}
@media screen and (max-width: 991px) {
#singleProgramExtra .text-white {
color: var(--bs-primary) !important;
}
#singleProgramExtra > div {
background-color: white !important;
}
#singleProgramExtra .btn {
background-color: var(--bs-primary) !important;
color: white !important;
}
}
.text-404 {
font-size: 300px;
letter-spacing: 10px;
line-height: 0.57;
}
#a404-2 {
transform-origin: bottom;
animation-name: rotate2;
animation-duration: 1.2s;
animation-fill-mode: forwards;
animation-delay: 3s;
animation-iteration-count: 1;
z-index: -1;
}
@keyframes rotate2 {
0% {
transform: rotate(0deg);
animation-timing-function: cubic-bezier(0.77, 0.24, 0.26, 1);
}
60% {
transform: rotate(220deg);
animation-timing-function: cubic-bezier(0.77, 0.24, 0.26, 1.81);
}
100% {
transform: rotate(180deg);
}
}
@media (max-width: 991px) {
.text-404 {
font-size: 200px;
}
}
@media (max-width: 767px) {
.text-404 {
font-size: 100px;
}
}
.box-shadow {
box-shadow: 0px 5px 20px rgba(21, 62, 53, 0.1);
}
.text-uppercase {
letter-spacing: 1px;
}
#header {
transform: translateY(0%);
transition: transform 0.7s 0.7s;
}
#header.header-hide {
transform: translateY(-100%);
} body {
--bs-cookie-primary: var(--bs-light-blue);
--bs-cookie-secondary: var(--bs-dark-green);
}
body #CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider,
body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change,
body #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
background-color: var(--bs-cookie-secondary);
border-color: var(--bs-cookie-secondary);
color: white;
}
body #CybotCookiebotDialogBodyFieldsetInnerContainer .CybotCookiebotDialogBodyLevelButtonLabel strong:hover {
color: var(--bs-cookie-secondary) !important;
}
body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
border-color: var(--bs-cookie-secondary);
}
body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
border-bottom: 2px solid var(--bs-cookie-secondary);
color: var(--bs-cookie-secondary);
}
body #CookiebotWidget .CookiebotWidget-logo svg circle {
fill: var(--bs-cookie-secondary);
}
body #CookiebotWidget .CookiebotWidget-logo svg path {
fill: #fff;
}
body #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
fill: var(--bs-cookie-secondary);
}
body #CookiebotWidget .CookiebotWidget-consent-details button {
color: var(--bs-cookie-secondary);
}
body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
color: var(--bs-cookie-primary);
}
body #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
body #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
body #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
body #CybotCookiebotDialogDetailBodyContentTextAbout a {
color: var(--bs-cookie-secondary);
}
body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
color: var(--bs-cookie-secondary);
}
body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,
body #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
color: var(--bs-cookie-secondary);
}
body #CybotCookiebotDialog a:hover:after,
body #CybotCookiebotDialog a:hover:before,
body #CybotCookiebotDialog button:hover:after,
body #CybotCookiebotDialog button:hover:before {
border-color: var(--bs-cookie-secondary);
}