/* Typography
-------------------------------------------------------------------------------*/
body {
	font-size: 18px;
	line-height: 1.5em;
}
body, select, input, textarea, button {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
}
body, h1, h2, h3, h4, h5, h6, select, input, textarea  {
	color: #302E24;
}

a {color: #E96A2E;}
a:hover {color: #47BABF; text-decoration: underline;}
::-moz-selection{background: #e0f4f5; text-shadow: none;}
::selection {background: #e0f4f5; text-shadow: none;}
a:link {-webkit-tap-highlight-color: #e0f4f5;}
a sup {
	display: inline-block;
	border-bottom: 1px solid #E96A2E;
	padding-bottom: 1.25em;
}
a:hover sup {
	border-bottom: 1px solid #47BABF;
}

ins {background-color: #e0f4f5; color: #000; text-decoration: none;}
mark {background-color: #e0f4f5; color: #000; font-style: italic; font-weight: 700;}
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

h1 {
	font-weight: 300;
	color: #110f03;
	line-height: 1.15em;
}
h2 {
	color: #47BABF;
	line-height: 1.15em;
}
h3 {
	font-size: 1.2em;
	font-weight: 700;
}
h4 {
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase;
	color: #887d77;
}

.advocacy-brief h1 {

}

.advocacy-brief .main > .container h2 {
	color: #32647a;
}

.advocacy-brief .article a {
	color: #9c1b1f;
}
.advocacy-brief .article a:hover {
	color: #000000;
}

.advocacy-brief h4 {
	
}
nav a {
	text-decoration: none;
}
nav ul,
nav ol,
nav li {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul, ol {
	margin: 0 0 1.6em 0;
}
ul + p,
ol + p {
	margin-top: 1.6em;
}
.button,
button,
.btn,
.btn-primary {
	background-color: #e96a2e !important;
	padding: .75em 1.5em;
	font-size: .8em;
	letter-spacing: .03em;
	text-transform: uppercase;
	margin-bottom: 2em;
	cursor: pointer;
	color: #fff;
	border: 0;
}
.button:hover,
button:hover,
.btn:hover,
.btn-primary:hover {
	background-color: #47BABF !important;
	text-decoration: none;
	color: #fff;
}
.button-minor {
	background-color: #e0f4f5 !important;
	color: #887d77 !important;
}
.link-more {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
}
.button:after,
.link-more:after {
	content: " »";
}
blockquote {
	font-size: .85em;
	line-height: 1.65em;
	padding: 1em 1.5em;
	border-left: 2px solid #47BABF;
	font-style: normal !important;
	color: #34667B;
}
blockquote footer:before {
	content: "– ";
}
blockquote footer {
	font-weight: 400;
	margin-top: 1em;
	font-size: .8em;
}
img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 639px) {
	body {
		font-size: 1em;
	}
	h1 {
		font-size: 1.8em;
	}
	h2 {
		font-size: 1.35em;
	}
	table,
	thead,
	tbody,
	th,
	td,
	tr {
		/*width: auto !important;*/
		font-size: .95em;
	}
	.search-form table {
		width: 100%;
	}
}


/* Structure
-------------------------------------------------------------------------------*/
body {
	background-color: #887d77;
}
.header,
.main {
	background-color: #fff;
}
.page .main {
	padding-top: 2em;
}
.article {
	padding-left: 0;
	padding-right: 5%;
	border-right: 5px solid #e0e1db;
}
@media screen and (max-width: 849px) {
	.article {
		border-right: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 639px) {
	.container {
		width: 100%;
	}
	.article {
		padding-left: 5% !important;
		padding-right: 5% !important;
		border-right: 0;
	}
}


/* Header
-------------------------------------------------------------------------------*/
.header {
	border-bottom: 15px solid #E96A2E;
	background-color: #fff;
}
.header .container {
	position: relative;
}
.logo img {
	width: 270px;
	margin: 30px 0 20px 0;
}
.bannergroup {
	margin: 0 0 1.6em 0;
}
.banneritem {
	margin-top:1em;
	padding-top: 1em;
	border-top:1px solid #ddd;
}
.banneritem:first-child {
	border-top:none;
}
.toolbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 450px;
}
.toolbar nav {
	overflow: hidden;
	height: 60px;
	margin: 0 auto 20px auto;
	text-decoration: none;
	background-color: #e0f4f5;
	text-align: center !important;
}
.toolbar nav a {
	display: inline-block;
	float: left;
	width: 90px;
	height: 60px;
	text-align: center;
	text-transform: uppercase;
	color: #7b6f67;
	font-size: .65em;
	letter-spacing: .04em;
	line-height: 90px;
	overflow: hidden;
	font-family: 'Varela Round', sans-serif;
	background-repeat: no-repeat;
	background-position: center 8px;
	background-size: 30%;
}
.toolbar a:hover {
	background-color: #69c6cb;
	text-decoration: none;
}
.tool-nav 		{ background-image: url('../images/icon-menu.png'); }
.tool-login 	{ background-image: url('../images/icon-login.png'); }
.tool-logout 	{ background-image: url('../images/icon-logout.png'); }
.tool-search 	{ background-image: url('../images/icon-search.png'); }
.tool-account  	{ background-image: url('../images/icon-account.png'); }
.tool-my-account{ background-image: url('../images/icon-my-account.png'); }
.tool-join		{ background-image: url('../images/icon-join.png'); }
.tool-journal 	{ background-image: url('../images/icon-journal.png'); }
.tool-calendar 	{ background-image: url('../images/icon-calendar.png'); }
.tool-contact 	{ background-image: url('../images/icon-contact.png'); }

/* Fix for SSO */
.egdamcsso,
.egdamcsso_ {
	float: left;
}

#menu-button {
	display: none;
}
#mainnav {
	height: 60px;
	width: 100%;
	margin-bottom: -15px;
}
#mainnav ul ul{
	display: none;
}
#mainnav ul{
	letter-spacing: -0.26em;
}
#mainnav li{
  display: inline-block;
  position: relative;
  text-align: center;
	letter-spacing: normal;
}
#mainnav ul.nav>li.parent > a{
  display: block;
	text-decoration: none;
	height: 60px;
	color: #7B6F67;
	text-transform: uppercase;
	border-bottom: 15px solid #E96A2E;
	font-size: .85em;
	text-align: center;
	padding: .5em 0px;
	font-family: 'Varela Round';
}
#mainnav a{
  display: block;
	padding: 8px 10px;
	color: #7B6F67;
	text-decoration: none;
	text-align: center;
}
#mainnav ul.nav>li.parent > a:hover {
	border-bottom-color: #ef8250;
}
#mainnav ul.nav>li.active > a {
	border-bottom-color: #69c6cb;
}
#mainnav ul.nav>li.active > a:hover {
	border-bottom-color: #84d7db;
}
#mainnav .item-162 { width: 19%; } /* 15 */
#mainnav .item-183 { width: 24%; } /* 25 */
#mainnav .item-165 { width: 24%; } /* 25 */
#mainnav .item-184 { width: 19%; } /* 20 */
#mainnav .item-166 { width: 14%; } /* 15 */

#mainnav ul>li>ul{
    position: absolute;
    display: none;
		width: 100%;
		padding: 10px 0px;
    z-index: 1000;
    text-align: center;
    background: #fff;
}
#mainnav ul li ul li>a:hover{
    display: block;
    text-align: center;
    color: orange;
    text-decoration: none;
}
#mainnav ul>li:hover>ul{
    display: block;

}
#mainnav ul>li>ul li{
    display: block;
}
#mainnav ul ul ul.nav-child{
	display:none;
}
@media screen and (max-width: 959px) {
	#mainnav {
		font-size: .9em;
	}
}
@media screen and (min-width: 640px) and (max-width: 849px) {
	.toolbar {
		width: 270px !important;
	}
}
@media screen and (max-width: 849px) {
	.header {
		height: auto;
		border: 0;
	}
	.tool-nav {
		display: block !important;
	}
	.tool-journal,
	.tool-calendar,
	.tool-contact {
		display: none !important;
	}
}
@media screen and (max-width: 639px) {
	.logo {
		display: block;
		width: 220px;
		margin: 0 auto;
	}
	.toolbar {
		position: static;
		height: auto;
		line-height: 0;
		background-color: #e0f4f5;
		height: 120px;
		width: 100%;
		text-align: center;
	}
	.toolbar nav {
		display: inline-block;
		margin-bottom: 0;
	}
}

/* Hide navigation items */
#mainnav .none,
.sidenav .none, a.none{
	display: none !important;
}



/* Sidebar
-------------------------------------------------------------------------------*/
.sidenav {
	margin-bottom: 50px !important;
}
.sidenav, .sidenav ul {
	list-style: none;
	padding: 0;
}
.sidenav a {
	text-decoration: none;
	display: block;
}
.sidenav a:hover {
	text-decoration: underline;
}
.sidenav > li {
	margin-bottom: 1em;
}
.sidenav > li > a {
	font-size: .85em;
	font-weight: 700;
	line-height: 1.35em;
	padding-bottom: .25em;
	/* font-family: 'Varela Round';
	letter-spacing: -.03em;
	text-transform: uppercase; */
}
.sidenav > li li {
	font-size: .85em;
	line-height: 1.35em;
}
.sidenav > li li a {
	padding: .25em .75em;
}
.sidenav .current > a {
	color: #41b2ba;
}
.sidenav > li li.current a {
	color: #41b2ba;
}
@media screen and (max-width: 849px) {
	.sidenav {
		display: none;
	}
}


/* Hero
-------------------------------------------------------------------------------*/
.hero {
	position: relative;
}
.hero .custom {
	height: 440px;
	background-color: #e7e9e2;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.hero .cutout {
	position: absolute;
	right: 0;
	bottom: 0;
}



.hero-content {
	position: absolute;
	left: 100px;
	bottom: 80px;
	width: 50%;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.9);
	/*padding: 3% 7% 3% 3%;*/
	padding:3%;
	/*font-size: .85em;*/
	line-height: 140%;
}
.hero h1 {
	line-height: 1.15em;
	/*max-width: 70%;*/
}
.hero p {
	margin-bottom: 0;
	/*padding-right: 25%;*/
}
.hero .button {
	margin-top: 1em;
	margin-bottom: 0;
}
@media screen and (max-width: 849px) {
	.hero {
		width: 100%;
	}
	.hero-content {
	}
	.hero h1 {
		font-size: 2em;
	}
}
@media screen and (max-width: 639px) {
	.hero {
		min-height: auto;
		height: auto;
	}
	.hero h1 {
		font-size: 2em;
	}
	.hero-content {
		position: static;
		width: 75%;
		/*margin: 5%;*/
		margin: 17% 11%;
		/*padding: 3% 20% 3% 3%;*/
		padding: 3%;
	}
	.hero-content p {
		padding-right: 0;
	}
	.hero .cutout {
		max-height: 95% !important;
		max-width: 45%;
	}
}


/* Features
-------------------------------------------------------------------------------*/
.feature {
	width: 47%;
	height: 230px;
	position: relative;
	background-color: #e7e9e2;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 40px;
}
.feature a {
	text-decoration: none;
}
.feature:first-child {
	margin-right: 6%;
}
.feature.col {
	padding: 40px;
}
.feature h2 {
	padding: .35em .5em;
	font-size: 1.35em;
	color: #034261 ;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.8);
	font-family: 'Varela Round', sans-serif;
	margin-bottom: .6em;
}
.feature h3 {
	padding: .35em .5em;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.8);
	color: #034261 ;
	margin-bottom: 1em;
	font-size: 1.02em;
}
.feature p {
	padding: 1em;
	font-family: "Varela Round", sans-serif;
	margin-bottom: 1em;
	line-height: 1.2;


	/*display: none;*/
}
.feature .button {
	bottom: 0;
	text-align: right;
	position: absolute;
	margin-bottom: 0;
	right: 0;
}
.feature .button:active {
	top: auto;
}
.feature:hover .button {
	background: #de6226 !important;
}

/*.feature:hover .feature-content {
	display: block;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.3);
}*/

@media screen and (max-width: 825px) {
	.feature.col {
	padding: 25px;
}
}

@media screen and (max-width: 639px) {
	.feature {
		width: 100%;
		margin: 0 0 14px 0;
	}
	.feature:first-child {
		margin-right: 0;
		margin-bottom: 0;
	}
	.features.row {
		padding: 0 !important;
	}
	.news-title {
		margin-left: 30px;
	}
}


/* Updates
-------------------------------------------------------------------------------*/
.updates {
	position: relative;
}
.updates table {
	margin: 0;
	border: 0;
}
.updates td {
	border-top: 0;
	border-left: 0;
}
.update {
	font-size: .9em;
	line-height: 1.5em;
	border-right: 2px dotted #e0e1db;
	padding: 1.25%;
}
/*.update:nth-child(3n) {
	border-right: 5px solid #e0e1db;
}*/
.news-title {
	color: #302E24;
    margin-bottom: .5em;
}
.update h2 {
	font-size: 1.5em;
}
.update h2 a {
	color: #47BABF;
}
.update-thumb-wrapper {
	margin: 0 auto 2em auto;
	max-width: 160px;
}
.update-connect {
	padding-left: 40px;
}
.update-connect h2 {
	color: #6a5d54;
	font-family: 'Varela Round', sans-serif;
}
.update-connect ul {
	font-weight: 400;
	text-transform: uppercase;
	padding: 0;
	list-style: none;
}
.update-connect ul a {
	text-decoration: none;
	display: inline-block;
	padding: .5em 0;
}
td.update:nth-child(3n) {
		border-bottom: none;
	}
.update-button {
	font-weight: bold;
}
.update-title .update-button {
	font-weight: normal;
}
@media screen and (max-width: 849px) {
	.updates tr {
		display: block;
	}
	td.update:nth-child(3n) {
		border-bottom: 1px solid #d6d7d8;
		margin-bottom: 4%;
	}
/*	.updates td {
		width: 33%;
	}*/
	.update:nth-child(3n) {
		border-right: 0;
	}
	.update-connect {
		display: block;
		font-size: 1rem;
		text-align: center;
		padding: 0;
	/*	padding-top: 3em;*/
		width: 100% !important;
	}
}
@media screen and (max-width: 639px) {
	.update {
		display: block;
		padding: 2em 5%;
		border-right: 0;
		border-bottom: 2px dotted #e0e1db;
	}
	.update-thumb-wrapper {
		float: left;
		max-width: 65px;
	}
	.update-content {
		margin-left: 30px;
		/*font-size: .9em;*/
	}

	.update-connect .social {
		padding: 0 1em 2em 1em;
	}
}


/* Social
-------------------------------------------------------------------------------*/
.social {
	list-style: none;
	text-align: center;
	padding: 0;
}
.social a {
	display: inline-block;
	width: 27%;
	margin: 0 2%;
}
.social li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 849px) {
	.home .sidebar {
		float: none !important;
		display: block !important;
		border-left: 0;
		padding: 0 !important;
	}
	.home .social {
		clear: both;
	}
}
@media screen and (max-width: 849px) {
	.social {
		padding: 2em;
		text-align: center;
	}
	.social a {
		width: auto !important;
	}
}




/* Content
-------------------------------------------------------------------------------*/
.promo {
	font-size: 90%;
	line-height: 1.5em;
	text-align: center;
	margin: 2em auto;
	padding-top: 2em;
	padding-bottom: 1em;
}
.promo h2 {
	color: #204d63;
	font-family: 'Varela Round', sans-serif;
}
.promo img {
	max-width: 130px;
	max-height: 130px;
}
.promo p {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 849px) {
	.promo {
		border-top: 5px solid #e0e1db;
		border-bottom: 5px solid #e0e1db;
		margin: 1em;
	}
}


/* Excerpts
-------------------------------------------------------------------------------*/
.excerpts {
	font-size: .9em;
	line-height: 1.5em;
}
.excerpts .col:first-child {
	padding-right: 3%;
}
.excerpts .col:last-child {
	padding-left: 3%;
}
.excerpt {
	padding-top: 1.5em;
	margin-top: 1.5em;
	border-top: 2px dotted #e0e1db;
}
.excerpt h3 {
	color: #47BABF;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.25em;
}
.excerpt p {
	margin-bottom: .5em;
}
.excerpt a {
	text-decoration: none;
}
.excerpt .more {
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 400;
}
@media screen and (min-width: 640px) {
	.excerpt:first-child {
		margin-top: 0;
	}
	.excerpt:last-child {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 639px) {
	.excerpts .col:first-child,
	.excerpts .col:last-child {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.excerpt {
		font-size: 1rem;
		line-height: 1.5em;
	}
}



/* Leads
-------------------------------------------------------------------------------*/
.leads {
	font-size: .9em;
	line-height: 1.5em;
}
.lead {
	clear: both;
}
.lead-side {
	float: left;
	width: 25%;
	padding-bottom: 1em;
}
.lead-thumb {
	width: 100%;
	float: left;
	background-color: #bdc0c7;
}
.lead-content {
	margin-left: 30%;
	padding-bottom: 1em;
}
.lead h2 {
	text-decoration: none;
	color: #47BABF;
	font-size: 1.5em;
	line-height: 1.15em !important;
}
.lead h2 a {
	text-decoration: none;
	color: #47BABF;
}
.lead-details {
	font-weight: 400;
	margin-bottom: 1em;
	font-size: 1em;
}
.lead-button {
	width: 100%;
	float: left;
	clear: both;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}




/* Knowledge Center
-------------------------------------------------------------------------------*/
.media-details-view .items-row {
	margin-bottom: 1em !important;
}
.contentheading {
	font-size: 1em;
	margin-bottom: 0;
	overflow: visible !important;
}
.contentheading a {
	text-decoration: none;
}
.article-info {
	font-size: .85em;
	line-height: 1.5em;
}
.media-info-created {
	font-size: .7em;
}

.pagination {
	text-align: center;
	margin-top: 3em;
	clear: both;
	height: 40px;
}
.pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pagination li {
	font-size: .9em;
	display: inline-block;
	line-height: 1em;
}
.pagination a,
.pagination span {
	border: 1px solid #e7e9e2;
	padding: .5em .7em;
	border-radius: 3px;
	margin-right: .35em;
	text-decoration: none;
}
.pagination span {
	color: #999;
	cursor: not-allowed;
}
.pagination a:hover {
	color: #4eacb3;
	background-color: #f2f3ef;
}
.media-nav {
	font-size: .7em !important;
	line-height: 1.55em;
	font-weight: 700;
	text-transform: uppercase;
}
.media-subnav {
	text-transform: none;
}
.media-nav a {
	min-width: 25px;
}
.pagenav-zoom {
	background-size: 15px !important;
	background-position: center 2px !important;
}
.pagenav-prev {
	padding-left: 25px !important;
	padding-right: 7px !important;
	background-position: 5px center !important;
}
.pagenav-next {
	padding-left: 7px !important;
	padding-right: 25px !important;
	background-position: right 4px center !important;
}
.hover-tip {
	background: red !important;
}

.filter-search {
	padding: 4px 4px 4px 0;
}
.filter-search .inputbox,
.filter-search .button {
	height: 35px !important;
	line-height: 1em;
	cursor: pointer;
	font-weight: 400;
	margin: 0 !important;
}
.filter-search .button {
	position: relative;
	top: -2px !important;
}
.filter-search .button:last-child {
	background-color: #e0f4f5 !important;
	color: #887d77 !important;
}
.filter-search .button:last-child:after {
	content: " »";
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	#hwd-container .item {
		min-height: 280px !important;
		overflow: hidden;
	}
	#hwd-container .item-separator,
	#hwd-container .row-separator,
	.hwd-module .item-separator,
	.hwd-module .row-separator {
		display: none !important;
		clear: none !important;
	}
}


/* Microsite
-------------------------------------------------------------------------------*/
.microsite-banner {
	background-color: #fff;
}
.microsite-banner .container {
	display: table;
}
.microsite-banner .custom {
	display: table-cell;
	overflow: hidden;
	height: 110px;
	vertical-align: middle;
	padding: 1em 2em 0 2em;
	background-position: right center;
	background-size: cover;
}
.microsite-banner h1 {
	line-height: 1em;
}



/* Details
-------------------------------------------------------------------------------*/
hr {
	clear: both;
	margin: 1em 0;
}
input:focus {
	outline: none;
	box-shadow: inset 0 0 2px 2px #e0f4f5;
}
.button:focus {
	outline: none;
	box-shadow: 0 0 2px 2px #c6e6e8;
}
input[type="button"]:focus {
	box-shadow: none !important;
	/* Prevent quirky display on inputs that are styled like buttons */
}
td.indent,
th.indent {
	padding-left: 1em;
	font-weight: normal;
}
.note {
	font-size: .8em;
	font-style: italic;
	line-height: 1.5em;
}
.tray {
	position: relative;
	border-bottom: 1px solid #ddd;
	font-size: .95em;
	padding: 1em 0 0 0;
	margin-bottom: 1.5em;
}
.more {
	margin: 0 1em;
	clear: both;
}
.expand {
	display: block;
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase;
	color: #999;
	margin-top: -1em;
	margin-bottom: 1em;
	cursor: pointer;
	clear: both;
}
.pr-expand {
	display: block;
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase;
	color: #999;
	margin-top: -1em;
	margin-bottom: 1em;
	cursor: pointer;
	clear: both;
}
.open {
	display: block;
}
.closed {
	display: none;
}
.time {
	font-size: .7em;
	text-transform: uppercase;
	background: #eee;
	padding: .5em;
	color: #555;
}


.timeline {
	position: relative;
	margin: 2em 0;
}
.timeline p {
	border-left: 1px solid #cacdc4;
	margin: 0;
	margin-left: 70px;
	padding-bottom: 1em;
	padding-left: 1em;
}
.timeline span {
	display: block;
	position: absolute;
	width: 75px;
	left: 0px;
	font-weight: 700;
	background-image: url('../images/icon-dot.png');
	background-repeat: no-repeat;
	background-position: center right;
}
.timeline-range p {
	margin-left: 110px;
}
.timeline-range span {
	width: 115px;
}
@media screen and (max-width: 639px) {
	.timeline {
		font-size: .85em;
		line-height: 1.35em;
	}
	.timeline-range p {
		margin-left: 90px;
	}
	.timeline-range span {
		width: 96px;
	}
}

.toc {
	border: 1px solid #f4f4f4;
	background-color: #fcfcfc;
	padding: 1em;
	border-radius: 3px;
	margin-bottom: 2em !important;
}
.toc ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
.toc a {
	text-decoration: none;
}
.toc a:hover {
	text-decoration: underline;
}
.toc li a {
	font-size: .8em;
	font-weight: 700;
}
.toc li li a {
	padding: 0 1em;
	font-weight: 300;
}
.toc ul + h4 {
	margin-top: 1.5em;
}
@media screen and (max-width: 959px) {
	.toc {
		font-size: .88em;
	}
}
@media screen and (max-width: 849px) {
	.toc {
		display: none;
	}
}



/* Search Form and Results
-------------------------------------------------------------------------------*/
/*#___gcse_0 {
	z-index: 3;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
#___gcse_0 * {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
	width: auto;
}
table.gsc-search-box {
	width: 100% !important;
}*/
.search-form {
	display: block;
	clear: both;
}
.gsc-search-box table {
table-layout: auto
}
.search-form td.gsc-input {
	padding-right: 0 !important;
}

.search-form td {
	padding: 0;
}
.gsc-input-box {
	border: 1px solid #ddd !important;
	height: 35px;
	padding: 5px;
}

.search-form .gsc-search-button button {
	cursor: pointer;
	height: 35px;
	font-weight: 400;
	letter-spacing: .03em;
	text-transform: uppercase;
	background-color: #e96a2e;
	padding: .75em 1.25em !important;
	border-radius: 0;
	border: 0;
	width: 50px;
}
.search-form .gsst_b a {
	width: auto;
	height: auto;
	line-height: normal;
	padding: 0;     

}
.search-form .gsc-input-box td {
	padding: 0;
}
/*.search-form input.gsc-input {
	height: 35px;
	width: 98% !important;
	padding: .5em !important;
	border: 1px solid #ddd !important;
	margin-right: .5em !important;
}*/
.search-form td, .search-form table {
	border: none;
	margin: 0;
}
./*search-form .gsc-search-button input {
	cursor: pointer;
	height: 35px;
	font-size: 1em;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: .03em;
	text-transform: uppercase;
	background-color: #e96a2e;
	padding: .75em 1.25em !important;
	border-radius: 0;
	border: 0;
}
.search-form .gsc-search-button input:hover {
	background-color: #47BABF;
}
.search-form td.gsc-search-button {
	width: 80px !important;
	overflow: hidden !important;
}
.search-form .gsc-clear-button {
	display: none;
}*/
@media screen and (min-width: 639px) and (max-width: 849px) {
	table.gsc-search-box {
	}
}
@media screen and (max-width: 639px) {
/*	#___gcse_0 {
		padding: .25em 1em .75em 1em;
	}*/
	.search-form {
		max-width: 400px;
		margin: 0 auto !important;
	}
}


.gsc-table-result {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	line-height: 1.5em;
	font-weight: 300;
	color: #302E24;
}
.gsc-table-result .gs-snippet {
	line-height: 1.5em !important;
}
.gsc-table-result a,
.gsc-table-result a b {
	color: #E96A2E !important;
}
.gsc-table-result img {
	display: none;
}
.gs-visibleUrl-long {
	font-weight: 400 !important;
	font-style: italic;
	color: #887d77 !important;
}

.gsc-control-cse,
.gsc-table-result,
.gsc-result,
.gsc-table-cell-snippet-close,
.gsc-table-cell-thumbnail,
.gsc-resultsHeader,
.gsc-resultsHeader td,
.gsc-above-wrapper-area,
.gsc-above-wrapper-area-container,
.gsc-above-wrapper-area-container td {
	border: 0 !important;
	padding: 0 !important;
}
.gsc-cursor-box {
	padding-top: 2em !important;
}
.gsc-cursor div {
	display: inline-block;
	background-color: #e7e9e2 !important;
	text-decoration: none !important;
	padding: .5em .75em !important;
	margin: 2px !important;
	border-radius: 3px;
}
.gsc-cursor div:hover {
	background-color: #c9cdbc !important;
}
.gsc-cursor-current-page {
	text-shadow: none !important;
}
.gsc-selected-option-container {
	min-width: 110px !important;
}


/* Forms
-------------------------------------------------------------------------------*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"], input[type="month"],
input[type="time"], input[type="week"],
input[type="number"], input[type="email"],
input[type="url"], input[type="search"],
input[type="tel"], input[type="color"],
.uneditable-input {
	height: auto;
}
#main input {
	max-width: 100% !important;
}
.rsform-block label {
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8em
}
.rsform-submit-button,
.rsform-reset-button {
	border: 0 !important;
	padding: .75em 1.5em !important;
	font-size: .8em !important;
	letter-spacing: .03em !important;
	text-transform: uppercase !important;
	margin-bottom: 2em !important;
	cursor: pointer !important;
}
.rsform-submit-button {
	color: #fff !important;
	background-color: #e96a2e !important;
}
.rsform-submit-button:hover {
	background-color: #de6226 !important;
	text-decoration: none !important;
	color: #fff !important;
}
.rsform-reset-button {
	background-color: #e0f4f5 !important;
	color: #887d77 !important;
}
.rsform-reset-button:hover {
	background-color: #47BABF !important;
	text-decoration: none !important;
	color: #fff !important;
}


select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"], input[type="month"],
input[type="time"], input[type="week"],
input[type="number"], input[type="email"],
input[type="url"], input[type="search"],
input[type="tel"], input[type="color"],
.uneditable-input {
	height: auto;
	max-width: 100%;
}
.radio, .checkbox,
.radio input[type="radio"] {
	float: left;
	min-height: 18px;
	margin: 0 8px 0 0;
	padding: 0 !important;
	line-height: 18px;
}
.radio {
	margin-right: 2em !important;
	margin-bottom: 1em !important;
}
input[type="checkbox"] {
	margin-top: 5px !important;
	margin-right: .5em !important;
}
.control-group {
	width: 100% !important;
	clear: both !important;
	margin-top: 1em !important;
}
.control-label {
	font-size:  .7em;
	text-transform: uppercase;
	height: 2.15em !important;
	display: block;
}
.form-horizontal h3,
h3.jd-header {
	margin-top: 2em;
	padding-bottom: .35em;
	border-bottom: 5px solid #E0E1DB;
}
.controls table,
.controls table td {
	border: 0;
	padding: 0;
	margin: 0;
}
.controls table td input[type="checkbox"] {
	border: 5px solid red !important;
}
.form-horizontal .form-actions {
	margin-top: 3em;
}


/* Quicklinks
-------------------------------------------------------------------------------*/
/*.quicklinks {
	background-color: #e7e9e2;
	padding: 2em 0;
	border-bottom: 5px solid #fff;
	margin-top: 60px;
}*/
.quicklinks h3 {
	color: #e74900;
	font-size: 1em;
	font-weight: 400;
}
.quicklinks a {
	display: inline;
	margin-bottom: .5em;
	font-size: .85em;
	line-height: 1.5em;
	color: #110f03;
}
@media screen and (max-width: 849px) { 
	.quicklinks {
		margin-top: 0;
	}
}
@media screen and (min-width: 640px) {
	.quicklist nav {
		display: block !important;
	}
	.quicklinks a:hover {
		text-decoration: underline;
	}
}
@media screen and (min-width: 640px) and (max-width: 849px) {
	.quicklist:nth-child(odd) {
		clear: both;
		padding: 0;
	}
	.quicklist:nth-child(even):after {
	}
	.quicklist:nth-child(1n+3):before {
		display: block;
		content: ' ';
		margin-top: 30px;
	}
}
@media screen and (max-width: 639px) {
	.quicklinks,
	.quicklinks .container,
	.quicklinks .mobile-full {
		padding: 0;
		margin: 0;
	}
	.quicklinks a {
		display: block;
	}
	.quicklist h3 {
		display: block;
		border-bottom: 1px solid #ced0c8;
		cursor: pointer;
		padding: 4% 3%;
		margin-bottom: 0;
		font-weight: 400 !important;
	}
	.quicklist nav {
		padding: 0;
		display: none;
	}
	.quicklist li a {
		margin: 0 !important;
		padding: 3%;
		border-bottom: 1px solid #ced0c8;
	}
	.quicklist.ajar {
		background-color: #c9cdbc;
	}
	.quicklist.ajar h3 {
		background-color: #b2b7a0;
		color: #fff;
	}
	.quicklist h3:hover {
		text-decoration: none;
		background-color: #f0f0ed !important;
	}
	.quicklist.ajar h3:hover {
		text-decoration: none;
		background-color: #c0c4b0 !important;
	}
	.quicklist.ajar a:hover {
		text-decoration: none;
		background-color: #d6d9cb !important;
	}
	.quicklist h3,
	.quicklist:hover h3 {
		background-repeat: no-repeat;
		background-position: right 20px center;
		background-size: 18px 18px;
		transition: background-image 0.2s ease;
	}
	.quicklist h3 {
		background-image: url('../images/icon-quicklinks-open.png');
	}
	.quicklist h3:hover {
		background-image: url('../images/icon-quicklinks-hover.png');
	}
	.quicklist.ajar h3:hover {
		background-image: url('../images/icon-quicklinks-close.png');
	}
	.quicklist.ajar h3 {
		background-image: url('../images/icon-quicklinks-ajar.png');
	}
}


/* Footer
-------------------------------------------------------------------------------*/
.footer {
	background-color: #887d77;
	color: #fff;
	font-size: 85%;
	overflow: hidden;
	padding-top: 2em;
	margin-bottom: 2em;
}
.footer a {
	text-decoration: none;
	color: #fff;
}
.footer .info {
	font-size: .8em;
	line-height: 1.65em;
	margin-left: 40px;
}
.footer .info * {
	display: inline-block;
	margin-right: 1em;
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	color: #bdb5ae;
}
.footer .contact {
	padding: 0;
	margin-top: .5em;
}
.footer .contact li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px 18px;
	transition: background-image 0.2s ease;
	padding-left: 30px;
}
.footer .icon-phone {
	background-image: url('../images/icon-phone.png');
}
.footer .icon-fax {
	background-image: url('../images/icon-fax.png');
}
.footer .icon-email {
	background-image: url('../images/icon-email.png');
}
.footer .icon-facebook {
	background-image: url('../images/icon-facebook.png');
}
@media screen and (max-width: 849px) {
	.footer {
		padding-left: 10px;
	}
	.footer .contact {
		margin: 30px 0 0 40px !important;
	}
	.footer .contact li {
		margin-bottom: .5em;
	}
}


/* IE8
-------------------------------------------------------------------------------*/
.ie8 .no-desktop,
.ie8 .none {
	display: none !important;
}
.ie8 .egdamcsso a span {
	background: none;
}
.ie8 .update {
	padding: 0;
	font-size: .85em;
}
.ie8 .update p,
.ie8 .update .update-button {
	margin-left: 1em;
	margin-right: 1em;
}
.ie8 .update h2 a {
	display: block;
	margin-left: .65em !important;
	margin-right: .65em !important;
}
.ie8 .update-thumb-wrapper a {
	display: block;
	line-height: 0;
}
.ie8 .tool-nav 		{ background-image: url('../ie8/icon-menu.png'); }
.ie8 .tool-login 	{ background-image: url('../ie8/icon-login.png'); }
.ie8 .tool-logout 	{ background-image: url('../ie8/icon-logout.png'); }
.ie8 .tool-search 	{ background-image: url('../ie8/icon-search.png'); }
.ie8 .tool-account  { background-image: url('../ie8/icon-account.png'); }
.ie8 .tool-join		{ background-image: url('../ie8/icon-join.png'); }
.ie8 .tool-journal 	{ background-image: url('../ie8/icon-journal.png'); }
.ie8 .tool-calendar { background-image: url('../ie8/icon-calendar.png'); }
.ie8 .tool-contact 	{ background-image: url('../ie8/icon-contact.png'); }
/*
.ie8 .hero {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../../../uploads/homepage/hero-background.jpg',
	sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='../../../uploads/homepage/hero-background.jpg',
	sizingMethod='scale')";
}*/


/* Homepage refresh updates */

td.update {
	display: block;
	border-bottom: 1px solid #d6d7d8;
	padding-left: 0;
	padding-bottom: 2%;
	margin-bottom: 2%;
	border-right: none;
}


.update p {
	margin-bottom: .6em;
}
.update-connect ul a:hover {
	color: #89603e;
}
.update .update-meta {
	font-size: .8em;
	
	
}
.connect li {
	margin-bottom: 1.4em;
}

table .update-connect {
	width: 28%;
}

.test .hero-content {
	left: 170px;
	width: 50%;
}
.connect li a:before {
	content: "";
    display: block;

    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    float: left;
    margin: -8px 12px 0 0;

}

.join:before {
	background: url("../images/JoinRenew.png") no-repeat;
}
.career:before {
	background: url("../images/CareerCen.png") no-repeat;
}
.advocacy:before {
	background: url("../images/Advocacy.png") no-repeat;
}
.find:before {
	background: url("../images/FindAMem.png") no-repeat;
}
.community:before {
	background: url("../images/MemComm.png") no-repeat;
}
.donation:before {
	background: url("../images/donation.png") no-repeat;
}

 .feature .button {
	position: static;
}

 .feature h2,  .test .feature h3, .feature p{
	background: none;
	color: #000000;
}


.feature p , .feature h2 {
	padding: 0;
}
footer .proto .social-links {
	margin: 1.75em 0;
	text-align: center;
}

footer .proto .social-links a {
	display: inline-block;
	height: 35px;
	width: 35px;
	margin: 0;
}
footer .proto .social-links a:nth-child(2){
	margin: 0 1%;
}
footer .proto .social-links a:nth-child(3){
	margin-right: 1%;
}
footer .proto {
	font-family: 100%;
}

footer .proto .quick-links {
	font-weight: 700;
	text-align: center;
	
}

footer .proto .quick-links a {
	display: inline-block;
	margin: 0 2%;
}

footer .proto .info {
	text-align: center;
}

/* The alert message box */
body .alertmsg {
    padding: 5px 0;
    background-color: #ff0000; /* Orange e96a2e */
    color: white;
    position: fixed;
    bottom: 0;
    /*bottom: 125px;*/
    width: 100%;
    display: none;
    z-index: 1000;
    /*margin-bottom: 15px;*/
}
body .alertmsg .container {
	max-width: 1250px;
	margin: 0 auto;
	text-align: center;
}
body .alertmsg .container p {
	margin:0;
	font-weight: 400;
}
body .alertmsg .button {
	margin: 10px 0;
	font-weight:400;
	margin-bottom:0;
	padding:.75em 1em;
}
body .alertmsg .button:hover {
	color: white !important;
}
body .alertmsg .closebtn {
    margin: 0 5px 0 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
    transition: 0.3s;
	}
	

/* Quicklinks
-------------------------------------------------------------------------------*/
.microsite-banner .enews-header {
	background-image: url('../images/ASPHO18_Web_eNews_1100x155.jpg');
	background-repeat: no-repeat;
	padding: 0;
	height: 155px;
}

.enews-header {
	text-align: center;

	
}
.microsite-banner .enews-header * {
	color: #ffffff;
}
.microsite-banner .enews-header h2 {
	font-size: 55px;
	position: relative;
	margin: 0;
}

@media screen and (max-width: 639px) {
.microsite-banner .enews-header{
		background-image: url('../images/ASPHO18_Web_eNews_765x155.jpg');
		height: 120px;
	}
.microsite-banner .enews-header h2 {
	font-size: 41px;
}
}



@media screen and (max-width: 639px) {
	td.update {
		padding-bottom: 7%;
	}

}
@media screen and (max-width: 800px) {
	footer .proto .quick-links {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	footer .proto  .quick-links {
		display: block;
		justify-content: flex-start;
	}
	.quick-links * {
		display: none;
	}
footer .proto .quick-links a {
		display: block !important;
		text-align: center;
		width: 220px;
		margin: 0 auto;
	}
	}

@media print {
    .microsite-banner .enews-header {background-image:none!important}
	.microsite-banner .enews-header h2 {color:#000;}
	.header .container {text-align:center;}
	#toolbar.toolbar, #mainnav, a.expand {display:none!Important}
	.tray .more {display:block!important}
}