/*@import url("pace-theme.css");*/
@import url("animate.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");

@media print {
	a[href]:after {
		content: "" !Important;
	}
	#umass-banner, .social-icons { display: none; }
	header .logo img {
		width: 50%;
	}
}

/* Site width
-------------------------------------------------------------- */
.wrapper { /*max-width: 1200px; margin:0px auto 0px auto; background: rgba(255,255,255,0.9);*/ }
.container {
    /*width: 1370px;*/
	/*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;
}
@media (min-width: 768px) {
    .grid-divider {
        position: relative;
        padding: 0;
    }
    .grid-divider>[class*='col-'] {
        position: static;
    }
    .grid-divider>[class*='col-']:nth-child(n+2):before {
        content: "";
        border-left: 1px solid #DDD;
        position: absolute;
        top: 0;
        bottom: 0;
		margin-left: -15px;
    }
    .col-padding {
        padding: 0 15px;
    }
}
/* 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;
background: #fff;
}
body { 
  background:#fff;
  font-size: 1.4em;
}
/* Fonts
-------------------------------------------------------------- */
/* Font sizes */
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, p, blockquote, th, td {
	font-family:'Roboto',Helvetica,Arial,sans-serif;
	
}
/* Links
-------------------------------------------------------------- */
a		 	{ color: #707E43; position: relative; }
a:focus, 
a:hover 	{ 
	/*text-decoration: none;*/
	color: #707E43;
}


/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-family: 'Roboto', sans-serif; margin: .67em 0; }
h1 { color: #707E43; font-size: 3.0em; font-weight: 700; }
h2 { color: #707E43; font-size: 2.6em; font-weight: 700; }
h3 { color: #707E43; font-size: 2.4em; font-weight: 700; }
h4 { color: #707E43; font-size: 2em;}
h5 { color: #707E43; font-size: 1.8em; font-weight: 400;}
h6 { color: #707E43; font-size: 1.6em; font-weight: 400;}

h3:after, h5:after {
    content: ' ';
    display: block;
    border-bottom: 2px solid #707E43;
    margin: 1rem 0;
    width: 5rem;
}

/* Custom header styles */
h1 { /*background: #f9f9f9; border-left: solid 5px #F7323F; padding: 10px 15px; margin-left: -20px;*/ }

/* Buttons
-------------------------------------------------------------- */
.btn {  
  /*border: 1px solid transparent;
  border-radius: 0px;*/
}
.btn-primary {
  /*color: #fff;
  background-color: #881c1c;*/
  border-color: transparent;
}
.btn-primary:focus,

.btn-primary.focus {
  /*color: #fff;
  background-color: #881c1c;*/
  border-color: transparent;
}
.btn-primary:hover {
  /*color: #fff;
  background-color: #881c1c;*/
  border-color: transparent;
  opacity: 0.8;
}
.btn-black {
	color: #fff;
  background-color: #000;
  border-color: transparent;
}
.btn-black:hover {
  color: #fff;
  background-color: #000;
  border-color: transparent;
  opacity: 0.8;
}
.btn-round {
	border-radius: 24px;
}
/* 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; }

/* Border classes
-------------------------------------------------------------- */
.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: 0px 15px 0px 15px; 
	margin: 5px 0px 5px 0px; 
	border: none; 
	-webkit-box-shadow: none;
    box-shadow: none;
	background: #f1f1f1;
	border-radius: 10px;
}
/* Header
-------------------------------------------------------------- */
header { padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid #ddd; }
header .logo { margin: 2px 0px 2px 0px; padding: 5px 0px; 
	/*background:rgba(255, 255, 255,0.98); */
	/*border-radius: 50%; */
	max-width:300px;
}
/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0px;
}
ul.social-network li {
	display: inline;
	margin: 0px 5px;
}


/* footer social icons */
.social-network a { background-color: #D3D3D3; }
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:10px auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;
	height: 30px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:30px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

@media screen and (max-width: 991px) {
	header .logo { margin: 10px auto 5px auto; width: 220px; }
	header { padding-top: 5px; }
}
@media screen and (max-width: 768px) {
	header .logo { margin: 0px auto 0px auto; width: 200px; }
	header { padding-top: 5px; }
	.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;
	height: 30px;
	font-size:10px;
	margin-top: 15px;
}
.social-circle li i {
	margin:0;
	line-height:30px;
	text-align: center;
}
}
@media only screen and (max-width: 575px) {
	header { margin: 0px 0px; width:auto !important; text-align:right; }	
	header .logo { /*max-width: 135px;*/ margin: 0px auto 0px auto;     width: 100%;
    max-width: 100%;  }
	
}

/* Top Navbars
-------------------------------------------------------------- */
.menu-bg {  }
#navbar { z-index:10; }
.navbar {border: none; margin: 0px; }
.navbar-inverse {
    background:rgba(0,0,0,0.99);
    zoom: 1;
	border-radius: 0px;
}
.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); 
	background: rgba(148,121,93,0.1);*/
	background: rgba(0,59,92,0.05);
	position: relative; 	
	background: url(images/strange_bullseyes.png);
	/*background: url(../images/bridge.jpg) no-repeat center center;*/ /*Full Witdth background image
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;		*/
	/*height: 50vh;*/	
}
.slide-container {
	min-height: 400px;
	padding: 35px 0px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	-webkit-background-size: cover !important; 
    background-size: cover !important;
    -moz-background-size: cover !important;
}
.slide-container h1, .slide-container h2 { font-size: 2.5em; }
.owl-controls { position: absolute; }
.caption { /*background: rgba(255,255,255,0.8); padding:30px 35px; padding:10px 35px 30px 35px; max-width: 600px; float:right;
	position: absolute;
    top: 50%;
    right: 5%;
	-webkit-transform: translateY(-50%); transform: translateY(-50%);*/
}
@media only screen and (max-width: 767px) {
	.billboard-bg { padding: 15px 0px; }
	.slide-container { padding: 0px; min-height: inherit; }
	.billboard-bg h1 { font-size: 2.6em; } 
	.caption { background: rgba(255,255,255,0.8); padding:30px 15px;
position:relative; z-index:1; right:0px; max-width: 650px; -webkit-transform: none; transform: none; }
}

/* Icon Squares
-------------------------------------------------------------- */
.icon-squares { margin-top: 25px; margin-bottom: 25px; text-align: center;}
.icon-squares a { color:#fff; background: rgba(46,84,109,1); padding: 25px 15px; display:block; border-radius: 5px; margin: 15px 0px; font-size:17px;
	-webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-transform:uppercase;
}
.icon-squares a:hover { text-decoration: none; background: rgba(36,64,79,1); -webkit-transform: scale(1.1); transform: scale(1.1);}
.icon-squares a i.glyphicon {
    display: block;
    font-size: 65px;
	margin: 5px auto 10px auto;	
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background: rgba(46,84,109,.8);
	background: rgba(103,138,160,1);
}
.icon-squares a i.glyphicon:before {
	vertical-align: middle;
}

/* 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; }
}

.intro-header {
    text-align: center;
    background: #707e43;
    margin: 0px 0px 25px 0px;
	padding: 10px 5px;
    width: 100%;
    
}
.sub .intro-header {
    text-align: left;
}
.intro-header {
/*background: linear-gradient(180deg, #0076c0, #00467f);*/
/*background: linear-gradient(181deg, #2c96fd, #01468a);*/
background-size: 400% 400%;

-webkit-animation: Gradient-BG 20s ease infinite;
-moz-animation: Gradient-BG 20s ease infinite;
-o-animation: Gradient-BG 20s ease infinite;
animation: Gradient-BG 20s ease infinite;
}
@-webkit-keyframes Gradient-BG {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes Gradient-BG {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-o-keyframes Gradient-BG {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@keyframes Gradient-BG { 
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
.intro-header h1 { color: #fff; font-weight:300; text-transform: uppercase; }
.intro-header h1 small {
    display: block;
    font-size: 50%;
    font-weight: 300;
    color: #fff;
    margin: 5px 0px;
    text-transform: none;
}

#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: 20px 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; }*/
}
.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-2-col .icon-lead { font-size: 2.5vw;  }

.home-columns { margin-top: -68px; }
@media screen and (max-width: 768px) {
	.home-columns { margin-top: -30px; }
}
.home-3-col { margin-top: 30px; }
.home-3-col  h2.col-header { font-family:'Roboto',Helvetica,Arial,sans-serif; background:rgba(0,0,0,0.9); padding: 10px; margin: 0px -15px 20px -15px; font-size:1.2em; 
color:#fff; text-align:center; text-transform:uppercase; }
.home-3-col .news h4 { font-family:'Roboto',Helvetica,Arial,sans-serif; ont-size:1.2em; }
.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 { margin-top: -65px; }
.row.col-cards [class*='col-'] * { color: #fff; }
.row.col-cards [class*='col-'] { padding: 20px; }
.row.col-cards [class*='col-']:nth-child(1) { background: #333333; }
.row.col-cards [class*='col-']:nth-child(2) { background: #666666; }
.row.col-cards [class*='col-']:nth-child(3) { background: #999999; }
/*.row.col-cards [class*='col-']:nth-child(odd) { background: #D44040; }
.row.col-cards [class*='col-']:nth-child(even) { background: #4C0000;}*/
.col-cards h3 { }

.panel.ar-network { margin: 20px -0px 15px -0px; padding: 10px 15px 20px 15px; }
.panel.ar-network h4 { color: #000; }

@media (min-width: 768px) {
  .row.col-cards [class*='col-'] { padding: 30px; }
  .row.col-cards {
    display: table;
    table-layout: fixed;
	width:103%;
  }

  .row.col-cards [class*='col-'] {
    display: table-cell;
    float: none;
  }
}

.news-cols { text-align:center; }
.news-cols h3:after, .news-cols h4:after {
    content: ' ';
    display: block;
    border-bottom: 2px solid #707E43;
    margin: 1rem auto 0;
    width: 5rem;
}
.sub .news-cols { margin-bottom: 45px; }

/* 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; 
	 
	 background: #073c4a;
	 
	}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 { color: #fff; }
footer .container { /*background: #0e497d;*/ /*background: #dbdbdb;*/ /*border-top: 10px solid #ccc;*/ /*border-top: 1px solid #ccc;*/ padding: 25px;}
footer .text { margin: 25px 0px 15px 0px; }
footer nav img { margin-top: -3px; }
footer a, footer a:hover {
	color: #fff;
}
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; z-index: 1000;}
#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%;*/
	text-align: right;
}
#menu ul > li { text-align: left; }
#menu ul > li li { border-bottom: 1px solid #cccccc; }
#menu ul li a {
	padding: 		15px 1.25em 15px 1.25em;
	text-decoration:none;
	/*text-transform:none;*/
	/*font-size: 12px;*/
	
	/*font-size: 1.2rem;*/
	/*text-shadow: 1px 1px red;*/
	font-weight: 400;
	line-height: 20px;
	color:#07ace3;
	color: #707e43;
	letter-spacing:0;
	text-transform: none;
        font-weight: 700;
}
@media only screen and (max-width: 1200px) {
	#menu ul li a {
		padding: 15px 1em 5px 1em;		
		font-size: 1.0rem;		
	}
	.member-col { /*padding-left: 15px; font-size: 1.2rem;*/ }
	.member-col .btn {		
		/*font-size: 1.2rem;	
		padding: 6px 6px;*/
	}
}
@media only screen and (max-width: 1024px) {
	#menu ul {
		width:100%;
	}
	#menu ul li a {
		padding: 15px 1.25em 5px 1.25em;		
		font-size: 12px;		
		font-size: 1.2rem;		
	}
	.member-col { padding-left: 25px; font-size: 1.2rem; float:left; }
	.member-col .btn {		
		font-size: 1.2rem;	
		padding: 6px 6px;
	}
}
@media only screen and (max-width: 768px) {
	.dropdown-nav {
		text-align:left;
		margin-bottom: 1px;
	}
	.member-col { float: left !important; padding-left: 15px; font-size: 1.2rem; }
	.member-col .btn {		
		font-size: 1.2rem;	
		padding: 6px 6px;
	}
}
@media only screen and (max-width: 375px) {
	.member-col { float: none !important; padding: 0px; margin: 0px -15px 10px -15px; font-size: 1.1rem; text-align: center; }
	.member-col .btn {		
		font-size: 1.1rem;	
		padding: 4px 2px 8px 2px;
	}
}
#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:			#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;
	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: #707e43;
   content: ' \25BE';
   font-size:16px;
   line-height: 1;
}
#menu ul li ul li.has-child > a:after {
   color: #009cdc;
   content: ' \25b8';
   font-size:16px;
   line-height: 1;
}
#menu ul li.edge ul li.has-child > a:before {
   color: #009cdc;
   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:#009cdc; }

/* 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';
}

@media (min-width: 768px) {
	#menu2 > ul {
		width: 100%;
	}
	#menu2 > ul {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		-webkit-box-orient: vertical;
		 -webkit-box-pack: center;
		  -moz-box-pack: center;
		  -ms-flex-pack: center;
		  -webkit-justify-content: center;
		  justify-content: center;
		  -webkit-box-align: center;
		  -moz-box-align: center;
		  -ms-flex-align: center;
		  -webkit-align-items: center;
	}
	#menu2 ul > li {
		flex-grow: 1;
		-webkit-flex-grow: 1;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;

		display: flex;
	}
}

.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;*/
		top: 1px;
		/*left: 5px;*/
        /*border:0.05em solid #555;*/
		float:left;
		line-height:0em;	
		/*margin: 10px 10px 10px 0px;*/	
		margin: 0px 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 10px; 	 
	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:#707E43 !important; }
.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 }
.ui-widget-content a {color: #707E43 !important;}
.ui-widget-content {color: #073C4A !important;}

/* 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.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; float:none; padding: 0px; }
#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: 18px; }

.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; }

.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;
	display:inline-block;
}

ul.logout-info {
    list-style-type: none;
    margin: 0;
    padding: 0;
	text-align:right;
	margin-top: 15px;
	display:inline-block;
}
ul.logout-info li {
    display: inline;
	border-right: solid 1px #444;
	padding: 2px 5px;
}
ul.logout-info li:last-child {
  border-right: none 0px;
  border: none;
}
ul.logout-info li a { }
ul.logout-info li a:hover { }
@media (max-width: 400px) {
	ul.logout-info { max-width: 220px; float:right; display: none; }
	.member-panel { margin-left: -5px; }
	.member-panel ul.logout-info { max-width: 100%; width:100%; float: none; text-align: left; display:block; }
	.member-panel ul.logout-info li {
	  border-right: none 0px;
	  border: none;
	  padding: 0px;
	  font-weight: 700;
	}
	.member-panel ul.logout-info li a { 
		font-weight: normal; 
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-color: rgba(0,0,0,.1);
	}
	.member-panel ul.logout-info li:not(.mm-divider):after {
		/*display: none;	*/	
		border-color: rgba(0,0,0,.1);
	}
}

.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; }

/* Variations for version 3
-------------------------------------------------------------- */
.col-bg #umass-banner {
    padding: .75em 1em 0.25em 1em;
    background-color: #881c1c;
}

.col-bg header {
    padding-top: 15px;

    padding-bottom: 10px;
}
.col-bg header .logo {
    margin: 2px 0px 2px 0px;
    padding: 2px 0px;    
    max-width: 70%;
}
@media (min-width: 576px) {
	header .logo img {
		max-width: 100%;
		width: 75px;		
	}
}
header .social-icons .btn { border-radius: 24px; }
@media (max-width: 575px) {
header {
    padding-top: 5px;
    padding-bottom: 5px;
}
.col-bg header .logo {
    margin: 2px 0px 2px 0px;
    padding: 2px 0px;    
    max-width: 100%;
	width: 100%;
}
header .logo img {
    max-width: 100%;
    max-width: 1s5%;
    width: 100%;
    /* display: flex; */
    /* float: left; */
    margin-top: 5px;
}
header .social-icons {
	/*max-width: 100%;
    width: 100%;
    text-align: center; */
    position: absolute;
    top: 10px;
    right: 15px;
}
ul.social-network li {
     margin: 0 1px;
}
}
.col-bg .navbar {
    min-height: auto;
}
.col-bg #menu ul li a {
    padding: 12px 1.25em 12px 1.25em;
    line-height: normal;
	font-weight: 600;
}

/*.col-bg .billboard-bg:after { 
	display: block; 
    width: 100%;
    height: 10px;
    margin: 0px auto;
    content: '';
    background-color:#ddd;; 
	position:absolute;
	bottom: -10px;
	}*/
@media (min-width: 768px) {
.col-bg .home-columns { margin-top: -53px; }
.col-bg .content-col { background:rgba(255,255,255,0.9); padding: 15px 30px; z-index: 100;}
.col-bg .home-3-col { margin-top: 0px; }
}
.col-bg .home-3-col  h2.col-header.cool-grey { background:rgba(99,102,106,.9); }
.col-bg .home-3-col  h2.col-header { background:rgba(0,59,92,.9);}
/*.col-bg .home-3-col  h2.col-header.secondary { background:rgba(65,39,59,.9);}
.col-bg .home-3-col  h2.col-header.secondary { background:rgba(91,127,149,.9); }*/

.progress-bar {width:25%; display:inline-block; float:none; height:auto;}
.progress-bar .low {background-color: #00ff00;}
.progress-bar .medium {background-color: #ffff00;}
.progress-bar .high {background-color: #ffa500;}
.progress-bar .max {background-color: #ff0000;}

/* jQuery UI Customizations
-------------------------------------------------------------- */
@media only screen and (max-width: 680px) {
  .content td{
    display: block; 
  }
  .content td input[type=text], .content td textarea, .content td select { display:block; width: 99% !important; clear:left; }
  .content td input.date_month,
  .content td input.date_day,
  .content td input.date_year { display:inline; width:15% !important;}
  .content .DLGLabelTD, .content .DiscDLGLabelTD {  text-align: left !important; }
  
  .content td input[type=checkbox], .content td input[type=radio] {
	display: inline-block;
	float: left;
    clear: both;
  }    
  .content td input[type=checkbox] + label, .content td input[type=radio] + label {
	display: inline-block;
	float: left;
    /*clear: left;*/
  }
  .content td input[type=checkbox] + label + i, .content td input[type=radio] + label + i {
	display: inline-block;
	float: left;
    clear: left;
  }
  .content2 td input[type=checkbox]:after, .content2 td input[type=radio]:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 1px;
	width: 100%;
	}
	.content table td[class*=col-], .content table th[class*=col-] {    
		display: block;
	}
}

/* jQuery UI Customizations
-------------------------------------------------------------- */
.ui-autocomplete {
    z-index: 999;
}

.progress-bar.min {
    background-color: #5cb85c;
}
.progress-bar.low {
    background-color: #5cb85c;
}
.progress-bar.medium {
    background-color: #ecc81f;
}
.progress-bar.high {
    background-color: #ec971f;
}
.progress-bar.max {
    background-color: #d9534f;
}
@media only screen and (min-width: 680px) {
.session-col { text-indent: 15px; }
}


.news-cols h3 a:hover {text-decoration: none;} 


.FunctionQty a {font-weight: bold;}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}



#section-hero {
  height: 500px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  z-index: 0;
  width: 100%;
  display: block; }
  #section-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; }
    #section-hero .flexslider .slides {
      position: relative;
      overflow: hidden; }
      #section-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        min-height: 500px;
        position: relative; }
        #section-hero .flexslider .slides li:after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          content: '';
          background: rgba(0, 0, 0, 0.2);
          z-index: 1; }
    #section-hero .flexslider .flex-control-nav {
      bottom: 2em;
      z-index: 1000; }
      #section-hero .flexslider .flex-control-nav li a {
        background: rgba(255, 255, 255, 0.2);
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 12px;
        height: 12px;
        cursor: pointer; }
        #section-hero .flexslider .flex-control-nav li a.flex-active {
          cursor: pointer;
          background: rgba(255, 255, 255, 0.7); }
    #section-hero .flexslider .flex-direction-nav {
      display: none; }
    #section-hero .flexslider .slider-text {
      display: table;
      opacity: 0;
      min-height: 450px;
      z-index: 9; }
      #section-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        height: 400px; }
        #section-hero .flexslider .slider-text > .slider-text-inner h1, #section-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: white; }
        #section-hero .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 20px;
          font-size: 50px;
          line-height: 1.3;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            #section-hero .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 30px; } }
        #section-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 24px;
          line-height: 1.5;
          margin-bottom: 30px;
          font-weight: 300;
          font-family: "Poppins", Arial, sans-serif; }
          #section-hero .flexslider .slider-text > .slider-text-inner h2 a {
            color: rgba(255, 255, 255, 0.5); }
        #section-hero .flexslider .slider-text > .slider-text-inner .doc-holder {
          font-size: 30px;
          font-weight: 300;
          margin-bottom: 10px; }
        #section-hero .flexslider .slider-text > .slider-text-inner .btn {
          padding: 18px 30px !important;
          color: #fff;
          border: none !important;
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 2px; }
          #section-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
            background: #073c4a !important;
            -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
            -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
            box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important; }
        #section-hero .flexslider .slider-text > .slider-text-inner .section-lead {
          font-size: 20px;
          color: #fff; }
          #section-hero .flexslider .slider-text > .slider-text-inner .section-lead .icon-heart {
            color: #d9534f; }




#section-ads {
  /*height: 118px;*/
  background: #fff url(../images/loader.gif) no-repeat center center;
  z-index: 0;
  width: 100%;
  display: block; }
  #section-ads .flexslider {
    border: none;
    z-index: 1;
    margin: 0 0px 0px; }
    #section-ads .flexslider .slides {
      position: relative;
      overflow: hidden; }
      #section-ads .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        min-height: 118px;
        position: relative; }
        #section-ads .flexslider .slides li:after {
          /*position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          content: '';
          background: rgba(0, 0, 0, 0.2);
          z-index: 1;*/ }
    #section-ads .flexslider .flex-control-nav {
      bottom: 1em;
      z-index: 1000; }
      #section-ads .flexslider .flex-control-nav li a {
        background: rgba(255, 255, 255, 0.2);
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 12px;
        height: 12px;
        cursor: pointer; }
        #section-ads .flexslider .flex-control-nav li a.flex-active {
          cursor: pointer;
          background: rgba(255, 255, 255, 0.7); }
    #section-ads .flexslider .flex-direction-nav {
      display: none; }
    #section-ads .flexslider .slider-text {
      display: table;
      opacity: 0;
      min-height: 450px;
      z-index: 9; }
      #section-ads .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        height: 400px; }
        #section-ads .flexslider .slider-text > .slider-text-inner h1, #section-ads .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: white; }
        #section-ads .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 20px;
          font-size: 50px;
          line-height: 1.3;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            #section-ads .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 30px; } }
        #section-ads .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 24px;
          line-height: 1.5;
          margin-bottom: 30px;
          font-weight: 300;
          font-family: "Poppins", Arial, sans-serif; }
          #section-ads .flexslider .slider-text > .slider-text-inner h2 a {
            color: rgba(255, 255, 255, 0.5); }
        #section-ads .flexslider .slider-text > .slider-text-inner .doc-holder {
          font-size: 30px;
          font-weight: 300;
          margin-bottom: 10px; }
        #section-ads .flexslider .slider-text > .slider-text-inner .btn {
          padding: 18px 30px !important;
          color: #fff;
          border: none !important;
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 2px; }
          #section-ads .flexslider .slider-text > .slider-text-inner .btn:hover {
            background: #3c97e8 !important;
            -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
            -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
            box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important; }
        #section-ads .flexslider .slider-text > .slider-text-inner .section-lead {
          font-size: 20px;
          color: #fff; }
          #section-ads .flexslider .slider-text > .slider-text-inner .section-lead .icon-heart {
            color: #d9534f; }




.hero {
  height: 500px !important;
  display: block;
  width: 100%;
  overflow: hidden; }
  .hero .slides li {
    height: 450px; }

.section-bg-section {
  background: whitesmoke; }

#section-services,
#section-project,
#section-counter,
#section-register,
.section-pricing,
#section-testimonial,
#section-blog,
#section-about,
#section-doctor,
#section-contact,
#section-footer{
  padding: 7em 0;
  clear: both; }
  @media screen and (max-width: 768px) {
    #section-services,
    #section-project,
    #section-counter,
    #section-register,
    .section-pricing,
    #section-testimonial,
    #section-blog,
    #section-about,
    #section-doctor,
    #section-contact,
    #section-footer{
      padding: 3em 0; } }

.columns {
    padding-right: 15px;
    padding-left: 15px;
}

.portal-section-bg {
	background-color: #f1f1f1;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-bottom: 10px;
}

.portal-section-bg table td {
	padding: 5px;
}

.open-invoice-section-bg {
	background-color: #707e43;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-bottom: 10px;
}

.open-invoice-section-bg a {
	color: #fff;
}

.text-white {color: #fff;}

/*Search Members Stylings*/
 .directory-search-box{
	background:#eee;
	margin-bottom:40px;
	border-radius:5px;
	overflow:hidden
}
 .directory-search-box .directory-search-params{
	padding:15px 30px;
	display:flex;
	flex-wrap:wrap;
	align-items:center
}
 .directory-search-box .directory-search-params a.button{
	margin-top:10px;
	margin-bottom:0
}
@media print,screen and (min-width: 40em){
	 .directory-search-box .directory-search-params a.button{
		margin:0 0 0 auto
}
}
 .directory-search-box .directory-filter-bar{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	background:#707e43;
	color:white;
	padding:10px 30px;
	justify-content:space-between
}
 .directory-search-box .directory-filter-bar form{
	flex-basis:300px;
	display:flex
}
 .directory-search-box .directory-filter-bar form label{
	white-space:nowrap;
	padding-right:10px
}
 .cards{
	display:grid;
	grid-gap:30px;
	grid-template-columns:repeat(auto-fit, minmax(250px, 1fr))
}
 .card{
	display:grid;
	grid-template-columns:1fr 2fr;
	grid-template-rows:auto 50px;
	grid-column-gap:20px;
	grid-row-gap:24px;
	padding-top:20px;
	border:1px solid #deddde;
	border-radius:12px;
	overflow:hidden
}
 .card .card-photo{
	grid-column:1;
	width:80px;
	height:104px;
	margin-left:20px;
	border-radius:5px;
	overflow:hidden
}
 .card .card-photo img{
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	-o-object-fit:cover;
	object-fit:cover;
	-o-object-position:center center;
	object-position:center center;
	width:100%;
	height:100%
}

 .card .card-text{
	line-height:1.2;
	margin-left:20px;
	min-width:200px;
}
 .card .card-text .name{
	font-weight:700;
	color:#707e43;
	font-size:24px;
	line-height:1
}
 .card .card-text .name{
	font-size:18px
}
@media screen and (min-width: 320px){
	 .card .card-text .name{
		font-size:calc(18px + 4 * ((100vw - 320px) / 880))
}
}
@media screen and (min-width: 1200px){
	 .card .card-text .name{
		font-size:22px
}
}
 .card .card-text .member-level{
	color:#073c4a;
	font-weight:700;
	font-style:italic
}
 .card .card-text .job-title{
	margin-top:6px;
	font-weight:700
}
 .card .card-text .job-title{
	font-size:16px
}
@media screen and (min-width: 320px){
	 .card .card-text .job-title{
		font-size:calc(16px + 2 * ((100vw - 320px) / 880))
}
}
@media screen and (min-width: 1200px){
	 .card .card-text .job-title{
		font-size:18px
}
}
 .card .card-text .company{
	font-weight:300
}
 .card .card-text .company{
	font-size:16px
}
@media screen and (min-width: 320px){
	 .card .card-text .company{
		font-size:calc(16px + 2 * ((100vw - 320px) / 880))
}
}
@media screen and (min-width: 1200px){
	 .card .card-text .company{
		font-size:18px
}
}
 .card .card-text .company-street-address{
	font-size:12px;
	font-weight:300;
	margin-top:6px
}
 .card .card-text .company-city-st-zip{
	font-size:12px;
	font-weight:300
}
 .card .card-contact-bar{
	grid-column:1/all;
	background:#ececec;
	padding:10px 20px;
	display:flex;
	justify-content:flex-end;
	align-content:center;
	align-items:center
}
 .card .card-contact-bar .phone, .card .card-contact-bar .mobile, .card .card-contact-bar .email{
	width:22px;
	margin-right:12px
}
 .card .card-contact-bar .phone img, .card .card-contact-bar .mobile img, .card .card-contact-bar .email img{
	opacity:0.7
}
 .card .card-contact-bar .phone, .card .card-contact-bar .mobile{
	position:relative
}
 .card .card-contact-bar .phone div.visible-number, .card .card-contact-bar .mobile div.visible-number{
	display:none
}
 .card .card-contact-bar .phone:hover div.visible-number, .card .card-contact-bar .mobile:hover div.visible-number{
	display:block;
	position:absolute;
	background:white;
	border:1px solid white;
	border-bottom:none;
	height:30px;
	display:flex;
	padding:3px 8px;
	top:-40px;
	left:-5px;
	align-items:center;
	justify-content:center;
	width:135px;
	color:white;
	background:#707e43
}
 .card .card-contact-bar .phone:hover div.visible-number:after, .card .card-contact-bar .mobile:hover div.visible-number:after{
	content:'';
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid #707e43;
	position:absolute;
	bottom:-10px;
	left:4px
}
 .card .card-contact-bar .mobile{
	width:20px
}
 .card .card-contact-bar .email{
	width:28px
}
 .card .card-contact-bar a{
	margin:0;
	text-transform:none
}
 .card .card-contact-bar img{
	width:100%;
	height:auto;
	max-height:40px
}

a.button,a.button:visited{
	background:transparent;
	display:inline-flex;
	align-content:center;
	align-items:center;
	justify-content:center;
	padding:10px 20px;
	font-family:Roboto, sans-serif;
	font-weight:bold;
	font-size:19px;
	border:2px solid #ffc350;
	text-transform:uppercase;
	border-radius:8px
}
a.button:hover,a.button:active,a.button:focus,a.button:visited:hover,a.button:visited:active,a.button:visited:focus{
	background:#707e43
}
a.button.border,a.button.border:visited{
	border:1px solid white
}
a.button.small,a.button.small:visited{
	font-size:18px;
	padding:0.50rem 1.25rem
}
a.button.yellow,a.button.yellow:visited{
	background:#ffc350;
	color:#707e43
}
a.button.yellow:visited,a.button.yellow:visited:visited{
	background:#ffc350
}
a.button.yellow:hover,a.button.yellow:visited:hover{
	background:#e6b048
}
a.button.teal,a.button.teal:visited{
	background:#00acbe;
	color:white;
	border:none
}
a.button.teal:hover,a.button.teal:visited:hover{
	background:#009bab
}
a.button.grey,a.button.grey:visited{
	background:#414143;
	color:white;
	border:none
}
a.button.grey:hover,a.button.grey:visited:hover{
	background:#3b3b3c
}
a.button.tiny,a.button.tiny:visited{
	font-size:13px;
	padding:5px 10px;
	min-height:22px
}
a.button.thin,a.button.thin:visited{
	font-weight:300
}
a.button.search svg,a.button.search:visited svg{
	width:20px;
	height:20px;
	margin-left:10px
}
a.button.search svg *,a.button.search:visited svg *{
	fill:#707e43
}
a.button.search:hover svg *{
	fill:#fff
}
a.button.blue-outline,a.button.blue-outline:visited{
	border-color:#707e43;
	color:#707e43
}
a.button.blue-outline:hover{
	color:#fff
}
a.button.inline,a.button.inline:visited{
	margin-right:10px;
	font-size:16px;
	padding:10px 10px 9px 10px
}
a.button.no-margin,a.button.no-margin:visited{
	margin:0
}