﻿@charset "UTF-8";
/*
=======================================================================
 Bootstrap fix
=======================================================================
*/

.container .container {
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important; }


/*
=======================================================================
 Flexbox mod
=======================================================================
*/

.is-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}

/*
=======================================================================
	General styling 2015
=======================================================================
*/
main:focus {
  outline: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  margin: 0 0 20px 0; }

h1 {
  font-size: 30px;
  font-weight: 400; }

h2 {
  font-size: 24px;
  font-weight: 400; }

h3 {
  font-size: 20px;
  font-weight: 400; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

section p.teaser {
  font-weight: 600; }

a {
  color: #337ab7;
  text-decoration: none; }

a:focus,
a:hover {
  color: #000; }

blockquote {
  border-left: 5px solid #929292; }

section div[class*="col-"] ul {
  margin-left: 0;
  padding-left: 15px; }

section div[class*="col-"] p ~ ul {
  margin-top: 0;
  margin-left: 30px; }

section div[class*="col-"] li {
  margin-bottom: 15px; }

section blockquote {
  margin: 20px 0 0 0; }

section div[class*="col-"] ~ blockquote {
  margin: 0; }

section blockquote p {
  margin: 0;
  padding: 0; }

/*
=======================================================================
	Section
=======================================================================
*/
.outerspace {
  padding-top: 20px;
  padding-bottom: 20px; }

section[class*="darker-"] {
  position: relative; }

section[class*="darker-"]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0; }

section.darker-20:before {
  background: rgba(0, 0, 0, 0.2); }

section.darker-30:before {
  background: rgba(0, 0, 0, 0.3); }

section.darker-40:before {
  background: rgba(0, 0, 0, 0.4); }

section.darker-50:before {
  background: rgba(0, 0, 0, 0.5); }

section.darker-60:before {
  background: rgba(0, 0, 0, 0.6); }

section.darker-70:before {
  background: rgba(0, 0, 0, 0.7); }

section.darker-80:before {
  background: rgba(0, 0, 0, 0.8); }

section.darker-90:before {
  background: rgba(0, 0, 0, 0.9); }

div .col-md-2 .thumb,
div .col-md-3 .thumb,
div .col-md-4 .thumb,
div .col-md-6 .thumb,
.large-media .thumb {
  margin-bottom: 20px; }

.large-media {
  width: 100%;
  margin: 0 0 25px 0;
  display: inline-block; }

.large-media img {
  width: 100%; }

/*.large-media img {margin: 0 auto;}*/
.small-media {
  width: 50%;
  float: right;
  margin: 0 0 20px 20px; }

[class^="small-media"] {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

[class^="small-media"]:hover {
  cursor: pointer; }

.small-media.fullwidth {
  width: 100%;
  float: right;
  margin: 0 0 20px 0; }

.small-media-left {
  width: 50%;
  float: left;
  margin: 0 20px 20px 0; }

.small-media-left.fullwidth {
  width: 100%;
  float: left;
  margin: 0 0 20px 0; }

.small-media.fullwidth img {
  width: 100%; }

section figure {
  margin-bottom: 30px;
  position: relative; }

section figure.listimage {
  margin-bottom: 20px; }

section figure a:hover {
  background: #fff;
  display: block; }

section figure a:hover img {
  opacity: 0.95; }

/* Circular image can't have background */
section.circular figure a:hover {
  background: none; }

/*
section figure.small-media img.thumb,
section figure.large-media img.thumb {margin-bottom:10px;}
*/
section figure figcaption {
  text-align: left;
  margin-top: 10px;
  font-size: 0.9em;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

section figure:hover figcaption {
  opacity: 1; }

@media (min-width: 1200px) {
  .large-media {
    width: 85%; } }

/*
=======================================================================
	Columns
=======================================================================
*/
/* Padding if background color */
[class*="colbg-"] .col-content {
  padding: 10px 30px 30px 30px; }

/*
[class*="colbg-"] h2,
[class*="colbg-"] p {padding-left:20px;padding-right:30px;}
[class*="colbg-"] div[class*="col-"] {padding-bottom:30px;}
*/
.circular figure .thumb {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px; }

@media (min-width: 991px) {
  .circular figure {
    max-width: 75%;
    margin: 0 auto; } }

@media (min-width: 1200px) {
  .circular figure {
    max-width: 50%;
    margin: 0 auto; } }

/*
=======================================================================
	Responsive columns
=======================================================================
*/
@media (max-width: 991px) {
  section.section-columns div[class*="col-"] {
    margin-bottom: 40px; }
  section.section-columns div[class*="col-"]:last-child {
    margin-bottom: 0; } }

/*
=======================================================================
	List 2015
=======================================================================
*/
div[class^="listelement-"] h2,
div[class*="listelement-"] h2 {
  margin: 0 0 15px 0;
  padding: 0; }

/* contains listelement- */
.listelement-small-image {
  margin: 0; }

.listelement-small-image img {
  margin: 0 0 20px 0;
  padding: 0;
  max-width: 100% !important;
  max-height: 100% !important; }

.listelement-large-image {
  margin: 0; }

.listelement-large-image img {
  margin: 0;
  max-width: 100% !important;
  max-height: 100% !important; }

.pagination {
  margin-bottom: 0; }

.pagination li a {
  border-radius: 0 !important;
  color: #000; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #000; }

.pagination > .active > a, .pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #d5291f; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  border-color: #d5291f; }

/*
=======================================================================
	Flexslider
=======================================================================
*/
/* FLEXSLIDER CUSTOM STYLE */
.flexslider {
  width: 100%;
  height: 350px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /*background: #f1f1f1;*/
  border: none;
  border-radius: 0;
  margin: 0px; }

.flex-control-nav {
  bottom: -30px;
  padding-top: 29px; }

.flexslider li {
  color: #828282;
  line-height: 16px; }

.flex-control-paging li a {
  background: #cdcdcd;
  width: 6px;
  height: 6px;
  box-shadow: none; }

.flexslider .flexcontainer {
  margin-top: 40px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto; }

.flexslider .slides img {
  width: auto;
  margin-top: -40px; }

.flex-control-paging li a:active, .flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
  background: #505050; }

.flex-direction-nav .flex-next {
  right: 0px; }

.flex-direction-nav a {
  background: url(../images/flexslider/bg_direction_nav_2.png) 0px 0px no-repeat transparent;
  height: 68px;
  top: 46%;
  width: 44px;
  -webkit-transition: opacity ease; }

.flexslider:hover .flex-prev {
  left: 0px; }

.flexslider:hover .flex-next {
  right: 0px; }

/* SLIDES */
.flexslider .bg {
  height: 350px; }

.slides {
  height: 350px;
  overflow: hidden; }

.txtbg h1, .txtbg h2, .txtbg h3, .txtbg h4, .txtbg h5, .txtbg h6 {
  color: #fff !important;
  background: #ff530d;
  display: inline; }

.flexslider h1, .flexslider h2, .flexslider h3, .flexslider h4, .flexslider h5, .flexslider h6 {
  margin-top: 0px; }

.txtbg p {
  color: #fff;
  background: rgba(108, 108, 108, 0.8);
  display: inline; }

.txtbg a {
  color: #fff; }

.txtbg a:hover {
  color: #ff530d; }

.sliderPic {
  margin-bottom: 60px; }

/*
=======================================================================
	White (if white on dark background) 2015
=======================================================================
*/
.white p,
.white div,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
  color: white !important; }

.white a {
  color: #fff;
  text-decoration: underline; }

.white a ~ a {
  text-decoration: none; }

.white div[class^="listelement-"] ~ a:hover,
.white a ~ a:hover {
  text-decoration: underline; }

.white a:focus,
.white a:hover {
  color: #fff; }

.white select {
  color: #555;
  /* Tekst inni selectboksene skal fortsatt være mørk */ }

/*#Form1 > div.boxedWrap > section.topspace.bottomspace.left.white.parallax.darker-75.parallax-init > div > div > div:nth-child(2) > a:nth-child(2)*/
/*
=======================================================================
	Form 2015
=======================================================================
*/
.form-group {
  position: relative;
  margin-bottom: 30px; }

.form-group label {
  display: block; }

.ui-state-error {
  border: 1px solid #c33 !important; }

.ui-state-highlight {
  background-color: #ffa; }

.validateTips {
  padding: 10px 0;
  line-height: 1.8em; }

.validateTips em {
  font-weight: 700; }

.required {
  color: #F00;
  font-size: 1.3em;
  font-weight: 300; }

.has-error .help-block.validation-block {
  color: #c33; }

.form-group {
  position: relative; }

.form-group.has-success:after {
  position: absolute;
  top: 44px;
  right: 15px;
  font-family: Font Awesome\ 5 Pro;
  font-size: 20px;
  content: "\f164";
  color: #5bb12f;
  -webkit-transition: thumbs 1s ease-in-out;
  -moz-transition: thumbs 1s ease-in-out;
  -o-transition: thumbs 1s ease-in-out;
  transition: thumbs 1s ease-in-out; }

.form-group.has-success input {
  border: 1px solid #5bb12f;
  border: 1px solid #5bb12f; }

.form-group.has-error:after {
  position: absolute;
  top: 47px;
  right: 15px;
  font-family: Font Awesome\ 5 Pro;
  content: "\f165";
  color: #c33; }

@media (max-width: 767px) {
  .form-group {
    margin-bottom: 20px; } }


/*
=======================================================================
	Custom Form / Custom Checkbox and Radio
=======================================================================
*/

.radio input[type="radio"] + label,
.checkbox input[type="checkbox"] + label {
  margin-left: 0; }

.radio,
.checkbox {
  margin-top: 0;
  padding-left: 0; }

.radio label,
.checkbox label {
  position: relative;
  margin-right: 1rem;
  padding-left: 0; }

.radio .field label,
.checkbox .field label {
  padding-left: 0; }

.radio, .checkbox {
  margin-bottom: 1rem; }

.radio:last-of-type, .checkbox:last-of-type {
  margin-bottom: 0; }

/* Checkbox */
.checkbox input[type=checkbox] {
  display: none; }

/* to hide the checkbox itself */
.checkbox input[type=checkbox] + label:before {
  font-family: Font Awesome\ 5 Pro;
  display: inline-block;
  content: "\f096";
  margin-right: 10px;
  color: #00728F; }

.checkbox input[type=checkbox]:checked + label:before {
  content: "\f046"; }

/* checked icon */
/* Radio */
.radio input[type=radio] {
  display: none; }

/* to hide the checkbox itself */
.radio input[type=radio] + label:before {
  font-family: Font Awesome\ 5 Pro;
  font-weight:normal;
  display: inline-block;
  content: "\f111";
  margin-right: 10px;
  color: var(--primary-color); 
}

.radio input[type=radio]:checked + label:before {
  content: "\f058";
  font-weight:bold;
}
/* checked icon */


/*
=======================================================================
	Employee list 2015
=======================================================================
*/

.listelement-employee {
  text-align: center; }

.listelement-employee figure {
  max-width: 50%;
  margin: 0 auto; }

.listelement-employee img {
  -webkit-border-radius: 640px;
  -moz-border-radius: 640px;
  border-radius: 640px;
  max-width: 200px;
  margin: 0 auto; }

.listelement-employee h2 {
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px !important; }

.employee-position {
  margin-bottom: 30px; }

.employee-phone {
  margin-bottom: 10px;
  display: block; }

.employee-email a {
  display: block; }

.employee-email.email-overflow a span {
  display: none; }

.employee-email.email-overflow a:before {
  content: "Send e-post"; }

@media (max-width: 767px) {
  .employee-phone {
    color: #000;
    padding: 10px 15px;
    border: 2px solid #000; }
  .employee-phone:hover {
    color: #000;
    text-decoration: none; }
  .employee-email a {
    color: #000;
    padding: 10px 15px;
    border: 2px solid #000; } }

@media (min-width: 768px) {
  .listelement-employee figure {
    max-width: 85%; }
  .employee-phone {
    color: #000; }
  .employee-phone:hover {
    color: #000;
    text-decoration: none; } }

@media (min-width: 991px) {
  .listelement-employee figure {
    max-width: 75%; } }

@media (min-width: 1200px) {
  .listelement-employee h2 {
    font-size: 1.2em; }
  .listelement-employee figure {
    max-width: 75%; } }

/*
=======================================================================
	Plukk
=======================================================================
*/
hr .space {
  margin: 50px 0; }

.nospace {
  margin-bottom: 0 !important; }

.space {
  margin-bottom: 40px !important; }

.medspace {
  margin-bottom: 20px !important; }

.one-line {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 1.3em; }

/*
=======================================================================
	Parallax
=======================================================================
*/
.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /*	padding: 50px 0;*/
  position: relative; }

.parallax.parallax-ready {
  background-attachment: fixed; }

.parallax.parallax-disabled {
  background-attachment: scroll !important;
  background-position: 50% 50% !important; }

@media (max-width: 991px) {
  .parallax {
    background-attachment: scroll !important;
    background-position: 50% 50% !important; } }

/**********************************************************************************
*  ElementsArticle
************************************************************************************/
/*
.element-article-small-image-headline, .element-article-large-image-headline { overflow: hidden;}
.element-article-small-image-headline h4, .element-article-large-image-headline h4 { color:#777; margin: -17px -17px 17px; border-bottom:1px solid #ddd; padding: 10px 10px;}
.element-article-small-image-headline h4 a, .element-article-large-image-headline h4 a { color: #777; font-weight: 500; }
.element-article-small-image h4, .element-article-large-image h4, .element-article-small-image h4 a, .element-article-large-image h4 a { font-weight: 500; }

.element-article-large-image, .element-article-large-image-headline img { margin-bottom: 10px; }
.element-article-small-image img, .element-article-small-image-headline img { width:100%; }

.element-article-small-image .element-image, .element-article-small-image-headline .element-image { margin: 0 15px 10px 0 !important; float:left; max-width:40%; }
[class*='element-article-'] { margin-bottom: 24px; } 
*/
/**********************************************************************************
*  PageArticle
************************************************************************************/
/*

*[class*='page-article'] { padding: 0 0 0 0; }
*[class*='page-article'] figure {  }
*[class*='page-article'] figure img { }
*[class*='page-article'] figcaption { color: #777; font-weight: normal; font-style:italic; margin:5px 0; }
*[class*='page-article'] figure.element { }
*[class*='page-article'] .facts { width: 40%; float: right; clear:right; margin: 0 0 14px 20px;}
*[class*='page-article'] *[class*="element-"] { margin-bottom: 15px; }
*[class*='page-article'] .teaser { font-family: 'Open Sans', Arial, “Helvetica Neue”, Helvetica, sans-serif; color: #777; font-weight: 500; font-size: 16px; line-height: 19px; margin: 15px 0 15px 0; }
*[class*='page-article'] .byline { font-family: 'Open Sans', Arial, “Helvetica Neue”, Helvetica, sans-serif; color: #777; font-weight: 500; font-size: 13px; line-height: 14px; margin: 15px 0 15px 0; }
*/
/* PageArticleSmallMedia
-------------------------------------------------------------- */
/*.lenke a:link {text-decoration: underline;}*/
/* PageArticleLargeMedia
-------------------------------------------------------------- */
.center img {
  margin: auto; }

/*
@media (max-width: 600px) 
{
    .page-article-small-media .small-media, .page-article-small-media .small-media-left { width: 100%; float:none; margin:0;}
    *[class*='page-article'] .facts { width: 100%; float: none; clear:none; margin:0;}
}
*/
/**********************************************************************************
*  Custom padding / margin 2015
************************************************************************************/
.home-top-clean {
  margin-top: 0;
  padding-top: 0; }

.no-gutter {
  padding-right: 0;
  padding-left: 0; }

.outerspace {
  padding-top: 60px;
  padding-bottom: 60px; }

.topspace {
  padding-top: 100px; }

.bottomspace {
  padding-bottom: 100px; }

/* List-emenent-padding */
.section-list [class*=listelement-] {
  margin-bottom: 30px; }

/* topspace/bottomspace divided by 2 */
.section-list.bottomspace {
  padding-bottom: 30px; }

/* topspace/bottomspace divided by 2 */
@media (max-width: 991px) {
  .outerspace {
    padding-top: 80px;
    padding-bottom: 80px; }
  .topspace {
    padding-top: 60px; }
  .bottomspace {
    padding-bottom: 60px; }
  /* List-emenent-padding */
  .section-list [class*=listelement-] {
    margin-bottom: 30px; }
  /* topspace/bottomspace divided by 2 */
  section-list.bottomspace {
    padding-bottom: 30px; } }

@media (min-width: 1200px) {
  .outerspace {
    padding-top: 100px;
    padding-bottom: 100px; }
  .topspace {
    padding-top: 100px; }
  .bottomspace {
    padding-bottom: 100px; }
  /* List-emenent-padding */
  .section-list [class*=listelement-] {
    margin-bottom: 40px; }
  /* topspace/bottomspace divided by 2 */
  /*	.section-list.bottomspace {padding-bottom:40px;}*/ }

/**********************************************************************************
*  Misc plukk
***********************************************************************************/
.parallax2 {
  text-shadow: 0px 0px 45px #000000; }

.center {
  text-align: center !important; }

.right {
  text-align: right !important; }

.left {
  text-align: left !important; }

.push-bottom {
  margin-bottom: 35px; }

.push-top {
  margin-top: 35px; }

/*
hr{
    border-color: #aaa !important;
}
*/
/*
.btn-white,
.btn-white.btn-lg,
.btn-white.btn-sm,
.btn-white.btn-xs {
    border: solid 3px #fff !important;
    background-color: transparent !important;
    color: #fff !important;
}

.btn-white:hover,
.btn-white.btn-lg:hover,
.btn-white.btn-sm:hover,
.btn-white.btn-xs:hover {
    border: solid 3px #aaa !important;
    background-color: rgba(13, 13, 13, 0);
    color: #ddd !important;
}

.btn-white:focus,
.btn-white.btn-lg:focus,
.btn-white.btn-sm:focus,
.btn-white.btn-xs:focus {
    border: solid 3px #aaa !important;
    background-color: rgba(0, 0, 0, 0);
    color: #fff !important;
}

*/
/*
.epost-style {text-decoration: underline;}
*/
/*
=======================================================================
	Parallax hjelp til scrolling - virker ikke
=======================================================================


.mobile .wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mobile .scroller {
  height: 3000px;
}*/
/*
=======================================================================
	Posisjonerer teksten i Flexslider
=======================================================================


.left {text-align: left;}
.right {text-align: right;}
.center {text-align:center;}
*/
/*.halfwidth {width: 50%;
text-align: center;}
.float {left;} */
/*
=======================================================================
	Fastsatt, sort bakgrunnsbilde i stedet for parallax 2015
=======================================================================
*/
.paragraphbg {
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  /* Set a background color  that will be displayed
     while the background image is loading */
  background-color: #464646;
  /* Set height to 100%*/
  height: 100%; }

/*
=======================================================================
	Bakgrunn på kolonner 2015
=======================================================================
*/
.bg-cover {
  background-size: cover; }

/*
=======================================================================
	Cookie Box
=======================================================================
*/
.cc-window {
  opacity: 1;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s; }

.cc-link, .cc-revoke:hover {
  text-decoration: underline; }

.cc-color-override-1175443522.cc-window {
    background-color: #0A2343 !important;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-banner .cc-btn:last-child {
  min-width: 140px; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1; }

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1; }

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }
