@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');
body {
	padding:0px;
	margin:0px;
	font-family:'Roboto',Helvetica,Arial,sans-serif;
	font-weight:400;
	font-size:18px;
}
strong {
	font-weight:700;
}
html {
 	box-sizing: border-box;
	scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
a {
	color:blue;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
ul {
	margin:0;
	padding:0;
}
.entry h2 {
	margin-bottom:20px;
}
header {
	padding:12px 0px;
	background-color:#005301;
}
.wrapper {
	width:100%;
	max-width:1024px;
	padding:0px 15px;
	margin:0 auto;
}
.wrapper.centered {
	display:flex;
	flex-direction:column;
	align-items:center;
}
.header-inner {
	display:flex;
	align-items: center;
	justify-content: space-between;
}
img.header-logo {
	width:150px;
}
img.footer-mga {
	width:250px;
}
.header-button {
	background-color:#b35002;
	background:linear-gradient(to bottom, #fba804 0%, #b35002 100%);
	border-radius: 20px;
    padding: 0 30px;
    font-size: 16px;
	display: flex;
    height: 43px;
    align-items: center;
    color: #fff;
    font-weight: 700;
	text-decoration:none;
	display:none;
}
.header-button.mobile {
	display:flex;
	padding:0px 15px;
}
.header-button:hover {
	cursor:pointer;
}
.header-advertorial {
	margin-left:30px;
	color:#fff;
	font-size:15px;
	font-style:italic;
}
.header-adv{
    color: #777;
    font-size: 15px;
    font-style: italic;
	text-align:center;
	background-color:#004301;
}
.main {
	padding:30px 0px;
	padding-bottom:60px;
	display:flex;
	flex-direction:column;
	align-items: center;
}
.main-top {
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	max-width:900px;
}
.breadcrumbs {
	color:green;
	font-size:16px;
	margin-bottom:10px;
	font-weight:700;
}
h1 {
	font-size:32px;
	line-height:38px;
	font-weight:900;
	margin-bottom:16px;
}
.bio {
	font-size:14px;
	color:#666;
	margin-bottom:20px;
	font-weight:700;
	display: flex;
    align-items: center;
}
.bio img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.entry {
	display:flex;
	flex-direction:column;
	max-width:660px;
	padding-top:20px;
}
.entry p {
    font-size: 18px;
    line-height: 28px;
    margin: 0px;
    margin-bottom: 20px;
}
.entry p.question {
	font-size:20px;
	line-height:30px;
}
.entry p a, .entry li a {
    color: #00a2ff;
    text-decoration: underline;
    font-weight: bold;
}
font.red {
    color: red;
    font-weight: bold;
}
.entry p.starter {
    font-size: 20px;
	line-height:28px;
	font-weight:700;
}
p.start::first-letter {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 15px;
    margin-bottom: -10px;
	margin-top:12px;
    font-size: 105px;
    line-height: 0.8;
}
img.post-img {
    border-radius: 6px;
	width:100%;
}
footer {
	background-color:#005301;
	padding:80px 0px;
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	color:#ddd;
}
footer p {
	font-size:14px;
	line-height:22px;
	margin-bottom:20px;
}
img.footer-logo {
	width:175px;
}
.body-button {
	font-size:18px;
	padding:30px 25px;
	border-radius:30px;
	width: fit-content;
    margin: 15px 0px;
	display:flex;
}
footer a {
	color:inherit;
}
.entry ul {
	margin-top:0px;
	font-size:18px;
	line-height:30px;
}
.special {
    padding: 20px;
    background-color: #fffde2;
    border: 2px dashed #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    flex-direction: column;
	margin-top:15px;
	margin-bottom:40px;
}
.special-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.special-sub {
    margin-top: 10px;
    text-align: center;
}
.split {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    flex-direction: column;
}
.split-left {
    display: flex;
    flex-basis: 40%;
    flex-direction: column;
    align-items: Center;
}
a.thumb {
    display: flex;
    padding: 5px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 1px 3px 8px -2px rgb(0 0 0 / 50%);
    transition: 100ms all;
}
.split-left .logo-img {
    width: 100%;
    border-radius: 6px;
}
.reviews {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.reviews font {
    margin-left: 5px;
    color: #00a2ff;
    text-decoration: underline;
    font-size: 14px;
}
.split-right {
    display: flex;
    flex-basis: 60%;
    flex-direction: column;
    padding-top: 30px;
}
.split-title {
    font-size: 24px;
	line-height:30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.split-list {
    list-style: disc;
    padding-left: 30px;
}
.split-list li {
    margin-bottom: 5px;
    line-height: 22px;
}
a.banner-button {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0px;
    font-size: 22px;
    background: linear-gradient(to bottom, #fba804 0%, #b35002 100%);
    border-radius: 12px;
    margin-top: 7px;
    transition: .4s ease;
	text-decoration:none;
	text-align:center;
}
a.banner-button:hover {
  transform: scale(1.1);
}
a.banner-button.special-cta {
    width: 100%;
    text-align: center;
	margin-top:20px;
	padding-left:10px;
	padding-right:10px;
}
.banner-expiry {
    color: #000;
    padding: 10px 0px;
    font-size: 14px;
    text-align: center;
	margin-top:5px;
}
img.content {
	width:100%;
	margin-bottom:20px;
}
.entry ol {
	margin-top:10px;
}
.entry ol li {
	line-height:24px;
	margin-bottom:10px;
}
p.callout {
    background-color: #fffde2;
    border: 1px dotted rgb(102, 102, 102);
    padding: 15px 20px !important;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 30px;
}
p.callout.update {
	background-color: #e8ffe8;
    border: 2px dotted rgb(0 127 0);
}
font.time {
	background-color:yellow;
}
.winners-img {
    margin-top: 15px;
	width:100%;
}
.winners-text {
    margin-top: 10px;
    font-style: italic;
    font-size: 18px;
    line-height: 1.5;
}
.winners-location {
    margin-top: 10px;
    margin-bottom: 15px;
}
a.banner-button.button-footer {
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
}
span.sub {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
	max-width:800px;
}
span.sub a {
	color:#00a2ff;
	text-decoration: underline;
	font-weight:bold;
}
.timer {
	background-color:antiquewhite;
	width:100%;
	margin:0 auto;
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom:20px;
}
.timer-title {
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    color: red;
    text-transform: uppercase;
	padding:10px;
	margin-bottom:10px;
}
.timer-wrapper {
}
.time-part-wrapper {
    display: inline-block;
    margin-right: 50px;
    position: relative;
}
.time-part {
    width: 35px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    margin-left: -5px;
    box-sizing: border-box;
}
.time-part.minutes.tens .digit-wrapper {
    animation-name: minutes-tens;
    animation-duration: 3600s;
    animation-iteration-count: 1;
}
.time-part .digit-wrapper {
    animation-timing-function: cubic-bezier(1, 0, 1, 0);
}
.timer-wrapper:before, .timer-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    height: 20px;
    z-index: 10;
}
.timer-wrapper:before {
    top: 0px;
}
.timer-wrapper:after {
    bottom: 0px;
}
@keyframes minutes-tens {
	0% {
    transform: translateY(-180px);
}
16.6667% {
    transform: translateY(-360px);
}
33.3333% {
    transform: translateY(-540px);
}
50% {
    transform: translateY(-720px);
}
66.6667% {
    transform: translateY(-900px);
}
83.3333% {
    transform: translateY(-1080px);
}
}
@keyframes minutes-ones {
0% {
    transform: translateY(-180px);
}
10% {
    transform: translateY(-360px);
}
20% {
    transform: translateY(-540px);
}
30% {
    transform: translateY(-720px);
}
40% {
    transform: translateY(-900px);
}
50% {
    transform: translateY(-1080px);
}
60% {
    transform: translateY(-1260px);
}
70% {
    transform: translateY(-1440px);
}
80% {
    transform: translateY(-1620px);
}
90% {
    transform: translateY(-1800px);
}
}
.time-part.minutes.ones .digit-wrapper {
    animation-name: minutes-ones;
    animation-duration: 600s;
    animation-iteration-count: 6;
}
.digit {
    display: inline-block;
    font-size: 32px;
    color: rgba(29, 10, 32, 0.78);
    height: 180px;
    line-height: 1;
}
.time-part-wrapper:not(:last-child):after {
    content: ":";
    display: block;
    width: 30px;
    position: absolute;
    top: 1px;
    right: -40px;
    color: rgba(29, 10, 32, 0.78);
    font-size: 50px;
    line-height: 0.5;
}
.time-part.seconds.tens .digit-wrapper {
    animation-name: seconds-tens;
    animation-duration: 60s;
    animation-iteration-count: 60;
}
.time-part.seconds.ones .digit-wrapper {
    animation-name: seconds-ones;
    animation-duration: 10s;
    animation-iteration-count: 360;
}
@keyframes seconds-ones {
	0% {
    transform: translateY(-180px);
}
10% {
    transform: translateY(-360px);
}
20% {
    transform: translateY(-540px);
}
30% {
    transform: translateY(-720px);
}
40% {
    transform: translateY(-900px);
}
50% {
    transform: translateY(-1080px);
}
60% {
    transform: translateY(-1260px);
}
70% {
    transform: translateY(-1440px);
}
80% {
    transform: translateY(-1620px);
}
90% {
    transform: translateY(-1800px);
}
}
@keyframes seconds-tens {
0% {
    transform: translateY(-180px);
}
16.6667% {
    transform: translateY(-360px);
}
33.3333% {
    transform: translateY(-540px);
}
50% {
    transform: translateY(-720px);
}
66.6667% {
    transform: translateY(-900px);
}
83.3333% {
    transform: translateY(-1080px);
}
}
.time-part-wrapper:not(:last-child):after {
    content: ":";
    display: block;
    width: 30px;
    position: absolute;
    top: 1px;
    right: -40px;
    color: rgba(29, 10, 32, 0.78);
    font-size: 50px;
    line-height: 0.5;
}
.time-part.hundredths.tens .digit-wrapper {
    animation-name: hundredths-tens;
    animation-duration: 1s;
    animation-iteration-count: 3600;
}
.time-part.hundredths.ones .digit-wrapper {
    animation-name: hundredths-ones;
    animation-duration: 0.1s;
    animation-iteration-count: 36000;
}
@keyframes hundredths-tens {
	0% {
    transform: translateY(-180px);
}

10% {
    transform: translateY(-360px);
}
20% {
    transform: translateY(-540px);
}
30% {
    transform: translateY(-720px);
}
40% {
    transform: translateY(-900px);
}
50% {
    transform: translateY(-1080px);
}
60% {
    transform: translateY(-1260px);
}
70% {
    transform: translateY(-1440px);
}
80% {
    transform: translateY(-1620px);
}
90% {
    transform: translateY(-1800px);
}
}
@keyframes hundredths-ones {
	0% {
    transform: translateY(-180px);
}
10% {
    transform: translateY(-360px);
}
20% {
    transform: translateY(-540px);
}
30% {
    transform: translateY(-720px);
}
40% {
    transform: translateY(-900px);
}
50% {
    transform: translateY(-1080px);
}
60% {
    transform: translateY(-1260px);
}
70% {
    transform: translateY(-1440px);
}
80% {
    transform: translateY(-1620px);
}
90% {
    transform: translateY(-1800px);
}
}
.entry h2 {
		margin-bottom:20px;
		font-size:32px;
		line-height:40px;
		margin-top:10px;
	}
	img.post-img {
		border-radius:0px;
	}
	img.exclusive {
		margin-bottom:10px;
	}
	.main {
		padding-top:20px;
	}
	.special-title {
		font-size:26px;
		margin-bottom:5px;
	}
	.special {
		margin-bottom:30px;
	}
.trending {
    color: #fff;
    background-color: #fc194b;
    border-radius: 50px;
    padding: 5px 10px;
    margin-bottom: 12px;
    font-family: 'Roboto',arial,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.trending .icon {
    margin-right: 5px;
}
.advertorial {
    text-transform: uppercase;
    color: #5e855f;
    font-size: 14px;
}
font.highlight {
    border-radius: 1em 0 1em 0;
    background-image: linear-gradient(-100deg, rgba(255, 224, 0, 0.3), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1));
}
.image {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
}
.image img {
	width:100%;
	max-width:620px;
}
p.caption {
    margin-top: 7px;
    font-size: 15px;
    text-align: center;
    color: #595959;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0px 20px;
}
video {
	width:100%;
	max-width:620px;
}
#comm>div {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 10px;
}
#comm>div>div {
    background-size: contain !important;
    background-position: 0;
    background-repeat: no-repeat;
    max-width: 270px;
    margin: 5px auto 5px 60px;
}
#comm>div>div:first-child {
    background-size: contain !important;
    background-position: 50%;
    background-repeat: no-repeat;
    float: left;
    height: 50px;
    width: 50px;
    min-width: 50px;
    margin: 0 10px 0 0;
}
.fImg img {
	border-radius:100%;
}
#comm h1 {
    font-size: 13px;
    font-weight: 700;
    color: #d15620;
    margin: 0 0 5px;
    font-family: sans-serif;
	line-height:20px;
}
#comm h2 {
    font-size: 15px;
    line-height: 1.3;
    color: #333;
    font-weight: 100;
}
#comm h2, #comm p {
    padding-left: 60px;
    margin-top: 0px;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.header-button {
		display:flex;
	}
	.body-button {
		padding:30px;
	}
	.header-button.mobile {
		display:none;
	}
	a.banner-button.special-cta {
		max-width:350px;
		margin-top:30px;
	}
	a.banner-button.button-footer {	
    	max-width: 350px;
	}
	h1 {
		max-width:650px;
	}
	span.sub {
		max-width:600px;
	}
	.timer {
		width:70%;
	}
}

/* Large devices (laptops and desktops, 992px and up) */
@media (min-width: 992px) {
	h1 {
		font-size:48px;
		line-height:54px;
		max-width:100%
	}
	.entry {
		padding-top:30px;
	}
	.entry p.starter {
		font-size: 22px;
		line-height:30px;
	}
	.special {
		padding: 20px 40px;
	}
	.split {
		flex-direction: row;
	}
	.split-right {
		padding-left: 30px;
		padding-top: 0px;
	}
	.split-title {
		text-align: left;
	}
	.split-list {
		padding-left: 20px;
	}
	span.sub {
		font-size: 24px;
		line-height: 32px;
		max-width:720px;
	}
	.entry p {
			padding:0px 30px;
		}	
		.entry ol {
			padding-left:50px;
		}
		.entry h2 {
			padding:0px 30px;
		}
		.winners-text, .winners-location, .winners-img {
			padding:0px 30px;
		}
}