/* Font Code */
.ubuntu { font-family:'Ubuntu',"Helvetica Neue", Helvetica, Arial, sans-serif; }
.roboto { font-family:'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif; }
	.roboto-light { font-weight:200; }
/* @end --------- */

/* Common Colours
	Blue - #1098e6
	Dark Grey - #393536
*/

/*  Copy */

body 				{ background-color:#fff; color:#666; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; text-rendering:optimizeLegibility; }
.sky-blue-bg, .light-blue-bg
					{ background-color:#e5f5ff; }
.light-green-bg		{ background-color:#e5ffec; }
.blue-bg            { background-color:#1098e6; }
.light-blue-background.padding
					{ padding:30px; }
.light-blue-background.padding h3,
.light-blue-background.padding .h3
					{ font-weight:200; }
.dark-blue-background { background:#1098E6; color:#fff; }

	a 				{ color:#1098e6; text-decoration:none; outline:none; }
	a:focus			{ outline:none; color:#333; }
	.phone a:focus	{ outline:none; outline:5px auto -webkit-focus-ring-color; outline-offset:-2px; }
	a:hover			{ color:#000; text-decoration:none; outline:none; }
	a:active		{ outline:none; }

sub,sup 			{ position:relative; font-size:75%; line-height:0; vertical-align:baseline; }
	sup				{ top:-0.5em; }
	sub 			{ bottom:-0.25em; }

img 				{ border:0; }
	.img-rounded 	{ border-radius:500px; }
	.img-polaroid 	{
					padding:4px; background-color:#fff; border:1px solid #ccc; border:1px solid rgba(0,0,0,0.2);
					-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1); -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1); box-shadow:0 1px 3px rgba(0,0,0,0.1);
					}
	.img-circle 	{ border-radius:500px; }
	.img-left       { float:left; padding:0 20px 20px 0; }

/* Text */
p 					{ margin:0 0 10px; line-height:1.6em; color:#333; font-size:15px; }
.lead				{ color:#666; font-style:normal; line-height:1.68em; font-weight:200; font-size:16px;  }
p strong            { color:#666; }

small				{ font-size:85%; }
strong				{ font-weight:bold; color:#000; }
.lead strong		{ font-size:17px; line-height:1.78em; }
em 					{ font-style:italic; }

cite 				{ font-style:normal; }

ul li				{ list-style:disc; }


h1,h2,h3,h4,h5,h6 	{ margin:10px 0; font-family:inherit; font-family:'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif; line-height:1.4em; font-weight:normal; }
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small
					{ font-weight:normal; line-height:1; color:#999; }
h6 small > a        { color:#999; }

h1					{ color:#1098e6; font-size:42px; font-weight:200; display:block; line-height:1.1em; }
body.homepage h1	{ font-size:48px; }
body h1:first-child	{ margin-top:0; }
h2, .h2				{ color:#1098e6; font-size:29px; font-weight:200; line-height:1.2em; font-weight:200; }
h3, .h3				{ font-size:25px; color:#333; line-height:1.4em; }
h4, .h4				{ font-size:17px; color:#333; }
h5, .h5 			{ font-size:14px;  color:#1098e6 }
h6, .h6				{ font-size:11px; }

.large-header		{  }

/* Lists */
ul,ol 				{ padding:0; margin:0 0 10px 25px; }
.primary-content ul li, .primary-content ol li, .body-space ul li
					{ color:#333; font-size:15px; line-height:1.6em; }
li 					{ line-height:20px; }

ul.unstyled,ol.unstyled
					{ margin-left:0; list-style:none; }

ul.inline,ol.inline { margin-left:0; list-style:none; }
ul.inline>li,ol.inline>li
					{ padding-right:5px; padding-left:5px; }

dl					{ margin-bottom:20px; }
dt,dd				{ line-height:20px; }
dt					{ font-weight:bold; }
dd					{ margin-left:10px; }

hr 					{ margin:20px 0; display: block; height: 1px; border: 0; color:#efefef; background-color:#efefef; padding: 0;  }

/* Utility */
.noscroll           { overflow:hidden;}
#breadcrumbs		{ color:#1098e6; font-size:12px; margin-bottom:30px; }
#mc_embed_signup .mc-field-group.input-group label { padding: 10px; }
div.mc-field-group.input-group strong { color: #000; }
#mc_embed_signup h2 { color: #1098e6; }
#mc-embedded-subscribe-form label{ display: inline-block; padding: 0 0 3px 0; }
#mc-embedded-subscribe-form li{ list-style-type: none; float: left; margin-right: 13px; }
/* #mc-embedded-subscribe-form input{ margin: 10px; } */
 #mc-embedded-subscribe-form input[type='checkbox']{     margin: 0 7px 0 0; position: relative; top: -2px;} 
 #newsletter-form h4 { font-family: 'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 19px !important; font-weight: 200 !important; padding: 10px 0 !important;}
#mc-embedded-subscribe { display: inline-block; margin: 1em; }
.mc-field-group input { margin:0; }
#newsletter-form form fieldset		{ margin-bottom:0; }
#newsletter-form { padding: 20px !important; }
a#next-newsletter-step.btn.sign-up-btn { margin-bottom: 0px; margin-top: 15px; }
div.mc-field-group.input-group { display: block !important; }
#newsletter-form ul.clearfix{ display: flex; justify-content: center; } 
 /* select#mce-MMERGE5.required.field { padding: 0; } */
div.mc-field-group.input-group strong{ color:#f5f5f5; font-weight: 200; } 
/* @end --------- */

/* Generic Web Form Styles */
form				{  }
form fieldset		{ margin-bottom:20px; }
form select,
.form select.field  { width:100%; appearance:none; -moz-appearance:none; /* Firefox */ -webkit-appearance:none; /* Safari and Chrome */ padding:12px 4px; border:1px solid #ccc; position:relative; background:url('/stylesheets/img/bg/select-bg-arrow.png') no-repeat scroll center right 10px #fff; cursor:pointer; margin-bottom: 15px;}
.form label         { display:block; font-family:'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:19px; font-weight:200; padding:10px 0; }
.form label strong	{ font-weight:300; }
	.form#exportstrategy-form label
					{ font-size:15px; padding:10px 0 0;  }
.radio label 		{ display:inline-block; }
.legend             { display:block; margin:0 0 20px 0; padding:0; line-height:2.5em; font-family:'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:200; font-size:28px; color:#1098E6; border-bottom:1px solid #1098E6; }
input               { display:block; }
.radio input[type="radio"]
					{ display:inline-block; margin-right:10px; }
.form .field        { padding:12px 15px; width:100%; border-color:#ccc; font-size:14px; border-radius:0px; border:1px solid #ccc; margin-bottom:15px; position:relative; color:#333; }

.card-details       { background-color:#1098E6; padding:20px; margin-bottom:20px; }
.card-details .legend
					{ color:#fff; border-bottom:1px solid #fff; }
.card-details label { color:#fff; font-style:italic; }
select              {  }
.field:focus        { color:#333; border-color:#1098E6; }
	.field::-webkit-input-placeholder
					{ color:#959595; font-style:italic; }
	.field:-moz-placeholder { color:#959595; font-style:italic; }
	.field::-moz-placeholder { color:#959595; font-style:italic; }
	.field:-ms-input-placeholder { color:#959595; font-style:italic; }
	.field:-placeholder { color:#959595; font-style:italic; }
#captcha #CaptchaV2 { width:160px; padding:9px 15px; font-size:20px; line-height:1.2em; font-weight:bold; }
.captchaimg         { margin-right:10px; display:block; float:left; }
.label-hover:hover	{ opacity:0.7; cursor:pointer; }

.radio-group-inline label
					{ display:inline-block; cursor:pointer; }
.radio-group-inline label:hover
					{ color:#1098e6; }
.checkbox-group input { margin: 10px 10px 5px 0; width:16px; height:16px; }

.form .checkbox-label { display: inline-block; }

.relopts			{ cursor:pointer; }
/* @end --------- */

/* Membership Form */
.membership-form input[type="submit"]
					{ padding:14px 30px; float:right; }
/* @end --------- */

.btn, #catshopbuy	{
					border-radius:0; text-transform:uppercase; border:1px solid transparent;
					font-family:'Ubuntu',"Helvetica Neue", Helvetica, Arial, sans-serif;
					-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -o-transition:all 0.4s; transition:all 0.4s linear;
					}
.btn.focus, .btn:focus
					{ background-color:#333; color:#fff; }

.btn-primary		{ background-color:#1098e6; }
.btn-primary:hover	{ background-color:#4fb7f3; color:#fff; }
.btn-primary:active	{ background-color:#333; color:#fff; }

.btn-inverse		{ background-color:#474747; color:#fff; }
.btn-inverse:hover,
.btn-inverse:active	{ background-color:#878787; color:#fff; }

.btn-success		{ background-color:#67a74b; color:#fff; }
.btn-success:hover,
.btn-success:active	{ background-color:#333; color:#fff; }

.btn-white			{ border-color:#fff; color:#fff; }
.btn-white:hover	{ color:#333; border-color:#333; }

.btn-default		{ color:#333; border:1px solid #333; }

.btn-outline		{ background:none !important; }
.btn-outline:hover	{ background:none !important; }
.btn-outline.light-bg:hover	{ color:#1098e6; border-color:#1098e6; }


.btn-lg, .btn-group-lg > .btn
					{ padding:15px 30px; font-size:14px; }
/* @end --------- */

/* Core Owl Carousel CSS File */

.owl-carousel .owl-wrapper:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }
.owl-carousel{ display:none; position:relative; width:100%; -ms-touch-action:pan-y; }
.owl-carousel .owl-wrapper{	display:none; position:relative; -webkit-transform:translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer{ overflow:hidden;	position:relative;	width:100%; }
.owl-carousel .owl-wrapper-outer.autoHeight{ -webkit-transition:height 500ms ease-in-out; -moz-transition:height 500ms ease-in-out; -ms-transition:height 500ms ease-in-out; -o-transition:height 500ms ease-in-out; transition:height 500ms ease-in-out; }

.owl-carousel .owl-item { float:left; }
.owl-controls .owl-page,
.owl-controls .owl-buttons div
						{ cursor:pointer; }
.owl-controls 			{ -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }

.grabbing 				{ cursor:url(/stylesheets/img/grabbing.png) 8 8, move; }

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item
						{ -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:   hidden;  -webkit-transform:translate3d(0,0,0);  -moz-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0); }

.owl-theme .owl-controls{ margin-top:10px;	text-align:center; }

.owl-theme .owl-controls .owl-buttons div {
						color:#fff; display:inline-block; zoom:1; *display:inline; margin:5px;
						padding:3px 10px; font-size:12px;
						-webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px;
						background:#869791;	filter:Alpha(Opacity=50); opacity:0.5;
						}

.owl-theme .owl-controls.clickable .owl-buttons div:hover
						{ filter:Alpha(Opacity=100); opacity:1;	text-decoration:none; }

.owl-theme .owl-controls .owl-page
						{ display:inline-block;	zoom:1;	*display:inline; }
.owl-theme .owl-controls .owl-page span
						{
						display:block;	width:12px; height:12px; margin:5px 7px; background-color:#ccc;
						border:2px solid transparent;
						-webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px;
						}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span
						{ background-color:#67a74b; border-color:#67a74b; }

.owl-theme .owl-controls .owl-page span.owl-numbers
						{
						height:auto; width:auto; color:#fff; padding:2px 10px; font-size:12px;
						-webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px;
						}

.owl-item.loading 		{ min-height:150px;	background:url(/stylesheets/img/AjaxLoader.gif) no-repeat center center }

/* Custom Animation Sets */
.hover-opacity		{ -webkit-transition:opacity 0.3s linear; -moz-transition:opacity 0.3s linear; -o-transition:opacity 0.3s linear; transition:opacity 0.3s linear; }
.base-animation		{ -webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -o-transition:all 0.4s; transition:all 0.4s linear; }
/* @end --------- */

/* -------------- CUSTOM STYLES -------------- */

#CaptchaV2			{ padding-top:3px; padding-bottom:8px; }

.inner-template .primary-content
					{ margin:15px 0 75px; }
.primary-content img { max-width:100%; }

/* Header */
header				{ height:42px; background-color:#393536; border-bottom:1px solid #848282; }
.header-social a	{ width:29px; height:29px; overflow:hidden; display:inline-block; margin:6px 3px 0 0; }
.header-social a img { max-width:100%; }
/* @end --------- */

/* Logo */
.logo				{ float:left; margin-top:15px; margin-right:15px; }
/* @end --------- */


/* Main Nav */
.nav-bar			{ height:100px; min-height:20px; background-color:#f5f5f5; }
.withbanner .nav-bar{ margin-bottom:0; }
.main-nav 			{ height:100px; }
.main-nav >ul 		{ margin-top:42px; float:right; }
.main-nav > .nav >li{ float:left; }
.main-nav > .nav >li.last-child >a
					{ padding-right:0; }
.main-nav > .nav >li:last-child >a
					{ padding-right:0; }
.main-nav > .nav >li > a
					{ color:#4e4e4e; font-size:14px; padding:0 13px; font-family:'Ubuntu',"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:normal; }
.main-nav > .nav >li > a:hover,
.main-nav > .nav >li.open > a, .main-nav > .nav >li.open > a:hover, .main-nav > .nav >li.open > a:focus
					{ background:none; color:#0099cc; }
.main-nav > .nav > li > a:focus
					{ background:transparent; }
.navbar-nav li		{ list-style:none; }
.navbar-nav > li > .dropdown-menu
					{ background:#fff; border:0 none; margin-top:17px;  }

.navbar-nav > li > .dropdown-menu > li:first-child
					{ position:relative; }
.navbar-nav > li > .dropdown-menu > li.first-child
					{ position:relative; }

.navbar-nav > li > .is-open, .navbar-nav > li > ul > li > .is-open
					{ display:block; }


.navbar-nav > li > .dropdown-menu > li.first-child:after,
.navbar-nav > li > .dropdown-menu > li:first-child:after {
	bottom:100%; left:25%; border:solid transparent;
	content:" "; height:0; width:0; position:absolute; pointer-events:none;
	border-color:rgba(255, 255, 255, 0); border-bottom-color:#fff; border-width:20px; margin-left:-20px;
}

.navbar-nav > li > .dropdown-menu > li.open ul.dropdown-menu.third-level
					{ background-color:#eee; border:0 none; float:right; left:100%; margin-top:0; position:absolute; top:0; }

.navbar-nav > li > .dropdown-menu > li.open ul.dropdown-menu.third-level a
					{ font-size:13px; }
.navbar-nav > li > .dropdown-menu > li.open ul.dropdown-menu.third-level a:hover
					{ color:#1098e6; }

.navbar-nav > li > .dropdown-menu > li > ul.dropdown-menu.third-level li.blue-shade > a,
.navbar-nav > li > .dropdown-menu > li.blue-shade > a
					{ background-color: rgba(16,152,230,0.3); }


/* @end --------- */

/* Utility Nav */
.utility-nav		{ height:41px; line-height:41px; float:right; margin-right:20px; }
.utility-nav ul 	{ list-style:none; margin:0; padding:0; }
.utility-nav ul > li{ float:left; list-style:none; }
.utility-nav ul > li > a
					{ height:41px; line-height:41px; color:#ccc; font-size:13px; font-family:'Ubuntu',"Helvetica Neue", Helvetica, Arial, sans-serif; padding:0 17px; }
.utility-nav ul > li.blue > a,
.utility-nav ul > li > a:hover
					{ color:#1098e6; }
.utility-nav ul > li.blue > a:hover
					{ color:#fff; }
.utility-nav ul > li.with-seperator > a
					{ padding-left:15px; border-left:1px solid #ccc; }
/* @end --------- */

/* Utility Nav */
#user, #cart-icon		{ float:right; }
#shopping-cart-icon		{ display: inline-block; height: 42px; line-height: 27px; width: 42px; }

/* @end --------- */

/* Login */
#account-login			{ line-height: 1.9 }

#login-window			{
						width:100%; position:fixed; text-align:center; z-index:-1; top:0; bottom:0; background-color:#1098e6; color:#fff; opacity:0;
						-webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; transition-duration:0.2s;
						}
.login-wrap				{ width:100%; height:100%; position:relative; padding-top:20%; }
#login-form				{ width:40%; text-align:center; margin:0 auto; }
#login-window.login-loaded
						{ z-index:9999; opacity:1; left:0; right:0; }
#login-close			{
						position:absolute; top:5%; right:5%; font-size:69px; color:#bbb; font-style:normal; color:#fff;
						-webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out;
						}
#login-close:hover		{ cursor:pointer; color:#333; }

#login-form > img		{ margin-bottom:15px; }
#login-form .field		{ width:100%; border:0 none; padding:13px 10px; margin-bottom:10px; color:#333; font-size:24px; }

#login-form .btn-login	{ width:100%; color:#1098e6;  padding-top:15px; padding-bottom:15px; border:0 none; font-size:15px; margin-bottom:14px; }

#login-form a.forgot	{ font-style:italic; font-size:15px; color:#fff; }

#user.logged-true > a	{ padding-top:10px; padding-bottom:9px; }

#emailorid,.membersidfield
						{ background-position:97% 50%; background-repeat:no-repeat; }
input.checking,
.form .field.checking	{ background-image:url(img/icons/checking.gif); }
input.confirm,
.form .field.confirm	{ background-image:url(img/icons/tick-blue.png); }
input.invalid,
.form .field.invalid	{ background-image:url(img/icons/error-small.png); }

.error-messages			{ background-color:#eee; color:#333; font-size:13px; height:28px; line-height:28px; margin-bottom:11px; padding:0 10px; text-align:left; }

/* @end --------- */

/* Members area */

.membership-menu-sidebar{ height:100%; }
.user-block				{  }
.user-block	> div		{ padding:15px; text-align:left; line-height:1.5em; }
.user-block	h4			{ color:#1098e6; margin:0; font-size:17px; font-weight:200; }
.user-block	span		{ display:block; color:#333; margin:4px 0 10px; font-family:'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:300; }

#members-nav			{  }
#members-nav >ul 		{ margin:0; padding:0; list-style:none; }
#members-nav li			{ margin-bottom:1px; list-style:none; color:#fff; }
#members-nav a			{
						width:100%; display:block; padding:8px 5px 8px 15px; color:#333; font-size:16px;
						font-family:'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:300;
						}
#members-nav a:hover	{ background-color:#1098e6; color:#fff; }

#members-nav .dropdown-menu
						{ background:none; position:relative; top:auto; left:auto; float:none; box-shadow:none; border:0 none; }

#new-member-details		{ margin-bottom:30px; background-color:#f3fafe; color:#666; padding:15px; font-size:14px; }
#new-member-details	strong { color:#666; text-align:left; }
#new-member-details rowgroup
						{ margin-bottom:8px; }

#ebook-members			{ margin-left:15px; margin-right:15px; border-top:1px solid #fff; margin-top:15px; padding-top:5px; }
#ebook-members h4		{  }
#ebook-members ul 		{ margin:0; }
#ebook-members li		{ list-style:none; margin-bottom:5px; }
#ebook-members a		{ display:block; height:auto; width:100%; font-size:14px; font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif; padding:20px; }
.ebview span			{ display:block; }
.ebimage				{ display:block; margin-bottom:8px; padding:20px; background-color:#f5f5f5; }
.ebimage img			{ width:100%; max-width:100%; height:auto; }
.ebview.hasimage		{  }
.ebname					{ font-size:15px; color:#333; line-height:1.2em; margin-bottom:4px; }
.ebdate					{ font-size:12px; line-height:1em; }
#ebook-special-form		{ margin-bottom:30px; }
#ebook-special-form fieldset
						{ margin:0; }
#members-nav .ebook-link	{ margin:25px 15px; }
#members-nav .ebook-link a	{ color:#fff; }

/* @end --------- */
#mentor-book select { padding:12px 15px; color: #666; }

/* Membership Signup */
#free-membership-request, #full-membership-request
						{ display:none; }
.plan-selection			{ margin-bottom:20px; }
.free-request-details, .free-request-details p, p.payment-summary
						{ font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif; font-size:19px; font-weight:200; padding:5px 0; margin:0; line-height:1em; }
p.payment-summary		{ line-height:1.4em; padding:1.2em; }
#free-plan-name, #member-price-info-display
						{ font-weight:500; }
#membership-type-summary{ color:#333; }


#discount-offer			{ margin:1em 0; padding:1.3em; background-color:#f3fafe; display:none; }
#discount-offer.hiddenf	{ display:none; } 
#discount-offer.support-codes
						{ display:block; }
#discount-offer > span.legend
						{  }
.code-region			{  }
.code-region > i		{  }
.code-region #discount-field
						{ display:inline-block; width:45%; }
#apply-discount			{ padding:12px; margin-top:-4px; }
.discount-errors		{ display:block; font-size:15px; color:#e61010; font-weight:300; }
.discount-errors.valid-code
						{ color:#1098E6; }

/* @end --------- */

/* Site Search */
#search-the-site		{ width:100%; height:100%; display:none; position:absolute; top:0; right:0; bottom:0; left:0; z-index:999; background-color:rgba(241,241,241,0.95); }
#search-the-site.active-search
						{  }
#search-the-site form	{ width:100%; height:100%; position:relative; }
#search-the-site form div.row{ width:100%; height:100%; }
#close-search			{ position:absolute; top:1%; right:1%; font-size:69px; color:#bbb; font-style:normal; font-weight:normal; }
#close-search:hover		{ cursor:pointer; color:#333; }
.search-box				{ padding-top:20%; margin-bottom:70px; }
#CAT_Search				{ width:80%; height:auto; padding:20px; display:inline-block; background:none; border:3px solid #ccc; font-size:40px; font-family:'Ubuntu',"Helvetica Neue", Helvetica, Arial, sans-serif; text-align:left; }
.search-btn				{ width:auto; height:auto; font-size:60px; border:0 none; background:none; }
.search-header			{ font-size:22px; color:#bbb; display:block; margin-bottom:15px; }

.search-featurebox		{  }
.search-featurebox > div{ background:rgba(118,117,128,0.05); margin-bottom:10px; padding:10px; }
	.simg				{ width:50px; height:50px; margin-right:10px; float:left; overflow:hidden; }
	.stext				{ width:80%; float:left; font-size:11px; }
	.stext p			{ font-size:11px; }
	.slink				{ width:100%; color:#333; display:block; }
	.slink:hover		{ color:#1098e6; }
/* @end --------- */

/* Home Page Banners */
.hero					{ position:relative; }
.hero *					{ -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -o-transition:all 0.2s; transition:all 0.2s linear }
#banners				{ width:100%; height:570px; overflow:hidden; border-top:1px solid #cac8c7; border-bottom:1px solid #949494; }

.banner-slide			{ width:100%; background-position:center center; background-repeat:no-repeat; background-size:cover; }
.banner-slide .banner-table
						{ height:570px; }
.banner-table			{ display:table; }
.banner-content			{ display:table-cell;  vertical-align:middle; }

#banners .owl-controls	{ width:100%; margin:0; position:absolute; z-index:100; left:0; bottom:12px; display:table; }
.owl-pagination			{ display:table-cell; }
#banners .owl-controls .owl-page span
						{ border:4px solid transparent; opacity:0.5; color:#fff; background-color:#fff; }
#banners .owl-controls .owl-page.active span, #banners .owl-controls.clickable .owl-page:hover span
						{ opacity:1; border-color:#fff; }
.b-header-text			{ display:block; font-size:42px; color:#fff; line-height:1em; }
.b-byline-text			{ display:block; font-size:20px; color:#fff; line-height:1.3em; font-weight:300; }
#banners .btn			{ margin-top:55px; }

.membership-menu		{ position:absolute; right:0; top:1px; list-style:none; margin:0; padding:0; }
.membership-menu > li	{ margin:0; padding:0; list-style:none; }
.membership-menu > li > a{ width:115px; display:block; margin-bottom:1px; padding:10px; color:#f5f5f5; background-color:#333; text-align:center; line-height:1.25em; font-family:'Ubuntu',"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:12px; }
.membership-menu > li > a > i
						{ font-size:20px; line-height:1.5em }
.membership-menu > li > a:hover
						{ background-color:#1098e6; }
.membership-menu > li ul{ display:none !important; }

/* @end --------- */

/* Inner Banners */
/* .inner-banner			{ max-height:263px; background:#333; overflow:hidden; } */
.inner-banner { background: #f5f5f5;}
.inner-banner img		{ width:100%; }
/* @end --------- */

/* Home Page Elements */
.hometemp .body-content { background-color:#f3fafe; }
.body-space				{ padding:20px 10px; }
/* @end --------- */

/* Brands */
#brands					{ padding:40px 0; }
#brands .col.md-3, #brands .col.sm-3
						{ width:20%; }
#brands a:hover			{ opacity:0.8; }
/* @end --------- */

/* Join Box */
.join-us				{ background-color:#1098e6; }
.join-box				{ padding-bottom:20px; }
.join-box img			{ margin-top:-50px; }
.join-box h2, .join-box h3, .join-box h4, .join-box span, .join-box p
						{ color:#fff; }
.join-box h2			{ margin-top:75px; margin-bottom:2px; line-height:1em; font-size:42px; font-weight:200; text-align:right; }
.join-box h3			{ text-align:right; font-size:24px; line-height:1em; margin-top:0; font-style:italic; font-weight:200; }
.join-box span#h2-rep 	{ display:block; font-style:normal; margin-top:75px; font-family: 'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif; text-align:right;  margin-bottom: 2px; line-height: 1em; font-size: 42px; font-weight: 200; text-align: right; }
.join-box span#h3-rep 	{ display:block;font-style:normal; margin-top: 0; font-family: 'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif; text-align:right; font-size:24px; line-height:1em; margin-top:0; font-style:italic; font-weight:200; }
.join-box p				{ text-align:right; font-size:13.3px; line-height:1.23em; font-style:italic; margin-top:35px; }
.join-box ul 			{ margin:28px 0 0 0; list-style:none; }
.join-box li			{ float:left; width:50%; height:30px; color:#fff; list-style:none; }
.join-box li a			{ color:#fff; font-size:12px; }
.join-box li a > i		{ width:20px; display:inline-block; }
.join-box li a > i.fa-circle-thin
						{ width:auto; }
.join-box .btn			{ width:100%; margin-top:20px; margin-bottom:5px; font-size:14px; padding:17px 30px; color:#1098e6; border-color:transparent; }
.join-box li a:hover	{ color:#000; }
.join-box .btn:hover	{ color:#fff; background-color:#333; border-color:transparent; }

.sign-up-btn 			{ margin: 0 auto; display: block; width: 65%; background:#eeeeee; border:1px solid #666666; margin-bottom:32px;}
.sign-up-btn:hover		{ background-color:#1098e6;}
/* Sidebar Join */
.side-item .join-box	{ padding:15px 12px 20px; }
.side-item .join-box img{ margin-top:0; }
.side-item .join-box	{ margin-top:25px; }
.side-item .join-box h3	{ font-size:19px; }
.side-item .join-box h2	{ margin-top:60px; }

/* @end --------- */

/* Newsletter */
#newsletter-form		{ width:100%; position:relative; color:#f5f5f5; padding:20px 20px 40px 20px; }
#newsletter-form h4		{ font-weight:100; line-height:1.2em; letter-spacing:normal; font-size:36px; text-align:center; }
#newsletter-form span   { display: block;font-weight:100; line-height:1.2em; letter-spacing:normal; font-size:36px; text-align:center;     font-family: 'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif;}
#newsletter-form h4 small{ display:block; font-weight:200; font-size:20px; color:#f5f5f5; }
#newsletter-form span small{ display:block; font-weight:200; font-size:20px; color:#f5f5f5; }
#one-last-step			{
						width:0; height:0; position:absolute; top:50%; left:50%; border:1px solid #fff;
						background-color:#1098e6;/* overflow:hidden; */ z-index:-1; opacity:0;
						-webkit-transition:all 0.6s Ease-in; -moz-transition:all 0.6s Ease-in; -o-transition:all 0.6s; transition:all 0.6s Ease-in;
						}
.signup-info			{ margin-top:10px; }
.signup-info, .signup-info p, #one-last-step p
						{ font-size:12px; line-height:1.425em; font-style:italic; color:#f5f5f5; text-align:center; }
.n-step-one				{ text-align:center; margin-top:31px; }
.n-step-one .field		{
						width:60%; margin-right:4%; padding:13px 10px 14px; font-size:12px; font-style:italic; display:inline-block; border:1px solid transparent; background-position:96% 50%;
						-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -o-transition:all 0.4s; transition:all 0.4s linear;
						}
.n-step-one .field.need-email
						{ border-color:#e85200; }
.n-step-one .btn		{ display:inline-block; font-size:12px; padding:13px 16px; }
#one-last-step.open-step{ width:100%; height:100%; min-height:300px; right:0; left:0; top:0; bottom:0; z-index:2; opacity:1; border:1px solid transparent; max-height:300px; }
.n-step-one .field.valid-email
						{ background:#fff url(img/icons/tick-small.png) no-repeat 96% 50%;  }
#CLFullName,#CLCompany				{ width:60%; padding:13px 10px 14px; font-size:12px; font-style:italic; display:inline-block; border:1px solid transparent; margin-bottom:12px; }

#one-last-step p		{ font-size:13px; margin-left:11%; margin-right:11%; }
#one-last-step #CaptchaV2{ padding:7px 8px; border:1px solid transparent; color:#333; font-size:12px; font-style:italic; }
#one-last-step .captcha	{ width:60%; margin:0 auto 12px;}
#one-last-step .btn		{ padding:9px 20px; display:block; clear:both; margin:0 auto; }

/* @end --------- */

/* Event Map */
#map-area				{ padding-bottom:40px; }
#event-map-image		{ width:100%; height:auto; background:transparent url(/stylesheets/img/map/core-map.png) no-repeat center center; background-size:contain; }
#event-map				{ -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -o-transition:all 0.2s; transition:all 0.2s linear; }
#event-listing			{ margin-top:50px; }
.event-list				{ display:none; }
#choose-region			{ margin-top:50px; }

/* Mobile event list dropdown */
#event-dropdown			{ font-size:20px; text-align:center; padding-top:12px; padding-bottom:12px; width:100%; margin:20px 0; }
#event-listing.mobile-listing
						{ min-height:200px; }
.home-btn-group.mobileg	{ width:100%; position:relative; top:auto; bottom:auto; left:auto; right:auto; text-align:center; margin:20px auto; }
/* @end --------- */

/* Event listing */
#event-list-block		{ margin:40px 0; }

/* Home Page */
#event-listing			{  }
.event-list				{  }
.ev-region-list			{ border-top:1px solid #ccc; max-height:370px; overflow:auto; z-index:1; }
.ev-region-head			{ display:block; font-size:18px; color:#333; }
.booking-item			{ display:block; width:100%; height:auto; padding:10px; position:relative; }
	.evname				{ color:#333; display:block; font-size:15px; }
	.evdate				{ color:#999; display:block; font-size:12px; font-style:italic; }
.odd.booking-item		{ background-color:#dcf0fb; }
.even.booking-item		{ background-color:#fff; }
.booking-item:hover		{ opacity:0.6; }
p.event-intro			{ color:#333; line-height:1.3em;}
#choose-region strong	{ color:#333; display:block; font-size:23px; font-weight:normal; }
#choose-region p		{ font-size:12px; font-style:italic; }
.home-btn-group			{ position:absolute; bottom:20px; right:20px;  }
.btn-ev					{ padding:12px 14px; }
.btn-ev:hover			{ border-color:#1098e6; color:#1098e6; }
.none-found				{ margin-top:30px; font-size:14px; text-align:center; }
.region-col				{ position:relative; }
.region-tabs			{ margin:25px 0 -1px 0; list-style:none; z-index:2; }
.region-tabs li			{ display:inline-block; border:1px solid #ccc; padding:5px 7px; font-size:14px; text-transform:uppercase; background-color:#f2fafd; }
.region-tabs li:first-child { margin-right:5px; }
.region-tabs li.selected{ background-color:#fff; border-bottom-color:transparent; }
.region-tabs li:hover	{ color:#1098e6; background-color:#fff; cursor:pointer; }
.region-list			{ display:none; }
.region-list.viewable	{ display:block; }

/* General Listing */
.event-type				{ display:block; text-align:center; padding:5px 8px; color:#fff; background-color:#3498db; font-size:11px; font-style:italic; position:absolute; right:8px; top:8px; }
.hometemp .event-type	{ display:none; }

/* Event Detail */
.controller-group		{  }
#BookingAllocation		{ width:60px; text-align:center; display:inline-block; padding-top:2px; padding-bottom:6px; }
.attendee_info			{ margin-bottom:12px; }

.event-summary 			{ background-color:#f3fafe; padding:5px 15px 10px 15px; margin-bottom:20px; }
.event-summary h3		{ color:#1098e6; font-size:30px; font-family:'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:200; margin-bottom:3px; }
.event-summary span		{ color:#666; display:block; margin-bottom:4px; font-size:15px; }
.event-summary strong	{ color:#666; }
.event-summary strong.blue { color:#1098e6; }
.highlight				{ background-color:#f3fafe; padding:20px; margin-bottom:20px; }
.highlight span			{ color:#1098e6; font-size:14px; }
.highlight span.btn		{ color:#fff; padding:12px 5px; }
.highlight p			{ color:#444; }
.highlight .error-messages
						{ display:none; }

.payment-summary		{ background-color:#f3fafe; padding:20px 20px 10px 15px; color:#444; font-size:40px; line-height: 1.4em; }
.payment-summary span	{ font-weight:200; display:block; margin-bottom:1px; }
.payment-summary span#member-price-info-display-summary
						{ display:inline-block; color:#1098e6; font-weight: 200; }
.payment-summary span.gst-note
						{ margin-bottom:0; font-size:12px; font-style:italic; }
.payment-summary b		{ color:#1098e6; font-weight:200; }
.payment-summary strong	{ color:#1098e6; font-weight:200; }

#award-event-form #booking-information,
.table-numbers,
#award-event-form #booking-information.table-booking-options .normal-numbers,
#award-event-form #booking-information.table-booking-options .btn-valuetoggle
						{ display:none; }

#award-event-form #booking-information.table-booking-options .table-numbers
						{ display:block; }

.expired-event-note, .finished-notice > p
						{ font-size:16px; font-weight:bold; margin:30px 0; }

/* Ebook form */
#dcappl					{ height:46px; line-height:34px; }
#c-discount				{ padding:10px; margin-bottom:15px; }
#c-discount	p			{ padding-bottom:4px; font-size:14px; color:#666; }
#cdisocunt				{ background-position:97% 50%; background-repeat:no-repeat; }
#cdisocunt.invalid		{ border-color:#cc0000; }
#cdisocunt.valid		{ border-color:#00cc20; }
/* @end --------- */

/* Booking extras */
#type-options			{ width:100%; height:30px; margin:0 0 20px 0; font-size:15px; }
#online-accredited-external, #credited-booking
						{ display:none; }
/* @end --------- */

/* How did you hear about us fields */

form #hdyhau-value {display:none}

/* @end --------- */

/* Event Calendar / sub listing */

table.module-calendar td.events span
						{ background-color:#1098e6; }
.event-listing			{ margin:30px 0; }

.courses-calendar .select-month-year { display:none}
#state-filter			{ padding-bottom:24px;}
/* @end --------- */

/* News */
#latest-news			{ position:relative; margin-bottom:20px; }
#latest-news h3			{ text-align:center; font-size:33px; color:#1098e6; font-weight:300; margin-bottom:20px; padding:25px 10% 20px; line-height:1.25em; }

#news-slide 			{ max-height:405px; overflow:hidden; }
#news-slide.owl-carousel{ max-height:none; overflow:visible; }

#news-slide .owl-wrapper-outer
						{ max-height:417px; }
#news-slide.owl-carousel .owl-wrapper-outer
						{ max-height:none; }
#news-slide article		{ max-width:385px; margin:0 25px; padding-bottom:10px; float:left; }
#news-slide .owl-item article
						{ float:none; }
#news-slide article img { margin:0 auto 26px; max-height:240px; }
#news-slide h5			{ font-size:18px; line-height:1.225em; color:#333; margin-bottom:26px; }
#news-slide h4			{ font-size:18px; line-height:1.225em; color:#333; margin-bottom:26px; }
#news-slide h5 small	{ display:block; line-height:1em; font-size:12px; font-style:italic; color:#999; margin-top:7px; }
#news-slide h4 small	{ display:block; line-height:1em; font-size:12px; font-style:italic; color:#999; margin-top:7px; }
#news-slide .short-description, #news-slide .short-description p
						{ font-size:14px; line-height:1.4em; padding:0; margin:0; color:#7a7a7a; }
#news-slide .news-more	{ display:inline-block; margin-top:15px; text-transform:uppercase; }

#news-slide .owl-prev, #news-slide .owl-next
						{
						width:32px; height:112px; position:absolute; top:30%; z-index:100; display:block; background-color:#1098e6; color:#fff; line-height:112px; text-align:center; border-radius:0; opacity:1; font-family:'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:100; font-size:33px; text-indent:-1px;
						-webkit-transition:background-color 0.3s linear; -moz-transition:background-color 0.3s linear; -o-transition:background-color 0.3s linear; transition:background-color 0.3s linear;
						}
#news-slide .owl-prev:hover, #news-slide .owl-next:hover{
						background-color:#4fb7f3;
						}

#news-slide .owl-prev	{ left:-50px; }
#news-slide .owl-next	{ right:-50px; }
/* @end --------- */

/* News */
.home-ads				{ width:100%; height:100%; text-align:center; display:table; }
.home-ads > div			{ display:table-cell; vertical-align:middle; }
.home-ads a				{ width:300px; height:250px; display:block; overflow:hidden; margin:0 auto; border:1px solid #fff; }
.home-ads img			{ width:100%; height:auto; }

.side-item .home-ads	{ padding-top:20px; padding-bottom:20px; }
/* @end --------- */

/* Site Leads */
#website-leads			{  }
.feature-lead			{ width:100%; height:14vw; background-position:center center; background-repeat:no-repeat; background-size:cover; display:table; position:relative; }
.fcontent				{ width:100%; z-index:1; height:100%; display:table-cell; vertical-align:middle; text-align:center; position:relative; top:0; left:0; }
.fcontent h5			{ text-align:center; font-size:26px; color:#fff; font-weight:200; margin:0 0 10px }
.fcontent h3			{ text-align:center; font-size:26px; color:#fff; font-weight:200; margin:0 0 10px }
.fcontent .btn			{ display:inline-block; color:#333; font-size:11px; padding:11px 15px; }
.fcontent .btn:hover	{ color:#ccc; border-color:#ccc; }
#website-leads .col		{ padding-left:0; padding-right:0; }
.foverlay				{
						width:100%; height:100%; background-color:rgba(0,0,0,0.6);
						position:absolute; top:0; left:0; right:0;
						-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -o-transition:all 0.5s; transition:all 0.5s linear;
						}
.feature-lead:hover .foverlay
						{ opacity:0; }
/* @end --------- */

/* Homepage site feature slider */
#company-features		{ padding:40px 0; max-height:300px; overflow:hidden; }
#site-feature-slider	{ position:relative; }
#site-feature-slider .owl-prev, #site-feature-slider .owl-next
						{
						width:30px; height:109px; position:absolute; top:-20%; z-index:100; display:block; background-color:#1098e6; color:#fff; line-height:109px; text-align:center; border-radius:0; opacity:1; font-family:'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:100; font-size:31px; text-indent:-2px;
						-webkit-transition:background-color 0.3s linear; -moz-transition:background-color 0.3s linear; -o-transition:background-color 0.3s linear; transition:background-color 0.3s linear;
						}
#site-feature-slider .owl-prev:hover, #site-feature-slider .owl-next:hover{
						background-color:#4fb7f3;
						}

#site-feature-slider .owl-prev	{ left:-50px; }
#site-feature-slider .owl-next	{ right:-50px; }


.desc-ic-ft				{  }
.img-ic-ft				{ text-align:right; }
.img-ic-ft img			{  }
.ic-ft-name				{ display:block; font-size:18px; color:#333; margin-bottom:6px; }
.desc-ic-ft, .desc-ic-ft p
						{ font-size:15px; line-height:1.3em; color:#999; }

#site-feature-slider .site-feature-item
						{ display:none; }

#site-feature-slider .owl-item .site-feature-item
						{ display:block; }
/* @end --------- */

.home-publications		{  }
.home-publications h3, .home-publications p, .home-publications a
						{ color:#fff; }
.home-publications h3	{ font-size:40px; font-weight:200; margin-bottom:14px; }
.publication-item		{ margin-bottom:15px; line-height:1em; }
.pcl-1					{ padding-bottom:25px; margin-bottom:20px; border-bottom:1px solid #f5f5f5; }
.publication-item img	{  }
.publication-item .pname{ color:#fff; line-height:1.3em; display:block; margin-bottom:14px; font-size:14px; font-style:italic; font-weight:bold; }
.publication-item p		{ line-height:1.325em; font-size:12px; font-style:italic; }
.publication-item a		{ text-decoration:underline; }

/* @end --------- */

/* Sidebar Items */
.side-item				{ /*overflow:hidden; */ }
.featured-member		{ padding:5px 30px 15px 30px; }
.featured-member, .featured-member p
						{ line-height:1.44em; color:#999; font-size:13px; font-style:italic; }
.featured-member img	{ width:100%; max-width:100%; height:auto; display:block; margin:14px auto; }
.featured-member strong	{ color:#999; }

.coming-up				{ padding:5px 30px 15px 30px; }
.coming-up img, .coming-up p img
						{ width:100%; height:auto; max-width:100%; }
.coming-up a, .coming-up p a
						{ display:block; }
/* @end --------- */

/* Sidebar Items */
.free-webinars			{ margin-bottom:60px; padding-bottom:60px; border-bottom:1px solid #efefef; }
.web-description		{ margin-bottom:50px; }
.free-webinars .embed-responsive
						{ margin-bottom:40px; }
/* @end --------- */


/* Blog */

/* Blog List View */
#blog-list				{ margin:30px 0; }
.blog-item				{ margin-bottom:20px; }
.blog-item img			{  }
.blog-item h3 			{ margin:-7px 0 1px 0; font-size:19px; }
.blog-details			{ display:block; line-height:1em; margin:-1px 0 5px 0; line-height: 1.6em; color: #333; font-size: 15px;
}

.blog-details span		{ display:inline-block; margin-right:15px; font-size:13px; color:#999; }
.bli					{ display:block; background-color:#1098e6; }
.bli:hover img			{ opacity:0.8; }
.blog-item .blog-date	{  }
.blog-item .blog-author {  }

.blog-item blog-description
						{  }
.blog-item .blog-description p
						{ font-size:14px; margin-bottom:5px; }
img.blog-detail-image-responsive  { max-width:250px; padding-right:16px; padding-bottom:16px;float:left;}

/* Detail */
#blog-detail h1			{ margin-bottom:3px; }
.blog-detail-image		{ margin-bottom:6px; }
#blog-detail .blog-cats
						{ margin-bottom:35px; }
#blog-detail .blog-details span
						{ font-size:15px; }

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style]
						{ width: 100% !important; }
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style]
						{ width: 100% !important; }

.footer-box 			{ margin-bottom:35px; }
.footer-box >h4			{ margin-bottom:15px; }
.blog-author-block		{ background-color:#f5f5f5; padding:1.5em 2em 1.6em 2em; }
.blog-author-block h4	{ margin-top:0; }
.blog-author-block h5	{ margin-top:-3px; margin-bottom:6px; font-size:16px; }
.blog-author-block img	{ border:2px solid #ededed; }
.blog-author-block p	{ font-size:14px; }

/* Blog Sidebar */
.sidebar-header			{ display:block; font-size:18px; color:#666; padding-bottom:5px; margin:0 15px 15px 15px; border-bottom:1px solid #ccc; }
.category-list			{ padding-top:20px; padding-bottom:0; }
.category-list ul 		{ margin:0; padding:0; }
.category-list ul li	{ list-style:none; margin:0 0 2px 0; padding:0; }
.category-list a		{ width:100%; height:auto; display:block; padding:10px 15px; color:#666; background-color:#eee; }
.category-list a:hover, .category-list ul li.selected a
						{ color:#23527c; background-color:#e7f4fc; }

.blog-updates			{ padding:20px 0; position:relative; }

.twitter-feed			{ padding:10px; }
a.twitter-timeline		{ display: inline-block; padding: 6px 12px 6px 30px; margin: 10px 0; border: #ccc solid 1px; border-radius: 3px; background:transparent; font: normal 12px/18px Helvetica, Arial, sans-serif; color: #333; white-space: nowrap; }
a.twitter-timeline:hover, a.twitter-timeline:focus
						{ background-color: #dedede; }
a.twitter-timeline:focus{ outline: none; border-color: #0089cb; }

.blog-updates			{ position:relative; }
#blog-updates-signup h4	{ color:#fff; }
.blog-updates #CLFullName, .blog-updates #CLCompany
						{ width:90%; }

.recap-wrap {  background-color: #1098e6; margin-top: -12px;}
.recap-wrap .inline-block { display:inline-block; padding: 13px 0;}
.recap-transform { transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:50% 50%;-webkit-transform-origin:50% 50%;}
.btn-top-padding { margin-top: 8px !important;}

/* @end --------- */


/* Exporter Directory Search */
#eds-form               { margin-bottom:30px; }
.eds-item               { height:430px; overflow:hidden; border:1px solid #ccc; background-color:#f5f5f5; margin-bottom:30px; }
.eds-item.members-eds-view
						{ height:450px; }
.eds-item h3            { text-align:center; padding:0 10px; min-height:70px; overflow:hidden; color:#666; }
.eds-item .login-trigger{ margin-top:10px; }
.eds-image-wrap         { display:table; width:100%; height:150px; text-align:center; padding:10px 0; background-color:#fff; position:relative; }
.eds-image-inner        { display:table-cell; vertical-align:middle; height:150px; position:relative; }
.eds-image-inner a      { display:block; }
.primary-content img.eds-image
						{ max-width:150px; max-height:120px; position:absolute; left:0; right:0; bottom:0; top:0; margin:auto; }
.eds-details span       { display:block; font-size:14px; line-height:1.8em; text-align:center; padding:0 10px; }
.eds-details span i     { width:20px; }
.eds-more               { text-align:center; margin-top:10px; }
#eds-overlay,
#cs-overlay		  	    { width:100%; height:100%; display:none; position:fixed; top:0; right:0; bottom:0; left:0; z-index:999; background-color:rgba(241,241,241,0.95); overflow-y:scroll; overflow-x:hidden;  }
#eds-overlay-content,
#cs-overlay-content     { padding-top:5%; width:80%; margin:0 auto; padding-bottom:40px; }
    .eds-logo           { max-width:200px; }
	#eds-overlay .title,
	#cs-overlay .title  { display:block; color:#1098E6;  font-size:42px; font-weight:200; display:block; line-height:1.1em; margin-bottom:20px; }
	#eds-overlay .eds-website,
	#cs-overlay .eds-website
						{ display:block; margin:10px 0; font-size:16px; }
	#eds-overlay .eds-phone,
	#cs-overlay .eds-phone
						{ display:block; font-size:16px; font-weight:bold; }
	#eds-overlay .eds-cat,
	#cs-overlay .eds-cat
						{ display:block; font-size:16px; font-style:italic; }
	#close-overlay		{ position:absolute; top:1%; right:1%; font-size:69px; color:#bbb; font-style:normal; font-weight:normal; }
	#close-overlay:hover{ cursor:pointer; color:#333; }

/* @end --------- */

/* Board of Directors & National Advisory Council */
.profile-item           { margin-bottom:30px; padding:30px; }
#profile-detail img, .profile-item img
						{ margin-right:20px; margin-bottom:20px; float:left; }
#profile-detail         { }
#profile-detail h1, .profile-item h2
				        { margin-top:50px; }
.profile-item h2.no-image, #profile-detail h1.no-image
						{ margin:0; padding:0 0 10px 12px; }
.profile-intro          { padding:30px; margin-bottom:30px; }

/* @end --------- */
.industry-subject   { padding: 0 30px; font-weight:bold;}
.industry-buttons 	{ position:absolute; left:50%; transform: translate(-50%);}
.mentoring-proile    { padding-bottom:90px;}
/* Management */
.management-item        { padding:30px; margin-bottom:30px; }

/* @end --------- */

/* Event Resources */
.event-resource-list    { list-style:none; margin:0; }
.event-resource-list li { list-style:none; }
.event-resource-list li a
						{ display:block; padding:15px; color:#333; }
.event-resource-list li:nth-child(odd) a
						{ background-color:#DCF0FB; }
.event-resource-list li a:hover
						{ opacity:0.6; }
/* @end --------- */

/* FAQ's */
.faq-question           { color:#1098E6; font-size:18px; line-height:1.2em; font-weight:200; margin-bottom:15px; }
.faq-answer             { background-color:#E7F4FC; padding:20px; margin:20px 0; }
/* @end --------- */

/* Contact Details */
.contact-item           { margin-bottom:20px; padding:20px 20px 30px; background:#e7f4fc; }
.contact-item h3		{ font-size:18px; font-weight:300; color:#1098e6; }
.contact-item span      { display:block; font-size:15px; line-height:1.78em; color:#666; }
.contact-item span strong
						{ color:#666; }
.contact-item i         { width:20px; }
.contact-title          { font-size:20px; font-style:italic; }
/* @end --------- */

/* Member Plans */
.plan-wrapper			{ height:100%; background-color:#000; margin-right:5px; cursor:pointer; }
.member-plan            {
						height:100%; border-top:1px solid #ccc; border-right:1px solid #ccc; border-left:1px solid #ccc; position:relative; background-color:#fff; opacity:0.45;
						-moz-transition:all 0.4s ease; -o-transition:all 0.4s ease; -webkit-transition:all 0.4s ease; transition:all 0.4s ease; cursor:pointer
						}
.active-plan .member-plan,
.member-plan:hover		{ opacity:1; }

.member-plan.active .overlay
						{  opacity:0; -moz-transition:opacity 0.4s ease; -o-transition:opacity 0.4s ease; -webkit-transition:opacity 0.4s ease; transition:opacity 0.4s ease; }
.plan-title             { height:55px; display:block; background-color:#1098e6; text-align:center; font-family:'Ubuntu',"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:500; color:#fff; text-transform:uppercase; line-height:1.2em; letter-spacing:0.03em; font-size:15px; padding:10px; margin-bottom:5px; }
.plan-price::before     { width:0; height:0; content:''; border-left:15px solid transparent; border-right:15px solid transparent; border-top:15px solid #1098e6; display:block; margin:-5px auto 0; }
.plan-price             { display:block; color:#333; text-align:center; font-size:45px; font-weight:bold; font-family:'Ubuntu',"Helvetica Neue", Helvetica, Arial, sans-serif; }
.price-duration         { font-style:italic; font-weight:500; text-transform:uppercase; font-size:14px; }
.plan-summary           { display:block; color:#666; font-size:14px; line-height:1.2em; padding:10px; text-align:center; height:90px; overflow:hidden; }
.plan-btn               { text-align:center; padding:20px 0 30px 0; }
.plan-btn .btn          { padding:16px 20px; }
#plan-information       { padding:30px 15px 15px 15px; border-right:1px solid #ccc; border-left:1px solid #ccc; border-bottom:1px solid #ccc; min-height:400px; margin-bottom:30px; }
#plan-information h2    { color:#333; font-size:34px; line-height:1em; margin:0; padding:0; font-weight:300; }
#plan-information .byline
						{ display:block; color:#333; font-size:21px; line-height:1em; font-style:italic; font-weight:200; margin-bottom:30px; }
#plan-information p     { line-height:1.3em; }
#plan-informations ul li{ font-style:italic; font-size:13px; margin-top:10px; }
#plan-information .btn  { display:block; width:50%; padding:16px 20px; margin:20px auto; }

.plan-item-detail		{
						opacity:0; visibility:hidden; height:0; overflow:hidden;
						-moz-transition:all 0.4s ease; -o-transition:all 0.4s ease; -webkit-transition:all 0.4s ease; transition:all 0.4s ease;
						}
.plan-item-detail.pld-1	{ height:100%; opacity:1; visibility:visible; }

.member-benefits        { margin-bottom:30px; }
.member-benefits .head  { padding:10px 20px; background-color:#ceecff; font-size:12px; font-weight:bold; color:#666; }
.member-benefits .head .title
						{ text-transform:uppercase; color:#666; }
.member-benefits .cell  { padding:0 20px; background-color:#e5f5ff; border-bottom:1px solid #fff; }
.member-benefits .cell .content-field,
.member-benefits .cell .value-field
						{ display:block; font-size:11px; color:#666; padding:14px 0; }
.member-benefits .cell .value-field
						{ text-align:center; }
.member-benefits .cell:last-child .content-field,
.member-benefits .cell:last-child .value-field
						{ border:none; }

/* Publications Web App */
.publication 			{ margin:20px 0; text-align:center; }
.publication img.thumbnail { width:220px; height:315px; }
.publication img 		{ width:100%; max-width:100%; margin: 16px 0 20px; }
.publication a h3	 	{ text-align:center; font-size:17px; text-decoration:none; height:80px; }
.publication .overview	{ margin-bottom:20px; text-align:left; }
.publication .btn		{ font-size:13px; width:100%; margin:10px 0 0; padding: 15px; }

.publication-2 			{ margin:0 0 40px; padding-bottom:40px; border-bottom:1px solid #efefef; }
.publication-2 img 		{ width:100%; max-width:100%; margin: 16px 0 20px; }
.publication-2 .overview{ margin-bottom:20px; text-align:left; }
.publication-2 .btn
						{ margin:10px 10px 0 0; }

/* Media Web App */
.media-item, .course-item, .internship-item
						{ margin:0 0 40px; padding-bottom:40px; border-bottom:1px solid #efefef; }
.media-item .intro, .course-item .info, .internship-item .intro
						{ margin: 9px 0 27px; }
#instafeed > a 			{ display: inline-block; margin: 1%; width:23%; }
#instafeed > a img		{ opacity 0.5s ease; }
#instafeed > a:hover img { opacity: 0.7; filter: alpha(opacity=70);  }
.side-insta				{ padding:30px 30px 15px; }
.side-insta #instafeed > a { width:31%; }
.side-insta #instafeed img	{ width:100%;; }
.side-insta p			{ text-align:right; }

/* AIBS Web App */
#aibs-detail #general,
#aibs-detail #country,
#aibs-detail #industry	{ text-align:center; margin-bottom:50px; }
#aibs-detail #reports img
						{ max-width:100%; margin:20px 0 0; padding-bottom:20px; }
.report-name 			{ display: block; min-height: 65px; }

/* Testimonials Web App */
.testimonial-item		{ margin-bottom:30px; padding:30px; }
.testimonial-item .author
						{ color:#1098e6; font-size:17px; font-weight:200; }

/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 0 auto;
	width:100%;
	height:320px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:24%;
	height:100%;
	text-align:center;
	cursor:pointer;
}
.ca-item-1 .ca-more{
	display:none;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(/stylesheets/img/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.ca-icon{
	width:233px;
	height:189px;
	position:relative;
	margin:0 auto;
	background:transparent url(/stylesheets/img/animal1.png) no-repeat center center;
}
.ca-item-2 .ca-icon{
	background-image:url(../images/animal2.png);
}
.ca-item-3 .ca-icon{
	background-image:url(../images/animal3.png);
}
.ca-item-4 .ca-icon{
	background-image:url(../images/animal4.png);
}
.ca-item-5 .ca-icon{
	background-image:url(../images/animal5.png);
}
.ca-item-6 .ca-icon{
	background-image:url(../images/animal6.png);
}
.ca-item-7 .ca-icon{
	background-image:url(../images/animal7.png);
}
.ca-item-8 .ca-icon{
	background-image:url(../images/animal8.png);
}
.ca-item h3{
	font-family:'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:30px;
	color:#000;
	margin-bottom:20px;
	height:85px;
	text-align:center;
	text-shadow:0px 1px 1px #e4ebe9;
}
.ca-item h4{
	font-family:"Georgia","Times New Roman",serif;
	font-style:italic;
	font-size:12px;
	text-align:left;
	border-left:10px solid #b0ccc6;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.ca-item h4 span{
	text-indent:40px;
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#1098e6;
	color:#fff;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size:14px;
	color:#fff;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#fff;
	font-family:'Coustard', sans-serif;
	border-bottom:2px solid #99bcb4;
	text-shadow:1px 1px 1px #99BCB4;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family:"Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(/stylesheets/img/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-30px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-30px;
}
.ca-nav span:hover{
	opacity:1.0;
}

/* @end --------- */

/* Online Store */

.productList			{ list-style:none; padding:0; margin:0; }
.productList li			{ display:inline-block; float:left; width:33%; text-align:center; }
.product-list-view 		{ background: #e7f4fc; width: 92%; padding: 22px; position: relative; margin-bottom: 17px; }
.product-list-view .product-image img { height: 177px; margin: 0 auto 10px; width: 125px; }
.h-90 					{ height: 90px; }
.productTextInput 		{ width: 30px; float: right;}
.cart-summary 			{ margin: 0 0 20px; }
.cartSummaryLink 		{ margin-left: 10px; }
.cart .cartInputText 	{ width: 75%; }
.cart input[type="text"] { width:70%; float:left; }
.cart .update			{ float:right; }
.productitemcell		{ margin-bottom:15px; min-height:50px; }
.totals					{ text-align:right; }
.total-amount			{ font-size:20px; }
.quantity 				{ margin-bottom: 10px; }
#catshopbuy, .productSubmitInput
						{ border: 1px solid transparent; border-radius: 0; font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif; text-transform: uppercase;
							transition: all 0.4s linear 0s; padding:15px 30px; color:#fff; background-color: #1098e6; display:inline-block; width: 100%;}
.productLarge li		{ width:100%; text-align:left; }
.productLarge .product-image > img { margin-bottom:40px; width: 100%; }

.form #billingtoshipping label
						{ display:inline-block; margin-right:20px; font-size:15px; }

/* @end --------- */

/* Membership Content Area */
.membership-content-area
						{ position:relative; min-height:400px; height:auto; text-align:center; }
.triangles-left         { position:absolute; top:0px; left:0px; width:150px; }
.triangles-right        { position:absolute; bottom:0px; right:0px; width:150px; }

/* @end --------- */

/* Membership Bottom */
.membership-bottom      { position:relative; }
.membership-bottom .inner
						{ position:relative; top:-70px; }
.profile-member         { margin:0px auto; display:block;}
.membership-bottom .title
						{ display:block; color:#fff; font-size:34px; line-height:1.6em; margin:0px; padding:0px; text-align:center; }
.membership-bottom .tagline
						{ display:block; font-size:19px; line-height:1.5em; font-style:italic; font-weight:200; margin-bottom:30px; text-align:center; color:#fff; }
.membership-bottom .btn { display:block; width:173px; padding:16px 0px; margin:20px auto 0 auto; }

/* @end --------- */

/* Reponsive Tables */

/*.responsive-table table thead, .responsive-table table tbody, .responsive-table table th, .responsive-table table td, .responsive-table table tr { display:block; } */
.responsive-table table { margin:0 0 20px 0; width:100%; background-color:#E5F5FF; }
.responsive-table table thead th
						{ padding:10px; background-color:#1098E6; color:#fff; font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight:200; font-size:22px; }
.responsive-table table td
						{ width:40%; padding:5px; border-bottom:1px solid #ccc; }
/* @end --------- */

/* Pagination */
.pagination             { margin-left:15px; }
.pagination > li        { position:relative; float:left; padding:6px 12px; margin-left:-1px; line-height:1.5; color:#666; text-decoration:none; background-color:#fff; border:1px solid #ccc; }
.pagination > li > a    { position:relative; float:none; padding:0; margin:0; line-height:1em; color:#666; text-decoration:none; background-color:#fff; border:none; }
.pagination > li > a:focus,
.pagination > li > a:hover
						{ color:#1098E6; background:transparent; }
/* @end --------- */

/* Footer */

footer					{ background-color:#f5f5f5; padding:40px 0; border-top:1px solid #ededed; }

footer .logo			{ width:50%; height:auto; display:block; float:none; margin:0 0 25px 0; }
footer .logo img		{ width:100%; height:auto; }

.footer-ads				{ overflow:hidden; margin-bottom:40px; }
.footer-ads >a			{ display:block; width:100%; max-width:300px; height:auto; }
.footer-ads img			{ width:100%; height:auto; }

footer address, footer .office-location, .office-location p
						{ font-size:11px; line-height:1.5em; font-family:'Ubuntu',"Helvetica Neue", Helvetica, Arial, sans-serif; color:#999; }
footer address strong, footer .office-location strong, .office-location p strong
						{ color:#666; font-size:13px; }

.footer-menu			{ margin-left:0; }
.footer-menu li			{ list-style:none; }
.footer-menu >li		{ margin:20px 0 12px 0; }
.footer-menu >li.first-child { margin-top:0; }
.footer-menu >li > a	{ color:#666; font-size:14px; font-family:'Ubuntu',"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:500; }
.footer-menu >li > a:hover{  }
.footer-menu > li > ul 	{ margin-top:10px; margin-left:0; }
.footer-menu > li > ul > li
						{ margin-bottom:3px; }
.footer-menu > li > ul > li > a
						{ color:#999; font-size:12px; line-height:1.1em; font-family:'Ubuntu',"Helvetica Neue", Helvetica, Arial, sans-serif; }
footer-menu li a:hover	{ color:#1098e6; }

.footer-social a		{ width:31px; height:31px; overflow:hidden; display:inline-block; margin:0 3px 7px 0; }
.footer-social a:last-child
						{ margin-right:0; }
.footer-social img		{ max-width:100%; }

.pretty					{ margin:10px 0; line-height:1em; font-size:12px; color:#666; }
.pretty a				{ color:#666; text-decoration:none; }

/* @end --------- */


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

/* Large screens ----------- */
@media only screen  and (min-width :1824px) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width :1224px) {
/* Styles */

}

@media only screen and (max-width :1224px) {
/* Styles */
	.logo { margin-right:15px; }
	.main-nav > .nav > li > a { font-size:13px; padding-left:4px; padding-right:4px; }

}

@media only screen and (min-width:993px) and  (max-width :1200px) {
	.publication img.thumbnail { width:278px; height:399px; }
	.ca-item { width:29%; }
	.join-box li { width:100%; }

}

@media only screen and (min-width:768px) and (max-width:1199px) {
 .join-box span#h2-rep
}

@media only screen and (min-width:993px) {
	#otheroption		{ margin-top:100px }
	.join-box span#h2-rep { margin-top: 75px; }
	.join-box span#h2-rep { margin-top: 75px; }
}

@media only screen and (max-width:992px) {
	.header-social { display:none; }
	.logo-mobile		{ width:53px; height:35px; display:block; position:absolute; top:2px; left:15px; }
	.logo-mobile a		{  display:block; }
	.logo-mobile img	{ max-width:100%; }
	.side-item #join-box-v2 span#h2-rep  { margin-top:0; padding-top:0;}
	.side-item #join-box-v2 span#h3-rep { white-space:normal;}
	.blog-item h3 			{ margin:7px 0 1px 0; font-size:19px; }

}

/* Small Desktops and laptops ----------- */
@media only screen and (min-width:768px) and (max-width:993px) {

	header .contain { position:relative; }

	#main-nav.in .logo { display:none; }
	.main-nav > ul { text-align:center; }
	.nav-bar { margin-bottom:25px; height:115px; }
	.hometemp .nav-bar { margin-bottom:0; }
	.main-nav > .nav > li { float:none; display:inline-block; }
	.main-nav > .nav > li > a { font-size:21px; padding-bottom:10px; }
	.main-nav > ul { margin-top:10px; }
	.nav-bar { height:86px; }

	.b-header-text { width:90%; font-size:35px; }
	.b-byline-text { font-size:18px; }

	.feature-lead { height:310px; }
	.fcontent h5 { font-size:42px; }
	.fcontent .btn{ font-size:18px; }

	.join-box	{ padding-top:25px; }
	.join-box img { margin-top:0; }
	.join-box h2 { margin-top:0; }
	.join-box span#h2-rep { margin-top:0; }
	margin-top: 75px;
	.join-box li { width:33%; }
	.join-box ul { text-align:center; }
	.join-box .btn { margin-left:10px; }
	#site-feature-slider .owl-prev, #site-feature-slider .owl-next { top:0; }
	.site-feature-item img { display:block; text-align:center; margin:0 auto; }
	.ic-ft-name { text-align:center; }
	#company-features { max-height:none; }
	.desc-ic-ft { padding-left:5px; padding-right:5px; }
	.desc-ic-ft, .desc-ic-ft p { text-align:center; }
	#map-area { padding-bottom:0; padding-top:25px; }
	.home-publications, .home-ads { padding-top:20px; padding-bottom:20px; }
	/* Membership Plans */
	.plan-title { height:60px; padding:5px; line-height:1.5em; }
	.price-duration { display:block; }
	.plan-summary { font-size:13px; }
	.plan-btn { padding:10px 0 0 0; display:block; }
	.plan-btn .btn { display:block; }
	.side-insta #instafeed > a { width:23%; }
	.publication img.thumbnail { width:210px; height:301px; }
	.ca-item { width:38%; }
}

@media only screen and (min-width:768px) {
/* 	.dropdown > ul > li.dropdown:hover ul { display:block; } */
	.dropdown-menu.third-level { left: 97%; top: -2px; }
	#profile-detail.mentoring-app h1 { margin-top:35px; }
}

/* Generic Tablet ----------- */
@media only screen and (max-width:767px) {
	body 				{ overflow-x: hidden; }
	header 				{ height:65px; margin-bottom:80px; }
	.withbanner header	{ margin-bottom:0; }
	.hometemp header	{ margin-bottom:0; }
	#account-login		{ padding:3px 14px 4px 14px; line-height:51px; height:65px; width:65px; }
	.nav-bar			{ height:0; min-height:0; }

	.hamburger			{ top:22px; left:20px; right:auto; float:left; }
	.hamburger .line 	{ background-color:#fff; height:2px; }
	.hamburger .hamin	{ height:20px; }
	.hamburger.active .line-3 { top:22px; }
	.utility-nav ul > li > a { padding:0 11px; font-size:15px; }
	.hamburger.active .line-1 { transform:translateY(11px) translateX(0px) rotate(45deg); }

	#main-nav { background-color:#f5f5f5; box-shadow:5px 0 5px -5px #333; }
	#main-nav::-webkit-scrollbar, #main-nav::-moz-scrollbar, #main-nav::-ms-scrollbar,
	#main-nav::-moz-appearance:scrollbartrack-vertical,
	#main-nav::-moz-appearance:scrollbarbutton-down,
	#main-nav::-moz-appearance:scrollbarthumb-vertical,
	#main-nav::-moz-appearance:scrollbarbutton-up,
	#main-nav::-webkit-appearance:scrollbartrack-vertical,
	#main-nav::-webkit-appearance:scrollbarbutton-down,
	#main-nav::-webkit-appearance:scrollbarthumb-vertical,
	#main-nav::-webkit-appearance:scrollbarbutton-up,
	#main-nav::-ms-appearance:scrollbartrack-vertical,
	#main-nav::-ms-appearance:scrollbarbutton-down,
	#main-nav::-ms-appearance:scrollbarthumb-vertical,
	#main-nav::-ms-appearance:scrollbarbutton-up { display:none; }

	main.out:after { opacity:0; }

	.navbar-nav > li > .dropdown-menu > li.first-child::after, .navbar-nav > li > .dropdown-menu > li:first-child::after { border:none; }
	.dropdown-menu > li > a { white-space: normal; }

	.hometemp main:after { display:none; }

	#main-nav ul.nav { margin-top:20px; }

	.main-nav > .nav > li > a { padding:14px 0; font-size:19px; }



	.logo { width:100%; height:auto; display:block; text-align:center; float:none; margin-top:5px; margin-left:auto; margin-right:auto; }
	.logo-mobile		{ width:80px; height:53px; top:5px; left:50%; margin-left:-40px; }

	#site-search { text-align:center; font-size:30px; margin-top:10px; border-top:1px solid #ccc; border-bottom:1px solid #ccc; }

	#banners, .banner-slide .banner-table { height:365px; border-top:0 none; }
	.banner-content { padding-left:15px; }
	#banners .owl-controls { bottom: 0; left: 15px; }

	.membership-menu { background-color:#333; width:100%; position:relative; top:auto; right:auto; text-align:center; }
	.membership-menu li { display:inline-block; }
	.membership-menu li > a { width:105px; padding:10px 8px; }

	body h1:first-child { font-size:28px; }

	/* Respnsive Menu */
	.hamburger.active	{  }
	.responsive-nav.in	{
						width:220px; height:100% !important; min-height:none !important; overflow:hidden; position:fixed; top:0; bottom:0; left:-220px; margin:0; z-index:-1;
						-webkit-transition:all 0.7s ease-in-out; -moz-transition:all 0.7s ease-in-out; -ms-transition:all 0.7s ease-in-out; -o-transition:all 0.7s ease-in-out; transition:all 0.7s ease-in-out;
						}
	.responsive-nav		{
						width:70%; height:100% !important; min-height:none !important; position:fixed; top:0; bottom:0; left:0; overflow:auto; z-index:300;
						-webkit-transition:all 0.7s ease-in-out; -moz-transition:all 0.7s ease-in-out; -ms-transition:all 0.7s ease-in-out; -o-transition:all 0.7s ease-in-out; transition:all 0.7s ease-in-out;
						}
	.responsive-nav > ul.nav
						{ width:100%; height:100%; padding:0; margin:0; }
	.responsive-nav > ul.nav li
						{ float:none; }
	.slide-away			{
						width:100%; position:relative; left:0; -webkit-transition:all 0.7s ease-in-out; -moz-transition:all 0.7s ease-in-out; -ms-transition:all 0.7s ease-in-out; -o-transition:all 0.7s ease-in-out; transition:all 0.7s ease-in-out;
						}
 	.slide-away.out		{ left:80%; }

	/* -- */

	#news-slide			{ max-height:none; }
	#news-slide .owl-prev, #news-slide .owl-next
						{ width:auto; height:auto; position:relative; top:auto; left:auto; display:inline-block; line-height:1em; border-radius:0; opacity:1; padding-left:10px; padding-right:10px; font-size:24px; }
#news-slide .owl-prev	{ left:auto; }
#news-slide .owl-next	{ right:auto; }

	.feature-lead { height:310px; }
	.fcontent h5 { font-size:42px; }
	.fcontent h3 { font-size:42px; }
	.fcontent .btn{ font-size:18px; }


	.responsive-table table, .responsive-table table thead, .responsive-table table tbody, .responsive-table table th, .responsive-table table td, .responsive-table table tr { display:block; }
	/*.responsive-table table thead tr { position:absolute; top:-9999px; left:-9999px; } */
	.responsive-table table tr { border:0 none; position:relative; border-bottom:1px solid #ccc; margin-bottom:10px; padding-bottom:10px; }
	.responsive-table table tr td { border:0 none; position:relative; padding-left:0; }

	/* Membership Plans */
	.plan-summary { padding: 10px 58px; }
	.triangles-right, .triangles-left { width:100px; }

	/* Profiles */
	#profile-detail img, .profile-item img { float:none; margin-left:12px; }
	#profile-detail h1, .profile-item h2 { margin-top:10px; margin-left:12px; }
	.productList li { width:50%; }
	.side-insta #instafeed > a { width:23%; }

	.publication img.thumbnail { width:210px; height:301px; }

	.plan-wrapper { margin-right:0; }
	.ca-item { width:100%; }
	.ca-item.active-plan { z-index:1; }
	.ca-nav span { left:8px; }
	.ca-nav span.ca-nav-next { right:8px; }

	.industry-buttons 	  { position:static; left:0%; transform: translate(0);padding: 15px 0px;}
   .mentoring-proile    { padding-bottom:15px;}
	 p.below-header				{ margin-left:12px;}

}

@media only screen and (min-width :480px) and (max-width :600px) {

	#login-form	{ width:60%; }
	#login-close { top:-1%; }

}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width :320px) and (max-width :480px) {
/* Styles */

	footer .logo { margin:0 auto 25px auto; }
	footer .office-location, footer address { text-align:center; }
	.footer-social { text-align:center; }

	.responsive-table table, .responsive-table table thead, .responsive-table table tbody, .responsive-table table th, .responsive-table table td, .responsive-table table tr { display:block; }
	/*.responsive-table table thead tr { position:absolute; top:-9999px; left:-9999px; }*/
	.responsive-table table tr { border:0 none; position:relative; border-bottom:1px solid #ccc; margin-bottom:10px; padding-bottom:10px; }
	.responsive-table table tr td { border:0 none; position:relative; padding-left:0; }
	.navbar-nav > li > .dropdown-menu > li.first-child::after, .navbar-nav > li > .dropdown-menu > li:first-child::after
	{ display:none; }
	.dropdown-menu > li > a { font-size:16px; }

	#utility-nav { display:none; }
	.banner-content { padding-right:15px; }
	#banners .btn { margin-top:35px; }

	.home-publications, .home-ads { padding-top:20px; padding-bottom:20px; }

	#login-form	{ width:70%; }
	#login-close { top:-1%; }
	.join-box h2 { padding-top:25px; }
	.join-box span#h2-rep { padding-top:25px; }
	.join-box span#h2-rep { margin-top: 75px; }
	.join-box img { margin-top:30px; }
	.join-box .btn { width:100%; }
	.join-box li { width:100%; height:auto; margin-bottom:10px; float:none; text-align:center; }
	.join-box li > a { font-size:21px; line-height:1.225em; }

	#company-features { max-height:none; }
	.img-ic-ft				{ text-align:center; }
	.img-ic-ft img			{ margin:0 auto 8px auto; }
	.ic-ft-name				{ text-align:center; }
	.desc-ic-ft, .desc-ic-ft p
							{ text-align:center; }
	#site-feature-slider .owl-prev, #site-feature-slider .owl-next
	{ position:relative; top:auto; right:auto; left:auto; display:inline-block; width:55px; height:70px; line-height:70px; }

	.ev-region-list, .event-list { max-height:none; }
	.ev-region-head { font-size:32px; text-align:center; margin-top:10px; }
	#event-listing .img-responsive { text-align:center; margin-left:auto; margin-right:auto; }
	.navbar-nav > li > .dropdown-menu > li.open ul.dropdown-menu.third-level
	{ float:none; left:0; margin-top:0; position:relative; top:0; }
	/* Membership Plans */
	.member-plan.active .plan-price { display:block; }
	.member-benefits { text-align:center; background:transparent; }
	.member-benefits .head { padding:0 20px; }
	.member-benefits .cell .value-field { background-color:#CEECFF; }
	.member-benefits .cell .content-field { background-color:#E5F5FF; }
    .member-benefits .head, .member-benefits .cell { background:transparent; }
    .title.value-field { background-color:#CEECFF; display:block; padding:10px 0; }
    .title.content-field { background-color:#E5F5FF; display:block; padding:10px 0; }
    .productList li { width:100%; }
    #instafeed > a	{ width:48%; }
		.inline-block { display: inline-block; padding: 13px 0; }
	 .blog-detail-image   { float:none;}
	 img.blog-detail-image-responsive  { max-width:95%; float:none;}
}

@media only screen and (min-width :480px) and (max-width :580px) {
	#utility-nav { display:none; }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width :321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width :320px) {
/* Styles */
}
