@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700');




/*****************************************/
/* BUTTONS
/*****************************************/

.button, [type="submit"] {

  font-size: 1.25rem;
  line-height: 1.1;
	border-radius: 3px;
  font-weight: 600;
  color: white;
  background: #DC2C1F;
  padding: 0.9rem 1.4rem 1rem;
  margin: 0;
  border: none;
  text-decoration: none;
  transition: .25s linear background;
  
}

.button:hover, .button:focus, [type="submit"]:hover,
.cta_button:hover, .cta_button:focus {
  color: white !important;
  background-color: #0A0A0A;
  cursor: pointer;
  
}


.button--small {
  font-size: 0.875rem;
  border-radius: 5px;
  padding: 9px 14px 10px;
  text-transform: uppercase;
}

.button--secondary {
	background: #DC2C1F;
}

/*****************************************/
/* LINKS
/*****************************************/

.link-styling:after {

  content: "";
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform-origin: left center;
  transition: all .15s ease-out;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;

}

.link-styling:hover:after {
	opacity: 1;
  background-color: #DC2C1F;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  opacity: 1;
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
}

a {
  transition: color .25s ease-out;
}

a:hover,
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6 {

  color: #DC2C1F !important;
  
}


/*****************************************/
/* Space Classes
/*****************************************/

.space {

	padding: 2rem 0 2.1rem;
  
}

@media screen and (min-width: 767px) {

  .space {
  	padding: 3rem 0 3.2rem;
  }

}

@media screen and (min-width: 1125px) {

  .space {
  	padding: 4.2rem 0 4.4rem;
  }

}

.no-space-top {
	padding-top: 0;
}

.no-space-bottom {
	padding-bottom: 0;
}

.space-sides {

	padding-right: 1.2rem;
  padding-left: 1.2rem;
  
}


/*****************************************/
/* Background Colors
/*****************************************/

.bg-primary {
  background-color: #DC2C1F;
}

.bg-lightgray {
  background-color: #E4E4E4;
}

.bg-lightergray {
  background-color: #F9F9F9;
}

.bg-white {
  background-color: white;
}

.bg-box-shadow {
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.10);
}


/*****************************************/
/* Text Colors
/*****************************************/


.text-black {

  color: #0A0A0A;
  
}

.text-darkgray {

  color: #333333;
  
}

.text-mediumgray {

  color: #9E9E9E;
  
}

/*****************************************/
/* Text Styles
/*****************************************/

.text-center {
	text-align: center;
}

.text-large {
	font-size: 1.35rem;
}

.text-uppercase {

	text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  
}

.text-uppercase--large {
  font-size: 0.9rem;
}

@media screen and (min-width: 1125px) {

  .text-uppercase--large {
    font-size: 1.125rem;
  }

}

.heading-uppercase {
	text-transform: uppercase;
  letter-spacing: .06rem;
}

blockquote p,
blockquote span {
  font-size: 1.45rem;
}

@media screen and (min-width: 1125px) {
  
  blockquote p,
  blockquote span {
    font-size: 1.9rem;
  }

}


/*****************************************/
/* Blog General Styles
/*****************************************/


/*
 * BLOG FILTERS
*/

.blog-filters {
  background: #FFF;
  border-bottom: 2px solid #E4E4E4;
  padding: 16px 20px 17px;
}


@media screen and (min-width: 1125px) {
  
  .blog-filters {
    padding: 20px 30px 21px;
  }

}

.blog-filters .cell {

  text-align: center;
  
}

.blog-filters .filter__link {

  color: #0A0A0A;
  margin: 0 0.5rem;
  transition: .25s ease color;
  font-size: 16px;
  letter-spacing: 0.3px;
  
}

.blog-filters a.filter__link:hover {
	color: #DC2C1F;
}

.blog-filters .filter__link.is-active {

  border-bottom: 3px solid #DC2C1F;

}

.blog-section .blog-post {
  margin-bottom: 30px;
}

.blog-section .post-item {
  width: 100%;
}

.blog-section .post-item--subscription {
  padding: 22px 25px 34px;
  display: flex;
  justify-content: center;
  border-top: 5px solid #de2a0f;
}

.blog-post--subscription [type="submit"] {
  width: 100%;
}


/*
 * TOPICS
*/

.topics .topics__link {
	color: #DC2C1F;
}

.topics.topics--box {
  color: #FFF;; 
  background: #DC2C1F;
  padding: 0 8px 1px;
}

.topics.topics--box .topics__link {
	color: #FFF;
}

.topics.topics--box .topics__link:hover {
  color: #0A0A0A !important;
}

.topics__link {
	margin: 0;  
}

.post-item__date {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9E9E9E;
}

/*.topics a[href$="nyheter"],
.blog-filters a[href$="nyheter"] {
  display:none;
}*/


/*
 * POST ITEM
*/

.post-item {

  position: relative;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.10);
  height: 100%;
  display: inline-flex;
  flex-flow: column;
  overflow: hidden;

}


.post-item__top {
  position: relative;
  overflow: hidden;
}

.post-item__top--image {
	height: 220px;
}

.post-item__top .post-item__image {

  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .4s ease;

}

.post-item__top .post-item__image:hover {
  transform: scale(1.1);
}

.post-item__top .topics {

  position: absolute;
  top: 1rem;
  right: 1rem;
  
}

.post-item__top .topics__link {

  margin: 0;

}

.post-item__bottom {

  padding: 22px 25px;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  flex-shrink: 30;
  
}

.post-item__bottom .topics {
	margin-bottom: 3px;
}

.post-item__bottom .post-item__title {

  color: #0A0A0A;
  margin-bottom: 0.5rem;
  flex-basis: 100%;

}

.post-item__bottom p {
	font-size: 1.125rem;
  margin-bottom: 0;
}

.post-item .post-item__meta {

  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 2px solid #E4E4E4;
  margin: 0 25px;
  padding: 16px 0 18px;
  
}


/*****************************************/
/* Icons
/*****************************************/

.icon {
  position: relative;
  display: inline-block;
	background-repeat: no-repeat;
  background-size: contain;
  backface-visibility: hidden;
   
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  -ms-transition: opacity .25s ease;
  transition: opacity .25s ease;

}

.icon:hover {
	opacity: 0.8;
}

.icon--twitter {
  background-image: url('https://cdn2.hubspot.net/hubfs/4800431/Images/Icons/twitter.svg');
}

.icon--linkedin {
  background-image: url('https://cdn2.hubspot.net/hubfs/4800431/Images/Icons/linkedin.svg');
}

.icon--facebook {
  background-image: url('https://cdn2.hubspot.net/hubfs/4800431/Images/Icons/facebook.svg');
}


/*****************************************/
/* Lists
/*****************************************/

.blog-post__body strong,
.content-offer__body strong {
  color: #0A0A0A;
  font-weight: 600;
}

.blog-post__body .cta_button strong,
.content-offer__body .cta_button strong {
  color: #FFF;
}

.blog-post__body ul,
.content-offer__body ul {
  margin-left: 0;
  list-style-position: inside;
  list-style-image: url(https://cdn2.hubspot.net/hubfs/4861479/Assets/images/bullet.svg);
}

.blog-post__body ul[style*="square"],
.content-offer__body ul[style*="square"] {
  list-style-image: url(https://cdn2.hubspot.net/hubfs/4861479/Assets/images/check.svg);
}


.blog-post__body ul li:before,
.blog-post__body ol li:before,
.content-offer__body ul li:before,
.content-offer__body ol li:before {
    content: '';
    display: inline-block;
    padding-left: 1.2rem;
}


/*****************************************/
/* HubSpot Forms
/*****************************************/

.hs-form fieldset.form-columns-1 .input {
	margin-right: 0 !important;
}

.hs-form fieldset.form-columns-2 div:last-child .input {
	margin-right: 0 !important;
}

@media screen and (max-width: 400px) {
  
  fieldset.form-columns-2 .input {
    margin-right: 0 !important;
  }
  
}

.hs-form fieldset {
  max-width: 100% !important;
}

.hs-form .legal-consent-container p {
	margin-bottom: 0.5rem;
}

.hs-form-field {
	padding: 0.5rem 0 0.6rem;
}

.hs-form-field input:not([type="checkbox"]), 
.hs-form-field textarea,
.hs-form-field select {
  font-size: 1rem;
  padding: 0.7rem 1rem 0.8rem;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fafafa;
  width: 100% !important;
}

.hs-form-field [type="checkbox"] {
	margin-right: 8px;
}

.hs-form-field input:focus,
.hs-form-field textarea:focus,
.hs-form-field select:focus {
  outline: none;
  border: 1px solid #DC2C1F;
}

.hs-form-field select {
  -webkit-appearance: button;
	appearance: button;
  background-image: url(https://cdn2.hubspot.net/hubfs/4861479/Assets/images/dropdown.webp);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 98% center;
}


.hs-form-radio input {
  display: none;
}

.hs-form-radio input + span:before {
  content: "";
  position: relative;
  top: .45rem;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 1rem;
  background-color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px #ccc;
  transition: background-color .15s ease;
}

.hs-form-radio input:hover + span:before {
  background-color: #E4E4E4;
}

.hs-form-radio input:checked + span:before {
  background-color: #DC2C1F;
}

.hs-form-checkbox input,
.hs-form-field [type="checkbox"] {
  display: none;
}

.hs-form-checkbox input + span:before,
.hs-form-field [type="checkbox"] + span:before {
  content: "";
  position: relative;
  top: .45rem;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 0;
  margin-right: 1rem;
  background-color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px #ccc;
  transition: background-color .15s ease;
}

.hs-form-checkbox input:hover + span:before,
.hs-form-field [type="checkbox"]:hover + span:before {
  background-color: #E4E4E4;
}

.hs-form-checkbox input:checked + span:before,
.hs-form-field [type="checkbox"]:checked + span:before {
  background-color: #DC2C1F;
}

.hs-form-field label:not(.hs-form-booleancheckbox-display) {
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
  
.hs-error-msgs {
  color: #ff644c;
  font-weight: 600;
  list-style: none;
  padding: 0;
}

.hs-error-msgs label {
  display: inline-block !important;
  padding: 0 1rem;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 15px 0;
}

.hs-form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-form .inputs-list li {
  margin: 0;
	padding: 0.4rem 0;
}