@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;
}

/*--------------------------------------------------------------
# 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: 680px) {

.webcast-title {
	padding: 0 20px !important;
}
	
}

@media screen and (max-width: 510px) {
	
.top-bar {
	font-size: 14px !important;
	font-size: 1.4rem !important;
}

.blue-bar {
	padding: 25px 0 !important;
	min-height: 0 !important;
}

.webcast-title {
	font-size: 24px !important;
	font-size: 2.4rem !important;
}

.white-shape {
	margin: 25px 0 !important;
}
	
.left-column {
	margin: 0 !important;
	width: 100% !important;
	border: none !important;
	padding-right: 0 !important;
	margin-top: 25px !important;
}

.right-column {
	margin: 0 !important;
	width: 100% !important;
}

}

/* NORMAL STUFF */

html, body {
	margin: 0;
	padding: 0;
	border: none;
	height: 100%;
}

body {
	font-family: 'Lato', Arial, sans-serif;
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #dcdcdc;
}

.wrapper {
	max-width: 680px;
	margin: 0 auto;
	position: relative;
}

.top-bar {
	padding: 10px;
	text-align: center;
}

.blue-bar {
	background: #022c54 url(reg-bg.jpg) center 0 no-repeat;
	min-height: 230px;
	text-align: center;
	font-weight: bold;
	padding: 40px 0;
	color: #ffffff;
	font-size: 20px;
}

.webcast-title {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	color: #b3e911;
}

.white-shape-container {
	margin-top: -30px;
}

.white-shape {
	background-color: #ffffff;
	padding: 30px;
}

.left-column {
	margin: 0 210px 0 0;
	padding-right: 20px;
	width: auto;
	float: left;
	font-weight: normal;
	color: #000000;
	text-align: left;
	font-size: 18px;
	font-size: 1.8rem;
	border-right: 1px solid #7f7f7f;
}

.left-column p {
	margin-top: 0
}

.right-column {
	float: right;
	margin: 0 0 0 -180px;
	width: 180px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	font-size: 18px;
	font-size: 1.8rem;
}

.right-column ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#webcastForm {
	margin-top: 20px !important;
}

.mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton {
	color: #ffffff !important;
	background-color: #779324 !important;
}

#mktFrmSubmit, .mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton {
	border-radius: 20px;
	font-size: 16px !important;
	line-height: 1;
	padding: .4em .9em !important;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, sans-serif !important;
    text-align: center;
	text-decoration: none;
	white-space: normal;
	margin: 0;
	text-shadow: none;
	border: none;
}

.mktField > label {
	margin-right: 10px;
}

#mktFrmReset {
	display: none;
}

form.lpeRegForm input.mktFormText {
	width: 100% !important;
}

.mktoForm .mktoOffset {
	display: none;
}

.mktoForm fieldset .mktoFormCol {
	padding: 0 10px;
}

.mktoForm, .mktoForm .mktoFieldWrap, .mktoForm input[type="text"], .mktoForm input[type="email"], .mktoForm input[type="tel"], .mktoHtmlText, div.mktoFormCol, .mktoButtonRow, .mktoButton {
	width: 100% !important;
}

.mktoForm input[type=checkbox] {
	width: auto !important;
}

.mktoButtonWrap {
	margin: 0 !important;
}

.mktoForm fieldset legend {
	font-weight: bold;
	background-color: #ffffff;
	padding: 4px 8px !important;
	border-radius: 7px;
}

.mktoForm fieldset {
	background-color: aliceblue;
}

.footer {
	padding: 20px;
	text-align: center;
	font-size: 14px;
	color: #3d3d3d;
	margin-top: 10px;
}

.footer-text {
	font-size: 12px;
	color: #3d3d3d;
	margin: 10px 0;
}

.clear {
	clear: both;
}