@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
select,
textarea {
	color: #404040;
	font-family: 'Lato', arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1em 1em;
	padding: 1em 3em;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	font-size: 2.0rem;
	color: #5e5e5e;
}

blockquote p {
	margin: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-size: 62.5%;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #779324;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #779324;
}

a:hover,
a:focus,
a:active {
	color: #063f73;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/* RESPONSIVE STUFF */

@media screen and (max-width: 1000px) {
	
.navigation {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
	
}

@media screen and (max-width: 948px) {
	
.countdown-container {
	display: none !important;
}
	
}

@media screen and (max-width: 805px) {

.headline {
	font-size: 45px !important;
	font-size: 4.5rem !important;
	padding-top: 30px !important;
}

.subhead {
	margin-top: -10px !important;
	font-size: 40px !important;
	font-size: 4.0rem !important;
}
	
}

@media screen and (max-width: 725px) {
	
.hide-small {
	display: none !important;
}

.header-logo {
	width: 50% !important;
}
	
}

@media screen and (max-width: 600px) {

.headline, .subhead {
	font-size: 24px !important;
	font-size: 2.4rem !important;
}

.test-image {
	width: 100% !important;
	text-align: center !important;
}

.test-copy {
	margin-left: 0 !important;
}

.accordion-container.bonus {
	width: 100% !important;
}
	
}

@media screen and (max-width: 460px) {

.header-logo a {
	margin-top: 30px !important;
}

.chevron, .chevron-copy {
	width: 100% !important;
	padding: 0 !important;
}

}

@media screen and (max-width: 350px) {
	
.hide-tiny {
	display: none !important;
}

.header-logo {
	width: 100% !important;
}
	
}

/* NORMAL STUFF */

.wrapper {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.clear {
	clear: both;
}

a.goto {
	display: block;
	margin: -100px 0 0;
	padding: 100px 0 0;
}

.header {
	height: 100px;
	background-color: #063f73;
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0;
}

.header-logo {
	float: left;
	max-width: 277px;
	width: 277px;
}

.header-logo a {
	display: block;
	text-indent: -5000em;
	height: 57px;
	background: transparent url(OP-logo.png) 0 0 no-repeat;
	background-size: contain;
	margin-top: 25px;
}

.countdown-container {
	float: left;
	width: 225px;
	margin-left: 25px;
	margin-top: 10px;
}

.countdown-title {
	text-align: center;
	color: #ffffff;
}

#defaultCountdown, #defaultCountdown2 { 
	width: 225px;
	height: 45px; 
	font-family: 'Montserrat', Arial, sans-serif;
	margin: 0;
	background-color: #ffffff;
	padding: 4px 0 0;
	color: #730505;
}

.navigation {
	display: block;
	float: right;
	margin-top: 40px;
	font-size: 20px;
	font-size: 2.0rem;
	text-transform: uppercase;
}

.nav-item {
	display: block;
	margin-right: 25px;
	float: left;
}

.navigation a {
	display: block;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.nav-button {
	display: block;
	float: left;
}

.nav-button > a {
	display: block;
	border-radius: 15px;
	background: #e7be05;
	color: #000000;
	font-size: 18px;
	line-height: 1;
	padding: .4em .6em;
	text-align: center;
	margin-top: -3px;
	text-transform: uppercase;
}

.nav-button > a:hover {
	color: #ffffff;
}

.champ-container {
	height: 404px;
	background: transparent url(champ-bg-bg.png) center center no-repeat;
	margin-top: 100px;
}

.champ-image {
	position: relative;
	background: transparent url(champ-bg.png) 0 0 no-repeat;
	width: 100%;
	height: 404px;
	z-index: 1;
}

.headline {
	text-align: center;
	font-size: 60px;
	font-size: 6.0rem;
	color: #730505;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, sans-serif;
	padding-top: 50px;
}

.subhead {
	text-align: center;
	font-size: 60px;
	font-size: 6.0rem;
	color: #063f73;
	font-weight: bold;
	font-family: 'Montserrat', Arial, sans-serif;
	margin-top: -20px
}

.champ-copy {
	width: 80%;
	padding: 5px 20px;
	background-color: rgba(255,255,255,0.88);
	margin: 10px auto 0;
}

.gray-bar {
	width: 100%;
	background-color: #e5e5e5;
}

.blue-bar {
	width: 100%;
	background-color: #edf4fb;
	margin: 20px 0 4px;
}

.full-copy {
	padding: 20px 0;
	width: 80%;
	margin: auto;
}

.blue-headline {
	text-align: center;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 30px;
	font-size: 3.0rem;
	color: #063f73;
	text-transform: uppercase;
	font-weight: bold;
}

.red-subhead {
	text-align: center;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	color: #730505;
	text-transform: uppercase;
	font-weight: bold;
}

.chevron {
  position: relative;
  text-align: center;
  padding: 12px;
  margin-bottom: 6px;
  height: 60px;
  width: 400px;
  margin: 0 auto 30px;
  z-index: 2;
}

.chevron:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: #063f73;
  -webkit-transform: skew(0deg, 6deg);
  -moz-transform: skew(0deg, 6deg);
  -ms-transform: skew(0deg, 6deg);
  -o-transform: skew(0deg, 6deg);
  transform: skew(0deg, 6deg);
}

.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: #063f73;
  -webkit-transform: skew(0deg, -6deg);
  -moz-transform: skew(0deg, -6deg);
  -ms-transform: skew(0deg, -6deg);
  -o-transform: skew(0deg, -6deg);
  transform: skew(0deg, -6deg);
}

.chevron-copy {
	z-index: 3;
	color: #ffffff;
	position: absolute;
	top: 14px;
	width: 376px;
	color: #e7be05;
    font-size: 30px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase; 
	text-align: center;
}

.accordion-container {
	width: 80%;
	border: 1px solid #7a97b2;
	margin: 0 auto 7px;
}

.accordion-container.bonus {
	width: 80%;
	border: none;
	border-bottom: 1px solid #7a97b2;
	margin: 0 auto 7px;
}

.accordion-headline {
	width: 85%;
	float: left;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
	color: #063f73;
}

.accordion-subhead {
	width: 85%;
	float: left;
}

button.accordion {
	cursor: pointer;
	padding: 20px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	background-color: #ffffff;
}

button.accordion.bonus {
	cursor: pointer;
	padding: 10px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	background-color: transparent;
}

button.accordion:hover {
    background-color: #d0dde9;
}

button.accordion:before {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:before {
    content: "\2796";
}

div.panel {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	background-color: #ffffff;
}

div.panel.bonus {
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	background-color: transparent;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}

.my-slider {
	width: 90%;
	margin: auto;
}

.test-image {
	width: 200px;
	float: left;
}

.test-image img {
	border-radius: 50%;
}

.test-copy {
	margin-left: 220px;
}

.test-name {
	font-style: italic;
}

.summary-number {
	border-radius: 50%;
	height: 58px;
	width: 58px;
	background-color: #ffffff;
	border: 1px solid #063f73;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	padding-top: 8px;
	color: #063f73;
	position: absolute;
	margin-top: -8px;
}

.summary-box {
	width: 100%;
	background-color: #ececec;
	border-radius: 5px;
	padding: 15px 15px 15px 65px;
	margin-left: 8px;
	margin-bottom: 20px;
}

.summary-headline {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
	color: #063f73;
}

.register-button {
	display: block;
	padding: 20px 0 40px;
	text-align: center;
}

.register-button > a {
	border-radius: 25px;
	background: #e7be05;
	color: #000000;
	font-size: 30px;
	line-height: 1;
	padding: .4em .6em;
	text-align: center;
	margin-top: -3px;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, sans-serif;
	margin: auto;
}

.register-button > a:hover {
	color: #ffffff;
}

.footer {
	min-height: 150px;
	background-color: #063f73;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom: 20px;
}

.footer img {
	margin: 20px 0 10px;
}

.footer-links a {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.footer-links a:hover {
	text-decoration: underline;
	color: #e7be05;
}

.footer-copy {
	margin-top: 10px;
}

.hidden {
	display: none;
}