﻿.headerArea {
  font-family: 'Open Sans';
  text-transform: uppercase;
  background-color: #fff;
  line-height: 60px;
  min-height: 70px;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1011;
  height: auto;
  overflow: visible;
}

@media all and (max-width: 767px) {
  .headerArea {
    min-height: 60px;
  }
}

.headerArea .img-holder {
  margin-top: 7px;
  position: relative;
  /*padding-left:15px;*/
}

@media all and (max-width: 872px) {
  .headerArea .img-holder {
    padding-left: 15px;
    width: 20%;
  }
}

@media all and (max-width: 767px) {
  .headerArea .img-holder {
    margin-top: 0;
    width: auto;
    z-index: 1000;
    position: absolute;
  }
}

.headerArea .img-holder img {
  border: 0;
  width: 100%;
  max-width: 200px;
}

@media all and (max-width: 767px) {
  .headerArea .img-holder img {
    width: 180px;
  }
}

@media all and (max-width: 872px) {
  .headerArea .mainMenu {
    width: 60%;
  }
}

.headerArea .navbar-wrapper {
  min-height: 60px !important;
  padding: 0;
}

@media all and (max-width: 767px) {
  .headerArea .navbar-wrapper {
    border-bottom: 1px solid #ebf1f3;
  }
}

.headerArea .navbar.navbar-default {
  margin-bottom: 0;
  min-height: 60px !important;
  background-color: transparent;
  border: 0;
}

.headerArea .navbar.navbar-default .navbar-headerZ {
  width: 100%;
  height: 55px;
}

.headerArea .navbar.navbar-default .navbar-headerZ .navbar-toggle {
  margin-right: 5px !important;
  border: none;
}

.headerArea .navbar.navbar-default .navbar-collapse {
  border-color: #fff !important;
  padding: 0;
  margin-top: 5px;
}

.headerArea .navbar.navbar-default .navbar-collapse .navbar-nav {
  width: 100%;
}

.headerArea ul {
  margin: 0 auto;
  width: auto;
  list-style-image: none;
  padding: 0 15px;
  overflow: visible;
  background-color: #fff;
}

@media all and (min-width: 768px) {
  .headerArea ul {
    height: 70px;
    padding: 0;
  }
}

@media all and (max-width: 1200px) {
  .headerArea ul {
    width: 100%;
  }
}

.headerArea ul li {
  display: inline-block;
  list-style-image: none;
  border-right: 1px solid #ebf1f3;
  margin: 0 auto;
  width: auto;
}

@media all and (max-width: 767px) {
  .headerArea ul li {
    width: 100%;
    display: block;
    border-right: none;
    border-top: 1px solid #ccc;
  }
}

.headerArea ul li:first-child {
  border-top: none;
}

.headerArea ul li.active {
  background-color: #f49b5b;
}

.headerArea ul li.active a {
  color: #fff !important;
  background-color: #f49b5b !important;
}

.headerArea ul li a {
  padding: 25px 25px !important;
}

@media all and (max-width: 1200px) {
  .headerArea ul li a {
    padding: 25px 12px !important;
    font-size: .9em;
  }
}

@media all and (max-width: 767px) {
  .headerArea ul li a {
    padding: 10px 25px !important;
  }
}

@media all and (max-width: 767px) {
  .headerArea ul li.dropdown {
    line-height: 40px;
  }
}

.headerArea ul li span.dropdown-toggle {
  padding: 25px 25px !important;
  cursor: pointer;
  color: #337ab7;
  line-height: 20px;
  display: inline-block;
}

.headerArea ul li span.dropdown-toggle:hover {
  background-color: #eee;
}

@media all and (max-width: 1200px) {
  .headerArea ul li span.dropdown-toggle {
    padding: 25px 12px !important;
    font-size: .9em;
  }
}

@media all and (max-width: 767px) {
  .headerArea ul li span.dropdown-toggle {
    padding: 10px 25px !important;
    color: #777;
  }
  .headerArea ul li span.dropdown-toggle:hover {
    background-color: transparent;
    color: #000;
  }
}

.headerArea ul li span.dropdown-toggle .fa {
  margin-left: 4px;
}

.headerArea ul li .dropdown-menu {
  background-color: #fff;
  height: auto;
  overflow: auto;
  max-height: 480px;
  left: 0;
  min-width: 220px;
  border: none;
  line-height: 26px !important;
}

@media all and (max-width: 768px) {
  .headerArea ul li .dropdown-menu {
    height: 200px;
  }
}

.headerArea ul li .dropdown-menu li {
  width: 100%;
  border-bottom: 1px solid #ccc !important;
  background-color: #405060;
  border-top: none;
}

.headerArea ul li .dropdown-menu li:hover {
  background-color: #ebf1f3 !important;
}

.headerArea ul li .dropdown-menu li:last-child {
  /*border-bottom:none;*/
}

.headerArea ul li .dropdown-menu li a {
  padding: 12px 15px !important;
  color: white !important;
}

.headerArea ul li .dropdown-menu li a:hover {
  color: #000 !important;
}

.headerArea .menuHr {
  width: 100%;
  margin-bottom: 5px;
}

@media all and (min-width: 768px) {
  .headerArea .menuHr {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .headerArea .navbar-right {
    float: none !important;
  }
}

/* for edit mode cms7, not needed? */
/*ul#epi-quickNavigator { width:auto;  }
ul#epi-quickNavigator li { width:auto; clear: none}*/
.leftmenuArea {
  background-color: #4f5f6f;
  font-family: 'Open Sans';
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
  min-width: 240px;
  min-height: 50px;
  /* ul */
}

.leftmenuArea .glyphicon-menu-hamburger, .leftmenuArea .glyphicon-remove {
  font-size: 18px;
  margin-left: 16px;
}

.leftmenuArea .menuName {
  font-size: 1.5em;
  cursor: pointer;
}

@media all and (max-width: 560px) {
  .leftmenuArea .menuName {
    display: inline-block;
    font-size: 1.2em;
  }
}

.leftmenuArea .menuName:hover {
  text-decoration: underline;
}

.leftmenuArea h2 {
  font-size: 22px;
  padding-left: 15px;
  text-transform: uppercase;
  line-height: 22px;
}

.leftmenuArea a {
  color: #fff;
  display: block;
}

.leftmenuArea a.aMenuName:hover {
  text-decoration: none;
}

.leftmenuArea nav {
  padding: 0;
}

.leftmenuArea .rftop {
  font-size: 14px;
  text-transform: uppercase;
}

.leftmenuArea ul {
  padding-left: 0;
  margin-bottom: 0;
  /* li.rftop.rfbutton{ border-bottom:0; 
            a { background-color:$blue100; color: $white; border-radius:10px; padding:3px 15px 3px 15px; text-transform:none } 
        }*/
  /* ul */
}

.leftmenuArea ul .glyphicon {
  float: right;
}

.leftmenuArea ul li {
  height: auto;
  padding: 10px 0;
  display: block;
}

.leftmenuArea ul li.rftop {
  border-bottom: 1px solid #405060;
  padding: 10px 16px;
}

.leftmenuArea ul li.rf_selected {
  background-color: #339fc6;
  /*padding: 10px 16px;*/
}

.leftmenuArea ul ul {
  padding-left: 10px;
  background-color: #9acee4;
  margin: 7px -15px -10px -15px;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .leftmenuArea ul ul {
    font-size: 12px;
  }
}

.leftmenuArea ul ul li {
  text-transform: none;
  color: #405060;
  padding-right: 15px;
  /* as padding-right on top li*/
  margin-left: -10px;
  /* minus upper padding-left:10px; to get same color on entire line*/
  padding-left: 30px;
  /* to compensate for  margin-left:-10px;  plus margin-left: -15px; */
}

.leftmenuArea ul ul a {
  color: #405060;
  display: inline;
}

.leftmenuArea ul ul li:before {
  content: " - ";
}

.leftmenuArea ul ul li.rf_selected {
  background-color: #339fc6;
  color: #fff;
}

.leftmenuArea ul ul li.rf_selected a {
  color: #fff;
  display: inline;
}

.leftmenuArea ul ul li.rf_selected ul {
  padding-left: 40px;
  background-color: #9acee4;
  margin-left: -30px;
  /* minus upper padding-left:30px; to get same color on entire line*/
}

.leftmenuArea ul ul li.rf_selected ul li a, .leftmenuArea ul ul li.rf_selected ul a {
  color: #405060;
}

.leftmenuArea ul ul li.rf_selected ul li.rf_selected {
  background-color: #339fc6;
  color: #fff;
  margin-left: -40px;
  /* minus outer ul padding-left:40px; to get same color on entire line*/
  padding-left: 60px;
  /* to compensate for  margin-left:-40px; and padding 10px  */
}

.leftmenuArea_mobilehide {
  background-color: #4f5f6f;
  padding: 10px 20px 10px 0;
}

@media all and (max-width: 560px) {
  .leftmenuArea_mobilehide {
    padding-top: 13px;
  }
}

.leftmenuArea_mobileshow {
  position: absolute;
  z-index: 10;
  width: 100%;
  display: none;
}

.leftmenuArea_mobileshow h2 {
  margin-top: 10px;
}

.leftmenuArea ul.rf_leftlinkbuttons li {
  background-color: #339fc6;
  color: #fff;
  border-radius: 10px;
  padding: 3px 15px 3px 15px;
  text-transform: none;
  margin: 10px 15px;
}

.fullregiondiv {
  height: auto;
  overflow: auto;
  min-height: 350px;
}

.rf_leftmenuArea_desktop {
  padding: 0;
  background-color: #4f5f6f;
  height: auto;
  overflow: auto;
}

@media all and (max-width: 991px) {
  .rf_leftmenuArea_desktop {
    display: none;
  }
}

.footerArea {
  background-color: #405060;
  color: #fff;
  padding-left: 4%;
  padding-right: 4%;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: initial;
  display: flex;
  flex-flow: row wrap;
  align-items: initial;
}

.footerArea .rf_footerblock {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 31%;
}

@media all and (max-width: 767px) {
  .footerArea .rf_footerblock {
    width: 100%;
    padding-bottom: 30px;
  }
}

.footerArea .rf_footerblock div:first-child {
  width: 100%;
}

.footerArea .rf_footerblock .icon-box {
  height: 55px;
}

@media all and (max-width: 767px) {
  .footerArea .rf_footerblock .icon-box {
    height: 35px !important;
  }
}

.footerArea .rf_footerblock .icon-box .footer-icon {
  height: 35px !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 10px 0;
}

@media all and (max-width: 767px) {
  .footerArea .rf_footerblock .icon-box .footer-icon {
    height: 28px !important;
  }
}

.footerArea .rf_footerblock p a {
  color: #9acee4;
}

.footerLine {
  text-align: center;
  padding: 14px 0;
  text-transform: uppercase;
  background-color: #4f5f6f;
  color: #fff;
}

/*@font-face {
    font-family: DekorStaticBold;
    src: url('../fonts/StaticBold.otf');
    font-weight: bold;
}*/
@font-face {
  font-family: DekorStaticItalic;
  src: url("../fonts/StaticItalic.otf");
  font-weight: normal;
}

@font-face {
  font-family: DekorStatic;
  src: url("../fonts/Static.otf");
  font-weight: normal;
}

@font-face {
  font-family: DekorStaticBold;
  src: url("../fonts/Static_Bold.eot?") format("eot"), url("../fonts/Static_Bold.woff") format("woff"), url("../fonts/Static_Bold.ttf") format("truetype"), url("../fonts/Static_Bold.svg#StaticBold") format("svg"), url("../fonts/StaticBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/*$DekorStaticBold: DekorStaticBold;
$DekorStaticItalic: DekorStaticItalic;
$DekorStatic: DekorStatic;*/
/******************************READ THIS FIRST****************************/
/*************************************************************************/
/*
    Instructions on how to use svg files.

         To use the svg files as images or css-background-images, all icons must be created in all colors which are been used in, because they can't be color-styled with css.
         More info here: https://css-tricks.com/using-svg/ 
        
        -Svg icons, with differnt colors, are in the folder /svg/. 
        -Add a span element in the html file and set style="background:url(yourSvgFile.svg);". Choose the one with the correct color!!!
        -Add a size and a position class from the list below.(More position classes must be added)
        
        *OBS*:
            -If an icon changes its size responsivly, copy the same class in a media query and change the size parameters.**OBS: Delete the @extend method.**
            -If changing the css, gets no response on styling, make sure that the elements don't have inline-style attributes, which they used to!!
*/
.icon-gen, .icon-xx_large, .icon-x_large, .icon-large, .icon-regular, .icon-small {
  display: inline-block !important;
  stroke-width: 0;
  stroke: none;
}

/*Icons with x_large size (60px)*/
.icon-xx_large {
  width: 60px;
  height: 60px;
}

/*Icons with x_large size (46px)*/
.icon-x_large {
  width: 46px;
  height: 46px;
}

/*Icons with large size (40px)*/
.icon-large {
  width: 40px;
  height: 40px;
}

/*Icons with regular size (32px)*/
.icon-regular {
  width: 32px;
  height: 32px;
}

/*Icons with small size (27px)*/
.icon-small {
  width: 27px;
  height: 27px;
}

/*Position alternatives*/
.icon-pos-left {
  top: 8px;
  position: relative;
  margin-right: 10px;
}

/*Block's code that is on the start page*/
.startTop-section .sections-wrapper:nth-child(2) {
  background-color: #405060;
  padding: 30px 30px 25px;
}

@media all and (max-width: 620px) {
  .startTop-section .sections-wrapper:nth-child(2) {
    padding: 0 15px 25px;
  }
}

.startTop-section .sections-wrapper:nth-child(2) .subHeader-holder h2 {
  color: #fff;
}

.startTop-section .sections-wrapper:nth-child(2) .quickFactsArea {
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: initial;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: initial;
}

.startTop-section .sections-wrapper:nth-child(2) .quickFactsArea > div {
  width: 25%;
  max-height: 400px;
  overflow: hidden;
  margin: 0 auto 10px;
  padding: 0 30px;
}

@media all and (max-width: 1020px) {
  .startTop-section .sections-wrapper:nth-child(2) .quickFactsArea > div {
    width: 50%;
    padding: 0;
  }
}

.populareFacts-section {
  background-color: #ebf1f3;
  overflow: auto;
  height: auto;
}

.blockSection-wrapper {
  width: 1270px;
  max-width: 2200px;
  overflow: auto;
  height: auto;
  margin: auto;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: initial;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: initial;
  justify-content: flex-start;
}

@media all and (min-width: 1700px) {
  .blockSection-wrapper {
    width: 1680px;
  }
}

@media all and (max-width: 1280px) {
  .blockSection-wrapper {
    justify-content: space-around;
    width: 100%;
  }
}

.blockSection-wrapper > div {
  width: 420px;
  max-height: 900px;
  overflow: hidden;
  margin: 0 0 40px;
  padding: 0 30px;
  /*&:nth-child(2n+1) {
            margin-left: 0;
        }

        &:nth-child(2n) {
            margin-right: 0;
        }*/
}

@media all and (max-width: 864px) {
  .blockSection-wrapper > div {
    padding: 0 15px;
    width: 360px;
    /*display:inline-block;*/
    /*&:nth-child(3n+1) {
                margin-left: auto;
            }

            &:nth-child(2n+1) {
                margin-left: 0;
            }

            &:nth-child(2n) {
                margin-right: 0;
            }*/
  }
}

@media all and (max-width: 750px) {
  .blockSection-wrapper > div {
    padding: 0 15px;
    width: 450px;
    /*display:inline-block;*/
    /*&:nth-child(3n+1) {
                margin-left: auto;
            }

            &:nth-child(2n+1) {
                margin-left: 0;
            }

            &:nth-child(2n) {
                margin-right: 0;
            }*/
  }
}

@media all and (max-width: 480px) {
  .blockSection-wrapper > div {
    width: 290px;
    /*max-height: 350px;*/
  }
}

.blockInfo-box {
  width: 360px;
  background-color: #fff;
  height: auto;
  overflow: auto;
  /*the global code for puffs is on the _standardPage*/
}

@media all and (max-width: 864px) {
  .blockInfo-box {
    width: 330px;
  }
}

@media all and (max-width: 750px) {
  .blockInfo-box {
    width: 420px;
  }
}

@media all and (max-width: 480px) {
  .blockInfo-box {
    width: 260px;
    margin: auto;
  }
}

.blockInfo-box .puff-img-holder {
  height: 240px;
  width: 360px !important;
  -webkit-transition: all 0.2s;
  /* Safari */
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: rgba(51, 159, 198, 0) !important;
}

.blockInfo-box .puff-img-holder:hover {
  background-color: rgba(51, 159, 198, 0.2);
  opacity: .7;
}

.blockInfo-box .puff-img-holder img {
  height: 240px !important;
  width: 360px !important;
  -webkit-transition: filter 0.2s;
  /* Safari */
  -moz-transition: filter 0.2s;
  -o-transition: filter 0.2s;
  transition: filter 0.2s;
  filter: opacity(100%) grayscale(0) !important;
  opacity: 1;
}

@media all and (max-width: 767px) {
  .blockInfo-box .puff-img-holder img {
    filter: opacity(100%) grayscale(0) !important;
  }
}

.blockInfo-box .puff-img-holder img.ie10 {
  opacity: 1;
}

.blockInfo-box .puff-img-holder img.ie10:hover {
  opacity: .8;
}

@media all and (max-width: 767px) {
  .blockInfo-box .puff-img-holder img.ie10 {
    opacity: 1 !important;
  }
}

@media all and (max-width: 864px) {
  .blockInfo-box .puff-img-holder {
    width: 330px !important;
    height: 220px !important;
  }
  .blockInfo-box .puff-img-holder img {
    height: 220px !important;
    width: 330px !important;
  }
}

@media all and (max-width: 750px) {
  .blockInfo-box .puff-img-holder {
    height: 280px !important;
    width: 420px !important;
  }
  .blockInfo-box .puff-img-holder img {
    height: 280px !important;
    width: 420px !important;
    left: 0;
    top: 0;
  }
}

@media all and (max-width: 480px) {
  .blockInfo-box .puff-img-holder {
    height: 174px !important;
    width: 260px !important;
  }
  .blockInfo-box .puff-img-holder img {
    width: 260px !important;
    height: 174px !important;
    left: 0;
    top: 0;
  }
}

.blockInfo-box h3 {
  margin-bottom: 0;
}

.blockInfo-box .ingress {
  padding: 5px 15px;
}

.blockInfo-box .ingress p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blockInfo-box a.btn-blue {
  cursor: pointer;
  float: right;
  clear: both;
  padding: 0 20px 20px 0;
}

.blockInfo-box a.btn-blue:hover {
  text-decoration: none !important;
}

.small-blocks {
  width: 800px;
  padding: 40px 0;
  justify-content: flex-start;
}

@media all and (min-width: 1720px) {
  .small-blocks {
    width: 1230px;
  }
}

@media all and (max-width: 1210px) {
  .small-blocks {
    justify-content: space-around;
    width: 100%;
  }
}

.small-blocks > div {
  width: 390px;
  padding: 0 20px;
}

@media all and (max-width: 1140px) and (min-width: 990px) {
  .small-blocks > div {
    padding: 0 15px;
    width: 450px;
  }
}

@media all and (max-width: 864px) {
  .small-blocks > div {
    padding: 0 15px;
    width: 360px;
  }
}

@media all and (max-width: 750px) {
  .small-blocks > div {
    padding: 0 15px;
    width: 450px;
  }
}

@media all and (max-width: 480px) {
  .small-blocks > div {
    padding: 0;
    width: 290px;
  }
}

.small-blocks > div .blockInfo-box {
  width: 350px;
  /*the global code for puffs is on the _standardPage*/
}

@media all and (max-width: 1140px) and (min-width: 990px) {
  .small-blocks > div .blockInfo-box {
    width: 420px !important;
  }
}

@media all and (max-width: 864px) {
  .small-blocks > div .blockInfo-box {
    width: 330px;
  }
}

@media all and (max-width: 750px) {
  .small-blocks > div .blockInfo-box {
    width: 420px;
  }
}

@media all and (max-width: 480px) {
  .small-blocks > div .blockInfo-box {
    width: 260px;
  }
}

.small-blocks > div .blockInfo-box .puff-img-holder {
  height: 232px !important;
  width: 350px !important;
}

.small-blocks > div .blockInfo-box .puff-img-holder img {
  height: 232px !important;
  width: 350px !important;
}

@media all and (max-width: 1140px) and (min-width: 990px) {
  .small-blocks > div .blockInfo-box .puff-img-holder {
    height: 280px !important;
    width: 420px !important;
  }
  .small-blocks > div .blockInfo-box .puff-img-holder img {
    height: 280px !important;
    width: 420px !important;
  }
}

@media all and (max-width: 864px) {
  .small-blocks > div .blockInfo-box .puff-img-holder {
    width: 330px !important;
    height: 220px !important;
  }
  .small-blocks > div .blockInfo-box .puff-img-holder img {
    height: 220px !important;
    width: 330px !important;
  }
}

@media all and (max-width: 750px) {
  .small-blocks > div .blockInfo-box .puff-img-holder {
    height: 280px !important;
    width: 420px !important;
  }
  .small-blocks > div .blockInfo-box .puff-img-holder img {
    height: 280px !important;
    width: 420px !important;
    left: 0;
    top: 0;
  }
}

@media all and (max-width: 480px) {
  .small-blocks > div .blockInfo-box .puff-img-holder {
    height: 174px !important;
    width: 260px !important;
  }
  .small-blocks > div .blockInfo-box .puff-img-holder img {
    width: 260px !important;
    height: 174px !important;
    left: 0;
    top: 0;
  }
}

.small-blocks > div .blockInfo-box h3 {
  margin-bottom: 0;
}

.small-blocks > div .blockInfo-box .ingress {
  padding: 5px 15px;
}

.small-blocks > div .blockInfo-box a.btn-blue {
  cursor: pointer;
  float: right;
  clear: both;
}

.small-blocks > div .blockInfo-box a.btn-blue:hover {
  text-decoration: none !important;
}

/*.full{
    width:100% !important;
}
.wide{
    width:66.66% !important;
}
.half{
    width:49% !important;
}
.third{
    width:33% !important;
}
.fourth{
    width:24% !important;
}*/
body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-family: 'Open Sans';
}

body form {
  margin-bottom: 0 !important;
}

main {
  height: auto;
  overflow: auto;
}

.leftfloating {
  float: left;
}

.rightfloating {
  float: right;
}

.rf_middle {
  margin: 0 auto;
}

.clear {
  clear: both;
}

/* not to have white margins*/
.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.headerArea.row,
.contentArea.row,
.footerLine.row {
  margin-right: 0;
  margin-left: 0;
}

.headerArea.row .mainMenu,
.contentArea.row .mainMenu,
.footerLine.row .mainMenu {
  padding: 0;
}

.headerArea.row .mainMenu > div,
.contentArea.row .mainMenu > div,
.footerLine.row .mainMenu > div {
  margin: 0 auto;
}

.contentArea {
  background-color: #ebf1f3;
  margin-top: 70px;
}

@media all and (max-width: 767px) {
  .contentArea {
    margin-top: 133px;
    /*padding:0 10px;*/
  }
}

.pagemargin {
  padding-left: 30px;
  padding-right: 30px;
}

@media all and (max-width: 767px) {
  .pagemargin {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (max-width: 449px) {
  .pagemargin {
    padding-left: 10px;
    padding-right: 10px;
  }
}

input[type="text"] {
  width: 100%;
  padding: 2px 25px;
}

.subHeader-holder {
  width: 100%;
  height: 70px;
  text-align: center;
  padding: 20px;
  margin: 0 0 55px;
  text-transform: uppercase;
}

@media all and (max-width: 767px) {
  .subHeader-holder {
    height: 60px;
    margin: 0 0 30px;
  }
}

.subHeader-holder h2, .subHeader-holder span {
  margin: 0 !important;
  font-family: 'Open Sans';
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 2px;
}

@media all and (max-width: 767px) {
  .subHeader-holder h2, .subHeader-holder span {
    font-size: 1.2em;
  }
}

li {
  list-style: none;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid lightgray;
}

.rfbutton a {
  color: #fff;
  border-radius: 10px;
  padding: 3px 15px 3px 15px;
  text-transform: none;
}

/* for bullets in explanation and on standard page */
main ul li {
  list-style-type: disc;
}

/*------------_Standard page_--------------*/
.standardPageArea {
  background-color: #ebf1f3;
  padding: 0;
}

.standardPageArea .subHeader-holder {
  margin: 0 0 15px;
}

.standardPageArea .pagemargin {
  background-color: transparent !important;
  padding-top: 30px;
}

.standardPageArea .pagemargin .ingress {
  padding: 10px 25px;
}

.standardPageArea .pagemargin .newsItem-wrapper {
  padding: 10px 0;
}

/*****READ THIS FIRST*****/
/*---Add to the 'select' node the class names 'rgf_dropdownlist selectpicker' and wrap it in a div with this class 'rgf-select-holder'.*/
/*We are using bootstrap-select effect. For further info check this: https://silviomoreto.github.io/bootstrap-select/ 
                and this https://silviomoreto.github.io/bootstrap-select/examples/ 
        */
.rgf-select-holder, .rgf-select-holder-standard, .rgf-select-holder-dynamic, .rgf-select-holder-dynamic, .rf_ddl {
  float: left;
  display: inline-block;
}

.rgf-select-holder label, .rgf-select-holder-standard label, .rgf-select-holder-dynamic label, .rgf-select-holder-dynamic label, .rf_ddl label {
  display: block;
  margin-bottom: 3px;
  font-weight: unset;
  font-weight: 100;
}

.rgf-select-holder label.byt-label, .rgf-select-holder label.byt-label-dyn-mob, .rgf-select-holder-standard label.byt-label, .rgf-select-holder-dynamic label.byt-label, .rgf-select-holder-standard label.byt-label-dyn-mob, .rgf-select-holder-dynamic label.byt-label-dyn-mob, .rgf-select-holder-dynamic label.byt-label, .rgf-select-holder-dynamic label.byt-label-dyn-mob, .rf_ddl label.byt-label, .rf_ddl label.byt-label-dyn-mob {
  width: 100%;
  max-width: 240px;
  float: right;
  clear: both;
}

.rgf-select-holder label.label-startPage, .rgf-select-holder-standard label.label-startPage, .rgf-select-holder-dynamic label.label-startPage, .rgf-select-holder-dynamic label.label-startPage, .rf_ddl label.label-startPage {
  color: #fff;
}

.rgf-select-holder label.byt-label-dyn-desk, .rgf-select-holder-standard label.byt-label-dyn-desk, .rgf-select-holder-dynamic label.byt-label-dyn-desk, .rgf-select-holder-dynamic label.byt-label-dyn-desk, .rf_ddl label.byt-label-dyn-desk {
  text-transform: none !important;
}

@media all and (max-width: 991px) {
  .rgf-select-holder label.byt-label-dyn-desk, .rgf-select-holder-standard label.byt-label-dyn-desk, .rgf-select-holder-dynamic label.byt-label-dyn-desk, .rgf-select-holder-dynamic label.byt-label-dyn-desk, .rf_ddl label.byt-label-dyn-desk {
    display: none;
  }
}

.rgf-select-holder label.byt-label-dyn-mob, .rgf-select-holder-standard label.byt-label-dyn-mob, .rgf-select-holder-dynamic label.byt-label-dyn-mob, .rgf-select-holder-dynamic label.byt-label-dyn-mob, .rf_ddl label.byt-label-dyn-mob {
  display: none;
  text-transform: none !important;
}

@media all and (max-width: 991px) {
  .rgf-select-holder label.byt-label-dyn-mob, .rgf-select-holder-standard label.byt-label-dyn-mob, .rgf-select-holder-dynamic label.byt-label-dyn-mob, .rgf-select-holder-dynamic label.byt-label-dyn-mob, .rf_ddl label.byt-label-dyn-mob {
    display: block;
  }
}

.rgf-select-holder select, .rgf-select-holder-standard select, .rgf-select-holder-dynamic select, .rgf-select-holder-dynamic select, .rf_ddl select {
  left: 0;
}

.rgf-select-holder .bootstrap-select > .dropdown-toggle.bs-placeholder, .rgf-select-holder-standard .bootstrap-select > .dropdown-toggle.bs-placeholder, .rgf-select-holder-dynamic .bootstrap-select > .dropdown-toggle.bs-placeholder, .rgf-select-holder-dynamic .bootstrap-select > .dropdown-toggle.bs-placeholder, .rf_ddl .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #405060;
}

.rgf-select-holder .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.rgf-select-holder .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.rgf-select-holder .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .rgf-select-holder-standard .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.rgf-select-holder-dynamic .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.rgf-select-holder-standard .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.rgf-select-holder-dynamic .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.rgf-select-holder-standard .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .rgf-select-holder-dynamic .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .rgf-select-holder-dynamic .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.rgf-select-holder-dynamic .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.rgf-select-holder-dynamic .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .rf_ddl .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.rf_ddl .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.rf_ddl .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #405060;
}

.rgf-select-holder .btn-default.active:hover,
.rgf-select-holder .open > .dropdown-toggle.btn-default:hover,
.rgf-select-holder .btn-default.active:focus,
.rgf-select-holder .open > .dropdown-toggle.btn-default:focus,
.rgf-select-holder .btn-default.active.focus,
.rgf-select-holder .open > .dropdown-toggle.btn-default.focus, .rgf-select-holder-standard .btn-default.active:hover,
.rgf-select-holder-dynamic .btn-default.active:hover,
.rgf-select-holder-standard .open > .dropdown-toggle.btn-default:hover,
.rgf-select-holder-dynamic .open > .dropdown-toggle.btn-default:hover,
.rgf-select-holder-standard .btn-default.active:focus,
.rgf-select-holder-dynamic .btn-default.active:focus,
.rgf-select-holder-standard .open > .dropdown-toggle.btn-default:focus,
.rgf-select-holder-dynamic .open > .dropdown-toggle.btn-default:focus,
.rgf-select-holder-standard .btn-default.active.focus,
.rgf-select-holder-dynamic .btn-default.active.focus,
.rgf-select-holder-standard .open > .dropdown-toggle.btn-default.focus, .rgf-select-holder-dynamic .open > .dropdown-toggle.btn-default.focus, .rgf-select-holder-dynamic .btn-default.active:hover,
.rgf-select-holder-dynamic .open > .dropdown-toggle.btn-default:hover,
.rgf-select-holder-dynamic .btn-default.active:focus,
.rgf-select-holder-dynamic .open > .dropdown-toggle.btn-default:focus,
.rgf-select-holder-dynamic .btn-default.active.focus,
.rgf-select-holder-dynamic .open > .dropdown-toggle.btn-default.focus, .rf_ddl .btn-default.active:hover,
.rf_ddl .open > .dropdown-toggle.btn-default:hover,
.rf_ddl .btn-default.active:focus,
.rf_ddl .open > .dropdown-toggle.btn-default:focus,
.rf_ddl .btn-default.active.focus,
.rf_ddl .open > .dropdown-toggle.btn-default.focus {
  background-color: transparent;
  color: #339fc6;
}

.rgf-select-holder .rgf_dropdownlist, .rgf-select-holder-standard .rgf_dropdownlist, .rgf-select-holder-dynamic .rgf_dropdownlist, .rgf-select-holder-dynamic .rgf_dropdownlist, .rf_ddl .rgf_dropdownlist {
  width: 100% !important;
  background-color: #fff !important;
  padding: 0 !important;
  height: 50px;
}

@media all and (max-width: 425px) {
  .rgf-select-holder .rgf_dropdownlist, .rgf-select-holder-standard .rgf_dropdownlist, .rgf-select-holder-dynamic .rgf_dropdownlist, .rgf-select-holder-dynamic .rgf_dropdownlist, .rf_ddl .rgf_dropdownlist {
    height: 45px;
  }
}

.rgf-select-holder .rgf_dropdownlist .btn-default, .rgf-select-holder-standard .rgf_dropdownlist .btn-default, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default, .rf_ddl .rgf_dropdownlist .btn-default {
  background-color: transparent;
  font: 100 16px "Open Sans";
  cursor: pointer;
  color: #339fc6;
  border-radius: 0 !important;
  padding: 7px 0 7px 35px;
  height: 50px;
}

@media all and (max-width: 425px) {
  .rgf-select-holder .rgf_dropdownlist .btn-default, .rgf-select-holder-standard .rgf_dropdownlist .btn-default, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default, .rf_ddl .rgf_dropdownlist .btn-default {
    height: 45px;
  }
}

@media all and (max-width: 835px) {
  .rgf-select-holder .rgf_dropdownlist .btn-default, .rgf-select-holder-standard .rgf_dropdownlist .btn-default, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default, .rf_ddl .rgf_dropdownlist .btn-default {
    padding: 7px 0 7px 15px;
  }
}

.rgf-select-holder .rgf_dropdownlist .btn-default .filter-option, .rgf-select-holder-standard .rgf_dropdownlist .btn-default .filter-option, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default .filter-option, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default .filter-option, .rf_ddl .rgf_dropdownlist .btn-default .filter-option {
  width: 85%;
  line-height: 30px;
}

.rgf-select-holder .rgf_dropdownlist .btn-default .bs-caret, .rgf-select-holder-standard .rgf_dropdownlist .btn-default .bs-caret, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default .bs-caret, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default .bs-caret, .rf_ddl .rgf_dropdownlist .btn-default .bs-caret {
  width: 70px !important;
  height: 50px !important;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f49b5b;
}

@media all and (max-width: 425px) {
  .rgf-select-holder .rgf_dropdownlist .btn-default .bs-caret, .rgf-select-holder-standard .rgf_dropdownlist .btn-default .bs-caret, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default .bs-caret, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default .bs-caret, .rf_ddl .rgf_dropdownlist .btn-default .bs-caret {
    height: 45px !important;
    width: 55px !important;
  }
}

.rgf-select-holder .rgf_dropdownlist .btn-default .bs-caret .fa, .rgf-select-holder-standard .rgf_dropdownlist .btn-default .bs-caret .fa, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default .bs-caret .fa, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default .bs-caret .fa, .rf_ddl .rgf_dropdownlist .btn-default .bs-caret .fa {
  font-size: 28px;
  font-weight: 100;
  color: #fff;
  padding: 13px;
}

@media all and (max-width: 425px) {
  .rgf-select-holder .rgf_dropdownlist .btn-default .bs-caret .fa, .rgf-select-holder-standard .rgf_dropdownlist .btn-default .bs-caret .fa, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default .bs-caret .fa, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default .bs-caret .fa, .rf_ddl .rgf_dropdownlist .btn-default .bs-caret .fa {
    padding: 8px;
  }
}

.rgf-select-holder .rgf_dropdownlist .dropdown-menu, .rgf-select-holder-standard .rgf_dropdownlist .dropdown-menu, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu, .rf_ddl .rgf_dropdownlist .dropdown-menu {
  font-family: 'Open Sans';
  font-size: 16px;
  border-radius: 0;
  z-index: 1000 !important;
}

.rgf-select-holder .rgf_dropdownlist .dropdown-menu.open, .rgf-select-holder-standard .rgf_dropdownlist .dropdown-menu.open, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open, .rf_ddl .rgf_dropdownlist .dropdown-menu.open {
  width: 87% !important;
  min-width: unset !important;
  height: 165px;
}

.rgf-select-holder .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner, .rgf-select-holder-standard .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner, .rf_ddl .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner {
  min-width: 200px !important;
  height: 160px;
  z-index: 1000 !important;
}

.rgf-select-holder .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li, .rgf-select-holder-standard .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li, .rf_ddl .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li {
  height: 50px;
  border-bottom: 1px solid #ebf1f3;
}

@media all and (max-width: 425px) {
  .rgf-select-holder .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li, .rgf-select-holder-standard .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li, .rf_ddl .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li {
    height: 40px;
  }
}

.rgf-select-holder .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a, .rgf-select-holder-standard .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a, .rf_ddl .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a {
  padding: 15px 35px;
}

@media all and (max-width: 425px) {
  .rgf-select-holder .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a, .rgf-select-holder-standard .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a, .rf_ddl .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a {
    padding: 8px 15px !important;
    font-size: 14px;
  }
}

.rgf-select-holder .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a:hover, .rgf-select-holder-standard .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a:hover, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a:hover, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a:hover, .rf_ddl .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a:hover {
  color: #f49b5b !important;
  background-color: transparent !important;
}

@media all and (max-width: 835px) {
  .rgf-select-holder .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a, .rgf-select-holder-standard .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a, .rf_ddl .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a {
    padding: 15px;
  }
}

.rgf-select-holder-standard, .rgf-select-holder-dynamic {
  width: 100%;
  padding: 15px 30px 0;
}

@media all and (max-width: 991px) {
  .rgf-select-holder-standard, .rgf-select-holder-dynamic {
    padding: 0 15px;
  }
}

@media all and (max-width: 610px) {
  .rgf-select-holder-standard, .rgf-select-holder-dynamic {
    padding: 0;
  }
}

.rgf-select-holder-standard .rgf_dropdownlist, .rgf-select-holder-dynamic .rgf_dropdownlist {
  max-width: 240px;
  height: 50px;
  float: right !important;
  clear: both;
  margin-bottom: 10px !important;
}

@media all and (max-width: 767px) {
  .rgf-select-holder-standard .rgf_dropdownlist, .rgf-select-holder-dynamic .rgf_dropdownlist {
    width: 100%;
    float: none;
    margin-bottom: 5px !important;
  }
}

.rgf-select-holder-standard .rgf_dropdownlist .btn-default, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default {
  padding: 7px 15px 7px;
  height: 50px;
}

@media all and (max-width: 835px) {
  .rgf-select-holder-standard .rgf_dropdownlist .btn-default, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default {
    padding: 7px 0 7px 15px;
  }
}

.rgf-select-holder-standard .rgf_dropdownlist .btn-default .filter-option, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default .filter-option {
  color: dimgray;
  font-weight: 400;
  text-transform: uppercase;
}

.rgf-select-holder-standard .rgf_dropdownlist .btn-default .bs-caret, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default .bs-caret {
  width: 50px !important;
  height: 50px !important;
  background-color: transparent;
}

.rgf-select-holder-standard .rgf_dropdownlist .btn-default .bs-caret .fa, .rgf-select-holder-dynamic .rgf_dropdownlist .btn-default .bs-caret .fa {
  font-size: 24px;
  color: dimgray;
  padding: 10px;
}

@media all and (max-width: 835px) {
  .rgf-select-holder-standard .rgf_dropdownlist .dropdown-menu, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu {
    font-size: 14px;
  }
}

.rgf-select-holder-standard .rgf_dropdownlist .dropdown-menu.open, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open {
  width: 100% !important;
}

.rgf-select-holder-standard .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner {
  max-width: 240px !important;
}

.rgf-select-holder-standard .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li {
  font-size: .9em !important;
  height: 45px !important;
  border-bottom: 1px solid #ebf1f3;
}

.rgf-select-holder-standard .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a {
  padding: 10px 15px !important;
}

.rgf-select-holder-standard .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a:hover, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a:hover {
  color: #f49b5b !important;
  background-color: transparent !important;
}

@media all and (max-width: 835px) {
  .rgf-select-holder-standard .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a, .rgf-select-holder-dynamic .rgf_dropdownlist .dropdown-menu.open .dropdown-menu.inner li a {
    padding: 15px;
  }
}

.rgf-select-holder-dynamic {
  width: 220px;
  padding: 0;
}

@media all and (max-width: 767px) {
  .rgf-select-holder-dynamic {
    width: 100%;
    float: none;
  }
}

.rf_ddlTH {
  width: 100%;
  padding: 30px;
}

@media all and (max-width: 767px) {
  .rf_ddlTH {
    padding: 15px;
  }
}

.rf_ddlTH .rgf_dropdownlist {
  width: 100% !important;
}

@media all and (max-width: 767px) {
  .rf_ddlTH .rgf_dropdownlist {
    width: 100%;
  }
}

.rf_ddlTH .rgf_dropdownlist .btn-default {
  padding: 7px 15px 7px;
}

@media all and (max-width: 835px) {
  .rf_ddlTH .rgf_dropdownlist .btn-default {
    padding: 7px 0 7px 15px;
  }
}

.rf_ddlTH .rgf_dropdownlist .btn-default .filter-option {
  color: dimgray;
  font-weight: 400;
}

.rf_ddlTH .rgf_dropdownlist .btn-default .bs-caret {
  width: 50px !important;
  background-color: transparent;
}

.rf_ddlTH .rgf_dropdownlist .btn-default .bs-caret .fa {
  font-size: 24px;
  color: dimgray;
}

.submit-Master {
  display: none !important;
}

/*@font-face {
    font-family: DekorStaticBold;
    src: url('../fonts/StaticBold.otf');
    font-weight: bold;
}*/
@font-face {
  font-family: DekorStaticItalic;
  src: url("../fonts/StaticItalic.otf");
  font-weight: normal;
}

@font-face {
  font-family: DekorStatic;
  src: url("../fonts/Static.otf");
  font-weight: normal;
}

@font-face {
  font-family: DekorStaticBold;
  src: url("../fonts/Static_Bold.eot?") format("eot"), url("../fonts/Static_Bold.woff") format("woff"), url("../fonts/Static_Bold.ttf") format("truetype"), url("../fonts/Static_Bold.svg#StaticBold") format("svg"), url("../fonts/StaticBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/*$DekorStaticBold: DekorStaticBold;
$DekorStaticItalic: DekorStaticItalic;
$DekorStatic: DekorStatic;*/
/******************************READ THIS FIRST****************************/
/*************************************************************************/
/*
    Instructions on how to use svg files.

         To use the svg files as images or css-background-images, all icons must be created in all colors which are been used in, because they can't be color-styled with css.
         More info here: https://css-tricks.com/using-svg/ 
        
        -Svg icons, with differnt colors, are in the folder /svg/. 
        -Add a span element in the html file and set style="background:url(yourSvgFile.svg);". Choose the one with the correct color!!!
        -Add a size and a position class from the list below.(More position classes must be added)
        
        *OBS*:
            -If an icon changes its size responsivly, copy the same class in a media query and change the size parameters.**OBS: Delete the @extend method.**
            -If changing the css, gets no response on styling, make sure that the elements don't have inline-style attributes, which they used to!!
*/
.icon-gen, .icon-xx_large, .icon-x_large, .icon-large, .icon-regular, .icon-small {
  display: inline-block !important;
  stroke-width: 0;
  stroke: none;
}

/*Icons with x_large size (60px)*/
.icon-xx_large {
  width: 60px;
  height: 60px;
}

/*Icons with x_large size (46px)*/
.icon-x_large {
  width: 46px;
  height: 46px;
}

/*Icons with large size (40px)*/
.icon-large {
  width: 40px;
  height: 40px;
}

/*Icons with regular size (32px)*/
.icon-regular {
  width: 32px;
  height: 32px;
}

/*Icons with small size (27px)*/
.icon-small {
  width: 27px;
  height: 27px;
}

/*Position alternatives*/
.icon-pos-left {
  top: 8px;
  position: relative;
  margin-right: 10px;
}

.subHeader {
  background-color: #99cde2 !important;
}

.subHeader h3, .subHeader span {
  color: #fff;
  margin: 0 !important;
  font-weight: 700;
  font-size: 1.4em;
  letter-spacing: 1px;
  line-height: unset;
}

@media all and (max-width: 767px) {
  .subHeader h3, .subHeader span {
    font-size: 1.2em;
  }
}

.newsregion:last-child {
  background-color: #fff;
}

.newsregion .moreNews {
  margin-bottom: 10px;
}

.newsregion .moreNews h3 {
  font-weight: 700;
  font-size: 1.4em;
  letter-spacing: 1px;
}

@media all and (max-width: 767px) {
  .newsregion .moreNews h3 {
    font-size: 1.2em;
  }
}

.newsregion .newsItem-wrapper {
  width: 66%;
  height: auto;
  overflow: auto;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .newsregion .newsItem-wrapper {
    width: 100%;
  }
}

.newsregion .newsItem-wrapper .newspagedate {
  margin-bottom: 10px;
}

.newsregion ul.moreNewsItem-wrapper {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: initial;
  display: flex;
  flex-flow: row wrap;
  align-items: initial;
  padding: 0;
  margin-bottom: 0;
}

.newsregion ul.moreNewsItem-wrapper {
  /*padding:0 10px;*/
}

.newsregion ul.moreNewsItem-wrapper li {
  width: 31%;
  height: auto;
  overflow: auto;
  background-color: #fff;
  display: inline-block;
  margin: 0 auto 40px;
  padding: 0 25px;
}

@media all and (max-width: 1020px) {
  .newsregion ul.moreNewsItem-wrapper li {
    width: 50%;
    margin: 0 0 40px;
  }
}

@media all and (max-width: 767px) {
  .newsregion ul.moreNewsItem-wrapper li {
    width: 100%;
    border-bottom: 1px solid #339fc6;
    padding: 0 5px;
  }
  .newsregion ul.moreNewsItem-wrapper li:last-child {
    border-bottom: none;
  }
}

.newsregion ul.moreNewsItem-wrapper li h3 {
  font-size: 1.8em !important;
}

@media all and (max-width: 1020px) {
  .newsregion ul.moreNewsItem-wrapper li h3 {
    font-size: 1.6em !important;
  }
}

.newsregion ul.moreNewsItem-wrapper .ingress {
  padding: 5px 25px;
  font-size: 1em;
  font-weight: 100;
}

.newsregion ul.moreNewsItem-wrapper .button-holder.rfbutton {
  padding: 5px 25px;
  margin: 20px 0 40px;
}

.newsregion ul.moreNewsItem-wrapper .button-holder.rfbutton a {
  background-color: #339fc6;
  text-transform: uppercase;
  padding: 8px 30px;
  font-size: .8em;
  border-radius: 15px !important;
}

.newsregion ul.moreNewsItem-wrapper .button-holder.rfbutton a:hover {
  background-color: #f49b5b;
  text-decoration: none;
}

.newsregion h1, .newsregion h2, .newsregion h3 {
  padding: 0 25px;
}

@media all and (max-width: 767px) {
  .newsregion h1, .newsregion h2, .newsregion h3 {
    margin: 0;
    padding: 0 12px;
  }
}

.newsregion .newspagedate {
  padding: 0 25px;
  color: #99cde2;
}

.newsregion .newsImage-holder {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media all and (min-width: 1220px) {
  .newsregion .newsImage-holder {
    height: 400px;
  }
}

@media all and (min-width: 1900px) {
  .newsregion .newsImage-holder {
    height: 500px;
  }
}

.newsregion .newsImage-holder img {
  width: 100%;
  height: 300px;
}

@media all and (min-width: 1220px) {
  .newsregion .newsImage-holder img {
    height: 400px;
  }
}

@media all and (min-width: 1900px) {
  .newsregion .newsImage-holder img {
    height: 500px;
  }
}

.newsregion .ingress {
  padding: 25px;
  font-size: 1.1em;
  font-weight: bold;
}

.newsregion .newsItemMainText {
  padding: 0 25px;
}

.newsregion .newsItemMainText table {
  font-family: Verdana !important;
}

.newsregion .newsItemMainText table td p {
  padding: 5px 8px;
  margin: 0;
}

@media all and (max-width: 767px) {
  .newsregion h1,
  .newsregion .newspagedate,
  .newsregion .ingress,
  .newsregion .newsItemMainText,
  .newsregion .button-holder.rfbutton {
    padding: 12px 12px !important;
  }
}

.socialIcons-Wrapper {
  width: 30%;
  height: auto;
  overflow: auto;
  background-color: #fff;
  display: inline-block;
  float: right;
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .socialIcons-Wrapper {
    float: none;
    width: 100%;
  }
}

.socialIcons-Wrapper .h5-holder {
  height: 50px;
  background-color: rgba(51, 159, 198, 0.25);
  margin: 0;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}

.socialIcons-Wrapper .h5-holder h5 {
  margin: 0;
  font-weight: 700;
}

.socialIcons-Wrapper .socialIcons-Box {
  padding: 22px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: initial;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: initial;
}

@media all and (max-width: 767px) {
  .socialIcons-Wrapper .socialIcons-Box {
    padding: 10px;
  }
}

.socialIcons-Wrapper .socialIcons-Box .socialIcons-holder {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f49b5b;
  padding: 13px;
  display: inline-block;
  text-align: center;
  margin: 5px auto;
  cursor: pointer;
}

.socialIcons-Wrapper .socialIcons-Box .socialIcons-holder:hover {
  background-color: transparent;
}

.socialIcons-Wrapper .socialIcons-Box .socialIcons-holder:hover span {
  color: #f49b5b;
}

.socialIcons-Wrapper .socialIcons-Box .socialIcons-holder span {
  color: #fff;
  font-size: 1.6em;
}

.moreNews {
  width: 100%;
  height: 70px;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  margin: 0 0 55px;
  text-transform: uppercase;
}

.moreNews h3 {
  margin: 0 !important;
  font-family: 'Open Sans';
  color: black;
}

.rf_lankommunheader {
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 600;
}

.rf_lankommunheader h1 {
  margin-bottom: 0;
  padding-left: 30px;
  text-transform: none;
}

@media all and (max-width: 425px) {
  .rf_lankommunheader h1 {
    padding-left: 15px;
  }
}

.rf_lankommunheader h2 {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 30px;
  margin-top: 0;
}

@media all and (max-width: 425px) {
  .rf_lankommunheader h2 {
    padding-left: 15px;
  }
}

.rf_lankommunheader .h1 {
  font: 900 40px "Open Sans";
  padding-left: 30px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 5px;
}

@media all and (max-width: 835px) {
  .rf_lankommunheader .h1 {
    font-size: 30px;
  }
}

@media all and (max-width: 767px) {
  .rf_lankommunheader .h1 {
    padding-left: 15px;
  }
}

@media all and (max-width: 425px) {
  .rf_lankommunheader .h1 {
    font-size: 26px;
  }
}

.rf_lankommunheader .h2 {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 30px;
  margin-top: 0;
}

@media all and (max-width: 767px) {
  .rf_lankommunheader .h2 {
    padding-left: 15px;
  }
}

.rf_lankommunheader button {
  padding-left: 0;
  padding-right: 0;
}

.rf_lankommunheader .quickfacts {
  padding-top: 40px;
  margin-top: 20px;
}

.rf_lankommunheader .quickfacts .rf_infobox {
  width: 32%;
  display: inline-block;
  text-align: center;
}

.rf_lankommunheader .quickfacts .rf_infobox:first-child {
  border-left: none !important;
}

.rf_lankommunheader .quickfacts .rf_infobox:last-child {
  border-right: none !important;
}

.rf_lankommunheader .quickfacts .rf_infobox .icon-large {
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 32px;
}

@media all and (max-width: 425px) {
  .rf_lankommunheader .quickfacts .rf_infobox .icon-large {
    width: 26px;
    height: 32px;
  }
}

.rf_lankommunheader .quickfacts .rf_infobox .number {
  font-size: 20px;
  text-align: center;
  clear: both;
  display: block;
  margin: 0 auto;
  min-height: 24px;
}

@media all and (max-width: 425px) {
  .rf_lankommunheader .quickfacts .rf_infobox .number {
    font-size: 14px;
  }
}

.rf_lankommunheader .quickfacts .rf_infobox .text {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
}

.rf_lankommunheader.swedMap div {
  width: auto !important;
  margin: 0 auto;
}

.rf_lankommunheader.swedMap div img {
  display: block;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .rf_lankommunheader.swedMap div img {
    width: auto !important;
  }
}

@media all and (max-width: 560px) {
  .rf_lankommunheader.swedMap div img {
    width: 100% !important;
  }
}

.dynamicDataArea {
  padding: 30px;
}

@media all and (max-width: 991px) {
  .dynamicDataArea {
    padding: 15px;
  }
}

.dynamicDataArea .above-h1-wrapper {
  height: 55px;
}

@media all and (max-width: 991px) {
  .dynamicDataArea .above-h1-wrapper {
    height: 35px;
  }
}

.dynamicDataArea h1 {
  font-size: 34px;
  margin-bottom: 0;
  margin-top: -20px;
}

@media all and (max-width: 991px) {
  .dynamicDataArea h1 {
    font-size: 26px;
    margin-top: 0;
  }
}

@media all and (max-width: 565px) {
  .dynamicDataArea h1 {
    font-size: 22px;
  }
}

.dynamicDataArea .socialIcons-Wrapper {
  width: 180px;
  float: left;
  background-color: transparent;
  margin-bottom: 0;
}

.dynamicDataArea .socialIcons-Wrapper .socialIcons-Box {
  padding: 3px 3px 3px 0;
}

.dynamicDataArea .socialIcons-Wrapper .socialIcons-Box .socialIcons-holder {
  width: 25px;
  height: 25px;
  padding: 2px;
  margin: 5px 7px;
}

.dynamicDataArea .socialIcons-Wrapper .socialIcons-Box .socialIcons-holder:first-child {
  margin: 5px 7px 5px 0;
  padding: 1px;
}

.dynamicDataArea .socialIcons-Wrapper .socialIcons-Box .socialIcons-holder span {
  font-size: .9em;
}

/* css for dynamicPresentationPage */
.rf_breadcrumbs {
  text-transform: uppercase;
  width: 65%;
  float: left;
}

@media all and (max-width: 992px) {
  .rf_breadcrumbs {
    width: 100%;
  }
}

@media all and (max-width: 560px) {
  .rf_breadcrumbs {
    font-size: 12px;
  }
}

.rf_breadcrumbs a {
  color: #405060;
}

.rf_breadcrumbs span {
  font-weight: bold;
}

.rf_ddl {
  float: right;
  text-transform: uppercase;
  line-height: 14px;
}

.col-xs-6.rfmobilemeny_ml {
  padding: 0;
}

@media all and (min-width: 992px) {
  .col-xs-6.rfmobilemeny_ml {
    display: none;
  }
}

@media all and (max-width: 560px) {
  .col-xs-6.rfmobilemeny_ml {
    width: 50%;
  }
}

.rf_mob_ml {
  width: 100%;
  background-color: aquamarine;
}

@media all and (max-width: 991px) {
  .rf_desk_ml {
    display: none;
  }
}

.rfbutton.darkbutton {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  height: auto;
  overflow: auto;
}

.paneldiagram p {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

@media all and (max-width: 560px) {
  .darkbutton .leftfloating {
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -webkit-align-items: initial;
    display: flex;
    flex-flow: row wrap;
    align-items: initial;
    float: left;
  }
}

.darkbutton a {
  background-color: #405060;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 30px;
  border-radius: 15px;
}

@media all and (max-width: 560px) {
  .darkbutton a {
    padding: 8px 20px;
    font-size: 10px;
    text-align: center;
    margin: 2px;
  }
}

.darkbutton a:hover,
.darkbutton a.active {
  background-color: #f49b5b;
  cursor: pointer;
}

.darkbutton a.excelBtn {
  background-color: #339fc6;
}

.timedate {
  float: right;
  display: inline;
}

@media all and (max-width: 560px) {
  .timedate {
    clear: both;
    padding-top: 10px;
  }
}

.timedate .text {
  font-weight: bold;
  display: block;
}

@media all and (max-width: 560px) {
  .timedate .text {
    display: inline-block;
    font-size: 12px;
  }
}

.timedate .date {
  font-style: italic;
  text-align: right;
  padding-left: 3px;
  display: block;
}

@media all and (max-width: 560px) {
  .timedate .date {
    display: inline-block;
    font-size: 12px;
  }
}

@media all and (min-width: 560px) {
  .timedate .sm_br {
    display: none;
  }
}

.grayheadedblock {
  width: 100%;
  background-color: white;
  margin-bottom: 10px;
}

.grayheadedblock a {
  padding: 12px 15px;
  width: 100%;
  display: block;
  background-color: #d9e0e8;
  margin-top: 10px;
  font-size: 18px;
  font-family: 'Open Sans';
  color: #405060;
  cursor: pointer;
}

.grayheadedblock a:hover {
  text-decoration: none;
}

.rf_blockcontent {
  overflow-x: auto;
}

.rf_blockcontent_explanation {
  padding: 30px;
}

@media all and (max-width: 560px) {
  .rf_blockcontent_explanation {
    padding: 15px;
  }
}

.rf_blockcontent img {
  margin: 30px;
}

@media all and (max-width: 560px) {
  .rf_blockcontent img {
    margin: 15px;
  }
}

.rf_blockcontent span {
  clear: both;
  display: block;
  margin: 30px;
  padding-bottom: 20px;
}

@media all and (max-width: 560px) {
  .rf_blockcontent span {
    margin: 15px;
  }
}

#blockTidsserie, #blockAnalys, #blockTabellTidsserie, #blockTabellAnalys {
  display: none;
}

.grayheadedpdfblock {
  width: 100%;
  background-color: white;
  margin-bottom: 10px;
  padding: 0;
  margin-top: 30px;
}

.grayheadedpdfblock .rf_blockcontent .lblTidsserie, .grayheadedpdfblock .rf_blockcontent .lblAnalys {
  display: none;
}

.grayheadedpdfblock .head {
  width: 100%;
  display: block;
  background-color: #d9e0e8;
  height: auto;
  padding: 12px 15px;
  overflow: auto;
}

.grayheadedpdfblock .head .headerLabel {
  font-size: 1.3em;
}

@media all and (max-width: 560px) {
  .grayheadedpdfblock .head .headerLabel {
    font-size: 1.2em;
  }
}

.grayheadedpdfblock .head a {
  background-color: #339fc6;
  float: right;
  padding: 8px 30px;
  border-radius: 15px;
  margin: 0;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 600;
}

@media all and (max-width: 560px) {
  .grayheadedpdfblock .head a {
    margin: 7px 0 0;
  }
}

.grayheadedpdfblock span.emptyhead {
  /*border-top: solid $MediumGray 40px;*/
  display: block;
  width: 100%;
  margin-left: 0;
  padding: 20px;
}

@media all and (max-width: 767px) {
  .grayheadedpdfblock span.emptyhead {
    padding: 15px;
    overflow-x: scroll;
  }
}

/* XML tabell */
.exceltable {
  border-collapse: collapse;
  font-family: Verdana !important;
}

.caption {
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  color: #303030;
}

.colheader {
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
  font-weight: bold;
  color: #fff;
  background-color: #339fc6;
  border: solid 1px #e0e0e0;
}

.rowheader {
  font-size: 11px;
  background-color: #ffffe0;
  color: #000;
  border: solid 1px #e0e0e0;
}

td {
  padding: 3px !important;
}

td p {
  margin: 0 !important;
}

.cCell {
  font-size: 11px;
  background-color: #ffffe0;
  text-align: right;
  border: solid 1px #e0e0e0;
}

.footer {
  background-color: #ffffe0;
  font-size: 9px;
  color: #000;
  border: solid 1px #e0e0e0;
}

.MsoNormalTable, .emptyhead table {
  font-family: Verdana !important;
  font-size: 11px;
  text-align: right;
}

.MsoNormalTable td:first-child, .emptyhead table td:first-child {
  text-align: left;
}

table.gultabell {
  border-collapse: collapse;
  background-color: #ffffe0;
  font-size: 11px;
}

table.gultabell tr:first-child {
  color: #fff;
}

table.gultabell p {
  padding: 0 !important;
}

table.gultabell td {
  border: solid 1px #e0e0e0;
  padding: 3px;
}

/*@font-face {
    font-family: DekorStaticBold;
    src: url('../fonts/StaticBold.otf');
    font-weight: bold;
}*/
@font-face {
  font-family: DekorStaticItalic;
  src: url("../fonts/StaticItalic.otf");
  font-weight: normal;
}

@font-face {
  font-family: DekorStatic;
  src: url("../fonts/Static.otf");
  font-weight: normal;
}

@font-face {
  font-family: DekorStaticBold;
  src: url("../fonts/Static_Bold.eot?") format("eot"), url("../fonts/Static_Bold.woff") format("woff"), url("../fonts/Static_Bold.ttf") format("truetype"), url("../fonts/Static_Bold.svg#StaticBold") format("svg"), url("../fonts/StaticBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/*$DekorStaticBold: DekorStaticBold;
$DekorStaticItalic: DekorStaticItalic;
$DekorStatic: DekorStatic;*/
/******************************READ THIS FIRST****************************/
/*************************************************************************/
/*
    Instructions on how to use svg files.

         To use the svg files as images or css-background-images, all icons must be created in all colors which are been used in, because they can't be color-styled with css.
         More info here: https://css-tricks.com/using-svg/ 
        
        -Svg icons, with differnt colors, are in the folder /svg/. 
        -Add a span element in the html file and set style="background:url(yourSvgFile.svg);". Choose the one with the correct color!!!
        -Add a size and a position class from the list below.(More position classes must be added)
        
        *OBS*:
            -If an icon changes its size responsivly, copy the same class in a media query and change the size parameters.**OBS: Delete the @extend method.**
            -If changing the css, gets no response on styling, make sure that the elements don't have inline-style attributes, which they used to!!
*/
.icon-gen, .icon-xx_large, .icon-x_large, .icon-large, .icon-regular, .icon-small {
  display: inline-block !important;
  stroke-width: 0;
  stroke: none;
}

/*Icons with x_large size (60px)*/
.icon-xx_large {
  width: 60px;
  height: 60px;
}

/*Icons with x_large size (46px)*/
.icon-x_large {
  width: 46px;
  height: 46px;
}

/*Icons with large size (40px)*/
.icon-large {
  width: 40px;
  height: 40px;
}

/*Icons with regular size (32px)*/
.icon-regular {
  width: 32px;
  height: 32px;
}

/*Icons with small size (27px)*/
.icon-small {
  width: 27px;
  height: 27px;
}

/*Position alternatives*/
.icon-pos-left {
  top: 8px;
  position: relative;
  margin-right: 10px;
}

/*Global classes --start--*/
.startInfo-box {
  width: 49%;
  min-height: 150px;
  display: inline-block;
  height: auto;
  overflow: visible;
  background-repeat: no-repeat;
}

.startInfo-box:first-child {
  float: left;
}

@media all and (max-width: 835px) {
  .startInfo-box {
    width: 100%;
  }
}

.newsList-section, .populareFacts-section, .bottompart {
  min-height: 300px;
  padding-top: 30px;
}

@media all and (max-width: 767px) {
  .newsList-section, .populareFacts-section, .bottompart {
    padding-top: 20px;
  }
}

.newsList-section .subHeader-holder, .populareFacts-section .subHeader-holder, .bottompart .subHeader-holder {
  padding: 25px;
  background-color: transparent !important;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .newsList-section .subHeader-holder, .populareFacts-section .subHeader-holder, .bottompart .subHeader-holder {
    margin-bottom: 15px;
  }
}

.newsList-section .subHeader-holder h2, .populareFacts-section .subHeader-holder h2, .bottompart .subHeader-holder h2 {
  color: #405060;
}

/*Global classes --end--*/
.startTop-section {
  height: auto;
  overflow: auto;
}

.startTop-section .lanHeaderBg, .startTop-section .startPageBg {
  background-color: #99cde2;
}

.startTop-section .lanHeaderBg .middle, .startTop-section .startPageBg .middle {
  border: none !important;
}

.startTop-section .lanHeaderBg .borderCol100, .startTop-section .startPageBg .borderCol100 {
  border-left: 1px solid #339fc6;
  border-right: 1px solid #339fc6;
}

.startTop-section .kommunHeaderBg {
  background-color: #339fc6;
}

.startTop-section .kommunHeaderBg .borderCol50 {
  border-left: 1px solid #99cde2;
  border-right: 1px solid #339fc6;
}

.startTop-section .sections-wrapper {
  padding: 10px 30px;
  height: auto;
  overflow: auto;
  min-height: 375px;
}

@media all and (max-width: 835px) {
  .startTop-section .sections-wrapper {
    padding: 10px 15px;
  }
}

.startTop-section .sections-wrapper .swedMap {
  padding: 30px;
}

.startTop-section .sections-wrapper .swedMap div {
  margin: auto;
  width: 100%;
  /*@media all and (max-width: 767px) {
                    width: 200px;
                }*/
}

.startTop-section .sections-wrapper .swedMap div img {
  width: auto;
  margin: 0 auto;
  display: block;
  /*@media all and (max-width: 767px) {
                        width: 200px;
                    }*/
}

.startTop-section .sections-wrapper .rf_lankommunheader img {
  max-height: 290px;
}

@media all and (max-width: 930px) {
  .startTop-section .sections-wrapper .rf_lankommunheader img {
    max-height: 250px;
  }
}

.startTop-section .sections-wrapper .topPartinfo-holder {
  width: 100%;
  margin-top: 20px;
  padding: 10px 6%;
}

@media all and (max-width: 835px) {
  .startTop-section .sections-wrapper .topPartinfo-holder {
    padding: 10px 2%;
    margin-top: 0;
  }
}

.startTop-section .sections-wrapper h1 {
  color: #fff;
  font: 900 40px "Open Sans";
}

@media all and (max-width: 835px) {
  .startTop-section .sections-wrapper h1 {
    font-size: 30px;
  }
}

@media all and (max-width: 425px) {
  .startTop-section .sections-wrapper h1 {
    font-size: 26px;
  }
}

.startTop-section .sections-wrapper .rgf-select-holder {
  width: 100%;
  max-width: 1200px;
}

.startTop-section .sections-wrapper .topPartButton-holder {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 30px;
  border: 2px solid #339fc6;
  color: #339fc6;
  border-radius: 100%;
  cursor: pointer;
  margin-bottom: 20px;
}

@media all and (max-width: 425px) {
  .startTop-section .sections-wrapper .topPartButton-holder {
    margin-bottom: 5px;
  }
}

.startTop-section .sections-wrapper .topPartButton-holder:hover {
  color: #ebf1f3;
  border: 2px solid #ebf1f3;
}

.startTop-section .bottomPartInfo-holder {
  text-align: center;
  width: 200px;
  height: 200px;
  margin: 10px auto;
  border-radius: 100%;
  padding: 3%;
  cursor: pointer;
}

@media all and (min-width: 767px) {
  .startTop-section .bottomPartInfo-holder:hover {
    background-color: #4f5f6f;
  }
}

@media all and (max-width: 620px) {
  .startTop-section .bottomPartInfo-holder {
    width: 140px;
    height: 140px;
  }
}

.startTop-section .bottomPartInfo-holder h3 {
  color: #f49b5b;
  font-family: DekorStaticBold;
  font-size: 3em;
}

@media all and (max-width: 620px) {
  .startTop-section .bottomPartInfo-holder h3 {
    font-size: 2.2em;
  }
}

.startTop-section .bottomPartInfo-holder p {
  color: #fff;
}

@media all and (max-width: 620px) {
  .startTop-section .bottomPartInfo-holder p {
    font-size: .85em;
  }
}

.newsList-section {
  background-color: #fff;
  height: auto;
  overflow: auto;
}

.newsList-section .moreNewsLink {
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  width: 100%;
  height: 25px;
}

@media all and (max-width: 1020px) {
  .newsList-section .moreNewsLink {
    top: 0;
    margin: 0 0 20px;
    text-align: center;
    font-size: 14px;
  }
}

.newsList-section .moreNewsLink a {
  color: #f49b5b;
  cursor: pointer;
  position: relative;
  float: right;
  top: -70px;
}

@media all and (max-width: 1020px) {
  .newsList-section .moreNewsLink a {
    top: 0;
    float: none;
  }
}

.newsList-section .moreNewsLink a:hover {
  color: #339fc6;
  text-decoration: none;
}

.newsList-section .moreNewsLink a .fa {
  margin-left: 8px;
  position: relative;
}

/*The block's section code is in the _blocks.scss file*/
.startAbout-section {
  background-color: #fff;
  min-height: 500px;
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: initial;
  display: flex;
  flex-flow: row wrap;
  align-items: initial;
}

.startAbout-section .startAbout-box {
  width: 50%;
  min-height: 500px;
  display: inline-block;
}

@media all and (max-width: 1020px) {
  .startAbout-section .startAbout-box {
    width: 100%;
    min-height: 400px;
  }
}

.startAbout-section .startAbout-box .subHeader-holder {
  padding: 25px;
  background-color: transparent !important;
}

@media all and (max-width: 767px) {
  .startAbout-section .startAbout-box .subHeader-holder {
    padding: 0;
    margin: 0 !important;
  }
}

.startAbout-section .startAbout-box .subHeader-holder h2 {
  font-weight: bold;
  letter-spacing: 2px;
}

.startAbout-section .startAbout-box .subHeader-holder h2 span {
  color: #405060 !important;
  font-size: 18px !important;
}

.startAbout-section .startAbout-box .startAboutInfo-holder {
  padding: 0 80px 70px;
  overflow: auto;
  height: auto;
}

@media all and (max-width: 668px) {
  .startAbout-section .startAbout-box .startAboutInfo-holder {
    padding: 0 30px 25px;
  }
}

.startAbout-section .aboutImage-holder {
  background-repeat: no-repeat;
  background-size: cover;
}

.startAbout-section .aboutText-holder {
  padding-top: 30px;
}

.proFooter-section {
  background-color: #99cde2;
  padding: 90px;
  color: #fff;
}

@media all and (max-width: 620px) {
  .proFooter-section {
    padding: 40px;
  }
}

.proFooter-section p {
  font-family: DekorStaticBold;
  font-size: 2.2em;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 620px) {
  .proFooter-section p {
    width: 90%;
    font-size: 2em;
  }
}

/*____________-QuickSearch-_____________*/
@media all and (min-width: 768px) {
  .searchMob {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .searchDesk {
    display: none;
  }
}

.rf_quicksearch {
  line-height: 30px;
  background-color: #fff;
  padding: 0 0 0 15px;
  width: 25%;
}

@media all and (max-width: 872px) {
  .rf_quicksearch {
    width: 20%;
  }
}

@media all and (max-width: 767px) {
  .rf_quicksearch {
    padding: 0 15px 7px;
    width: 100%;
  }
}

.rf_quicksearch label {
  display: block;
  margin-bottom: 0;
  font-weight: unset;
  font-size: .9em;
  text-transform: none;
}

.rf_quicksearch .srcInput {
  position: relative;
  line-height: 22px;
}

.rf_quicksearch .searchLensLink {
  display: inline-block;
  line-height: 22px;
  width: 50px;
  height: 28px;
  background: url("~/../../magnifying-glass-search-icon.png") no-repeat;
  background-position: center;
  background-size: 20px;
  z-index: 100;
  position: relative;
  border: none;
  top: -30px;
  float: right;
}

@media all and (min-width: 768px) {
  .rf_quicksearch .searchLensLink {
    top: 31px;
    width: 40px;
    position: absolute;
    right: 16px;
    display: block;
  }
}

.rf_quicksearch span.glyphicon-search {
  font-weight: normal;
  margin-right: 10px;
  top: 99px;
  cursor: pointer;
  position: absolute;
  z-index: 110;
  right: 21px;
}

@media all and (min-width: 768px) {
  .rf_quicksearch span.glyphicon-search {
    top: 37px;
  }
}

#SearchArea {
  padding: 30px 30px 5px;
}

@media all and (max-width: 767px) {
  #SearchArea {
    padding: 30px 15px 5px;
  }
}

#SearchArea label {
  display: block;
  margin-bottom: 0;
  font-weight: unset;
}

#SearchArea .srcInput {
  max-width: 700px;
  width: 86%;
  padding: 10px 25px;
}

@media all and (max-width: 599px) {
  #SearchArea .srcInput {
    width: 100%;
  }
}

#SearchArea .btn {
  float: right;
}

@media all and (min-width: 1172px) {
  #SearchArea .btn {
    float: none;
    margin-left: 40px !important;
  }
}

@media all and (max-width: 599px) {
  #SearchArea .btn {
    width: 100%;
    float: none;
    margin-top: 15px;
    margin-left: 0 !important;
  }
}

#SearchArea .btn-info {
  background-color: #f49b5b !important;
  border: none;
  border-radius: 0;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 16px;
}

#SearchArea #AdvancedArea {
  padding: 10px 0;
}

#SearchArea #AdvancedArea input[type=checkbox] {
  position: relative;
  top: 2px;
}

#SearchArea #AdvancedArea label {
  margin-left: 7px;
  color: #339fc6;
}

#ResultArea {
  padding: 5px 30px 30px;
}

@media all and (max-width: 767px) {
  #ResultArea {
    padding: 5px 15px 20px;
  }
}

#ResultArea h2 {
  font-size: 24px;
}

#ResultArea ol {
  padding-left: 0;
  width: 86%;
  max-width: 700px;
}

@media all and (max-width: 767px) {
  #ResultArea ol {
    width: 100%;
  }
}

#ResultArea ol li {
  background-color: #fff;
  padding: 15px 20px;
  margin: 10px 0;
  height: auto;
  overflow: auto;
}

#ResultArea ol li div {
  min-height: 50px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  margin: 0 10px 10px 0;
}

@media all and (max-width: 767px) {
  #ResultArea ol li div {
    width: 85px;
  }
}

#ResultArea ol li a {
  font-size: 1.3em;
  cursor: pointer;
}

@media all and (max-width: 767px) {
  #ResultArea ol li a {
    font-size: 1.2em;
  }
}

#ResultArea ol li span {
  color: gray;
  line-height: 1.7em;
  font-size: .9em;
  margin: 1px 0 5px;
}

/*@font-face {
    font-family: DekorStaticBold;
    src: url('../fonts/StaticBold.otf');
    font-weight: bold;
}*/
@font-face {
  font-family: DekorStaticItalic;
  src: url("../fonts/StaticItalic.otf");
  font-weight: normal;
}

@font-face {
  font-family: DekorStatic;
  src: url("../fonts/Static.otf");
  font-weight: normal;
}

@font-face {
  font-family: DekorStaticBold;
  src: url("../fonts/Static_Bold.eot?") format("eot"), url("../fonts/Static_Bold.woff") format("woff"), url("../fonts/Static_Bold.ttf") format("truetype"), url("../fonts/Static_Bold.svg#StaticBold") format("svg"), url("../fonts/StaticBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/*$DekorStaticBold: DekorStaticBold;
$DekorStaticItalic: DekorStaticItalic;
$DekorStatic: DekorStatic;*/
/******************************READ THIS FIRST****************************/
/*************************************************************************/
/*
    Instructions on how to use svg files.

         To use the svg files as images or css-background-images, all icons must be created in all colors which are been used in, because they can't be color-styled with css.
         More info here: https://css-tricks.com/using-svg/ 
        
        -Svg icons, with differnt colors, are in the folder /svg/. 
        -Add a span element in the html file and set style="background:url(yourSvgFile.svg);". Choose the one with the correct color!!!
        -Add a size and a position class from the list below.(More position classes must be added)
        
        *OBS*:
            -If an icon changes its size responsivly, copy the same class in a media query and change the size parameters.**OBS: Delete the @extend method.**
            -If changing the css, gets no response on styling, make sure that the elements don't have inline-style attributes, which they used to!!
*/
.icon-gen, .icon-xx_large, .icon-x_large, .icon-large, .icon-regular, .icon-small {
  display: inline-block !important;
  stroke-width: 0;
  stroke: none;
}

/*Icons with x_large size (60px)*/
.icon-xx_large {
  width: 60px;
  height: 60px;
}

/*Icons with x_large size (46px)*/
.icon-x_large {
  width: 46px;
  height: 46px;
}

/*Icons with large size (40px)*/
.icon-large {
  width: 40px;
  height: 40px;
}

/*Icons with regular size (32px)*/
.icon-regular {
  width: 32px;
  height: 32px;
}

/*Icons with small size (27px)*/
.icon-small {
  width: 27px;
  height: 27px;
}

/*Position alternatives*/
.icon-pos-left {
  top: 8px;
  position: relative;
  margin-right: 10px;
}

.standardPageArea .mainAreaStart {
  padding: 30px;
}

.standardPageArea .mainAreaStart h3 {
  margin-top: 0;
}

.standardPageArea .mainAreaStart .small-blocks {
  background-color: transparent !important;
}

@media all and (max-width: 767px) {
  .standardPageArea .mainAreaStart {
    padding: 15px;
  }
}

.standardItem-wrapper {
  width: 80% !important;
}

@media all and (max-width: 767px) {
  .standardItem-wrapper {
    width: 100% !important;
  }
}

.puff-holder .puff-img-holder {
  /*background-color: rgba(51,159,198,.7);*/
  /*background-color: rgba(44, 159, 198,.7);*/
  /*background-color: rgba(208, 230, 241,.7);*/
  background-color: rgba(154, 206, 228, 0.7);
  /*background-color:rgb(164, 172, 193);*/
  width: 100%;
  overflow: hidden;
}

.puff-holder .puff-img-holder .filterColor {
  width: 100%;
  float: right;
  filter: opacity(10%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.puff-holder .puff-img-holder img {
  width: auto;
  height: auto;
  filter: opacity(20%) grayscale(100%);
  margin: 0 auto;
  display: block;
}

.puff-holder h3 {
  text-align: left;
  padding: 15px;
  color: #405060;
  font-size: 1.5em !important;
  margin-top: 0;
}

@media all and (max-width: 1020px) {
  .puff-holder h3 {
    font-size: 1.4em !important;
  }
}

.newsregion.puffs-wrapper ul.moreNewsItem-wrapper {
  /*width: 100%;*/
  /*@media all and (max-width: 767px) {*/
  /*padding:0 10px;*/
  /*}*/
  margin: auto;
  width: 800px;
  padding: 40px 0;
  justify-content: flex-start;
}

@media all and (min-width: 1720px) {
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper {
    width: 1230px;
  }
}

@media all and (max-width: 1210px) {
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper {
    justify-content: space-around;
    width: 100%;
  }
}

.newsregion.puffs-wrapper ul.moreNewsItem-wrapper li {
  /*width: 31%;
            height: 340px;
            overflow: hidden;
            margin: 0 auto 40px;
            padding: 0;

            &:nth-child(3n+1) {
                margin-left: 0;
            }

            &:nth-child(3n) {
                margin-right: 0;
            }

            @media all and (max-width: 1020px) {
                height: 300px;
                width: 48%;

                &:nth-child(3n+1) {
                    margin-left: auto;
                }

                &:nth-child(2n+1) {
                    margin-left: 0;
                }

                &:nth-child(2n) {
                    margin-right: 0;
                }
            }

            @media all and (max-width: 767px) {
                width: 100%;
            }*/
  width: 390px;
  padding: 0 20px;
  background-color: transparent;
  margin: 0 0 40px;
  border-bottom: none;
}

@media all and (max-width: 1140px) and (min-width: 990px) {
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li {
    padding: 0 15px;
    width: 450px;
  }
}

@media all and (max-width: 864px) {
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li {
    padding: 0 15px;
    width: 360px;
  }
}

@media all and (max-width: 750px) {
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li {
    padding: 0 15px;
    width: 450px;
  }
}

@media all and (max-width: 480px) {
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li {
    width: 290px;
  }
}

.newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder {
  background-color: #fff;
  width: 350px;
}

@media all and (max-width: 1140px) and (min-width: 990px) {
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder {
    width: 420px !important;
  }
}

@media all and (max-width: 864px) {
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder {
    width: 330px;
  }
}

@media all and (max-width: 750px) {
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder {
    width: 420px;
  }
}

@media all and (max-width: 480px) {
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder {
    width: 260px;
  }
}

.newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .puff-img-holder {
  /*height: 180px;

                    @media all and (max-width: 1020px) {
                        height: 160px;
                    }

                    @media all and (max-width: 767px) {
                        height: 150px;
                    }*/
  height: 232px !important;
  width: 350px !important;
}

.newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .puff-img-holder img.ie10 {
  opacity: .2;
}

.newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .puff-img-holder img.ie10:hover {
  opacity: .2;
}

.newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .puff-img-holder img {
  height: 232px !important;
  width: 350px !important;
}

.newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .puff-img-holder .filterColor {
  height: 232px;
  filter: opacity(50%) grayscale(100%);
}

@media all and (max-width: 1140px) and (min-width: 990px) {
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .puff-img-holder {
    height: 280px !important;
    width: 420px !important;
  }
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .puff-img-holder img {
    height: 280px !important;
    width: 420px !important;
  }
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .puff-img-holder .filterColor {
    height: 280px;
  }
}

@media all and (max-width: 864px) {
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .puff-img-holder {
    width: 330px !important;
    height: 220px !important;
  }
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .puff-img-holder img {
    height: 220px !important;
    width: 330px !important;
  }
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .puff-img-holder .filterColor {
    height: 220px;
  }
}

@media all and (max-width: 750px) {
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .puff-img-holder {
    height: 280px !important;
    width: 420px !important;
  }
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .puff-img-holder img {
    height: 280px !important;
    width: 420px !important;
    left: 0;
    top: 0;
  }
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .puff-img-holder .filterColor {
    height: 280px;
  }
}

@media all and (max-width: 480px) {
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .puff-img-holder {
    height: 174px !important;
    width: 260px !important;
  }
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .puff-img-holder img {
    width: 260px !important;
    height: 174px !important;
    left: 0;
    top: 0;
  }
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .puff-img-holder .filterColor {
    height: 174px;
  }
}

.newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .li-text-holder {
  min-height: 115px;
}

.newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .li-text-holder h3 {
  text-align: left;
  padding: 15px 15px 5px;
  color: #405060;
  font-size: 1.5em !important;
  margin-top: 0;
  margin-bottom: 0;
}

@media all and (max-width: 1020px) {
  .newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .li-text-holder h3 {
    font-size: 1.4em !important;
  }
}

.newsregion.puffs-wrapper ul.moreNewsItem-wrapper li .puff-holder .li-text-holder .ingress {
  padding: 5px 15px 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newsregion.puffs-wrapper ul.moreNewsItem-wrapper a {
  color: #405060;
}

.newsregion.puffs-wrapper ul.moreNewsItem-wrapper a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=RegionFakta2016Resp.css.map */