@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;800&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-maj-04, 17:22:00
    Author     : casper
*/
html, body {
  min-height: 100%;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  background-color: #fff;
  margin-bottom: 20px;
}

body, input, textarea {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #191919;
  font-weight: 400;
}

a {
  color: #981A1E;
  font-weight: 600;
}
a:focus, a:active, a:hover {
  color: #333;
}
strong {
  font-weight: 900;
}

.article {
  font-size: 14px;
  font-size: 0.875rem;
}
.article h2 {
  font-size: 28px;
  font-size: 1.75rem;
}

img {
  -ms-interpolation-mode: bicubic;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

video, video:focus {
  background: none;
  border: 0px;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}

.text-shadow {
  text-shadow: 1px 1px 2px #414141;
}

.text-white {
  color: #fff !important;
}

.is-hidden {
  display: none;
}

.social-icon {
  font-size: 2rem;
}

#site_header {
  background-color: #FCFBF7;
  background-size: cover;
  background-position: left top;
  padding-top: 1rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

#site_footer {
  background-color: #fff;
  /*padding: 1rem 5rem;*/
  padding: 1rem 0rem;
  color: #4C0E12;
  font-size: 0.75rem;
}
#site_footer a {
  color: #4C0E12;
  font-weight: 800;
  text-decoration: underline;
}
#site_footer .footer-row {
  display: flex;
  flex-wrap: wrap;
}
#site_footer .footer-social {
  padding-right: 50px;
}
#site_footer .footer-col {
  margin-right: 0.5rem;
  position: relative;
  top: -5px;
}
#site_footer .footer-col a#find-us-link {
  margin-left: 50px;
}
#site_footer .footer-contact .footer-col {
  align-self: flex-end;
}

#site_main_container {
  background-color: #FCFBF7;
  padding-bottom: 25px;
  height: 100%;
}

#site_main {
  padding-top: 20px;
}

#main-area {
  /*padding-top: 20px;*/
}

body.StartPage #site_main {
  padding-top: 5px;
}

#site_sidebar {
  padding-top: 20px;
}

.hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .hero-content h1 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  line-height: 50px;
}
.hero .hero-content .byline {
  /*font-size: 1.43rem;*/
  font-size: 20px;
  line-height: 28px;
}
.hero .hero-content .btn {
  margin-top: 2rem;
  text-transform: uppercase;
  font-weight: 800;
  padding-left: 3rem;
  padding-right: 3rem;
}

.preamble {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
}

.content {
  font-size: 14px;
  font-size: 0.875rem;
}

.article {
  margin-bottom: 20px;
}
.article .article-header h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 2.625rem;
  text-transform: uppercase;
  line-height: 50px;
}
.article .article-header hr {
  max-width: 150px;
  border-color: #de4449;
  border-width: 10px;
  margin-left: 0;
}
.article h2 {
  font-size: 1.5rem;
}
.article .article-intro {
  color: #de4449;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 1rem;
}
.article img {
  margin-bottom: 1rem;
}

.article-hero {
  position: relative;
  margin-bottom: 20px;
}
.article-hero .hero-img {
  border-radius: 0;
  mix-blend-mode: multiply;
  filter: grayscale(100%) contrast(200%) brightness(100%);
  opacity: 1;
}
.article-hero .hero-overlay {
  padding: 20px;
  position: absolute;
  top: 0;
}
.article-hero .hero-overlay .hero-header h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 3.25rem;
  line-height: 50px;
}
.article-hero .hero-overlay .hero-header hr {
  max-width: 150px;
  border-width: 10px;
  margin-left: 0;
}
.article-hero .hero-overlay .hero-intro {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 1rem;
}

.expandable-box {
  background-color: #f8f8f8;
  border-bottom: 6px solid #de4449;
  padding: 20px 20px 18px;
}
.expandable-box .expandable-box-header {
  color: #191919;
}
.expandable-box .expandable-box-header:hover {
  text-decoration: none;
}
.expandable-box .expandable-box-header h3 {
  font-weight: 800;
  font-size: 1.5rem;
  position: relative;
}
.expandable-box .expandable-box-header h3:after {
  content: ">";
  position: absolute;
  right: 0;
  transform: rotate(-90deg);
}
.expandable-box .expandable-box-header.collapsed h3:after {
  transform: rotate(90deg);
}
#site_sidebar .card {
  margin-bottom: 1rem;
  border-radius: 0;
}
#site_sidebar .card .card-header {
  border-radius: 0;
}
#site_sidebar .card .card-img-top {
  border-radius: 0;
}

.box {
  border: none;
  border-radius: 0;
  height: 100%;
  background-color: transparent;
}
.box .card-title {
  color: #981A1E;
}
.box .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 14px;
}

.box-social {
  border-top: 1px solid #ccc;
  /*border-bottom: 1px solid $gray;*/
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
.box-social .social-icon {
  margin-left: 0.2rem;
}
.box-social .col {
  align-items: center;
  display: flex;
}
.box-social .col:last-child {
  justify-content: flex-end;
}

#site_sidebar .box {
  height: inherit;
}

.box-w-header {
  border: none;
  border-radius: 0;
  background-color: #f8f8f8;
}
.box-w-header .card-header {
  background-color: #981A1E;
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
}
.box-w-header .box-items .box-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.box-w-header .box-items .box-item:last-child {
  border-bottom: none;
}

.image-card {
  border: none;
  border-radius: 0;
}
.image-card .card-img {
  border-radius: 0;
}
.image-card .card-img-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-card .image-card-title {
  font-size: 1.75rem;
}
.image-card .image-card-text {
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.info-box {
  border: none;
  border-radius: 0;
  background-color: #fff;
  padding: 41px 26px 26px 26px;
  font-size: 14px;
  font-size: 0.875rem;
  /*box-shadow: $box-shadow;*/
}
.info-box .card-body {
  padding: 0;
}
.info-box .card-title {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: inherit;
  font-size: 14px;
  font-size: 0.875rem;
}
.info-box a {
  font-weight: 900;
}
.info-box ul {
  padding: 0;
  list-style-type: none;
}
.info-box ul li {
  position: relative;
  padding-bottom: 15px;
}
.info-box ul li:after {
  content: "";
  position: absolute;
  bottom: 15px;
  border-bottom: 5px solid #de4449;
  width: 50px;
}
.info-box ul li:last-child {
  padding-bottom: 0;
}
.info-box ul li:last-child:after {
  border: none;
}

.carousel .card-title {
  color: #191919;
  font-size: 23px;
}
.carousel .carousel-control-next, .carousel .carousel-control-prev {
  width: 5%;
}
.carousel .card-body {
  padding: 15px;
}
.carousel .card-text {
  padding-top: 10px;
}
.carousel.carousel-pink {
  background-color: #FFEBDE;
}
.carousel .slide-image-holder {
  background-color: rgba(100, 100, 100, 0.5);
}
.carousel img {
  margin: auto;
  max-width: 100%;
}

body.EducationInfoPage .carousel {
  background-color: #FCF1D6;
}

body.StartPage .carousel .card-body {
  padding: 30px;
}

.FHblockquote {
  /*font-family: Georgia, serif;*/
  /*font-size: 18px;*/
  /*font-style: italic;*/
  width: 100%;
  margin: 0.25em 0;
  padding: 5px 26px 5px 30px;
  line-height: 22px;
  position: relative;
  /*color: #383838;*/
}

.FHblockquote:before {
  /*font-family: Georgia, serif;*/
  display: block;
  padding-left: 10px;
  content: "“";
  font-size: 120px;
  position: absolute;
  left: -20px;
  top: 40px;
  color: #7a7a7a;
}

.FHblockquote .card-text {
  padding-top: 0px;
}

.FHblockquote .card-text-inner {
  /*padding: 20px 0;*/
  /*margin-top:24px;*/
  padding: 24px 0 0 11px;
}
.FHblockquote .card-text-inner p {
  margin-bottom: 0;
}

/*.FHblockquote:after {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    right: 30px;
    bottom: -20px;
    color: #7a7a7a;
}*/
.card-body cite {
  /*color: #999999;*/
  /*font-size: 14px;*/
  display: block;
  /*margin-top: 5px;*/
  margin-left: 5px;
  font-style: normal;
  text-align: right;
  font: normal normal 800 12px/28px Nunito Sans;
  letter-spacing: 0.6px;
  color: #19191999;
  text-transform: uppercase;
  opacity: 1;
}

.card-body cite:before {
  /*content: "\2014 \2009";*/
}

.accordion .card {
  background-color: transparent;
  border: none;
}
.accordion .card .card-header {
  background-color: transparent;
  border-bottom: 1px solid #191919;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
}
.accordion .card .card-header::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  position: absolute;
  right: 1.25rem;
  top: 1rem;
}
.accordion .card .card-body {
  background-color: transparent;
}

#site_nav_main {
  background-color: transparent;
  padding-bottom: 0;
}
#site_nav_main .nav-item .nav-link {
  color: #981A1E;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 800;
}
@media (min-width: 1200px) {
  #site_nav_main .nav-item .nav-link {
    border-bottom: transparent 6px solid;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  #site_nav_main .nav-item .nav-link:hover {
    border-bottom-color: #981A1E;
  }
  #site_nav_main .nav-item .nav-link.active {
    color: #191919;
    border-bottom-color: #4C0E12;
  }
}
#site_nav_main .dropdown .dropdown-toggle:after {
  display: none;
}
#site_nav_main .dropdown-menu {
  /*background-color: $primary-color;*/
  background-color: rgba(152, 26, 30, 0.6);
  border-radius: 0;
  padding: 0;
  /*margin: -0.3rem 0 0;*/
  margin: 0.4rem 0 0;
}
#site_nav_main .dropdown-menu .dropdown-item {
  color: #ffffff;
  min-height: 52px;
  align-items: center;
  display: flex;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  font-weight: 600;
}
#site_nav_main .dropdown-menu .dropdown-item.active {
  background-color: #de4449;
}
#site_nav_main .dropdown-menu .dropdown-item:hover {
  background-color: #de4449;
}
#site_nav_main .navbar-toggler {
  border: none !important;
}
#site_nav_main .navbar-toggler:focus {
  outline: none !important;
}
@media (max-width: 991px) {
  #site_nav_main {
    margin-left: -30px;
    margin-right: -30px;
  }
  #site_nav_main .nav-item {
    text-align: left !important;
    background-color: #981A1E;
    padding-left: 30px;
    padding-right: 30px;
  }
  #site_nav_main .nav-item .nav-link {
    color: #fff;
  }
  #site_nav_main .dropdown-menu {
    background-color: #de4449;
    margin-left: -30px;
    margin-right: -30px;
  }
  #site_nav_main .divider {
    height: 0;
    overflow: hidden;
    border-top: 1px solid #ffffff;
  }
  #site_nav_main .navbar-brand {
    margin-left: 15px;
  }
}

/*#site_sidebarLeft .LevelTwoID13 a  {  background-color:  #fcf1d6; } Allmän kurser*/
body.EducationInfoPage #site_sidebarLeft a {
  background-color: #FCF1D6;
}

/* kurser*/
#site_sidebarLeft .sidebar-left-header {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1.4px;
}
#site_sidebarLeft a {
  background-color: #ffebde;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 2px;
  color: #000;
  padding: 15px 22px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
#site_sidebarLeft a.active, #site_sidebarLeft a:hover {
  background-color: transparent !important;
}
#site_sidebarLeft .sub-nav-link {
  background-color: transparent !important;
  padding-left: 20px;
}

#site_nav_top {
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-right: 20px;
}
#site_nav_top .nav-link {
  padding: 0.2rem;
}
#site_nav_top .nav-link:before {
  content: "|";
  padding-right: 0.5rem;
}
#site_nav_top .nav-item:first-child .nav-link:before {
  content: "";
}
#site_nav_top .dropdown .dropdown-toggle:after {
  display: none;
}
#site_nav_top .dropdown-menu {
  background-color: rgba(152, 26, 30, 0.6);
  border-radius: 0;
  padding: 0;
  margin: -0.3rem 0 0;
}
#site_nav_top .dropdown-menu .dropdown-item {
  color: #ffffff;
  min-height: 52px;
  align-items: center;
  display: flex;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  font-weight: 600;
}
#site_nav_top .dropdown-menu .dropdown-item.active {
  background-color: #de4449;
}
#site_nav_top .dropdown-menu .dropdown-item:hover {
  background-color: #de4449;
}

#nav_sidebar .nav-item {
  padding-bottom: 3px;
}
#nav_sidebar .nav-item .nav-link {
  background-color: #de4449;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  min-height: 55px;
  align-items: center;
  display: flex;
}
#nav_sidebar .nav-item .nav-link.active, #nav_sidebar .nav-item .nav-link:hover {
  background-color: #f8f8f8;
  color: #de4449;
  font-weight: 600;
}

.btn {
  border-radius: 0;
  font-weight: 800;
  text-transform: uppercase;
}

.btn-warning {
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #981A1E;
  border-color: #981A1E;
}

/*To match xd sketch ...temporary*/
html {
  max-width: 1440px;
  margin: auto;
}

html, body {
  margin-bottom: 0px;
}

/* new directive (new ID )*/
#desktop-logo {
  max-width: 340px;
  position: relative;
  top: 6px;
  left: 27px;
}

/* override directive*/
#site_header {
  background-color: #FCFBF7;
  background-size: cover;
  background-position: left top;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
}

/* override directive*/
.hero .hero-content h1 {
  font-weight: 900;
  font-size: 42px;
  line-height: 1.1em;
}

/* override directive*/
#site_nav_top {
  line-height: 2;
}

#site_nav_top .nav-link {
  padding: 0.2rem 0.5rem;
  font-size: 12px;
  letter-spacing: 1.2px;
  font-weight: 900;
}

#site_nav_top .nav-item:last-child {
  background-color: #981A1E;
  padding: 0 20px;
  margin-left: 10px;
}
#site_nav_top .nav-item:last-child a {
  color: #FFF !important;
}

#site_nav_top .nav-link.last:before,
#site_nav_top .nav-link.my-pages-dropdown:before {
  content: none;
  padding-right: 0.5rem;
}

.hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 65px;
  /* new directive*/
}

#site_main .card-title {
  margin-bottom: 0;
}

h2 {
  font-size: 1.75rem;
}

@media (min-width: 1200px) {
  /* override directive*/
  #site_nav_main .nav-item .nav-link {
    font-size: 14px;
    border-bottom: transparent 6px solid;
    /*padding-right: 1rem;*/
    /*padding-left: 1rem;*/
    padding: 0 1.2rem;
    white-space: nowrap;
    text-align: center;
    /*width: 157px;*/
  }
}

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