/*@import url("pace-theme.css");*/
@import url("animate.min.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800,400italic,600italic");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,300,700");
/*@import url("https://fonts.googleapis.com/css?family=Cinzel:400,700,900");*/
/*@import url("material-kit.css");*/

/* Site width
-------------------------------------------------------------- */
.container {
    /*width: 980px;*/
	/*background: #fff;*/
  }
/*@media (max-width: 768px) {
  .container {
    max-width: 980px;
	width: 100%;
  }
}*/
@media (max-width: 1200px) {
  /*.container {
    width: 100%;
	width: 1180px;
  }*/
}
@media (max-width: 768px) {
  .container {
    width: 100%; 
  }
}
@media screen and (min-width: 768px) {
  /*.equal, .equal > div[class*='col-'] {  
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex; 
      display: flex;
      flex:1 1 auto;
  }*/  
  /*.container { padding: 5px 30px; }*/
  .row.equal [class*="col-"]{
	  margin-bottom: -99999px;
	  padding-bottom: 99999px;
	  height: 100%;
	}
	.row.equal{
	  overflow: hidden; 
	}
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
/* Make images fit containers
-------------------------------------------------------------- */
img { max-width: 100%; }

/* Body and Stretch background image
-------------------------------------------------------------- */
html, body { height: 100%; 
text-rendering: optimizeLegibility !important;
font-smoothing: antialiased !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
body { 
  background:#e9e9e9; 
  background:#fff;
  font-size: 14px;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url("images/connect.png");*/
}
/* Fonts
-------------------------------------------------------------- */
/* Font sizes */
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, p, blockquote, th, td {
	font-family: 'Roboto', sans-serif;
	
}
/* Links
-------------------------------------------------------------- */
a		 	{ color: #009DEA; color: #CC0000; position: relative; }
a:focus, 
a:hover 	{ /*text-decoration: none;*/
	color: #009DEA;
}


/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-family: 'Roboto', sans-serif; /*margin: 10px 0px 20px 0px;*/ }
h1 { color: #CC0000; /*text-transform:uppercase;*/ font-size: 30px; font-weight: 300; }
h2 { color: #003f5e; /*text-transform:uppercase;*/ font-size: 24px; font-weight: 400; }
h3 { color: #056B55; font-size: 26px; font-weight: 400; }
h4 { color: #999; }
h5 { color: #222; font-size: 16px; font-weight: 400; }
h6 { color: #222; }

/* Custom header styles */
h1 { /*background: #f9f9f9; border-left: solid 5px #F7323F; padding: 10px 15px; margin-left: -20px;*/ }

/* Buttons
-------------------------------------------------------------- */
.btn {
  padding: 6px 12px;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 2px;
}
.btn-primary {
  color: #fff;
  background-color: #CC0000;
  border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #CC0000;
  border-color: transparent;
}
.btn-primary:hover {
  color: #fff;
  background-color: #CC0000;
  border-color: transparent;
}
.member-panel .btn { display: block; }

/* Foundation Form Styles
-------------------------------------------------------------- */
/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  /*-webkit-appearance: none;
  background-color: white;*/
  font-family: inherit;
  /*border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);*/
  /*display: block;
  font-size: 0.875rem;*/
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  /*height: 2.3125rem;*/
  /*width: 100%;*/
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*transition: box-shadow 0.45s, border-color 0.45s ease-in-out;*/ }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    /*box-shadow: 0 0 5px #999999;
    border-color: #999999;*/ }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    /*background: #fafafa;
    border-color: #999999;
    outline: none;*/ }
  input[type="text"][disabled], fieldset[disabled] input[type="text"],
  input[type="password"][disabled], fieldset[disabled]
  input[type="password"],
  input[type="date"][disabled], fieldset[disabled]
  input[type="date"],
  input[type="datetime"][disabled], fieldset[disabled]
  input[type="datetime"],
  input[type="datetime-local"][disabled], fieldset[disabled]
  input[type="datetime-local"],
  input[type="month"][disabled], fieldset[disabled]
  input[type="month"],
  input[type="week"][disabled], fieldset[disabled]
  input[type="week"],
  input[type="email"][disabled], fieldset[disabled]
  input[type="email"],
  input[type="number"][disabled], fieldset[disabled]
  input[type="number"],
  input[type="search"][disabled], fieldset[disabled]
  input[type="search"],
  input[type="tel"][disabled], fieldset[disabled]
  input[type="tel"],
  input[type="time"][disabled], fieldset[disabled]
  input[type="time"],
  input[type="url"][disabled], fieldset[disabled]
  input[type="url"],
  textarea[disabled], fieldset[disabled]
  textarea {
    background-color: #dddddd; }
  input[type="text"].radius,
  input[type="password"].radius,
  input[type="date"].radius,
  input[type="datetime"].radius,
  input[type="datetime-local"].radius,
  input[type="month"].radius,
  input[type="week"].radius,
  input[type="email"].radius,
  input[type="number"].radius,
  input[type="search"].radius,
  input[type="tel"].radius,
  input[type="time"].radius,
  input[type="url"].radius,
  textarea.radius {
    border-radius: 3px; }

input[type="submit"] {
  /*-webkit-appearance: none;*/ }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;

  background-color: #fafafa;
  background-color: #ffffff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  /*font-size: 0.875rem;*/
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
select::-ms-expand {
	display: none;
}
.content select { padding-right: 15px !important; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  /*width: 100%;*/
  width: auto; }

/* We add basic fieldset styling */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Transparent class
-------------------------------------------------------------- */
.trans-wht-90 {
    background:rgb(255,255,255);
	background: transparent\9;
	background:rgba(255,255,255,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
	zoom: 1;	 
	/*-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);*/
}
.trans-wht-90:nth-child(n) {
	filter: none;
}

.border-r { border-right: solid 1px #e2e2e2; }
.border-l { border-left: solid 1px #e2e2e2; }

.small-txt { font-size: 12px; }

/* Search field
-------------------------------------------------------------- */
.search-site { display:inline; }
input.searchfield { 
	background: none; 
	background: url(images/search-BG.png) no-repeat right 6px;
	border: none; outline: none;
	border-bottom: solid 1px #96b896;
	margin: 2px 2px 5px 2px;
	padding: 5px 20px 5px 5px;
	color: #fff;
	font-size: 12px;
}
.social-top { display:inline; margin: 8px; text-align:right; float:right; }
.social-top a { font-size: 24px; margin: 3px 2px 0px 2px; }

#custom-search-input{
    padding: 2px;
    border: solid 1px #E4E4E4;
    border-radius: 0px;
    background-color: #fff;
	/*max-width: 200px;*/
	margin: 2px 0px 2px 0px;
	opacity: 0.9;
	float: right;
}
@media only screen and (max-width: 1024px) {
	#custom-search-input{
		padding: 2px;
		border: solid 1px #E4E4E4;
		border-radius: 0px;
		background-color: #fff;
		/*max-width: 200px;*/
		margin: 0px 0px 0px 0px;
		opacity: 0.9;
		float: right;
	}
}
@media screen and (min-width: 768px) {
	#custom-search-input{
		max-width: 200px;
	}
}
@media screen and (max-width: 768px) {	
	.social-top { float: left; }
}
@media only screen and (max-width: 375px) {
	#custom-search-input{
		/*max-width: 100%;*/
		margin: 0px 0px 0px 0px;
	}
}
#custom-search-input input{
    border: 0;
    box-shadow: none; 
	margin: 0;
	font-size: 12px;
	height:auto;
}
#custom-search-input button{
    margin: 0px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}
#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}
#custom-search-input .glyphicon-search{
    font-size: 16px;
	vertical-align:middle;
}
/* Panels
-------------------------------------------------------------- */
.panel { 
	padding: 15px 15px 20px 15px; 
	margin: 25px 15px 35px 15px; 
	border: none; 
	-webkit-box-shadow: none;
    box-shadow: none;
	background: #f1f1f1;
	border-radius: 0px;
}
/* Top Navbars
-------------------------------------------------------------- */
.header-bg { 
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url("images/clouds.jpg");*/
}
.row.header { padding-top: 15px; padding-bottom: 15px; }
.row.header input { width:100%; }
.row.header h3 { font-size: 18px; margin:4px 0px; }
.logo-container { /*text-align:center;*/ }
.logo-container .logo { margin: 2px 0px 2px 0px; padding: 5px 0px; 
	/*background:rgba(255, 255, 255,0.98); */
	/*border-radius: 50%; */
	/*-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	width: 195px;
	z-index: 99999; position: relative;*/
	max-width:175px;
}
@media screen and (max-width: 991px) {
	.logo-container .logo { margin: 10px auto 5px auto; width: 220px; }
	.row.header { padding-top: 5px; }
}
@media screen and (max-width: 768px) {
	.logo-container .logo { margin: 0px auto 0px auto; width: 200px; }
	.row.header { padding-top: 5px; }
}
@media only screen and (min-width: 376px) {
	.logo-container .logo.mobile { display:none; }
}
@media only screen and (max-width: 375px) {
	.logo-container { margin: 0px 0px; width:auto !important; text-align:right; }	
	.logo-container .logo  { max-height: 50px; width:auto; margin: 5px 0px 0px 0px; }
	.logo-container .logo.web { display:none; }
	.row.header { margin-bottom: 0px; padding-bottom: 5px; background:rgba(0,0,0,0.1); }
}
.menu-bg { /*background: #2179c6; background:#1b3c80; background: #78cdea;*/ /*background: #9FA1A4; background: #e9e9e9; background: #F7323F;*/ 
	/*-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);*/ 
	background:rgb(5,107,85);
	background: transparent\9;
	background:rgba(204,0,0,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
	zoom: 1;
	z-index:10;}
.navbar {border: none; }
.navbar-inverse {
    background:rgb(237,27,45);
    background: transparent\9;
    background:rgba(237,27,45,0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4ced1b2d,endColorstr=#4ced1b2d);
    zoom: 1;
}
.navbar-inverse:nth-child(n) {
	filter: none;
}

.navbar-header .logo { width: 150px; }

.navbar-top {
	background: #fff;	
}
.navbar-find {
	background: #f0f0f0;
	border-top: solid 1px #e2e2e2;
	padding: 15px;
	margin-bottom: 20px;
}
.navbar-find { margin-left: -15px; margin-right: -15px; }
.navbar-find select { max-width: 280px; margin-left: 3px; margin-bottom:0px; }
@media only screen and (max-width: 800px) {
	.navbar-find .find-header { display: block; }
	.navbar-find select { max-width: 240px; margin-left: 3px; }
}
@media only screen and (max-width: 767px) {
	.navbar-find .find-header { display: block; }
	.navbar-find { margin-left: -15px; margin-right: -15px; padding-left: 0px; padding-right: 0px; }
	.navbar-find select { width: 100%; max-width:100%; margin-left: 0px; margin-bottom: 3px; }
	select { max-width: 100%; }
}
@media screen and (min-width: 769px) {
#top-menu {
	display: inline-block;
	float: right;
	/*width: 100%;*/
	text-align: right;
	margin: 15px 15px 5px 0px;
	font-weight: bold;
	color:#01154B;
}
#top-menu a {
	padding:3px;
	text-decoration:none;
	font-size: 1.2rem;
	text-shadow: 1px 1px #fff;
	font-weight: 400;
	line-height: 20px;
	/*color:#07ace3;*/
	letter-spacing:0;
	text-transform: uppercase;
}
#top-menu a:hover {
	
}
#top-menu ul {
	margin:0 0 15px 0;
	padding: 0;
	}
#top-menu nav  {
	/*border-top: 1px solid #ddd;*/
	padding: 15px 0 0 0;
	}
#top-menu ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	/*font-weight: bold;*/
	/*font-size:11px;*/
	border-right: 1px solid #ccc;
	}
#top-menu ul li:last-child {
	margin: 0;
	padding: 0;
	border: none;
	}
}
@media screen and (max-width: 768px) {
	#top-menu { float: right; text-align: center; width: 100%; display:inline-block; margin: 0px 0px 0px 0px; }
	#top-menu a { padding: 5px; /*width: 100%;*/ border: 1px solid #ccc; margin: 2px; display:block; }
	#top-menu ul li { border: none; width: auto; margin:0px 2px 0px 2px; padding:0px; }
	#top-menu ul li:last-child { border: none; margin:0px 2px 0px 2px !important; }
#top-menu ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:-webkit-flexbox;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	float:none;
	margin: 0;
	padding:0;
	
}
#top-menu ul li { 
	flex-grow: 1; 
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	}
}


.global-DBG {
	margin-bottom: 20px;
}
.navbar-brand { }
.site-title { /*color: #283c88; text-transform:uppercase; font-size: 20px; font-weight: 700;*/ display:inline-block; margin-top: 2px; vertical-align: middle;}

.navbar-member {
	background: #d18c2a;
	padding-left: 0px;
}
.member-welcome { background: #c25127; font-size: 11px; font-size: 1.1 rem; color: #fff; /*line-height: 20px;*/ padding: 5px 15px; margin-right: -2px; min-height: 50px; position: relative;}
.member-welcome:before {
    content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #c25127; 
    position: absolute;
    top: 15px;
    left: -12px;
}
.member-welcome a { color: #fff; }
.member-welcome .welcome-head { color: #d47d5f; padding-top: 5px; }
.member-welcome .welcome-box { }

/* Sticky Navbar styles */
nav a {
	-webkit-transition: .75s ease-in-out,padding .75s ease-in-out;
	-moz-transition: .75s ease-in-out,padding .75s ease-in-out;
	transition: .75s ease-in-out,padding .75s ease-in-out;
}
.navbar-fixed-top {
	-webkit-transition: top .75s ease-in-out,padding .75s ease-in-out;
	-moz-transition: top .75s ease-in-out,padding .75s ease-in-out;
	transition: top .75s ease-in-out,padding .75s ease-in-out;
}
/* Slide down sticky menu on scroll */
.navbar-stuck {
  padding-top: 100px;
}
.menu-bg {
    transition: top 1s ease;
    -webkit-transition: top 1s ease;
    -moz-transition: top 1s ease;
    -o-transition: top 1s ease;
    -ms-transition: top 1s ease;
    top: -100px;
	/*margin-left: -10px; margin-right: -10px;*/
}
.menu-bg .col-md-12 { padding: 0px; }

.menu-bg.navbar-fixed-top { 
    /*opacity: 0.90;*/
    top: -50px;
    height: 50px;
    line-height: 50px;
}
.menu-bg.navbar-show-down {
    top: 0;
}
.menu-bg.navbar-show-down .container {
    padding: 0;
}

/* Billboard
-------------------------------------------------------------- */
.billboard-bg { background: rgba(2,75,143,0.1); position: relative; padding: 35px 0px; }
@media only screen and (max-width: 767px) {
	.billboard-bg { padding: 15px 0px; }
}

/* Content
-------------------------------------------------------------- */
@media(min-width:800px) {	
	.show { visibility:visible; display:inline-block; opacity: 100; margin-right: 0px; }
}
.intro-section {    
    text-align: center;
    background: #fff;
	background: url(../images/conf-bg.jpg) no-repeat center center; /*Full Witdth background image*/
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
}
/*STYLE FOR OVERLAY CLASS - WHICH IS ABOVE IMAGE WITH OPACITY/TRANSPARENCY 0.75*/
.intro-section .overlay {        
	background-color: rgba(35, 133, 161,0.75); /*.75 opacity of the color so that background image is visible*/
	background-color: rgba(0, 56, 117,0.75);
	color: #fff;
	padding: 150px 0px 100px 0px;
}
.intro-section h1 { color: #fff; font-size:50px; font-weight:900; }
.intro-section h1 span { color: #fff; font-size:40px; font-weight:600; }
.intro-section .btn-register { margin: 15px 0px; }
@media only screen and (max-width: 767px) {
	.intro-section .overlay  { padding: 70px 0px 50px 0px; }
	.intro-section h1 { color: #fff; font-size:25px; font-weight:900; }
	.intro-section h1 span { color: #fff; font-size:20px; font-weight:600; }
}
#map-canvas {
    height: 100%;
    width: 100%;
	position:absolute;
	z-index: 0;
	top:0;
	left:0;
	opacity: .5;
}
.content { padding: 15px 0px; }
@media only screen and (min-width: 768px) {
	.sub .content { padding: 50px 0px 30px 0px; }
	.content { padding: 20px 30px; }
}
@media only screen and (min-width: 1060px) {
	/*.sub .content { padding: 60px 30px 20px 30px; }
	.content { padding: 20px 30px; }*/
}
@media only screen and (max-width: 375px) {
	.content { padding: 0px 0px 15px 0px; }
}
.wheretofind img { margin: 10px 0px 15px 0px; }
.wheretofind p { font-size: 12px; }


@media screen and (min-width: 768px) {
	.row.row-eq-height {
		overflow: hidden; 
	}
	.row.row-eq-height [class*="col-"]{
		margin-bottom: -99999px;
		padding-bottom: 99999px;
	}
}
.home-cols h2 { font-weight: 400; margin: 25px 0px 25px 0px; }
.home-cols .for-members { background:#ccc; background:rgba(0,0,0,0.1); }
.home-cols .for-policymakers { background:#e6e6e6; background:rgba(0,0,0,0.05);}
.home-cols .news-col { background:#ccc; background:rgba(0,0,0,0.1);}
.home-cols .news-col dt, .home-cols .news-col dd { margin-bottom: 15px; }
@media screen and (max-width: 768px) {
	.home-cols .for-members, .home-cols .for-policymakers, .home-cols .news-col { margin: 0; background: none; }
}
/*.row.col-cards [class*='col-'] * { color: #fff; }
.row.col-cards [class*='col-'] { padding: 20px; }
.row.col-cards [class*='col-']:nth-child(1) { background: #D44040; }
.row.col-cards [class*='col-']:nth-child(2) { background: #CC0000; }
.row.col-cards [class*='col-']:nth-child(3) { background: #4C1717; }*/
/*.row.col-cards [class*='col-']:nth-child(odd) { background: #D44040; }
.row.col-cards [class*='col-']:nth-child(even) { background: #4C0000;}*/
/* Tablet and bigger */
@media (min-width: 768px) {
    .row.col-cards {
        position: relative;
        padding: 0;
    }
    .row.col-cards>[class*='col-'] {
        position: relative;
    }
    .row.col-cards>[class*='col-']:nth-child(n+2):before {
        content: "";
        border-left: 1px solid #DDD;
        position: absolute;
        top: 0;
        bottom: 0;
		left: 0;
    }
}
.col-cards h3 { text-transform:uppercase; }
.material-icons { vertical-align: middle; }
@media (min-width: 768px) {
  .row.col-cards [class*='col-'] { padding: 10px 15px; }
  .row.col-cards {
    display: table;
    table-layout: fixed;
  }

  .row.col-cards [class*='col-'] {
    display: table-cell;
    float: none;
  }
}

/* Sidebar
-------------------------------------------------------------- */
.side-bar { /*background: #856f9c;*/ padding-top: 35px; padding-bottom: 15px; }



/* Footer
-------------------------------------------------------------- */
.footer {
	/*margin-top: 10px; */
	padding: 15px 15px 25px 15px;
	/*border-top: 1px solid #ccc;*/
	
}
/*.footer .col-md-3+.col-md-3 { 
	border-left: 1px solid #78cdea;
	border-right: 1px solid #78cdea;
}*/
footer {	
	 /*font-size: 12px;*/
	 /*color: #fff;*/	
	 font-size: 1.2rem; 
	}
footer * { color: #fff; }
footer .container { /*background: #0e497d;*/ background: #dbdbdb; background: #444; /*border-top: 10px solid #ccc;*/ padding-top: 25px;}
footer .text { margin: 25px 0px 15px 0px; }
footer nav img { margin-top: -3px; }
footer nav a {
	/*color: #fff;*/
	color: #001b3d;
	padding:3px 0px;
	text-decoration:none;
}
footer nav a:hover {
	/*color: #fff;*/
	color: #001b3d;
}
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 5px;
  }

  footer nav ul li {
    list-style: none;
    display: inline-block;
    width: calc(100% / 5);
	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;
	}
}

/*** Superfish ESSENTIAL STYLES ***/
.dropdown-nav { text-align:right; margin-bottom: 15px; }
#menu ul, #menu ul * { margin: 0; padding: 0; list-style: none; }
#menu ul li { position: relative; }
#menu ul ul {
	position: absolute;
	/*display: none;*/
	visibility:hidden;
	top: 100%;
	left: 0;
	z-index: 99;

	opacity:0;
	/*filter:alpha(opacity=0);
	-webkit-transition:200ms ease;
	-moz-transition:200ms ease;
	-o-transition:200ms ease;
	transition:200ms ease;*/

}
#menu ul > li {	/*float: left;*/ display:inline-block; }
#menu ul li:hover > ul,
#menu ul li.sfHover > ul {
	/*display: block;*/
	visibility:visible;
	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);
	opacity:1;
	/*filter:alpha(opacity=100);*/
}
#menu ul a { display: block; position: relative;}
#menu ul ul { top: 100%; left: 0;}
*#menu ul ul ul { top: 0; left: 100%; }
#menu ul > li > ul { min-width: 14.5em; }
#menu ul ul li { width: 100%; }
#menu ul > li > ul > li { float: left; }

#menu ul li.edge ul { left: auto; right: 0 !important; }
*#menu ul li.edge ul ul { left: auto; right: 100% !important; }
*#menu ul ul li.edge ul { left: auto; right: 100% !important; }

/* Vertical Style
-------------------------------------------------------------- */
#menu ul.vertical ul { top: 0; left: 100%; }
#menu ul.vertical {	width: 100%; }
#menu ul.vertical > li { float: none; }
#menu ul.vertical li { width: 100%; }

/* 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%;*/
}
#menu ul li a {
	padding: 		15px 1.25em 15px 1.25em;
	text-decoration:none;
	/*text-transform:uppercase;*/
	/*font-size: 12px;*/
	
	font-size: 1.2rem;
	/*text-shadow: 1px 1px red;*/
	font-weight: 400;
	line-height: 20px;
	/*color:#07ace3;
	color: #73BA4A;*/
	color: #fff;	
	letter-spacing:0;
	text-transform: uppercase;
}
#menu ul li li a {
	padding: 		.45em 1.25em;
	text-decoration: none; 
	font-weight: normal;
	text-transform:none;
	color: #001b3d;
}
#menu ul a, #menu ul a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/*color:			#fff;*/
	line-height: 20px;
}
#menu ul li ul li a, #menu ul li ul li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#444;
	color: #001b3d;
	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);
	
}
#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: rgba(0,0,0,0.05);
}

#menu ul li.has-child > a:after {
   color: #fff;   
   content: ' \25BE';
   font-size:16px;
   line-height: 1;
}
#menu ul li ul li.has-child > a:after {
   color: #444;
   color: #001b3d;
   content: ' \25b8';
   font-size:16px;
   line-height: 1;
}
#menu ul li.edge ul li.has-child > a:before {
   color: #444;
   color: #001b3d;
   content: '\25c2  ';
   font-size:16px;
   line-height: 1;
}
#menu ul li.edge ul li.has-child > a:after {
   content: '';
   font-size:1px;
   line-height: 0;
}

#menu .top-nav li a { color:#1c67ae; }

/* login button navigation styles */
#menu li.login { margin-right: -15px; }
#menu li.login a { background: #d91d27; color: #fff; font-weight: bold; }
#menu li.login a:hover { background: #d91d27; }
#menu 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; }

/*.wrapper {
    width: 100%;
    height: 100%;
}
*/
/* 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:#444;*/
        cursor:pointer;
        /*position:relative;*/ /* Also works with absolute */
		/*position: absolute;*/
		top: 5px;
		/*left: 5px;*/
        /*border:0.05em solid #555;*/
		float:left;
		line-height:0em;	
		margin: 10px 10px 10px 0px;	
}
.mmenu-toggle:after {
        content:'\2261';
        color:#222;
        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) {
   #mobile-menu,
   .mmenu-toggle {
      display: none !important;
   }
}

/* Countdown styles 
-------------------------------------------------------------- */	
.trans-blk-06 {
background:rgb(0,0,0);
background: transparent\9;
background:rgba(0,0,0,0.6);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
zoom: 1;
padding: 1em 1em;
text-align: center;
color:#FFF;
}
.trans-blk-06:nth-child(n) {
filter: none;
}
.countdown-square div {
background:rgb(0,0,0);
background: transparent\9;
background:rgba(0,0,0,0.6);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
zoom: 1;
}
.countdown-square div:nth-child(n) {
filter: none;
}
.countdown-square div {
  display: inline-block;
  margin: 0px 8px 8px 0px;
  font-size: 30px;
  font-weight: 100;
  line-height: 1;
  text-align: center;
  /* IE7 inline-block hack */
  *display: inline;
  *zoom: 1;
  /* Background color */
  /*background: #333;*/
  border-radius: 0.08em;
  padding: 0.5em 0.7em;
  color: #e9e9e9;
  color: #fff;
}
.countdown-square div:first-child {
  margin-left: 0;
}
.countdown-square div:last-child {
  margin-right: 0;
}
.countdown-square div span {
  display: block;
  border-top: 1px solid #cecece;
  padding-top: 3px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
/* XL Font Size */
.xl, .xl div { font-size:60px; font-family: "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; font-weight:800;  }
.xl span { font-size:26px; font-family: "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; font-weight:600; }
/* Large Font Size */
.lrg, .lrg div { font-size:44px; font-family: "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; font-weight:800;  }
.lrg span { font-size:20px; font-family: "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; font-weight:600; }
/* Small Font Size */
.sm, .sm div { font-size:20px; font-family: "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; font-weight:800; }
.sm div span { font-size:9px; }
/* Tiny Font Size */
.tny, .tny div { font-size:15px; font-family: "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; font-weight:800;  }
.tny div span { font-size:9px; font-family: "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; }


/* 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;
	background: #f1f1f1;
	margin-left: 2px;	
}
.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;
	margin-bottom: -1px;
	border: solid 1px #ddd;
	border-bottom: none;
	background: #fff;
}

/* Accordion Design Styles
-------------------------------------------------------------- */
.accordion .ui-accordion-content { }
.accordion .ui-accordion-header { color:#0A6EA1; }
.ui-state-default { BORDER-TOP: medium none; BORDER-RIGHT: medium none; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM: #d3d3d3 1px solid; FONT-WEIGHT: normal; COLOR: #555555; BORDER-LEFT: medium none }
.ui-widget-content { BORDER-TOP: medium none; BORDER-RIGHT: medium none; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none }
.ui-accordion .ui-accordion-content { PADDING-BOTTOM: 0.5em; PADDING-TOP: 0.5em; PADDING-LEFT: 1.5em; PADDING-RIGHT: 1.5em }
.ui-corner-all { border-radius: 0px }
.ui-corner-top { border-radius: 0px }
.ui-corner-all { border-radius: 0px }
.ui-corner-bottom { border-radius: 0px }

/* Region Map Styles
-------------------------------------------------------------- */
.map-region-links {  }
.map-region-links h2 {  }
.map-region-links ul { font-size:12px; }
@media only screen and (max-width: 767px) {
	#contacts-map { display: none; }
}

/* Events Styles
-------------------------------------------------------------- */
.events li { border-bottom: solid 1px #e9e9e9; padding:6px 2px; font-size: 12px; }
.events li:last-child { border-bottom: none; }
.events-list li { border-bottom: solid 1px #e9e9e9; padding:6px 2px; font-size: 12px; }
.events-list li:last-child { border-bottom: none; }

/* Events Styles
-------------------------------------------------------------- */
.general-list li { border-bottom: solid 1px #e9e9e9; padding:6px 2px; font-size: 12px; }
.general-list li:last-child { border-bottom: none; }

/* News Styles
-------------------------------------------------------------- */
.news { padding-bottom: 25px; }
.news h2 { margin: 35px 0px 15px 0px; }
.news li { border-bottom: solid 1px #e9e9e9; padding:6px 2px; font-size: 12px; }
.news li:last-child { border-bottom: none; }
.news-list li { border-bottom: solid 1px #e9e9e9; padding:6px 2px; font-size: 12px; }
.news-list li:last-child { border-bottom: none; }

/* Practice Group Styles
-------------------------------------------------------------- */
.pg-chairs { font-size: 12px; }
.pg-chairs img { max-width: 135px; }
.pg-members { border-bottom: solid 1px #e9e9e9; padding-bottom:5px; font-size: 12px; }
.pg-resources { border-bottom: solid 1px #e9e9e9; padding-bottom:5px; font-size: 12px; }
.pg-event { border-bottom: solid 1px #e9e9e9; padding-bottom:5px; font-size: 12px; }
.pg-news { border-bottom: solid 1px #e9e9e9; padding-bottom:5px; font-size: 12px; }

/* Firm Profile Styles
-------------------------------------------------------------- */
.firm-header { margin-bottom: -20px; }
.firm-header .firm-logo { /*border-right: solid 1px #d0d0d0;*/ padding-bottom: 15px; padding-top: 15px; text-align:center; }
.firm-header .addy-1 { padding-left: 25px; padding-top: 15px; }
.firm-header .addy-2 { padding-top: 15px; }
.firm-header .fact-sheet-link { margin-top: 15px; background-color: #c3d941; border: none; color: #3f4901; font-weight: 700; }

/* Search Styles
-------------------------------------------------------------- */
.search-list { border-bottom: solid 1px #e9e9e9; padding-bottom:5px; font-size: 12px; }

/* 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;
}

/* News Calendar Icon Date Listing 
-------------------------------------------------------------- */
.news-events h2 { margin: 15px 25px; color: #a5c033; font-size: 28px; }
.NewsListing { margin: 10px 15px; padding: 10px; border-bottom: 1px solid #e9e9e9; overflow: auto; }
.NewsTitle { padding: 0px 0px 10px 0px; /*font-weight: 700;*/ font-size: 16px; }

.parsed-date {
    margin: 0px 15px 5px 0px;
    float:left;
    width: 65px;
    /*height: 65px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    background: #FFF;
	/*border: 1px solid #e9e9e9;*/
}

.parsed-date .month {    
    background: #e74c3c;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
	width: 100%;
    text-align: center;
    font-size: 11px;
    color: #FFF;
	padding: 5px 0px;
	display:block;
	
}
.parsed-date .day {
    font-size: 28px;
    color: #333;
    text-align: center;
	padding: 5px 0px 8px 0px;
	display:block;
	line-height: 1;
	-webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
	background: #e9e9e9;
}
.parsed-date .year {
	display: none;
}

.news-events h3 { margin: 15px 25px; color: #56bfee; font-size: 28px; }

.EventListing { margin: 10px 0px; /*padding: 5px;*/ border-bottom: 1px solid #e9e9e9; overflow: auto; }
.EventTitle { /*padding: 0px 0px 10px 0px;*/ font-weight: 400; font-size: 16px; display:inline; }

.news-listing, .events-listing, .home-right-col { padding: 0px 30px; }

.member-col { text-align:right; }
@media (max-width: 768px) {
  .member-col { float: left; }
}

.mem-button { width: auto; background: #78cdea; border: none; box-shadow: none; color: white; cursor: pointer; display: inline-block; font-family: inherit; /*font-size: 13px; font-weight: bold; line-height: 1; margin: 0; padding: 5px 10px 6px; position: relative; text-align: center; text-decoration: none;*/ transition: background-color 0.15s ease-in-out; margin: 5px 0px; /* Hovers */ /* Sizes */ /* Colors */ /* Radii */ /* Layout */ /* Disabled ---------- */ }

.mem-button:hover, .mem-button:focus { color: white; background-color: #a0dcf0; }

.logout-info { 
	text-align:right;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	background: #78cdea;
	color:#FFFFFF;*/
	margin-top: 15px;
}

.login-link { display:inline-block; margin-top:17px; font-size:1.2rem; font-weight:400; text-transform:uppercase; }

.login-link a {text-decoration:none; text-transform:uppercase;}

.login-link a:hover, .login-link a:focus {text-decoration:none;}

footer .socialmedia {
	border-top: 1px solid #78cdea;
	padding-top:15px;
	text-align:center;
}

footer .midnav {
	font-size:24px;
	border-left: 1px solid #78cdea;
	border-right: 1px solid #78cdea;
	margin-top: 10px;
	padding-left:75px;
}

.xCatBug { text-align:right; padding: 10px; }
.PoweredBy, .MgmtSoftware { display:inline; }

.panel.orange-bg { padding-top:10px; padding-bottom:10px; margin: 0; background: #ca3c3c; border: solid 3px #eb6969; }

.banner-rotator {text-align: center; 
				font-family:Arial, Helvetica, sans-serif; 
				color: #fff; 
				font-size: 5em; 
				font-weight: normal;
				}


/* Flexslider 
-------------------------------------------------------------- */
.flexslider.grey-bg {
	background-color: #FBFBFB;
}
.flexslider { 
	margin:0px 0px 30px 0px; 
	padding: 5px 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)";
}
.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; }	
	