@font-face {
	font-family: 'AvenirMedium';
	src: url('../Fonts/avenir-medium.eot');
	src: url('../Fonts/avenir-medium.eot?#iefix') format('embedded-opentype'), url('../Fonts/avenir-medium.woff') format('woff'), url('../Fonts/avenir-medium.ttf') format('truetype'), url('../Fonts/avenir-medium.svg#AvenirMedium') format('svg');
	font-weight: normal;
	font-style: normal;
	zoom: 1;
}
@font-face {
  font-family: "AvenirLight";
  src: url("../Fonts/avenir-light.eot");
  src: url("../Fonts/avenir-light.eot?#iefix") format("embedded-opentype"), url("../Fonts/avenir-light.woff") format("woff"), url("../Fonts/avenir-light.ttf") format("truetype"), url("../Fonts/avenir-light.svg#AvenirLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GFS Didot';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/gfsdidot/v10/Jqzh5TybZ9vZMWFssvwSE-3HNyOWAQ.woff2) format('woff2');
  unicode-range: U+0370-03FF, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html.splashify,
html.splashify body {
  overflow: hidden;
}
html.splashify body {
	font-family: AvenirMedium;
	color: #1e293c;
	font-size: 14px;
	background-image: linear-gradient(#FFF3,#FFFF), url("../images/b-mail4.jpg");
	padding-top: 89px;
	background-size: cover;
  background-position: top center;
}
html.splashify #mc_embed_signup_scroll > p {
    float: left;
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
html.splashify #mc_embed_signup_scroll > .clear {
    display: inline-block;
    float: left;
    width: 50%;
}
html.splashify #mc_embed_signup_scroll > .clear > input {
  display: inline-block;
  width: 120px;
  margin: 0;
  min-width: auto;
  border-radius: 0 3px 3px 0;
  background-color: black;
}
html.splashify #mc_embed_signup form {
  padding: 0;
}
html.splashify #mc_embed_signup input.email {
  float: left;
  margin: 0;
  min-height: 32px;
  width: 130px;
  border-radius: 3px 0 0 3px;
  min-width: auto;
  border-color: black;
}
html.splashify #mc_embed_signup input.button {

}
html.splashify #mc_embed_signup_scroll > .clear {

}
html.splashify h4 {
    color: black;
  font-family: 'GFS Didot', Didot, serif;
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -2px;
}
html.splashify .subtitle {
    color: black;
    font-size: 17px;
}
html.splashify .sepa {
    width: 100px;
    height: 1px;
    margin: 10px auto;
    background-color: #ebebeb;
    display: none;
}
html.splashify p {
  margin: 6px 0px;
  font-size: 12px;
}


html.splashify h4 > span {
    display: block;
  }
html.splashify h4 > span > span {
  display: inline-block;
  background: url("../images/peachbombs3.jpg") no-repeat scroll 75px 0 transparent;
  padding-right: 40px;
}
@media (min-width:500px) {
  html.splashify body {
  	background: url("../images/b-mail4.jpg") no-repeat scroll 0 0 transparent;
  	background-position: bottom left;
    height: 100%;
    padding-left: 243px;
    padding-right: 15px;
    padding-top: 0;
  }
  html.splashify h4 {
    font-size: 39px;
    line-height: 1em;
  }
  html.splashify  {
    height: 100%;
  }
  html.splashify h4 > span > span {
    background-position: 114px -44px;
padding-right: 77px;
padding-bottom: 5px;
  }
  html.splashify p {
    font-size: 14px;
  }
}

@media (max-width:499px) {
  html.splashify h4 {
    padding-right: 22px;
  }
  html.splashify #mc_embed_signup input.email {
    width: 119px;
  }
}