﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}


/* ########################## ETC START */
img {
	border: none;
	max-width: 100%;
	height: auto;
}
a, input, img {
    transition: all 500ms ease 0s;
}
label {
	margin-right: 10px;	
    padding-right: 1px;
}
input,
button {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}

a {
	color: #bbce00;
	text-decoration: none;
	font-weight: 700;
}
a:hover {
	color: #000;
}
a.button,
button,
input[type="submit"] {
	display: inline-block;
	padding: 8px 16px;
	background-color: #bbce00;
	border: none;
	border-radius: 0.3em;	
	color: #FFF;
	margin: 0 10px 10px 0;
    -webkit-appearance: none;
	cursor: pointer;
}
a.button.grey {
	background-color: #333;
}
a.button.red {
	background-color: #cf3d41;
}
a.button.yellow {
	background-color: #ffba55;
}
a.button:hover,
a.button.blue:hover,
a.button.red:hover,
a.button.yellow:hover,
button:hover,
button.active,
input[type="submit"]:hover {
	background-color: #333;
	color: #fff;
}
a.button.order {
	padding: 8px;
	width: 100%;
	text-align: center;
	margin-top:2.5rem;
}
.introtext {
	font-size: 1.4em;
	font-weight: 900;
}
h1 {
	font-size: 3.6em;
	font-weight: 900;
	margin: 0;
	padding: 0.3em 0 0.5em 0;
}
h2 {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: 900;
}
h3 {
	font-size: 1.4em;
	font-weight: 900;
}
h1 a, h2 a, h3 a {
	font-weight: 900;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.caps {
	text-transform: uppercase;	
}
.rte ul {
	list-style: none;
}
.rte ul li { 
    padding-left: 0em; 
    text-indent: -1.3em;
}
.rte ul li:before {
    content: "■ ";
	font-family: Arial, sans-serif;
    color: #bbce00;
}
.rte ul.inline li:before {
    color: #000;
}
.rte ul.inline {
	padding-left: 0;	
}
.rte ul.inline li {
	display: inline-block;
	padding-left: 0;
	padding-right: 10px;
    text-indent: 0;
}
.rte table {
    width: 100%;
	margin: 20px 0;
    overflow-x: auto;
}
.rte th {
    border: 1px solid #FFF;
}
.rte td {
    padding: 10px;
}
.rte thead td,
.rte .th {
    background-color: #bbce00;
    color: #fff;
	font-weight: 600;
}
.rte tr {
}
.rte td {
	background-color: rgba(188,207,0,0.1);
}
.large {
	font-size: 1.5em;	
}


table {
	width: 100%;
}
table.table-invisible {
    border-spacing: 0px;
    border-collapse: separate;
	width: auto;
}
table.table-invisible,
table.table-invisible tr,
table.table-invisible td {
	border: none;
	padding: 0;
	background: none;
}
table.table-invisible tr td:first-of-type {
	padding-right: 20px;		
}

.unbreakable {
    white-space:nowrap!important;
}


/* ########################## ETC END */


/* COOKIE CONSENT START */
.termsfeed-com---palette-light.termsfeed-com---nb {
    background-color: #FFF !important;
    color: var(--bs-dark) !important;
    box-shadow: 0 0 2rem rgba(0,0,0,.25) !important;
}
.termsfeed-com---nb .cc-nb-main-container {
    padding:1rem!important;
}


.termsfeed-com---palette-light .cc-nb-okagree,
.termsfeed-com---palette-light .cc-cp-foot-save,
.termsfeed-com---palette-light .cc-nb-reject {
    background-color:#bbce00!important;
}

.termsfeed-com---palette-light .cc-nb-changep {
    background-color: var(--bs-light) !important;
    box-shadow: 0 0 2rem rgba(0,0,0,.25) !important;
}
.termsfeed-com---pc-dialog .cc-cp-foot-byline,
.termsfeed-com---pc-dialog .cc-cp-foot-byline * {
    opacity: 0 !important;
    display: none !important;
}

.termsfeed-com---palette-light .cc-nb-reject {
    background-color:#EA4C46!important;
}

/* COOKIE CONSENT END   */



/* ########################## HEADER START */
#header {
	width: 100%;
	background-color: #FFF;
	padding-bottom: 20px;
}
#header .grid {
	overflow: visible;
}
#header-logo {
	float: left;
}
#header-logo a {
	display: block;
}
#header-logo a:hover {
	
}
#header-logo img {
    max-height: 117px;
}
/* ########################## HEADER END */

/* ########################## MENU START */
#header-menu {
	text-align: right;
	float: right;
}
#menu li.extra {
	display: none;
}
#sec-menu ul li.flag a {
	background-color: #ccc;
}
#sec-menu ul li.flag a img {
	height: 19px;
	display: block;
}
#sec-menu ul li.extra a span {
	display: none;
}
#sec-menu ul li.extra.shop a span {
	display: inline;
	margin-left: 5px;
}
#mobile-menu ul li.extra i.fa {
	width: 20px;
	margin-right: 10px;
	text-align: left;
}
#mobile-menu ul li.extra.flag a img {
	width: 20px;
	margin-right: 10px;
	text-align: left;
}
#menu ul:after {
	content: "";
	clear: both;
	display: block;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0 ;
	white-space: nowrap;
}
#menu ul li {
	display: inline-block;
	position: relative;
}
#menu ul li a {
	color: #FFF;
	padding: 8px 16px;
	margin-left: 20px;
	border-radius: 0.3em;
	display: block;
	float: left;
	background-color: #333;
	text-transform: uppercase;
}
#menu ul li.active a {
	background-color: #bbce00;
}
#menu ul li a:hover,
#menu ul ul li.active a {
	background-color: #000;
}
#menu ul ul {
	position: absolute;
	display: none;
	z-index: 2;
	text-align: left;
	margin-left: 20px;
	left: 0;
	top: 100%;
}
#menu > ul > li:last-of-type ul {
	text-align: right;
	left: auto;
	right: 0;
}
#menu ul li:hover > ul {
	display: block;
}
#menu ul ul li {
	display: block;
	position: relative;
	clear: both;
}
#menu ul ul li a {
	background-color: rgba(0,0,0,0.75);
	border-radius: 0;
	margin: 0;
	display: block;
	width: 100%;
}
#menu ul ul li a:hover {
	background-color: #333;
}
#menu ul ul ul {
	left: 100%;
	top: 0;
	margin-left: 0;
}
#menu ul li:last-of-type ul ul {
	left: auto;
	right: 100%;
}
#menu ul ul ul li a {
}



#sec-menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	white-space: nowrap;
	float: right;
}
#sec-menu ul li {
	display: block;
	float: left;
}
#sec-menu ul li a {
	color: #FFF;
	padding: 8px 16px;
	margin-left: 20px;
	border-radius: 0.3em;
	display: block;
	float: left;
	font-weight: normal;
	background-color: #bbce00;
}

#sec-menu ul li.no-back a{
    background:none;
    padding: 8px 0px 2px;
    margin-left: 10px;
}
#sec-menu ul li.no-back:hover a{
    background:none;
}
#sec-menu li.no-back.active a {
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0px;
}
#sec-menu ul li.active a {
}
#sec-menu ul li a:hover {
	background-color: #333;
}
#sec-menu li.search-form {
}
#sec-menu form {
	display: block;
	position: relative;
}
#sec-menu form input {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	border-radius: 0.3em;
	display: block;
	border: 1px solid #ccc;
	padding: 7px 16px 7px 30px;
	float: left;
	width: 260px;
}
#sec-menu li form input:focus {
	width: 400px;
	background-color: #333;
	color: #FFF;
	border: 1px solid #333;
}
#sec-menu li form .fa {
	position: absolute;
	left: 0;
	top: 0;
	color: #bbce00;
    pointer-events: none;
	box-sizing: border-box;
	padding: 11px 0 0 20px;
}
#sec-menu::after {
	clear: both;
	display: block;
	content: "";
}

#payoff {
	text-align: right;
	text-transform: uppercase;
	font-weight: 500;
	color: #bbce00;	
	margin-top: 5px;
}

#mobile-menu {
	clear: both;
	display: none;
	text-align: right;
}
/* ########################## MENU END */

/* ########################## SWIPER START */
.swiper-container {
	width: 100%;
	height: 600px;
	cursor: move;
}
.swiper-slide {
	width: 100%;
	height: 100%;
}
.swiper-image {
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	
}
.swiper-content {
	position: absolute;
	bottom: 20px;
	color: #FFF;
	font-size: 1.2em;
	width: 100%;
}
.swiper-content p {
	margin-top: 0;
}
.swiper-content .grid-pad {
	background-color: rgba(0,0,0,0.75);
	padding-bottom: 20px;
}
.swiper-content h2 {
	margin: 20px 0 0;
	padding-bottom: 10px;
}
.swiper-content a {
}
.swiper-content a:hover {
	color: #FFF;
}
.swiper-content .order {
	text-align: center;
}
#swiper-pagination {
	position: absolute;
	bottom: 240px;
	z-index: 1;
	width: 100%;
}
.swiper-pagination-bullet {
	background-color: #000;
    border-radius: 100%;
    display: inline-block;
    height: 20px;
    opacity: 0.68;
    width: 20px;
	margin-right: 10px;
}
.swiper-pagination-bullet-active {
	background-color: #bbce00;	
    opacity: 1;
}
/* ########################## SWIPER END */


/* ########################## CARDS (NEWS, ETC.) START */
.card {
	margin-bottom: 20px;
}
.card .content {
	padding: 0 20px 20px;
	display: inline-block;
	width: 100%;
}
.card.green .content {
	background-color: rgba(188,207,0,0.1);
}
.card > a {
	color: #333;
}
.card > a p {
	font-weight: normal;
}
.card > a:hover {
	color: #000;
}
.pic {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	overflow: hidden;
}
.grow img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	     -o-transition: all 1s ease;
	    -ms-transition: all 1s ease;
		    transition: all 1s ease;
}
.card.profile {
	background-color: #333;
	color: #FFF;
	text-align: center;
}
.card.profile .pic {
	float: none;
	width: 160px;
	height: 160px;
	margin: 20px auto 0;
	display: inline-block;
	border-radius: 100%;
}


/* ########################## CARDS (NEWS, ETC.) END */

/* ########################## HIGHLIGHTS START */
#front #highlights,
#main-aside #highlights {
	background-color: rgba(0,0,0,0.75);
	position: relative;
}
#front #highlights:after,
#main-aside #highlights:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
	background-image: url("runner-compressed.jpg");
	background-size: cover;
	background-position: center;
}
#front #highlights h1,
#front #highlights a,
#main-aside #highlights h1,
#main-aside #highlights a {
	color: #FFF;
}
#front #highlights a:hover,
#main-aside #highlights a:hover {
	color: #000;
}
#highlights-mix {
	text-align: center;
    padding-bottom: 20px;
}
#highlights-mix p,
#highlights-mix h3 {
	text-align: left;
}
#highlights-mix .highlight {
	display: none;
}
#highlights-mix.fail .info-block {
    display: inline-block;
    background: rgba(188, 207, 0, 0.1) none repeat scroll 0 0;
}
.highlight {
	padding-bottom: 20px;	
	font-size: 1.2em;
}
#front #highlights,
#main-aside #highlights {
	color: #FFF;	
}
.highlight p,
.highlight h3 {
	margin: 10px 0 0;
	padding-bottom: 0px;
}
.highlight h2 {
	color: #bbce00;
	margin: 0.5em 0;
}
#highlights .highlight p a {
	font-weight: normal;
	color: #bbce00;
}
#highlights .highlight a:hover {
	color: #000;
}

#front #highlights .highlight p a:hover,
#main-aside #highlights .highlight p a:hover {
	color: #fff;
}
#highlights .highlight h3 a:hover, {
	color: #bbce00;
}
#front .highlight small,
#main-aside .highlight small {
	color: rgba(255,255,255,0.5);	
}
.highlight .button.order {
	margin-top: 10px;
	font-size:17px;
}
.split {
	display: inline;
	border-left: 1px solid #333;
	margin: 0 10px;	
}
#front .split,
#main-aside .split {
	border-left: 1px solid #FFF;
}
.calendar a {
	border: 1px solid #333;
	display: block;
	padding: 15px;
	width: 100%;
	text-align: center;	
}
#front .calendar a,
#main-aside .calendar a {
	border: 1px solid #FFF;
}
.calendar a:hover {
	background-color: #000;
	color: #bbce00 !important;
}

.calendar a small {
	font-weight: 400;
	font-size: 0.6em;
	margin: 0;
	padding: 0;
}
#front .calendar a small.next,
#front .datetime.month,
#main-aside .calendar a small.next,
#main-aside .datetime.month {
	color: #FFF;
}
.datetime {
	display: inline-block;
	width: 100%;	
}
.datetime.day {
	font-size: 60px;
	color: #bbce00;
	font-weight: 900;
}
.datetime.month {
	padding-top: 5px;
	padding-bottom: 0;
	text-transform: uppercase;
	font-size:12px;
}
.highlight:nth-child(odd) {
	background: rgba(188,207,0,0.1);
}
#front .highlight:nth-child(odd),
#main-aside .highlight:nth-child(odd) {
	background: rgba(255,255,255,0.1);
}
.highlight:nth-child(even) {
	background: none;
}
/* ########################## HIGHLIGHTS END */

/* ########################## CAMPAIGN START */
#campaign {
	position: relative;
}
#campaign .campaign-background {
	backround-size: cover;
	background-position: center;
	display: block;
	width: 100%;
	height: 100%;
	background-color: red;
	position: absolute;
	top: 0;
	z-index: -1;
}
#campaign .grid-pad {
	padding-top: 0;
}
#campaign .dark {
	background-color: rgba(0,0,0,0.75);
	color: #FFF;
}
#campaign .dark .content {
	padding-top: 2em;
	padding-bottom: 2em;
}
/* ########################## CAMPAIGN END */

/* ########################## FOOTER START */
#footer {
	background-color: #bbce00;
	padding-bottom: 20px;
	color: #000;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #fff;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	display: inline;
	margin: 0 10px;
}
#footer .catch {
	opacity: 0.5;
}
/* ########################## FOOTER END */

/* ########################## MAIN START */
#main-aside [class*='col-'] {
  width: auto;
  float: none;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
#main-aside #highlights [class*='col-'] {
  padding-right: 10px;
}
#main-aside .grid {
	min-width: 0;
}
#main-aside #highlights {
	padding: 0px;
}
#main-aside #highlights .calendar {
	display: none;
}
#main-aside .split-first {
	display: block;
	border: none;
	margin: 0;	
}
#main-aside .highlight .order-info {
	width: 66.666%;
	float: left;
}
#main-aside .highlight .order-button {
	float: right;
	width: 33.333%;
}
/* ########################## MAIN END */


#bloggnews {
    background: rgba(188,207,0,0.1);
}
#bloggnews .card.green .content {
    background: #FFF;
}


.header-card {
    background: #333;
    color: #FFF;
    padding: 10px 20px;
    margin-bottom: 0;
}


/* ########################## MOBILE MENU START */
#mobile-menu {
	font-size: 16px;
	position: absolute;
	right: 20px;
	z-index: 99999;
	margin-top: 5px;
}
#mobile-menu .slicknav_btn {
	padding: 8px 16px;
	background-color: #333;
	color: #FFF;
	border-radius: 0.3em;
}
#mobile-menu .slicknav_btn.slicknav_open {
	background-color: #bbce00;	
}
#mobile-menu .slicknav_menutxt {
	margin-right: 8px;
}
#mobile-menu .slicknav_icon {
    display: inline-block;
    font-family: FontAwesome;
}
#mobile-menu .slicknav_icon::before {
	content: "\f0c9";
}



#mobile-menu ul {
	list-style: none;
	padding: 0;
	white-space: nowrap;
	text-align: left;
	min-width: 300px;
	background-color: #FFF;
}
#mobile-menu ul li {
	border-top: 1px solid #ddd;
	position: relative;
}
#mobile-menu ul li.active a {
	color: #bbce00;
}
#mobile-menu ul li a {
	width: 100%;
	background-color: #FFF;
	color: #333;
	padding: 16px;
	display: block;
}
#mobile-menu ul li a > a {
	padding: 0;
}
#mobile-menu ul ul {
	padding-left: 16px;
}
#mobile-menu ul ul li a {
	font-weight: 500;
}
#mobile-menu ul ul ul li a {
	font-weight: 400;
}
#mobile-menu .slicknav_arrow {
	position: absolute;
	right: 0;
	top:0;
	display: block;
	height: 100%;
	width: 50px;
	text-align: center;
	padding-top: 16px;
	color: #bbce00;
}




#mobile-menu .slicknav_open > ul {
}
#mobile-menu .mobile-sec-menu {
	margin: 0;
	padding: 0;
	border: none;
	display: block !important;
}
#mobile-menu .button {
	padding: 0;
	margin-left: 16px;
	background: none;
	display: inline;
}
#mobile-menu .sec-menu li form input {
	background-color: rgba(0,0,0,0.68);
	color: #FFF;
	width: calc(100% - 32px);
	padding-left: 36px;
	margin: 0 0 0 16px;
	color: rgba(255,255,255,1);
}
#mobile-menu .sec-menu li form .fa {
	padding-left: 24px;
}
#mobile-menu .mobile-sec-menu .sec-menu {
	height: auto;
}
#mobile-menu .mobile-sec-menu > a,
#mobile-menu .mobile-sec-menu .social-icons > a {
	display: none;
}
#mobile-menu .mobile-sec-menu ul {
	display: block !important;
	width: 100%;
}
#mobile-menu .sec-menu .social-icons {
	display: none;	
}
#mobile-menu .sec-menu .social-icons ul li {
	width: auto;
	height: auto;
	display: inline-block;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
#mobile-menu .sec-menu .social-icons ul {
	padding-left: 8px;
}
#mobile-menu .sec-menu .social-icons ul li a {
	margin: 0;
	padding: 0 0 0 8px;
}
/* ########################## MOBILE MENU END */


#article #header {
	position: relative;
	left: auto;
	top: auto;
}
#main {
}


#pagehead {
	background-color: #333;
	color: #FFF;
}
#pagehead h1 {
	font-size: 5em;
}




form.controls {
	margin-top: 20px;
	margin-bottom: 20px;
}
form.controls fieldset,
form.controls div {
	border: none;
	padding: 0 20px 0 0;
	margin: 0;
}
form.controls select,
form.controls button {
	-webkit-appearance: none;
	display: block;
	padding: 8px 16px;
	width: 100%;
	border: none;
	border-radius: 0.3em;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	font-weight: 900;
	margin: 0 0 20px 0;
}
form.controls select{
	overflow: hidden;
	background: url("arrow-down.svg") no-repeat #333;
	background-size: 15px 9px;
	background-position: right 16px center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
form.controls button {
	padding: 11px 16px;
}

#widget {
    margin-bottom: 20px;
    margin-top: 4px;
}
#widget .administrate-widget {
    padding: 0px;
}
#widget .administrate-widget > h2 {
    display: none;
}
.administrate-field2::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.administrate-field2 label {
    float: left;
    line-height: 2.5em;
    margin-right: 1em;
    width: 8em;
}
#administrate-checkout-step-2 .administrate-field label,
#administrate-checkout-step-2 .administrate-field2 label {
    width: 25%;
}
#administrate-checkout-step-2 .administrate-field input[type=text],
#administrate-checkout-step-2 .administrate-field input[type=email] {
    width: 50%;
}
#administrate-checkout-step-2 .administrate-field2 textarea {
    padding: 2px;
    resize: vertical;
    height: 150px;
    width: 50%;
}
.profile .sections span a {
    padding-right: 5px;
}
.profile .sections span::after {
    content: "-";
    display: inline-block;
    padding-right: 5px;
}
.profile .sections > span:last-child a {
    padding-right: 0px;
}
.profile .sections > span:last-child::after {
    content: none;
    padding: 0;
}

/* Signup */
.signup-info-label, .signup-info-info, .signup-full {
    float: left;
}
.signup-info-label {
    width: 35%;
}
.signup-info-info {
    width: 65%;
}
.signup-full {
    width: 100%;
}
.signup-full.signup-line {
    height: 1px;
    background-color: #777;
    margin-bottom: 16px;
}
.clear {
    clear: both;
}
#signup-info p, #signup-form p {
    margin-top: 0px;
}
#signup-form p {
    margin-bottom: 0px;
}
#signup-form-personalia > div:first-child p {
    margin-bottom: 16px;
}
.warning {
    color: red;
}
#signup-form label, #signup-form input, #signup-form select, #signup-form textarea {
    margin-bottom: 16px;
}
#signup-form .signup-info-label label {
    font-weight: bold;
}
#signup-form input[type="text"],
#signup-form input[type="email"],
#signup-form select {
    padding: 5px;
    width: 100%;
    border: 1px solid #777;
    background: none;
}
#signup-form .signup-agree label {
    margin-bottom: 10px;
}
#signup-form .signup-agree p {
    padding-bottom: 16px;
}
#signup-form-questions textarea {
    resize: vertical;
    padding: 5px;
    width: 100%;
    border: 1px solid #777;
    background: none;
    min-height: 120px;
}
.signup-info-date-date, .signup-info-date-month, .signup-info-date-year {
    float: left;
    box-sizing: border-box;
}
.signup-info-date-date {
    width: 30%;
    padding-right: 20px;
}
.signup-info-date-month {
    width: 40%;
    padding-right: 20px;
}
.signup-info-date-year {
    width: 30%;
}
.success {
    color: green;
}
.warning {
    color: red;
}
#signup-form input[type="text"], #signup-form input[type="email"], #signup-form select , #signup-form textarea {
    border-radius: 0.3em;
    border: 1px solid #ccc;
    padding: 7px;
}
.signup-full.signup-line {
    background-color: #CCC;
    margin-bottom: 20px;
}

#taglister button{
    display:inline-block;
    width:auto;
}
#filter--text{
    width:100%;
    border-radius: 0.3em;
    display:block;
    border: 1px solid #ccc;
    padding: 7px 16px 7px 16px;
    font-size:18px;
    margin-bottom:20px;
}
.bloggerinfo{
    width:33%;
    float:right;
    margin-top:-50px;
}
.bloggerinfo img{
    width:100px;
    height:100px;
    border-radius:100px;
    border:5px solid #fff;
}
.bloggerinfo p{
    font-size:12px;
    padding:0px;
    padding-bottom:10px;
    margin:0px;
    text-align:center;
}
.at4m-dock-bottom {
	bottom: -100px !important;
	transition: all 500ms ease 0s;
}
.at4m-dock-bottom.scrolled{
	bottom: 0px !important;
}
#menu ul li.inline-flags{
    display:none;
}
#mobile-menu li.inline-flags a {
    display: none;
    width: auto;
}

.newsletter-section{
    background: rgba(188,207,0,0.1);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.newsletter-section img{
    bottom: -20px;
    right: 0;
    max-width:360px;
    position: relative;
}

.newsletter-content{
    padding-top: 25px;
    padding-bottom: 45px;
}

.newsletter-image{
    position: relative;
    min-height: 300px;
}

/** MATTIS 10/12/19**/
