@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto+Slab:wght@400;700&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
.roboto {
	font-family: 'Arial', serif;
}

h2 {
	font-size: 3.25rem;
}
h3 {
	font-size: 35px;
}
h4 {
	font-size: 49px;
}

.fs25 {
	font-size: 25px;
}
.fs30 {
	font-size: 30px;
}
.fs45 {
	font-size: 45px;
	font-weight: 400;
}

.tac {
	text-align: center;
}

.header {
	background: #fff;
	border-bottom: 5px solid #005999;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
.logo {
	max-width: 225px;
	height: auto;
}
.teal {
	color: #007f88;
}
.darkblue {
	color: #154257;
}
.red {
	color: #c00;
}

.footer {
	background: #f3f3f3;
	text-align: center;
	padding: 20px 0px;
	border-top: 5px solid #005999;
}
.footer p {
	margin: 0;
	padding: 0;
}

.content {
	max-width: 950px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videobox {
	border: 2px solid #212121;
	max-width: 920px;
	margin: 0 auto;
	position: relative;
}

#buybtn {
	margin-top: 30px;
	position: relative;
}
.limitedtime {
	position: absolute;
	top: 5px;
	right: 10px;
}
.leftcol,
.rightcol {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-bottom: 25px;
}
.leftcol img.atcbutton,
.rightcol img.atcbutton {
	max-width: 90%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.leftcol {
	background: #fff url('images/leftcolbg2.png') bottom center no-repeat;
}
.rightcol {
	background: #fff url('images/rightcolbg2.png') bottom center no-repeat;
}

#unmute-btn {
	float: right;
	color: #000;
	font-family: Arial;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-decoration: none;
	border-bottom: 5px solid #c90;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #ffbf00;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
	padding: 0.5em 0.75em 0.5em;
	-webkit-transition: all 222ms ease;
	-moz-transition: all 222ms ease;
	-ms-transition: all 222ms ease;
	-o-transition: all 222ms ease;
	transition: all 222ms ease;
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	cursor: pointer;
}
/*#unmute-btn:before {
    font-family: etmodules;
    content: "\e069";
    margin-right: 10px;
    position: relative;
    top: 2px;
  }*/

.pricingheader {
	background: #154257 url('images/headerbg.png') top center no-repeat;
	text-align: center;
	height: 77px; /*94px - 17px = 77px*/
	padding-top: 17px;
}

.button {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	background: #005999;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	padding: 15px 25px;
	width: 85%;
}
.button:hover {
	background: #d68100;
}

@media all and (max-width: 479px) {
	#unmute-btn {
		font-size: 20px;
	}
}

/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.content {
		max-width: 95%;
	}
	.pricingheader {
		text-align: left;
		height: 75px;
		padding-left: 50px;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	img.title1 {
		max-width: 70%;
	}
	.videobox {
		max-width: 90%;
	}
	img.limitedtime {
		max-width: 115px;
		right: 0px;
	}
	.leftcol,
	.rightcol {
		padding: 0px 15px 25px;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	h2 {
		font-size: 33px;
	}
	h3 {
		font-size: 21px;
	}
	h4 {
		font-size: 23px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.fs25 {
		font-size: 18px;
	}
	.fs30 {
		font-size: 25px;
	}
	.fs45 {
		font-size: 35px;
	}
	.pricingheader {
		text-align: left;
		height: 45px;
		padding-left: 10px;
	}
	img.title1 {
		max-width: 70%;
	}
	img.limitedtime {
		max-width: 90px;
		right: 0px;
	}

	.logo {
		padding-left: 20px;
	}

	h2 {
		font-size: 34px;
	}
	#buybtn h2 {
		font-size: 22px;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.videobox {
		max-width: 100%;
	}
	.content {
		padding: 10px 10px 10px;
	}
	.leftcol,
	.rightcol {
		width: 100%;
		float: none;
		padding-top: 10px;
	}
	.hidemobile {
		display: none !important;
	}
	.mobileonly {
		display: block;
	}

	.footer p {
		font-size: 12px;
	}
}
