body {
	margin: 0;
	padding: 0;
	color: #032e33;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Roboto', sans-serif;
}
a {
	color: #00a79d;
}
a:hover {
	color: #557776;
}
.blue {
	color: #00a79d;
}
.grey {
	color: #779997;
}
.white {
	color: #eefefd !important;
}
.desktop-width {
	max-width: 1080px;
	margin: 0 auto;
}
.hamburger {
	cursor: pointer;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	color: #eefefd;
	background-color: #00a79d;
	overflow-x: hidden;
	white-space: nowrap;
	transition: 0.5s;
	padding-top: 40px;
	box-shadow: -5px 0px 30px 0px;
}
.sidenav a {
	padding: 10px 20px;
	text-decoration: none;
	color: #eefefd;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover {
	color: #f1f1f1;
}
.sidenav .closebtn {
	font-size: 1.25rem;
    position: absolute;
    top: 6px;
    right: -3px;
}
.sidenav .nav-item .nav-link {
	font-size: 1.25rem;
	color: #eefefd;
}
.nav-item {
	margin: .25rem;
	margin-left: 1rem;
}
.nav-link {
	font-size: .75rem;
	text-transform: uppercase;
	color: #cceeeb;
	padding: 0 !important;		
}
.nav-link:hover {
	color: #032e33;
}
.navbar-nav .active > .nav-link {
	color: #032e33 !important;
}
.dropdown-menu {
	border-radius: 0;
    left: auto;
    right: -15px;
    top: 25px;
    background: #eefefd;
}
.sidenav .dropdown-menu {
    margin-right: 15px;
    background-color: #779997;
}
.dropdown-item {
	text-transform: uppercase;
}
.dropdown-item:hover {
	background-color: #ccedeb;
}
.desktop-search input {
	border-radius: 0;
	font-size: .75rem;
}
.desktop-search button {
	border-radius: 0;
	font-size: .75rem;
}
form {
	width: 100%;
}
.form-control:focus {
	border-color: #00a79d;
}
.newsletter-form {
	padding-left: 15px;
    width: calc(100% - 120px);
}
.send-btn-col {
    width: 120px;
}
.form-control {
	width: 100% !important;
	background-clip: border-box;
}
.btn-sub {
	color: #ccedeb;
	background: #779997;
	border: 1px solid #ced4da;
	border-left-width: 0;
    /*margin-left: -60px;*/
}
.btn-sub:hover {
	color: #eefefd;
	background: #557776;
    border-color: #00a79d;
}
.alert {
	margin: 15px 20px;
}
.alert-success {
	width: 100%;
}
.help-block {
	width: 150%;
}
#success {
	margin: 0 15px;
}
.breadcrumbs {
	font-size: .5rem;
}
.headline-link {
	color: #032e33;
}
.headline-link:hover {
	text-decoration: none;
	color: #557776;
}
.headline {
	font-family: 'Poppins', sans-serif;
}
.byline {
	font-size: .75rem;
}
.sub-head {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 1rem;
	border-top: 3px solid #cceeeb;
}
.sub {
	font-size: .75rem;
    font-weight: bold;
    white-space: nowrap;
}
.link-unstyled {
	text-decoration: none;
	font-weight: bold;
	color: #032e33;
}
.link-unstyled:hover {
	text-decoration: none;
	font-weight: bolder;
	color: #557776;
}
.title {
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
}
.policy-title {
	font-family: 'Poppins', sans-serif;
}
.details {
	font-weight: 400;
}
.card::before {
	content: "";
	position: absolute;
	top: 16px;
	left: -34px;
    border-color: rgba(0,0,0,0) #779997 rgba(0,0,0,0) rgba(0,0,0,0);
    border-style: inset solid inset inset;
    border-width: 0 14px 12px;
}
.card::after {
	content: "Great Deal";
	font-family: 'Poppins', sans-serif;
	color: #eefefd;
	background: #00a79d;
	padding: 6px 9px;
	position: absolute;
	top: -20px;
	left: -20px;
}
.card {
    box-shadow: 0 0 9px 3px rgba(3, 46, 51, .25);
    border: 6px solid #cceeeb;
    border-radius: 0;
}
.text-cta {
	color: #ff5861;
}
.text-cta:hover {
	color: #d8454e;
}
.btn-cta {
	color: #eefefd;
	background: #ff5861;
	border-radius: 2rem;
	border: 3px solid #ff5861;
	transition: background .5s;
}
.btn-cta:hover {
	color: #eefefd;
	background: #d8454e;
}
.stars {
	margin: 0 auto;
	display: table;
	white-space: nowrap;
}
.stars:before,
.stars:after {
	border-top: 1px solid #032e33;
	content: '';
	display: table-cell;
	position: relative;
	top: 1rem;
	width: 15%;
}
.stars:before {
	right: 1.5%;
}
.stars:after {
	left: 1.5%;
}
.x-small {
	font-size: .5rem;
}
.ad-block {
	max-width: 300px;
	margin: 0 auto;
}
div#amzn-native-ad-0.amzn-native-enhanced-links-micro div.amzn-native-product {
	margin: 0 !important;
}
.page-footer {
	color: #eefefd;
	background: #032e33;
}
.page-footer {
	font-size: .75rem;
}
.footer-block {
	height: 100%;
	padding-top: 2rem;
	padding-bottom: 1rem;
	border-top: 1px solid #779997;
}
.last-footer-block {
	text-align: center;
}

@media only screen and (min-device-width : 360px) {
	.stars:before,
	.stars:after {
		width: 20%;
	}
	.help-block {
		width: 120%;
	}
	.x-small {
		font-size: .75rem;
	}
}

@media only screen and (min-device-width : 768px) {
	.navbar-collapse {
	    -ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	}
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
	    flex-direction: row;
	    display: -ms-flexbox !important;
	    display: flex !important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	}
	.dropdown-item {
		font-size: .75rem;
	}
	.breadcrumbs {
		font-size: .75rem;
	}
	.reviews-prime {
		font-size: 2.5rem;
	}
	.stars:before,
	.stars:after {
		width: 25%;
	}
	.footer-block:not(.last-footer-block) {
		padding-top: 0;
		border-top: 0;
		border-right: 1px solid #779997;
	}
	.last-footer-block {
		text-align: left;
	}
}

@media only screen and (min-device-width : 992px) {
	.ad-block {
		margin-right: 15px;
	}
	.help-block {
		width: 100%;
	}
}

@media only screen and (min-device-width : 1024px) {
	.navbar-nav .active > .nav-link {
		border-bottom: 2px solid #00a79d;
	}
	.desktop-search {
		width: 50%;
	}
}