/* IE/Edge Responsive Viewport */

@-ms-viewport {
	width: device-width;
}

/* Offer Expired Resets */

.offer-expired {
	background: url(/_img/toolbox/icons/icon_important-60.png) no-repeat center 15px, linear-gradient(#d00, #800);
	border: 0 none;
	border-radius: 0;
	box-shadow: 0 0 0.5em 0.1em #bbb;
	margin: 0 auto;
	padding: 80px 1em 1em;
	text-align: center;
	width: auto;
	min-height: 0;
}

/* General Rules */

body {
	color: #333;
	font-size: 21px;
	font-family: 'Lato', Verdana, Geneva, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: grayscale;
}

h1,
h2,
.h1,
.h2 {
 font-weight: 900;
 font-family: 'Lato', Verdana, Geneva, sans-serif;
 margin-left: auto;
 margin-right: auto;
}

h2,
.h2 {
	font-size: 40px;
	color: #3b3eeb;
	text-align: center;
}

.subhead-normal {
	background: none;
	color: inherit;
}

.fa-ul li { list-style-image: none; }

.fa-li { color: #3b3eeb; }

.list-parentheses {
	counter-reset: parentheses;
	list-style: none;
}

.list-parentheses > li { counter-increment: parentheses; }

.list-parentheses > li:before {
	content: counter(parentheses)") ";
	margin-left: -1.1em;
}

img,
video {
	height: auto;
	max-width: 100%;
}

.image-box {
	margin: 0 auto;
	background: linear-gradient(183deg,#4245ec, #2b2eea);
	display: block;
	text-align: center;
}

.image-box--250 {
	width: 250px;
}

.image-box--right {
	float: right;
	margin: 0.7em 0 0.7em 0.8em;
}


.image-box--left {
	float: left;
	margin: 0.7em 0.8em 0.7em 0;
}


.image-box-no-bg {
	background: none;
}

.caption {
	color: #fefefe;
	padding: 0 0.5em 0.5em;
}

.first-section-margin {
 margin-top: 75px;
}

/* Layout Rules */

.content {
	margin: 0 auto;
	padding: 0;
}

.container {
 margin: 0 auto ;
 max-width: 720px;
 padding: 0 10px;
}


/* Hero Section */

.hero__banner {
 font-weight: 700;
 background: #fe6225;
 font-size: 26px;
 text-align: center;
 color: #fefefe;
}

.hero__bg {
 padding: 1px 0 125px;
 background: #170d7d url(/_img/toolbox/p/vci/hero_background-blue.jpg) no-repeat center;
 background-size: cover;
}

.hero__content {
 padding: 1px 20px;
 max-width: 900px;
 margin: 0 auto;
 text-align: center;
 text-shadow: 2px 2px #000000;
}

.hero__content h1, .hero__content p {
 color: #fefefe;
 font-weight: 900;
}

.hero__content h1 {
 font-size: 80px;
}

.hero__content p {
 font-size: 36px;
 margin: 0.5em auto;
}

/* Product Intro */
.product-intro {
 background: #f2eff5;
 position: relative;
}

.product-intro .container {
 padding: 20px 10px;
}

/* Sessions */

.session .container {
	margin: 50px auto 0;
	background: #f3f9ff;
	padding: 20px;
	border: 1px solid #e3f0fd;
	box-shadow: 10px 20px 35px #eef3f7, -10px -20px 35px #fefefe;
	border-radius: 5px;
}

/* Order Buttons */

a.order-button {
	background: #f06c00;
	border-radius: 0.25em;
	box-shadow:0 0 0.15em 0.15em rgba(0,0,0,0.2);
	color: #fff;
	display: inline-block;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2;
	margin: 0.5em auto;
	padding: 0.25em 0.67em 0.33em;
}

a.order-button:hover,
a.order-button:focus,
a.order-button:active {
	color:#ff3;
	background: #e06500;
}

a.order-button:focus-visible {
	outline: 2px dashed #000000;
}

/* Media Queries */
@media(max-width: 960px) {
h2,
.h2 {
 font-size: 30px;
}

.hero__content h1 {
 font-size: 60px;
}

.hero__content p {
 font-size: 24px;
}

.hero__bg {
 padding: 25px 0 100px;
}
}

@media(max-width: 639px) {
 .hero__content h1 {
  font-size: 44px;
 }

 .hero__content p {
  font-size: 24px;
 }

 .image-box--right {
  float: none;
  margin: 0 auto;
 }

 .first-section-margin {
  margin-top: 30px;
 }
}