@import url('/css/Global');
@import url('/style/ash/ASH.css');
 
.banner.wrapper {  
	background-image: url("/img/ash/2018/annual-meeting.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
	
.banner h1 {
	font-size: 2.25rem;
	font-weight: normal;
}

input[type="submit"], input[type="button"], button, .button, a.button, a.button:visited, a.button:link, a.button:focus{
	 color: #fff;
    box-shadow: 1px 1px 1px #c0c0c0;    
    background: rgb(210,68,71); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(210,68,71,1) 0%, rgba(182,43,48,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,68,71,1)), color-stop(100%,rgba(182,43,48,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(210,68,71,1) 0%,rgba(182,43,48,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(210,68,71,1) 0%,rgba(182,43,48,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(210,68,71,1) 0%,rgba(182,43,48,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(210,68,71,1) 0%,rgba(182,43,48,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d24447', endColorstr='#b62b30',GradientType=0 ); /* IE6-9 */
    padding: 7px 12px;
    border-style:solid;
    border-width:1px;
    border-color:#A42629;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: italic;
  color: #FFF;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover, a.button:hover {
	 background: rgb(191,45,48); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(191,45,48,1) 0%, rgba(143,33,36,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,45,48,1)), color-stop(100%,rgba(143,33,36,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(191,45,48,1) 0%,rgba(143,33,36,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(191,45,48,1) 0%,rgba(143,33,36,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(191,45,48,1) 0%,rgba(143,33,36,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(191,45,48,1) 0%,rgba(143,33,36,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2d30', endColorstr='#8f2124',GradientType=0 ); /* IE6-9 */
    color: #fff;
    border-style:solid;
    border-width:1px;
    border-color:#8F2124;
    color: #FFF;
}

.note {
	font-size: .75rem;
	font-style: italic;
}
