/*
Theme Name: World Dance Swing Council
Theme URI: http://b3net.org/themes/wordldancecouncil
Author: the B3net team
Author URI: http://b3net.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


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

.input-submit {
	background: #5863e4 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	font-family: arial;
	font-size: 15px;
	font-weight: 300;
	/*padding: 12px 61px;*/
	padding: 12px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 0px;
	outline: 0px;
	cursor: pointer;
}
/*
td,th
{
  text-align: center;
  font-family: Arial;
  font-size: 15px;
  width: 13%;
  color: #333;
  padding: 10px 10px 10px 10px;
  border-bottom: 1pt solid black;
}
tr
{
  border-bottom: 1pt solid black;
}
*/
.th12,.td12
{
  text-align: center !important;
}
.tr_events:nth-child(even)
{
  background: #e4e6fa;
}
.paginate .more
{
    background: #ebedf0 none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #5b5b60;
    font-family: arial;
    margin-right: 4px;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
}
.nav_box ul li a
{
  font-family: "BebasNeueRegular" !important;
    font-size: 22px !important;
	/*line-height: 2em !important;*/
	letter-spacing: 1px !important;
	font-weight: normal !important;
}
.nav_box ul li a:hover
{
  color: #414AC7 !important;
  /*font-family: "BebasNeueRegular" !important;
    font-size: 19px !important;*/
}
li,ul
{
  list-style: outside none none;
}

.mission-statement-hdtxt {
    color: #252528;
    float: left;
    font-family: arial;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: justify;
    width: 100%;
}
.mission-statement-blue {
    color: #5660df;
}
.mission-statement-hdtxt2 {
    color: #5660df;
    float: left;
    font-family: arial;
    font-size: 24px;
    line-height: 17px;
    margin-bottom: 20px;
    width: 100%;
}

.mission-statement-lower-part {
    float: left;
    margin-left: 2%;
    width: 98%;
}

.mission-statement-lower-part ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.mission-statement-lower-part ul li {
    background: rgba(0, 0, 0, 0) url("images/mission-arrow.png") no-repeat scroll left 4px;
    float: left;
    margin: 14px 0;
    width: 100%;
}
.mission-statement-lower-part ul {
    list-style: outside none none;
}

.mission-statement-lower-part ul li a {
    color: #252528;
    font-family: arial;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 0 2%;
}

.membership-info-hdtxt2 {
    color: #5660df;
    float: left;
    font-family: arial;
    font-size: 24px;
    line-height: 17px;
    margin-bottom: 20px;
    width: 100%;
}
.membership-info-block-one {
    float: left;
    margin-bottom: 14px;
    margin-left: 2%;
    width: 98%;
}

.membership-info-block-one-hd-txt {
    color: #5863e4;
    float: left;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    width: 100%;
}
.membership-info-note {
    color: #252528;
    float: left;
    font-family: arial;
    font-size: 13px;
    font-style: italic;
    margin: 14px 0;
    width: 100%;
}
.membership-info-block-one ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.membership-info-block-one ul li {
    background: rgba(0, 0, 0, 0) url("images/mission-arrow.png") no-repeat scroll left 4px;
    float: left;
    margin: 8px 0;
    width: 100%;
}
.membership-info-block-one ul li a {
    color: #252528;
    font-family: arial;
    font-size: 15px;
    line-height: 18px;
    padding: 0 0 0 2%;
}

.membership-form-button-main {
    float: left;
    margin: 25px 0;
    width: 100%;
	
	
	text-align: right;
}

.membership-form-button {
    background: #5863E4;
    border: 0 none;
    cursor: pointer;
    outline: 0 none;
	color: #fff;
    font-family: "arial";
    font-size: 14px;
	text-transform:uppercase;
	padding:10px 20px;
	text-align:center;
	
	
	/*float:left;*/
	border-radius:5px;
}
.pre-aucbredcamp ul li strong {
    color: #1a217a;
     font-family: "arial";
    font-size: 14px;
    font-weight: normal;
}

.breadcrumbs > span > a > span
{
  background: rgba(0, 0, 0, 0) url("images/bradcam_arrow.jpg") no-repeat scroll right 4px;
    color: #49494f;
    /*float: left;*/
    font-family: "arial";
    font-size: 14px;
   /* margin-right: 4px;
    padding: 0;*/
}
.sep
{
   color: #49494f;
    font-family: "arial";
    font-size: 14px;
    font-weight: normal;
}
.breadcrumbs > .current
{
	color: #1a217a;
    font-family: "arial";
    font-size: 14px;
    font-weight: normal;
}
.deancollins-left-part.award-part
{
  width: 100% !important;
}
/*
header .med
{
  z-index: 1000 !important;
}
*/
/*.rm-nav li:nth-child(2) {
    padding-right: 0% !important;
}*/
.rm-nav > ul > li:nth-child(3) {
    /*padding-right: 45% !important;
	cursor: pointer;*/
    cursor: pointer;
    /*margin-top: 8%;
    padding-left: 18.5%;
    padding-right: 18.5%;*/
    /*text-align: center;*/
}
.td17 > a
{
  
    color: #49494f;
    font-family: "arial";
    font-size: 15px
}
.td18 > a
{
  
    color: #5660df;
}
.memberlisting-hd-txt-new > ol > li
{
  color: #252528;
    font-family: arial;
    font-size: 18px;
    line-height: 18px;
    padding: 0 0 0 3%;
}
.memberlisting-hd-txt > ol
{
    padding: 5px;
}
.education-library-hd-txt > p
{
  padding: 5px;
  font-size: 17px;
}
#map { width: 100%; height: 579px; border: 0px; padding: 0px; float: left; }
.memberlisting-hd-txt-new {
    color: #252528;
    float: left;
    font-family: arial;
    font-size: 17px;
    font-weight: normal;
    /*line-height: 17px;*/
    margin-bottom: 20px;
    width: 100%;
}
/******  CSS DD section Start here **************/

#primary_nav_wrap
{
	margin-top:15px;
	position: relative;
    z-index: 800;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	margin:0;
	padding:0;text-align: center;display:inline-block;float:none;
}

#primary_nav_wrap ul a
{
  /*
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
	*/
  
  color: #fff;
    float: left;
    font-family: "BebasNeueRegular";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: auto;
}

#primary_nav_wrap ul li
{
	position:relative;
	margin:0;
	/*padding:36px;*/
	padding: 18px 4.2% 0;
}

#primary_nav_wrap ul li.current-menu-item
{
	/*background:#ddd*/
}

#primary_nav_wrap ul li:hover
{
	/*background:#f6f6f6*/
}


/*.scrollbox {
    height: 100px;
	overflow: auto;
}*/

#primary_nav_wrap ul ul {
    background: #fff;
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    /*top: -1525px;*/
	bottom: 23px;
	max-height: 190px;
	overflow-y: scroll;
	overflow-x: hidden;
	width:187px;
	
}
#primary_nav_wrap ul ul li {
    background-color: #5a64e6;
    bottom: 100%;
    float: left;
    width: 200px;
	z-index: 800;
	
}

#primary_nav_wrap ul ul a
{
	/*line-height:120%;
	padding:10px 15px*/
}

#primary_nav_wrap ul ul ul
{
	/*top:0;
	left:100%*/
}

#primary_nav_wrap ul li:hover > ul
{
	display:block;
	 
}