/*---------------FONTS---------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i');
@font-face {
    font-family: 'AveresTitleRoman-Regular';
    src: url('/fonts/36D628_0_0.eot');
    src: url('/fonts/36D628_0_0.eot?#iefix') format('embedded-opentype'), url('/fonts/36D628_0_0.woff2') format('woff2'), url('/fonts/36D628_0_0.woff') format('woff'), url('/fonts/fonts/36D628_0_0.ttf') format('truetype');
}

@font-face {
    font-family: "NeutrafaceText-Book";
    src: url("/fonts/NeutrafaceText-Book.woff2") format("woff2"), url("/fonts/NeutrafaceText-Book.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "NeutrafaceText-Demi";
    src: url("/fonts/NeutrafaceText-Demi.woff2") format("woff2"), url("/fonts/NeutrafaceText-Demi.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "NeutrafaceText-Light";
    src: url("/fonts/NeutrafaceText-Light.woff2") format("woff2"), url("/fonts/NeutrafaceText-Light.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

/*---------------FONT STYLES---------------*/

.subhead-s {
    font-family: NeutrafaceText-Demi;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    -moz-font-feature-settings: "kern", "liga", "clig", "calt", "smcp";
    -ms-font-feature-settings: "kern", "liga", "clig", "alt", "smcp";
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "smcp";
    font-feature-settings: "kern", "liga", "clig", "calt", "smcp";
}

.subhead-m, .faq-content h1, .z-body h1 {
    font-family: NeutrafaceText-Book;
    font-weight: normal;
    font-style: normal;
    font-size: 24px !important;
    line-height: 32px !important;
    letter-spacing: 0px;
    padding: 0 !important;
    -moz-font-feature-settings: "kern", "liga", "clig", "calt";
    -ms-font-feature-settings: "kern", "liga", "clig", "alt";
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
}

.copy-s {
    font-family: NeutrafaceText-Book;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    -moz-font-feature-settings: "kern", "liga", "clig", "calt";
    -ms-font-feature-settings: "kern", "liga", "clig", "alt";
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
}

.copy-footer, ul.faq-subnav, .faq-nav ul, .faq-content p, .faq-nav h3, .faq-content ol, .faq-content ul, .faq-content table, .disclaimer p, .seo p, .z-body p {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
}

.faq-content p, .disclaimer p, .seo p, .z-body p {
padding: 0 !important;
}


.subhead-footer, .faq-content h3, .disclaimer h3, .seo h2, .z-body h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
}

.global-red {
    color: #9C172E;
}

/*---------------LAYOUT---------------*/

.flex-container {
    display: flex;
    justify-content: space-between;
}

.flex-item-3col {
    width: 33%;
}

.z-body {
width: 940px;
margin: 20px auto 50px auto;
}

/* MOBILE */

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

    .z-body {
        width: 90%;
        padding: 20px 0;
        margin: 0 auto;
    }
    .flex-container {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .flex-item-3col {
        width: 100%;
    }

}
/*---------------CATEGORY LANDING PAGES---------------*/

.clp-container {
    width: 740px;
}

.clp-container a {
    font-family: NeutrafaceText-Demi;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 1px;
    color: #000;
    padding-bottom: 1px;
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "smcp";
    font-feature-settings: "kern", "liga", "clig", "calt", "smcp";

}

.clp-item-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.clp-item img,
.clp-hero img {
    width: 100%;
    margin-bottom: 10px;
}


/* DESKTOP */

@media only screen and (min-width: 768px) {
    .clp-hero,
.clp-item-wrap {
    width: 740px;
    text-align: center;
    padding-bottom: 50px;
}


.clp-item {
    position: relative;
    width: 355px;
}
}

/* MOBILE */

@media only screen and (max-width: 768px) {
    .clp-container {
        width: 100%;
    }

    .clp-container a {
        font-size: 15px;
    }

    .clp-hero,
    .clp-item-wrap {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }

    .clp-item {
        position: relative;
        width: 48%;
    }
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Disclaimer, Terms, FAQ
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */

.z-details a, .faq-content a, .disclaimer a, .z-body a {
    text-decoration: underline;
    color: black;
}

.faq-container, .disclaimer {
    margin: 20px auto 50px auto;
}

.faq-container {
    display: flex;
    justify-content: space-between;
    width: 940px;
}

.faq-nav {
    width: 210px;
    margin-right: 30px;
    margin-top: 5px;
}

.faq-nav ul {
    margin: 0 0 25px 0;
}

ul.faq-subnav, .faq-nav ul {
    list-style: none;
    padding-left: 0;
}

.faq-nav li, .faq-subnav li {
    padding: 3px 0;
}

.faq-nav ul a {
    text-decoration: none;
    font-weight: normal;
    color: black;
}

.faq-nav ul a:hover {
    text-decoration: underline;
    font-weight: normal;
    color: black;
}

.faq-nav-header a, .faq-nav h3 {
    font-weight: 500;
    text-decoration: none;
    color: black;
    margin-bottom:5px;
}

.faq-subnav a {
    text-decoration: underline;
    font-weight: 500;
    color: black;
}

.faq-content {
    width: 700px;
}

.faq-content p, .faq-content li, .faq-content table, .disclaimer p, .seo p, .z-body p {
    margin: 8px 0;
}

.faq-content ol {
    padding-left: 15px;
    list-style-type:decimal;
}

.faq-content h3, .disclaimer h3, .z-body h3 {
    margin: 25px 0 0 0;
}

.customerservice-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #F4F4F3;
    padding-bottom: 30px;
    padding-top: 10px;
    margin-top:20px;
}

.customerservice-module {
    width: 50%;
    padding-left: 45px;
}

.faq-table {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}

.faq-table>div {
    flex: 0 0 33%;
    padding: 5px;
    box-sizing: border-box;
    border-bottom: 1px #ccc solid;

}

@media only screen and (max-width: 600px) {
    .faq-container, .disclaimer, .seo {
        width: 90%;
        display: flex;
        flex-direction: column;
    }

    .faq-container b {
        font-weight: bold;
    }

    .faq-nav{
        order: 2;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        width: 100%;
    }
    .faq-content {
        order: 1;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        width: 100%;
    }

    .faq-nav {
        margin-top: 30px;
        width: 100%;
    }
    .faq-nav h3 {
        margin: 0 0 10px 0;
    }
    .faq-nav ul {
        list-style: none;
        padding-left: 0;
    }
    .faq-nav li {
        padding: 15px 0;
        border-top: 1px solid #ccc;
    }
    .faq-content {
        width: 100%;
    }
    .customerservice-container {
        display: flex;
        flex-direction: column;
        width: 90%;
        background-color: #F4F4F3;
        padding-bottom: 30px;
        padding-top: 10px;
    }
    .customerservice-module {
        width: 100%;
        padding-left: 20px;
    }
}

body.mw_custservice [id*=pnlContent] span, body.mw_custservice [id*=pnlContent] a, body.mw_custservice [id*=pnlContent] div {
    color: #000 !important;
}

body {
    color: #000 !important;
}

/*---------------VIDEO PLAYER---------------*/

.backgroundVideo {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.zgVideoPlayer {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 1200px;
    z-index: 2;
}

.zgVideoPlayer video {
    width: 100%;
}

.zgVideoPlayer .playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    margin-left: -50px;
    margin-top: -50px;
    width: 77px;
    height: 78px;
    border-radius: 50%;
    background-size: cover;
    z-index: 99;
}

.zgVideoPlayer .playButtonDefault {
    border: 8px #FFFFFF solid;
}

.zgVideoPlayer .playButtonDefault:before {
    position: absolute;
    top: 10px;
    left: 32px;
    width: 0;
    height: 0;
    border: 32px transparent solid;
    border-left: 32px #FFFFFF solid;
    content: "";
    z-index: 5;
}

/* --- Wufoo Survey --- */
.wufoo-container {
	position: relative;
	display: inline-block;
	padding: 50px 0 400px 0;
	width: 100%;
	z-index: 2;
}
.wufoo-container .background-image {
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	background: url('../images/giveaway_bg.jpg') center center / cover no-repeat;
	z-index: 1;
}
.wufoo-container .wufoo-form {
	position: relative;
	display: block;
	max-width: 500px;
	margin: 0 auto;
	height: 490px !important;
	padding: 0 !important;
	border: 1px #CCCCCC solid;
	background: #FFFFFF;
	z-index: 2;
}

/*---------------EXPANDABLE PROMO NAV---------------*/

.nowrap {
    white-space: nowrap;
}

.headerPromoContainer {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 0;
    padding: 4px 0;
    color: #FFFFFF;
    background: #000000;
    z-index: 9999;
}
.headerPromoContainer:hover {
    cursor: pointer;
}
.headerPromoContainer .promo {
    display: inline-block;
    margin: 0;
    font: 18px/18px "NeutrafaceText-Book";
    letter-spacing: 1px;
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "smcp";
    font-feature-settings: "kern", "liga", "clig", "calt", "smcp";
    padding: 0 40px 0 10px;
    box-sizing: border-box;
}
.headerPromoContainer .togglePromo {
		position: absolute;
		left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 99;
}
.headerPromoContainer .downArrow {
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    display: inline-block;
    margin-left: 20px;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-2px) rotate(45deg);
    transform: translateY(-2px) rotate(45deg);
    border: 1px #FFFFFF solid;
    border-width: 0 1px 1px 0;
}
.headerPromoContainer .togglePromo:checked ~ .promo .downArrow {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
    border-width: 1px 0 0 1px;
}
.headerPromoContainer .headerPromos {
    display: none;
}
.headerPromoContainer .innerPromoContainer {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    overflow-x: auto;
}
.headerPromoContainer .innerPromoContainer > div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 290px;
    margin: 10px;
    z-index: 2;
}
.headerPromoContainer .innerPromoContainer > div img {
    display: block;
}
.headerPromoContainer .innerPromoContainer > div a {
    display: block;
    color: grey;
    font: normal 14px "NeutrafaceText-Book";
    letter-spacing: 0;
    margin-top: 5px;
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
    -webkit-user-select: none;
    user-select: none;
    text-decoration: underline;
}
.headerPromoContainer .innerPromoContainer > div .promoText {
    position: absolute;
    top: 35px;
    width: 100%;
    text-transform: none;
    color: #FFFFFF;
    font: 17px "NeutrafaceText-Book";
    letter-spacing: 1px;
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "smcp";
    font-feature-settings: "kern", "liga", "clig", "calt", "smcp";
    text-align: center;
    z-index: 9;
}
.headerPromoContainer .innerPromoContainer > div .promoText sub {
    font-size: 17px;
}
.headerPromoContainer .innerPromoContainer > div .promoText .promoLink,
.headerPromoContainer .innerPromoContainer > div .promoText a.promoLink {
    padding-bottom: 1px;
    border-bottom: 1px #FFF solid;
}
.headerPromoContainer .innerPromoContainer > div .promoText .subtext {
    font-size: 14px;
    letter-spacing: 0;
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
}
.headerPromoContainer .innerPromoContainer > div .promoText strong {
    display: block;
    text-align: center;
    font: 36px/29px "NeutrafaceText-Light";
    padding: 5px 0 4px 0;
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "smcp";
    font-feature-settings: "kern", "liga", "clig", "calt", "smcp";
}
.headerPromoContainer .togglePromo:checked ~ .promo .downArrow + .headerPromos {
    position: absolute;
    display: block;
    top: 50px;
    left: 0;
    right: 0;
    padding: 10px 0 0;
    background: #FFFFFF;
    border-bottom: 1px #FFF solid;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 30px 50px rgba(0,0,0,0.35);
    z-index: 99;
}
.headerPromoContainer .togglePromo:checked ~ .promo .downArrow + .headerPromos .innerPromoContainer::-webkit-scrollbar {
    width: 10%;
    height: 8px;
    background: #FFF;
}
.headerPromoContainer .togglePromo:checked ~ .promo .downArrow + .headerPromos .innerPromoContainer::-webkit-scrollbar-thumb {
    background: #999;
}

/* Toolip */
.zgTooltip {
	position: relative;
	cursor:pointer;
	z-index: 99;
}
.zgTooltip span {
	position: absolute;
	top: 100%;
	left: 0;
	width: 290px;
	box-sizing: border-box;
	font:11px 'Roboto', sans-serif;
	line-height: 16px;
	color: #000000;
	background: #FFFFFF;
	border: 1px #CCCCCC solid;
	padding: 15px;
	display: none;
	z-index: 9999;
}
.zgTooltip span.on {
	display: block;
	text-align: left;
	white-space: normal;
}
.zgTooltip span.on.right {
	left: auto;
	right: 0;
}
.zgTooltip span.on.top {
	top: auto;
	bottom: 100%;
}

@media screen and (max-width: 767px) {
	/* MOBILE PROMO */
	#header_container > .mw_hide {
		display: block !important;
	}
	#header_container #header {
		display: none !important;
	}
	.wufoo-container {
		padding: 0;
	}
	.wufoo-container .background-image {
		position: relative;
		height: 350px;
		z-index: 1;
	}
	.wufoo-container .wufoo-form {
		min-height: 375px;
		border: 0;
		max-width: none;
	}
}