/*
Theme Name: SpeakINC
Theme URI: http://speakinc.com
Author: viadesign
Author URI: http://viadesign.com
Description: Custom theme for Speak INC
Version: 1.0

Typekit usage: 

font-family: "league-gothic",sans-serif;
font-style: normal;
font-weight: 400;
*/


/* =Reset
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


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

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	
}

h1 .top {
    font-size: 17px;
    display: block;
    color: #777 !important;
    padding-left: 3px;
    line-height: 2;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
#main input[type="submit"] {
	
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
#main input[type="submit"]:hover {
	
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
#main input[type=email], #main input[type=text],
textarea {
	color: #666;
	border: 1px solid #CCC;
	border-radius: 3px;
	margin-top: 10px;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
input[type=text] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	
}
a:visited {
	
}
a:hover,
a:focus,
a:active {
	
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	display: block;
	width: 100%;
	position:absolute;
	left:35px;
	bottom:0px;
	height:32px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color:#FFFFFF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #FFF;
	background:url(images/bg-nav-main.png) 0px 0px repeat-x;
	width:159px;
	text-align:center;
	font-size:14px;
	height:30px;
	line-height:30px;
	border-right:none;
	text-transform: capitalize !important;
	font-weight: bold !important;
}

.main-navigation li:last-child a {
	background-position: 0px -60px;
	border-right:1px solid #FFFFFF;
	width:162px;
}

.main-navigation li:first-child a {
	background:url(images/bg-nav-home.png);
	width:44px;
	height:30px;
	text-indent:-9999px;
}

.main-navigation li#menu-item-25 a {color:#fceb1c;}

.main-navigation a:hover, 
.main-navigation li:first-child a:hover,
.main-navigation li:last-child a:hover,
.main-navigation .current-menu-item a,
.main-navigation .current-menu-parent a {background-position: 0px -30px;}

/* sub nav */

.main-navigation ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 1.5em;
	left: 0px;
	z-index: 99999;
	width:900px;
	padding-top:36px;
}


.main-navigation li li {
	float: left;
	display:block;
	position: relative;
	margin-left:24px;
}

.main-navigation li li:first-child a {
	background:none;
	width:auto;
	height:auto;
	text-indent:0px;
}

.main-navigation li li:last-child a {border:none;}

.main-navigation li li a {
	display: block;
	text-decoration: none;
	color:#959595;
	font-weight:bold;
	text-transform:lowercase;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border:none;
	background:none;
	width:auto;
	text-align:left;
	font-size:14px;
	height:30px;
	line-height:30px;
	border-right:none;
}

.main-navigation li li a:hover {color:#182969;}



.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
/*.main-navigation ul li:hover > ul,*/
.main-navigation ul li.current-menu-parent > ul,
.main-navigation ul li.current-menu-item > ul {
	display: block;
}

.home .main-navigation ul li:hover > ul {
	display: none;
}
.main-navigation li li.current_page_item a,
.main-navigation li li.current-menu-item a {
	color:#182969;	
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


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

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

.video-player {
	/*width: 420px */
}
/* =Navigation
----------------------------------------------- */

#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* Additional Styles */
body {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	color:#000000;
	background: #294592 url(images/background2.jpg) no-repeat top center;
	font-size:14px;
	font-size:1.4rem;
}

#page {
	width:1080px;
	margin:0px auto;
	background:#294592 url(images/background2.jpg) no-repeat;
	overflow:hidden;
	
}

#masthead {
	height:187px;
	position:relative;	
}

.site-title {
	background:url(images/logo.png) no-repeat;
	width:349px;
	height:86px;
	text-indent:-9999px;
	position:absolute;
	top:40px;
	left:35px;
}

.site-title a {
	display:block;
	width:349px;
	height:86px;
}

.site-description {text-indent:-9999px;}

.header-contact-info {
	text-align:right;
	position:absolute;
	right:35px;
	bottom:50px;
	color:#f89b4d;
	font-size:24px;
	font-weight:bold;
}

#header-search-form {
	position:absolute;
	top:20px;
	right:35px;
	text-align:right;
	width:50%;
}

#header-search-form label, #submit_search {position:absolute;top:0px;left:-9999px;}
#search_text {
	border:none;
	background:url(images/bg-search-input.png);
	width:180px;
	height:25px;
	line-height:25px;
	color:#555555;
	padding:0px;
	padding-left:27px;	
}

#main {padding:0px 35px 48px 35px;}


/* =Layouts
----------------------------------------------- */

.site-content {
	float: left;
	width: 100%;
}


/* =Home Page Layout
----------------------------------------------- */

body.home {color:#FFF;-webkit-font-smoothing: antialiased;}

.home #main .site-content {
	width: 320px;
	float:left;
	margin-right: 25px;	
}

.home #main .widget-area {
	float: left;
	overflow: hidden;
	width: 320px;
}
.home #main #secondary { /* Sidebar 1 */
	float:left;
	margin-top:0px;
 
	margin-right: 25px;}
.home #main #tertiary { /* Sidebar 2 */
	float:left;
	clear:none;
}

.home .padding, .home #content {
	width: auto;
	padding: 6px 23px;
	margin: 0;
}

.home #secondary .padding {margin:0px auto;width: auto;}
.home #tertiary .padding {float:right;}

.home #main {background:none;margin:0px;}


/* =Three Columns
----------------------------------------------- */
.three-columns #main {padding:24px 18px;}

.three-columns .site-content {
	float: left;
	width: 100%;
	margin:0px;
}
.three-columns #content {
	margin: 0 28% 0 20%;
}
.three-columns #main .widget-area {
	float: left;
	overflow: hidden;
}
.three-columns #secondary { /* Sidebar 1 */
	width:20%;
	margin: 0 0 0 -100%;
}
.three-columns #tertiary { /* Sidebar 2 */
	width:28%;
	margin: 0 0 0 -28%;
}

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

#main {background:#FFFFFF;margin:24px 36px;overflow:hidden;position:relative;}

/* sidebar right */
.site-content {
	float: left;
	margin: 0 -34% 0 0;
	width: 100%;
}
#content {
	margin: 0 34% 0 0;
	overflow:hidden;
}
#secondary { /* Sidebar 1 */
	float: right;
	overflow: hidden;
	width: 30%;
}
#tertiary { /* Sidebar 2 */
	clear: right;
}

/* sidebar left */

.page-template-template-sidebar-left-php .site-content {
	float: right;
	margin: 0 0 0 -38%;
	width: 100%;
}
.page-template-template-sidebar-left-php #content {
	margin: 0 0 0 38%;
}
.page-template-template-sidebar-left-php  #secondary { /* Sidebar 1 */
	float: left;
	overflow: hidden;
	width: 38%;
	padding-top:36px;
}



.site-footer {
	clear: both;
	width: 100%;
}


/* eof layout */

/* =Sidebars Subpages
----------------------------------------------- */
#secondary {margin-top:60px;}


.sweet_testimonial blockquote,
.bio-pic-quote blockquote {
	background:url(images/icon-quotation-mark.png) no-repeat 0px 0px;
	padding:48px 72px 0px 0px;
	margin:0px;
	color:#182969;
	font-size:24px;	
}

.sweet_testimonial blockquote p {margin:0px;}

.sweet_testimonial blockquote .hide {display:none;}

.sweet_testimonial blockquote .author {
	font-size:16px;
	font-size:1.6rem;
	font-style:italic;
	text-align:right;
}


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

#content .content-padding {
	padding: 25px 0
}

.page-template-template-sidebar-left-php #content .content-padding {
	padding:4px 24px 24px 20px;
}

#content .entry-title,
h1.entry-title {
	font-size:24px;
	color:#182969;
	font-weight:bold;
	line-height:32px;
}

.page-template-template-sidebar-left-php h1.entry-title {
	color:#00c0f3;
	font-size:48px;
	text-transform:uppercase;
	margin-top:36px;
}

#content h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:0px;	
}

#content ul {list-style-type:none;}
#content ul li, #content ol li {margin-bottom:12px;}

#content strong {color:#182969;}

#content a {color:#00c0f3;text-decoration:none;}
#content a:hover {text-decoration:underline;}

/* CUSTOM PAGE BACKGROUNDS AND STYLES */
/* about pages */
.page-id-12 #main,
.parent-pageid-12 #main,
#our-team #main {
	background: #FFFFFF url(images/txt-about-us.png) no-repeat 12px 60px;
}

/* faq page */
.page-id-14 #main {
	background: #FFFFFF url(images/bg-faqs2.jpg) no-repeat 800px 20px;
}

.page-id-14 #content .entry-title {
	background:url(images/txt-frequently-asked-questions.png);
	width:290px;
	height:85px;
	text-indent:-9999px;
}

.page-id-14 #content .content-padding {
	padding-left: 0px;
}

.page-id-14 #content br {display:none;}
.page-id-14 #content .the-answer br {display:block;}

/* contact page */
.page-id-9 #content address {
	font-size:22px;
	line-height:38px;
}

.page-id-9 #content .the-question {
	background:none;
	padding-left:0px;
	font-size:16px;
	margin-top:-18px;
}

.page-id-9 #content .the-answer {
	padding-left:0px;
	line-height:28px;	
}

.page-id-9 #content .the-answer strong {
	color:#000000;
	font-size:16px;	
}

/* OUR TEAM PAGE */
#our-team #content header {position:absolute;top:0px;left:-9999px;}

#our-team #main {padding-left:28px;padding-right:0px;}
#our-team #content {margin-right:0%;}
#our-team #content .content-padding {padding:0px;}

/* members images */
#team-members {margin:70px 0px 0px 75px;display:block;}
#our-team #team-members ul {margin:0px;}
#our-team #team-members ul li {
	width:165px;
	height:180px;
	float:left;
	margin-bottom:0px;
}

#our-team #team-members ul li img {cursor:pointer;}

/* individual member bios */
.member-bio {display:none;}
#team-member-bios {clear:both;background:#FFF;overflow:hidden;margin-top:60px;}
.entry-content #team-member-bios ul {margin:0px;}

.bio-pic-quote {width:153px;float:left;margin-right:24px;}
.bio-info {width:482px;float:right;position:relative;left:-300px;}
.bio-social {width:284px;float:right;margin-top:100px;margin-right:-482px;}

#our-team #content .bio-social li {margin-bottom:20px;}

#our-team #content .bio-social li a {
	font-weight:bold;
	color:#182969;
	line-height:38px;
	height:34px;
	padding-left:44px;
	font-size:14px;
}

#our-team #content .bio-social li.bio-facebook a {background-position:0px -67px;}
#our-team #content .bio-social li.bio-linkedin a {background-position:0px -134px;}
#our-team #content .bio-social li.bio-blog a {background-position:0px -201px;}


#our-team #content .bio-info header {position:relative;top:0px;left:0px;}
#content .bio-info h2 {
	color:#00c0f3;
	font-size:48px;
	line-height:48px;
	font-weight:normal;
	text-transform:uppercase;
}

#content .bio-info h2 span {color:#25408f;font-weight:bold;}
#content .bio-info strong {color:#000000;}

.bio-pic-quote blockquote {
	margin-top:24px;
	padding-right:0px;
	font-weight:normal;
	font-size:18px;
}

#content #back-to-members {
	position:absolute;
	top:100px;
	left:725px;
	font-size:20px;
	cursor:pointer;
	display:none;
}

/* for any question and answer sections */

#content .the-question, 
#secondary .the-question {
	color:#3a96d2;
	font-weight:bold;
	font-size:15px;
	background:url(images/icon-question-triangle.png) no-repeat 0px 5px;
	padding:0px 0px 0px 18px;
	margin:0px 0px 0px 0px;
	cursor:pointer;
}

#content .the-question:hover, 
#secondary .the-question:hover {
	text-decoration:underline;
}

#content .the-answer,
#secondary .the-answer {
	padding:0px 0px 0px 18px;
	font-size:14px;
	display:none;
	margin:0px;
}

#content .the-answer li,
#secondary .the-answer li {margin-bottom:4px;}
#content .the-answer ul li,
#secondary .the-answer ul li {list-style-type:disc;}


/* =Speakers Page & Pop Up forms
----------------------------------------------- */
.speaker-page #main {position:relative;}
.speaker-page #secondary .padding {padding:0px 18px 0px 0px;}
.speaker-page #content .content-padding {padding:0px 24px 0px 0px;}

.sweet_testimonial blockquote {
	color:#40c2f3;
	font-size:21px;
	font-size:2.1rem;
	line-height:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:48px 0px 0px 0px;
	margin:16px 0px;
}

.speaker-page #main ul {
	list-style-type:none;
	margin:0px;
} 

.speaker-page .video-links a {
	display:block;
	background:url(images/sprite-speakers.png) -410px 0px no-repeat;
	padding-left:50px;
	margin-bottom:6px;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	font-size:1.4rem;
	line-height:16px;	
	text-decoration:none;
	height:42px;
	padding-top:6px;
}

.video-links a {
	color:#000000;
}

.speaker-page .video-links a:hover {background-position: -409px -109px;}


#booking-inquire-form,
#find-speaker-form,
#briefcase-login {
	width:486px;
	height:326px;
	background:url(images/bg-video-popup.png);	
	position:absolute;
	left:200px;
	border:2px solid #555555;
	display:none;
	-webkit-box-shadow:  0px 8px 30px 6px #000;
    box-shadow:  0px 8px 30px 6px #000;
	cursor:pointer;
	color:#000000;
	z-index:500000;
}

#booking-inquire-form input[type=text],
#briefcase-login input[type=text],
#briefcase-login input[type=password]{
	background:url(images/form-input-bg.png) repeat-x;
	border:none;
	height:21px;
	padding-bottom:10px;
	font-size:14px;
	font-size:1.4rem;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color:#000000; 	
}

#booking-inquire-form textarea {
	background:url(images/form-textarea-bg.png) repeat-x;
	border:none;
	height:98px;	
}

#booking-inquire-form #btn-reset,
<!--.btn-submit {border:none;text-indent:-9999px;}-->

#booking-inquire-form #captcha {width:128px;height:12px;}

#booking-inquire-form #btn-reset {background:url(images/btn-form-reset.png);width:55px;height:22px;float:left;}

<!-- #booking-inquire-form .btn-submit {float:right;} -->
<!-- .btn-submit {background:url(images/btn-form-submit.png);width:67px;height:22px;} -->

#booking-inquire-form {
	width:531px;
	height:480px;
	display:none;
	overflow:hidden;
	top:20px;
	right:40px;
	left:auto;
}

#booking-inquire-form h2,
#find-speaker-form h2,
#briefcase-login h2 {
	padding:24px 0px 0px 24px;
	margin-bottom:0px;
	color:#182969;
	font-size:27px;
	font-weight:bold;	
}

#briefcase-login {top:auto;bottom:100px;height:650px;width:400px;}
#briefcase-login .padding {padding:0px 12px 24px 24px;}
#briefcase-login input[type=text],
#briefcase-login input[type=password] {width:100%;}
#briefcase-login form p {font-size:12px;font-size:1.2rem;}


.speaker-page #booking-inquire-form {top:auto; bottom:100px;}

.btn-video-close{
	display: none;
}
.btn-form-close {
	background:url(images/btn-video-close2.png);
	width:15px;
	height:15px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:12px;
	right:12px;
	cursor:pointer;
}

 
#booking-inquire-form form {padding:24px 12px 24px 24px;width: 100%;}
#booking-inquire-form .col-1 {width:73%;float:left;}
#booking-inquire-form .col-2 {width:26%;float:right;margin-top:-10px;}

#booking-inquire-form .col-1 input, 
#booking-inquire-form .col-1 textarea {width:90%;}

#booking-inquire-form .col-1 textarea {height:80px;width:91%;}

#booking-inquire-form p,
#main #booking-inquire-form h3 {
	font-size:11px;
	font-size:1.1rem;
	line-height:1.2rem;
	margin:0px 0px 8px 0px;
	clear:both;
}

#main #booking-inquire-form h3 {
	color:#000;
	font-weight:normal;
}

#booking-inquire-form input[type=checkbox] {
	float:left;
	margin:0px 3px 14px 0px;
}

.speaker-page .speaker-fees {padding:0px 0px 0px 0px;}
.speaker-page .speaker-fees p {margin:0px;}
.speaker-page #secondary .speaker-fees p.fee strong {color: #3a96d2;font-size:16px;font-weight:bold;}
.speaker-page .speaker-fees p.fee strong {font-weight:normal;}
.speaker-page .speaker-fees p.fine-print {line-height:12px;}
.speaker-page .speaker-fees p.fine-print small {font-size:11px;font-weight:bold;}
.speaker-page .speaker-fees p.travels-from {margin:12px 0px;font-weight:bold; color:#3A96D2;}


.speaker-page .social-media {padding-top:76px;}
.speaker-page .social-media a,
#our-team .bio-social li a {
	display:block;
	background:url(images/social-sprite.png) no-repeat;
	padding-left:36px;
	line-height:15px;
	text-decoration:none;
	color:#3a96d2;
	font-weight:bold;
	margin-bottom:8px;
	height:32px;
	padding-top:2px;
}

.speaker-page .social-media a span {font-weight:normal;color:#25408f; font-size:10px}

.speaker-page .social-media a.twitter {background-position:0px -343px;}
.speaker-page .social-media a.facebook {background-position:0px -420px;}

.speaker-page .social-media a:hover {text-decoration:underline;}

.speaker-page #content h1.entry-title,
.multi-color-headings #content h1.entry-title {
	color:#00c0f3;
	font-size:48px;
	font-size:4.8rem;
	font-weight:normal;
	line-height:48px;
}

.speaker-page #content h1.entry-title span,
.multi-color-headings #content h1.entry-title span {
	color:#25408f;
	font-weight:bold;
}

.multi-color-headings #content h1.entry-title {color:#25408f;font-size:30px;}
.multi-color-headings #content h1.entry-title span {color:#00c0f3;font-size:48px}

.speaker-page #content h2 {
	font-weight:normal;
	font-size:20px;
	font-size:2.0rem;
	line-height:22px;
	line-height:2.2rem;
	margin-bottom:18px;
}

.speaker-page #main strong {color:#000000;}

.speaker-page #main h3 {
	color:#00c0f3;
	font-size:17px;
	font-size:1.7rem;
	font-weight:bold;
	margin-bottom:10px;
}



.speaker-page #content ul {margin:0px 0px 18px 16px;}
.speaker-page #content ul li {
	list-style-image:url(images/bullet-speaker.png);
	font-weight:bold;
	margin-bottom:8px;
}

.speaker-page #tertiary .padding {padding-right:56px;}

.speaker-page .book-images {overflow:hidden;}
.speaker-page .book-images li {float:left;margin-bottom:12px;}
.speaker-page .book-images li.right {float:right;}
.speaker-page #tertiary h2 {margin:0px 0px 8px 0px;}
.speaker-page #tertiary h2{
	color:#3a96d2;
	font-size:15px;
	font-weight:bold;
	clear:both;	
}

.speaker-page #content h4.the-question {
	color:#000000;
	font-size:14px;	
}

#the-questions {padding-bottom:18px;}


.speaker-page .book-blurb {display:none;}
.speaker-page #book-info-1 {display:block;}
#author-books img {cursor:pointer;}

.btn-book-inquire, .add-to-briefcase {
	display:block;
	float:left;
	width:180px;
	height:34px;
	background:url(images/sprite-speakers.png) no-repeat;
	text-indent:-9999px;
}

.btn-book-inquire {background-position:0px 0px;margin-right:12px;} 
.add-to-briefcase {background-position:-190px 0px;}

.btn-book-inquire:hover {background-position:0px -34px;} 
.add-to-briefcase:hover {background-position:-190px -34px;}

button#add-to-briefcase {border:none;}

/* Speaker Brief Page */
.briefcase #content {margin-right:24%;}
.briefcase #content .content-padding {padding:24px 24px 0px 0px;}
.briefcase #content hr {
	clear:both;
	height:2px;
}

.speaker-brief {
	width:49.5%;
	margin-bottom:18px;
	margin-bottom:1.8rem;
	float:left;	
}

.speaker-brief .bio-image {
	width:30%;
	float:left;
	margin-right:4%;
}


#content .speaker-brief h2 {margin-top:24px;}
#content .speaker-brief h2 a {
	color:#3a96d2;
	font-size:17px;
	font-size:1.7rem;
}

.briefcase #content p.intro {width:80%;}

/* Showcase Page */
.showcase #content {margin-right:15%;}

	


.showcase #content ul {margin:0px;}
.showcase #content ul li strong {color:#000;}
.showcase #content ul li li {margin:0px;}

.showcase .jump-menu {
	text-transform:uppercase;
}

.showcase #content p {width:80%;}
.showcase #content p.jump-menu {width:100%;}

.showcase .jump-menu,
.showcase .jump-menu a {
	font-size:18px;	
}


/* MAIN BANNER */
#main-slider {margin-top:20px;position:relative; overflow: hidden;}
#main-slider ul, #main-slider ol {margin:0px;list-style-type:none;padding:0px;}

#main-slider, #main-slider .item {
	width:100%;
	height:362px;
}

#main-slider .item {position:relative;}
#main-slider .item img {
	float:right;
	margin:20px 20px 0px 40px;
}

#main-slider .banner_image img {
	float:none;
	margin:0px;
}


#main-slider .item p, 
#main-slider .item blockquote {padding:0px;margin:0px;}
#main-slider .item blockquote {
	position:absolute;
	left:40px;
	top:20px;
	width:600px;
	height:auto;
}

#main-slider .item .quote {
	text-transform:uppercase;
	font-size:100px;
	line-height:1em;
	/*
    text-shadow: 3px 3px 3px #000000;
    filter: dropshadow(color=#000000, offx=3, offy=3);
	*/
	font-family: "league-gothic",sans-serif;
	font-style: normal;
	font-weight: 100;
        
}

#main-slider .item .quote .author {
	text-transform:uppercase;
	text-decoration:none;
	font-size:24px;
	line-height:1em;
	font-weight:bold;
	float:right;
	float:none;
	color:#ffcd06;
	font-family:"Arial Black",Arial, Helvetica, sans-serif;
	width:auto;
	margin:-2px 0px 0px 0px;
	position:relative;
	left:4px;	
}

#main-slider .flex-control-nav {
	list-style-type:none;
	width:50%;
	position:absolute;
	left:40px;
	bottom:20px;
}

#main-slider .flex-direction-nav {display:none;}

#main-slider .flex-control-nav li {
	width:26px;
	height:26px;
	float:left;
	margin-right:12px;	
}



#main-slider .flex-control-nav li a {
	background:url(images/slider-buttons.png) right top no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	line-height:26px;
	text-align:center;
	display:block;
	width:26px;
	height:26px;	
}

#main-slider .flex-control-nav li a.active,
#main-slider .flex-control-nav li a:hover {background-position: left top;}



#main-slider .brown {
	background: rgb(148,123,94); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(148,123,94,1) 0%, rgba(182,152,114,1) 50%, rgba(148,123,94,1) 100%, rgba(148,123,94,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(148,123,94,1)), color-stop(50%,rgba(182,152,114,1)), color-stop(100%,rgba(148,123,94,1)), color-stop(100%,rgba(148,123,94,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(148,123,94,1) 0%,rgba(182,152,114,1) 50%,rgba(148,123,94,1) 100%,rgba(148,123,94,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(148,123,94,1) 0%,rgba(182,152,114,1) 50%,rgba(148,123,94,1) 100%,rgba(148,123,94,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(148,123,94,1) 0%,rgba(182,152,114,1) 50%,rgba(148,123,94,1) 100%,rgba(148,123,94,1) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(148,123,94,1) 0%,rgba(182,152,114,1) 50%,rgba(148,123,94,1) 100%,rgba(148,123,94,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#947b5e', endColorstr='#947b5e',GradientType=1 ); /* IE6-9 */	
}

#main-slider .purple {
	background: rgb(63,28,90); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(63,28,90,1) 0%, rgba(145,64,148,1) 50%, rgba(63,28,90,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(63,28,90,1)), color-stop(50%,rgba(145,64,148,1)), color-stop(100%,rgba(63,28,90,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(63,28,90,1) 0%,rgba(145,64,148,1) 50%,rgba(63,28,90,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(63,28,90,1) 0%,rgba(145,64,148,1) 50%,rgba(63,28,90,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(63,28,90,1) 0%,rgba(145,64,148,1) 50%,rgba(63,28,90,1) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(63,28,90,1) 0%,rgba(145,64,148,1) 50%,rgba(63,28,90,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f1c5a', endColorstr='#3f1c5a',GradientType=1 ); /* IE6-9 */

	
}

#main-slider .red {
	background: rgb(123,19,21); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(123,19,21,1) 0%, rgba(207,35,42,1) 50%, rgba(123,19,21,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(123,19,21,1)), color-stop(50%,rgba(207,35,42,1)), color-stop(100%,rgba(123,19,21,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(123,19,21,1) 0%,rgba(207,35,42,1) 50%,rgba(123,19,21,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(123,19,21,1) 0%,rgba(207,35,42,1) 50%,rgba(123,19,21,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(123,19,21,1) 0%,rgba(207,35,42,1) 50%,rgba(123,19,21,1) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(123,19,21,1) 0%,rgba(207,35,42,1) 50%,rgba(123,19,21,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b1315', endColorstr='#7b1315',GradientType=1 ); /* IE6-9 */

	
}

#main-slider .green {
	background: rgb(41,125,62); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(41,125,62,1) 0%, rgba(91,179,71,1) 50%, rgba(41,125,62,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(41,125,62,1)), color-stop(50%,rgba(91,179,71,1)), color-stop(100%,rgba(41,125,62,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(41,125,62,1) 0%,rgba(91,179,71,1) 50%,rgba(41,125,62,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(41,125,62,1) 0%,rgba(91,179,71,1) 50%,rgba(41,125,62,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(41,125,62,1) 0%,rgba(91,179,71,1) 50%,rgba(41,125,62,1) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(41,125,62,1) 0%,rgba(91,179,71,1) 50%,rgba(41,125,62,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#297d3e', endColorstr='#297d3e',GradientType=1 ); /* IE6-9 */

	
}

#main-slider .black,
#main-slider .banner_image {
	background: rgb(3,4,4); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(3,4,4,1) 0%, rgba(97,98,100,1) 50%, rgba(3,4,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(3,4,4,1)), color-stop(50%,rgba(97,98,100,1)), color-stop(100%,rgba(3,4,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(3,4,4,1) 0%,rgba(97,98,100,1) 50%,rgba(3,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(3,4,4,1) 0%,rgba(97,98,100,1) 50%,rgba(3,4,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(3,4,4,1) 0%,rgba(97,98,100,1) 50%,rgba(3,4,4,1) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(3,4,4,1) 0%,rgba(97,98,100,1) 50%,rgba(3,4,4,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030404', endColorstr='#030404',GradientType=1 ); /* IE6-9 */	
}

/* eof main banner */

/* VIDEO SLIDER */

#secondary-slider {
	height:131px;
	position:relative;
	margin:20px 0px 30px 0px;
	padding:0px;
}

#secondary-slider .slides {padding:0px;margin:0px; height: 131px; overflow: hidden;}

#secondary-slider li.block {
	padding:0px;
	list-style-type:none;
}

#secondary-slider li .video {
	width:212px;
	float:left;
	margin:0px 12px;
	height:131px;
	position:relative;
	
}

#secondary-slider li .video img {
	width:212px;
	height:129px;
	display:block;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	border:0px solid #FFFFFF;
	overflow:hidden;
}

#secondary-slider li .video div {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 10px;
	-mox-border-radius: 10px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: 110%;
	background-position: center center;
}
#secondary-slider .video-play-btn {
	display:block;
	background:url(images/video-home-sprite.png) left bottom;
	width:40px;
	height:41px;
	position:absolute;
	left:90px;
	top:45px;
	text-indent:-9999px;
}

#secondary-slider .video-play-btn:hover {background-position:right bottom;}

#secondary-slider ul {}
#secondary-slider li .first {margin-left:45px;}
#secondary-slider li .last {margin-right:0px;}


#secondary-slider .flex-direction-nav {list-style-type:none;margin:0px;padding:0px;}
#secondary-slider .flex-direction-nav a {
	display:block;
	background:url(images/video-home-sprite.png);
	height:140px;
	width:30px;
	position:absolute;
	top:0px;
	text-decoration:none;
	text-indent:-9999px;
}

#secondary-slider .flex-direction-nav a.prev {left:0px;background-position:0px 13px;}
#secondary-slider .flex-direction-nav a.next {right:0px;background-position:-90px 13px;}
#secondary-slider .flex-direction-nav a.prev:hover,
#secondary-slider .flex-direction-nav a.prev.disabled {left:0px;background-position:-30px 13px;}
#secondary-slider .flex-direction-nav a.next:hover,
#secondary-slider .flex-direction-nav a.next.disabled {right:0px;background-position:-60px 13px;}

/* eof video slider */

/* HOME CONTENT */

.home #column-bg {background: url(images/fauxcol.png) repeat-y center top;overflow:hidden;}

.home .padding h2, .home #content h2 {
	color:#ffcb05;
	font-family:"Arial Black",Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	font-size:36px;
}

.home .padding, .home #content {
	color:#000000;
}

.home .read-more {color:#FFFFFF;text-decoration:none;}

.home hr {height:2px;background:#b0cceb;margin-top:18px;}

.home #content p.strong strong {color:#fdb736;font-size:16px;line-height:30px;}

.social-links {
	background:url(images/social-sprite.png) no-repeat;
	line-height:37px;
	height:37px;
	display:block;
	padding-left:45px;
	color:#182969;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

#twitter.social-links {background-position:0px 0px;}
#facebook.social-links {background-position:0px -68px;}
#linkedin.social-links {background-position:0px -136px;}
#blog.social-links {background-position:0px -204px;}

#facebook.social-links,
#linkedin.social-links,
#blog.social-links {margin-bottom:12px;}

.home #content ul {list-style-type:none;margin:0;padding:0;}

#login-speaker-briefcase {
	display:block;
	background:url(images/bg-speaker-briefcase-login.png) repeat-x;
	height:23px;
	line-height:23px;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	padding-left:12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#login-speaker-briefcase:hover {background-position:left bottom;}

#find-speaker-form {
	width:24%;
	top:20px;
	left:30px;
	padding:24px;
	height:390px;
}

#find-speaker-form h2 {padding:0px;}
#find-speaker-form h3 a,
#main #briefcase-login h3 {color:#182969;font-size:19px;font-size:1.9rem;font-weight:bold;text-decoration:none;}
#find-speaker-form p {line-height:17px;}
#find-speaker-form a {color:#000;text-decoration:none;}
#find-speaker-form a:hover {text-decoration:underline;}

.home #tertiary select,
#find-speaker-form select,
.natl-speaker-link {
	width:100%;
	background:#FFFFFF url(images/bg-speaker-search-dds.png) repeat-x left top;
	/*background:transparent;*/
	border:none;
	font-size:12px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	border:1px solid #FFFFFF;
	margin-bottom:18px;
	padding:4px 0px;
}

.natl-speaker-link {
	width:auto;
	display:block;
	color:#182969;
	font-size:17px;
	padding:1px 0px 0px 4px;
	font-weight:bold;
	text-decoration:none;
	height:23px;
}

.home #tertiary select option {line-height:23px;}


.home div.tb_tweet {border:none;}

.home #content h3 {color:#00aeef;margin-bottom:6px;}
#twitter-feed {height:150px;overflow:hidden;}
#twitter-feed .twitter-content {padding-right:20px;}
#twitter-feed li {
	margin-bottom:12px;
	font-size:12px;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
	width:3px;
	overflow:visible;
	left:9px;
	
}

.jspDrag
{
	background: url(images/twitter-scroller-drag.png) no-repeat;
	width:19px;
	height:19px;
	position: relative;
	top: 0;
	left: -9px;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.site-footer {
	clear: both;
	width: 100%;
}

#nav-open-close {display:none;}
.header-contact-info a {color:#f89b4d;text-decoration:none;}




@media (max-width: 750px) {
	#booking-inquire-form input[type=text], #briefcase-login input[type=text], #briefcase-login input[type=password] {
    	width: 100%;
	}
	.textwidget {
		padding: 15px;
	}
	#livechat-full {
		max-width: 92%;
	}
	.page-id-14 #content .content-padding {
		padding: 15px;
	}
	#our-team #team-members ul li {
		width: auto;
		height: 180px;
		float: left;
		margin-bottom: 0px;
		margin-right: 15px;
	}
	.parent-pageid-12 .content-padding {
		background: white;
	}
	.parent-pageid-12  #secondary {
		background: white;
	}
	.ui-combobox {
		display: block !important;
	}
	.member-bio {
		padding: 15px;
	}

	#secondary-slider li .video {
		margin: 0 auto;
		float: none;
	}
	#findSpeaker {
	    position: static !important;
	    float: none !important;
	    width: auto !important;
	    padding: 0px;
	}
	#findSpeaker table {
	    position: static !important;
	    margin: 0 !important;
	    padding: 15px;
	    background: whitesmoke;
	    border-top: 1px solid #ccc;
	}
	.speaker-search .entry-header, .speaker-search .entry-content {
	    margin: 0;
	}
	.speaker-search #content .content-padding {
	    width: auto !important;
	    float: none !important;
	    padding: 0 !important;
	    margin: 0 !important;
	}
	.speaker-search #content {
	    padding: 15px;
	    width: auto !important;
	    margin: 0 !important;
	}
	label {
	    display: block;
	}
	#cformsform {
	    padding: 0 !important;
	}
	.cf-ol {
	    list-style: none;
	    margin: 0;
	
	    width: auto;
}
	#booking-inquire-form {
	    padding: 15px;
	    width: auto;
	}
	.speaker-page #content .content-padding {
		padding: 15px;
	}

	.speaker-page #secondary .padding, .speaker-page #tertiary .padding {
		padding: 15px !important;
	}
	
	#page {
		width: auto;
		position:relative;
		padding: 15px;
	}
	
	#content,
	#secondary,
	#tertiary,
	.home #content,
	.home #secondary,
	.home #tertiary,
	.home .padding, 
	.home #secondary .padding,
	.home #tertiary .padding {
		margin:0px;
		width:100%;
		float:none;
		position:relative;
		z-index:1;
	}
	
	
.three-columns #main {padding:0px 0px;}
.three-columns .site-content {
	float: none;
	width: 100%;
	margin:0px;
}
.three-columns #content {
	margin: 0 0 0 0;
}
.three-columns #main .widget-area {
	float: none;
	overflow: hidden;
}
.three-columns #secondary { /* Sidebar 1 */
	width:100%;
	margin: 0 0 0 0;
}
.three-columns #tertiary { /* Sidebar 2 */
	width:100%;
	margin: 0 0 0 0;
}


#main, .home #main {margin:0px;padding:0px;position:relative;}

/* sidebar right */
.site-content {
	float: none;
	margin: 0 0 0 0;
	width: 100%;
}
#content {
	margin: 0 0 0 0;
	overflow:hidden;
}
#secondary { /* Sidebar 1 */
	float: non;
	overflow: hidden;
	width:100%;
}
#tertiary { /* Sidebar 2 */
	clear: right;
}

/* sidebar left */

.page-template-template-sidebar-left-php .site-content {
	float: none;
	margin: 0 0 0 0;
	width: 100%;
}
.page-template-template-sidebar-left-php #content {
	margin: 0 0 0 0;
}
.page-template-template-sidebar-left-php  #secondary { /* Sidebar 1 */
	float: none;
	overflow: hidden;
	width: 100%;
	padding-top:0px;
}

#content .content-padding {
	padding:12px;
}

.page-template-template-sidebar-left-php #content .content-padding {
	padding:12px;
}
.home #main {
	overflow: visible;
}
.page-id-12 #main,
.parent-pageid-12 #main,
#our-team #main,
.home #column-bg {
	background-image: none;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.09);
	padding: 15px !important;
	box-shadow: 0px 2px 8px 1px #121F80;
	border-radius: 2px;
}

.home #main .site-content {
	width:100%;
	float:none;
	margin:0px;	
}

.home #main .widget-area {
	float: none;
	overflow: hidden;
	width: 100%;
}
.home #main #secondary { /* Sidebar 1 */
	float:none;
	position:relative;
	left:0px;
	margin-top:0px;
}
.home #main #tertiary { /* Sidebar 2 */
	float:none;
	position:relative;
	left:0px;
	clear:none;
}

.home .padding, .home #content {
	width:100;
	padding:0;
}

.home #secondary .padding {margin:0px}
.home #tertiary .padding {float:none;}

.home #main {background:none;margin:0px;}

#our-team #main {}
#content #back-to-members {
	top:20px;
	left:0px;
}
#team-members {margin:70px 0px 0px 10px;display:block;}


.bio-pic-quote {width:100%;float:none;margin-right:0px;}
.bio-info {width:100%;float:none;position:relative;left:0px;}
.bio-social {width:100%;float:none;margin-top:0px;margin-right:0px;}



#booking-inquire-form,
#find-speaker-form,
#briefcase-login {
	width:100%;
	height:500px;
	background:url(images/bg-video-popup.png);	
	position:absolute;
	left:0px;
	top:0px;
	border:2px solid #555555;
	display:none;
	-webkit-box-shadow:  0px 8px 30px 6px #000;
    box-shadow:  0px 8px 30px 6px #000;
	cursor:pointer;
	color:#000000;
	z-index:500000;
}

#booking-inquire-form h2,
#find-speaker-form h2,
#briefcase-login h2 {
	padding:24px 0px 0px 0px;
	font-size:20px;
}

#booking-inquire-form {width:100%; display: none;}
#find-speaker-form {margin-left:2.5%;width:80%;}

#briefcase-login {top:auto;bottom:100px;height:800px;width:100%;}
#briefcase-login .padding {padding:0px;}

.speaker-page #booking-inquire-form {display:block;position: static;top:0px;left:0px;bottom:auto;width: auto;}


.site-title {
	background:url(images/logo-mobile-2.png);
	width:243px;
	height:60px;
	left:4px;
	top:6px;
}

.header-contact-info {
	text-align:right;
	position:absolute;
	right:5px;
	bottom:16px;
	color:#f89b4d;
	font-size:24px;
	font-weight:bold;
}

.header-contact-info a {color:#f89b4d;text-decoration:none;}

#header-search-form {
	right:auto;
	left:4px;
	top:75px;
	width:100%;
	text-align:left;
}

#main-slider .banner-full img {}

#main-slider, #main-slider .item {
	height:262px;
}


#main-slider .item p, 
#main-slider .item blockquote {
	text-transform: uppercase;
	font-size: 24px !important;
	line-height: 1em;
	padding: 16px 0px 0px 16px;
	width: 45%;
}
#main-slider .item blockquote {
	position: static;
	left:0px;
	top:0px;
	width:auto;
	height:auto;
	margin: 0 !important;
	padding: 0;
}

#main-slider .item .quote {
	text-transform:uppercase;
	font-size:24px;
	line-height:1em;
	padding: 15px;
	/*
    text-shadow: 3px 3px 3px #000000;
    filter: dropshadow(color=#000000, offx=3, offy=3);
	*/
        
;
	margin: 0 !important;
}

#main-slider .flex-control-nav {width:80%;}

#main-slider .item .quote .author {
	text-transform:uppercase;
	font-size:16px;
	line-height:1em;
	font-weight:bold;
	width:auto;
	position:relative;	
	position: static;
	display: block;
	margin-top: 10px;
}

#main-slider img, #secondary-slider img {
	max-width: 100%; 
}

#main-slider .banner_image img {width:100%;height:auto;}
#main-slider .banner-full img {width:40%;height:auto;}

#main-slider img[class*="align"],
#main-slider img[class*="wp-image-"],
#secondary-slider img[class*="align"],
#secondary-slider img[class*="wp-image-"] {
	height: auto;
}

.speaker-page #content h1.entry-title,
.multi-color-headings #content h1.entry-title {
	font-size:28px;
	font-size:2.8rem;
	line-height:28px;
}

.page-template-template-sidebar-left-php h1.entry-title
{
	font-size: 28px;
	margin-top: 18px;
	padding-left:6px;
}


/* =Menu
----------------------------------------------- */
#nav-open-close {
	display:block;
	position:absolute;
	top:120px;
	left:0px;
	width:175px;
}

#nav-open-close a {
	color:#FFFFFF;
	cursor:pointer;
	background:url(images/mobile-arrow.png) no-repeat 0px 0px;
	display:block;
	width:50px;
	height:44px;
	text-indent:-9999px;
	float:left;
}

#nav-open-close a#close-nav {display:none;background-position:-50px 0px;}

#nav-instructions {
	color:#FFFFFF;
	position:absolute;
	left:60px;	
}

.main-navigation {
	display: block;
	width: 100%;
	position:absolute;
	left:-111%;
	bottom:auto;
	top:165px;
	height:auto;
	z-index: 99999;
	
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: none;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color:#FFFFFF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #FFF;
	border-bottom:none;
	background:url(images/bg-nav-main.png) 0px 0px repeat-x;
	width:100%;
	text-align:center;
	font-size:14px;
	height:30px;
	line-height:30px;
	border-right:none;
}

.main-navigation li:last-child a {
	background-position: 0px -60px;
	border-right:1px solid #FFFFFF;
	width:100%;
}

.main-navigation li:first-child a {
	background:url(images/bg-nav-main.png) 0px 0px repeat-x;
	width:100%;
	height:30px;
	text-indent:0px;
}

.main-navigation li#menu-item-25 a {color:#fceb1c;}



/* sub nav */


.main-navigation ul ul {
	display: block;
	float: none;
	position: relative;
	top: 0;
	left: 0px;
	width:100%;
	padding-top:0px;
}


.main-navigation li li {
	float: none;
	display:block;
	position: relative;
	margin-left:0px;
}


.main-navigation li li:first-child a {
	background:none;
	width:auto;
	height:auto;
	text-indent:0px;
}



.main-navigation li li a {
	display: block;
	text-decoration: none;
	color:#959595;
	font-weight:bold;
	text-transform:lowercase;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border:none;
	background:none;
	width:auto;
	text-align:left;
	font-size:14px;
	height:30px;
	line-height:30px;
	border-right:none;
	
	
	display: block;
	text-decoration: none;
	color:#FFFFFF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #FFF;
	border-bottom:none;
	background:url(images/bg-nav-main.png) 0px 0px repeat-x;
	width:100%;
	text-align:center;
	font-size:14px;
	height:30px;
	line-height:30px;
	border-right:none;
}

.main-navigation li li:last-child a {border:none;}
.main-navigation li li:last-child a,
.main-navigation li li:first-child a {
	background-position: 0px 0px;
	border-right:1px solid #FFFFFF;
	width:100%;
	background:url(images/bg-nav-main.png) 0px 0px repeat-x;
}

.main-navigation li li a:hover {color:#FFFFFF;}



.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
/*.main-navigation ul li:hover > ul,*/
.main-navigation ul li.current-menu-parent > ul,
.main-navigation ul li.current-menu-item > ul {
	display: block;
}

.home .main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li li.current_page_item a,
.main-navigation li li.current-menu-item a,
.main-navigation li.current-menu-parent li.current_page_item a,
.main-navigation li.current-menu-parent li.current-menu-item a {
	color:#FFFFFF;
	background:url(images/bg-nav-main.png) 0px -30px repeat-x;
	
}

.main-navigation li.current-menu-parent li a {background:url(images/bg-nav-main.png) 0px 0px repeat-x;}



/* TESTING ONLY REMOVE LATER */

#main-slider, #secondary-slider {position:relative;}
#column-bg {margin-top:0px;}

.speaker-search .entry-header, .speaker-search .entry-content {
    margin: 0 !important;
}

}

@media only screen and (min-width: 768px) and (max-width: 800px) and (orientation:portrait)
 {
    #page {
        min-height: 1240px;
    }
}

#findSpeaker {
background: white;
float: right;
width: 300px;
padding-top: 35px;
}
#findSpeaker table {
margin-left: 35px;
transition: top 2s;
-moz-transition: top 2s; /* Firefox 4 */
-webkit-transition: top 2s; /* Safari and Chrome */
-o-transition: top 2s; /* Opera */
}
h3 {
    font-size: 1.2em;
    text-transform: uppercase;
}
.date {
    font-size: 0.8em;
}
.news-inner .entry-content {
    margin-top: 0.5em;
}
.news-inner a {
color: white;
text-decoration: none;
}

.news_arch_link {
font-size: 1.3em;
text-decoration: none;
color: #FFCB05;
margin: 0.5em 0;
display: block;
}

.speaker-search .jxn_pagination .current {
	font-weight: bold;
}
.speaker-search #topics_list {
width: auto;
}
.speaker-search #content ul{
  margin-bottom:20px;
  overflow:hidden;
}
.speaker-search #content li{
  line-height:1.5em;
  float:left;
  display:inline;
}
.speaker-search #double li  { width:50%;} /* 2 col */
.speaker-search #triple li  { width:33.333%; } /* 3 col */
.speaker-search #quad li    { width:25%; } /* 4 col */
.speaker-search #six li     { width:16.666%; } /* 6 col */

.speaker-search h2.results { padding-right:10px !important}
.speaker-search #content {
	float: left;
	width: 100%;
	margin-right: -300px;
}
.speaker-search .entry-header, .speaker-search .entry-content {
	margin-right: 300px;
}
.speaker-search #content .content-padding {
	padding: 30px 0;
	margin-right: -300px;
	float: left;
	width: 100%;
	}
.parent-pageid-12 #main {
    padding-left: 86px;
}
.ui-combobox {
		position: relative;
		display: inline-block;
}
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
}
.ui-button.ui-widget.ui-state-default.ui-button-icon-only.ui-corner-right.ui-combobox-toggle {
	position: absolute;
	top: 0;
	margin-left: -1px;
	padding: 0;
	bottom: 0;
	width: 32px;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-combobox {
	position: relative;
	display: inline-block;
	margin: 10px 0;
}
.ui-combobox input {
	margin-top: 0 !important;
}
#front_page_search label {
	display: block;
	clear: both;
}

.speaker_block_excerpt {
    overflow: hidden;
}
.speaker_block_meta {
    float: left;
    padding-right: 20px;
}
.speaker_block_footer {
    clear: both;
    text-align: right;
}
.speaker_block_footer a {
	display: inline-block;
	padding: 5px 15px;
	background: whiteSmoke;
	border: 1px solid;
	border-radius: 5px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	width: auto;
	float: none;
	height: auto;
	text-indent: 0;
}
.speaker_block_footer a:hover {
    text-decoration: none !important;
    background: #00c0f3;
    color: white !important;
    
    }

 
.panel .widget-title {
    padding: 10px 0;
    font-size: 1.6em;
}
.speaker_block img {
    width: 175px;
}
.speaker_block_footer {
    text-align: center;
    clear: none;
    margin-left: 195px;
    margin-top: 25px;
}
.speaker_block {
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}
.speaker_block h2 {
    padding: 15px 0;
}
#panel-1-1-0 {
    padding: 20px;
    background: #3F3F3F;
    color: #A3A3A3;
    border-radius: 5px;
    text-shadow: 1px 1px black;
}
#panel-1-1-0 .widget-title {
    color: rgb(238, 236, 236);
    font-weight: bold;
    text-shadow: 1px 2px black;
}
#panel-1-1-0 input,  .#panel-1-1-0 textarea,{
    background: #525252;
    border: 1px solid rgb(129, 129, 129) !important;
    color: #A1CFE4;
}
#panel-1-1-0 textarea, #panel-1-1-0 input[type=email], #panel-1-1-0 input[type=text] {
    background: #525252;
    border: 1px solid #797979;
    color: #ccc;
}

.panel.widget {
    margin-bottom: 0px !important;
}

#panel-1-1-0 input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 40px;
    display: block;
    width: auto;
    margin: 0 auto;
    border: 1px solid #89D7FC !important;
background: #87e0fd; /* Old browsers */
background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#53cbf1), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* IE10+ */
background: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C */
    border-radius: 5px;
    border-top-color: #FFFFFF !important;
    border-top-color: #DCECFC !important;
    font-size: 1.2em;
    text-shadow: 1px 1px black;
    cursor: pointer;
    color: white;
    font-weight: bold;
}


#panel-1-1-0 input[type=email], #panel-1-1-0 input[type=text], #panel-1-1-0 textarea {
	color: #ccc;
	max-width: 100%;
	width: 297px;
}

.jspContainer {
    height: 400px !important;
}
#twitter-feed {
    height: auto !important;
}
.twitter-content {
    padding-right: 0 !important;
}
#twitter-widget-0 {
    width: 100%;
}