/* Fonts
-------------------------------------------------------------- */
@font-face {
    font-family: 'DroidSansRegular';
    src: url('fonts/DroidSans/DroidSans-webfont.eot');
    src: url('fonts/DroidSans/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans/DroidSans-webfont.woff') format('woff'),
         url('fonts/DroidSans/DroidSans-webfont.ttf') format('truetype'),
         url('fonts/DroidSans/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Site width
-------------------------------------------------------------- */
.container {
    width: 100%;
  }
@media (max-width: 768px) {
  .container {
    max-width: 1000px;
	width: 100%;
  }
}

/* Make images fit containers
-------------------------------------------------------------- */
img { max-width: 100%; }

/* Body
-------------------------------------------------------------- */
body { 
	color: #444;
	background: #fff;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	/*-webkit-text-size-adjust: none;*/
	font-family: 'Open Sans', sans-serif !important;
	/*font-size: 13px;*/
}
/* Paragraph line height
-------------------------------------------------------------- */
p { line-height: 1.5em; font-size: 16px; margin-bottom: 15px; }

/* Links
-------------------------------------------------------------- */
a		 	{ color:#607d20; }
a:focus, 
a:hover 	{ text-decoration:none; }

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-family: 'Open Sans', sans-serif; /*margin-bottom: 0.65em; margin-top: 0.01em;*/ font-style: normal; font-variant: normal; }
h1 { font-size: 32px; font-weight: 700; font-family: 'Josefin Sans', sans-serif; color: #5b96cd; text-transform: uppercase;}
h2 { font-size: 24px; font-weight: 700; font-family: 'Josefin Sans', sans-serif; color: #22627d;}
h3 { font-size: 18px; font-weight: 700; color: #22627d; }
h4 { font-size: 18px; color: #8b8c4a; }
h5 { font-size: 16px; font-weight: 700; }
h6 { font-size: 16px; font-weight: 400; }

/* Lists
-------------------------------------------------------------- */
ul, ol {  }
ul { /*list-style: disc outside;*/ }
ol { /*list-style: decimal;*/ }
ol, ul { /*margin-left: 30px;*/ }

/* Tables
-------------------------------------------------------------- */
table { background: none; border: none;  }

/* Padding div
-------------------------------------------------------------- */
.padding { padding: .75em; }

/* Header 
-------------------------------------------------------------- */
.header {border-bottom: 1px solid #7c9ac0; margin-bottom: 15px;}
header { /*background: #f1f1f1; overflow: hidden;*/	width: 100%; padding: 15px 0px 0px; /*border-bottom: 1px solid #7c9ac0;*/ }
header { /*margin-bottom: 15px;*/ }
header .logo img { margin: 0px 0px; }
header .nav { margin-top:10px; }
header .social-nav { text-align:right;  }
header .social-nav img:first-child { margin-left: 1px; }

header .logo a h1 { color:#000; }

header nav {
	margin-top: 5px;
	text-align: right;
	
	}
header nav ul {
	margin: 0;
	padding: 0;
	}
header nav ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	/*border-right: 1px solid #ccc;*/
	/*font-weight: bold;*/
	font-size: 12px;
	/*color: #FFF;*/
	}
header nav ul li:last-child {
	margin: 0;
	padding: 0;
	border: none;
	}
header nav a {
	/*color: #fff;*/
}
header nav li a:hover,
header nav li a:focus {
	/*color: #333;*/
	}
header nav li a:active {
	color: #666;
	}
header nav li.active a {
	font-weight: bold;
	color: #333;
	}
header nav .phone {
	font-weight: bold;;
	}	

/* Search Form
-------------------------------------------------------------- */
form.search fieldset { border: none; padding: 0; margin: 0; }
form.search fieldset input[type="text"] {
	width: 80%;
	display:inline;
	}
form.search fieldset input[type="submit"] {
	padding: 10px 14px;
	color: #fff;
	border: none;
	background: #999;
	display:inline;
	}
form.search fieldset input[type="submit"]:hover,
form.search fieldset input[type="submit"]:focus {
	background: #777;
	}
form.search fieldset input[type="submit"]:active {
	background: #666;
	}			
	
/* Nav bar
-------------------------------------------------------------- */
.navbar {
  overflow: visible;
  color:#444;
  margin-bottom: 20px;
  zoom:1;
  z-index: 1009;
  position: relative; 
}
.navbar-inner {
  padding-left: 10px;
  padding-right: 10px;
  margin:0px 0px;    
}
.navbar-fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }
.navbar-fixed-top .navbar-inner { padding-left: 0; padding-right: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.navbar-inner .top-menu { padding-top:8px; text-align:right;}
.navbar-inner a { color:#333; }

.topbar { 
	background: #f1f1f1;
	margin-bottom: 10px;
}

/*** Superfish ESSENTIAL STYLES ***/
#menu ul, #menu ul * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#menu ul {
	line-height:	1.0;
}
#menu ul ul {
	position:		absolute;
	top:			-999em;
	width:			14em; /* left offset of submenus need to match (see below) */
	text-align:	left;
}
#menu ul ul li {
	width:			100%;
}
#menu ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#menu ul li {
	/*float:			left;*/
	position:		relative;
	display:		inline-block;
}
#menu ul a {
	display:		block;
	position:		relative;
    /*white-space:    nowrap;*/
}
#menu ul li:hover ul,
#menu ul li.sfHover ul {
	/*left:			0;*/
	/*top:			2.25em;*/ /* match top ul list item height */
	top: 100%;
	z-index:		99;
	background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#menu ul li:hover li ul,
#menu ul li.sfHover li ul {
	top:			-999em;
}
#menu ul li li:hover ul,
#menu ul li li.sfHover ul {
	left:			100%; /* match ul width */
	top:			0;
}
#menu ul li li:hover li ul,
#menu ul li li.sfHover li ul {
	top:			-999em;
}
#menu ul li li li:hover ul,
#menu ul li li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}

/*** arrows **/
#menu ul a.sf-with-ul {
	padding-right: 	1.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.6em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#menu ul ul .sf-sub-indicator { background-position:  -10px 0; }
#menu ul ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#menu ul ul a:focus > .sf-sub-indicator,
#menu ul ul a:hover > .sf-sub-indicator,
#menu ul ul a:active > .sf-sub-indicator,
#menu ul ul li:hover > a > .sf-sub-indicator,
#menu ul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Superfish Menu Design Styles
-------------------------------------------------------------- */
#menu ul {
	/*background-color:#57C294;*/
	position:relative;
	float: left;
	/*margin-right: -15px;*/
	/*border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	width: 100%;
	/*text-align: center;*/
	right: 1px;
}
#menu ul li a {
	padding: 		15px 5px 15px 5px;
	text-decoration:none;
	/*text-transform:uppercase;
	font-size: 12px;*/
	margin: 0 5px 0 5px;
}
#menu ul li li a {
	padding: 		.45em 1.25em;
	text-decoration: none; 
	font-weight: normal;
	text-transform:none;
}
#menu ul a, #menu ul a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#5B96CD;
	line-height: 20px;
	font-size: 16px;
}
#menu ul li ul li a, #menu ul li ul li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#444;
	line-height: 20px;
}
#menu ul li {
	/*background:		#BDD2FF;*/
}
#menu ul li li {
	/*background:		#e9e9e9;*/
}
#menu ul li li li {
	/*background:		#772b29;*/
}
#menu ul li:hover, #menu ul li.sfHover,
#menu ul a:focus, #menu ul a:hover, #menu ul a:active {
	outline: 0;
	text-decoration: none;
	/*background-color: #1f5e2f;
	background: rgba(0,0,0,0.05);*/
	/*border-bottom: solid 5px #bfced6;*/
	
}
#menu ul a:hover, #menu ul a:active {/*border-bottom: solid 5px #bfced6;*/}

#menu ul li li:hover, #menu ul li li.sfHover,
#menu ul li li a:focus, #menu ul li li a:hover, #menu ul li li a:active {
	/*background:		#e9e9e9;*/
	outline:		0;
	text-decoration: none;
}
#menu ul li li a:focus, #menu ul li li a:hover {
	background: #ecf0f3;
}

#menu ul li.has-child > a:after {
   /*color: #444;
   content: ' \25BE';
   font-size:16px;
   line-height: 1;*/
}

/* login button navigation styles */
li.login a { background: #c25127; color: #fff; }
li.login a:hover { background: #c25127; }
li.login a:visited { color: #fff; }

/* Member navigation styles */
.navbar-member #menu ul {
	float: left;
	margin-right: -15px;
}
.navbar-member li a { color: #fff; }
.navbar-member li li a { color: #444; }
.navbar-member li a:visited { color: #fff; }
.navbar-member li li a:visited { color: #444; }

.navbar-member #menu ul li.has-child > a:after {
   color: #fff;
   content: ' \25BE';
}
.navbar-member #menu ul li li.has-child > a:after {
   color: #444;
   content: ' \25BE';
}

.mobileMenu { height: auto; }

/* MMenu toggle button styles
-------------------------------------------------------------- */
.mmenu-toggle2
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 40px;
	height: 40px;
	float:left;
	background-color: #444;	
}

.mmenu-toggle {
        font-size:40px; /* Change to alter button size */
        font-family:verdana !important;
        font-weight:normal !important;
        font-style:normal !important;
        height:0.9em;
        width:0.9em;
        background:#fff;
        cursor:pointer;
        position:relative; /* Also works with absolute */
        /*border:0.05em solid #555;*/
		float:left;
		line-height:0em;		
}
.mmenu-toggle:after {
        content:'\2261';
        color:#000;
        position:absolute;
        top:0.35em;
        left:0.045em;
        line-height:0em;
}
.mmenu-toggle:active {
        top:1px;
        left:1px;
}

@media (max-width: 767px) {
   #menu {
      display: none !important;
   }
}
@media (min-width: 768px) {
   #mm-menu,
   .mmenu-toggle {
      display: none !important;
   }
}

/* Responsive Event Celandar Styles 
------------------------------------------------*/
.ecal { width: 100%; overflow:hidden; }
.ecal-content { width: 75%; float:left; padding-right: 5%; }
.ecal-content h3 { color: #444; }
.ecal-sidebar { overflow:hidden; }
.daylist, .weeklist, .monthlist, .yearlist { padding:10px 0px; margin: 10px 0px; }
.daylist {  }
.weeklist {  }
.monthlist {  }
.yearlist {  }
.ecal .item { 
	/*padding: 5px 8px; margin: 2px 0px;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
    zoom: 1;
 }
.ecal .item:hover { }
.title { display: inline-block; }
.title a { }
.time { text-align:right; font-size:10px;}
.location {  }
.notes {  }

.ecal-content .item a		{ color: #19458d; }
.ecal-content .item.Open-Events a			 { color: #62a744; }
.ecal-content .item.WLG-Semi-Annual-and-Regional-Conferences a			 { color: #19458d; }
.ecal-content .item.Administration a 			 { color: #19458d; }
.ecal-content .item.PI-G-Antitrust-and-Competition a			{ color: #19458d; }
.ecal-content .item.PI-G-Corporate-Governance a			{ color: #19458d; }
.ecal-content .item.PI-G-Energy-Mining-and-CleanTech a		{ color: #19458d; }
.ecal-content .item.PI-G-Human-Resources-Law a		{ color: #19458d; }
.ecal-content .item.PI-G-Infrastructure--Public-Private-Partnership a		{ color: #19458d; }
.ecal-content .item.PI-G-Intellectual-Property-and-Information-Tech a		{ color: #19458d; }
.ecal-content .item.PI-G-International-Corporate-Transactions a		{ color: #19458d; }
.ecal-content .item.PI G-Privacy-and-Data-Protection a		{ color: #19458d; }
.ecal-content .item.PI-G-Private-Wealth-and-Tax a		{ color: #19458d; }
.ecal-content .item.PI-GLitigation-Arbitration--Dispute-Resolution a		{ color: #19458d; }
.ecal-content .item.Team-Centre a		{ color: #19458d; }
.ecal-content .item.WLG-Board-of-Directors a		{ color: #19458d; }
.ecal-content .item.WLG-Business-Development-Committee a		{ color: #19458d; }
.ecal-content .item.WLG-Firm-Leaders a		{ color: #19458d; }
.ecal-content .item.WLG-Marketing-and-BD-Professionals-Forum a		{ color: #19458d; }
.ecal-content .item.WLG-Meet-Ups-at-External-Conferences a			{ color: #19458d; }
.ecal-content .item.WLG-Membership-Committee a			{ color: #19458d; }
.ecal-content .item.WLG-Practice/Industry-and-BD/Marketing-Forum-Meets a			{ color: #19458d; }

/*.ecal-content .item.Open-Events 			 { background: #d3e7ca; }
.ecal-content .item.WLG-Semi-Annual-and-Regional-Conferences			 { background: #b7e0f0; }
.ecal-content .item.Administration 			 { background: #b7e0f0; }
.ecal-content .item.P/I-G:-Antitrust-&-Competition		{ background: #b7e0f0; }
.ecal-content .item.P/I-G:-Corporate-Governance		{ background: #b7e0f0; }
.ecal-content .item.P/I-G:-Energy,-Mining-&-CleanTech		{ background: #b7e0f0; }
.ecal-content .item.P/I-G:-Human-Resources-Law		{ background: #b7e0f0; }
.ecal-content .item.P/I-G:-Infrastructure-&-Public-Private-Partnership		{ background: #b7e0f0; }
.ecal-content .item.P/I-G:-Intellectual-Property-&-Information-Tech.		{ background: #b7e0f0; }
.ecal-content .item.P/I-G:-International-Corporate-Transactions		{ background: #b7e0f0; }
.ecal-content .item.P/I G:-Privacy-and-Data-Protection		{ background: #b7e0f0; }
.ecal-content .item.P/I-G:-Private-Wealth-&-Tax		{ background: #b7e0f0; }
.ecal-content .item.Team-Centre		{ background: #b7e0f0; }
.ecal-content .item.WLG-Board-of-Directors			{ background: #b7e0f0; }
.ecal-content .item.WLG-Business-Development-Committee			{ background: #b7e0f0; }
.ecal-content .item.WLG-Firm-Leaders			{ background: #b7e0f0; }
.ecal-content .item.WLG-Marketing-&-BD-Professionals-Forum			{ background: #b7e0f0; }
.ecal-content .item.WLG-Meet-Ups@External-Conferences			{ background: #b7e0f0; }
.ecal-content .item.WLG-Membership-Committee			{ background: #b7e0f0; }
.ecal-content .item.WLG-Practice/Industry-and-BD/Marketing-Forum-Meets			{ background: #b7e0f0; }*/

/*For Calendar change Color*/
#SmallCal { width:100%; border-top: solid 1px #D2CECC; border-left: solid 1px #D2CECC; font-size:9px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
#SmallCal th { text-align:center; height: 25px; border-bottom: solid 1px #D2CECC; border-right: solid 1px #D2CECC; background-color: #F3F2F1; }
#SmallCal td { text-align:center; height: 25px; border-bottom: solid 1px #D2CECC; border-right: solid 1px #D2CECC; vertical-align:middle; }
#SmallCal a { display:block; margin:0; padding:0; text-decoration:none; font-weight: bold; }
#SmallCal .caption { height: 25px; background-color: #E9E7E4; }
#SmallCal .CalMonthPrev { color: #ccc; float:left; font-size:10px; border: none; }
#SmallCal .CalMonthDate { color: #444; margin: 5px 0px 5px 0px; font-weight: bold; border: none; }
#SmallCal .CalMonthNext { color: #ccc; float:right; font-size:10px; border: none; }
#SmallCal .CurrentDay { border: none; background-color: #eee; font-weight:bold; height: 29px;}
#SmallCal .CurrentWeek { background-color: #FFFFFF; }
#SmallCal .NoEvent { color:#777; }
#SmallCal .Event { background: #E6EBEF; color: #fff; }
#SmallCal .DaySel {  }

#ShowCalTable {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	background-color: #F3F2F1;
}
#ShowCalTable td {
	margin: 0px;
	padding: 6px 4px;
	border-right: 1px solid #ffffff;
	
	text-align:center;
}
#FilterTable select { width: 49% !important; margin: 0px 1px; }

#CalendarCategoryChkBoxTable td { padding:5px 0px; font-size: 12px; }
#CalendarCategoryChkBoxTable input[type="checkbox"] {
margin: 0px 5px 5px 0px;
}

/* Content  
-------------------------------------------------------------- */

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 22px 0 21px; height: 0; }

em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

/* Lists ---------------------- */
ul, ol { font-size: 14px; line-height: 1.6; margin-bottom: 17px; list-style-position: inside; }

ul.square, ul.circle, ul.disc { margin-left: 17px; }

ul.square { list-style-type: square; }

ul.circle { list-style-type: circle; }

ul.disc { list-style-type: disc; }

ul.no-bullet { list-style: none; }

ul.large li { line-height: 21px; }

/* Blockquotes ---------------------- */
blockquote, blockquote p { line-height: 1.5; color: #777; }

blockquote { margin: 0 0 17px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }

blockquote cite { display: block; font-size: 13px; color: #555; }

blockquote cite:before { content: "\2014 \0020"; }

blockquote cite a, blockquote cite a:visited { color: #555; }

abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }

abbr { text-transform: none; }

/* Left Column  
-------------------------------------------------------------- */

/* Right Column 
-------------------------------------------------------------- */
.panel.grey-bg { background: #f3f3f3; }
.panel.no-bg { background: none; border: none; }

/* Footer 
-------------------------------------------------------------- */
footer { margin-top: 22px; padding: 42px 0px 16px; }
footer/*, footer p, footer a*/ { background-color: #5B96CD; color:#fff;  }
footer .bg { background: #f3f3f3; color: #444; }
footer h1,footer h2,footer h3,footer h4,footer h5,footer h6 { color: #fff;  }
footer h1 { font-size: 26px; font-size: 2.6rem; }
footer h2 { font-size: 22px; font-size: 2.2rem; }
footer h3 { font-size: 16px; font-size: 1.8rem; }
footer h4 { font-size: 14px; font-size: 1.1rem; }
footer nav { }
footer nav a {
	color: #444;
	padding:3px;
	text-decoration:none;
}
footer[role="contentinfo"] {	
	/* font-size: 14px; */	
	}
footer[role="contentinfo"] nav  {
	border-top: 1px solid #ddd;
	padding: 15px 0 0 0;
	}
footer[role="contentinfo"] nav ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	font-weight: bold;
	border-right: 1px solid #ccc;
	}
footer[role="contentinfo"] nav ul li:last-child {
	margin: 0;
	padding: 0;
	border: none;
	}
footer[role="contentinfo"] p {
	margin: 10px 0;
	}	
footer nav img { margin-top: -3px; }
footer nav a {
	color: #fff;
	padding:3px 0px;
	text-decoration:none;
}
footer nav a:hover {
	color: #fff;
}
footer nav ul {

	/*margin:0 0 15px 0;
	padding: 0;*/
	}
footer nav  {
	/*border-top: 1px solid #ddd;
	padding: 15px 0 0 0;*/
	}
footer nav ul li {
	/*display: block;
	margin: 0 10px 0 0;
	padding: 5px 0px;*/
	/*font-weight: bold;*/
	/*font-size:11px;*/
	/*border-right: 1px solid #fff;*/
	}
footer nav ul li:last-child {
	/*margin: 0;
	padding: 0;
	border: none;*/
	}
	footer nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
	font-size: 1.2rem;
  }
  footer nav ul li ul {
    display: block;
	width: 100%;
	padding: 5px 0px 0px 0px;
  }

  footer nav ul li {
    list-style: none;
    display: inline-block;
    width: calc(100% / 6);
	font-weight: 700;
	padding-top: 10px;
  }
  footer nav ul li ul li {
    display: block;
	width: 100%;
	font-weight: 400;
	padding: 0px;
  }
@media only screen and (max-width: 992px) {
  footer nav ul li {
    width: calc(100% / 3);
  }
}
@media only screen and (max-width: 767px) {
  footer nav ul li {
    width: calc(100% / 1);
  }
  footer nav ul li {
	display: block;
	margin: 0;
	padding: 5px 0px 5px;
	font-weight: bold;
	border-right: none;
	/*border-bottom: 1px solid #ccc;*/
	}
	footer nav ul li:last-child {
	padding: 5px 0px 5px;
	border: none;
	}
}
footer nav ul li ul li a {color: #000;}
.footer-bottom {
    margin-top: 0px;
    background-color: #22627D;
    padding: 10px 0px;
}

/* Flexslider 
-------------------------------------------------------------- */
.flexslider.grey-bg {
	background-color: #FBFBFB;
}
.flexslider { 
	margin:0px 0px 30px 0px; 
	padding: 20px; 
	/*width:100%;*/
	border: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px;
}
.flexslider .slides, .flexslider .slides li { overflow: hidden; }
.flex-control-nav { 
	width: 100%; 
	text-align: right;  
	padding-right: 25px;
	opacity:.50;
	filter:alpha(opacity=50);
	filter: "alpha(opacity=50)";
	position: relative;
}
.flex-control-nav li a { text-indent: 999em; overflow: hidden; }

/*.flexslider .slides li img {
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px; 
	-o-border-radius: 8px; 
	border-radius: 8px;
}
.flex-direction-nav, .flex-control-nav, .flex-caption { display: none; }*/

.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 40%; padding: 3%; margin: 0; position: absolute; left: -300px; top: auto; bottom:10px; background: rgba(0,0,0,.6); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.6); font-size: 14px; line-height: 18px;}

.flex-caption h1, .flex-caption h2 { color: #FFF; font-size: 18px; margin-bottom: 9px; line-height: 1.25 }

@media only screen and (max-width: 767px) {
	.flexslider .slides, .flexslider .slides li { /*height: 700px;*/ }
	.flexslider .scheduletabs > ul > li
		{ width: 100%; display:block;  list-style-type: none; }
	.flex-caption {width: 96%; background: rgba(0,0,0,.8); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.8); font-size: 14px; line-height: 18px; left: -300px; top: auto; }	
	

	}

/* Tabs Custom Color
-------------------------------------------------------------- */
.tabs .tabs-list li a { }

.tabs .tabs-list li a:focus,
.tabs .tabs-list li a:hover,
.tabs .tabs-list li a:active { }

.tabs .tabs-list li.current a,
.tabs .tabs-list li.current a:focus,
.tabs .tabs-list li.current a:hover,
.tabs .tabs-list li.current a:active { }

.tabs .content {  }


/* Padding for mobile
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
		header, header .social-nav { text-align:center !important; }
		.container { /*padding: 0 10px;*/ }
		.content-nobg { /*margin: 10px 10px 10px 10px;*/ }
		header .navbar-inner .top-menu {
		  /*display:none;*/
		}
		.nav, .social-nav { text-align: left !important; /*display:none;*/ } 
		#mobileMenu_mobileselect { /*display:block; width:99%; margin:4px auto;*/ }
		
		

	}
@media only screen and (min-width: 801px) {
	
}


/* Testing CSS
-------------------------------------------------------------- */
/* Column Width CSS */
.column-width {
  /*max-width: 30em;*/
  text-align:center;
  padding: 0.809em 0;
  line-height:1.618em;
  color: rgb(0,161,238);
  background: url(testing/blue-width-left.png) no-repeat 0 0,
  url(testing/blue-width-right.png) no-repeat 100% 0,
  url(testing/blue-width-middle.png) repeat-x 0 0,
  rgba(244,244,244,0.5);
}

/* Content Tabs styles 
-------------------------------------------------------------- */	

.tabs { 
	display: block;
	margin: 20px 0px 20px 0px;
	padding: 0;
	/*border-bottom: solid 1px #ddd;*/
	/*overflow:hidden;*/
}
.tabs ul.tabs-list { 
	margin: 0; padding: 0;
	border-top: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
	font-weight:700;
	/*display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row 
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;*/
}
.tabs .content {
	margin: 0px;
	width: 99%;
	max-width: auto;
	min-width: auto;
	padding: 25px 20px 15px 20px;
	/*float:left;*/
	display:block;
	
}
.tabs ul.tabs-list li {
	display: block;
	width: auto;
	padding: 0;
	float: left;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.tabs ul.tabs-list li {
		display: block;
		width: auto;
		float: none;
	}
}
.tabs ul.tabs-list li a {
	display: block; 
	text-decoration: none;
	width: auto; 	
	padding: 15px 20px; 	 
	margin: 0;  
	color: #444;
}
.yamltabsanchor{ position:absolute; left:-999em; }
.tabs ul.tabs-list li a:focus,
.tabs ul.tabs-list li a:hover,
.tabs ul.tabs-list li a:active { color: #444; text-decoration: none; outline: none; }

.tabs ul.tabs-list li.current a,
.tabs ul.tabs-list li.current a:focus,
.tabs ul.tabs-list li.current a:hover,
.tabs ul.tabs-list li.current a:active {
	display: block;
	height:100%;
	position: relative;
	color: #444;
}
/*position each individual tab's heading (default class .tabhead) off-screen*/
.tabs .current-info,
.tabs .accessibletabsanchor,
.tabs .tabhead { position:absolute; left:-999em; display: none; }

ul.tabs-list li:first-child a {
	 
}
ul.tabs-list li:last-child a, .tabs-list li.last a {
	 
}

/* Clearfixing tabs for beautiful stacking */
ul.tabs-list:before,
ul.tabs-list:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
}
ul.tabs-list:after {
	clear: both; 
}
ul.tabs-list {
	zoom: 1; 
}
.tabs ul.tabs-list li a { 
	border-color: #ddd;
	color: #444;
}
.tabs ul.tabs-list li a:focus,
.tabs ul.tabs-list li a:hover,
.tabs ul.tabs-list li a:active { 
	color:#444; 
}
.tabs ul.tabs-list li.current a,
.tabs ul.tabs-list li.current a:focus,
.tabs ul.tabs-list li.current a:hover,
.tabs ul.tabs-list li.current a:active { 
	color:#ed1b2d; 
	font-weight: bold;
	border-bottom: solid 5px #ed1b2d;
}

.jumbotron.homepage {
	/*text-align: center;*/
}
.jumbotron.homepage h1 {
	font-size: 64px;
	font-weight: normal;
	padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .jumbotron.homepage h1 {
    font-size: 48px;
	font-weight: normal;
	padding-top: 50px;
  }
}

.side-bar {padding-top: 20px; padding-bottom:15px;}
.side-bar .nav ul, .r-nav .nav li { 
	list-style:none;
	margin: 0px;
    padding: 7px 5px;
    font-size: 99%;
}
.side-bar .nav ul ul li  {
    padding: 2px 0px;
}

.side-bar .nav li a { font-weight: 700;}

.side-bar .nav li li a { font-weight:normal; }

.side-bar .nav li li a.Selected { font-weight: bold; }

.event-detail-section {
    position: relative;
    top: -80px;
}

.event-detail-container {
	width: 970px;
	display: block;
	margin: 0px auto 0px;
}

@media (max-width: 768px) {
	.event-detail-container {
		width: 100%;
	}
	.event-detail-section {
    position: relative;
    top: 0px;
	}
}

@media (max-width: 375px) {
	.event-detail-container {
		width: 100%;
	}
	.event-detail-section {
    position: relative;
    top: 0px;
	}
}

@media (max-width: 360px) {
	.event-detail-container {
		width: 100%;
	}
	.event-detail-section {
    position: relative;
    top: 0px;
	}
}

@media (max-width: 320px) {
	.event-detail-container {
		width: 100%;
	}
	.event-detail-section {
    position: relative;
    top: 0px;
	}
}

@media (max-width: 414px) {
	.event-detail-container {
		width: 100%;
}
}