.ampreorder_note {
    font-weight: bold !important;
    color: #00aa00;
}
#ampromo-items-add {
  border: 1px solid #ededed;
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
}
#ampromo-items-add a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.amscheckout #ampromo-items-add {
  margin: 7px 10px;
}
#ampromo-overlay {
  direction: ltr;
}
#ampromo-overlay.mode-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  overflow: scroll;
}
#ampromo-overlay.mode-popup .close {
  position: absolute;
  top: 7px;
  right: 7px;
  background: url(https://www.pulsure.dk/skin/frontend/base/default/images/amasty/ampromo/close_icon.png) no-repeat;
  width: 16px;
  height: 16px;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
  opacity: .8;
}
#ampromo-overlay.mode-popup .close:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
#ampromo-overlay.mode-inline #ampromo-items {
  width: 100%;
  margin: 20px 0 40px;
  border: 0;
  padding: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .products {
  margin: 0 -20px 25px;
  align-items: stretch;
}
#ampromo-overlay.mode-inline #ampromo-items .products .product {
  margin-bottom: 20px;
}
#ampromo-overlay.mode-inline #ampromo-items #ampromo-carousel-wrapper {
  margin: 0 -15px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item {
  margin: 0 20px 20px;
  height: 100%;
  width: auto;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-items-form {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-item-buttons {
  margin-top: 20px;
  text-align: center;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config .ampromo-item-options {
  margin-bottom: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options {
  display: flex;
  align-items: flex-start;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options {
  margin-left: 12px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options input,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options select {
  max-width: 160px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple {
  margin: -20px -20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-image-wrap {
  padding: 20px 20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title {
  position: relative;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title .ampromo-item-title {
  padding: 12px;
  box-sizing: border-box;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title:hover .ampromo-item-title {
  display: flex;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 {
  color: white;
  line-height: initial;
  text-align: center;
  font-size: 16px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 a {
  color: white;
  line-height: initial;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-add-all {
  margin-top: 7px;
  display: flex;
  justify-content: center;
}
#ampromo-overlay.mode-inline .ampromo-slide {
  margin: 10px 0;
}
#ampromo-overlay.mode-inline #ampromo-carousel-content {
  display: flex;
  flex-wrap: wrap;
}
#ampromo-overlay .ampromo-carousel-control {
  position: absolute;
  top: 260px;
  background: url(https://www.pulsure.dk/skin/frontend/base/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
  width: 48px;
  height: 45px;
  font-size: 0;
  display: none;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.prev {
  background-position: 0 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.next {
  background-position: -46px 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.prev {
  background-position: 0 -45px;
  left: 20px;
}
#ampromo-overlay .ampromo-carousel-control.prev:hover {
  background-position: 0 -91px;
}
#ampromo-overlay .ampromo-carousel-control.next {
  background-position: -46px -45px;
  right: 20px;
}
#ampromo-overlay .ampromo-carousel-control.next:hover {
  background-position: -46px -91px;
}
#ampromo-overlay #ampromo-items {
  border: 1px solid #ededed;
  background-color: white;
  position: relative;
  margin: 0 auto;
  padding: 24px;
  display: inline-block;
  box-sizing: border-box;
}
#ampromo-overlay #ampromo-items.amcarousel {
  display: block;
  width: 950px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-wrapper {
  width: 780px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-content {
  width: 4500px;
  height: 1px;
}
#ampromo-overlay #ampromo-items.amcarousel .ampromo-carousel-control {
  display: block;
}
#ampromo-overlay #ampromo-items .ampromo-item {
  box-sizing: border-box;
  margin-bottom: 7px;
  padding: 20px;
  width: 250px;
  border: 1px solid #ededed;
  position: relative;
  margin-right: 12px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard {
  width: 400px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard .ampromo-item-options {
  overflow-y: scroll;
  max-height: 300px;
}
#ampromo-overlay #ampromo-items .ampromo-item-options {
  margin-bottom: 12px;
  text-align: left;
}
#ampromo-overlay #ampromo-items .ampromo-item-image {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header {
  font-weight: bold;
  font-size: 18px;
  background: #f3f3f3;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 25px;
  cursor: pointer;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header:after {
  content: '▲';
  margin-left: 12px;
  color: #919191;
}
#ampromo-overlay #ampromo-items .rule .products {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 0 40px;
}
#ampromo-overlay #ampromo-items .rule .products .product {
  margin-left: 10px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple {
  margin: -20px -20px -40px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .product-title {
  position: static;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .ampromo-item-image-wrap {
  padding: 20px;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item {
  box-shadow: none;
  border: 1px solid #d8dae4;
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item.checked {
  outline: 1px solid #d8dae4;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .ampromo-item-title {
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .mark input {
  position: absolute;
  left: -25px;
  top: 0;
}
#ampromo-overlay #ampromo-items .rule.collapsed .ampromo-rule-header:after {
  content: '▼';
}
#ampromo-overlay #ampromo-items .rule.collapsed .products {
  display: none;
}
@media only screen and (max-width: 820px) and (min-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 400px;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
}
@media only screen and (max-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control {
    z-index: 10001;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.next {
    right: 0;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.prev {
    left: 0;
  }
}
@media only screen and (max-width: 340px) {
  #ampromo-overlay.mode-popup #ampromo-items .ampromo-item {
    border: none;
  }
}
@media only screen and (max-height: 500px) {
  #ampromo-overlay.mode-popup #ampromo-items {
    padding-top: 0;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    top: 0 !important;
    height: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items > h4 {
    display: none;
  }
}
#ampromo-carousel-wrapper {
  overflow: hidden;
  margin: 0 auto;
}
#ampromo-carousel-content .ampromo-slide {
  float: left;
}
.ampromo-item .qty-holder {
  display: none;
}
.ampromo-item .giftcard-send-form {
  padding: 0;
  margin: 0;
}
.ampromo-item-options select,
.ampromo-item-options input {
  max-width: 210px;
}
.ampromo-notification {
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
  border: 1px solid #f16048;
  color: #df280a;
  background: #faebe7;
}
.ampromo-items-form h4 {
  line-height: 50px;
}
.ampromo-items-form h4 a {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.ampromo-label {
  float: right;
  position: absolute;
  z-index: 500;
}
.ampromo-gift .product-image {
  float: left;
}
.ampromo-gift li {
  margin: 10px 10px;
  float: left;
}
.ampromo-tooltip {
  padding: 2px 5px;
  background: #FEC;
  border: 1px solid #FAA819;
  color: #1F5070;
  text-align: left;
  width: 300px;
  position: absolute;
  z-index: 10001;
}
.ampromo-product-name {
  font-weight: bold;
}

.calendar {
  z-index:10001;
}

div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}  
div.block-layered-nav dd a.amshopby-attr, div.block-layered-nav dd a.amshopby-attr:hover {padding-left:15px; background-image:url(https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-cb1.gif); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr::before, div.block-layered-nav dd a.amshopby-attr-selected::before {border-style: none !important;}
div.block-layered-nav dd a.amshopby-attr-selected {
    font-weight: bold;
    padding-left:15px;
    background-image:url(https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-cb2.gif);
    background-repeat: no-repeat;
    background-position: left center;
}



div.block-layered-nav dd a.amshopby-attr-inactive {pointer-events: none; color: #666666}
div.block-layered-nav dd a img {/* padding: 0px 4px 5px;*/ float:left;}

div.block-layered-nav dd .single-choice a.amshopby-attr,
div.block-layered-nav dd .single-choice a.amshopby-attr:hover
{background-image: url(https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-rb1.gif);}

div.block-layered-nav dd .single-choice a.amshopby-attr-selected
{background-image: url(https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-rb2.gif);}
.amshopby-swatch {
    background-image: url(https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-cb1.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav li.amshopby-cat-multi a {
    padding-left:15px;
    background-image:url(https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-cb1.gif); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav li.amshopby-cat-multiselected a {
    font-weight: bold;
    background-image:url(https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-cb2.gif); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url(https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }



div.block-layered-nav.amshopby-collapse-enabled dl dt {
     cursor:pointer;
     padding-left:15px;
     background:url(https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-expanded.gif) center left no-repeat;
}
div.block-layered-nav.amshopby-collapse-enabled dl dt::after {
    border-style: none !important;
}
div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed {background:url(https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-collapsed.gif) center left no-repeat;}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt{background:url(https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-expanded.gif) center left no-repeat;}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed{background:url(https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-collapsed.gif) center left no-repeat;}

.main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dd .no-display {
    display: block!important;
}

div.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px 4px 5px 4px; z-index:9; height:18px;  background: url(https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {margin-left:-4px; width:8px; top:3px; height:14px; background: transparent url(https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move; z-index: 2;}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;
    
}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
    display: inline;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.amshopby-advanced li {
	clear: both;
}
.amshopby-advanced li.level1 {
	padding-left: 20px;
}
.amshopby-advanced li.level2 {
	padding-left: 30px;
}
.amshopby-advanced li.level3 {
	padding-left: 40px;
}
.amshopby-advanced li.level4 {
	padding-left: 50px;
}


.amshopby-advanced li.active > a {
	font-weight: bold;
}
.amshopby-cat-toggle.amshopby-cat-toggle-hidden {
    display: none;
}

/*
 * Slider Bar
 */
.amshopby-slider-bar {
	position:absolute; 
	background: #999; 
	height: 6px; 
	top: 6px; 
	z-index: 1;  
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
	overflow: auto; 
}

.btn-remove-inline { background-image: url('https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/am_btn_remove.gif'); background-repeat: no-repeat; width:13px; height:12px; margin-left: 4px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }
.amshopby-hightlighted { background: yellow;}

.btn-remove-inline img {display: inline;}

div.block-layered-nav div.amshopby-slider div.handle.active { z-index: 3; }

.amshopby-slider-ui { background: url(https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; margin: 10px .4em; }
.amshopby-slider-ui .ui-slider-handle { background-color: #f18200; border: 1px solid #de5400; box-sizing: border-box; outline: none; }
.amshopby-slider-ui .ui-slider-range { background-color: #999999; }

.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.ui-slider { cursor: pointer; position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 0.8em; height: 1.2em; cursor: pointer; -ms-touch-action: none; touch-action: none; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.2em; margin-left: -.4em; }
.ui-slider-horizontal .ui-slider-range { top: 0.2em; height: 8px; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.amshopby-narrow-by-list table td { vertical-align: top; }

input[name^="amshopby"][id$="from"].input-text, input[name^="amshopby"][id$="to"].input-text{
    width: auto;
}

.amshopby-item-top{
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol{
    max-width: 250px;
}

.amshopby-item-top div.amshopby-column {
    width: auto;
}

.no-display-current, .no-display{
    display: none;
}

.current .no-display-current, dd.current td.no-display{
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0px;
    }
    .main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dt{background:url(https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-collapsed.gif) center left no-repeat;}
    .main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dl dt.current{background:url(https://www.pulsure.dk/skin/frontend/pulsure-v2/default/images/amshopby-expanded.gif) center left no-repeat;}
}

div.block-layered-nav ol:not(.single-choice) select option[selected] { color:white; background-color: rgba(171, 171, 171, 1); }

.amshopby-apply-button {width: 180px; height: 40px; margin-top: 1em;}

/**
 * All Brands page
 */
.content .ambrands-list {
    min-width: 180px;
}

/*
GENERAL
--------------------------------------------------------- */
#clerk-power-popup {
    max-width: 1000px;
    width: 100%;
    margin: 30px auto;
}

#clerk-power-popup .clerk-top-wrapper {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #EEE;
    margin-top: 10px;
}

#clerk-power-popup .clerk-top-wrapper .table {
    width: 95% !important;
    margin: 0 auto !important;
}

#clerk-power-popup .clerk-clearer {
    clear: both;
}


/*
ADD SUCCESS
--------------------------------------------------------- */

.alert-success {
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
    color: #3c763d;
    background-color: #dff0d8;
}

.alert {
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.col4 {
    width: 32%;
    display: inline-block;
}

.col6 {
    width: 50%;
    display: inline-block;
}

.col8 {
    width: 66%;
    display: inline-block;
}

.col12 {
    width: 100%;
    display: inline-block;
}

.padding20 {
    padding: 20px;
}

.padding10 {
    padding: 10px;
}

.padding10-top {
    padding: 10px 0 0 0;
}
/*
CART OVERVIEW
--------------------------------------------------------- */

.clerk-text {
    text-align: left;
}

.clerk-price {
    text-align: right;
}

.clerk-total .clerk-text {
    padding-top: 10px;
    font-weight: bold;
    font-size: 18px;
}

.clerk-total .clerk-price {
    padding-top: 10px;
    font-weight: bold;
    font-size: 18px;
}

#clerk-power-popup .clerk-top-wrapper .clerk-to-cart {
    width: 100%;
    margin: 0 auto;
}

#clerk-power-popup .clerk-top-wrapper .clerk-to-cart span, #clerk-power-popup .clerk-top-wrapper .clerk-to-cart span span {
    font-size: 16px;
}

#clerk-power-popup .clerk-top-wrapper .clerk-continue-shopping, #clerk-power-popup .clerk-top-wrapper .clerk-to-checkout {
    margin: 0 auto;
    font-size: 13px;
}

#clerk-power-popup .clerk-top-wrapper .clerk-continue-shopping span, #clerk-power-popup .clerk-top-wrapper .clerk-to-checkout span {
    padding: 0px;
}

/*
RESULTS
--------------------------------------------------------- */

#clerk-power-popup .clerk-results {
    clear: both;
    text-align: center;
}

@media (max-width: 767px) {
    .col6 {
        width: 100% !important;
    }
}

#clerk-power-popup .products-grid .actions {
    position: static;
}

#clerk-power-popup .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
}

.checkout-cart-clerk .col4,
.checkout-cart-clerk .col6,
.checkout-cart-clerk .col8,
.checkout-cart-clerk .col12 {
    box-sizing: border-box;
}
.zopim {
    z-index: 300 !important;
}

.sidebar-root{
    position : relative;
    overflow : hidden;
}

.sidebar-root div.sidebar-container{
    position: absolute;
}

div.sidebar-container {
    max-width : 100%;
    width: 420px;
    min-height : 100px;
    height: auto !important;
    position:fixed;
    background-color:#000000;
    filter: alpha(opacity=87);
    -moz-opacity:0.87;
    opacity:0.87;
    -moz-box-shadow:0px 0px 20px #000000;
    -webkit-box-shadow:0px 0px 20px #000000;
    box-shadow:0px 0px 20px #000000;
    transition: height 1s linear 0s;
    z-index: 301;
}

div.sidebar-container.left {
    top:50%;
    left:0px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    transition: display 1s ease-out 0s;
}

div.sidebar-container.right {
    top:50%;
    right:0px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

div.sidebar-container.top {
    top:0px;
    left:50%;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

div.sidebar-container.bottom {
    bottom:0px;
    left:50%;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

div.sidebar-inject {
    position:absolute;
}
div.sidebar-inject.left {
    background:url("https://www.pulsure.dk/skin/frontend/rwd/default/css/hw_slidertab/inject-left.png") center no-repeat;
    top:0px;
    right:0px;
    width : 50px;
    height: 100px !important;
}

div.sidebar-inject.right {
    background:url("https://www.pulsure.dk/skin/frontend/rwd/default/css/hw_slidertab/inject-right.png") center no-repeat;
    top:0px;
    left:0px;
    width : 50px;
}

div.sidebar-inject.top {
    background:url("https://www.pulsure.dk/skin/frontend/rwd/default/css/hw_slidertab/inject-top.png") center no-repeat;
    bottom:0px;
    left:0px;
    height : 50px;
}

div.sidebar-inject.bottom {
    background:url("https://www.pulsure.dk/skin/frontend/rwd/default/css/hw_slidertab/inject-bottom.png") center no-repeat;
    top:0px;
    right:0px;
    height : 50px;
}

div.sidebar-body {
    /*position:absolute;*/
    height: auto !important;
    top:0px;
    left:0px;
    color:#FFFFFF;
}

div.tab-slider {
    margin:20px;
}
/**
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket_Size_Chart
 * @copyright   Copyright (c) 2016 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */


.pschart-showsizes-phld {
    display:none;
}

.pschart-showsizes-phld * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pschart-sizechart-link {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    height: 30px;
    display: inline-block;
    min-width: 130px;
    line-height: 29px;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: 9px 6px !important ;
    padding-left: 35px;
    padding-right: 15px;
    margin: 10px 0 15px 0;
    text-decoration: none;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box;
}

.pschart-sizechart-link:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: 0.6;
}

.pschart-showsizes .pschart-addedoverlay {
    left:0; top:0; width: 100%; height: 100%; position:fixed; z-index: 5000; background: black;
    opacity: .75;  filter: alpha(opacity=75);   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.pschart-showsizes .pschart-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5050;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    overflow-y: auto;
    text-align: center;
}

.pschart-showsizes .pschart-popup-internal {
    margin: 10% auto 5% auto;
    background-color: #FFFFFF;
    padding: 30px;
    min-width: 250px;
    max-width: 800px;
    display: inline-block;
}

.pschart-showsizes .pschart-content {
    position: relative;
    padding: 0;
}

.pschart-showsizes .pschart-popup-internal .close {
    position: absolute;
    right: -17px;
    top: -19px;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    background-color: #a5a7a8;
    font-size: 13px;
}

.pschart-showsizes .pschart-popup-internal .close:hover {
    cursor: pointer;
}

.pschart-showsizes .pschart-popup-internal h3 {
    font-size: 18px;
    text-align: left;
    margin: 15px 0 10px 0;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
}

.pschart-showsizes .pschart-popup-internal p {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: left;
}

.pschart-showsizes .window-title {
    color: #383838;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    padding: 0 0 15px;
    text-align: left;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.pschart-showsizes .pschart-content .table_name {
    font-size: 18px;
    margin-bottom: 5px;
}

.pschart-showsizes .pschart-content table td {
    font-size: 12px;
    text-align: left;
    padding: 0 10px 0 0;
    vertical-align: top;
}

.pschart-showsizes .pschart-content table.measure td p {
    border-bottom: 1px dotted #8F8F8F;
    padding-bottom: 10px;
}

.pschart-showsizes .pschart-content table.table_size {
    width: 100%;
    border-collapse: collapse;
}

.pschart-showsizes .pschart-content table tr th {
    background-color: #e0e0de;
}

.pschart-showsizes .pschart-content table.table_size th {
    border: 1px solid white;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    padding: 5px;
    font-size: 12px;
    text-align: center;
}

.pschart-showsizes .pschart-content table.table_size td {
    border: 1px solid white;
    padding: 5px;
    font-size: 11px;
    line-height: 16px;
    background: #f2f2f0;
    text-align: center;
}

.pschart-showsizes .pschart-content table.table_size .size_name,
.pschart-showsizes .pschart-content table.table_size td:nth-child(1) {
    vertical-align: middle;
    background-color: #ebebe8;
    font-weight: 700;
}


.pschart-showsizes .pschart-content table.table_size p {
    margin: 5px 0;
    text-align: left;
}

.pschart-showsizes .pschart-content table.table_size td[colspan="6"] {
    font-weight: 700;
    text-transform: none;
}


@media screen and (max-width: 480px) {

    .pschart-showsizes .pschart-popup-internal .close {
        right: 0;
        top: 0;
    }

    .pschart-showsizes .pschart-popup-internal .pschart-content table.table_size td {
        text-transform: lowercase;
        padding: 3px;
    }

}

@media screen and (max-width: 400px) {

    .pschart-showsizes .pschart-popup {
        padding: 10px 5px;
    }

    .pschart-showsizes .pschart-popup-internal {
        margin: 0px auto;
        padding: 10px;
    }

}

/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/* ============================================ *
 * Slideshow RWD
 * ============================================ */
/* line 8, ../scss/ta-galleries.scss */
.slideshow-container-custom {
  position: relative;
  display: none;
  width: 100%;
}
/* line 15, ../scss/ta-galleries.scss */
.slideshow-container-custom .ta-slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
}
/* line 21, ../scss/ta-galleries.scss */
.slideshow-container-custom .ta-slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
/* line 31, ../scss/ta-galleries.scss */
.slideshow-container-custom .ta-slideshow > li:first-child {
  position: static;
  z-index: 100;
}
/* line 36, ../scss/ta-galleries.scss */
.slideshow-container-custom .ta-slideshow > li img {
  max-width: 100%;
  width: 100%;
  display: block;
}

@media only screen and (min-width: 979px) {
  /* line 46, ../scss/ta-galleries.scss */
  .slideshow-container-custom {
    display: block;
  }
}
/* line 51, ../scss/ta-galleries.scss */
.ta-slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 61, ../scss/ta-galleries.scss */
.ta-slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
/* line 70, ../scss/ta-galleries.scss */
.ta-slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
/* line 84, ../scss/ta-galleries.scss */
.ta-slideshow-pager span:hover:before {
  background-color: #6a9732;
}
/* line 88, ../scss/ta-galleries.scss */
.ta-slideshow-pager span.cycle-pager-active:before {
  background-color: #5c842b;
}
/* line 93, ../scss/ta-galleries.scss */
.ta-slideshow-pager > * {
  cursor: pointer;
}

/* line 98, ../scss/ta-galleries.scss */
.ta-slideshow-prev,
.ta-slideshow-next {
  position: absolute;
  top: 50%;
  width: 44px;
  max-width: 44px;
  height: 44px;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  margin-top: -15px;
  background: #eee;
  border-radius: 22px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 113, ../scss/ta-galleries.scss */
.ta-slideshow-prev:before,
.ta-slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
/* line 125, ../scss/ta-galleries.scss */
.ta-slideshow-prev:hover,
.ta-slideshow-next:hover {
  opacity: 1;
}
/* line 129, ../scss/ta-galleries.scss */
.ta-slideshow-prev.disabled,
.ta-slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

/* line 135, ../scss/ta-galleries.scss */
.ta-slideshow-prev {
  left: 8px;
}
/* line 138, ../scss/ta-galleries.scss */
.ta-slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #333 transparent transparent;
  left: 11px;
}
/* line 144, ../scss/ta-galleries.scss */
.ta-slideshow-prev:hover:before {
  border-color: transparent #333 transparent transparent;
}

/* line 149, ../scss/ta-galleries.scss */
.ta-slideshow-next {
  right: 8px;
}
/* line 152, ../scss/ta-galleries.scss */
.ta-slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #333;
  right: 11px;
}
/* line 158, ../scss/ta-galleries.scss */
.ta-slideshow-next:hover:before {
  border-color: transparent transparent transparent #333;
}

/* line 163, ../scss/ta-galleries.scss */
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

/* line 171, ../scss/ta-galleries.scss */
.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* line 183, ../scss/ta-galleries.scss */
.slide-spots {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transform: scale(1);
  transform-origin: 0 0 0;
}
/* line 191, ../scss/ta-galleries.scss */
.slide-spots .slide-spot-container {
  position: relative;
}

/* line 200, ../scss/ta-galleries.scss */
.widget-image-gallery .products-grid .product-info {
  padding-bottom: 10px !important;
}

/* line 209, ../scss/ta-galleries.scss */
.widget-image-gallery ul.products-grid, .widget-image-gallery ol.products-grid {
  list-style: none;
  margin-bottom: 0;
}
/* line 212, ../scss/ta-galleries.scss */
.widget-image-gallery ul.products-grid li, .widget-image-gallery ol.products-grid li {
  margin-left: auto;
}
/* line 214, ../scss/ta-galleries.scss */
.widget-image-gallery ul.products-grid li .product-info, .widget-image-gallery ol.products-grid li .product-info {
  padding-bottom: 0;
}

/* line 209, ../scss/ta-galleries.scss */
.std .widget-image-gallery ul.products-grid, .std .widget-image-gallery ol.products-grid {
  list-style: none;
  margin-bottom: 0;
}
/* line 212, ../scss/ta-galleries.scss */
.std .widget-image-gallery ul.products-grid li, .std .widget-image-gallery ol.products-grid li {
  margin-left: auto;
}
/* line 214, ../scss/ta-galleries.scss */
.std .widget-image-gallery ul.products-grid li .product-info, .std .widget-image-gallery ol.products-grid li .product-info {
  padding-bottom: 0;
}

@media only screen and (min-width: 1199px) {
  /* line 278, ../scss/ta-galleries.scss */
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  /* line 245, ../scss/ta-galleries.scss */
  .col2-left-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(odd) {
    clear: none;
  }
  /* line 248, ../scss/ta-galleries.scss */
  .col2-left-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 251, ../scss/ta-galleries.scss */
  .col2-left-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  /* line 257, ../scss/ta-galleries.scss */
  .col2-left-layout .col-main .widget .products-grid--max-2-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-2-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-2-col-widget > li {
    margin-right: 2.22222%;
  }
  /* line 260, ../scss/ta-galleries.scss */
  .col2-left-layout .col-main .widget .products-grid--max-2-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-2-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-2-col-widget > li {
    width: 48.88889%;
    margin-right: 2.22222%;
  }
  /* line 264, ../scss/ta-galleries.scss */
  .col2-left-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(2n+1),
  .col2-right-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(2n+1),
  .col3-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(2n+1) {
    clear: left;
  }
  /* line 267, ../scss/ta-galleries.scss */
  .col2-left-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(2n),
  .col2-right-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(2n),
  .col3-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 770px) {
  /* line 288, ../scss/ta-galleries.scss */
  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  /* line 245, ../scss/ta-galleries.scss */
  .col1-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(odd) {
    clear: none;
  }
  /* line 248, ../scss/ta-galleries.scss */
  .col1-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 251, ../scss/ta-galleries.scss */
  .col1-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  /* line 257, ../scss/ta-galleries.scss */
  .col1-layout .col-main .widget .products-grid--max-2-col-widget > li {
    margin-right: 2.22222%;
  }
  /* line 260, ../scss/ta-galleries.scss */
  .col1-layout .col-main .widget .products-grid--max-2-col-widget > li {
    width: 48.88889%;
    margin-right: 2.22222%;
  }
  /* line 264, ../scss/ta-galleries.scss */
  .col1-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(2n+1) {
    clear: left;
  }
  /* line 267, ../scss/ta-galleries.scss */
  .col1-layout .col-main .widget .products-grid--max-2-col-widget > li:nth-child(2n) {
    margin-right: 0;
  }
}

/*# sourceMappingURL=ta-galleries.css.map */

/*
 *  Owl Carousel - Core
 */
/* line 4, ../scss/owl/_core.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
/* line 12, ../scss/owl/_core.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
/* line 18, ../scss/owl/_core.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 27, ../scss/owl/_core.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 34, ../scss/owl/_core.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* line 44, ../scss/owl/_core.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
/* line 52, ../scss/owl/_core.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
/* line 57, ../scss/owl/_core.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
/* line 62, ../scss/owl/_core.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 74, ../scss/owl/_core.scss */
.owl-carousel.owl-loaded {
  display: block;
}
/* line 78, ../scss/owl/_core.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
/* line 83, ../scss/owl/_core.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}
/* line 87, ../scss/owl/_core.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
/* line 91, ../scss/owl/_core.scss */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 98, ../scss/owl/_core.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
/* line 103, ../scss/owl/_core.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}
/* line 107, ../scss/owl/_core.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 113, ../scss/owl/_core.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 5, ../scss/owl/_animate.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
/* line 9, ../scss/owl/_animate.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 12, ../scss/owl/_animate.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 15, ../scss/owl/_animate.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 5, ../scss/owl/_autoheight.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 7, ../scss/owl/_lazyload.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
/* line 12, ../scss/owl/_lazyload.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 6, ../scss/owl/_video.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
/* line 12, ../scss/owl/_video.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://www.pulsure.dk/skin/frontend/rwd/default/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
/* line 27, ../scss/owl/_video.scss */
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
/* line 31, ../scss/owl/_video.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
/* line 36, ../scss/owl/_video.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
/* line 45, ../scss/owl/_video.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*# sourceMappingURL=owl.carousel.css.map */

.ta_popup_wrapper {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* line 26, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.row {
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 142, ../node_modules/foundation-sites/scss/util/_mixins.scss */
.row::before, .row::after {
  content: ' ';
  display: table;
}
/* line 152, ../node_modules/foundation-sites/scss/util/_mixins.scss */
.row::after {
  clear: both;
}
/* line 31, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 37, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 40em) {
  /* line 37, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
/* line 40, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
/* line 47, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.row.expanded {
  max-width: none;
}
/* line 50, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

/* line 58, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  /* line 58, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
/* line 82, ../node_modules/foundation-sites/scss/grid/_column.scss */
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
/* line 49, ../node_modules/foundation-sites/scss/grid/_position.scss */
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

/* line 70, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.column.row.row, .row.row.columns {
  float: none;
}

/* line 75, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-1 {
  width: 8.33333%;
}

/* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-1 {
  position: relative;
  left: 8.33333%;
}

/* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

/* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-2 {
  width: 16.66667%;
}

/* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-2 {
  position: relative;
  left: 16.66667%;
}

/* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

/* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-3 {
  width: 25%;
}

/* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-3 {
  position: relative;
  left: 25%;
}

/* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-4 {
  width: 33.33333%;
}

/* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-4 {
  position: relative;
  left: 33.33333%;
}

/* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

/* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-5 {
  width: 41.66667%;
}

/* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-5 {
  position: relative;
  left: 41.66667%;
}

/* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

/* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-6 {
  width: 50%;
}

/* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-6 {
  position: relative;
  left: 50%;
}

/* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-7 {
  width: 58.33333%;
}

/* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-7 {
  position: relative;
  left: 58.33333%;
}

/* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

/* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-8 {
  width: 66.66667%;
}

/* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-8 {
  position: relative;
  left: 66.66667%;
}

/* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

/* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-9 {
  width: 75%;
}

/* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-9 {
  position: relative;
  left: 75%;
}

/* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-10 {
  width: 83.33333%;
}

/* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-10 {
  position: relative;
  left: 83.33333%;
}

/* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

/* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-11 {
  width: 91.66667%;
}

/* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-push-11 {
  position: relative;
  left: 91.66667%;
}

/* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

/* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-12 {
  width: 100%;
}

/* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}
/* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
/* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

/* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}
/* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
/* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

/* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}
/* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
/* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

/* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}
/* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
/* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

/* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}
/* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
/* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

/* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}
/* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
/* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

/* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}
/* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
/* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

/* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
/* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
/* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

/* line 117, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 119, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 125, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

/* line 133, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/* line 137, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-centered {
  margin-left: auto;
  margin-right: auto;
}
/* line 20, ../node_modules/foundation-sites/scss/grid/_position.scss */
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

/* line 142, ../node_modules/foundation-sites/scss/grid/_classes.scss */
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  /* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  /* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  /* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  /* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  /* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  /* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  /* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  /* line 117, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 125, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 133, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  /* line 137, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 20, ../node_modules/foundation-sites/scss/grid/_position.scss */
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  /* line 142, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64em) {
  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-3 {
    width: 25%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-6 {
    width: 50%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-9 {
    width: 75%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 91, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 95, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 85, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-12 {
    width: 100%;
  }

  /* line 103, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  /* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  /* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  /* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  /* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  /* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  /* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  /* line 22, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 46, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../node_modules/foundation-sites/scss/grid/_layout.scss */
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  /* line 117, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 125, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 133, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  /* line 137, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 20, ../node_modules/foundation-sites/scss/grid/_position.scss */
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  /* line 142, ../node_modules/foundation-sites/scss/grid/_classes.scss */
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
/* line 154, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.row {
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
/* line 158, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 40em) {
  /* line 158, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
/* line 163, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.row.expanded {
  max-width: none;
}
/* line 168, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 175, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 183, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.column, .columns {
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial;
}
@media screen and (min-width: 40em) {
  /* line 183, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* line 189, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

/* line 195, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 220, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-order-1 {
  order: 1;
}

/* line 220, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-order-2 {
  order: 2;
}

/* line 220, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-order-3 {
  order: 3;
}

/* line 220, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-order-4 {
  order: 4;
}

/* line 220, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-order-5 {
  order: 5;
}

/* line 220, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-order-6 {
  order: 6;
}

/* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-1 {
  flex-wrap: wrap;
}
/* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-2 {
  flex-wrap: wrap;
}
/* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-3 {
  flex-wrap: wrap;
}
/* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-4 {
  flex-wrap: wrap;
}
/* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-5 {
  flex-wrap: wrap;
}
/* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-6 {
  flex-wrap: wrap;
}
/* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-7 {
  flex-wrap: wrap;
}
/* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

/* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-8 {
  flex-wrap: wrap;
}
/* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

/* line 256, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 262, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 220, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-order-1 {
    order: 1;
  }

  /* line 220, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-order-2 {
    order: 2;
  }

  /* line 220, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-order-3 {
    order: 3;
  }

  /* line 220, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-order-4 {
    order: 4;
  }

  /* line 220, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-order-5 {
    order: 5;
  }

  /* line 220, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-order-6 {
    order: 6;
  }

  /* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-1 {
    flex-wrap: wrap;
  }
  /* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-2 {
    flex-wrap: wrap;
  }
  /* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-3 {
    flex-wrap: wrap;
  }
  /* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-4 {
    flex-wrap: wrap;
  }
  /* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-5 {
    flex-wrap: wrap;
  }
  /* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-6 {
    flex-wrap: wrap;
  }
  /* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-7 {
    flex-wrap: wrap;
  }
  /* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  /* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-8 {
    flex-wrap: wrap;
  }
  /* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  /* line 235, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-expand {
    flex: 1 1 0px;
  }
}
/* line 243, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 40em) {
  /* line 243, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 40em) {
  /* line 256, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 262, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-0 {
    margin-left: 0%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-3 {
    margin-left: 25%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-6 {
    margin-left: 50%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-9 {
    margin-left: 75%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 205, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 213, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 220, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-order-1 {
    order: 1;
  }

  /* line 220, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-order-2 {
    order: 2;
  }

  /* line 220, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-order-3 {
    order: 3;
  }

  /* line 220, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-order-4 {
    order: 4;
  }

  /* line 220, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-order-5 {
    order: 5;
  }

  /* line 220, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-order-6 {
    order: 6;
  }

  /* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-1 {
    flex-wrap: wrap;
  }
  /* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-2 {
    flex-wrap: wrap;
  }
  /* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-3 {
    flex-wrap: wrap;
  }
  /* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-4 {
    flex-wrap: wrap;
  }
  /* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-5 {
    flex-wrap: wrap;
  }
  /* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-6 {
    flex-wrap: wrap;
  }
  /* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-7 {
    flex-wrap: wrap;
  }
  /* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  /* line 227, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-8 {
    flex-wrap: wrap;
  }
  /* line 120, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  /* line 235, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-expand {
    flex: 1 1 0px;
  }
}
/* line 243, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 64em) {
  /* line 243, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 64em) {
  /* line 256, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 262, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
/* line 267, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

/* line 275, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.column.align-top, .align-top.columns {
  align-self: flex-start;
}

/* line 275, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.column.align-bottom, .align-bottom.columns {
  align-self: flex-end;
}

/* line 275, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.column.align-middle, .align-middle.columns {
  align-self: center;
}

/* line 275, ../node_modules/foundation-sites/scss/grid/_flex-grid.scss */
.column.align-stretch, .align-stretch.columns {
  align-self: stretch;
}

/* line 4, ../node_modules/foundation-sites/scss/components/_flex.scss */
.align-right {
  justify-content: flex-end;
}

/* line 4, ../node_modules/foundation-sites/scss/components/_flex.scss */
.align-center {
  justify-content: center;
}

/* line 4, ../node_modules/foundation-sites/scss/components/_flex.scss */
.align-justify {
  justify-content: space-between;
}

/* line 4, ../node_modules/foundation-sites/scss/components/_flex.scss */
.align-spaced {
  justify-content: space-around;
}

/* line 11, ../node_modules/foundation-sites/scss/components/_flex.scss */
.align-top {
  align-items: flex-start;
}

/* line 15, ../node_modules/foundation-sites/scss/components/_flex.scss */
.align-self-top {
  align-self: flex-start;
}

/* line 11, ../node_modules/foundation-sites/scss/components/_flex.scss */
.align-bottom {
  align-items: flex-end;
}

/* line 15, ../node_modules/foundation-sites/scss/components/_flex.scss */
.align-self-bottom {
  align-self: flex-end;
}

/* line 11, ../node_modules/foundation-sites/scss/components/_flex.scss */
.align-middle {
  align-items: center;
}

/* line 15, ../node_modules/foundation-sites/scss/components/_flex.scss */
.align-self-middle {
  align-self: center;
}

/* line 11, ../node_modules/foundation-sites/scss/components/_flex.scss */
.align-stretch {
  align-items: stretch;
}

/* line 15, ../node_modules/foundation-sites/scss/components/_flex.scss */
.align-self-stretch {
  align-self: stretch;
}

/* line 23, ../node_modules/foundation-sites/scss/components/_flex.scss */
.small-order-1 {
  order: 1;
}

/* line 23, ../node_modules/foundation-sites/scss/components/_flex.scss */
.small-order-2 {
  order: 2;
}

/* line 23, ../node_modules/foundation-sites/scss/components/_flex.scss */
.small-order-3 {
  order: 3;
}

/* line 23, ../node_modules/foundation-sites/scss/components/_flex.scss */
.small-order-4 {
  order: 4;
}

/* line 23, ../node_modules/foundation-sites/scss/components/_flex.scss */
.small-order-5 {
  order: 5;
}

/* line 23, ../node_modules/foundation-sites/scss/components/_flex.scss */
.small-order-6 {
  order: 6;
}

@media screen and (min-width: 40em) {
  /* line 23, ../node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-order-1 {
    order: 1;
  }

  /* line 23, ../node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-order-2 {
    order: 2;
  }

  /* line 23, ../node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-order-3 {
    order: 3;
  }

  /* line 23, ../node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-order-4 {
    order: 4;
  }

  /* line 23, ../node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-order-5 {
    order: 5;
  }

  /* line 23, ../node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 64em) {
  /* line 23, ../node_modules/foundation-sites/scss/components/_flex.scss */
  .large-order-1 {
    order: 1;
  }

  /* line 23, ../node_modules/foundation-sites/scss/components/_flex.scss */
  .large-order-2 {
    order: 2;
  }

  /* line 23, ../node_modules/foundation-sites/scss/components/_flex.scss */
  .large-order-3 {
    order: 3;
  }

  /* line 23, ../node_modules/foundation-sites/scss/components/_flex.scss */
  .large-order-4 {
    order: 4;
  }

  /* line 23, ../node_modules/foundation-sites/scss/components/_flex.scss */
  .large-order-5 {
    order: 5;
  }

  /* line 23, ../node_modules/foundation-sites/scss/components/_flex.scss */
  .large-order-6 {
    order: 6;
  }
}
/* line 110, ../node_modules/foundation-sites/scss/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: none;
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 96, ../node_modules/foundation-sites/scss/forms/_text.scss */
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 118, ../node_modules/foundation-sites/scss/forms/_text.scss */
textarea {
  max-width: 100%;
}
/* line 121, ../node_modules/foundation-sites/scss/forms/_text.scss */
textarea[rows] {
  height: auto;
}

/* line 129, ../node_modules/foundation-sites/scss/forms/_text.scss */
input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
/* line 134, ../node_modules/foundation-sites/scss/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

/* line 142, ../node_modules/foundation-sites/scss/forms/_text.scss */
[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 151, ../node_modules/foundation-sites/scss/forms/_text.scss */
input[type='search'] {
  box-sizing: border-box;
}

/* line 41, ../node_modules/foundation-sites/scss/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
/* line 44, ../node_modules/foundation-sites/scss/forms/_label.scss */
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

/* line 22, ../node_modules/foundation-sites/scss/forms/_help-text.scss */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

/* line 27, ../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
/* line 36, ../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
/* line 41, ../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

/* line 47, ../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

/* line 57, ../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
/* line 77, ../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-label:first-child {
  border-right: 0;
}
/* line 81, ../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-label:last-child {
  border-left: 0;
}

/* line 87, ../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

/* line 101, ../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}
/* line 115, ../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

/* line 125, ../node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group .input-group-button {
  display: table-cell;
}

/* line 40, ../node_modules/foundation-sites/scss/forms/_fieldset.scss */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 46, ../node_modules/foundation-sites/scss/forms/_fieldset.scss */
legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

/* line 51, ../node_modules/foundation-sites/scss/forms/_fieldset.scss */
.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
/* line 30, ../node_modules/foundation-sites/scss/forms/_fieldset.scss */
.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* line 64, ../node_modules/foundation-sites/scss/forms/_select.scss */
select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("https://www.pulsure.dk/skin/frontend/pulsure-v2/default/css/data:image/svg+xml;utf8,<sv")xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}
@media screen and (min-width: 0\0) {
  /* line 64, ../node_modules/foundation-sites/scss/forms/_select.scss */
  select {
    background-image: url("https://www.pulsure.dk/skin/frontend/pulsure-v2/default/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
/* line 47, ../node_modules/foundation-sites/scss/forms/_select.scss */
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
/* line 53, ../node_modules/foundation-sites/scss/forms/_select.scss */
select::-ms-expand {
  display: none;
}
/* line 57, ../node_modules/foundation-sites/scss/forms/_select.scss */
select[multiple] {
  height: auto;
  background-image: none;
}

/* line 45, ../node_modules/foundation-sites/scss/forms/_error.scss */
.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

/* line 71, ../node_modules/foundation-sites/scss/forms/_error.scss */
.is-invalid-label {
  color: #ec5840;
}

/* line 77, ../node_modules/foundation-sites/scss/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}
/* line 80, ../node_modules/foundation-sites/scss/forms/_error.scss */
.form-error.is-visible {
  display: block;
}

/* line 46, ../node_modules/foundation-sites/scss/components/_off-canvas.scss */
html,
body {
  height: 100%;
}

/* line 51, ../node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

/* line 59, ../node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease;
}
/* line 142, ../node_modules/foundation-sites/scss/util/_mixins.scss */
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}
/* line 152, ../node_modules/foundation-sites/scss/util/_mixins.scss */
.off-canvas-wrapper-inner::after {
  clear: both;
}

/* line 68, ../node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

/* line 83, ../node_modules/foundation-sites/scss/components/_off-canvas.scss */
.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}

/* line 157, ../node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}
/* line 173, ../node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}
/* line 160, ../node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}
/* line 125, ../node_modules/foundation-sites/scss/components/_off-canvas.scss */
.is-open-left {
  transform: translateX(250px);
}
/* line 161, ../node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}
/* line 125, ../node_modules/foundation-sites/scss/components/_off-canvas.scss */
.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  /* line 168, ../node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 148, ../node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  /* line 172, ../node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 148, ../node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 64em) {
  /* line 168, ../node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 148, ../node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  /* line 172, ../node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 148, ../node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}
/* line 62, ../node_modules/foundation-sites/scss/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 66, ../node_modules/foundation-sites/scss/components/_visibility.scss */
.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  /* line 82, ../node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  /* line 86, ../node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  /* line 73, ../node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 77, ../node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 82, ../node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  /* line 86, ../node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  /* line 73, ../node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 77, ../node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 82, ../node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 86, ../node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

/* line 93, ../node_modules/foundation-sites/scss/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* line 100, ../node_modules/foundation-sites/scss/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* line 107, ../node_modules/foundation-sites/scss/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  /* line 107, ../node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 107, ../node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

/* line 120, ../node_modules/foundation-sites/scss/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  /* line 120, ../node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 120, ../node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* line 10, ../node_modules/foundation-sites/scss/components/_float.scss */
.float-left {
  float: left !important;
}

/* line 14, ../node_modules/foundation-sites/scss/components/_float.scss */
.float-right {
  float: right !important;
}

/* line 18, ../node_modules/foundation-sites/scss/components/_float.scss */
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 142, ../node_modules/foundation-sites/scss/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}
/* line 152, ../node_modules/foundation-sites/scss/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

/* line 15, ../node_modules/foundation-sites/scss/typography/_alignment.scss */
.text-left {
  text-align: left;
}

/* line 15, ../node_modules/foundation-sites/scss/typography/_alignment.scss */
.text-right {
  text-align: right;
}

/* line 15, ../node_modules/foundation-sites/scss/typography/_alignment.scss */
.text-center {
  text-align: center;
}

/* line 15, ../node_modules/foundation-sites/scss/typography/_alignment.scss */
.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  /* line 10, ../node_modules/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-left {
    text-align: left;
  }

  /* line 10, ../node_modules/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-right {
    text-align: right;
  }

  /* line 10, ../node_modules/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-center {
    text-align: center;
  }

  /* line 10, ../node_modules/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  /* line 10, ../node_modules/foundation-sites/scss/typography/_alignment.scss */
  .large-text-left {
    text-align: left;
  }

  /* line 10, ../node_modules/foundation-sites/scss/typography/_alignment.scss */
  .large-text-right {
    text-align: right;
  }

  /* line 10, ../node_modules/foundation-sites/scss/typography/_alignment.scss */
  .large-text-center {
    text-align: center;
  }

  /* line 10, ../node_modules/foundation-sites/scss/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify;
  }
}
/* line 113, ../node_modules/foundation-sites/scss/components/_reveal.scss */
body.is-reveal-open {
  overflow: hidden;
}

/* line 117, ../node_modules/foundation-sites/scss/components/_reveal.scss */
html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  user-select: none;
}

/* line 125, ../node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

/* line 130, ../node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}
/* line 173, ../node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
@media screen and (min-width: 40em) {
  /* line 130, ../node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal {
    min-height: 0;
  }
}
/* line 70, ../node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}
/* line 76, ../node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  /* line 130, ../node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal {
    width: 600px;
    max-width: 87.5rem;
  }
}
@media screen and (min-width: 40em) {
  /* line 142, ../node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
/* line 150, ../node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 40em) {
  /* line 155, ../node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal.tiny {
    width: 30%;
    max-width: 87.5rem;
  }
}
@media screen and (min-width: 40em) {
  /* line 156, ../node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal.small {
    width: 50%;
    max-width: 87.5rem;
  }
}
@media screen and (min-width: 40em) {
  /* line 157, ../node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal.large {
    width: 90%;
    max-width: 87.5rem;
  }
}
/* line 160, ../node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  /* line 130, ../node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
/* line 168, ../node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal.without-overlay {
  position: fixed;
}

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

