/*
Theme Name: Infusion Genius - Summit Theme 2014
Theme URI: http://demowebsitedesign.com/summit/
Description: The custom Wordpress 3.8+ theme for the Thyroid Summit 2014
Author: Kymera
Author URI: http://kymerastudio.com
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	width: 100%;
}
#content {
}
.two-column #content {
	width:59.8%;
	float:left;
}
#sidebar {
	float: right;
	overflow: hidden;
	width:29.82%;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

div {
	position:relative;
}
.one-column #content {
	margin: 0 auto;
	max-width: 1082px;
}
.inner {
	max-width:1082px;
	margin:0px auto;
	position:relative;
}
.inner:after {
	content: "";
  	display: table;
  	clear: both;
}
.inner-narrow {
	max-width:930px;
	margin:0px auto;
	position:relative;
}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	max-width: 1082px;
}



/* Fonts --------------------------------------------------- */


html {
	-webkit-font-smoothing: antialiased;
}
body {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-rendering:optimizeLegibility;
}
body, input, placeholder, textarea {
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
}
h1, h2, h3, h4, h5 {
	font-family: 'Raleway', serif;
	font-weight:bold;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

body, html {
	width:100% !important;
	padding:0px !important;
	margin:0px;
}

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
}
#wrapper {
	z-index:2;
}

/* =Global Elements
-------------------------------------------------------------- */

header, nav, section, article, aside, footer {
   display:block;
}
*, *:after, *:before {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
/* Main global 'theme' and typographic styles */
body {
	background: #ffffff;
}
body,
input,
textarea {
	color: #303030;
	font-size: 14px;
	line-height: 1.3em;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
p:empty {
	display:none;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: 700;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=password],
textarea {
	-webkit-appearance: none;
	background: #ffffff;
	color:#000000;
	font-size:16px;
	height:40px;
	line-height:40px;
	letter-spacing:1px;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	border:1px solid black;
	width:100%;
	padding:0px 18px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

input[type=submit] {
	-webkit-appearance: none;
}
#inf_other_Username,
input[type=password] {
	text-transform:none;
}
input[type=radio] {
	margin-bottom:12px;
}
label.sublabel {
	font-size:15px;
	margin-bottom:0px;
	margin-top:0px;
}
textarea {
	line-height:24px;
	min-height:160px;
}
input, textarea {
	margin-bottom:12px;
	border-radius: 0;
}
label {
	color:#ffffff;
	font-size:20px;
	text-transform:uppercase;
	line-height:20px;
	margin-bottom:14px;
	display:inline-block;
}
::-moz-placeholder {  /* Firefox 19+ */
   color:#000000;
   opacity:1; 
}
::-webkit-input-placeholder {
   color:#000000;
}
:-ms-input-placeholder {  
   color:#000000;  
}
input[type=submit] {	
	color:#ffffff;
	font-size:30px;
	height:74px;
	line-height:74px;
	border:0px;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	letter-spacing:2px;
	transition:none;
	display:block;
	width:100%;	
	font-weight:700;
	text-shadow:0px 1px 0px #3c8037;
	-moz-box-shadow:inset 0px 1px 0px 0px #3c8037;
	-webkit-box-shadow:inset 0px 1px 0px 0px #3c8037;
	transition:all .3s ease 0s;background: rgb(250,195,106);
background: rgb(152,214,148);

background: -moz-linear-gradient(top,  rgba(152,214,148,1) 0%, rgba(73,170,71,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(152,214,148,1)), color-stop(100%,rgba(73,170,71,1)));

background: -webkit-linear-gradient(top,  rgba(152,214,148,1) 0%,rgba(73,170,71,1) 100%);

background: -o-linear-gradient(top,  rgba(152,214,148,1) 0%,rgba(73,170,71,1) 100%);

background: -ms-linear-gradient(top,  rgba(152,214,148,1) 0%,rgba(73,170,71,1) 100%);

background: linear-gradient(to bottom,  rgba(152,214,148,1) 0%,rgba(73,170,71,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98d694', endColorstr='#49aa47',GradientType=0 );




}
input[type=submit]:hover {
	color:#ffffff;
	background: rgb(73,170,71);

background: -moz-linear-gradient(top,  rgba(73,170,71,1) 0%, rgba(152,214,148,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,170,71,1)), color-stop(100%,rgba(152,214,148,1)));

background: -webkit-linear-gradient(top,  rgba(73,170,71,1) 0%,rgba(152,214,148,1) 100%);

background: -o-linear-gradient(top,  rgba(73,170,71,1) 0%,rgba(152,214,148,1) 100%);

background: -ms-linear-gradient(top,  rgba(73,170,71,1) 0%,rgba(152,214,148,1) 100%);

background: linear-gradient(to bottom,  rgba(73,170,71,1) 0%,rgba(152,214,148,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49aa47', endColorstr='#98d694',GradientType=0 );




}
input[type=submit]:active {
	position:relative;
	top:1px;
}
a {
	color: #1c6c8b;
	transition:color .3s;
	text-decoration:none;
}
a:active,
a:hover {
	color: #36bfb3;
}
a:active, a:focus { /* Firefox hover Override */
	outline:0px;
}
.clear {
	width:100%;
	clear:both;
}
.clear:after {
	content: "";
  	display: table;
  	clear: both;
}
.hidden {
	display:none;
}
.thick {
	font-weight:900;
}
.blue {
	color:#156c9b;
}

.ltblue {
	color:#53c4f0;
}
.pink {
	color:#04a673;
}
.green {
}
.red {
	color:#ed465a;
}
.center {
	text-align:center;
}

/* Today's Event Banner ----------------------------- */

#eventbanner {
	display:none;
	z-index:2;
	text-align:center;
	position:relative;
	padding:12px 0px;
	width:100%;
	background: rgb(42,150,30);

background: -moz-linear-gradient(top,  rgba(42,150,30,1) 0%, rgba(114,211,114,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,150,30,1)), color-stop(100%,rgba(114,211,114,1)));

background: -webkit-linear-gradient(top,  rgba(42,150,30,1) 0%,rgba(114,211,114,1) 100%);

background: -o-linear-gradient(top,  rgba(42,150,30,1) 0%,rgba(114,211,114,1) 100%);

background: -ms-linear-gradient(top,  rgba(42,150,30,1) 0%,rgba(114,211,114,1) 100%);

background: linear-gradient(to bottom,  rgba(42,150,30,1) 0%,rgba(114,211,114,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a961e', endColorstr='#72d372',GradientType=0 );

}
#eventbanner.active {
	display:block;
}
#eventbanner h2 {
	font-size:24px;
	line-height:1.3em;
	margin:0px;
	color:#fff;
}
#eventbanner h2  a {
	color:#f9ff92;
}
#eventbanner h2 a:hover {
	color:#ffe594;
}
/* =Header
-------------------------------------------------------------- */

header {
	position:relative;
}
.header-reg {
	background-image: url(images/bg-header-new.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:40px;
	border-bottom:0px;
}
/* Normal Header ---*/

.header-normal {
	background:url(images/bg-header-new.jpg) top center no-repeat;
	background-size:cover;
	border-bottom:0px;
}

.header-top {
	z-index:10;
	height:auto;
	padding:27px 0px 27px 0px;
	text-align:center;
}
.header-reg .header-top {
	max-width:1082px;
	margin:0px auto;
	text-align:left;
}
.header-reg .early-bird-header-top {
	text-align:center;
}
.header-reg-top {
	width:calc(100% - 260px);
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}
.header-reg-top h1 {
	font-size:35px;
	line-height:1.1em;
	color:#a4ea98;
	font-weight:normal;
	margin-bottom:18px;
	letter-spacing:1px;
	font-weight:800;
}
.header-reg-top h1 span {
	color:#fff;
	font-size:19px;
	display:inline-block;
	line-height:1.2em;
	margin-top:12px;
	font-weight:600;
}
.header-reg-top h2 {
	font-weight:600;
	font-size:28px;
	line-height:38px;
	margin-bottom:0px;
}
.header-reg-top h2 span {
	font-size:33px;
}
.header-reg-top h2 em {
	font-weight:normal;
}
header #top-date {
	width:369px;
	position:absolute;
	top:0px;
	right:0px;
	margin-top:-92px;
}
header #top-date h2 {
	font-size:34px;
	line-height:38px;
	font-weight:500;
	color:#ffffff;
	margin-bottom:20px;
}
header #top-date h3 {
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#ffffff;
	font-weight:600;
	text-transform:uppercase;
}
#logo {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:245px;
	max-width:100%;
}
.early-bird-header-top #logo {
	margin-left:0px;
}
#logo img {
	width:100%;
	height:auto;
	display:block;
}
.signup-video {
	z-index:10;
	margin:0px auto;
	max-width:1082px;
}
/* Top Signup Form --- */


#header-video-reg-container {
	width:560px;
	height:315px;
	background:#FFF;
	float:left;
}
#header-reg-form {
	float:right;
	width:444px;
}
#header-reg-form.early-bird-reg-form {
	float:none;
	margin:0px auto;
}
#header-reg-form input[type="text"] {
	border:0px;
	color:#1c6c8b;
	font-weight:600;
}
#header-reg-form ::-moz-placeholder {  /* Firefox 19+ */
   color:#1c6c8b;
   opacity:1; 
}
#header-reg-form ::-webkit-input-placeholder {
   color:#1c6c8b;
}
#header-reg-form :-ms-input-placeholder {  
   color:#1c6c8b; 
}

#header-reg-form #opt-in {
	color:#ffffff;
	font-size:13px;
	line-height:14px;
	display:inline-block;
	width:90%;vertical-align:top;
	margin-bottom:14px;
}
#header-reg-form input[type="checkbox"] {
	display:inline-block;vertical-align:top;
}
.reg-form h2 {
	font-size:20px;
	line-height:1.2em;
	color:#ffffff;
	font-weight:600;
	text-align:center;
	margin-bottom:18px;
	letter-spacing:0px;
}
.reg-form h2 strong {
	font-weight:800;
	color:#a4ea98;
}
.reg-form label {
	display:none;
}
.reg-form h4 {
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:0px;
	color:#156c9b;
	text-align:center;
	margin:0px;
	padding-top:6px;
	text-transform:none;
}

/* Consent Field */

#inf_option_ExpressConsent {
	margin:0px 5px 0px 0px;
}
label.consentlabel {
	display:inline !important;
	text-transform:none;
	color:#666;
	font-size:11px;
	line-height:1.1em;
}
.header label.consentlabel {
	color:#fff;
}
#register-btm label.consentlabel {
	color:#fff;
}
.header .consentlabel a {
	color:#a4ea98;
}
.is-consent-field {
	width:auto;
	padding:6px 0px;
}
/* End Consent Field */

#popup-form.reg-form h2 {
	color:#156c9b;
}
#popup-form label.consentlabel {
	color:#222;
}

/* Video Player - Responsive --- */

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 56.25%;
}
 
.js-video.vimeo {
  padding-top: 0;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	background: #156c9b;
	display: block;
	margin: 0 auto;
	width:100%;
	height:auto;
}
#access .menu-header,
div.menu {
	width:100%;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	text-align:center;
	margin: 0;
}
.menu-header li,
div.menu li {
	display:inline-block;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
	font-family: 'Raleway', serif;
	font-size: 16px;
	text-transform:uppercase;
	font-weight:400;
	transition: all .2s ease-in-out 0s;
	
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;	
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #04a673;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

li.nav-event, li.nav-order {
	display:none;
}

/* Order Nav Button */

li.nav-order {	
	margin-left:20px;
}
li.nav-order a {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	background: rgb(252,205,77);
	background: -moz-linear-gradient(top,  rgba(252,205,77,1) 0%, rgba(248,181,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,205,77,1)), color-stop(100%,rgba(248,181,0,1)));
	background: -webkit-linear-gradient(top,  rgba(252,205,77,1) 0%,rgba(248,181,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,205,77,1) 0%,rgba(248,181,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,205,77,1) 0%,rgba(248,181,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,205,77,1) 0%,rgba(248,181,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccd4d', endColorstr='#f8b500',GradientType=0 );
	border:1px solid #d09800;
	text-shadow:0px 1px 0px #d09800;
	transition: all .2s ease-in-out 0s;
}
#access li.nav-order a:hover {
	background: rgb(248,181,0);
	background: -moz-linear-gradient(top,  rgba(248,181,0,1) 0%, rgba(252,205,77,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,181,0,1)), color-stop(99%,rgba(252,205,77,1)));
	background: -webkit-linear-gradient(top,  rgba(248,181,0,1) 0%,rgba(252,205,77,1) 99%);
	background: -o-linear-gradient(top,  rgba(248,181,0,1) 0%,rgba(252,205,77,1) 99%);
	background: -ms-linear-gradient(top,  rgba(248,181,0,1) 0%,rgba(252,205,77,1) 99%);
	background: linear-gradient(to bottom,  rgba(248,181,0,1) 0%,rgba(252,205,77,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b500', endColorstr='#fccd4d',GradientType=0 );
}
#menu-mobile li.nav-order {
	margin-left:10px;
}
#menu-mobile li.nav-order a {
	padding:4px 20px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:20px;
	margin-left:0px;
}
/* Mobile Menu */

.nav-button {
		display: none;
        font-size:36px; /* Change to alter button size */
        font-family:verdana !important;
        font-weight:normal !important;
        font-style:normal !important;
        height:0.9em;
        width:0.9em;
        background:none;
        cursor:pointer;
        position:absolute; /* Also works with absolute */
		top:16px;
		right:20px;
		cursor:pointer;
		z-index:100;
		text-decoration:none;
}

.nav-button:after {
        content:'\2261';
        color:#fff;
        position:absolute;
        top:0px;
        left:0.036em;
        line-height:0em;
}
#mobile-access {
	display:none;
	background:#156c9b;
	height:40px;
	text-align:right;
}
#mobile-menu {
	-moz-backface-visibility: hidden;
   position:fixed;
	display:none;
	visibility:hidden;
	width:270px;
	height:100%;
	z-index:1;
	top:0px;
	right:0px;
	display:block;
	text-align:left;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	-webkit-box-shadow: inset 12px 0px 11px -2px rgba(0,0,0,0.75);
-moz-box-shadow: inset 12px 0px 11px -2px rgba(0,0,0,0.75);
box-shadow: inset 12px 0px 11px -2px rgba(0,0,0,0.75);
	padding:30px;
	background:#222;
	overflow-x: hidden !important;
    overflow-y: scroll !important;
}
#menu-mobile {
	list-style:none;
	margin:0px 0px 24px 0px;
}
#menu-mobile li {
	list-style:none;
	font-size:16px;
	color:#fff;
}
#menu-mobile li a {
	color:#fff;
	display:block;
	padding:8px 0px;
	border-bottom:1px solid #3a3a3a;
}
#menu-mobile li a:hover {
	text-decoration:none;
}
.menu-item-has-children {
	position:relative;
}
.menu-item-has-children:after {
	content:'\002B';
	color:#fff;
	display:block;
	position:absolute;
	top:4px;
	right:0px;
	font-size:26px;
	font-weight:bold;
}
.menu-item-has-children.active:after {
	content:'-';
}
#menu-mobile li ul {
	display:none;
	margin:0px 0px 8px 0px;
}
#menu-mobile li ul a {
	padding-left:8px;
}
#mobile-menu .search-form {
	margin-bottom:30px;
}
#mobile-menu input[type=search] {
	border:0px;
}
#mobile-menu .search-submit {
	display:none;
}

/* Styles for Sliding Mobile Navigation ----*/

#site-wrapper {
	overflow: hidden;
    position: relative;
    width: 100%;
}
#site-wrapper.is-offset #mobile-menu {
	overflow-x: hidden !important;
    overflow-y: scroll !important;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
	-webkit-transform:translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
	-ms-transform:translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    z-index: 1;
}
#slide-wrapper {
	backface-visibility: hidden;
    left: 0 !important;
    position: relative;
    transition: all 300ms ease 0s;
    width: 100%;
    z-index: 2;
	background:#fff;
}
#wrapper {	
    transition: all 300ms ease 0s;
}
#site-wrapper.is-offset #wrapper {
	transform:translate3d(-270px, 0px, 0px) scale3d(1, 1, 1);
	-webkit-transform:translate3d(-270px, 0px, 0px) scale3d(1, 1, 1);
	-ms-transform:translate3d(-270px, 0px, 0px) scale3d(1, 1, 1);
}
/* HTML5-specific Styles ---------------------------------- */



/* A message for users with JavaScript turned off */
noscript strong {display: block; font-size: 18px; line-height:1.5em; padding: 5px 0; background-color: #ccc; color: #a00; text-align: center; }

/* HTML5 elements need display: block */
header,nav,section,article,aside,figure,footer { display:block; }

#content figure { background:#f1f1f1; line-height:18px; margin-bottom:20px; padding:4px; text-align:center; }
#content figure img { margin:5px 5px 0; }
#content figure figcaption { color:#888; font-size:12px; margin:5px; font-family:"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; }


.ie6 nav ul li.current_page_item a,.ie6 nav ul li.current-menu-ancestor a,.ie6 nav ul li.current-menu-item a,.ie6 nav ul li.current-menu-parent a,.ie6 nav ul li a:hover { color:#fff; }


/* --- Page-Specific Content ------------------------------- */

/* =Content
-------------------------------------------------------------- */


p, ol, ul {
	margin-bottom:24px;
	font-size:18px;
	line-height:25px;
}
#main {
	clear: both;
	overflow: visible;
	padding: 60px 0 24px 0;
	z-index:20;
}
#content {
}
p,
ul,
ol,
dd,
pre,
hr {
	margin-bottom: 24px;
}
ul {
	list-style:disc outside;
	margin:0px 0px 24px 24px;
	padding:0px;
	text-align:left;
}
ul li {
	margin:0px 0px 2px 0px;
	font-size:18px;
	line-height:25px;
	list-style:disc outside;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 14px;
}
#content dt,
#content th {
	color: #000;
}
h1, h2, h3, h4, h5 {
	line-height:1em;
	margin-bottom:36px;
}
h1 {
	font-size:35px;
	line-height:39px;
	letter-spacing:1px;
	color:#156c9b;
	text-align:center;
	margin-bottom:34px;
}
h2 {
	font-size:30px;
	color:#156c9b;
	text-align:center;
	letter-spacing:1px;
}
h3 {
	color:#156c9b;
	font-size:20px;
	text-align:center;
	letter-spacing:0px;
}
h4 {
	margin-bottom:6px;
	font-size:16px;
	letter-spacing:0px;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
}

.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #156c9b;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 24px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 8px solid #04a673;
	margin: 0 0 54px 0;
	padding: 20px 26px;
	text-align:center;
	display:block;
}
.entry-content fieldset legend {
	color: #04a673;
	font-weight: 600;
	padding: 0 30px;
	font-size:36px;
	line-height:40px;
	text-align:center;
	text-transform:none;
	letter-spacing:1px;
	font-family:'Raleway', sans-serif;
}
.entry-content fieldset img {
	max-width:80% !important;
	display:inline;
	width:auto;
	height:auto;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #111;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
.page #main {
	padding-bottom:24px;
}
.page-template-page-hybrid #main {
	padding-top:0px;
}
/* ---------------------------------------------------------
INDIVIDUAL PRESENTER PAGE  ------------------------------------------
------------------------------------------------------------ */

.single #main {
}
#single-presenter-img {
	float:left;
	width:35%;
	margin-right:0px;
}
#presenter-header {
	margin-bottom:36px;
}
#presenter-titles {
	float:right;
	width:65%;
	padding-left:40px;
	padding-top:35px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
h1.presenter-title {
	text-align:left;
	color:#156c9b;
	font-size:48px;
	font-weight:700;
	margin-bottom:12px;
	line-height:1.2em;
}
h2.presenter-slogan {
	font-size:24px;
	font-weight:500;
	color:#000000;
	text-align:left;
	margin-bottom:22px;
}
h3.presenter-website {
	font-size:16px;
	font-weight:600;
	font-family: 'Raleway', sans-serif;
	text-align:left;
	margin-bottom:0px;
}
.goback {
	display:inline-block;
	background:#156c9b;
	font-weight:800;
	color:#ffffff;
	text-transform:uppercase;
	line-height:60px;
	height:60px;
	font-size:20px;
	padding:0px 20px;
	text-align:center;
	cursor:pointer;
	letter-spacing:1px;
	transition:all .3s;
}
.goback:hover {
	background:#04a673;
	color:#ffffff;
}

/* ---------------------------------------------------------
INDIVIDUAL TOPIC PAGE  ------------------------------------------
------------------------------------------------------------ */

#video-done {
	display:none;
}
.topic-video {
	width: 100%;
  position: relative;
  height: auto;
}
.topic-video .video-js {
	position: absolute;
	padding:0px !important;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#presenter-bullets {
	list-style:none;
	margin:24px 0px 24px 0px;
	pading:0px;
	text-align:left;
}
ul#presenter-bullets li {
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 33px;
	list-style:none;
	background:url(images/bg-list-arrow.png) 0px 6px no-repeat;
	font-size:18px;
	line-height:26px;
}
#topic-top {
    margin-bottom: 36px;
}
.topic-video {
	margin-bottom:20px;
}
#lowres-video {
	display:none
}
.link-videores {
	text-align:center;
	display:block;
	cursor:pointer;
	margin-bottom:40px;
	background:#007ec9;
	color:#ffffff;
	font-size:14px;
	line-height:17px;
	margin-top:14px;
	padding:8px 0px;
}
.link-videores:hover {
	background:#003d8e;
}
#topic-top #presenter-titles {
	width:62%;
	padding-left:0px;
	padding-top:27px;
}
#topic-top #single-presenter-img {
	width:28%;
	margin-left:20px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#topic-top h1.presenter-title {
	font-size:28px;
	line-height:30px;
	margin-bottom:12px;
}
#topic-top h2.presenter-slogan {
	font-style:italic;
	font-size:24px;
	margin-bottom:6px;
}
#topic-top h3.presenter-website {
	color:#000000;
	font-size:16px;
}


/* ---------------------------------------------------------
POPUP OPT-IN  ------------------------------------------
------------------------------------------------------------ */

#popup-overlay {
	display:none;
	position:fixed;
	z-index:5000;
	background:rgba(0,0,0,.7);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	opacity:1;
	transition: all .3s ease-in-out 0s;
}
#popup-form {
	max-width:100%;
	width:400px;
	height:440px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top:-220px;
	background:#fff;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
	padding:30px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#popup-overlay.submitted {
	opacity:0;
}
.success {
	display:none;
}

/* Register Main Page ------------------------------ */

#reg-intro {
	padding-top:50px;
}
#reg-intro p {
	font-size:30px;
	font-weight:300;
	line-height:1.3em;
	color:#1e6e8c;
	text-align:center;
}
#reg-intro p strong {
	font-weight:800;
}
#reg-discover {
	padding-top:100px;
}
#reg-discover .inner {
	border:3px solid #159cda;
	max-width:980px;
	padding:104px 60px 30px 60px;
}
#reg-discover .discover-img {
	display:inline-block;
	position:absolute;
	top:-68px;
	left:50%;
	margin-left:-282px;
}
#reg-discover p {
	display:block;
	float:left;
	width:30%;
	color:#1e6e8c;
	font-size:24px;
	font-weight:700;
	line-height:1.3em;
	text-align:right;
	padding-right:64px;
	margin:0px;
	padding-top:26px;
	
}
#reg-discover p strong {
	font-weight:800;
}
ul.discover-list {
	margin:0px 0px 0px 0px;
	display:block;
	float:left;
	width:70%;
}
.discover-list li {
	list-style:none;
	color:#159cda;
	background:url(images/bg-circle-green.png) top 4px left 0px no-repeat;
	padding-left:30px;
	font-size:19px;
	font-weight:600;
	margin-bottom:18px;
}
#reg-additional-info {
	padding:94px 0px;
}
#reg-additional-info p {
	font-size:30px;
	font-weight:400;
	line-height:1.3em;
	color:#156c9b;
	text-align:center;
	max-width:720px;
	display:block;
	margin:0px auto;
}
#reg-additional-info p strong {
	font-weight:800;
	color:#8ad07e;
}
.page-template-page-register-php #main {
	padding-bottom:0px;
	padding-top:0px;
}
.hosted-by {
	border-bottom:8px solid #ffed57;
	height:215px;
	overflow:visible;
}
.hosted-by .inner {
	height:215px;
}
.hosted-by h2 {
	font-size:38px;
	line-height:45px;
	font-weight:normal;
	text-align:left;
	float:left;
	max-width:527px;
	position:relative;
	z-index:2;
	letter-spacing:0px;
	padding-top:43px;
}
.hosted-by h2 strong {
	font-weight:600;
}
.hosted-by img {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:1;
}
.reg-content-1 {
	background:#f8f8f8 url(images/bg-reg-content-1.jpg) top left no-repeat;
	background-size:auto 100%;
	border-bottom:1px solid #e7e7e7;
	padding:72px 0px;
}
.reg-content-1 p {
	font-size:20px;
	line-height:30px;
	margin-bottom:0px;
	margin-left:32%;
}
.reg-content-1 strong {
	font-size:24px;
	font-weight:600;
}
.reg-symptoms-list {
	padding:65px;
}
.reg-symptoms-list h2 {
	font-size:30px;
	line-height:36px;
	color:#04a673;
	font-weight:600;
	margin-bottom:38px;
}
.entry-content .symptoms-list {
	list-style:none;
	max-width:771px;
	margin:0px auto !important;
}
.entry-content .symptoms-list li {
	list-style:none;
	font-size:21px;
	background:url(images/bg-arrow.png) center left no-repeat;
	padding-left:46px;
	display:inline-block;
	margin-bottom:11px;
	width:32%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.reg-content-2 {
	background:#f8f8f8;
	border:1px solid #e7e7e7;
	padding:45px;
	font-size:20px;
	line-height:28px;
	margin-bottom:90px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.reg-content-2 p,
.reg-content-2 li {
	font-size:20px;
	line-height:28px;
}
.reg-content-2 p:last-child {
	margin-bottom:0px;
}
.reg-btn-container {
	background:url(images/bg-reg-btn-container.png) center center repeat-x;
	text-align:center;
	margin-bottom:50px;
	overflow:hidden;
}
/* Register Main Form ---*/
#register-main-form {
	background:#f8f8f8;
	border:1px solid #e7e7e7;
	padding:45px;
	font-size:20px;
	line-height:28px;
	max-width:1082px;
	margin:60px auto 0px auto;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#register-main-form h2 {
		background:url(images/bg-reg-btn-container.png) center center repeat-x;
	text-align:center;
	font-size:38px;
	line-height:45px;
}
#register-main-form h2 span {
	display:inline-block;
	background:#f8f8f8;
	padding:0px 20px;
	max-width:70%;
}
#register-main-form input[type="text"] {
	background:#53c4f0;
	border:0px;
	color:#fff;
	font-size:24px;
	padding:10px 18px;
	height:auto;
	font-weight:600;
}
#register-main-form label {
	display:none;
}
#register-main-form  h4 {
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:0px;
	color:#156c9b;
	text-align:center;
	margin:0px;
	padding-top:6px;
	text-transform:none;
}
#register-main-form ::-moz-placeholder {  /* Firefox 19+ */
   color:#fff;;
   opacity:1; 
}
#register-main-form ::-webkit-input-placeholder {
   color:#fff;
}
#register-main-form :-ms-input-placeholder {  
   color:#fff; 
}
.if-left {
	width:48%;
	float:left;
}
.if-right {
	width:48%;
	float:right;
}

/* Register Bottom Section -------------- */

#register-btm {
	padding:90px 0px 48px 0px;
	background:url(images/bg-register.jpg) center center no-repeat;
	background-size:cover;
}
#register-btm h2 {
	color:#fff;
	font-size:80px;
	font-weight:800;
	margin:0px 0px 20px 0px;
	letter-spacing:3px;
	text-transform:uppercase;
	line-height:1.1em;
}
#register-btm h2 span {
	font-size:30px;
	display:block;
	line-height:1.2em;
	text-transform:none;
}
#content .privacy {
	margin:0px;
	text-align:right;
	font-size:10px;
	letter-spacing:1px;
	font-weight:600;
	padding-top:6px;
}
#register-btm .infusion-form br {
	display:none;
}
#register-btm .infusion-field {
	display:block;
	float:left;
	margin-right:12px;
	
	width:25.2%;
}
#register-btm .infusion-submit {
	display:block;
	float:right;
	width:46.7%;
}
#register-btm .infusion-form input[type="submit"] {
	height:62px;
	line-height:62px;
	margin-bottom:0px;
}
#register-btm .infusion-form input[type="text"] {
	height:62px;
	line-height:62px;
	font-size:20px;
	margin-bottom:0px;
	border:0px;
}

/* Register Thank You Page ------------------------- */
.rty {
	float:left;	
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#reg-thank-you-left {
	width:27%;
	text-align:center;
	background: rgb(244,244,244);
	background: -moz-linear-gradient(top,  rgba(244,244,244,1) 55%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,rgba(244,244,244,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 55%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(244,244,244,1) 55%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(244,244,244,1) 55%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(244,244,244,1) 55%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
}
#reg-thank-you-left h2 {
	background:#156c9b;
	color:#fff;
	font-size:21px;
	line-height:1.3em;
	padding:10px;
	margin:0px 0px 14px 0px;
}
#reg-thank-you-left p {
	padding:0px 12px;
	font-size:16px;
	word-wrap: break-word;
}
#reg-thank-you-right {
	width:73%;
	padding:0px 10px 0px 30px;
}
#reg-thank-you-right p {
	margin-bottom:24px;
	text-align:center;
}
.rty-title span {
	display:block;
	font-size:.5em;
	font-weight:normal;
	font-style:italic;
	letter-spacing:0px;
}
.reg-gift h2 {
	margin-bottom:20px;
}
.reg-gift h2 span {
	display:block;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0px;
	line-height:1.4em;
}
.reg-gift {
	margin-bottom: 36px;
	padding:24px;
	border: 1px solid #CCC;
	clear:both;
}
.reg-gift :last-child {
	margin-bottom:0px !important;
}
/* Infusion Forms ---------------------------------- */

.infusion-form label {
	display:none;
}

/* Meet Your Host ------ */

#meet-your-host {
	padding:60px 0px 80px 0px;
	text-align:center;	
	background:url(images/bg-speakers.jpg) center center repeat-y;
	background-size:100% auto;
}
#meet-your-host.sales-myh {
	background:#fff;
	padding:90px 0px 40px 0px;
}
.myh-content {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	color:#1e6e8c;
	width:485px;
	max-width:100%;
}

#meet-your-host h2.myh-title {
	position:relative;
	width:100%;
	left:0px;
	margin-bottom:52px;
	font-size:60px;
	font-weight:400;
	font-family:"Merriweather", sans serif;
	letter-spacing:1px;
	color:#1e6d8c;
}
.myh-content p {	
	font-weight:400;
	font-size:15px;
	line-height:1.5em;
}
.myh-content h2 {
	color:#1e6e8c;
	font-weight:600;
	font-size:28px;
	text-transform:none;
	letter-spacing:.4px;
	text-align:left;
	margin-bottom:18px;
}
#meet-your-host img {
	display:inline-block;
	vertical-align:top;
	width:270px;
	height:auto;
	max-width:100%;
	margin-right:75px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#meet-your-host.sales-myh h2 {
	margin-bottom:38px;
	font-size:60px;
	font-weight:400;
	font-family:"Merriweather", sans serif;
	letter-spacing:1px;
	color:#1e6d8c;
}
#meet-your-host.sales-myh .myh-content p {
	font-weight:600;
	font-size:16px;
	line-height:1.7em;
}
#meet-your-host.sales-myh img {
	border:8px solid #c9e3ed;
}
#meet-your-host.sales-myh .myh-content h3 {
	font-size:28px;
	color:#1e6e8c;
	margin-bottom:28px;
	text-align:left;
	font-weight:900;
}
/* Register Now Buttons -------------- */

.register-now {
	display:inline-block;
	width:486px;
	height:143px;
	text-align:center;
	color:#ffffff;
	font-size:0px;
	overflow:hidden;
	text-indent:0px;
	background:url(images/bg-btn-register-now.png) top left no-repeat;
	background-size:486px 286px;
}
.register-now:hover {
	background-position:bottom left;
}
/* Color List */

.color-list {
	color:#0082c8;
	list-style:disc outside;
}
.color-list span {
	color:#000;
}

/* Reg Bonus  Sectin ------ */
#reg-gifts {
	padding:80px 0px 6px 0px;
}
h2.gifth2 {
	font-size:100px;
	color:#1e6d8c;
	text-transform:none;
	font-family:"Merriweather", serif;
	letter-spacing:4px;
	font-weight:200;
	line-height:1em;
	margin-bottom:18px;
}
h3.gifth3 {
	font-size:20px;
	color:#1e6e8cb;
	font-weight:700;
	letter-spacing:1px;
	margin-bottom:48px;
	line-height:1.2em;
}
ul.reg-gift-list {
	list-style:none;
	margin:0px;
	padding:18px 0px 48px 0px;
}
li.reg-bonus {
	display:block;
	color:#1c6c8b;
}
.reg-bonus-intro {
	font-size:20px;
	line-height:28px;
	margin-bottom:38px;
	max-width:923px;
	margin-left:auto;
	margin-right:auto;
}
span.gift-number {
	display:inline-block;
	color:#159cda;
	font-size:28px;
	font-weight:700;
	text-transform:uppercase;\
}
span.gift-number span {
	position:relative;
	top:-1px;
	font-size:31px;
}
.reg-bonus {	
	margin:0px;
}
.reg-bonus .inner {
	padding-bottom:50px;
	border-top:12px solid #d3f0fa;
	padding-top:66px;
}
.reg-bonus .img-left {
	width:40%;
	float:left;
	text-align:center;
}
.reg-bonus .img-left img {
	max-height:300px;
	width:auto;
}
.reg-bonus-content {
	float:right;
	width:54%;
	text-align:left;
}
.reg-bonus-content h2 {
	font-size:28px;
	font-weight:700;
	line-height:1.25em;
	text-align:left;
}

.reg-bonus-content h2 span.from {
	display:block;
	font-size:18px;
	font-weight:600;
	text-transform:none;
	color:#159cda;
}
	

.reg-bonus-content p.
.reg-bonus-content li {
	font-size:20px;
	line-height:28px;
}
.reg-bonus-content li {
	list-style:none;
	color:#159cda;
	background:url(images/bg-circle-green.png) top 4px left 0px no-repeat;
	padding-left:30px;
	font-size:19px;
	font-weight:600;
	margin-bottom:12px;
}
.reg-bonus-name {
	font-size:24px;
	line-height:27px;
	font-weight:600;
	margin-bottom:28px;
	padding-top:26px;
}
.reg-bonus-name span {
	font-size:20px;
	color:#000;
	font-weight:bold;
	font-style:italic;
}
ul#bonus-gifts {
	list-style:none;
	margin:0px 20%;
}
#bonus-gifts li {
	list-style:none;
	font-size:21px;
	line-height:28px;
	font-weight:300;	
	padding:0px 0px 0px 28px;
	font-weight:normal;
}
#bonus-gifts p {
	font-style:italic;
	font-weight:bold;
	color: #378b72;
	margin-top:24px;
	font-size:19px;
	margin-bottom:0px;
}
.extra-bonus-gifts {
	padding:60px 0px 60px 0px;
}
/* Presenter List ----------------------- */

#presenter-list-container {
	background:url(images/bg-speakers.jpg);
	background-size:100% auto;
	background-repeat:repeat-y;
	padding:80px 0px 70px 0px;
}
h2.speaker-list-title {
	font-family:"Merriweather", serif;
	font-size:100px;
	font-weight:300;
	color:#fff;
	text-transform:none;
	letter-spacing:3px;
	margin-bottom:60px;
	line-height:1.1em;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
h3.speaker-subtitle {
	font-size:30px;
	font-weight:300;
	letter-spacing:1px;
	margin-bottom:56px;
}
li + h3.speaker-subtitle {
	margin:56px 0px;
}
#presenter-list {
	text-align:center;
	margin-left:0px;
}
#presenter-list li {
	list-style:none;
	background:none;
	display:inline-block;
	vertical-align:top;
	width:24%;
	padding:0px 30px;
	margin:0px 0px 44px 0px;
	
}
.presenter-img {
	display:inline-block;
	position:relative;
	max-width:100%;
}
#topic-top .presenter-img { /* josh edit */
	display:inline;
}
.featured-overlay {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	top:0px;
	left:0px;
	content:"";
	background:url(images/featured-overlay.png) top right no-repeat;
	background-size:cover;
}
/* Presenter Bullets (when turned on) */
ul.presenter-bullets {
	padding:30px 40px;
	text-align:left;
	margin:0px;
	display:none;
	position: relative;background: rgb(101,179,215);
	background: -moz-linear-gradient(top,  rgba(101,179,215,1) 0%, rgba(20,139,194,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,179,215,1)), color-stop(100%,rgba(20,139,194,1)));
	background: -webkit-linear-gradient(top,  rgba(101,179,215,1) 0%,rgba(20,139,194,1) 100%);
	background: -o-linear-gradient(top,  rgba(101,179,215,1) 0%,rgba(20,139,194,1) 100%);
	background: -ms-linear-gradient(top,  rgba(101,179,215,1) 0%,rgba(20,139,194,1) 100%);
	background: linear-gradient(to bottom,  rgba(101,179,215,1) 0%,rgba(20,139,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65b3d7', endColorstr='#148bc2',GradientType=0 );
	margin-bottom:30px;
}
ul.presenter-bullets:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(101, 179, 215, 0);
	border-bottom-color: #65b3d7;
	border-width: 12px;
	margin-left: -12px;
}
#presenter-list ul.presenter-bullets li {
	display:list-item;
	list-style:disc outside;
	margin:0px 0px 6px 0px;
	font-size:15px;
	line-height:1.2em;
	width:auto;
	text-align:left;
	color:#fff;
	padding:0px;
	
}
.presenter-bullets-view {
        position:relative;
		margin-bottom:24px;
    }
	.entry-content .presenter-bullets-view li {
		background:none;
		padding-left:0px;
	}
	#content .presenter-bullets-view .panel li {
        margin:0px 0px 12px 0px;
        border-bottom:0px;
        position:relative;
		background:none;
	}
     
    #content .presenter-bullets-view h3 {
		font-family:"Lato", serif;
        font-size:24px;
		color:#000000;
		font-style:normal;
		letter-spacing:1px;
		font-weight:400;
		margin:0px;
		padding:10px 0px 14px 0px;
		line-height:33px;
		text-align:left;
		text-transform:none;
		
	}
         .presenter-bullets-view .panel {
        margin:15px 0px 20px 0px;
		padding-left:32px;
        display:none;
		cursor:text;
    }
#presenter-list li:last-child {
	margin-bottom:0px;
}
#presenter-list img {
	transition:all .3s;
	width:280px;
	height:auto;
	border:7px solid #fff;
	-moz-backface-visibility: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#presenter-list a:hover img {
	opacity:.7;
}
#presenter-list p {
	margin:0px;
}
#presenter-list h2 {
	color:#1c6c8b;
	margin:0px;
	font-size:19px;
	line-height:24px;
	margin:16px 0px 6px 0px;
	font-weight:800;
	padding:0px;
	background:none;
	font-style:normal;
	letter-spacing:.5px;
	
}
#presenter-list h4 {
	margin:0px;
	color:#1c6c8b;	
	font-weight:800;
	margin-bottom:15px;
	font-size:14px;
	text-transform:none;
	cursor:pointer;
	transition:all .3s ease 0s;
}
h4.website {
}
#presenter-list h4:hover {
	color:#36bfb3;
}
#presenter-list h4 span {
	display:inline-block;
	font-weight:900;
	font-size:13px;
	vertical-align:middle;
	margin: -4px 0px 0px 6px;
}
#presenter-list li h3 {
	
	font-weight:700;
	margin:0px 0px 22px 0px;
	font-size:14px;
	color:#1c6c8b;
	line-height:1.2em;
	padding:0px 20px 22px 20px;
	position:relative;
	font-style:normal;
	text-transform:none;
	letter-spacing:.2px;
}
#presenter-list li h3:after {
	content:"";
	display:block;
	width:28px;
	height:5px;
	background:#fff;
	position:absolute;
	left:50%;
	margin-left:-14px;
	bottom:0px;
}
#presenter-list .button {
	margin-top:12px;
}
/* Misc Content --- */

.aff-form-optin {
	font-size:14px;
}
.padbox {
	background:#f8f8f8;
	border:1px solid #e7e7e7;
	padding:45px;
	font-size:20px;
	line-height:28px;
	margin-bottom:40px;
	max-width:1082px;
}
/* FAQ Section ------ */
.faq {
	text-align:center;
	padding:74px 0px;
}
.faq h2 {
	color:#305883;
	display:inline-block;
	border-bottom:5px solid #305883;
	padding-bottom:8px;
	font-size:30px;
	letter-spacing:2px;
}
.contact-us-message {
	background:#e7e7e7;
	padding:40px;
	margin-bottom:24px;
}
.contact-us-message.login-request {
	background:#fdffbf;
}
.contact-us-message.login-request form br {
	display:none;
	clear:none;
}
.toggle-view {
	text-align:left;
    padding:0;
    width:100%;
        margin:24px 0px 10px 0px;
		border-bottom:1px solid #ccc;
        position:relative;
        cursor:pointer;
    }
	.entry-content .toggle-view li {
		background:none;
		padding-left:0px;
	}
	.faq h2 + .toggle-view {
		border-top:1px solid #ccc;
	}
	#content .toggle-view .panel li {
        margin:0px 0px 12px 0px;
        border-bottom:0px;
        position:relative;
		background:none;
	}
     
    #content .toggle-view h3 {
		font-family:"Raleway", serif;
        font-size:24px;
		color:#000000;
		font-style:normal;
		letter-spacing:1px;
		font-weight:400;
		margin:0px;
		padding:10px 0px 14px 0px;
		line-height:33px;
		text-align:left;
		text-transform:none;
		
    }
	.toggle-view h3 + p {
		
	}
 
    .toggle-view span {
		font-size:40px;
		line-height:40px;
		display:inline-block;
		vertical-align:middle;
		margin-top:-6px;
		color:#156c9b;
		font-weight:900;
		font-style:normal;
		margin-right:12px;
		width:30px;
		text-align:center;
    }
     
    .toggle-view .panel {
        margin:15px 0px 20px 0px;
		padding-left:32px;
        display:none;
		cursor:text;
    }

/* -----------------------------------------------------------\
AFFILIATE SIGNUP PAGE----------------------------------------------
------------------------------------------------------------ */

/*Affilaite Signup Form Specifics */

#ig-affiliate-form {
	padding:0px;
	margin:0px 0px 48px 0px;
}
.already-signed {
	text-align:center;
	font-weight:normal;
	font-size:16px;
	margin-bottom:24px;
}
#ig-affiliate-form input[type=text],
#ig-affiliate-form input[type=url],
#ig-affiliate-form input[type=tel],
#ig-affiliate-form input[type=number],
#ig-affiliate-form input[type=color],
#ig-affiliate-form input[type=email],
#ig-affiliate-form input[type=password],
#ig-affiliate-form textarea {
	-webkit-appearance: none;
	background: #ffffff;
	color:#0082c8;
	font-size:20px;
	line-height:20px;
	letter-spacing:3px;
	border:2px solid #0082c8;
	width:100%;
	height:auto;
	padding:14px 30px;
	text-transform:uppercase;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#ig-affiliate-form input[type=submit] {
	-webkit-appearance: none;
}
#ig-affiliate-form #inf_other_Username,
#ig-affiliate-form input[type=password] {
	text-transform:none;
}
#ig-affiliate-form input[type=radio] {
	margin-bottom:12px;
}
#ig-affiliate-form label.sublabel {
	font-size:15px;
	margin-bottom:0px;
	margin-top:0px;
}
#ig-affiliate-form textarea {
	line-height:24px;
	min-height:160px;
}
#ig-affiliate-form input, textarea {
	margin-bottom:36px;
	border-radius: 0;
}
#ig-affiliate-form label {
	font-size:20px;
	text-transform:uppercase;
	line-height:20px;
	margin-bottom:14px;
	display:inline-block;
}

#ig-affiliate-form ::-moz-placeholder {  /* Firefox 19+ */
   color:#0082c8;
   opacity:1; 
}
#ig-affiliate-form ::-webkit-input-placeholder {
   color:#0082c8;
}
#ig-affiliate-form :-ms-input-placeholder {  
   color:#0082c8;  
}

.page-template-page-affiliate-php #container .inner {
	max-width:680px;
}

/* ---------------------------------------------------
AFFILIATE CENTER -------------------------------------
--------------------------------------------------- */
.affiliate-buttons {
	text-align:center;
	margin-bottom:24px;
}
.affiliate-buttons .btn {
	font-size:24px;
	line-height:37px;
	text-align:center;
	width:40%;
	margin:1%;
	vertical-align:top;
}
.affiliate-buttons .btn span {
	font-size:40px;
	line-height:40px;
	font-weight:900;
	float:left;
	margin-right:14px;
}
.swipe-copy {
	padding: 40px; background: #ffffff; border: 1px solid #eeeeee; -webkit-box-shadow: 4px 7px 13px 0px rgba(0,0,0,0.29); -moz-box-shadow: 4px 7px 13px 0px rgba(0,0,0,0.29); box-shadow: 4px 7px 13px 0px rgba(0,0,0,0.29);
}
#affiliate-resources .alignleft {
	margin-right:12px;
}
.meme-img {
	height:280px;
	width:auto;
}
.aff-link-info {
	color: #000;
	font-weight:normal;
	line-height:1.8em;
}
/* ----------------------------------------------------------
SALES PAGE -----------------------------------------
---------------------------------------------------------------- */

.page-template-page-sales-php #main {
	padding-top:0px;
}
.order-buy-now {
	background:#f8f8f8;
	padding:46px 0px;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
}
.order-buy-now h2 {
	font-size:38px;
	line-height:45px;
	font-weight:normal;
}
.order-buy-now h2 strong {
	font-weight:600;
}
.header-order-top #logo {
	display:inline-block;
	width:224;
	height:auto;
	veritcal-align:middle;
}
.header-order-top h1.order-h1 {
	display:inline-block;
	max-width:800px;
	text-align:center;
	vertical-align:middle;
	font-size:37px;
	line-height:1.2em;
	font-weight:700;
	color:#a4ea98;
	letter-spacing:2px;
	text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
}
span.order-h2 {
	 font-size:21px;
	 line-height:1.2em;
	 color:#fff;
	 font-weight:600;
	 letter-spacing:1px;
	 margin-top:18px;
	 display:block;
 }
 .underline {
	 text-decoration:underline;
 }
 #sales-main #reg-additional-info p {
 	max-width:880px;
 }
 #guarantee {
	 margin-top:28px;
	 position:relative;	 
	padding:90px 0px 48px 0px;
	background:url(images/bg-register.jpg) center center no-repeat;
	background-size:cover;
 }
 .guarantee-content {
	width:calc(100% - 250px);
	padding:30px 0px 0px 30px;
	text-align:left;
	float:right;
	z-index:1;
	font-weight:600;
	color:#fff;
	text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
 }
  .guarantee-content h2 {
  	text-align:left;
	font-size:35px;
	line-height:40px;
	margin-bottom:32px;
	font-weight:900;
	color:#fff;
	text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
  }
  .guarantee-seal {
	  position:absolute;
	  top:0px;
	  left:0px;
	  z-index:10;
  }
 .guarantee-content p:last-child {
	 margin-bottom:0px;
 }
  #sales-main {
	 padding:60px 0px;
 }
 #sales-secondary {
	 color:#fff;
	 padding:56px 0px;
	 background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #7db9e8 4%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,#7db9e8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7db9e8 4%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7db9e8 4%,#1e5799 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7db9e8 4%,#1e5799 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7db9e8 4%,#1e5799 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
 }
#sales-secondary .inner {
	max-width:784px;
}
#sales-secondary h2 {
	color:#fff;
}
#sales-main #reg-intro p strong {
	color:#93d388;
}
/* Quick Order Section ----- */

#order-quick {
	text-align:center;
	padding:54px 0px;
	border-top:2px solid rgba(23,84,107,1);
	
	background: rgb(30,110,140);

background: -moz-linear-gradient(top,  rgba(30,110,140,1) 0%, rgba(23,84,107,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,110,140,1)), color-stop(100%,rgba(23,84,107,1)));

background: -webkit-linear-gradient(top,  rgba(30,110,140,1) 0%,rgba(23,84,107,1) 100%);

background: -o-linear-gradient(top,  rgba(30,110,140,1) 0%,rgba(23,84,107,1) 100%);

background: -ms-linear-gradient(top,  rgba(30,110,140,1) 0%,rgba(23,84,107,1) 100%);

background: linear-gradient(to bottom,  rgba(30,110,140,1) 0%,rgba(23,84,107,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e6e8c', endColorstr='#17546b',GradientType=0 );


}

#order-quick p {
	color:#fff;
	font-size:20px;
	line-height:1.3em;
	margin-bottom:28px;
}
#order-quick h2 {
	color:#fff;
	font-size:32px;
	line-height:1.3em;
	letter-spacing:2px;
	margin-bottom:32px;
}
#order-quick h3 {
	color:#ffdf1e;
	font-size:28px;
	margin-bottom:15px;
	font-weight:900;
	letter-spacing:1px;
	line-height:1.1em;
}
#order-quick h3 span {
	font-size:20px;
	font-weight:700;
	color:#fff;
}
.order-quick-btn {
	display:inline-block;
	vertical-align:top;
	margin:0px 20px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	max-width:28%;
}
.button.gotoproducts {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-size:22px;
	font-weight:bold;
	padding:12px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.button.gotoproducts:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
	color:#333333;
}
.button.gotoproducts:active {
	position:relative;
	top:1px;
}
/* ------------------------------------------------------------------------
----------------- PRODUCT TABLE SECTION ---------------------------------------
--------------------------------------------------------------------- */


#main-products {
	padding:80px 0px 60px 0px;
}
#secondary-products {
	padding:80px 0px 0px 0px;
}
.product-lg {
}
.product-lg h2 {
	font-size:42px;
	letter-spacing:2px;
	margin-bottom:0px;
}
.product-cols {
	padding:65px 0px 50px 0px;
	margin-top:40px;
	background:#fff;
}
.product-cols:after {
	content: "";
  	display: table;
  	clear: both;
}
.product-col {
	text-align:center;
	position:relative;
	width: 32%;
	float:left;
	background:#e4ecf3;
}
.product-col.digital-flash {
	width:36%;
	background:#fff;
	top:-36px;
	-webkit-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
z-index:5;
border:2px solid #93d388;
border-bottom:2px solid #93d388;
}
.product-col.digital-only {
	border-right:0px;
}
.product-col.flash-only {
	border-left:0px;
}
.product-choice-content {
	padding:20px;
	min-height:720px;
}
.product-col-right ul.product-list {
	margin-bottom:97px;
}
ul.product-list {
	text-align:left;
	margin:0px 0px 40px 0px;
	list-style:none;
}
ul.product-list li {
	list-style:none;
	background:url(images/bg-dot-blue.png) 3px 8px no-repeat;
	background-size:6px 6px;
	padding-left:18px;
	font-size:17px;
	line-height:1.3em;
	margin-bottom:8px;
}
.product-col h2 {
	background:#1e6d8c;
	color:#fff;
	font-size:22px;
	letter-spacing:0px;
	font-weight:800;
	margin:0px 0px 24px 0px;
	padding:16px;
}
.product-col.digital-flash h2 {
	background:#93d388;
	padding:24px 16px;
}
.product-col h3.access-via {
	color:#000;
	font-size:19px;
	line-height:1.3em;
	font-weight:500;
}
.product-col h3.product-price {
	color:#1e6d8c;
	font-size:25px;
	font-weight:800;
	padding-top:22px;
}
.product-col.digital-flash h3.product-price  {
	font-size:28px;
}
.product-col h3.product-price span {
	font-size:14px;
	color:#222;
	font-weight:300;
}
.product-col img.buynow {
	display:inline-block;
}
.best-value {
position:absolute;
top:-26px;
right:-26px;
display:block;
width:75px;
height:75px;
background:url(images/best-value.png) top center no-repeat;
background-size:100% 100%;
}
/* ------------------ END PRODUCT TABLE SECTION ----------------- */


/* ----------------------------------------------------------
BUTTON CLASS -----------------------------------------
---------------------------------------------------------------- */

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #56b6f6;
	-webkit-box-shadow:inset 0px 1px 0px 0px #56b6f6;
	box-shadow:inset 0px 1px 0px 0px #56b6f6;
	background-color:#156c9b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #005a96;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	padding:6px 24px;
	text-decoration:none;
	transition:all .3s;
	text-shadow:0px 1px 0px #005a96;
}
.button:hover {
	background-color:#005a96;
	color:#fff;
}
.button:active {
	position:relative;
	top:1px;
}

.button-lg {
	display:inline-block;
	color:#ffffff;
	padding:18px 12px;
	transition:all .3s;
	font-weight:bold;
	font-size:26px;
	text-transform:uppercase;
	transition:none;
	width:100%;
	max-width:600px;
	background: #fc94a1; /* Old browsers */
background: -moz-linear-gradient(top, #fc94a1 0%, #d63343 51%, #ed465a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc94a1), color-stop(51%,#d63343), color-stop(100%,#ed465a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fc94a1 0%,#d63343 51%,#ed465a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fc94a1 0%,#d63343 51%,#ed465a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fc94a1 0%,#d63343 51%,#ed465a 100%); /* IE10+ */
background: linear-gradient(to bottom, #fc94a1 0%,#d63343 51%,#ed465a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc94a1', endColorstr='#ed465a',GradientType=0 ); /* IE6-9 */
	margin:0px 0px 24px 0px;
}
.button-lg:hover {
	color:#ffffff;
	background: #63e1f2; /* Old browsers */

background: -moz-linear-gradient(top,  #63e1f2 0%, #16b9ce 51%, #156c9b 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63e1f2), color-stop(51%,#16b9ce), color-stop(100%,#156c9b)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #63e1f2 0%,#16b9ce 51%,#156c9b 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #63e1f2 0%,#16b9ce 51%,#156c9b 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #63e1f2 0%,#16b9ce 51%,#156c9b 100%); /* IE10+ */

background: linear-gradient(to bottom,  #63e1f2 0%,#16b9ce 51%,#156c9b 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63e1f2', endColorstr='#156c9b',GradientType=0 ); /* IE6-9 */


}
/* ----------------------------------------------------------
SCHEDULE PAGE -----------------------------------------
---------------------------------------------------------------- */

.event-day h2 {
	margin-top:36px;
	margin-bottom:48px;
	color:#04a673;
	text-transform:uppercase;
	font-size:40px;
	letter-spacing:2px;
}
.event-day + .event-day {
	margin-top:56px;
}

/* ----------------------------------------------------------
BONUS VIDEO PAGE -----------------------------------------
---------------------------------------------------------------- */

.page-template-page-bonus-videos-php .entry-content {
	text-align:center;
}
.bonus-video-play {
	display:inline-block;
	width:auto;
	height:auto;
}
.bonus-video-play img {
	display:block;
	z-index:1;
}
.btn-play {
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	display:none;
}

/* Video Player ------------- */

#affiliate-video-container {
	width:600px;
	height:338px;
	margin:0px auto 24px auto;
}


/*	--------------------------------------------------
	Reveal Modals (Video Player)
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		overflow:visible;
		}
	
	.reveal-modal {
		visibility: hidden;
		opacity:0;
		display:none;
		top: 50% !important;
		left: 50%;		
		position: fixed;
		z-index: 1000;
		-webkit-box-shadow:  2px 2px 20px 0px rgba(0, 0, 0, .4);        
        box-shadow:  2px 2px 20px 0px rgba(0, 0, 0, .4);
		}
	.reveal-modal .close-reveal-modal {
		font-size: 48px;
		line-height: .5;
		position: absolute;
		top: 0px;
		right: 0px;
		margin:-30px -30px 0px 0px;
		color: #fff;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		text-decoration:none;
		z-index:102;
		transition:all .3s;
	}
	.reveal-modal .close-reveal-modal:hover {
			color:#2edbc0;
	}

	.video-popup {
		margin-left: -360px;
		margin-top:-202px;
		width: 720px;
		height:404px;
		padding:0px;
		background: #000;
	}
	.video-popup iframe {
		max-width:960px;
		width:100%;
		height:100%;
	}
	
	.video-js {padding-top: 56.25% !important; }
	.vjs-fullscreen {padding-top: 0px !important;}

/* END VIDEO POPUP------ */


/* Share Bar ----------------------------------------------- */

#share {
	background:#156c9b;
	height:32px;
	margin-top:32px;
	padding:10px 0px;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:1000;
	text-align:center;
transition:margin .3s ease;
}
.page-template-page-register-php #share {
	/*margin-bottom:-52px;*/
}
#share.show {
	margin-bottom:0px;
}
#share .inner {
	max-width:100%;
}
.btn-share {
	display:inline-block;
	width:32px;
	height:32px;
	overflow:hidden;
	text-indent:100px;
	font-size:0px;
	margin:0px 2px;
	transition:all .3s;
	-moz-backface-visibility: hidden;
	vertical-align:top;
}
#share h2 {
	color:#ffffff;
	font-size:22px;
	text-align:left;
	line-height:32px;
	text-transform:uppercase;
	display:inline-block;
	margin-right:24px;
	vertical-align:top;
}
.btn-share:hover {
	opacity:.7;
}
#share-fb {
	background:url(inc/images/icon-fb.png);
}
#share-twitter {
	background:url(inc/images/icon-twitter.png);
}
#share-pinterest {
	background:url(inc/images/icon-pinterest.png);
}
#share-google-plus {
	background:url(inc/images/icon-googleplus.png);
}
#share-email {
	background:url(inc/images/icon-email.png);
}
#share-links {
	display:inline-block;
	vertical-align:top;
}

/* -----------------------------------------------------------\
SPONSORS SECTION ----------------------------------------------
------------------------------------------------------------ */

#sponsors {
	display:block;
	text-align:center;
	margin:0px auto 40px auto;
}
#sponsors h2 {
	font-family:"Merriweather", cursive;
	font-size:30px;
	font-weight:400;
	color:#1e6d8c;
	text-transform:none;
	letter-spacing:.4px;
	text-align:center;
	margin-bottom:36px;
	font-style:italic;
}
#sponsors img.logo-premium {
	display:inline-block;
	vertical-align:middle;
	margin:20px 40px;
	height:120px;
	width:auto;
}
#sponsors img.logo-normal {
	display:inline-block;
	vertical-align:middle;
	margin:20px 20px;
	height:90px;
	width:auto;
}
#sponsors img.logo-small {
	display:inline-block;
	vertical-align:middle;
	margin:20px 20px;
	height:60px;
	width:auto;
}

/* ----------------------------------------------------
Fancy Select Plugin Styles -------------------------------
------------------------------------------------------*/

div.fancy-select {
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #0082c8;
}

div.fancy-select.disabled {
	opacity: 0.5;
}

div.fancy-select select:focus + div.trigger {
	box-shadow: 0 0 0 2px #156c9b;
}

div.fancy-select select:focus + div.trigger.open {
	box-shadow: none;
}

div.fancy-select div.trigger {
	border-radius: 0px;
	cursor: pointer;
	font-size:20px;
	font-weight:400;
	letter-spacing:4px;
	padding:14px 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	background: #ffffff;
	color: #0082c8;
	width: 100%;
	border:2px solid #0082c8;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	transition: all 240ms ease-out;
	-webkit-transition: all 240ms ease-out;
	-moz-transition: all 240ms ease-out;
	-ms-transition: all 240ms ease-out;
	-o-transition: all 240ms ease-out;
}

div.fancy-select div.trigger:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #156c9b;
	top: 23px;
	right: 9px;
}

div.fancy-select div.trigger.open {
	color: #ffffff;
	background: #156c9b;
	box-shadow: none;
}

div.fancy-select div.trigger.open:after {
	border-top-color: #7A8498;
}

div.fancy-select ul.options {
	list-style: none;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 50;
	max-height: 200px;
	overflow: auto;
	background: #ffffff;
	border-radius: 0px;
	border-top: 1px solid #ffffff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	min-width: 200px;
	max-width:400px;

	transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
	visibility: visible;
	top: 57px;
	opacity: 1;

	/* have to use a non-visibility transition to prevent this iOS issue (bug?): */
	/*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
	transition: opacity 300ms ease-out, top 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
	top: auto;
	bottom: 40px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
	top: auto;
	bottom: 50px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
	padding: 8px 12px;
	background:none;
	color: #000000;
	cursor: pointer;
	white-space: nowrap;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width:100%;
	overflow:hidden;
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
	background: #a0c4da;
	color: #ffffff;
}

div.fancy-select ul.options li.hover {
	color: #a0c4da;
	background:#ffffff;
}

/* END FANCY SELECT ---------- */

/* ------------------------------------------------------
COUNTDOWN TIMER -------------------------------------------------
------------------------------------------------------- */

.countdown {
	line-height: 1.2em;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}

.countdown-area {
	margin:12px 0px 48px 0px;
}
.home-countdown {
	background: #156c9b;
	margin:0px;
	border-bottom:8px solid #ffed57;
}
.home-countdown h2 {
	color:#fff;
	font-weight:600;
	text-align:center;
	font-size:38px;
	line-height:48px;
	margin:0px;
	padding-top:20px;
}
/* Example 1 */

.countdown-area .countdown {
	background: #156c9b;
	color:#ffffff;
	line-height: 1.4;
	padding: 0px;
}

.countdown-area .ce-days,
.countdown-area .ce-hours,
.countdown-area .ce-minutes,
.countdown-area .ce-seconds,
.countdown-area .ce-dseconds,
.countdown-area .ce-mseconds {
	font-size: 4.5em;
	font-family:'Raleway',sans-serif;
}

.countdown-area .ce-days-label,
.countdown-area .ce-hours-label,
.countdown-area .ce-minutes-label,
.countdown-area .ce-seconds-label,
.countdown-area .ce-dseconds-label,
.countdown-area .ce-mseconds-label {
	display: block;
	text-transform: uppercase;
}

.countdown-area .ce-dseconds {
	display: inline-block;
	width: 150px;
}

.countdown-area .ce-mseconds {
	display: inline-block;
	width: 150px;
}

.countdown-area .col {
	display: inline-block;
	padding-bottom:20px;
	margin:0px 20px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */
img {
	max-width:100%;
	height:auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* Iframe --------------------- */

.iframe {
	overflow:hidden;
	width:100%;
	margin-bottom:24px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
.fb-comments, .fb-comments span[style], .fb-comments iframe[style] {width: 100% !important;}
.fb_iframe_widget,
.fb_iframe_widget > span,
.fb_iframe_widget iframe {
    width: 100% !important;
}
.fb-comments {
	background:#ffffff;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: relative;
	float:left;
	margin-right:10px;
}
.comment-author {
	font-size:16px;
	color:#000000
	line-height:18px;
}
.comment-author cite {
	color: #156c9b;
	font-style: normal;
	font-weight: 700;
	font-size:18px;
}
.comment-author .says {
	
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 10px 0;
	color:#888888;
	font-style: italic;
	line-height:16px;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #a6a6a6;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a {
	color: #ffffff;
	display:inline-block;
	background:#bfbfbf;
	text-transform:uppercase;
	line-height:20px;
	height:20px;
	padding:0px 6px;
	transition:all .3s;
	letter-spacing:1px;
}
.reply a:hover {
	color: #ffffff;
	background:#156c9b;
}
.commentlist .children {
	list-style: none;
	margin: 0px 0px 0px 22px;
	padding-left:46px;
	background:url(images/bg-comments-children.png) top left no-repeat;
	background-size:34px 35px;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 14px;
	font-style: italic;
}

#comments {
	text-align:left;
}
#comments h3 {
	font-size:28px;
	font-weight:500;
	letter-spacing:.3px;
	color:#000000;
	text-align:center;
}
#comments .comments-title {
	font-size:30px;
	font-weight:500;
	letter-spacing:1px;
	color:#04a673;
	text-align:center;
	font-style:italic;
}
#comment-with {
	font-size:20px;
	margin-bottom:48px;
}
#comment-with a {
	display:inline-block;
	color:#ffffff;
	letter-spacing:1px;
	font-weight:700;
	width:48%;
	height:50px;
	line-height:50px;
	font-size:16px;
	text-transform:uppercase;
	background:#156c9b;
	transition:all .3s;
	text-align:center;
}
#comment-with a:hover {
	background:#04a673;
}
#comments-wp {
}



/* Comments form */
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0px 0px 12px 0px;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
	display:none;
}
#respond .comment-notes .required {
	display:inline-block;
}
#respond label {
	color: #000000;
	font-size:18px;
	font-style:italic;
	text-transform:none;
	font-weight:500;
	display:none;
}
#respond .cptch_block label {
	display:block;
	margin-bottom:8px;
}
#respond input {
	margin: 0 0 9px;
	width: 100%;
}
#respond textarea {
	width: 100%;
	padding:18px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:none;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	display:inline-block;
	background:#156c9b;
	font-weight:800;
	color:#ffffff;
	text-transform:uppercase;
	line-height:60px;
	height:60px;
	width:auto;
	font-size:20px;
	padding:0px 20px;
	text-align:center;
	cursor:pointer;
	letter-spacing:1px;
	transition:all .3s;
}
#respond .form-submit input:hover {
	background:#04a673;
	color:#ffffff;
}
#cptch_input {
	width:50px !important;
	font-size:16px !important;
}
.cptch_block {
	margin-top:12px;
}
.cptch_block br {
	display:none;
}
.comment-form-subscriptions label {
	display:block !important;
}
.comment-form-subscriptions select, .comment-form-subscriptions div {
	margin-bottom:12px;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#sidebar {
}
#secondary {
}
.side-banner img {
	margin-bottom:18px;
}

#sidebar-ads.sticky { float: none; position: fixed; top: 20px; z-index: 6; left: auto; }
/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#disclaimer {
	text-align:center;
	padding-top:12px;
}
footer {
	margin:0px;
	padding:30px 0px 0px 0px;
	z-index:5;
	background:#fff;
	position:relative;
}
.page-template-page-register-php footer {
	padding-top:84px;
}
footer p {
	color:#fff;
	font-size:12px;
	font-weight:600;
	margin-bottom:0px;
	line-height:15px;
	display:block;
}
footer p a {
	color:#fff;
}
footer .menu-footer {	
display:block;
width:100%;
clear:both;
}
footer .menu-footer ul {
list-style:none;
margin:0px;
text-align:center;
}
footer .menu-footer ul li {
	display:inline-block;
	font-size:14px;
	margin-bottom:0px;
	line-height:45px;
}
footer .menu-footer ul li a {
	text-transform:uppercase;
	display:inline-block;
	padding:0px 15px;
	transition:all .3s;
}
footer .menu-footer ul li:after {
	content: "/";
}
footer .menu-footer ul li:last-child:after {
	content:normal;
}
footer .menu-footer ul li a:hover {
	color:#04a673;
}
/* Footer Menu Special Button */

footer .menu-footer-btns {
    width: auto;
	text-align:center;
	margin-bottom:50px;
}
footer .menu-footer-btns ul {
    list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
}
footer .menu-footer-btns ul li {
	display:inline-block;
	list-style:none;
	margin:0px 16px;
}
footer .menu-footer-btns ul li a {
	display:block;
	font-weight:400;
	text-transform:uppercase;
	font-size:22px;
	letter-spacing:0px;
	color:#fff;
	font-family: 'Raleway', serif;
	transition: all .3s ease-in-out 0s;
}
footer .menu-footer-btns ul li a:hover {
	color:#bceffd;
 }
footer .menu-footer-btns ul li:after {
	content: normal;
}
footer .menu-footer-btns ul li:after {
	content:normal;
}
#footer-logo {
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
#footer-logo img {
	max-height:50px;
	margin-bottom:12px;
	width:auto;
}
#footer-btm {
	padding:50px 0px;
	background: rgb(30,110,140);

background: -moz-linear-gradient(top,  rgba(30,110,140,1) 0%, rgba(23,84,107,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,110,140,1)), color-stop(100%,rgba(23,84,107,1)));

background: -webkit-linear-gradient(top,  rgba(30,110,140,1) 0%,rgba(23,84,107,1) 100%);

background: -o-linear-gradient(top,  rgba(30,110,140,1) 0%,rgba(23,84,107,1) 100%);

background: -ms-linear-gradient(top,  rgba(30,110,140,1) 0%,rgba(23,84,107,1) 100%);

background: linear-gradient(to bottom,  rgba(30,110,140,1) 0%,rgba(23,84,107,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e6e8c', endColorstr='#17546b',GradientType=0 );




}
/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
/** ------------------------------------------- SET UP ALL OF OUR RESPONSIVE/MOBILE STYLES --------------------------------------------- **/

/** STYLES AT A PAGE WIDTH OF 980px MAX - BREAKPOINT  **/

@media screen and (max-width: 1082px)
{
	
	.inner {
		padding-left:20px;
		padding-right:20px;
	}
	.signup-video {
		padding-left:20px;
		padding-right:20px;
	}
	.header-top, .signup-video {
	}
	.header-order-top h1.order-h1 {
	}
	.header-reg-top h1 {
		font-size:28px;
	}
	.header-reg-top h1 span {
		font-size:19px;
	}
	#reg-discover {
		background:none;
	}
	#register-btm .infusion-submit {
		width:45.7%;
	}
	#meet-your-host img {
		width:30%;
	}
}
/** STYLES AT A PAGE WIDTH OF 980px MAX - BREAKPOINT  **/

@media screen and (max-width: 980px)
{
	
	#header-video-reg-container {
		width:52%;
		height:auto;
	}
	#header-reg-form {
		width:43%;
	}
	.signup-video .inner {
	}
	
	.inner-narrow {
		padding-left:20px;
		padding-right:20px;
	}
	.video-popup {
		margin-left: -440px;
		margin-top:-225px;
		width: 880px;
		height:450px;
	}
	#reg-discover .inner {
		max-width:90%;
	}
	#reg-discover p {
		float:none;
		width:100%;
		margin-bottom:30px;
		text-align:center;
	}
	ul.discover-list {
		float:none;
		width:100%;
	}
	#reg-discover .discover-img {
		max-width:100%;
	}
}

/** STYLES AT A PAGE WIDTH OF 800px MAX - BREAKPOINT  **/

@media screen and (max-width: 800px)
{
	.header-reg-top h1 {
		font-size:25px;
	}
	#logo {
		width:280px;
		margin-left:0px;
	}
	.header-reg-top {
		width:calc(100% - 300px);
	}
	.header-reg-top h1 {
		font-size:23px;
	}
	.header-reg-top h1 span {
		font-size:18px;
	}
	#header-reg-form h2 {
		font-size:17px;
		margin-bottom:18px;
	}
	#register-btm .infusion-submit {
		width:45.7%;
	}
	input[type="submit"] {
		font-size:24px;
	}
	#reg-discover p {
		padding-right:0px;
	}
	#reg-additional-info {
		padding:20px 0px 20px 0px;
	}
	#reg-intro p {
		font-size:24px;
		line-height:1.4em;
	}
	#reg-discover {
		background-position:top right -120px;
	}
	#reg-discover h2 {
		width:100%;
		text-align:center;
		float:none;
	}
	ul.discover-list {
		float:none;
		width:100%;
	}
	.register-now {
		font-size:30px;
		padding:50px 74px;
	}
	h2.speaker-list-title {
		font-size:55px;
	}
	#presenter-list li {
		width:48%;
	}
	h2.gifth2 {
		font-size:40px;
	}
	h3.gifth3 {
		font-size:20px;
	}
	
	h2.order-gifth2 strong {
		
	}
	#register-btm h2 {
		font-size:48px;
		line-height:1.2em;
	}
	#register-btm h2 span {
		font-size:15px;
	}
	#meet-your-host img {
		width:260px;
	}
	.myh-content {
		width:calc(100% - 346px);
	}
	.myh-content h2 {
		font-size:40px;
	}
	.myh-content h2 span {
		font-size:26px;
		margin-top:6px;
	}
	.video-popup {
		margin-left: -300px;
		margin-top:-169px;
		width: 600px;
		height:338px;
	}
	.reveal-modal .close-reveal-modal {
		top: 0px;
		right: 0px;
		margin:-40px 0px 0px 0px;
	}
	.entry-content fieldset img {
		width:600px;
	}
	/* Order Page */	
	
	.order-top {
		background:none;
	}
	.guarantee-seal {
		display:none;
	}
	.guarantee-content {
		width:100%;
	}
	
	/* Product Table */
	
	.product-col.digital-flash h2 {
		padding:20px 50px;
	}
	
	/* End Product Table */
	
	.header-order-top #logo {
		width:240px;
		margin-bottom:20px;
	}
	.header-order-titles {
		width:100%;
	}

}

/** STYLES AT A PAGE WIDTH OF 700px MAX - BREAKPOINT  **/

@media screen and (max-width: 700px)
{
	#header-video-reg-container {
		float:none;
		margin:0px auto;
	}
	#header-reg-form {
		width:280px;
		float:none;
		margin:24px auto 0px auto;
	}
	
	
	.header-top {
		height:auto;
	}
	.header-top h2 {
		float:none;
		text-align:center;
	}
	.header-top h3 {
		float:none;
		text-align:center;
		padding:0px;
	}
	#header-video-reg-container {
		width:280px;
		height:159px;
	}
	.faq {
		padding-bottom:34px;
	}
	
	.video-popup {
		margin-left: -240px;
		margin-top:-135px;
		width: 480px;
		height:270px;
	}
	
	.entry-content fieldset img {
		width:400px;
	}
	.affiliate-buttons .btn {
		width:100%;		
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
}
/** STYLES AT A PAGE WIDTH OF 500px MAX - BREAKPOINT  **/
@media screen and (max-width: 500px)
{
	
	/*General ---*/
	
	.nav-button {
		display:block;
	}
	nav#access {
		display:none;
	}
	.menu-header {
		display:none;
	}
	.menu-header-mobile {
		display:block;
	}
	#mobile-access {
		display:block;
	}
	#mobile-menu {		
	display:block;
	visibility:visible;
	}
	
	
	/* Video */
	
	#affiliate-video-container {
		width:280px;
		height:157px;
	}
	.video-js {
		width:280px !important;
	}
	/* Header ---------- */
	
	#logo {
		display:block;
		position:relative;
		margin:0px auto;
		top:auto;
		left:auto;
		float:none;
		max-width:100%;
	}
	.header-reg-top {
		width:100%;
		max-width:100%;
	}
	#eventbanner h2 {
		font-size:16px;
	}
	.header-reg-top h1 {
		font-size:27px;
		line-height:1.1em;
		padding-left:0px;
	}
	.header-top h2 {
		font-size:19px;
	}
	#order-quick h2 {
		font-size:24px;
		letter-spacing:1px;
	}
	.button.gotoproducts{
		font-size:19px;
	}
	#header-reg-form {
		padding-top:0px;
	}
	.signup-video {
		padding-top:0px;
	}
	header #top-date h2 {
		font-size:24px;
		line-height:30px;
	}
	header #top-date h3 {
		font-size:15px;
	}
	#header-reg-form {
		padding-top:20px;
	}
	input[type="submit"] {
		padding:0px;
	}
	.header-order-top h1.order-h1 {
		font-size:22px;
		letter-spacing:1px;
	}
	.header-order-top #logo {
		height:auto;
	}
	h2.order-gifth2 {
		font-size:30px;
	}
	#sales-gifts {
		padding:20px 0px;
	}
	div.presenter-list-title p {
		font-size:30px;
	}
	.product-lg h2 {
		font-size:30px;
	}
	.guarantee-content {
		float:none;
		max-width:100%;
		width:100%;
		padding:0px;
	}
	.guarantee-content h2 {
		font-size:26px;
		line-height:1.3em;
	}
	
	#reg-discover .inner { 
	padding:30px;
	}
	#reg-discover .discover-img {
		display:inline-block;
		left:auto;
		margin-left:0px;
		position:relative;
		top:auto;
	}
	/* Register Page */
	
	#reg-discover p {
		font-size:19px;
	}
	#meet-your-host h2.myh-title {
		position:relative;
		top:0px;
		margin-bottom:30px;
		font-size:46px;
	}
	#reg-intro {
		padding-top:44px;
	}
	#reg-intro p {
		font-size:18px;
		padding:0px;
	}
	#reg-discover h2 {
		width:100%;
		text-align:center;
		padding:0px;
	}
	.product-cols {
		padding:0px;
	}
	#sales-gifts {
		padding-top:0px;
	}
	#main-products {
		padding:0px;
	}
	#reg-discover {
		padding:44px 0px;
	}
	ul.discover-list li {
		width:100%;
		font-size:16px;
		margin-bottom:20px;
	}
	ul.discover-list {
		float:none;
		width:100%:
	}
	#presenter-list-container {
		padding:44px 0px;
	}
	#reg-gifts {
		padding:60px 0px;
	}
	h2.gifth2 {
		letter-spacing:2px;
		font-size:21px;
	}
	h3.gifth3 {
		font-size:18px;
	}
	ul.reg-gift-list {
		margin-top:20px;
	}
	li.reg-bonus .img-left {
		float:none;
		width:100%;
		margin-bottom:24px;
	}
	.reg-bonus-content h2 {
		font-size:24px;
		line-height:1.15em;
	}
	ul.reg-gift-list li.reg-bonus {
		margin-bottom:42px;
	}
	#reg-intro img.alignleft {
		margin:0px auto 36px auto;
		display:block;
	}
	#meet-your-host {
		padding:44px 0px;
	}
	.myh-content {
		width:100%;
		margin-top:24px;
		padding-right:0px;
	}
	.myh-content p {
		font-size:15px;
	}
	footer .menu-footer-btns ul li {
		border-right:0px;
	}
	h2.speaker-list-title {
		letter-spacing:2px;
		font-size:32px;
		margin-bottom:50px;
	}
	h3.speaker-subtitle {
		font-size:24px;
	}
	.home-countdown h2 {
		font-size:34px;
		margin-bottom:20px;
	}
	h3.gift-number {
		font-size:24px;
	}
	h3.gift-number span {
		top:-2px;
	}
	.register-now {
		font-size:21px;
		padding:30px;
	}
	.reg-bonus .img-left {
		width:100%;
	}
	.reg-bonus-content {
		width:100%;
	}
	.if-right {
		width:100%;
	}
	.if-left {
		width:100%;
	}
	#register-main-form {
		padding:20px 0px;
	}
	#register-main-form h2 {
		background:none;
		font-size:26px;
		line-height:32px;
	}
	.myh-box {
		margin:0px;
		max-width:100%;
	}
	#meet-your-host img {
		margin:0px auto 36px auto;
		float:none;0
		}
	#footer-logo {
		display:block;
		margin:0px auto 40px auto;
	}
	/* Register Bottom Area ---*/
	#register-btm {
		padding-top:55px;
	}
	#register-btm h2 {
		padding:0px;
		font-size:28px;
		line-height:32px;
		letter-spacing:2px;
	}
	#register-btm .infusion-field,
	#register-btm .infusion-submit {
		width:100%;
	}
	#register-btm .infusion-field {
		margin-bottom:18px;
	}
	/* Presenter List ----- */
	#presenter-list li {
		width:100%;
		margin-bottom:48px;
	}
	.page-template-page-sales-php #presenter-list li {
		margin-bottom:36px;
	}
	#presenter-list img {
		max-width:220px;
	}
	#register-schedule .inner {
		padding:55px 0px;
	}
	#register-schedule h3 {
		line-height:1.3em;
		margin-bottom:55px;
	}
	#register-schedule h2 {
		font-size:32px;
	}
	#presenter-list li h2 {
		font-size:22px;
		line-height:1.2em;
	}
	/* Bonus Section ---- */
	.bonus-video {
		width:100%;
	}
	#bonus h2 {
		font-size:20px;
		line-height:28px;
		padding:0px;
	}
	.bonus-video h3 {
		padding:0px;
	}
	
	/* Presenter Single Page ---*/
	
	#presenter-titles {
		width:100%;
		padding:0px;
	}
	#single-presenter-img {
		width:100%;
		margin-bottom:24px;
	}
	h1.presenter-title {
		font-size:30px;
	}
	h2.presenter-slogan {
		font-size:18px;
	}
	h3.presenter-website {
		font-size:14px;
	}
	/* Topic Single Page-------- */
	#topic-top #presenter-titles {
		width:100%;
		padding:0px;
	}
	#topic-top #single-presenter-img {
		width:90%;
		display:block;
		margin:0px auto 24px auto;
		float:none;
	}
	#topic-top h1.presenter-title {
		font-size:30px;
	}
	#topic-top h2.presenter-slogan {
		font-size:18px;
	}
	#topic-top h3.presenter-website {
		font-size:14px;
	}
	/* Footer ---- */
	
	footer {
		padding-top:10px;
	}
	footer p {
		text-align:center;
		width:100%;
		line-height:1em;
		padding:12px 0px;
		float:none;
	}
	footer .menu-footer {
		width:100%;
		float:none;
		text-align:center;
	}
	#share {
		height:auto;
	}
	#share h2 {
		display:none;
	}
	#share-links {
		position:relative;
		right:auto;
		width:100%;
		text-align:center;
	}
	footer .menu-footer ul {
		width:100%;
		float:none;
		text-align:center;
	}
	footer .menu-footer ul li {
		width:100%;
	}
	footer .menu-footer ul li:after {
		content:"";
	}
	footer .menu-footer ul li.btn-footer a {
		margin:0px
	}
	.video-popup {
		margin-left: -151px;
		margin-top:-85px;
		width: 302px;
		height:170px;
	}
	#respond .form-submit input {
		width:100%;
	}
	#comment-with a {
		width:100%;
		margin-bottom:6px;
	}
	.two-column #content {
		width:100%;
		float:none;
	}
	#sidebar {
		width:100%;
		float:none;
	}
	
	.entry-content fieldset img {
		width:240px;
	}
	.entry-content fieldset legend {
		font-size:26px;
		line-height:30px;
		padding:0px 10px;
	}
	#sales-what-you-get-title h2 {
		left:50%;
		margin-left:-160px;
	}
	.countdown-area .col {
		display: block;
		padding-bottom: 20px;
		margin: 0 20px;
	}
	.countdown-area .ce-days,
	.countdown-area .ce-hours,
	.countdown-area .ce-minutes,
	.countdown-area .ce-seconds,
	.countdown-area .ce-dseconds,
	.countdown-area .ce-mseconds {
		font-size: 3.5em;
	}
	
	/* Order Page ---- */
	
	/* Registration Thank You */
	#reg-thank-you-left {
		width:100%;
		float:none;
	}
	#reg-thank-you-right {
		width:100%;
		float:none;
		padding:0px;
		margin-top:36px;
	}
	.rty-title span {
		line-height:1.5em;
		margin-top:6px;
	}
	input#Order {
		max-width:300px;
	}
	
	.fuse input[type="text"], .fuse input[type="email"], .fuse input[type="password"], .fuse input[type="tel"] {
		max-width:230px !important;
	}
	
	/* Footer ------ */
	
	footer .menu-footer-btns {
		display: inline-block;
		float: none;
		width: 100%;
		text-align:center;
	}
	
	/* Affiliate Pages ---*/
	
	.affiliate-buttons .btn {
		width:100%;
		margin-bottom:12px;
	}
	
	/* Product Table */
	
	.product-col {
		width: 100%;
		float: none;
		margin-bottom:30px;
	}
	.product-col.digital-only {
		border-right:1px solid #eee;
	}
	.product-col.flash-only {
		border-left:1px solid #eee;
	}
	.product-col.digital-flash {
		width:100%;
		top:0px;
	}
	
	/* End Product Table */
	
	#reg-additional-info p {
		font-size:20px;
	}




/** CSS STYLES AT A PAGE HEIGHT OF 650 PIXELS **********************************/

@media only screen and (max-height:650px)
{
	
}