/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End CSS Reset*/

html {
	-webkit-text-size-adjust: 100%;
}
body {
		font-family: 'Open Sans', sans-serif;
		background-color: #f8f8f8;
}
em {
	font-style: italic;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
h1 {
	font-size: 32px;
	line-height: 48px;
	color: #936cd7;
}
h2 {
	font-size: 24px;
	line-height: 36px;
	color: #a281dc;
}
h3 {
	font-size: 20px;
	line-height: 30px;
	color: #8f72c2;
}
h4, h5 {
	font-size: 24px;
	line-height: 32px;
	color: #8f72c2;
	text-align: center;
	margin: 10px 0;
}
h5 {
	font-size: 20px;
	line-height: 30px;
}
a {
	text-decoration: none;
	color: #ca48ce;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

ul {
	list-style: disc;
	padding: 0 20px;
}
b {
	font-weight: 700;
}
#header_wrapper {
	width: 100%;
	height: 300px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-size: 100% 300px;
}
#header {
	width: 1200px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
#footer_wrapper {
	width: 100%;
	height: auto;
	background-color: #0f005c;
}
#footer {
	width: 1200px;
	height: 368px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-size: 16px;
	line-height: 24px;
	padding-top: 32px;
	background-image: url(images/ib-dove.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: white;
}
#footer a:hover {
	opacity: .7;
}
#footer a.footer_menu {
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;

}
#footer p {
	margin: 20px 30px;
	text-align: center;
}
#logo {
	width: 566px;
	height: 112px;
/*	background-image: url(images/logo.png);
	background-repeat: no-repeat;*/
	position: relative;
	top: 69px;
	float: left;
}
#cta {
	width: 300px;
	height: 250px;
	float: right;
}
#cta h2 {
	color: white;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	margin: 20px 0 20px;
}
#cta a {
	color: white;
	text-decoration: none;
	background-color: #0f005c;

	text-align: center;
	padding: 15px;
	display: block;
	border-radius: 8px;
}
#cta a:hover {
	opacity: .7;
}
#cta_small {
	width: auto;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 50px;
	display: none;
}
 #cta_small a {
 	text-transform: uppercase;
 	text-decoration: none;
 	font-weight: 600;
 	color: black;
 	display: inline-block;
 		padding: 0 20px;
 }
 .bigger {
 	font-size: 150%;
 }
 #logo_small {
 	width: 50px;
 	height: 50px;
 	position: absolute;
 	left: 20px;
 	top: 0;
 	background-image: url(images/logo_small.png);
 	background-repeat: no-repeat;
 	display: none;
 }
#menu_bar {
	width: 100%;
	height: 50px;
	position: relative;
	top: -50px;
	background-image: url(images/menu_bar.png);
	background-repeat: repeat-x;
	z-index: 100;
	margin-bottom: -50px;
	opacity: .75;
}
#main_menu 	{
	width: 1200px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
}
#main_menu a {
	text-decoration: none;
	line-height: 50px;
	padding-left: 30px;
	padding-right: 30px;
	color: #000;
	display: inline-block;
	height: 50px;
}
#main_menu a:hover, #cta_small a:hover, .main_current {
	background-image: url(images/menu_bar_selected.png);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: black;
}
#middle {
	height: auto;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 24px;
}
#narrow_column, #narrow_column_right {
	height: auto;
	width: 370px;
	float: left;
}
#narrow_column a:hover, #wide_column_left a:hover  {
	opacity: .7;
}
#narrow_column_right {
	float: right;
}
#wide_column, #wide_column_left {
	height: auto;
	width: 790px;
	float: right;
	margin: 20px 0;
}
#wide_column_left {
	float: left;
}
#wide_column p, #wide_column_left p {
	margin: 10px 0;
}
#attention, .sidebars, #sidemenu {
	margin: 20px 0;
	width: 100%;
	height: auto;
	background-color: #ca48ce;
	color: white;
	border-radius: 8px;
	padding: 20px 0;
}
.sidebars, #sidemenu {
	background-color: #a281dc;
}
.sidebars img {
	height: 40px;
	width: 40px;
	border-radius: 6px;
	margin: 2px 10px;
}
.sidebars img:hover {
	opacity: .7;
}
#sidemenu a {
	color: white;
	height:50px;
	line-height: 50px;
	display: block;
	margin: 0 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,.2);
}
#sidemenu a:nth-child(2) {
	border: none;
}
#sidemenu a:hover, #sidemenu a.current {
	opacity: .7;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: white;
}
#social_media_icons {
	margin-top: -50px;
	width: 60px;
	height: auto;
	float: right;
}
#attention h2, .sidebars h2, #sidemenu h2 {
	color: white;
	margin: 0 10px;
}
#events {
	width: 385px;
	height: auto;
	margin-right: 10px;
	float: left;
}
#news {
	width: 385px;
	height: auto;
	margin-left: 10px;
	float: left;
}
#attention h2, .sidebars h2{
	margin: 0 10px 20px 10px;
	font-size: 24px;
	line-height: 36px;
}
#attention p, .sidebars p {
	margin: 20px 10px;
	font-size: 16px;
	line-height: 24px;
}
.readmore, .join {
	margin: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	text-align: right;
	display: block;
	font-weight: 600;
}
.join {
	text-align: left;
	float: left;
}
.white {
	color: white;
}
/*.white:hover {
	opacity: .7;
}*/
.black {
	color: black;
}
/*
.black:hover {
	opacity: .7;
}*/
.blue {
	color: #936cd7;
}
/*
.blue:hover {
	opacity: .7;
}*/
.readmore:hover, .join:hover {
	opacity: .7;
}
.blogPost, .btrPost, .package, .question {

	height: auto;
	/*background-color: #fee0ff;*/
	background-color: white;

	border-radius: 8px;
	margin: 20px 0;
	padding: 10px;
}

.blogPostContent img, .btrPostContent img {
	float: right;
	border-radius: 6px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.blogPostContent h2 {
	color: #af3eb2;
}
.btrPostContent h2 {
	color: #69548f;
}
.blogPostContent h3, .btrPostContent h3, #events h3, #news h3, h3.news_page, h3.events_page {
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	margin: 6px 0;
	color: black;
}
.blogPostContent small, .btrPostContent small, #news small, .news_page small {
	font-size: 12px;
	line-height: 18px;
	color: #777;
	position: relative;
	top: -10px;
}
.clear_both {
	clear: both;
}
.divider {
	width: 100%;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ddd;
}
.mobile_only {
	display:none;
}
#mobile_main_menu {
	display: none;
}

#menu_trigger {
	cursor: pointer;
	color: white;

	display: none;
	position: relative;
}
#menu_trigger .show-hide {
	font-size: 13px;
	float: right;
	position: relative;
	display: block;
}
#menu_trigger span {
	float: left;
	margin: 0 15px;
	font-size: 18px;
}
#menu_trigger.selected .show-hide {

}
#menu_content{
	height: auto;
	width: 100%;
	background-color: #a281dc;
}
#menu_content.hide{
	display: none;
}
#menu_content a {
	display: block;
	margin: 0 10px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.2);
	color: white;
	text-transform: uppercase;
}
#menu_content a:last-child {
	border: none;
}
.youtube_embed {
	width: 600px;
	height: 338px;
	margin-left: auto;
	margin-right: auto;
	display: block;

}
.mid_quote, #form_box {
	background-color: #1fa4b5;
	color: white;
	border-radius: 8px;
	padding: 10px;
	text-align: center;
}
#form_box {
	text-align: left;
	clear: both;
}
input, textarea {
	width: 750px;
	border-radius: 8px;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	padding: 10px;
	border-style: none;
}
input[type=submit] {
	margin-left:620px;
	display: block;
	text-transform: uppercase;
	font-style: italic;
	clear: both;
	width: 150px;
	background-color: #1fa4b5;
	color: white;
	font-weight: 600;
	-webkit-appearance: none;
}
input[type=submit]:hover {
	opacity: .7;
}
label {
	padding-top: 10px;
	display: block;
}
select {

	min-width: 150px;
	padding: 10px 60px 10px 10px;
	background-color: #fefefe;
	background: url(images/arrow.png) no-repeat right center white;
	color: #936cd7;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	border: none;
	    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border-radius: 6px;
}
option {
	font-family: "Open Sans", sans-serif
}
div.error {
	/* supply height to ensure consistent positioning for every browser */
	height: auto;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 18px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
 

 	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
 
  -moz-box-shadow:0 0 6px #ddd;
  -webkit-box-shadow:0 0 6px #ddd;
}
span.error {
	color: black;
	font-weight: 600;
}
.attribution {
	font-style: italic;
	text-align: right;
}
.round {
	border-radius: 8px;
	margin: 0 auto;
	display: block;
}
#faq {
	background-color: #1fa4b5;
	color: white;
	border-radius: 8px;
	padding: 10px;

}
#faq a {
	text-decoration: none;
	display: block;
	color: white;
	padding: 13px 0;
	line-height: 24px;
}
#package1, #package2, #package3, #package4, #package5, #products {
	padding-top:50px	!important;
	margin-top: -50px	!important;
}
#faq1, #faq2, #faq3, #faq4, #faq5, #faq6, #faq7, #faq8, #faq9, #faq10, #faq11, #faq12 {
	padding-top:50px	!important;
	margin-top: -50px  !important;
}
.blog_pic {
	float:right;
	border-radius: 8px;
}
/* IB Connect*/
.storeitems {
	list-style: none;

	padding: 10px 0;
}
.storeitems li {
}
.item {
	background-color: white;
	border-radius: 8px;
	margin: 10px 0;
	padding: 10px;
}
.official, .featured {
	color: red;
}
.item_image {
	width: 100px;
	height: 100px;
	float: left;
}
.item_image img {
	border-radius: 6px;
}
.item_description, .blog_content {
	width: 660px;
	padding: 0;
	margin: 0;
	float: right;
}
.mess {
	display: block;
	height: auto;
	float: right;
	background-color: #0f005c;
	color: white;
	line-height: 24px;
	padding: 4px 16px;
	border-radius: 8px;
	margin-top: 4px;
}
.mess:hover {
	opacity: .7;
}
/* Pagination */
div.pagination {
	padding: 10px 0;
	margin: 0px 0px 10px 0px;
	background-color: #1fa4b5;
	width: 100%;
	border-radius: 8px;
	text-align: center;
	color: white;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	text-decoration: none; /* no underline */
	color: #eee;
}
div.pagination a:hover, div.pagination a:active {
	opacity: .7;
	color: #1fa4b5;
	background-color: white;
	border-radius: 4px;
}
div.pagination span.pagination_current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	opacity: .7;
	color: #1fa4b5;
	background-color: white;
	border-radius: 4px;
	}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	opacity: .3;
	color: white;
	margin: 2px;
}
/* BTR */
#btrplayer {
	width: 100%;
}
#btrbox {
	width: 100%;
	height: auto;
	padding: 0;
	text-align: center;
	background-color: white;
	border-radius: 8px;

	background-image: url(blogtalkradiologo.png);
	background-repeat: no-repeat;
	background-position: center;
}
#btrbox iframe {
	display: block;
	width: 400px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#btrbox h2 {
	line-height: 24px;
	padding: 10px 0;
}
#btrbox small {
	font-size: 60%;
	font-weight: 700;
	color: #666;
}
a.showlist {
	color: #444;
}
iframe + div {
	display:none;
}
#join {
	display: none;
}
.banner {
	width: 789;
	border-radius: 8px;
}

.wrap {
	clear: both;
}
.wrap img {
	margin: 0 0 10px 10px;
	border-radius: 8px;
	float: right;
}
.nivoSlider {
    position:relative;
    width:790px; /* Change this to your images width */
    height:316px; /* Change this to your images height */
    background:url(images/banners/ib.jpg) no-repeat 50% 50%;
    font: 'Open Sans', sans-serif;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
div.slider-wrapper, #slider {
	margin-bottom:-15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;

}
a.no_hover:hover {
	opacity: 0 !important;
}

@media (max-width: 1300px) {
	#header, #footer {
		width: 960px;
	}
	#main_menu {
		width: 960px;
	}
	#middle {
		width: 960px;
	}
	#menu_bar a, #footer a.footer_menu {
		padding: 0 10px;
	}
	#wide_column, #wide_column_left {
		width: 630px;
	}
	#narrow_column, #narrow_column_right {
		width: 290px;
	}
	#news, #events {
		width: 305px;
	}
	.item_description {
		width: 500px;
	}
	input, textarea {
		width: 590px;
	}
	input[type=submit] {
		margin-left: 460px;
	}
	.banner {
		width: 100%;
	}

}
@media screen and (max-width: 767px) {
	#header, #footer {
		width: auto;
	}
	#header_wrapper {
		height: 250px;
		background-size: 150% 100%;
		background-position: -100px 0;
	}
	#footer {
		background-image: none;
		height: 200px;
	}
	#menu_bar {
		display: none;
	}
	#main_menu {
		width: auto;
	}
	#middle {
		width: auto; 
	}
	#wide_column, #wide_column_left {
		width: 100%;
	}
	#wide_column p, #wide_column_left p {
		margin: 10px;
	}
	#wide_column h1, #wide_column_left h1 {
		margin: 10px;
	}
	#wide_column h2, #wide_column_left h2 {
		margin: 10px;
	}
	#wide_column h3, #wide_column_left h3 {
		margin: 10px;
	}
	#narrow_column, #narrow_column_right {
		width: auto;
	}

	#logo {
		width: 400px;
		padding: 0;
		margin: 0;
		height: auto;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 0;
		top: auto;
		display: block;
	}
	#logo img {
		width: 400px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	#cta {
		display: none;
	}
	#mobile_main_menu {
		position: relative;
		display: block;
		width: 400px;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	#mobile_main_menu a {
		text-decoration: none;
		line-height: 32px;
		padding-left: 10px;
		padding-right: 10px;
		color: white;
		display: inline;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 600;
	}
	.blogPost, .btrPost {
		padding: 10px;
		border-radius: 0;
	}
	.package, .question {
		border-radius: 0;
	}
	.package, .question {
		padding: 10px 0;
	}
	.package h3, .question h3 {
		padding: 10px 0;
	}
	.blogPostContent, .btrPostContent {
		padding: 0 10px 0 0;
	}
	.blogPostContent p,.btrPostContent p, .blogPostContent h2, .btrPostContent h2, .blogPostContent h3, .btrPostContent h3{
		margin: 0 !important;
	}
	#events, #news {
		width: auto;
		margin: 0px;
	}

	#attention, .sidebars {
		border-radius: 0;
	}
	#sidemenu {
		display:none;
	}
	.mobile_only {
		display: block;
	}
	#menu_trigger {
		display: block;
		background-color: #0f005c;
		clear: both;
		width: auto;
		height: 50px;
		line-height: 50px;
		font-size: 13px;
	}
	.youtube_embed {
		width: 100%;
	}
	.mid_quote {
		border-radius: 0;
	}
	.round, #faq {
		border-radius: 0;
	}
	.item_image {
		margin: 0 auto;
		float: none;
	}
	.item_description {
		width: auto;
		padding: 10px 0;
	}
	.item_description p, .item_description h2 { 
		margin: 10px 0 !important;
	}
	.item {
		border-radius: 0;
		padding: 10px 10px;
		margin: 10px 0;
	}
	div.pagination {
		border-radius: 0;
	}
	div.pagination a, div.pagination span {
		letter-spacing: -1px;
		padding: 2px 4px;
	}
	.mess {
		display: none;
	}
	ul {
		padding: 0 30px;
	}
	.blog_pic {
	margin: 10px;
	}
	#join {
		display: block;
		background-color: #0f005c;
		width: 100%;
		height: 50px;

	}
	#join a {
		display: block;
		text-align: center;
		color: white;
		line-height: 50px
	}
	#form_box {
		border-radius: 0;
	}
	input, textarea {
		width: 440px;
	}
	input[type=submit] {
		margin-left: 310px;
	}
	select {
		margin-left: 10px;
	}
	.banner {
		border-radius: 0;
	}
	.wrap img {
		float: none;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	div.slider-wrapper, #slider {
	margin-bottom:-15px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;

	}
	.nivo-caption {
		font-size: 12px;
		height: 20px;
		line-height: 16px;
	}
}


@media screen and (max-width: 480px) {
	#join {
		position: fixed;
		z-index: 1000;
	}
	#header_wrapper {
		position:relative;
		top: 0px;
		margin-bottom: 0px;
	}
	#logo {
		width: 280px;
	}
	#logo img {
		width: 280px;
	}
	#mobile_main_menu {
		width: 280px;
	}
	.blog_header {
		font-size: 24px;
		line-height: 30px;
	}
	#btrbox {
		width: 100%;
	}
	#btrbox iframe {
		width: 320px;
	}
	input, textarea {
		width: 280px;
	}
	input[type=submit] {
		margin-left: 150px;
	}
	div.error {
		letter-spacing: -1px;
	}
}