/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div#TvfApp.Home .sl--body {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

.newsletter_popup_container{
	background-color: #ffe82d;
	bottom: 0px;
	position: fixed;
	width: 100%;
	height: 22vh;
	z-index: 1;
	/*text-align: center;*/
	display: none;
}
.newsletter_popup_container [type=submit], .newsletter_popup_submit{
	color:#fff;
	background-color: #000;;
}
.newsletter_popup_container [type=email],.newsletter_popup_email{
	width:250px;
}
.newsletter_popup-close{
	top: 5px;
    right: 10px;
    position: absolute;
    color: #000;
    font-size: 22px;
}
.newsletter_popup-left{
	width: 38%;
    float: left;
    padding-top: 3%;
    text-align: center;
    padding-left: 11%;
}
.newsletter_popup-left img{
	height:auto;
	width: 50%;
}
.newsletter_popup-right{
	width: 45%;
    float: left;
    padding: 2%;
	text-align: center;
}
.newsletter_popup-left-text{
    margin: 1%;
    font-size: 2.9vh;
	font-weight: bold;
	float:left;
}
.newsletter_popup-right-text{
    margin: 1%;
    font-size: 2.9vh;
    font-weight: bold;
}
.newsletter_popup-logo{
	float:left;
	width:22%;
}
.newsletter_popup-divider{
	position: absolute;
    height: 23vh;
    box-shadow: -11px 0px 8px -12px #5a5959 inset;
    border-radius: 50%;
    width: 13vh;
    left: 45%;
    top: 0%;
    overflow: hidden;
}

@media only screen and (max-width: 1440px){
	.newsletter_popup-left-text, .newsletter_popup-right-text {
		font-size: 2.5vh;
	}
}
@media only screen and (max-width: 1024px) {
	.newsletter_popup-left, .newsletter_popup-divider{
		display: none;
	}
	.newsletter_popup-right{
		width: 95%;
	}
}
@media only screen and (max-width: 414px) {
	.newsletter_popup_container [type=email]{
		width: 230px;
	}
	.newsletter_popup-right-text {
		font-size: 2.3vh;
	}
	.newsletter_popup-right {
		padding-top: 10%;
	}
}
@media only screen and (max-width: 360px) {
	.newsletter_popup_container [type=email] {
		width: 170px;
	}
}