/*
Theme Name: Aiid Global
Theme URI: http://www.aiidglobal.com/
Description: The Aiid Global Website Theme
Author: Andres F Garcia
Version: 2.0
*/

/* 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, 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;
	outline: none;
}
/* 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;
}

strong{
	font-weight: 700;
}

em{
	font-style: italic;
}


/* Body/html  -----------------------------------------------------------------------------------------------------------------------------------------------------*/

* {
margin: 0;
}

html, body {
 height: 100%; 
 font-family: Arial, Helvetica, sans-serif;
 color: #58595B;
}


/* Website ---------------------------------------------------------------------------------------------------------------------------------------------------------*/

.wrapper{
	width: 1000px;
	position: relative;
	margin: 0 auto;
}

.header-main{
	padding: 5px 0 0;
	-webkit-box-shadow:  0px 5px 5px 0px rgba(0, 0, 0, .08);
	box-shadow:  0px 5px 5px 0px rgba(0, 0, 0, .08);
	z-index: 5;
	position:relative;
	border-bottom: 1px solid #E6E7E8\9;
}




.header-main .logo{
	position: absolute;
	display: block;
	height: 80px;
	padding-left: 90px;
	background: url(images/logo.png) top left no-repeat;
	color: #132B50;
	font-size: 18px;
	line-height: 80px;
	text-transform: uppercase;
	text-decoration: none;
}


ul.user-menu{
	background: #132B50;
	padding: 5px 0;
	top: -5px;
	position: relative;
	float: right;
	*width:  310px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
		
}

.button-link, .gform_button{
	background: #132B50;
	font-size: 12px !important;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
}


.button-link:hover, .gform_button:hover{
	background: #58595B;
	text-decoration: none;
}

ul.user-menu.loged-in{
	*width: 355px;
}

ul.user-menu li{
	float: left;
	color: #fff;
	font-size: 10px;
	padding: 0 10px;
	border-right: 1px solid #fff;
}
ul.user-menu li.last{
	border: none;
}

ul.user-menu li a{
	color: #fff;
	text-decoration: none;
}

ul.user-menu li a:hover{
	text-decoration:underline;
}

#s{
	position: relative;
	float: right;
	width: 100px;
	height: 11px;
	margin-right: 5px;
	font-size: 10px;
	top: -2px;
	border: 1px solid #0A1629;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
}

#searchsubmit{
	position: relative;
	float: right;
	border: none;
	cursor: pointer;
	border: 1px solid #0A1629;
	width: 20px;
	height: 15px;
	top: -2px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: url(images/go.png) center center no-repeat #9A9A9A;
}

#searchsubmit:hover{
	background: url(images/go.png) center center no-repeat #fff;
}

.date{
	display: block;
	color: #58595B;
	font-size: 10px;
	float: right;
	padding: 10px 0;
}

/* Main Nav ----------------------------------------------------------------------------------------------------------------- */

#nav{
	position: relative;
	display: block;
	float: right;
	font-size: 12px;
	background: url(images/border-img.png) bottom left no-repeat;
	padding: 3px 0 0;
}

#nav, #nav ul {
	list-style: none;
}

#nav a {
	display: block;
	color: #58595B;
	text-decoration: none;
	padding: 8px 18px;
}

#nav li {
	float: left;	
	background: url(images/border-img.png) bottom right no-repeat;
	
}

#nav li ul {
	position: absolute;	
	left: -999em;
	background: #E6E7E8;	
	padding: 5px;
	-webkit-box-shadow: 0px 3px 2px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 3px 2px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 3px 2px rgba(50, 50, 50, 0.25);
}

#nav ul li{
	float: none;
	background: none;
}

#nav ul li a{
	padding: 5px;
}

#nav ul li:hover{
	background: #fff;
}

#nav li:hover ul {
	left: auto;
	
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}



/* Big Banner --------------------------------------------------------------------------------------------------------- */

/* container for slides */
.banner-holder{
	position:relative;
	width: 1000px;
	height: 395px;
	margin: 0 auto;
}

/* single slide */
.banner-holder .banner {
    height: 395px;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}

.banner-img{
	width: 776px;
	height: 376px;
	float: right;
	position: relative;
	margin-top: 17px;
}


.banner-text{
	position:absolute;
	left: 10px;
	bottom: 23px;
	font-size: 24px;
}
	

/* tabs (those little circles below slides) */
.slidetabs {
    clear:both;
	display: none;
}


.play-stop{
	background: #fff;
	padding: 5px 0;
	top: -30px;
	position: absolute;
	right: 10px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.play{
	width: 21px;
	height: 20px;
	background: url(images/play.png) no-repeat bottom right;
	border: none;
	text-indent: -9000px;
	display: block;
	position: relative;
	float: left;
	margin: 0 5px 0 10px;
}

.play:hover{
	background-position: bottom left;
}

.stop{
	width: 21px;
	height: 20px;
	background: url(images/play.png) no-repeat top right;
	border: none;
	text-indent: -9000px;
	display: block;
	position: relative;
	float: left;
	margin: 0 10px 0 5px;
}

.stop:hover{
	background-position: top left;
}



.block{
	width: 210px;
	height: 114px;
	position: relative;
	display: block;
	float: left;
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.5);
	margin: 17px 52px 0 0;	
	text-decoration: none;
}

.block img{
	width: 210px;
	height: 114px;
}

.block.newscenter{
	-webkit-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
	-moz-box-shadow:    0px 0px 0px rgba(50, 50, 50, 0);
	box-shadow:         0px 0px 0px rgba(50, 50, 50, 0);
}

.block.last{
	margin: 17px 1px 18px 0;
	float: right;
}

.block-title{
	padding: 8px;
	color: #fff;
	border-top: 1px solid #fff;
	background: url(images/bg-repeat.png);
	width: 194px;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
	


.buttons{
	min-height: 20px;
	z-index: 10;
	position: relative;
}


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 155px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -140px; /* negative value of footer height */
	height: 140px;
	clear:both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/


.footer{
	background: #EFEFEF;
	padding: 30px 0;
	position: relative;
}

.footer-info{
	list-style: none;
	float: left;
}

.footer-info li{
	display: block;
	font-size: 12px;
	line-height: 20px;
}

.footer-info li a{
	color: #132B50;
	text-decoration: none;	
}

.social{
	float: right;
	position: relative;
	padding: 28px 0;
}

.social a{
	position: relative;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	margin-right: 5px;
}

.social a.yt{
	margin: 0px;
}

/* Footer brand slider ---------------------------------------------------------------------------------- */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable-holder{
	width: 640px;
	position: relative;
	margin: 14px 0 0 15px;
	float: left;
	height: 49px;
	display: none;
}

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 610px;
	height:49px;
	float: left;

}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:650px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin: 0 6px;
	width:110px;
	height:49px;
}


/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/arrows.png) no-repeat;
	display:block;
	width:5px;
	height:10px;
	float:left;
	margin:20px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: -5px -10px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:  -5px 0 ; }
a.right.disabled	{ background-position: -5px -20px ; cursor: default; } 


/* left */
a.left				{ margin-left: 0px; background-position: 0 -10px;  } 
a.left:hover  		{ background-position: 0 0;  }
a.left.disabled  	{ background-position: 0 -20px; cursor: default; }

/* disabled navigational button 
a.disabled {
	visibility:hidden !important;		
} 
*/

/* ------------------------------------------------------------------- */

ul.side-nav{
	width: 160px;
	float: left;
	background: url(images/sub-nav-border.png) no-repeat right top;
	min-height: 325px;
	line-height: 16px;
	padding: 0 20px 0 0;
}

.side-nav li{
	background: url(images/bullet.png) 0 11px no-repeat ;
	padding: 5px 0 5px 10px;
	
}
.side-nav li.title-link{
	background: none;
	padding: 0 0 10px;
	
}


.side-nav li a{
	text-decoration: none;
	font-size: 12px;
	color: #58595B;
}

.side-nav li a:hover{
	color: #132B50;
}

.current_page_item a, .current_page_parent a{
	font-weight:bold;
	color: #58595B;
	
}

.current_page_item li a, .current_page_parent  li a{
	font-weight: normal;
}

.side-nav li.title-link a{
	font-weight: bold;
	color: #132B50;
	font-size: 14px;
}

.content{
	padding: 30px 0;
}

.right-column{
	position: relative;
	float: right;
	width: 800px;
}

h1{
	font-weight: bold;
	color: #132B50;
	font-size: 20px;
	margin-bottom: 12px;	
}

h2, h2 a{
	font-weight: bold;
	color: #132B50;
	font-size: 16px;
	margin-bottom: 12px;
	text-decoration: none;
}

h3, h3 a{
	font-weight: bold !important;
	color: #132B50 !important;
	font-size: 14px !important;
	margin-bottom: 12px !important;
	text-decoration: none !important;
	padding-top: 20px !important;
}


p{
	font-size: 14px;
	color: #58595B;
	line-height: 20px;
	
}

a{
	color: #132B50;
	text-decoration: none;
	
}

a:hover{
	text-decoration: underline;
}

/* List Styles ---------------------------------------------------------------------------------------------- */

.right-column ul{
    list-style: disc outside none;
    margin-left: 15px;
	font-size: 14px;
	line-height: 20px;
}
.right-column ol {
    list-style-type: decimal;
    margin-left: 15px;
	font-size: 14px;
	line-height: 20px;
}



/* Image Alignments ---------------------------------------------------------------------------------------------- */

.alignnone {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.alignleft {
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
}

.alignright {
    display: block;
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    position: relative;
}
.aligncenter {
    display: block;
    margin: 0 auto 10px;
    position: relative;
}

ul.three-wide{
	width: 810px;
	margin: 20px 0;
	
}
ul.three-wide li{
	width: 260px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}

ul.three-wide li a img{
	width: 260px;
}

.inner-left{
	float: left;
	width: 48%;
	position: relative;
	display: block;
	padding-bottom: 20px;
}

.inner-right{
	float: right;
	width: 48%;
	position: relative;
	display: block;
	padding-bottom: 20px;
}

.contact-info{
	padding-bottom: 20px;
	position: relative;
}

.contact-info .icon img{
	position: absolute;
	left: 0px;
	top: 0px;
}


.contact-info p{
	width: 320px;
	padding-right: 20px;
	float: right;
}

.contact-info p em{
	font-size: 12px;
}

.small p{
	font-size: 10px;
	line-height: 12px;
}

.alignleft2 {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    position: relative;
	width: 170px;
}

/* wp paging ---------------------------------------------------------------------------------------------- */

.wp-navi{
    float: left;
    width: 800px;
}

ul.page-numbers{
	padding: 0px;
	margin: 0px;
	list-style: none;
	
}

.page-numbers{
	float: right;
}

.page-numbers li{
	float: left;
}

.page-info {
    padding: 4px 10px;
    position: relative;
	font-size: 12px;
    display: block;
}

.page-numbers li a {
    background: none repeat scroll 0 0 #EFEFEF;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    color: #58595B;
    font-size: 12px;
    margin: 0 1px;
    padding: 4px;
    text-decoration: none;
}

.page-numbers li span.current, .page-numbers li a:hover {
    background: none repeat scroll 0 0 #132B50;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0 1px;
    padding:4px;
    text-decoration: none;
}

.posts{
	padding: 5px 0 20px;
}

.post{
	padding: 20px 0;
	border-bottom: 1px solid  #EFEFEF;
	
}

.today{
	font-size: 12px;
	color: #58595B;
	padding: 5px 0;
	display: block;
	font-weight: bold;
	position: relative;
    top: -10px;
}




.FancyBox_Close {
    background: url("fancybox/lightbox_close2.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 22px;
    outline: medium none;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 66px;
    z-index: 300;
}


#login{
	background: #EFEFEF;
	padding: 20px 20px 10px 24px;
	width: 300px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow:  0px -5px 5px 0px rgba(0, 0, 0, .08);
	box-shadow:  0px -5px 5px 0px rgba(0, 0, 0, .08);
}

.forgot{
	font-size: 12px;
    margin-left: 15px;
    text-decoration: none;
	color: #132B50;
}

/* FORM HACKS ------------------------------------------------------------------------- */

.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium {
    width: 67% !important;
}

.gform_wrapper .left_label .gfield_label {
    float: left !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 19px !important;
    margin: 0 15px 0 0 !important;
    width: 20% !important;
}

.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
    padding: 16px 0 10px 25%  !important;
}

.gfield_html{
	position: relative !important;
	width: 100% !important;
	left: -250px !important;
}

.gfield_checkbox, .gfield_radio{
	position: relative !important;
	left: -78px !important;
}

.gfield_checkbox li{
	float: left !important;
	margin-right: 20px !important;
	position: relative !important;
	display: block !important;
	font-size: 12px;
}

.gfield_radio{
	font-size: 12px;
	
}

#input_1_26, #input_1_29{
	left: -235px !important;
    position: relative !important;
    width: 100%;
}

#input_1_15{
	width: 63% !important;
}

#gform_submit_button_1{
	float: right;
    margin-right: 116px;
}

.learn-more-product {
    background: #58595B;
    border: 0px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    margin-right: 10px;
    padding: 1px 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.learn-more-product:hover{
	text-decoration: none;
	background: #666;
}

.course-images{
	list-style: none !important;
	margin-left: 0px !important;
}

.course-images li{
	width: 152px;
	height: 152px;
	overflow:hidden;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	position: relative;
}


ul.category-filters {
    background: none repeat scroll 0 0 #DBDAD9;
    font-weight: bold;
    height: 30px;
    left: -21px;
    line-height: 30px;
    list-style: none outside none;
    margin: 0;
    padding-left: 21px;
    position: relative;
    width: 100%;
}

ul.category-filters li{
	float: left;
	padding: 0 5px;
	line-height: 30px;
}


select#course{
	width: 295px;	
}

select#instructor{
	width: 200px;	
}


select#season{
	width: 200px;	
}

p.pricedisplay{
	display: block;
    float: left;
    line-height: 28px;
    margin-left: 20px;
    position: relative;
}

.tern_members_view, .zip_code_search{
	display: none;
}

.tern_members_sort{
	background: none repeat scroll 0 0 #DBDAD9 !important;
    font-weight: bold !important;
    height: 30px !important;
    left: -21px !important;
    line-height: 30px !important;
    list-style: none outside none !important;
    margin: 0 !important;
    padding-left: 21px !important;
    position: relative !important;
    width: 100% !important;
	border: none !important;
	padding: 0px !important;
	
}

.tern_members_search, .tern_members_alpha, .tern_members_view, #tern_members .tern_pagination, .tern_members_sort, .tern_wp_members_list{
	width: 820px !important;
}

.tern_members_sort label{
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px !important;
}

.tern_members_sort li a {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    padding: 0 20px;
    text-decoration: none;
}

.tern_members_sort li.tern_members_sorted_d a {
    background: url("images/sort-arrow-down.png") no-repeat scroll left center transparent !important;
}

.tern_members_sort li.tern_members_sorted_u a {
    background: url("images/sort-arrow.png") no-repeat scroll left center transparent !important;
}

#tern_members .tern_members_sort li{
	padding: 0 24px !important;
}

html > body #tern_members .tern_wp_members_list li {
    height: auto;
    min-height: 0px !important;
}

#tern_members .tern_wp_members_list li {
    clear: none  !important;
    height: 14px  !important;
    padding-top: 0  !important;
}

.tern_wp_members_first_name h3{
	float: left;
	width: 150px;
	text-align: center !important;
}

ul.list-members{
	float: right;
	width: 640px;
	margin-right: 21px !important;
	position: relative;
	z-index: 20;
}

.tern_wp_member_info{
	border-bottom: 1px solid #EFEFEF;
	left: -21px;
	position: relative;
}
	

ul.list-members li{
	float: left;
	width: 150px !important;
	text-align: center !important;
	font-size: 12px;
	margin-top: 20px !important;
	padding-bottom: 20px !important;
}

.gform_wrapper .right_label .gfield_description, .gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .instruction{
margin-left: 0% !important;
}

/* Promotion ----------------------------------------------- */

a.promo-timer{
	position: relative;
	margin: 0 auto;
	padding: 15px;
	width: 360px;
	border: 2px solid #EFEFEF;
	text-align: center;
	display: block;
	text-decoration: none;
}

a.promo-timer:hover{
	background-color:  #EFEFEF;
}

.promo-title{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.ClassyCountdown-wrapper > div {
    display: inline-block;
    position: relative;
    width: calc(25% - 20px);
    margin: 10px;
}

.ClassyCountdown-wrapper .ClassyCountdown-value {
    width: 100%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    display: block;
}