@charset "utf-8";
/* CSS Document */

@font-face {
  font-family:'OpenSans-Semibold';
  src: url('../fonts/OpenSans-Semibold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/OpenSans-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/OpenSans-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans-Semibold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'leelawad';
  src: url('leelawad.eot'); /* IE9 Compat Modes */
  src: url('../fonts/leelawad.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/leelawad.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/leelawad.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/leelawad.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/leelawad.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
 font-family:"leelawad";
 font-style: normal;
 font-weight: normal;
 src: url("../fonts/leelawad.ttf") format("truetype"), url("../fonts/leelawad.ttf") format("svg");
}

/*-------------*/

@font-face {
 font-family:"OpenSans-Semibold";
 font-style: normal;
 font-weight: normal;
 src: url("../fonts/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/OpenSans-Semibold.ttf") format("svg");
}


#header {
    background-color: #323341;
}
.single-featured.wp-post-image {
    padding-left: 22px;
}
.entry-content {
   padding: 0 30px 0 20px;
   text-align:justify;
   font-size: 15px;

   line-height: 20px;

}
ul.primary, ul.secondary {
	overflow: hidden;
*zoom:1;
	border-bottom: 1px solid #bbbbbb;
	list-style: none;
	margin: 1em 0 1.5em;
	padding: 0 2px;
	white-space: nowrap;
}
ul.primary li, ul.secondary li {
	float: left;
	margin: 0.5em 3px 0;
}
ul.primary a, ul.secondary a {
	border: 1px solid #e9e9e9;
	border-right: 0;
	border-bottom: 0;
	display: block;
	line-height: 1.5em;
	text-decoration: none;
}
ul.primary li {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	text-shadow: white 1px 1px 0;
	border: 1px solid #bbbbbb;
	border-bottom: 0;
	margin: 0.5em 0 0 3px;
}
ul.primary li.active {
	border-bottom: 1px solid white;
	margin-bottom: -1px;
}
ul.primary a:link, ul.primary a:visited {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	color: #333;
	background-color: #dedede;
	letter-spacing: 1px;
	padding: 0 1em;
	text-align: center;
}
ul.primary a:hover, ul.primary a:focus {
	background-color: #e9e9e9;
	border-color: #f2f2f2;
}
ul.primary a.active {
	background-color: transparent;
*zoom:1;
filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233,233,233,0)));
	background-image: -webkit-linear-gradient(#e9e9e9, rgba(233,233,233,0));
	background-image: -moz-linear-gradient(#e9e9e9, rgba(233,233,233,0));
	background-image: -o-linear-gradient(#e9e9e9, rgba(233,233,233,0));
	background-image: -ms-linear-gradient(#e9e9e9, rgba(233,233,233,0));
	background-image: linear-gradient(#e9e9e9, rgba(233,233,233,0));
	border-color: #fff;
}
ul.secondary {
	font-size: .9em;
	margin-top: -1.5em;
	padding-bottom: .5em;
}
ul.secondary a:link, ul.secondary a:visited {
	-webkit-border-radius: 0.75em;
	-moz-border-radius: 0.75em;
	-ms-border-radius: 0.75em;
	-o-border-radius: 0.75em;
	border-radius: 0.75em;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	text-shadow: white 1px 1px 0;
	background-color: #f2f2f2;
	color: #666;
	padding: 0 .5em;
}
ul.secondary a:hover, ul.secondary a:focus {
	background-color: #dedede;
	border-color: #999;
	color: #333;
}
ul.secondary a.active, ul.secondary a:active {
	text-shadow: #333333 1px 1px 0;
	background-color: #666;
	border-color: #000;
	color: #fff;
}
html {
	overflow-y: scroll
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
.lt-ie8 audio, .lt-ie8 canvas, .lt-ie8 video {
	display: inline;
	zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
ul {
	padding: 0;
	margin: 0 0 9px 15px;
}
ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}
.aastmt-row .item-list ul li {
	margin: 0px;
	padding: 0px;
}
.aastmt-row .item-list ul {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: square;
}
ol {
	margin-left: -20px
}
.lt-ie8 ol {
	padding: 0;
	margin: 0 0 9px 25px;
}
li {
	line-height: 18px;
	display: list-item
}
ol.aastmt-numbered {
	counter-reset: item;
	padding: 0;
	margin: 0 0 9px 0;
	list-style: decimal;
}
ol.aastmt-numbered li {
	display: block;
	float: left;
}
ol.aastmt-numbered li:before {
	content: counter(item) " ";
	counter-increment: item;
	font-weight: bold;
	padding-right: 5px
}
.aastmt-unstyled-list {
	list-style: none;
	margin: 0;
	margin-left:15px
}
.aastmt-unstyled-list.aastmt-related-links p {
    text-align: justify;
	font-size: 15px;
    line-height: 20px;
	margin-top: 5px;
}
.aastmt-menu-list {
	margin-bottom: 9px
}
.aastmt-menu-list li {
	padding: 10px;
	border-bottom: 1px solid #999
}
.aastmt-local-footer .aastmt-column3.aastmt-footer-navigation .aastmt-navigation-list ul {
	list-style: none;
	margin: 0;
	    color: #fff;

}
dl {
	margin-bottom: 18px;
}
dt, dd {
	line-height: 18px;
}
dt {
	font-weight: bold;
	line-height: 17px;
}
dd {
	margin-left: 9px;
}
blockquote {
	padding: 0 0 0 25px;
	margin: 18px 0;
	font-style: italic;
	background: url(../images/bg-blockquote-top.png) no-repeat top left
}
blockquote.aastmt-float-right {
	margin-left: 20px;
	margin-top: 0;
	width: 230px;
}
blockquote p {
	margin-bottom: 10px;
	font-weight: 300;
	line-height: 22.5px;
	float: left;
	padding-right: 25px
}
blockquote p.aastmt-quote-mark {
	background: url(../images/bg-blockquote-bottom.png) no-repeat bottom right;
}
blockquote cite {
	display: block;
	line-height: 18px;
	color: #999999;
	clear: both
}
blockquote cite:before {
	content: '\2014 \00A0';
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
hr {
	margin: 5px 0 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
	height: 1px
}
b, strong {
	font-weight: bold;
}
em {
	font-style: italic;
	font-weight: normal
}
address {
	display: block;
	margin-bottom: 18px;
	font-style: normal;
	line-height: 18px;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dfn {
	font-style: italic;
	font-weight: normal
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}
abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
code, kbd, samp, pre {
	padding: 0 3px 2px;
	font-family: "leelawad", "OpenSans",Tahoma;
	font-size: 12px;
	color: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
code {
	padding: 2px 4px;
	color: #d14;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}
pre {
	display: block;
	padding: 8.5px;
	margin: 0 0 9px;
	font-size: 12.025px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
.aastmt-scale-with-grid {
	max-width: 100%;
	height: auto;
}
.aastmt-scale-with-grid2{
	max-width: 100%;
	height: auto;
margin-left: 10px;
}
img.aastmt-float-right {
	float: right;
	margin: 10px 0 10px 20px;
	clear: both
}
img.aastmt-float-left {
	float: left;
	margin: 10px 20px 10px 0;
	clear: both
}
.field-name-body img {
	margin: 10px 20px 10px 0;
	clear: both
}
.field-name-field-news-image {
	text-align: center;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.lt-ie8 .ir {
	line-height: 0;
}
.ir br {
	display: none;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.lt-ie8 .clearfix {
	zoom: 1;
}
.aastmt-horizontal-navigation li {
	float: left
}
.aastmt-float-right {
	float: right;
	clear: both
}
.aastmt-float-left {
	float: left;
	clear: both
}
.aastmt-break-word {
	word-wrap: break-word;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: "leelawad", "OpenSans",Tahoma;
	color: #171717;
}
h1, h2, h3, h4, h5, h6, .aastmt-page-title {
	font-family: inherit;
	color: inherit;
	text-rendering: optimizelegibility;
	margin: 0 0 10px 0;
	vertical-align: baseline;
}
.lt-ie8 h1, .lt-ie8 h2, .lt-ie8 h3, .lt-ie8 h4, .lt-ie8 h5, .lt-ie8 h6, .lt-ie8 .aastmt-page-title {
	vertical-align: middle
}
::-moz-selection {
background:#0066ff;
color:#fff;
text-shadow:none;
}
::selection {
	background: #0066ff;
	color: #fff;
	text-shadow: none;
}
p {
	margin: 0 0 10px 15px;
}
.aastmt-highlight-day, .aastmt-promo-teaser .aastmt-teaser-title, .aastmt-current-date {
	font-family: "leelawad", "OpenSans",Tahoma;
	font-weight: 700;
	font-style: normal
}
h2, h3, h4, h5, h6, .aastmt-global-navigation, .aastmt-global-navigation-header-container, .aastmt-global-navigation-container, .aastmt-local-footer h3, .aastmt-global-footer h3, .aastmt-teaser-title, .aastmt-listing-title, .aastmt-vertical-breadcrumb, .aastmt-btn {
	font-family: "leelawad", "OpenSans",Tahoma;
	font-weight: 600;
	font-style: normal
}
.aastmt-branding-title, .aastmt-topic, .aastmt-global-navigation-tertiary, .aastmt-local-navigation, .aastmt-vertical-breadcrumb-navigation {
	font-family: "leelawad", "OpenSans",Tahoma;
	font-weight: 400;
	color: #888888
}
.aastmt-title-search-term {
	font-family: "leelawad", "OpenSans",Tahoma;
	font-style: italic;
	font-weight: 400;
}
h1, .aastmt-page-header h1, .aastmt-page-sub-title h2, .aastmt-secondary-content h2, .aastmt-main-content-sub-column h2, .aastmt-slide-caption-txt, .aastmt-carousel-content p, .aastmt-page-title, .aastmt-sub-title, legend, .aastmt-primary-cta, .aastmt-homepage-content h2, .aastmt-highlight-date, .aastmt-light-heading {
	font-family: "leelawad", "OpenSans",Tahoma;
	font-weight: 300;
}
.aastmt-desktop-list-layout, .aastmt-global-navigation-drawer {
	font-weight: bold
}
.aastmt-global-navigation-secondary-with-children p {
	font-weight: normal
}
.aastmt-datestamp, blockquote {
	font-family: "leelawad", "OpenSans",Tahoma;
}
.aastmt-page-header h1, .aastmt-carousel-content p, .aastmt-page-title {
	font-size: 20px;
    line-height: 35px;
    color: #fff;
    font-style: italic;
	padding-top: 50px;
    padding-right: 15px;
}
.aastmt-page-sub-title h2, .aastmt-page-sub-title h1, .aastmt-sub-title, .aastmt-highlight-day {
	font-size:25px;
	line-height: 35px;
	color: #fdbd79;
}
.field-item.even img {

  
  /*  height: 142px !important;*/
    margin: 10px;

}
.field-item.even.home img {

    width: 600px !important;
    height: 250px !important;
	margin: 0;

}
.aastmt-content-container.aastmt-side-padding.side {

    background: #def0fd;
    height: 170px;

}
.aastmt-homepage-content h2 {
	font-size: 30px;
	line-height: 38px;
	color: #ee8e0c;
	padding-top: 10px;
	margin-left: 25px;
}
h1, .aastmt-light-heading {
	font-size: 30px;
	line-height: 36px;
}
h2, .aastmt-slide-caption-txt, legend, .aastmt-load-more-btn, blockquote, .view-what-is-happening ul.pager li a {
	font-size: 19px;
	line-height: 25px;
}
.aastmt-nav-tabs, .aastmt-nav-pills {
	font-size: 19px;
	margin-bottom: 18px;
	font-weight: 200;
	line-height: 25px;
}
h3, .aastmt-current-date, .aastmt-highlight-date, .aastmt-promo-teaser .aastmt-teaser-title {
	font-size: 17px;
	line-height: 23px;
}
h4, .aastmt-branding-title {
	font-size: 15px;
	line-height: 21px;
}
h5, .aastmt-tertiary-navigation, .aastmt-enlarged-text, .aastmt-teaser-title, .aastmt-primary-cta, .aastmt-btn, .aastmt-local-footer h3, .aastmt-global-footer h3, .aastmt-desktop-list-layout, .aastmt-global-navigation, .aastmt-global-navigation-header-container, .aastmt-global-navigation-container, .aastmt-local-navigation {
	font-size: 14px;
	line-height: 20px;
}
h6, cite {
	font-size: 13px;
	line-height: 19px
}
body, label, input, button, select, textarea {
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	vertical-align: baseline;
		



}
.lt-ie8 body, .lt-ie8 label, .lt-ie8 input, .lt-ie8 .aastmt-highlight, button, .lt-ie8 select, textarea.lt-ie8 {
	vertical-align: middle
}
.aastmt-pagination {
	font-size: 11px;
	line-height: 15px
}
.aastmt-simple-heading, .aastmt-listing-title {
	font-family: "leelawad", "OpenSans",Tahoma;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold
}
.aastmt-highlight {
	color: #fff;
	background: #55a51c;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 3px;
	margin-top: -15px;
	display: inline-block;
	margin-bottom: 10px
}
.aastmt-highlight-alert {
	color: #fff;
	background: #ea7125;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 3px;
	margin-top: -15px;
	display: inline-block;
	margin-bottom: 10px
}
.aastmt-news-listing .aastmt-datestamp {
	color: #777777;
	background: none;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	margin-left: 15px; 
}
.aastmt-highlight-date {
	text-transform: uppercase;
}
.aastmt-highlight-day {
	line-height: 30px
}
.aastmt-search-term {
	background: #fff79f;
	padding: 0 3px;
	display: inline-block
}
.aastmt-topic {
	text-transform: uppercase;
	font-size: 11px;
	background: #fff;
	color: #ba652a;
	padding: 0 6px 5px 0;
	display: inline-block;
}
a, .aastmt-vertical-breadcrumb, .aastmt-vertical-breadcrumb-navigation, .aastmt-vertical-breadcrumb-children a {
    color: #096992;
	text-decoration: none;
	border-bottom: 0;
	outline: none;
}
a:visited {
	color: #0072cf;
	text-decoration: none;
	border-bottom: 1px dotted #ddbfdc
}
a:focus {
	color: #0072cf;
	outline: thin dotted;
	border-bottom: 0
}
a:hover {
	color: #0072cf;
	text-decoration: underline;
	border-bottom: 0
}
a:hover, a:active {
	outline: none;
}
a:active {
	color: #0072cf;
	text-decoration: none;
	border-bottom: 0
}
.aastmt-global-navigation a, .aastmt-page-header a, .aastmt-local-footer a, .aastmt-global-footer a, .aastmt-global-navigation-drawer a, .aastmt-quicklinks a, .aastmt-open-quicklinks, .aastmt-open-quicklinks:focus, .aastmt-open-quicklinks:hover, .aastmt-open-quicklinks:visited, .aastmt-desktop-list-layout a:focus, .aastmt-desktop-list-layout a:hover, .aastmt-desktop-list-layout .aastmt-selected, .aastmt-section-list-heading a, .aastmt-section-list-heading a:focus, .aastmt-section-list-heading a:hover, .aastmt-focus-teaser a, .aastmt-focus-teaser a:focus, .aastmt-focus-teaser a:hover {
	color: #fff;
	text-decoration: none
}
.aastmt-quicklinks-list a:focus, .aastmt-quicklinks-list a:hover, .aastmt-quicklinks-list a:active {
	text-decoration: none;
	background-color: #171717
}
.aastmt-global-navigation a:focus, .aastmt-global-navigation a:hover, .aastmt-global-navigation a:active, .aastmt-global-navigation .aastmt-selected a {
	color: #ccc;
	text-decoration: none
}
.aastmt-global-navigation a:visited, .aastmt-desktop-list-layout a:visited, .aastmt-close-panel:visited, .aastmt-section-list-heading a:visited, .aastmt-homepage-quicklinks a:visited, .aastmt-slide-caption a, .aastmt-quicklinks-list a:visited {
	border-bottom: 0
}
.aastmt-global-navigation-drawer a:focus, .aastmt-global-navigation-drawer a:hover, .aastmt-global-navigation-drawer a:active {
	text-decoration: underline
}
.aastmt-btn {
	background: #e4e4e4;
	border: 1px solid #999;
	padding: 4px 10px 4px 10px;
}
.aastmt-primary-cta {
	display: inline-block;
	background: #323341 url(../images/bg-primary-cta-arrow.png) 100% 50% no-repeat;
	color: #fff;
	padding: 5px 25px 5px 10px;
	border: 0;
	text-shadow: none
}
.aastmt-primary-cta a {
	color: #fff;
	text-decoration: none;
}
.aastmt-primary-cta a:hover {
	color: #fff;
	text-decoration: none;
}
.aastmt-primary-cta:link, .aastmt-primary-cta:visited {
	color: #f8f8f8;
	background: #323341  url(../images/bg-primary-cta-arrow.png) 100% 50% no-repeat;
	border: 0
}
.aastmt-primary-cta:focus, .aastmt-primary-cta:hover, .aastmt-primary-cta:active {
	color: #f8f8f8;
	background: #454545 url(../images/bg-primary-cta-arrow-over.png) 100% 50% no-repeat;
	border: 0;
	text-decoration: none
}
.aastmt-secondary-cta {
	background: url(../images/bg-secondary-cta-arrow.png) 100% 50% no-repeat;
	display: inline-block;
	padding-right: 10px
}
.aastmt-search-listing a, .aastmt-vertical-breadcrumb a {
	color: #999999
}
.aastmt-search-listing .aastmt-listing-title a {
	color: #0072cf;
}
.aastmt-teaser-title a, .aastmt-pagination a, .aastmt-load-more-btn, .aastmt-load-more-btn:focus, .aastmt-load-more-btn:hover, .aastmt-load-more-btn:visited, .view-what-is-happening ul.pager li a:focus, .view-what-is-happening ul.pager li a:link, .view-what-is-happening ul.pager li a:hover, .view-what-is-happening ul.pager li a:visited {
	color: #171717
}
.aastmt-focus-teaser a {

    color: #bf1308;
	font-size: 16px;

}
.aastmt-btn-download-vcard:link, .aastmt-btn-download-vcard:visited {
	background: #171717 url(../images/icon-profile.png) 5px 50% no-repeat;
	padding: 5px 5px 5px 30px;
}
.aastmt-download-arrow {
	background: url(../images/bg-download-arrow.png) center right no-repeat;
	height: 11px;
	width: 11px;
	padding-right: 20px;
}
.aastmt-btn-download-vcard:focus, .aastmt-btn-download-vcard:hover, .aastmt-btn-download-vcard:active {
	color: #f8f8f8;
	background-color: #454545
}
.aastmt-skipTo:link {
	position: absolute;
	left: -5000px;
	top: 0;
	color: #fff;
	padding: 10px
}
.aastmt-skipTo:focus {
	left: 5px;
	top: 5px;
	color: #fff;
	display: block;
	position: relative
}
a.aastmt-external {
	background: url(../../images/icon-external-link.png) no-repeat 100% 4px;
	padding-right: 15px;
}
.view-what-is-happening .item-list .pager li {
	padding: 0px;
	margin: 0px;
}
.aastmt-load-more-btn, .view-what-is-happening ul.pager li a {
	background: #f3f3f3;
	border: 1px solid #cdcdcd;
	margin-bottom: 60px;
	text-align: center;
	display: block;
	padding: 10px;
}
.aastmt-load-more-btn:link, .aastmt-load-more-btn:focus, .aastmt-load-more-btn:hover, .aastmt-load-more-btn:visited, .view-what-is-happening ul.pager li a:focus, .view-what-is-happening ul.pager li a:link, .view-what-is-happening ul.pager li a:hover, .view-what-is-happening ul.pager li a:visited {
	border: 1px solid #cdcdcd;
}
.aastmt-focus-link {
	width: 33px;
	height: 33px;
	background: #313131 url(../images/icon-fwd-btn.png) 14px 13px no-repeat;
	position: absolute;
	bottom: 0;
	right: 0
}
.aastmt-icon {
	display: inline-block;
	background: url(../images/icon-links-sprite.png) no-repeat 0 0;
	width: 20px;
	height: 25px;
	margin-right: 2px;
	position: relative;
	top: 5px
}
.aastmt-print-icon {
	background-position: 0 5px
}
.aastmt-lock-icon {
	background-position: 0 -25px
}
.aastmt-help-icon {
	background-position: 0 -55px
}
.aastmt-info-icon {
	background-position: 0 -80px
}
.aastmt-excel-icon {
	background-position: 0 -110px
}
.aastmt-pdf-icon {
	background-position: 0 -135px
}
.aastmt-word-icon {
	background-position: 0 -159px
}
.aastmt-social-media-icon {
	display: inline;
	background: url(../images/social-media-icons.png) no-repeat 0 0;
	height: 16px;
	padding-left: 30px;
}
.aastmt-instagram-icon {
	background-position: 0 -126px;
}
.aastmt-facebook-icon {
	background-position: 0 -105px;
}
.aastmt-flickr-icon {
	background-position: 0 -84px;
}
.aastmt-itunes-u-icon {
	background-position: 0 -63px;
}
.aastmt-linkedin-icon {
	background-position: 0 -42px;
}
.aastmt-twitter-icon {
	background-position: 0 -21px;
}
.aastmt-youtube-icon {
	background-position: 0 0;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
	display: block;
	margin-bottom: 5px;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.lt-ie8 legend {
	margin-left: -7px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	margin-bottom: 5px;
}
.lt-ie8 button, .lt-ie8 input {
	overflow: visible;
	zoom: 1;
	margin: 0 2.5px 5px 2.5px
}
button[disabled], input[disabled] {
	cursor: default;
	color: #999
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
:-moz-placeholder {
color:#999999;
}
:-ms-input-placeholder {
color:#999999;
}
::-webkit-input-placeholder {
color:#999999;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
	height: auto;
}
.aastmt-uneditable-textarea {
	height: auto;
}
.aastmt-uneditable-input {
	overflow: hidden;
	white-space: nowrap;
	cursor: not-allowed;
	background-color: #ffffff;
	border-color: #eee;
}
input:invalid, textarea:invalid {
background-color:#f0dddd;
}
.aastmt-input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input, textarea {
	width: 210px;
}
.lt-ie7 input {
	vertical-align: text-bottom;
}
input, textarea, .aastmt-uneditable-input {
	margin-left: 0;
}
.aastmt-input-mini {
	width: 60px;
}
.aastmt-input-small {
	width: 90px;
}
.aastmt-input-medium {
	width: 150px;
}
.aastmt-input-large {
	width: 210px;
}
.aastmt-input-xlarge {
	width: 270px;
}
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"], .aastmt-uneditable-input {
	display: inline-block;
	height: 18px;
	padding: 4px;
	margin-bottom: 9px;
	-webkit-border-radius: 0;
}
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"], .aastmt-uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .aastmt-uneditable-input:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
}
.lt-ie8 textarea:focus, .lt-ie8 input[type="text"]:focus, .lt-ie8 input[type="password"]:focus, .lt-ie8 input[type="datetime"]:focus, .lt-ie8 input[type="datetime-local"]:focus, .lt-ie8 input[type="date"]:focus, .lt-ie8 input[type="month"]:focus, .lt-ie8 input[type="time"]:focus, .lt-ie8 input[type="week"]:focus, .lt-ie8 input[type="number"]:focus, .lt-ie8 input[type="email"]:focus, .lt-ie8 input[type="url"]:focus, .lt-ie8 input[type="search"]:focus, .lt-ie8 input[type="tel"]:focus, .lt-ie8 input[type="color"]:focus, .lt-ie8 .aastmt-uneditable-input:focus {
	outline: thin dotted 1px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	cursor: not-allowed;
	background-color: #eeeeee;
	border-color: #ddd;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
	background-color: transparent;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
	width: auto;
}
select, input[type="file"] {
	height: 28px;
	line-height: 28px;
}
.lt-ie8 select, .lt-ie8 input[type="file"] {
	margin-top: 4px;
}
select {
	width: 220px;
	border: 1px solid #bbb;
}
select[multiple], select[size] {
	height: auto;
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input[type="radio"], input[type="checkbox"] {
	margin: 3px 0;
/line-height:normal;
	cursor: pointer;
	box-sizing: border-box;
	padding: 0;
}
.lt-ie8 input[type="checkbox"] {
	vertical-align: baseline;
	margin-top: 0;
	width: 13px;
	height: 13px;
}
.aastmt-radio, .aastmt-checkbox {
	min-height: 18px;
	padding-left: 18px;
}
.aastmt-radio input[type="radio"], .aastmt-checkbox input[type="checkbox"] {
	float: left;
	margin-left: -18px;
}
.aastmt-controls > .aastmt-radio:first-child, .aastmt-controls > .aastmt-checkbox:first-child {
	padding-top: 5px;
}
.aastmt-radio.inline, .aastmt-checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
.aastmt-radio.inline + .aastmt-radio.inline, .aastmt-checkbox.inline + .aastmt-checkbox.inline {
	margin-left: 10px;
}
.aastmt-control-group {
	margin-bottom: 9px;
}
legend + .aastmt-control-group {
	margin-top: 18px;
	-webkit-margin-top-collapse: separate;
}
.aastmt-control-group.aastmt-warning > label, .aastmt-control-group.aastmt-warning .aastmt-help-block {
	color: #c09853;
}
.aastmt-control-group.aastmt-warning .aastmt-checkbox, .aastmt-control-group.aastmt-warning .aastmt-radio, .aastmt-control-group.aastmt-warning input, .aastmt-control-group.aastmt-warning select, .aastmt-control-group.aastmt-warning textarea {
	color: #c09853;
	border-color: #c09853;
}
.aastmt-control-group.aastmt-warning .aastmt-checkbox:focus, .aastmt-control-group.aastmt-warning .aastmt-radio:focus, .aastmt-control-group.aastmt-warning input:focus, .aastmt-control-group.aastmt-warning select:focus, .aastmt-control-group.aastmt-warning textarea:focus {
	border-color: #a47e3c;
}
.aastmt-control-group.aastmt-error > label, .aastmt-control-group.aastmt-error .aastmt-help-block {
	color: #b94a48;
}
.aastmt-control-group.aastmt-error .aastmt-checkbox, .aastmt-control-group.aastmt-error .aastmt-radio, .aastmt-control-group.aastmt-error input, .aastmt-control-group.aastmt-error select, .aastmt-control-group.aastmt-error textarea {
	color: #b94a48;
	border-color: #b94a48;
}
.aastmt-control-group.aastmt-error .aastmt-checkbox:focus, .aastmt-control-group.aastmt-error .aastmt-radio:focus, .aastmt-control-group.aastmt-error input:focus, .aastmt-control-group.aastmt-error select:focus, .aastmt-control-group.aastmt-error textarea:focus {
	border-color: #953b39;
}
.aastmt-control-group.aastmt-success > label, .aastmt-control-group.aastmt-success .aastmt-help-block {
	color: #468847;
}
.aastmt-control-group.aastmt-success .aastmt-checkbox, .aastmt-control-group.aastmt-success .aastmt-radio, .aastmt-control-group.aastmt-success input, .aastmt-control-group.aastmt-success select, .aastmt-control-group.aastmt-success textarea {
	color: #468847;
	border-color: #468847;
}
.aastmt-control-group.aastmt-success .aastmt-checkbox:focus, .aastmt-control-group.aastmt-success .aastmt-radio:focus, .aastmt-control-group.aastmt-success input:focus, .aastmt-control-group.aastmt-success select:focus, .aastmt-control-group.aastmt-success textarea:focus {
	border-color: #356635;
}
.aastmt-form-actions {
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px solid #e4e4e4;
}
.lt-ie8 .aastmt-form-actions {
	zoom: 1;
}
.aastmt-form-actions:before, .aastmt-form-actions:after {
	display: table;
	content: "";
}
.aastmt-form-actions:after {
	clear: both;
}
.aastmt-help-block {
	color: #555555;
	display: block;
	margin-bottom: 9px;
}
body {
	margin: 0;
	padding: 0;
	background: #000;
	width: 100%;
}
.aastmt-row {
	clear: both;
	width: 100%;
}
.lt-ie9 .aastmt-row, .lt-ie8 .aastmt-row {
	min-width: auto
}
.aastmt-wrap {
	margin: 0 auto;
	position: relative;
	clear: both;
	width: 1177px
}
.aastmt-fixed-container {
	width: 1024px
}
.aastmt-column, .aastmt-column1, .aastmt-column2, .aastmt-column3, .aastmt-column4, .aastmt-column5, .aastmt-column6, .aastmt-column7, .aastmt-column8, .aastmt-column9, .aastmt-column10, .aastmt-column11, .aastmt-column12 {
	float: left;
	margin-right: 0;
	padding: 0 0 0 0;
}
.aastmt-column1 {
	width: 8.333333333333334%;
}
.aastmt-column2 {
	width: 16.666666666666668%;
}
.aastmt-column3 {
	width: 25%;
}
.aastmt-column4 {
	width: 33.333333333333336%;
}
.aastmt-column5 {
	width: 41.66666666666667%;
}
.aastmt-column6 {
	width: 50%;
}
.aastmt-column7 {
	width: 58.333333333333336%;
}
.aastmt-column8 {
	width: 66.66666666666667%;
	/*background-color: #fff;*/
}
.aastmt-column9 {
	/*width: 75%;*/
}
.aastmt-column10 {
	width: 83.33333333333334%;
}
.aastmt-column11 {
	width: 91.66666666666667%;
}
.aastmt-column12 {
	width: 100%;
}
.lt-ie8 .aastmt-column1 {
	width: 8.133333333333335%;
}
.lt-ie8 .aastmt-column2 {
	width: 16.46666666666667%;
}
.lt-ie8 .aastmt-column3 {
	width: 24.8%;
}
.lt-ie8 .aastmt-column4 {
	width: 33.13333333333333%;
}
.lt-ie8 .aastmt-column5 {
	width: 41.46666666666667%;
}
.lt-ie8 .aastmt-column6 {
	width: 49.8%;
}
.lt-ie8 .aastmt-column7 {
	width: 58.13333333333333%;
}
.lt-ie8 .aastmt-column8 {
	width: 66.46666666666667%;
}
.lt-ie8 .aastmt-column9 {
	width: 74.8%;
}
.lt-ie8 .aastmt-column10 {
	width: 83.13333333333334%
}
.lt-ie8 .aastmt-column11 {
	width: 91.46666666666667%;
}
.lt-ie8 .aastmt-column12 {
	width: 99.8%;
}
.aastmt-content-container {
	padding: 20px;
}
.aastmt-search-container {
	padding: 20px 100px;
}
.aastmt-no-top-padding, .aastmt-global-navigation-container, .aastmt-navigation-list {
	padding: 0 20px 20px 20px;
	/*height: 443px;*/
}
.aastmt-top-padding {
	padding: 20px 0 0 0
}
.aastmt-bottom-padding, .aastmt-vertical-teaser-img {
	padding: 0 0 20px 0
}
.aastmt-side-padding {
	padding: 0 20px
}
.aastmt-vertical-padding, .aastmt-listing-txt {
	padding: 20px 0
}
.aastmt-horizontal-teaser-img, .aastmt-right-padding {
	padding: 0 20px 0 0
}
.aastmt-horizontal-teaser-txt, .aastmt-left-padding {
	padding: 0 0 0 20px
}
.aastmt-no-left-padding {
	padding: 20px 20px 20px 0
}
.aastmt-listing-img {
	padding: 10px 0 10px 15px
}
.aastmt-vertical-teaser-txt, .aastmt-no-padding, .aastmt-promo-teaser .aastmt-vertical-teaser-img, .aastmt-focus-teaser .aastmt-horizontal-teaser-img, .aastmt-quicklinks-list {
	padding: 0 0 0 0
}
.aastmt-promo-teaser .aastmt-vertical-teaser-txt {
	padding: 15px
}
.aastmt-focus-teaser .aastmt-horizontal-teaser-txt {
	padding: 15px 15px 25px 15px
}
.aastmt-promo-teaser .aastmt-teaser-title {
	margin-bottom: 0
}
.aastmt-navigation-list h3 {
	padding-bottom: 10px;
}
.aastmt-navigation-list li {
	padding-bottom: 5px
}
.aastmt-event-cta-container {
	padding: 20px 20px 60px 20px;
}
.aastmt-notifications-container {
	padding: 10px 80px;
}
.aastmt-section-list-children {
	padding: 15px 20px 15px
}
.aastmt-footer-navigation {
	background: url(../images/bg-footer-navigation.png) 100% 0 repeat-y;
}
.aastmt-global-footer .aastmt-footer-navigation:nth-of-type(4), .aastmt-local-footer .aastmt-footer-navigation:nth-of-type(5) {
	background: none;
}
.aastmt-footer-navigation.last {
	background: none
}
.aastmt-recessed-banner {
	margin-bottom: -50px
}
.aastmt-recessed-content {
	padding-top: 50px
}
.aastmt-recessed-carousel {
	margin-bottom: -50px
}
.aastmt-recessed-content .aastmt-tertiary-navigation {
	margin-top: -50px;
	padding-bottom: 50px
}
.aastmt-recessed-sub-title {
	margin-bottom: -50px;
	overflow: auto;
}
.aastmt-recessed-secondary-content {
	margin-top: -36.6%
}
.aastmt-sub-column-right-border {
	border-right: 1px solid #e4e4e4
}
.aastmt-sub-column-left-border {
	border-left: 1px solid #e4e4e4;
	margin-left: -1px
}
.aastmt-teaser-divider {
	margin: 0;
	border-bottom: 1px solid #e4e4e4;
	border-top: 0
}
.aastmt-dotted-divider {
	margin: 0;
	border-bottom: 2px dotted #020902;
	border-top: 0
}
.aastmt-homepage-teaser {
	border-right: 1px solid #e4e4e4
}
.aastmt-alt {
	border-right: 0
}
.aastmt-heading-container {
	border-bottom: 1px solid #e4e4e4;
}
.block .view-image-credit {
	margin-top: 20px;
}
.aastmt-global-header {
	position: relative;
	z-index: 15
}
.js .aastmt-open-menu {
	background: url(../images/btn-open-menu-sprite.png) no-repeat 0 0;
	width: 32px;
	height: 33px;
	float: left;
	display: none
}
.js .aastmt-open-menu:focus, .js .aastmt-open-menu:hover, .js .aastmt-open-menu:active {
	background-position: 0 -33px
}
.aastmt-main-logo {
	padding: 15px;
	display: block;
	float: left
}
.aastmt-main-logo:visited {
	text-decoration: none;
	border: 0
}
.aastmt-homepage-header .aastmt-main-logo {
	display: none
}
.aastmt-search-drawer {
	border-top: 1px solid #3f3f3f;
	position: relative;
	z-index: 5
}
.aastmt-search-drawer {
	display: none
}
.aastmt-site-search {
	padding: 15px 0 15px 15px;
	float: none
}
.aastmt-icon-search-btn {
	height: 32px;
	width: 32px;
	background: url(../images/btn-search-sprite-small.png) 0 0 no-repeat;
	display: none
}
.aastmt-icon-search-btn:focus, .aastmt-icon-search-btn:hover, .aastmt-icon-search-btn:active {
	background-position: 0 -32px
}
.aastmt-search-form-wrapper {
	background: #2c2c2c;
	height: 32px;
	padding: 0 0 0 10px
}
.aastmt-site-search-form {
	display: block;
	padding: 15px;
}
.aastmt-site-search-form input {
	background: transparent;
	color: #9c9c9c;
	border: 0;
	float: left;
	padding: 7px 0;
	width: 92%;
}
.aastmt-site-search-form input.aastmt-search-submit {
	width: 22px;
	padding: 0;
	float: right;
	height: 32px
}
.aastmt-site-search .container-inline {
	background-color: #FFFFFF;
	border: 0;
	display: inline-block;
	-moz-box-sizing: border-box;
	width: 100%;
	position: relative;
	margin-bottom: 0;
	height: 42px;
	min-height: 42px;
}
.lt-ie8 .aastmt-site-search .aastmt-search-input {
	margin-left: 0;
}
.aastmt-site-search .container-inline .form-item-search-block-form input {
	border: 0;
	padding: 10px 8px 8px;
	vertical-align: middle;
	width: 75%;
	float: left;
	margin-bottom: 0
}
.aastmt-site-search .container-inline .form-actions input {
	width: 42px;
	padding: 0;
	float: right;
	height: 43px;
	-webkit-border-radius: 0;
	border-radius:0;
	margin-right: 0;

	
}
.aastmt-site-search .container-inline {
	height: 32px;
	min-height: 32px;
	background-color: #4f4c4c;
}
.aastmt-site-search .container-inline .form-item-search-block-form input {
	width: 65%;
	padding: 7px 0 7px 8px;
	background-color: #4f4c4c;
	color: #fff
}
.aastmt-site-search .container-inline .form-actions input {
	width: 32px;
	height: 32px;
	padding: 0;
}
.aastmt-quicklinks {
	width: 100%;
	margin-top: 15px;
}
.aastmt-quicklinks-txt {
	padding: 8px 0 0 8px;
	display: block;
	float: left
}
.aastmt-icon-dropdown {
	height: 32px;
	width: 32px;
	background: url(../images/btn-quicklinks-sprite.png) 0 0 no-repeat;
	float: right
}
.aastmt-open-quicklinks:focus .aastmt-icon-dropdown, .aastmt-open-quicklinks:hover .aastmt-icon-dropdown {
	background-position: 0 -42px;
}
.aastmt-open-quicklinks {
	display: block;
	background: #3d3d3d;
	background: -moz-linear-gradient(top, #3d3d3d 0%, #292929 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3d3d), color-stop(100%, #292929));
	background: -webkit-linear-gradient(top, #3d3d3d 0%, #292929 100%);
	background: -o-linear-gradient(top, #3d3d3d 0%, #292929 100%);
	background: -ms-linear-gradient(top, #3d3d3d 0%, #292929 100%);
	background: linear-gradient(to bottom, #3d3d3d 0%, #292929 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d3d3d', endColorstr='#292929', GradientType=0);;
}
.js .aastmt-quicklinks-list {
	display: none
}
.js .aastmt-quicklinks-open .aastmt-icon-dropdown {
	background-position: 0 -84px;
}
.js .aastmt-quicklinks-open .aastmt-quicklinks-list {
	display: block;
	z-index: 6;
	position: absolute;
	background: #2a2a2a;
	border-top: #000 solid 1px;
	border-right: 0;
	width: 200px
}
.js .aastmt-quicklinks-open li {
	border-color: #4b4b4b;
}
.js .aastmt-quicklinks-list a, .js .aastmt-quicklinks-list a:link, .js .aastmt-quicklinks-list a:visited {
	padding: 8px 8px 8px 16px;
	display: block;
	background-position: 6px 50%
}
.js .aastmt-quicklinks-open .aastmt-global-navigation-container li {
	padding: 0
}
.aastmt-homepage-quicklinks {
	position: relative;
	right: -60px
}
.aastmt-homepage-quicklinks li a {
	padding: 0 10px 5px 15px;
	margin-bottom: 0;
	background: url(../images/icon-fwd-btn.png) 0 6px no-repeat;
	display: block;
	font-weight: bold
}
.aastmt-highlight-event-item {
	border-top: 1px solid #e4e4e4
}
.aastmt-highlight-event-item:first-child {
	border-top: none;
}
.aastmt-highlight-date-container {
	width: 55px;
	float: left;
	margin: 0 10px 5px 0;
}
.aastmt-highlight-date {
	text-align: center;
	padding: 0px 0 2px 0
}
.aastmt-highlight-day, .aastmt-highlight-event-link, .aastmt-highlight-date {
	display: block
}
.aastmt-highlight-day {
	position: relative;
	bottom: -3px
}
.aastmt-highlight-event-details {
	padding: 5px 0 10px 0
}
.aastmt-highlight-event-link {
	padding: 3px 0 0
}
.aastmt-local-footer, .aastmt-global-footer {
	padding: 20px 0
}
.aastmt-footer-logo {
	padding-top: 0
}
.aastmt-footer-logo img {
	padding-bottom: 2px
}
.aastmt-global-navigation {
	border-left: 1px solid #534a4a;
	margin-right: 10px;
	float: left
}
.aastmt-home-link-container {
	display: none
}
.aastmt-global-navigation li a {
	padding: 25px 20px;
	border-right: 1px solid #534a4a;
	display: block;
	word-wrap: break-word;
}
.aastmt-global-navigation li a:focus, .aastmt-global-navigation li a:hover, .aastmt-global-navigation li a:active, .aastmt-global-navigation li.aastmt-selected a {
	border-left: 1px solid #534a4a;
    border-right: 1px solid #534a4a;
    margin-left: -1px;
    background: #2c2f39;
    position: relative;
    z-index: 7;
}
.aastmt-global-navigation li.aastmt-selected a {
	margin-bottom: -1px;
	padding-bottom: 26px
}
.js .aastmt-global-navigation-drawer, .js .aastmt-global-navigation-outer {
	display: none
}
.js .aastmt-drawer-open, .js .aastmt-navigation-open {
	display: block
}
.aastmt-global-navigation-drawer {
	z-index: 4;
	position: relative;
	border-top: 1px solid #3f3f3f;
}
.aastmt-global-navigation-container li, .aastmt-global-navigation-container li li {
	padding: 10px 0
}
.aastmt-global-navigation-container.last li {
	padding: 15px 0
}
.aastmt-global-navigation-secondary-with-children li {
	padding: 10px 0 0
}
.aastmt-global-navigation-header-container li {
	padding: 20px 0 20px 20px
}
.aastmt-global-navigation-container li a, .aastmt-global-navigation-header-container li a {
	background: url(../images/icon-fwd-btn.png) no-repeat 0 50%;
	padding-left: 10px
}
.aastmt-global-navigation-tertiary {
	border: 0;
}
.aastmt-global-navigation-header-container .aastmt-global-navigation-tertiary li {
	padding-left: 20px
}
.aastmt-global-navigation-container p, .aastmt-global-navigation-tertiary {
	padding-top: 20px;
	margin-bottom: 0
}
.aastmt-global-navigation-outer {
	position: relative
}
.aastmt-close-menu {
	position: absolute;
	height: 30px;
	top: 0;
	right: 0;
	background: #000 url(../images/icon-close-menu-btn.png) 90% 50% no-repeat;
	padding: 20px 50px 7px 12px;
	border-left: 1px solid #3f3f3f;
}
.aastmt-menu-btn, .aastmt-menu-indicator {
	display: none;
}
.aastmt-local-navigation li {
	margin: 0
}
.aastmt-local-navigation a {
	display: block;
}
.aastmt-local-navigation ul ul a {
	padding-left: 40px;
}
.aastmt-local-navigation ul ul ul a {
	padding-left: 60px;
}
.aastmt-local-navigation ul ul ul ul a {
	padding-left: 80px;
}
.js .aastmt-local-navigation {
	position: relative;
	z-index: 13
}
.js .aastmt-local-navigation .aastmt-local-navigation-container {
	margin: -1px 0 0 0;
	width: auto;
}
.js .aastmt-local-navigation li.aastmt-back-link, .js .aastmt-local-navigation li.aastmt-back-link a {
	display: none;
	font-size: 0;
	height: 0;
	visibility: hidden;
	position: absolute
}
.js .aastmt-local-navigation li {
	display: inline;
	float: left;
	margin: 0 0 -1px 0
}
.js .aastmt-local-navigation li li {
	margin: 0
}
.js .aastmt-local-navigation li.aastmt-title {
	display: none
}
.lt-ie8 .aastmt-local-navigation li {
	margin: 0
}
.js .aastmt-local-navigation a {
	padding: 10px 20px;
}
.js .aastmt-local-navigation li.aastmt-sub>a {
	padding: 10px 40px 10px 10px;
	margin: 0
}
.js .aastmt-local-navigation li.aastmt-sub>a {
	background-image: url(../images/bg-local-navigation-sub-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.js .aastmt-local-navigation li > ul {
	margin-top: -1px
}
.js .aastmt-local-navigation li ul {
	left: -9999px;
	position: absolute;
	width: 235px;
	z-index: 14;
}
.js .aastmt-local-navigation li.aastmt-hover a {
	display: block;
}
.js .aastmt-local-navigation li.aastmt-hover ul {
	left: auto;
}
.js .aastmt-local-navigation li.aastmt-hover ul {
	display: block;
	float: none;
}
.js .aastmt-local-navigation li.aastmt-hover li {
	float: none;
}
.js .aastmt-local-navigation li.aastmt-hover li a {
	display: block;
	padding: 10px 40px 10px 10px
}
.js .aastmt-local-navigation li.aastmt-hover ul li ul {
	left: -9999px;
}
.js .aastmt-local-navigation li.aastmt-hover ul li.aastmt-hover ul {
	left: 235px;
	top: 0;
}
.aastmt-tertiary-navigation {
	position: relative;
	z-index: 11
}
.aastmt-tertiary-navigation-structure {
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
}
.aastmt-vertical-breadcrumb li {
	line-height: 16px;
	position: relative;
	word-wrap: break-word
}
.aastmt-vertical-breadcrumb a {
	padding: 16px 30px 16px 20px;
	background: #fafafa url(../images/bg-vertical-breadcrumb-up-arrow.png) no-repeat 95% 50%;
	border-bottom: 1px solid #e4e4e4;
	display: block;
	position: relative;
}
.aastmt-vertical-breadcrumb-indicator {
	z-index: 9;
	display: block;
	width: 19px;
	height: 10px;
	background: url(../images/bg-vertical-breadcrumb-indicator-arrow.png) no-repeat 0 0;
	position: absolute;
	bottom: -10px;
	left: 20px;
}
.aastmt-vertical-breadcrumb a:focus, .aastmt-vertical-breadcrumb a:hover, .aastmt-vertical-breadcrumb a:active {
	background: #efefef url(../images/bg-vertical-breadcrumb-up-arrow.png) no-repeat 95% 50%;
	text-decoration: none
}
.aastmt-vertical-breadcrumb a:focus .aastmt-vertical-breadcrumb-indicator, .aastmt-vertical-breadcrumb a:hover .aastmt-vertical-breadcrumb-indicator, .aastmt-vertical-breadcrumb a:active .aastmt-vertical-breadcrumb-indicator {
	background: url(../images/bg-vertical-breadcrumb-indicator-arrow-over.png) no-repeat 0 0;
}
.aastmt-vertical-breadcrumb-navigation {
	display: block;
	padding: 5px 20px;
	font-weight: bold
}
.aastmt-vertical-breadcrumb-navigation .aastmt-selected > a, .aastmt-vertical-breadcrumb-navigation .aastmt-selected > a:focus, .aastmt-vertical-breadcrumb-navigation .aastmt-selected > a:hover, .aastmt-vertical-breadcrumb-navigation .aastmt-selected > a:visited, .aastmt-vertical-breadcrumb-navigation a.active-trail, .aastmt-vertical-breadcrumb-navigation a.active-trail:hover {
	color: #171717;
	text-decoration: none;
	cursor: default;
}
.aastmt-vertical-breadcrumb-navigation li {
	padding: 10px 0;
	border-bottom: 1px solid #e4e4e4
}
.aastmt-vertical-breadcrumb-navigation li:last-child {
	border-bottom: 0
}
.aastmt-vertical-breadcrumb-children {
	border-bottom: 0;
	margin: 10px 0 0;
}
.aastmt-vertical-breadcrumb-children li {
	padding: 5px 5px 5px 0;
	border-bottom: 0;
	font-weight: normal
}
.aastmt-vertical-breadcrumb-children a {
	border-bottom: 0;
	background: #fff url(../images/bg-vertical-breadcrumb-right-arrow.png) no-repeat 0 50%;
	font-weight: normal;
	padding: 0 0 0 15px
}
.aastmt-vertical-breadcrumb-children a:focus, .aastmt-vertical-breadcrumb-children a:hover, .aastmt-vertical-breadcrumb-children a:active {
	background: #fff url(../images/bg-vertical-breadcrumb-right-arrow.png) no-repeat 0 50%;
	text-decoration: underline
}
.aastmt-vertical-breadcrumb-children .aastmt-selected a {
	cursor: default
}
.aastmt-vertical-breadcrumb-children .aastmt-selected a:focus, .aastmt-vertical-breadcrumb-children .aastmt-selected a:hover {
	text-decoration: none
}
.aastmt-breadcrumb {
	color: #fff;
	padding-bottom: 20px
}
.aastmt-breadcrumb li {
	padding: 0 2px 0 17px;
	background: url(../images/bg-breadcrumb-link.png) 5px 50% no-repeat;
	white-space: nowrap;
}
.aastmt-breadcrumb li:first-child, .aastmt-breadcrumb li.first-child {
	background: none;
	padding: 0
}
.aastmt-breadcrumb .aastmt-home {
	background: url(../images/icon-breadcrumb-home.png) 0 0 no-repeat;
	width: 17px;
	height: 17px;
	padding: 0
}
.aastmt-breadcrumb .aastmt-current {
	margin: 0
}
.aastmt-breadcrumb a:visited, .aastmt-mobile-parent a:visited {
	border: 0;
}
.aastmt-mobile-parent {
	display: none;
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 10px
}
.aastmt-mobile-parent .aastmt-menu-indicator {
	left: 0
}
.aastmt-page-title {
	clear: both
}
.aastmt-co-branding-logo {
	float: left;
	padding: 0 20px 20px 0
}
.aastmt-co-branding-container .aastmt-page-title {
	clear: none
}
.aastmt-page-sub-title {
	position: relative;
	z-index: 0
}
.aastmt-carousel {
	background: #fff;
	text-align: center;
	position: relative;
}
.aastmt-carousel .aastmt-carousel-container {
	position: relative;
	overflow: hidden;
}
.aastmt-carousel .aastmt-slides {
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: 0;
}
.aastmt-slides, .aastmt-slide {
	padding: 0;
	margin: 0
}
.aastmt-carousel li {
	position: relative;
	float: left;
}
.aastmt-carousel a {
	overflow: hidden;
}
.aastmt-carousel-controls {
	position: absolute;
	bottom: 0;
	right: 0
}
.aastmt-carousel-controls li {
	width: 50px;
	height: 50px;
	margin-left: 1px;
}
.aastmt-carousel-control-btn {
	width: 50px;
	height: 50px;
	display: block;
	position: relative;
}
.aastmt-carousel-control-btn .aastmt-arrow-span {
	width: 25px;
	height: 25px;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -12.5px;
	top: 50%;
	margin-top: -12.5px
}
.aastmt-carousel-controls .aastmt-next .aastmt-arrow-span {
	background-image: url(../images/btn-carousel-next.png);
}
.aastmt-carousel-controls .aastmt-previous .aastmt-arrow-span {
	background-image: url(../images/btn-carousel-prev.png);
}
.aastmt-slide {
	position: relative
}
.aastmt-slide-caption {
	background: url(../images/bg-carousel-caption.png) repeat 0 0;
	position: absolute;
	bottom: 0;
	right: 102px;
	color: #fff;
	padding: 12px 16px 13px;
	left: 20px;
	text-align: left
}
.aastmt-slide-caption-txt {
	margin-right: 40px;
}
.aastmt-carousel-pagination {
	position: absolute;
	right: 16px;
	bottom: 16px
}
.aastmt-banner .aastmt-slide-caption {
	right: 20px
}
.aastmt-banner .aastmt-slide-caption-txt {
	margin-right: 0
}
.aastmt-related-links li {
	padding: 10px 20px 10px 0 !important;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 0
}
.aastmt-listing-item {
	clear: both;
	position: relative;
	border-bottom: 1px dotted #000000;
	margin-bottom: 10px
}
.aastmt-listing-item:last-child {
	border: 0
}
.aastmt-news-listing {
	border-bottom: 1px dashed #b5b5b5;
}
.aastmt-event-details {
	border: 1px solid #e4e4e4;
	border-width: 1px 0 1px 0;
}
.aastmt-event-details-dl {
	float: left;
	margin: 0;
	padding: 0
}
.aastmt-event-details-dl dt, .aastmt-event-details-dl dd {
	float: left;
	margin: 0;
	padding: 5px 10px 5px 0;
}
.aastmt-events-cta {
	float: right
}
.aastmt-events-cta li {
	margin-left: 10px
}
.aastmt-paging {
	margin-top: -38px
}
.aastmt-paging-btn {
	width: 38px;
	height: 38px;
	display: block;
	position: relative;
}
.aastmt-arrow-span {
	width: 8px;
	height: 11px;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: -5px
}
.aastmt-paging-btn:focus, .aastmt-paging-btn:hover {
	background: #454545
}
.aastmt-next .aastmt-arrow-span {
	background-image: url(../images/icon-fwd-btn-larger.png)
}
.aastmt-previous .aastmt-arrow-span {
	background-image: url(../images/icon-back-btn-larger.png)
}
.aastmt-current-date {
	color: #fff;
	line-height: 38px;
	margin: 0 39px;
	position: relative;
	right: 39px;
	left: 0;
	background: #171717;
}
.lt-ie8 .aastmt-current-date {
	padding: 2px 0 3px 0
}
.aastmt-paging-container {
	text-align: center;
}
.aastmt-paging .aastmt-previous-li {
	float: left;
	border-right: 1px solid #fff
}
.aastmt-paging .aastmt-next-li {
	float: right;
	border-left: 1px solid #fff
}
.aastmt-filter-navigation {
	margin-left: -7px;
	padding: 8px 0 5px
}
.aastmt-filter-navigation li {
	border-right: 1px solid #444;
	line-height: 14px;
	padding: 0 7px;
	font-weight: bold
}
.aastmt-filter-navigation li:last-child {
	border: 0
}
.aastmt-teaser {
	clear: both
}
.aastmt-teaser p {
	margin-bottom: 20px;
	font-size: 15px;
    line-height: 20px;
    text-align: justify;
}
.field-name-field-content-summary {
	min-height: 82px;
}
.aastmt-teaser-img-link {
	position: relative;
	display: block
}
.aastmt-overlay {
	width: 60px;
	height: 60px;
	background: url(../images/icon-media-sprite.png) 0 0 no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}
.aastmt-audio-overlay {
	background-position: -10px -10px
}
.aastmt-video-overlay {
	background-position: -11px -108px
}
.aastmt-teaser-img-link:focus .aastmt-audio-overlay, .aastmt-teaser-img-link:hover .aastmt-audio-overlay {
	background-position: -97px -10px
}
.aastmt-teaser-img-link:focus .aastmt-video-overlay, .aastmt-teaser-img-link:hover .aastmt-video-overlay {
	background-position: -98px -108px
}
.aastmt-focus-teaser {
	margin-bottom: 20px;
	position: relative
}
.aastmt-focus-teaser-img {
	width: 41.6667%;
	float: left;
	margin-right: 0;
	padding: 0;
}
.aastmt-focus-teaser-txt {
	width: 58.3333%;
	float: left;
	margin-right: 0;
	padding: 0;
}
.lt-ie8 .aastmt-focus-teaser-img {
	width: 41.1667%;
}
.lt-ie8 .aastmt-focus-teaser-txt {
	width: 58.1333%;
}
.aastmt-vertical-teaser-img {
	position: relative
}
.aastmt-topic {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12
}
.aastmt-pagination {
	height: 36px;
	margin: 18px 0;
	position: relative;
}
.aastmt-pagination ul {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
}
.lt-ie8 .aastmt-pagination ul {
	display: inline;
	zoom: 1
}
.aastmt-pagination li {
	display: inline;
}
.aastmt-pagination .pager-item, .aastmt-pagination .pager-last, .aastmt-pagination .pager-first {
	padding: 5px 7px !important;
	line-height: 12px;
	text-decoration: none;
	border: 1px solid #d6d6d6;
	margin: 0 2px;
}
.aastmt-pagination .pager-current {
	padding: 5px 7px !important;
	line-height: 12px;
	text-decoration: none;
	border: 1px solid #d6d6d6;
	margin: 0 2px;
	background-color: #f2f2f2;
}
.aastmt-elipsis {
	padding: 5px 7px !important;
	line-height: 12px;
	text-decoration: none;
	border: 1px solid #d6d6d6;
	margin: 0 2px;
}
.aastmt-pagination .pager-previous, .aastmt-pagination .pager-next {
	padding: 5px 7px !important;
	line-height: 12px;
	text-decoration: none;
	border: 1px solid #d6d6d6;
	margin: 0 2px;
	background: #000;
}
.aastmt-pagination .pager-item a:hover, .aastmt-pagination .pager-first a:hover, .aastmt-pagination .pager-last a:hover {
	background: none;
}
.aastmt-pagination .pager-previous a, .aastmt-pagination .pager-next a, .aastmt-pagination .pager-previous a:hover, .aastmt-pagination .pager-next a:hover {
	color: #fff;
	text-decoration: none;
	background: none;
}
.aastmt-elipsis {
	border: 0
}
.aastmt-pagination a:hover, .aastmt-pagination .aastmt-active a {
	background-color: #f2f2f2;
	color: #000000;
}
.aastmt-pagination .aastmt-active a {
	cursor: default;
	font-weight: bold;
}
.aastmt-pagination-centered {
	text-align: center;
}
.aastmt-pagination-right {
	text-align: right;
}
.aastmt-pagination .aastmt-pagination-btn, .aastmt-pagination .aastmt-previous-li {
	border: 0;
	width: 8px;
	height: 14px;
	display: block;
	position: relative;
	background: #000
}
.aastmt-pagination .aastmt-pagination-btn:hover {
	background: #454545
}
.aastmt-pagination .aastmt-previous-li {
	left: 0;
	top: 50%;
	margin-top: -6px
}
.aastmt-pagination .aastmt-next-li {
	right: 0;
	top: 50%;
	margin-top: -6px
}
.aastmt-list-container {
	text-align: center
}
.aastmt-mobile-list-layout {
	display: none
}
.aastmt-desktop-list-layout {
	padding-bottom: 10px
}
.aastmt-desktop-list-layout li {
	background: url(../images/bg-navigation-divider.png) center right no-repeat;
	padding: 0 14px 0 5px;
	display: inline-block;
}
.lt-ie8 .aastmt-desktop-list-layout li {
	padding: 0 10px 0 5px;
	display: inline
}
.aastmt-desktop-list-layout li:last-child {
	background: none
}
.lt-ie8 .aastmt-desktop-list-layout li {
	padding: 0 4px 0 4px
}
.lt-ie8 .aastmt-desktop-list-layout li a {
	padding: 0 8px 0 0;
	top: 2px
}
.lt-ie8 .aastmt-desktop-list-layout a .aastmt-list-indicator {
	bottom: -28px;
	margin-left: -26px
}
.aastmt-desktop-list-layout a {
	position: relative;
}
.aastmt-desktop-list-layout a .aastmt-list-indicator {
	display: none;
	height: 21px;
	width: 41px;
	background: url(../images/bg_list_indicator.png) 0 0 no-repeat;
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -22px
}
.aastmt-desktop-list-layout a:focus .aastmt-list-indicator, .aastmt-desktop-list-layout a:hover .aastmt-list-indicator, .aastmt-desktop-list-layout .aastmt-selected .aastmt-list-indicator {
	display: block
}
td, th {
	vertical-align: top;
}
table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.aastmt-table {
	width: 100%;
	margin-bottom: 18px;
}
.aastmt-table th, .aastmt-table td {
	padding: 10px 15px;
	line-height: 18px;
	text-align: left;
	vertical-align: top
}
.aastmt-table th {
	font-weight: bold;
}
.aastmt-table thead th {
	vertical-align: bottom;
}
.aastmt-table caption + thead tr:first-child th, .aastmt-table caption + thead tr:first-child td, .aastmt-table colgroup + thead tr:first-child th, .aastmt-table colgroup + thead tr:first-child td, .aastmt-table thead:first-child tr:first-child th, .aastmt-table thead:first-child tr:first-child td {
	border-top: 0;
}
.aastmt-table-condensed th, .aastmt-table-condensed td {
	padding: 4px 5px;
}
.aastmt-table-bordered {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-collapse: separate;
	border-left: 0;
}
.lt-ie8 .aastmt-table-bordered {
	border-collapse: collapsed;
}
.aastmt-table-bordered td {
	border-left: 1px solid #e4e4e4;
}
.aastmt-table-bordered caption + thead tr:first-child th, .aastmt-table-bordered caption + tbody tr:first-child th, .aastmt-table-bordered caption + tbody tr:first-child td, .aastmt-table-bordered colgroup + thead tr:first-child th, .aastmt-table-bordered colgroup + tbody tr:first-child th, .aastmt-table-bordered colgroup + tbody tr:first-child td, .aastmt-table-bordered thead:first-child tr:first-child th, .aastmt-table-bordered tbody:first-child tr:first-child th, .aastmt-table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}
.aastmt-table-heading {
	display: none;
	font-weight: bold;
	padding-right: 10px;
	white-space: wrap;
}
caption {
	background: #fff;
	padding: 5px 0
}
.aastmt-responsive-table {
	position: relative
}
.aastmt-expanded-table {
	width: 1074px;
}
.aastmt-full-width-table {
	width: 1024px;
	max-width: 1024px;
}
.Zebra_DatePicker table {
	width: 100%;
	border: 0;
}
.Zebra_DatePicker .dp_footer {
	display: none
}
.Zebra_DatePicker .dp_daypicker td {
	text-align: right;
	padding: 0 3px 9px 6px;
	background: #e1e1e1;
	border: 1px solid #fff;
	border-width: 0px 1px 0 0;
	cursor: pointer
}
.Zebra_DatePicker .dp_daypicker th {
	text-align: center;
	background: #fff;
	color: #444;
	font-weight: normal;
	padding: 5px
}
.Zebra_DatePicker .dp_daypicker tr {
	border-bottom: 1px solid #fff
}
.Zebra_DatePicker .dp_daypicker tr:last-child {
	border: 0
}
.Zebra_DatePicker .dp_daypicker tr td:last-child {
	border-right: 0;
}
.Zebra_DatePicker .dp_header {
	border-top: 1px solid #d5d3d2
}
.Zebra_DatePicker .dp_header td {
	color: #FFF
}
.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
	width: 30px
}
.Zebra_DatePicker .dp_header .dp_caption, .Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
	text-align: center;
	background: #fff;
	color: #444;
	padding: 5px
}
.Zebra_DatePicker .dp_header .dp_hover {
	background: #222;
	color: #FFF;
}
.Zebra_DatePicker .dp_header .dp_blocked {
	color: #888;
	cursor: default
}
.Zebra_DatePicker td.dp_not_in_month {
	background: #edeaea;
	color: #b4b3b3;
	cursor: default
}
.Zebra_DatePicker td.dp_selected {
	background: #222;
	color: #FFF !important
}
.Zebra_DatePicker td.dp_current {
	background: #888888;
	color: #fff
}
.Zebra_DatePicker td.dp_disabled_current {
	background: #edeaea;
	color: #b4b3b3;
}
.Zebra_DatePicker td.dp_disabled, .Zebra_DatePicker td.dp_weekend_disabled {
	background: #edeaea;
	color: #b4b3b3;
	cursor: default
}
.Zebra_DatePicker td.dp_hover {
	background: #222;
	color: #FFF
}
.js .aastmt-event-dates {
	display: none
}
.dp_highlighted a {
	display: block;
	position: relative;
}
.aastmt-event-indicator {
	width: 5px;
	height: 5px;
	position: absolute;
	bottom: -4px;
	left: -2px;
	display: block;
	background: #f3f3f3
}
.aastmt-nav {
	margin-left: 0;
	margin-bottom: 20px;
	list-style: none;
}
.aastmt-nav > li > a {
	display: block;
}
.aastmt-nav > li > a:hover {
	text-decoration: none;
	background-color: #eeeeee;
}
.aastmt-nav > li > a:visited {
	border: 0
}
.aastmt-nav-tabs {
	padding-left: 20px;
	border-bottom: 2px solid #0088cc;
}
.aastmt-nav-tabs, .aastmt-nav-pills {
	margin-bottom: 0
}
.lt-ie8 .aastmt-nav-tabs, .lt-ie8 .aastmt-nav-pills {
	zoom: 1;
}
.aastmt-nav-tabs:before, .aastmt-nav-pills:before, .aastmt-nav-tabs:after, .aastmt-nav-pills:after {
	display: table;
	content: "";
	line-height: 0;
}
.aastmt-nav-tabs:after, .aastmt-nav-pills:after {
	clear: both;
}
.aastmt-nav-tabs > li, .aastmt-nav-pills > li {
	float: left;
	margin: 0;
	word-wrap: break-word;
	padding-bottom: 0
}
.lt-ie8 .aastmt-nav-tabs > li, .lt-ie8 .aastmt-nav-pills > li {
	white-space: nowrap;
}
.aastmt-nav-tabs > li > a, .aastmt-nav-pills > li > a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 20px;
}
.lt-ie8 .aastmt-nav-pills > li a {
	padding-bottom: 15px
}
.aastmt-nav-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
}
.aastmt-nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}
.aastmt-nav-tabs > .active > a, .aastmt-nav-tabs > .active > a:hover {
	cursor: default;
	color: #ffffff;
	background-color: #0088cc;
}
.aastmt-nav-pills > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.aastmt-nav-pills > .active > a, .aastmt-nav-pills > .active > a:hover {
	color: #ffffff;
	background-color: #0088cc;
}
.tab-content {
	overflow: auto;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
	display: none;
}
.tab-content > .active, .pill-content > .active {
	display: block;
}
.aastmt-notifications-panel {
	border-bottom: 4px solid red;
	margin-bottom: 20px;
	position: relative;
	-moz-box-shadow: 0 2px 1px 0 #eee;
	-webkit-box-shadow: 0 2px 1px 0 #eee;
	box-shadow: 0 2px 1px 0 #eee;
}
.aastmt-notifications-panel p {
	padding-top: 5px
}
.aastmt-close-panel {
	width: 23px;
	height: 23px;
	position: absolute;
	top: 4px;
	right: 4px;
	background: url(../images/btn-close-panel.png) 0 0 no-repeat
}
.aastmt-notifications-icon {
	float: right;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px 5px 5px 30px;
	margin-bottom: 0
}
.aastmt-success-icon {
	background-image: url(../images/icon-success.png)
}
.aastmt-warning-icon {
	background-image: url(../images/icon-warning.png);
	padding-left: 35px
}
.aastmt-alert-icon {
	background-image: url(../images/icon-alert.png)
}
.aastmt-information-icon {
	background-image: url(../images/icon-information.png)
}
#tooltip {
	text-align: center;
	color: #f7fcff;
	background: #4f4f4f;
	position: absolute;
	z-index: 100;
	padding: 15px;
	border: 1px solid #e4e4e4;
	-moz-box-shadow: 0 2px 1px 0 #eee;
	-webkit-box-shadow: 0 2px 1px 0 #eee;
	box-shadow: 0 2px 1px 0 #eee;
}
#tooltip:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #4f4f4f;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}
#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #f7fcff;
	top: -20px;
	bottom: auto;
}
#tooltip.left:after {
	left: 10px;
	margin: 0;
}
#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}
.aastmt-partnership-branding {
	border-top: 4px solid #eee
}
.aastmt-logo-container {
	border-bottom: dotted 2px #e4e4e4;
	position: relative
}
.aastmt-logo-container:last-child {
	border: 0
}
.aastmt-logo-list li {
	margin-top: 25px;
	margin-right: 40px
}
.aastmt-branding-title {
	position: absolute;
	top: 1px;
	right: 0;
}
.aastmt-section-list-heading {
	display: block;
	border-right: 1px solid #e4e4e4;
	margin-bottom: 0
}
.aastmt-section-list-children {
	border-right: 1px solid #e4e4e4;
	margin-bottom: 0
}
.aastmt-section-list {
	margin-bottom: 0
}
.aastmt-section-list li {
	padding: 5px 0
}
.aastmt-section-list-children li {
	border-bottom: 1px solid #e4e4e4;
	font-weight: bold
}
.aastmt-section-list-children li li, .aastmt-section-list-children li:last-child {
	border: 0;
	font-weight: normal
}
.lt-ie9 .aastmt-section-list-children li.aastmt-last {
	border: 0;
}
.lt-ie9 .aastmt-section-list-children li li {
	font-weight: normal
}
.aastmt-video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.aastmt-video-container iframe, .aastmt-video-container object, .aastmt-video-container embed, .aastmt-video-container-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body.section-museums-and-collections {
	background: #e9f4f6;
}
body.section-museums-and-collections .aastmt-page-header {
	background: none;
}
body.section-museums-and-collections .aastmt-content {
	background: none;
}
body.section-museums-and-collections .aastmt-content .aastmt-wrap {
	background: #FFF;
}
body.section-museums-and-collections .aastmt-carousel-content p, body.section-museums-and-collections .aastmt-page-title {
	color: #106470;
}
body.section-museums-and-collections .aastmt-breadcrumb a, body.section-museums-and-collections .aastmt-breadcrumb span {
	color: #106470;
}
body.section-museums-and-collections .aastmt-local-footer {
	background: #106470;
}
body.section-museums-and-collections #page {
	background: url(../images/bg-museums-and-collections.jpg) no-repeat center 0;
}
body.section-museums-and-collections .aastmt-breadcrumb li {
	background: url(../images/bg-breadcrumb-link-museums.png) 5px 50% no-repeat;
}
body.section-museums-and-collections .aastmt-breadcrumb li:first-child, .aastmt-breadcrumb li.first-child {
	background: none;
	padding: 0
}
body.section-museums-and-collections .aastmt-breadcrumb .aastmt-home {
	background: url(../images/icon-breadcrumb-home-museums.png) 0 0 no-repeat;
}
.field-name-body .field-slideshow-wrapper img {
	margin: 0;
}
.field-slideshow-wrapper {
	margin: 10px 20px 10px 0;
}
.leaflet-popup-content p {
	margin: 1px 0 1px 0;
}
.leaflet-popup-content p + br {
	display: none;
}
.global-aastmtbridge-no-carousel .aastmt-recessed-content, .global-aastmtbridge-no-carousel .aastmt-recessed-secondary-content {
	padding-top: 0;
	margin-top: 0;
}
#block-aggregator-category-2 ul {
	list-style: none
}

@media only screen and (min-width:1200px) {
.aastmt-wrap {
	width: 1177px;
	

}
}

@media only screen and (max-width:1199px) {
.aastmt-wrap {
	width: 100%;
}
.aastmt-homepage-quicklinks {
	position: static
}
}

@media only screen and (max-width:1280px) {
.aastmt-main-logo {
	padding: 15px 10px
}
img.aastmt-float-right {
	float: none;
	margin: 10px 0 20px 0;
}
img.aastmt-float-left {
	float: none;
	margin: 10px 0 20px 0;
}
.aastmt-desktop-list-layout li {
	padding: 0 11px 0 1px;
}
}

@media (min-width:768px) and (max-width:1280px) {
}
.lt-ie8 .aastmt-global-navigation li a {
	padding: 25px 10px
}
.lt-ie9 .aastmt-global-navigation li a {
	padding: 25px 10px
}

@media (max-width:1023px) {
.aastmt-global-navigation {
	width: 280px
}
.aastmt-homepage-header .aastmt-global-navigation {
	width: 380px
}
.aastmt-global-navigation li {
	width: 33%
}
.aastmt-homepage-header .aastmt-global-navigation li {
	width: 25%
}
.aastmt-global-navigation li a {
	padding: 25px 10px
}
.aastmt-header-container {
	width: auto;
	float: left
}
}

@media (min-width:1081px) and (max-width:1280px) {
.aastmt-column3 .Zebra_DatePicker table {
	font-size: 10px
}
.aastmt-column3 .Zebra_DatePicker .dp_daypicker td {
	padding: 0 2px 5px 2px;
}
.aastmt-column3 .aastmt-event-indicator {
	bottom: 0;
	left: 0;
}
}

@media (min-width:1024px) and (max-width:1080px) {
.aastmt-site-search .aastmt-search-input input {
	width: 50%
}
.aastmt-column3 .Zebra_DatePicker table {
	font-size: 9px
}
.aastmt-column3 .Zebra_DatePicker .dp_daypicker td {
	padding: 0 1px 2px 1px;
}
.aastmt-column3 .aastmt-event-indicator {
	bottom: 1px;
	left: 1px;
}
}

@media only screen and (max-width:1150px) {
.aastmt-site-search {
	padding-right: 15px
}
.aastmt-pagination a, .aastmt-elipsis {
	padding: 8px 15px;
	line-height: 20px;
}
.aastmt-pagination .aastmt-pagination-btn {
	width: 11px;
	height: 22px;
}
.aastmt-pagination .aastmt-pagination-btn:focus, .aastmt-pagination .pagination-btn:hover {
	background: #454545
}
.aastmt-pagination .aastmt-previous-li {
	left: 0;
	top: 50%;
	margin-top: -10px
}
.aastmt-pagination .aastmt-next-li {
	right: 0;
	top: 50%;
	margin-top: -10px
}
.aastmt-column3 .Zebra_DatePicker table {
	font-size: 9px
}
.aastmt-column3 .Zebra_DatePicker .dp_daypicker td {
	padding: 0 1px 2px 1px;
}
.aastmt-column3 .aastmt-event-indicator {
	bottom: 1px;
	left: 1px;
}
.aastmt-global-navigation li a {
	padding: 25px 10px;
}
}

@media (min-width:768px) and (max-width:979px) {
.aastmt-column3 .Zebra_DatePicker table {
	font-size: 8px
}
.aastmt-site-search .aastmt-search-input input {
	width: 50%
}
}

@media (max-width:767px) {
.aastmt-page-header h1, .aastmt-carousel-content p, .aastmt-page-title {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 0
}
.aastmt-page-sub-title h2, .aastmt-sub-title {
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 0
}
.aastmt-homepage-content h2 {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0
}
h1, .aastmt-light-heading {
	font-size: 26px;
	line-height: 32px;
}
h2, .aastmt-slide-caption-txt, legend, .aastmt-highlight-day {
	font-size: 24px;
	line-height: 30px;
}
h3 {
	font-size: 22px;
	line-height: 28px;
}
h4, .aastmt-branding-title, .aastmt-sub-section-page .aastmt-page-header h1, .aastmt-sub-section-page .aastmt-page-title {
	font-size: 20px;
	line-height: 26px
}
h5, .aastmt-vertical-breadcrumb, .aastmt-enlarged-text, .aastmt-teaser-title, .aastmt-primary-cta, .btn, .aastmt-local-footer h3, .aastmt-global-footer h3, .aastmt-desktop-list-layout, .aastmt-local-navigation {
	font-size: 18px;
	line-height: 24px
}
h6, .aastmt-simple-heading, .aastmt-listing-title, .aastmt-news-listing .aastmt-datestamp, .aastmt-current-date {
	font-size: 17px;
	line-height: 23px
}
.aastmt-nav-tabs, .aastmt-nav-pills {
	font-size: 17px;
	line-height: 20px
}
.aastmt-nav-tabs > li > a, .aastmt-nav-pills > li > a {
	line-height: 20px
}
body, label, input, button, select, textarea, .aastmt-global-navigation, h4, h5, h6, .aastmt-topic {
	font-size: 16px;
	line-height: 22px;
}
.aastmt-pagination, .highlight, .aastmt-highlight-alert, .aastmt-datestamp, .aastmt-search-term, .aastmt-topic {
	font-size: 15px;
	line-height: 20px
}
p, li {
	margin: 0 0 15px 0
}
ul, ol {
	padding: 0;
	margin: 15px 0 9px 15px;
}
img.aastmt-float-right {
	margin: 10px 0 10px 0;
}
img.aastmt-float-left {
	margin: 10px 0 10px 0;
}
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"], .aastmt-uneditable-input, .aastmt-input-block-level {
	height: 22px;
}
.aastmt-input-block-level {
	min-height: 32px;
}
select, input[type="file"] {
	height: 32px;
	line-height: 32px;
}
[class*="aastmt-column"], .aastmt-column {
	float: none;
	display: block;
	width: auto;
	margin-left: 0;
}
.aastmt-wrap {
	width: 100%
}
.aastmt-search-container {
	padding: 20px;
}
.aastmt-no-left-padding {
	padding: 0 20px 20px 20px
}
.aastmt-recessed-secondary-content {
	margin-top: 0
}
.aastmt-spacing-column, .aastmt-sub-section-title {
	display: none
}
.aastmt-homepage-logo-header {
	display: none
}
.aastmt-footer-navigation {
	background: none;
}
.aastmt-footer-navigation ul {
	display: none
}
.aastmt-footer-navigation ul.aastmt-page-children, .aastmt-footer-navigation ul.aastmt-global-footer-links {
	display: block
}
.aastmt-horizontal-teaser-img {
	padding: 0 0 20px 0
}
.aastmt-horizontal-teaser-txt {
	padding: 0 0 0 0
}
.aastmt-navigation-open .aastmt-row {
	margin-left: 260px
}
.aastmt-site-search {
	float: right;
}
.js .aastmt-search-drawer, .aastmt-close-menu {
	display: none
}
.js .aastmt-search-open {
	display: block
}
.aastmt-site-search .container-inline {
	display: none
}
.aastmt-icon-search-btn {
	display: block
}
.aastmt-main-logo {
	padding: 15px 0;
	margin-left: -89px;
	position: absolute;
	left: 50%
}
.aastmt-homepage-header .aastmt-main-logo {
	display: block
}
.aastmt-home-link-container {
	display: block;
}
.aastmt-home-link-container a {
	display: block;
	padding: 21px 15px;
	border-right: 1px solid #2f2f2f;
	font-weight: bold;
}
.aastmt-global-navigation-container li a, .aastmt-global-navigation-header-container li a {
	background: none
}
.aastmt-home-link-container a, .aastmt-quicklinks-list li a, .aastmt-global-navigation-outer {
	background: url(../images/bg-mobile-nav-border.png) repeat-x bottom left;
}
.aastmt-global-navigation-outer {
	padding-bottom: 2px
}
.aastmt-home-link-container a:focus, .aastmt-global-navigation-mobile-list a:focus, .js .aastmt-quicklinks-list a:focus, .aastmt-home-link-container a:hover, .aastmt-global-navigation-mobile-list a:hover, .js .aastmt-quicklinks-list a:hover {
	text-decoration: none
}
.aastmt-home-link-container, .aastmt-global-navigation-mobile-list, .aastmt-quicklinks-list li {
	margin: 0;
	background: #323232;
	background-image: linear-gradient(bottom, rgb(50,50,50) 17%, rgb(59,59,59) 59%);
	background-image: -o-linear-gradient(bottom, rgb(50,50,50) 17%, rgb(59,59,59) 59%);
	background-image: -moz-linear-gradient(bottom, rgb(50,50,50) 17%, rgb(59,59,59) 59%);
	background-image: -webkit-linear-gradient(bottom, rgb(50,50,50) 17%, rgb(59,59,59) 59%);
	background-image: -ms-linear-gradient(bottom, rgb(50,50,50) 17%, rgb(59,59,59) 59%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.17, rgb(50,50,50)), color-stop(0.59, rgb(59,59,59)));
}
.aastmt-home-link-container:hover, .aastmt-quicklinks-list li:hover, .aastmt-home-link-container:focus, .aastmt-quicklinks-list li:focus {
	background: #2a2a2a;
	background-image: linear-gradient(bottom, rgb(36,36,36) 20%, rgb(42,42,42) 80%);
	background-image: -o-linear-gradient(bottom, rgb(36,36,36) 20%, rgb(42,42,42) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(36,36,36) 20%, rgb(42,42,42) 80%);
	background-image: -webkit-linear-gradient(bottom, rgb(36,36,36) 20%, rgb(42,42,42) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(36,36,36) 20%, rgb(42,42,42) 80%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, rgb(36,36,36)), color-stop(0.8, rgb(42,42,42)));
}
.aastmt-global-navigation-header-container {
	padding: 0 20px 0;
	margin: 0
}
.aastmt-global-navigation-container {
	padding: 0 20px 20px;
	margin: 0;
	border-right: 0
}
.aastmt-global-navigation-header-container li, .aastmt-global-navigation-container li {
	padding: 0;
	border-bottom: 2px solid #212121;
	margin: 0
}
.aastmt-global-navigation-header-container li {
	padding: 0
}
.aastmt-global-navigation-container li {
	padding: 0;
	margin: 0
}
.aastmt-global-navigation-container {
	padding: 0
}
.aastmt-global-navigation-container.last li {
	padding: 0
}
.aastmt-global-navigation-header-container li a {
	position: relative;
	left: -20px;
	font-weight: bold;
	padding: 15px;
	display: block;
	margin-right: -40px
}
.js .aastmt-quicklinks-list a, .js .aastmt-quicklinks-list a:link, .js .aastmt-quicklinks-list a:visited {
	padding: 15px 15px 20px;
}
.aastmt-global-navigation-container li a {
	display: block;
	padding: 10px 20px
}
.aastmt-global-navigation-header-container li a:focus, .aastmt-global-navigation-header-container li a:hover, .aastmt-global-navigation-container li a:focus, .aastmt-global-navigation-container li a:hover {
	background: #292929;
	background-image: linear-gradient(bottom, rgb(40,40,40) 20%, rgb(41,41,41) 80%);
	background-image: -o-linear-gradient(bottom, rgb(40,40,40) 20%, rgb(41,41,41) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(40,40,40) 20%, rgb(41,41,41) 80%);
	background-image: -webkit-linear-gradient(bottom, rgb(40,40,40) 20%, rgb(41,41,41) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(40,40,40) 20%, rgb(41,41,41) 80%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, rgb(40,40,40)), color-stop(0.8, rgb(41,41,41)));
}
.aastmt-global-navigation-container {
	font-weight: normal
}
.aastmt-quicklinks-list {
	padding: 3px 0 0 0;
	background: url(../images/bg-mobile-nav-border.png) repeat-x top left;
	font-weight: bold;
	position: relative;
	top: -2px
}
.aastmt-quicklinks-list li {
	padding: 0;
	border-bottom: 0
}
.aastmt-quicklinks-list li a {
	padding: 10px 10px 10px 0;
}
.js .aastmt-quicklinks-list a, .js .aastmt-quicklinks-list a:link, .js .aastmt-quicklinks-list a:visited {
	background-position: bottom left
}
.aastmt-global-navigation-container p, .aastmt-global-navigation-tertiary, .aastmt-global-navigation, .js .aastmt-quicklinks, .aastmt-tertiary-navigation {
	display: none
}
.js .aastmt-quicklinks-list, .js .aastmt-open-menu, .js .aastmt-global-navigation-drawer, .js .aastmt-global-navigation-outer {
	display: block
}
.aastmt-global-navigation-drawer {
	width: 260px;
	position: absolute;
	left: -260px;
	top: -1px;
}
.js .aastmt-local-navigation li.aastmt-back-link, .js .aastmt-local-navigation li.aastmt-back-link a {
	display: block;
	font-size: inherit;
	height: auto;
	visibility: visible;
	position: static
}
.js .aastmt-local-navigation-container a {
	padding: 15px 30px 15px 25px;
}
.js .aastmt-local-navigation-container li.aastmt-sub>a {
	background-image: none;
	padding: 15px 30px 15px 25px;
}
.js .aastmt-menu-btn {
	margin: 0;
	display: block;
}
.aastmt-menu-indicator {
	height: 20px;
	width: 20px;
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	margin-top: -10px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	background-repeat: no-repeat;
	background-position: 50% 50%
}
.aastmt-fwd-btn {
	right: 10px;
	left: auto;
	background-image: url(../images//icon-fwd-btn.png)
}
.aastmt-back-btn {
	left: 25px;
	background-image: url(../images//icon-back-btn.png)
}
.js .aastmt-menu-btn span {
	padding: 15px 0 15px 25px;
	display: block
}
.js .aastmt-menu-btn a {
	padding: 0;
	position: relative;
}
.js .aastmt-menu-btn .aastmt-menu-btn-arrow {
	width: 53px;
	height: 53px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%
}
.js .aastmt-local-navigation .aastmt-local-navigation-container {
	position: absolute;
	left: -9999px;
}
.js .aastmt-local-navigation ul {
	margin: 0;
	width: 480px;
	position: absolute;
}
.js .aastmt-local-navigation li {
	float: none;
}
.js .aastmt-local-navigation li.aastmt-title {
	display: block
}
.js .aastmt-local-navigation li.aastmt-title, .js .aastmt-local-navigation li.aastmt-current-page > a {
	font-weight: bold
}
.js .aastmt-local-navigation li.aastmt-title a {
	cursor: default
}
.js .aastmt-local-navigation li.aastmt-current-page > a {
	background-image: url(../images//icon-fwd-btn.png);
	background-position: 25px 50%;
	background-repeat: no-repeat;
	padding-left: 40px
}
.js .aastmt-local-navigation ul li ul {
	left: 480px;
	top: 0;
	padding-top: 0
}
.js .aastmt-local-navigation ul li.aastmt-current>ul, .js .aastmt-local-navigation ul li.aastmt-current ul li.aastmt-current>ul, .js .aastmt-local-navigation ul li.aastmt-current ul li.aastmt-current ul li.aastmt-current>ul, .js .aastmt-local-navigation ul li.aastmt-current ul li.aastmt-current ul li.aastmt-current ul li.aastmt-current>ul, .js .aastmt-local-navigation ul li.aastmt-current ul li.aastmt-current ul li.aastmt-current ul li.aastmt-current ul li.aastmt-current>ul, .js .aastmt-local-navigation ul li.aastmt-current ul li.aastmt-current ul li.aastmt-current ul li.aastmt-current ul li.aastmt-current ul li.aastmt-current>ul {
	display: block
}
.js .aastmt-local-navigation ul li ul, .js .aastmt-local-navigation ul li.aastmt-current ul li ul, .js .aastmt-local-navigation ul li.aastmt-current ul li.aastmt-current ul li ul, .js .aastmt-local-navigation ul li.aastmt-current ul li.aastmt-current ul li.aastmt-current ul li ul, .js .aastmt-local-navigation ul li.aastmt-current ul li.aastmt-current ul li.aastmt-current ul li.aastmt-current ul li ul, .js .aastmt-local-navigation ul li.aastmt-current ul li.aastmt-current ul li.aastmt-current ul li.aastmt-current ul li.aastmt-current ul li ul {
	display: none
}
.js .aastmt-local-navigation li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.js .aastmt-local-navigation-container li.aastmt-back-link a {
	position: relative;
	padding: 15px 30px 15px 50px;
}
.aastmt-co-branding-logo {
	float: none
}
.aastmt-open-menu {
	margin: 15px;
}
.aastmt-breadcrumb {
	display: none
}
.aastmt-mobile-parent {
	display: block;
}
.aastmt-section-page .aastmt-mobile-parent, .aastmt-sub-section-page .aastmt-mobile-parent {
	display: none
}
.aastmt-listing-txt {
	padding: 20px 0 0
}
.aastmt-listing-img {
	padding: 0 0 10px
}
.aastmt-event-details-dl dt, .aastmt-event-details-dl dd, .aastmt-event-details-dl {
	float: none
}
.aastmt-event-details, .aastmt-column6 .aastmt-event-details {
	background-image: none
}
.aastmt-current-date {
	padding: 7px 0 8px 0
}
.aastmt-slide-caption {
	opacity: 1;
	position: static;
}
.aastmt-carousel {
	overflow: hidden;
	background: #000
}
.aastmt-carousel-controls {
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	width: 100%
}
.aastmt-carousel-controls li {
	margin: 0;
	width: 50px;
	float: none;
	height: auto;
	position: absolute;
	top: 0;
}
.aastmt-slide-caption {
	background: #000
}
.aastmt-carousel-control-btn {
	overflow: auto;
	width: auto;
	opacity: 0.8
}
.aastmt-carousel-content {
	text-align: left
}
.aastmt-next-li {
	right: 0;
	left: auto;
}
.aastmt-event-cta-container {
	padding: 30px 20px 0 20px
}
.aastmt-events-cta {
	float: none
}
.aastmt-events-cta li {
	margin-left: 0;
	float: none;
	margin-bottom: 30px
}
.aastmt-table th, .aastmt-table td {
	line-height: 24px
}
.aastmt-vertical-stacking-table table, .aastmt-vertical-stacking-table thead, .aastmt-vertical-stacking-table tbody, .aastmt-vertical-stacking-table th, .aastmt-vertical-stacking-table td, .aastmt-vertical-stacking-table tr {
	display: block;
}
.aastmt-vertical-stacking-table thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.aastmt-vertical-stacking-table tr {
	border: 1px solid #ccc;
}
.aastmt-vertical-stacking-table td {
	border: none;
	border-bottom: 1px solid #e4e4e4;
}
.aastmt-vertical-stacking-table td:before {
	white-space: wrap;
}
.aastmt-table-heading {
	display: block;
}
.aastmt-nav-tabs {
	padding-left: 0
}
.aastmt-column3 .Zebra_DatePicker table {
	font-size: 16px
}
.aastmt-column3 .Zebra_DatePicker .dp_daypicker td {
	padding: 0 3px 9px 6px;
}
.aastmt-overlay {
	right: auto;
	left: 0
}
.aastmt-mobile-list-layout {
	display: block
}
.aastmt-desktop-list-layout {
	display: none
}
.aastmt-notifications-container {
	padding: 10px 20px
}
.aastmt-notifications-icon {
	float: none
}
.aastmt-close-panel {
	top: 10px;
	right: 20px
}
.aastmt-section-list li li {
	padding: 0 0 10px
}
.aastmt-section-list li li li {
	padding: 5px 0 5px
}
}

@media (max-width:480px) {
}
.aastmt-page-header, .aastmt-local-footer {
	background: #1278a3/*106470*/;
}
.aastmt-local-footer h3 a {
	color: #91b9a4;
}
.aastmt-page-sub-title, .aastmt-banner-content {
	background: #085e83;
}
.aastmt-tertiary-navigation {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAM0lEQVQYV2NkQAM3P3/7r87LxYgsDBLDEMCmCCQGV4jLJJhGsEJCikBqGIlRBFY4nDwDAIeHT431w+WIAAAAAElFTkSuQmCC);
	min-height: 100%
}
.aastmt-carousel-control-btn {
	background: #28828a
}
.aastmt-carousel-control-btn:hover {
	background: #0c5963
}
.aastmt-homepage-carousel .aastmt-slide {
	background: #096992;
	color: #fff
}
.aastmt-partnership-branding {
	border-color: #28828a
}
.aastmt-highlight-date {
	background: #28828a
}
/*.aastmt-focus-teaser {
	background: #1278a3;
}*/
.aastmt-focus-link {
	background-color:#4d4e5c;
}
.aastmt-main-content h1, .aastmt-main-content h2 {
	color: #0795ae;
	padding-top: 10px;
}
table, .aastmt-table-bordered {
	border-bottom: 2px solid #28828a;
}
th {
	background: #28828a;
	color: #fff
}
th.aastmt-alt {
	background: #fff;
	color: #28828a
}
.aastmt-table-striped tbody tr:nth-child(odd) td, .aastmt-table-striped tbody tr:nth-child(odd) th {
	background-color: #e0f3f9;
}
.aastmt-table-bordered th {
	border-left: 1px solid #d2f3e1;
}
.aastmt-local-navigation {
	background: #ffb198;
    border-bottom: 1px solid #ffb198;
    border-top: 3px solid #ffb198;

}
.aastmt-local-navigation a {
	background: #0c5963;
	border-right: 1px solid #106470;
	border-bottom: 1px solid #106470;
	border-top: 1px solid #106470
}
.aastmt-local-navigation a:focus, .aastmt-local-navigation a:hover, .aastmt-local-navigation a:active {
	background-color: #1e7680;
}
.aastmt-local-navigation a.aastmt-selected {
	background: #28828a
}
.aastmt-local-navigation a.active-trail {
	background: #28828a
}
.aastmt-local-navigation li.aastmt-hover a {
	background-color: #003a41;
	border-bottom: 0
}
.aastmt-local-navigation li.aastmt-sub li a {
	background-color: #003a41;
	border-right: 0;
}
.aastmt-local-navigation li.aastmt-sub li li a {
	border-bottom: 1px solid #0c5963;
}
.aastmt-local-navigation li.aastmt-sub li:last-child a {
	border-bottom: 0;
}
.js .aastmt-local-navigation li.aastmt-sub>a:focus, .js .aastmt-local-navigation li.aastmt-sub>a:hover, .js .aastmt-local-navigation li.aastmt-sub>a:active {
	background-color: #0c5963;
}
.js .aastmt-local-navigation li.aastmt-sub a:focus, .js .aastmt-local-navigation li.aastmt-sub a:hover {
	background-color: #003a41
}
.js .aastmt-local-navigation li.aastmt-sub li a:focus, .js .aastmt-local-navigation li.aastmt-sub li a:hover {
	background-color: #0c5963;
}
.aastmt-theme-1 .aastmt-page-header, .aastmt-theme-1 .aastmt-local-footer {
	background: #003e74
}
.aastmt-theme-1 .aastmt-local-footer h3 a {
	color: #68ace5;
}
.aastmt-theme-1 .aastmt-page-sub-title, .aastmt-theme-1 .aastmt-banner-content {
	background: #005dab
}
.aastmt-theme-1 .aastmt-tertiary-navigation {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAM0lEQVQYV2NkQAM3X/34ry7GwYgsDBLDEMCmCCQGV4jLJJhGsEJCikBqGIlRBFY4nDwDAHbOT3++G7jxAAAAAElFTkSuQmCC);
	min-height: 100%
}
.aastmt-theme-1 .aastmt-carousel-control-btn {
	background: #0072cf
}
.aastmt-theme-1 .aastmt-carousel-control-btn:hover {
	background: #004e8f
}
.aastmt-theme-1 .aastmt-homepage-carousel .aastmt-slide {
	background: #0072cf;
	color: #fff
}
.aastmt-theme-1 .aastmt-partnership-branding {
	border-color: #0072cf
}
.aastmt-theme-1 .aastmt-highlight-date {
	background: #0072cf
}
.aastmt-theme-1 .aastmt-focus-teaser {
	background: #003e74;
}
.aastmt-theme-1 .aastmt-focus-link {
	background-color: #004e8f
}
.aastmt-theme-1 .aastmt-main-content h1, .aastmt-theme-1 .aastmt-main-content h2 {
	color: #003e74
}
.aastmt-theme-1 table, .aastmt-theme-1 .aastmt-table-bordered {
	border-bottom: 2px solid #0072cf;
}
.aastmt-theme-1 th {
	background: #0072cf;
	color: #fff
}
.aastmt-theme-1 th.aastmt-alt {
	background: #fff;
	color: #0072cf
}
.aastmt-theme-1 .aastmt-table-striped tbody tr:nth-child(odd) td, .aastmt-theme-1 .aastmt-table-striped tbody tr:nth-child(odd) th {
	background-color: #d2e4f3;
}
.aastmt-theme-1 .aastmt-table-bordered th {
	border-left: 1px solid #d2e4f3;
}
.aastmt-theme-1 .aastmt-local-navigation {
	background: #004e8f;
	border-bottom: 1px solid #003e74;
	border-top: 1px solid #003e74
}
.aastmt-theme-1 .aastmt-local-navigation a {
	background: #004e8f;
	border-right: 1px solid #003e74;
	border-bottom: 1px solid #003e74;
	border-top: 1px solid #003e74
}
.aastmt-theme-1 .aastmt-local-navigation a:focus, .aastmt-theme-1 .aastmt-local-navigation a:hover, .aastmt-theme-1 .aastmt-local-navigation a:active {
	background-color: #005dab;
}
.aastmt-theme-1 .aastmt-local-navigation a.aastmt-selected {
	background: #0072cf
}
.aastmt-theme-1 .aastmt-local-navigation li.aastmt-hover a {
	background-color: #002e55
}
.aastmt-theme-1 .aastmt-local-navigation li.aastmt-sub li a {
	background-color: #002e55;
	border-right: 0;
}
.aastmt-theme-1 .aastmt-local-navigation li.aastmt-sub li li a {
	border-bottom: 1px solid #004e8f;
}
.aastmt-theme-1 .aastmt-local-navigation li.aastmt-sub li:last-child a {
	border-bottom: 0;
}
.js .aastmt-theme-1 .aastmt-local-navigation li.aastmt-sub>a:focus, .js .aastmt-theme-1 .aastmt-local-navigation li.aastmt-sub>a:hover, .js .aastmt-theme-1 .aastmt-local-navigation li.aastmt-sub>a:active {
	background-color: #004e8f;
}
.js .aastmt-theme-1 .aastmt-local-navigation li.aastmt-sub a:focus, .js .aastmt-theme-1 .aastmt-local-navigation li.aastmt-sub a:hover {
	background-color: #002e55
}
.js .aastmt-theme-1 .aastmt-local-navigation li.aastmt-sub li a:focus, .js .aastmt-theme-1 .aastmt-local-navigation li.aastmt-sub li a:hover {
	background-color: #004e8f;
}
.aastmt-theme-2 .aastmt-page-header, .aastmt-theme-2 .aastmt-local-footer {
	background: #106470
}
.aastmt-theme-2 .aastmt-local-footer h3 a {
	color: #91b9a4;
}
.aastmt-theme-2 .aastmt-page-sub-title, .aastmt-theme-2 .aastmt-banner-content {
	background: #1e7680
}
.aastmt-theme-2 .aastmt-tertiary-navigation {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAM0lEQVQYV2NkQAM3P3/7r87LxYgsDBLDEMCmCCQGV4jLJJhGsEJCikBqGIlRBFY4nDwDAIeHT431w+WIAAAAAElFTkSuQmCC);
	min-height: 100%
}
.aastmt-theme-2 .aastmt-carousel-control-btn {
	background: #28828a
}
.aastmt-theme-2 .aastmt-carousel-control-btn:hover {
	background: #0c5963
}
.aastmt-theme-2 .aastmt-homepage-carousel .aastmt-slide {
	background: #28828a;
	color: #fff
}
.aastmt-theme-2 .aastmt-partnership-branding {
	border-color: #28828a
}
.aastmt-theme-2 .aastmt-highlight-date {
	background: #28828a
}
.aastmt-theme-2 .aastmt-focus-teaser {
	background: #106470;
}
.aastmt-theme-2 .aastmt-focus-link {
	background-color: #0c5963
}
.aastmt-theme-2 .aastmt-main-content h1, .aastmt-theme-2 .aastmt-main-content h2 {
	color: #106470
}
.aastmt-theme-2 table, .aastmt-theme-2 .aastmt-table-bordered {
	border-bottom: 2px solid #28828a;
}
.aastmt-theme-2 th {
	background: #28828a;
	color: #fff
}
.aastmt-theme-2 th.aastmt-alt {
	background: #fff;
	color: #28828a
}
.aastmt-theme-2 .aastmt-table-striped tbody tr:nth-child(odd) td, .aastmt-theme-2 .aastmt-table-striped tbody tr:nth-child(odd) th {
	background-color: #d2f3e1;
}
.aastmt-theme-2 .aastmt-table-bordered th {
	border-left: 1px solid #d2f3e1;
}
.aastmt-theme-2 .aastmt-local-navigation {
	background: #0c5963;
	border-bottom: 1px solid #106470;
	border-top: 1px solid #106470
}
.aastmt-theme-2 .aastmt-local-navigation a {
	background: #0c5963;
	border-right: 1px solid #106470;
	border-bottom: 1px solid #106470;
	border-top: 1px solid #106470
}
.aastmt-theme-2 .aastmt-local-navigation a:focus, .aastmt-theme-2 .aastmt-local-navigation a:hover, .aastmt-theme-2 .aastmt-local-navigation a:active {
	background-color: #1e7680;
}
.aastmt-theme-2 .aastmt-local-navigation a.aastmt-selected {
	background: #28828a
}
.aastmt-theme-2 .aastmt-local-navigation li.aastmt-hover a {
	background-color: #003a41
}
.aastmt-theme-2 .aastmt-local-navigation li.aastmt-sub li a {
	background-color: #003a41;
	border-right: 0;
}
.aastmt-theme-2 .aastmt-local-navigation li.aastmt-sub li li a {
	border-bottom: 1px solid #0c5963;
}
.aastmt-theme-2 .aastmt-local-navigation li.aastmt-sub li:last-child a {
	border-bottom: 0;
}
.js .aastmt-theme-2 .aastmt-local-navigation li.aastmt-sub>a:focus, .js .aastmt-theme-2 .aastmt-local-navigation li.aastmt-sub>a:hover, .js .aastmt-theme-2 .aastmt-local-navigation li.aastmt-sub>a:active {
	background-color: #0c5963;
}
.js .aastmt-theme-2 .aastmt-local-navigation li.aastmt-sub a:focus, .js .aastmt-theme-2 .aastmt-local-navigation li.aastmt-sub a:hover {
	background-color: #003a41
}
.js .aastmt-theme-2 .aastmt-local-navigation li.aastmt-sub li a:focus, .js .aastmt-theme-2 .aastmt-local-navigation li.aastmt-sub li a:hover {
	background-color: #0c5963;
}
.aastmt-theme-3 .aastmt-page-header, .aastmt-theme-3 .aastmt-local-footer {
	background: #422e5d
}
.aastmt-theme-3 .aastmt-local-footer h3 a {
	color: #af95a3;
}
.aastmt-theme-3 .aastmt-page-sub-title, .aastmt-theme-3 .aastmt-banner-content {
	background: #782c7e
}
.aastmt-theme-3 .aastmt-tertiary-navigation {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQALv7r/7zwjjgzhCikKMYAEYB8RmROaABAAPAg+/3tdmjQAAAABJRU5ErkJggg==);
	min-height: 100%
}
.aastmt-theme-3 .aastmt-carousel-control-btn {
	background: #8f2b8c
}
.aastmt-theme-3 .aastmt-carousel-control-btn:hover {
	background: #6a2068
}
.aastmt-theme-3 .aastmt-homepage-carousel .aastmt-slide {
	background: #8f2b8c;
	color: #fff
}
.aastmt-theme-3 .aastmt-partnership-branding {
	border-color: #8f2b8c
}
.aastmt-theme-3 .aastmt-highlight-date {
	background: #8f2b8c
}
.aastmt-theme-3 .aastmt-focus-teaser {
	background: #422e5d;
}
.aastmt-theme-3 .aastmt-focus-link {
	background-color: #612d70
}
.aastmt-theme-3 .aastmt-main-content h1, .aastmt-theme-3 .aastmt-main-content h2 {
	color: #422e5d
}
.aastmt-theme-3 table, .aastmt-theme-3 .aastmt-table-bordered {
	border-bottom: 2px solid #8f2b8c;
}
.aastmt-theme-3 th {
	background: #8f2b8c;
	color: #fff
}
.aastmt-theme-3 th.aastmt-alt {
	background: #fff;
	color: #8f2b8c
}
.aastmt-theme-3 .aastmt-table-striped tbody tr:nth-child(odd) td, .aastmt-theme-3 .aastmt-table-striped tbody tr:nth-child(odd) th {
	background-color: #f4d3e5;
}
.aastmt-theme-3 .aastmt-table-bordered th {
	border-left: 1px solid #f4d3e5;
}
.aastmt-theme-3 .aastmt-local-navigation {
	background: #612d70;
	border-bottom: 1px solid #422E5D;
	border-top: 1px solid #422E5D
}
.aastmt-theme-3 .aastmt-local-navigation a {
	background: #612d70;
	border-right: 1px solid #422E5D;
	border-bottom: 1px solid #422E5D;
	border-top: 1px solid #422E5D
}
.aastmt-theme-3 .aastmt-local-navigation a:focus, .aastmt-theme-3 .aastmt-local-navigation a:hover, .aastmt-theme-3 .aastmt-local-navigation a:active {
	background-color: #782c7e;
}
.aastmt-theme-3 .aastmt-local-navigation a.aastmt-selected {
	background: #8f2b8c
}
.aastmt-theme-3 .aastmt-local-navigation li.aastmt-hover a {
	background-color: #35254a
}
.aastmt-theme-3 .aastmt-local-navigation li.aastmt-sub li a {
	background-color: #35254a;
	border-right: 0;
}
.aastmt-theme-3 .aastmt-local-navigation li.aastmt-sub li li a {
	border-bottom: 1px solid #612d70;
}
.aastmt-theme-3 .aastmt-local-navigation li.aastmt-sub li:last-child a {
	border-bottom: 0;
}
.js .aastmt-theme-3 .aastmt-local-navigation li.aastmt-sub>a:focus, .js .aastmt-theme-3 .aastmt-local-navigation li.aastmt-sub>a:hover, .js .aastmt-theme-3 .aastmt-local-navigation li.aastmt-sub>a:active {
	background-color: #612d70;
}
.js .aastmt-theme-3 .aastmt-local-navigation li.aastmt-sub a:focus, .js .aastmt-theme-3 .aastmt-local-navigation li.aastmt-sub a:hover {
	background-color: #35254a
}
.js .aastmt-theme-3 .aastmt-local-navigation li.aastmt-sub li a:focus, .js .aastmt-theme-3 .aastmt-local-navigation li.aastmt-sub li a:hover {
	background-color: #612d70;
}
.aastmt-theme-4 .aastmt-page-header, .aastmt-theme-4 .aastmt-local-footer {
	background: #304220
}
.aastmt-theme-4 .aastmt-local-footer h3 a {
	color: #aab300;
}
.aastmt-theme-4 .aastmt-page-sub-title, .aastmt-theme-4 .aastmt-banner-content {
	background: #4b701c
}
.aastmt-theme-4 .aastmt-tertiary-navigation {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAM0lEQVQYV2NkQAPPPt39L8WnzIgsDBLDEMCmCCQGV4jLJJhGsEJCikBqGIlRBFY4nDwDAGjMT3NzIr6SAAAAAElFTkSuQmCC);
	min-height: 100%
}
.aastmt-theme-4 .aastmt-carousel-control-btn {
	background: #57831a
}
.aastmt-theme-4 .aastmt-carousel-control-btn:hover {
	background: #355918
}
.aastmt-theme-4 .aastmt-homepage-carousel .aastmt-slide {
	background: #57831a;
	color: #fff
}
.aastmt-theme-4 .aastmt-partnership-branding {
	border-color: #57831a
}
.aastmt-theme-4 .aastmt-highlight-date {
	background: #57831a
}
.aastmt-theme-4 .aastmt-focus-teaser {
	background: #304220;
}
.aastmt-theme-4 .aastmt-focus-link {
	background-color: #355918
}
.aastmt-theme-4 .aastmt-main-content h1, .aastmt-theme-4 .aastmt-main-content h2 {
	color: #304220
}
.aastmt-theme-4 table, .aastmt-theme-4 .aastmt-table-bordered {
	border-bottom: 2px solid #57831a;
}
.aastmt-theme-4 th {
	background: #57831a;
	color: #fff
}
.aastmt-theme-4 th.aastmt-alt {
	background: #fff;
	color: #57831a
}
.aastmt-theme-4 .aastmt-table-striped tbody tr:nth-child(odd) td, .aastmt-theme-4 .aastmt-table-striped tbody tr:nth-child(odd) th {
	background-color: #f4f6cd;
}
.aastmt-theme-4 .aastmt-table-bordered th {
	border-left: 1px solid #f4f6cd;
}
.aastmt-theme-4 .aastmt-local-navigation {
	background: #355918;
	border-bottom: 1px solid #304220;
	border-top: 1px solid #304220
}
.aastmt-theme-4 .aastmt-local-navigation a {
	background: #355918;
	border-right: 1px solid #304220;
	border-bottom: 1px solid #304220;
	border-top: 1px solid #304220
}
.aastmt-theme-4 .aastmt-local-navigation a:focus, .aastmt-theme-4 .aastmt-local-navigation a:hover, .aastmt-theme-4 .aastmt-local-navigation a:active {
	background-color: #4b701c;
}
.aastmt-theme-4 .aastmt-local-navigation a.aastmt-selected {
	background: #57831a
}
.aastmt-theme-4 .aastmt-local-navigation li.aastmt-hover a {
	background-color: #222f16
}
.aastmt-theme-4 .aastmt-local-navigation li.aastmt-sub li a {
	background-color: #222f16;
	border-right: 0;
}
.aastmt-theme-4 .aastmt-local-navigation li.aastmt-sub li li a {
	border-bottom: 1px solid #355918;
}
.aastmt-theme-4 .aastmt-local-navigation li.aastmt-sub li:last-child a {
	border-bottom: 0;
}
.js .aastmt-theme-4 .aastmt-local-navigation li.aastmt-sub>a:focus, .js .aastmt-theme-4 .aastmt-local-navigation li.aastmt-sub>a:hover, .js .aastmt-theme-4 .aastmt-local-navigation li.aastmt-sub>a:active {
	background-color: #355918;
}
.js .aastmt-theme-4 .aastmt-local-navigation li.aastmt-sub a:focus, .js .aastmt-theme-4 .aastmt-local-navigation li.aastmt-sub a:hover {
	background-color: #222f16
}
.js .aastmt-theme-4 .aastmt-local-navigation li.aastmt-sub li a:focus, .js .aastmt-theme-4 .aastmt-local-navigation li.aastmt-sub li a:hover {
	background-color: #355918;
}
.aastmt-theme-5 .aastmt-page-header, .aastmt-theme-5 .aastmt-local-footer {
	background: #c44101
}
.aastmt-theme-5 .aastmt-local-footer h3 a {
	color: #f3bd48;
}
.aastmt-theme-5 .aastmt-page-sub-title, .aastmt-theme-5 .aastmt-banner-content {
	background: #d45812
}
.aastmt-theme-5 .aastmt-tertiary-navigation {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAM0lEQVQYV2NkQAN/Xt3/zyKmyIgsDBLDEMCmCCQGV4jLJJhGsEJCikBqGIlRBFY4nDwDAI8kT5P7ti8QAAAAAElFTkSuQmCC);
	min-height: 100%
}
.aastmt-theme-5 .aastmt-carousel-control-btn {
	background: #df671d
}
.aastmt-theme-5 .aastmt-carousel-control-btn:hover {
	background: #ab3901
}
.aastmt-theme-5 .aastmt-homepage-carousel .aastmt-slide {
	background: #df671d;
	color: #fff
}
.aastmt-theme-5 .aastmt-partnership-branding {
	border-color: #df671d
}
.aastmt-theme-5 .aastmt-highlight-date {
	background: #df671d
}
.aastmt-theme-5 .aastmt-focus-teaser {
	background: #c44101;
}
.aastmt-theme-5 .aastmt-focus-link {
	background-color: #ab3901
}
.aastmt-theme-5 .aastmt-main-content h1, .aastmt-theme-5 .aastmt-main-content h2 {
	color: #c44101
}
.aastmt-theme-5 table, .aastmt-theme-5 .aastmt-table-bordered {
	border-bottom: 2px solid #df671d;
}
.aastmt-theme-5 th {
	background: #df671d;
	color: #fff
}
.aastmt-theme-5 th.aastmt-alt {
	background: #fff;
	color: #df671d
}
.aastmt-theme-5 .aastmt-table-striped tbody tr:nth-child(odd) td, .aastmt-theme-5 .aastmt-table-striped tbody tr:nth-child(odd) th {
	background-color: #f5e7ca;
}
.aastmt-theme-5 .aastmt-table-bordered th {
	border-left: 1px solid #f5e7ca;
}
.aastmt-theme-5 .aastmt-local-navigation {
	background: #ab3901;
	border-bottom: 1px solid #c44101;
	border-top: 1px solid #c44101
}
.aastmt-theme-5 .aastmt-local-navigation a {
	background: #ab3901;
	border-right: 1px solid #c44101;
	border-bottom: 1px solid #c44101;
	border-top: 1px solid #c44101
}
.aastmt-theme-5 .aastmt-local-navigation a:focus, .aastmt-theme-5 .aastmt-local-navigation a:hover, .aastmt-theme-5 .aastmt-local-navigation a:active {
	background-color: #d45812;
}
.aastmt-theme-5 .aastmt-local-navigation a.aastmt-selected {
	background: #df671d
}
.aastmt-theme-5 .aastmt-local-navigation li.aastmt-hover a {
	background-color: #772801
}
.aastmt-theme-5 .aastmt-local-navigation li.aastmt-sub li a {
	background-color: #772801;
	border-right: 0;
}
.aastmt-theme-5 .aastmt-local-navigation li.aastmt-sub li li a {
	border-bottom: 1px solid #ab3901;
}
.aastmt-theme-5 .aastmt-local-navigation li.aastmt-sub li:last-child a {
	border-bottom: 0;
}
.js .aastmt-theme-5 .aastmt-local-navigation li.aastmt-sub>a:focus, .js .aastmt-theme-5 .aastmt-local-navigation li.aastmt-sub>a:hover, .js .aastmt-theme-5 .aastmt-local-navigation li.aastmt-sub>a:active {
	background-color: #ab3901;
}
.js .aastmt-theme-5 .aastmt-local-navigation li.aastmt-sub a:focus, .js .aastmt-theme-5 .aastmt-local-navigation li.aastmt-sub a:hover {
	background-color: #772801
}
.js .aastmt-theme-5 .aastmt-local-navigation li.aastmt-sub li a:focus, .js .aastmt-theme-5 .aastmt-local-navigation li.aastmt-sub li a:hover {
	background-color: #ab3901;
}
.aastmt-theme-6 .aastmt-page-header, .aastmt-theme-6 .aastmt-local-footer {
	background: #851735
}
.aastmt-theme-6 .aastmt-local-footer h3 a {
	color: #eb99a9;
}
.aastmt-theme-6 .aastmt-page-sub-title, .aastmt-theme-6 .aastmt-banner-content {
	background: #be1741
}
.aastmt-theme-6 .aastmt-tertiary-navigation {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAM0lEQVQYV2NkQAM/bz36z64mx4gsDBLDEMCmCCQGV4jLJJhGsEJCikBqGIlRBFY4nDwDAGjoT3MabQ+4AAAAAElFTkSuQmCC);
	min-height: 100%
}
.aastmt-theme-6 .aastmt-carousel-control-btn {
	background: #d61746
}
.aastmt-theme-6 .aastmt-carousel-control-btn:hover {
	background: #a51137
}
.aastmt-theme-6 .aastmt-homepage-carousel .aastmt-slide {
	background: #d61746;
	color: #fff
}
.aastmt-theme-6 .aastmt-partnership-branding {
	border-color: #d61746
}
.aastmt-theme-6 .aastmt-highlight-date {
	background: #d61746
}
.aastmt-theme-6 .aastmt-focus-teaser {
	background: #851735;
}
.aastmt-theme-6 .aastmt-focus-link {
	background-color: #a51137
}
.aastmt-theme-6 .aastmt-main-content h1, .aastmt-theme-6 .aastmt-main-content h2 {
	color: #851735
}
.aastmt-theme-6 table, .aastmt-theme-6 .aastmt-table-bordered {
	border-bottom: 2px solid #d61746;
}
.aastmt-theme-6 th {
	background: #d61746;
	color: #fff
}
.aastmt-theme-6 th.aastmt-alt {
	background: #fff;
	color: #d61746
}
.aastmt-theme-6 .aastmt-table-striped tbody tr:nth-child(odd) td, .aastmt-theme-6 .aastmt-table-striped tbody tr:nth-child(odd) th {
	background-color: #f8e1e5;
}
.aastmt-theme-6 .aastmt-table-bordered th {
	border-left: 1px solid #f8e1e5;
}
.aastmt-theme-6 .aastmt-local-navigation {
	background: #a51137;
	border-bottom: 1px solid #851735;
	border-top: 1px solid #851735
}
.aastmt-theme-6 .aastmt-local-navigation a {
	background: #a51137;
	border-right: 1px solid #851735;
	border-bottom: 1px solid #851735;
	border-top: 1px solid #851735
}
.aastmt-theme-6 .aastmt-local-navigation a:focus, .aastmt-theme-6 .aastmt-local-navigation a:hover, .aastmt-theme-6 .aastmt-local-navigation a:active {
	background-color: #be1741;
}
.aastmt-theme-6 .aastmt-local-navigation a.aastmt-selected {
	background: #d61746
}
.aastmt-theme-6 .aastmt-local-navigation li.aastmt-hover a {
	background-color: #6c112a
}
.aastmt-theme-6 .aastmt-local-navigation li.aastmt-sub li a {
	background-color: #6c112a;
	border-right: 0;
}
.aastmt-theme-6 .aastmt-local-navigation li.aastmt-sub li li a {
	border-bottom: 1px solid #a51137;
}
.aastmt-theme-6 .aastmt-local-navigation li.aastmt-sub li:last-child a {
	border-bottom: 0;
}
.js .aastmt-theme-6 .aastmt-local-navigation li.aastmt-sub>a:focus, .js .aastmt-theme-6 .aastmt-local-navigation li.aastmt-sub>a:hover, .js .aastmt-theme-6 .aastmt-local-navigation li.aastmt-sub>a:active {
	background-color: #a51137;
}
.js .aastmt-theme-6 .aastmt-local-navigation li.aastmt-sub a:focus, .js .aastmt-theme-6 .aastmt-local-navigation li.aastmt-sub a:hover {
	background-color: #6c112a
}
.js .aastmt-theme-6 .aastmt-local-navigation li.aastmt-sub li a:focus, .js .aastmt-theme-6 .aastmt-local-navigation li.aastmt-sub li a:hover {
	background-color: #a51137;
}

@media only screen and (max-width:767px) {
.aastmt-local-navigation {
	border: 0
}
.js .aastmt-closed .aastmt-menu-btn-arrow {
	background-image: url(../images//icon-close-btn.png)
}
.js .aastmt-open .aastmt-menu-btn-arrow {
	background-image: url(../images//icon-open-btn.png)
}
.js .aastmt-menu-btn a:focus, .js .aastmt-menu-btn a:hover {
	border: 0;
}
.aastmt-local-navigation ul {
	border-top: 0;
}
.js .aastmt-local-navigation a {
	background: #106470;
	border-right: 0;
	border-top: 0
}
.aastmt-local-navigation li a {
	border-bottom: 1px solid #0c5963;
}
.js .aastmt-local-navigation li li a, .js .aastmt-local-navigation li.aastmt-sub li.aastmt-sub a {
	background-color: #106470;
}
.js .aastmt-local-navigation li.aastmt-title a, .js .aastmt-local-navigation li.aastmt-sub li.aastmt-title a, .js .aastmt-local-navigation li.aastmt-sub li.aastmt-sub li.aastmt-title a, .js .aastmt-local-navigation a:focus, .js .aastmt-local-navigation a:hover, .js .aastmt-local-navigation a:active {
	background-color: #0c5963;
}
.js .aastmt-local-navigation li.aastmt-sub a:focus, .js .aastmt-local-navigation li.aastmt-sub a:hover {
	background-color: #0c5963
}
.js .aastmt-local-navigation li.aastmt-sub li a:focus, .js .aastmt-local-navigation li.aastmt-sub li a:hover {
	background-color: #0c5963;
}
.js .aastmt-menu-btn a {
	border: 0;
	background: #0c5963;
}
.aastmt-menu-btn-arrow {
	background: #003a41
}
.js .aastmt-menu-btn-arrow a:focus, .js .aastmt-menu-btn-arrow a:hover {
	background-color: #003a41;
}
.aastmt-menu-indicator {
	background-color: #0c5963;
}
.js .aastmt-local-navigation-container li:first-child a {
	border-top: 1px solid #003a41;
}
.js .aastmt-local-navigation-container li.aastmt-back-link a, .js .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a, .js .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a, .js .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a {
	border-bottom: 1px solid #0c5963;
	background-color: #003a41;
}
.js .aastmt-local-navigation-container li.aastmt-back-link a:focus, .js .aastmt-local-navigation-container li.aastmt-back-link a:hover, .js .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a:hover, .js .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:hover, .js .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:hover {
	background-color: #0c5963;
}
.js .aastmt-theme-1 .aastmt-local-navigation a {
	background: #003e74;
	border-right: 0;
	border-top: 0
}
.aastmt-theme-1 .aastmt-local-navigation li a {
	border-bottom: 1px solid #004e8f;
}
.js .aastmt-theme-1 .aastmt-local-navigation li li a, .js .aastmt-theme-1 .aastmt-local-navigation li.aastmt-sub li.aastmt-sub a {
	background-color: #003e74;
}
.js .aastmt-theme-1 .aastmt-local-navigation li.aastmt-title a, .js .aastmt-theme-1 .aastmt-local-navigation li.aastmt-sub li.aastmt-title a, .js .aastmt-theme-1 .aastmt-local-navigation li.aastmt-sub li.aastmt-sub li.aastmt-title a, .js .aastmt-theme-1 .aastmt-local-navigation a:focus, .js .aastmt-theme-1 .aastmt-local-navigation a:hover, .js .aastmt-theme-1 .aastmt-local-navigation a:active {
	background-color: #004e8f;
}
.js .aastmt-theme-1 .aastmt-local-navigation li.aastmt-sub a:focus, .js .aastmt-theme-1 .aastmt-local-navigation li.aastmt-sub a:hover {
	background-color: #004e8f
}
.js .aastmt-theme-1 .aastmt-local-navigation li.aastmt-sub li a:focus, .js .aastmt-theme-1 .aastmt-local-navigation li.aastmt-sub li a:hover {
	background-color: #004e8f;
}
.js .aastmt-theme-1 .aastmt-menu-btn a {
	border: 0;
	background: #004e8f;
}
.aastmt-theme-1 .aastmt-menu-btn-arrow {
	background: #002e55
}
.js .aastmt-theme-1 .aastmt-menu-btn-arrow a:focus, .js .aastmt-theme-1 .aastmt-menu-btn-arrow a:hover {
	background-color: #002e55;
}
.aastmt-theme-1 .aastmt-menu-indicator {
	background-color: #004e8f;
}
.js .aastmt-theme-1 .aastmt-local-navigation-container li:first-child a {
	border-top: 1px solid #002e55;
}
.js .aastmt-theme-1 .aastmt-local-navigation-container li.aastmt-back-link a, .js .aastmt-theme-1 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a, .js .aastmt-theme-1 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a, .js .aastmt-theme-1 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a {
	border-bottom: 1px solid #004e8f;
	background-color: #002e55;
}
.js .aastmt-theme-1 .aastmt-local-navigation-container li.aastmt-back-link a:focus, .js .aastmt-theme-1 .aastmt-local-navigation-container li.aastmt-back-link a:hover, .js .aastmt-theme-1 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-theme-1 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a:hover, .js .aastmt-theme-1 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-theme-1 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:hover, .js .aastmt-theme-1 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-theme-1 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:hover {
	background-color: #004e8f;
}
.js .aastmt-theme-2 .aastmt-local-navigation a {
	background: #106470;
	border-right: 0;
	border-top: 0
}
.aastmt-theme-2 .aastmt-local-navigation li a {
	border-bottom: 1px solid #0c5963;
}
.js .aastmt-theme-2 .aastmt-local-navigation li li a, .js .aastmt-theme-2 .aastmt-local-navigation li.aastmt-sub li.aastmt-sub a {
	background-color: #106470;
}
.js .aastmt-theme-2 .aastmt-local-navigation li.aastmt-title a, .js .aastmt-theme-2 .aastmt-local-navigation li.aastmt-sub li.aastmt-title a, .js .aastmt-theme-2 .aastmt-local-navigation li.aastmt-sub li.aastmt-sub li.aastmt-title a, .js .aastmt-theme-2 .aastmt-local-navigation a:focus, .js .aastmt-theme-2 .aastmt-local-navigation a:hover, .js .aastmt-theme-2 .aastmt-local-navigation a:active {
	background-color: #0c5963;
}
.js .aastmt-theme-2 .aastmt-local-navigation li.aastmt-sub a:focus, .js .aastmt-theme-2 .aastmt-local-navigation li.aastmt-sub a:hover {
	background-color: #0c5963
}
.js .aastmt-theme-2 .aastmt-local-navigation li.aastmt-sub li a:focus, .js .aastmt-theme-2 .aastmt-local-navigation li.aastmt-sub li a:hover {
	background-color: #0c5963;
}
.js .aastmt-theme-2 .aastmt-menu-btn a {
	border: 0;
	background: #0c5963;
}
.aastmt-theme-2 .aastmt-menu-btn-arrow {
	background: #003a41
}
.js .aastmt-theme-2 .aastmt-menu-btn-arrow a:focus, .js .aastmt-theme-2 .aastmt-menu-btn-arrow a:hover {
	background-color: #003a41;
}
.aastmt-theme-2 .aastmt-menu-indicator {
	background-color: #0c5963;
}
.js .aastmt-theme-2 .aastmt-local-navigation-container li:first-child a {
	border-top: 1px solid #003a41;
}
.js .aastmt-theme-2 .aastmt-local-navigation-container li.aastmt-back-link a, .js .aastmt-theme-2 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a, .js .aastmt-theme-2 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a, .js .aastmt-theme-2 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a {
	border-bottom: 1px solid #0c5963;
	background-color: #003a41;
}
.js .aastmt-theme-2 .aastmt-local-navigation-container li.aastmt-back-link a:focus, .js .aastmt-theme-2 .aastmt-local-navigation-container li.aastmt-back-link a:hover, .js .aastmt-theme-2 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-theme-2 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a:hover, .js .aastmt-theme-2 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-theme-2 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:hover, .js .aastmt-theme-2 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-theme-2 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:hover {
	background-color: #0c5963;
}
.js .aastmt-theme-3 .aastmt-local-navigation a {
	background: #422E5D;
	border-right: 0;
	border-top: 0
}
.aastmt-theme-3 .aastmt-local-navigation li a {
	border-bottom: 1px solid #612d70;
}
.js .aastmt-theme-3 .aastmt-local-navigation li li a, .js .aastmt-theme-3 .aastmt-local-navigation li.aastmt-sub li.aastmt-sub a {
	background-color: #422E5D;
}
.js .aastmt-theme-3 .aastmt-local-navigation li.aastmt-title a, .js .aastmt-theme-3 .aastmt-local-navigation li.aastmt-sub li.aastmt-title a, .js .aastmt-theme-3 .aastmt-local-navigation li.aastmt-sub li.aastmt-sub li.aastmt-title a, .js .aastmt-theme-3 .aastmt-local-navigation a:focus, .js .aastmt-theme-3 .aastmt-local-navigation a:hover, .js .aastmt-theme-3 .aastmt-local-navigation a:active {
	background-color: #612d70;
}
.js .aastmt-theme-3 .aastmt-local-navigation li.aastmt-sub a:focus, .js .aastmt-theme-3 .aastmt-local-navigation li.aastmt-sub a:hover {
	background-color: #612d70
}
.js .aastmt-theme-3 .aastmt-local-navigation li.aastmt-sub li a:focus, .js .aastmt-theme-3 .aastmt-local-navigation li.aastmt-sub li a:hover {
	background-color: #612d70;
}
.js .aastmt-theme-3 .aastmt-menu-btn a {
	border: 0;
	background: #612d70;
}
.aastmt-theme-3 .aastmt-menu-btn-arrow {
	background: #35254a
}
.js .aastmt-theme-3 .aastmt-menu-btn-arrow a:focus, .js .aastmt-theme-3 .aastmt-menu-btn-arrow a:hover {
	background-color: #35254a;
}
.aastmt-theme-3 .aastmt-menu-indicator {
	background-color: #612d70;
}
.js .aastmt-theme-3 .aastmt-local-navigation-container li:first-child a {
	border-top: 1px solid #35254a;
}
.js .aastmt-theme-3 .aastmt-local-navigation-container li.aastmt-back-link a, .js .aastmt-theme-3 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a, .js .aastmt-theme-3 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a, .js .aastmt-theme-3 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a {
	border-bottom: 1px solid #612d70;
	background-color: #35254a;
}
.js .aastmt-theme-3 .aastmt-local-navigation-container li.aastmt-back-link a:focus, .js .aastmt-theme-3 .aastmt-local-navigation-container li.aastmt-back-link a:hover, .js .aastmt-theme-3 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-theme-3 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a:hover, .js .aastmt-theme-3 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-theme-3 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:hover, .js .aastmt-theme-3 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-theme-3 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:hover {
	background-color: #612d70;
}
.js .aastmt-theme-4 .aastmt-local-navigation a {
	background: #304220;
	border-right: 0;
	border-top: 0
}
.aastmt-theme-4 .aastmt-local-navigation li a {
	border-bottom: 1px solid #355918;
}
.js .aastmt-theme-4 .aastmt-local-navigation li li a, .js .aastmt-theme-4 .aastmt-local-navigation li.aastmt-sub li.aastmt-sub a {
	background-color: #304220;
}
.js .aastmt-theme-4 .aastmt-local-navigation li.aastmt-title a, .js .aastmt-theme-4 .aastmt-local-navigation li.aastmt-sub li.aastmt-title a, .js .aastmt-theme-4 .aastmt-local-navigation li.aastmt-sub li.aastmt-sub li.aastmt-title a, .js .aastmt-theme-4 .aastmt-local-navigation a:focus, .js .aastmt-theme-4 .aastmt-local-navigation a:hover, .js .aastmt-theme-4 .aastmt-local-navigation a:active {
	background-color: #355918;
}
.js .aastmt-theme-4 .aastmt-local-navigation li.aastmt-sub a:focus, .js .aastmt-theme-4 .aastmt-local-navigation li.aastmt-sub a:hover {
	background-color: #355918
}
.js .aastmt-theme-4 .aastmt-local-navigation li.aastmt-sub li a:focus, .js .aastmt-theme-4 .aastmt-local-navigation li.aastmt-sub li a:hover {
	background-color: #355918;
}
.js .aastmt-theme-4 .aastmt-menu-btn a {
	border: 0;
	background: #355918;
}
.aastmt-theme-4 .aastmt-menu-btn-arrow {
	background: #222f16
}
.js .aastmt-theme-4 .aastmt-menu-btn-arrow a:focus, .js .aastmt-theme-4 .aastmt-menu-btn-arrow a:hover {
	background-color: #222f16;
}
.aastmt-theme-4 .aastmt-menu-indicator {
	background-color: #355918;
}
.js .aastmt-theme-4 .aastmt-local-navigation-container li:first-child a {
	border-top: 1px solid #222f16;
}
.js .aastmt-theme-4 .aastmt-local-navigation-container li.aastmt-back-link a, .js .aastmt-theme-4 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a, .js .aastmt-theme-4 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a, .js .aastmt-theme-4 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a {
	border-bottom: 1px solid #355918;
	background-color: #222f16;
}
.js .aastmt-theme-4 .aastmt-local-navigation-container li.aastmt-back-link a:focus, .js .aastmt-theme-4 .aastmt-local-navigation-container li.aastmt-back-link a:hover, .js .aastmt-theme-4 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-theme-4 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a:hover, .js .aastmt-theme-4 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-theme-4 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:hover, .js .aastmt-theme-4 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-theme-4 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:hover {
	background-color: #355918;
}
.js .aastmt-theme-5 .aastmt-local-navigation a {
	background: #c44101;
	border-right: 0;
	border-top: 0
}
.aastmt-theme-5 .aastmt-local-navigation li a {
	border-bottom: 1px solid #ab3901;
}
.js .aastmt-theme-5 .aastmt-local-navigation li li a, .js .aastmt-theme-5 .aastmt-local-navigation li.aastmt-sub li.aastmt-sub a {
	background-color: #c44101;
}
.js .aastmt-theme-5 .aastmt-local-navigation li.aastmt-title a, .js .aastmt-theme-5 .aastmt-local-navigation li.aastmt-sub li.aastmt-title a, .js .aastmt-theme-5 .aastmt-local-navigation li.aastmt-sub li.aastmt-sub li.aastmt-title a, .js .aastmt-theme-5 .aastmt-local-navigation a:focus, .js .aastmt-theme-5 .aastmt-local-navigation a:hover, .js .aastmt-theme-5 .aastmt-local-navigation a:active {
	background-color: #ab3901;
}
.js .aastmt-theme-5 .aastmt-local-navigation li.aastmt-sub a:focus, .js .aastmt-theme-5 .aastmt-local-navigation li.aastmt-sub a:hover {
	background-color: #ab3901
}
.js .aastmt-theme-5 .aastmt-local-navigation li.aastmt-sub li a:focus, .js .aastmt-theme-5 .aastmt-local-navigation li.aastmt-sub li a:hover {
	background-color: #ab3901;
}
.js .aastmt-theme-5 .aastmt-menu-btn a {
	border: 0;
	background: #ab3901;
}
.aastmt-theme-5 .aastmt-menu-btn-arrow {
	background: #772801
}
.js .aastmt-theme-5 .aastmt-menu-btn-arrow a:focus, .js .aastmt-theme-5 .aastmt-menu-btn-arrow a:hover {
	background-color: #772801;
}
.aastmt-theme-5 .aastmt-menu-indicator {
	background-color: #ab3901;
}
.js .aastmt-theme-5 .aastmt-local-navigation-container li:first-child a {
	border-top: 1px solid #772801;
}
.js .aastmt-theme-5 .aastmt-local-navigation-container li.aastmt-back-link a, .js .aastmt-theme-5 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a, .js .aastmt-theme-5 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a, .js .aastmt-theme-5 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a {
	border-bottom: 1px solid #ab3901;
	background-color: #772801;
}
.js .aastmt-theme-5 .aastmt-local-navigation-container li.aastmt-back-link a:focus, .js .aastmt-theme-5 .aastmt-local-navigation-container li.aastmt-back-link a:hover, .js .aastmt-theme-5 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-theme-5 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a:hover, .js .aastmt-theme-5 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-theme-5 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:hover, .js .aastmt-theme-5 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-theme-5 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:hover {
	background-color: #ab3901;
}
.js .aastmt-theme-6 .aastmt-local-navigation a {
	background: #851735;
	border-right: 0;
	border-top: 0
}
.aastmt-theme-6 .aastmt-local-navigation li a {
	border-bottom: 1px solid #a51137;
}
.js .aastmt-theme-6 .aastmt-local-navigation li li a, .js .aastmt-theme-6 .aastmt-local-navigation li.aastmt-sub li.aastmt-sub a {
	background-color: #851735;
}
.js .aastmt-theme-6 .aastmt-local-navigation li.aastmt-title a, .js .aastmt-theme-6 .aastmt-local-navigation li.aastmt-sub li.aastmt-title a, .js .aastmt-theme-6 .aastmt-local-navigation li.aastmt-sub li.aastmt-sub li.aastmt-title a, .js .aastmt-theme-6 .aastmt-local-navigation a:focus, .js .aastmt-theme-6 .aastmt-local-navigation a:hover, .js .aastmt-theme-6 .aastmt-local-navigation a:active {
	background-color: #a51137;
}
.js .aastmt-theme-6 .aastmt-local-navigation li.aastmt-sub a:focus, .js .aastmt-theme-6 .aastmt-local-navigation li.aastmt-sub a:hover {
	background-color: #a51137
}
.js .aastmt-theme-6 .aastmt-local-navigation li.aastmt-sub li a:focus, .js .aastmt-theme-6 .aastmt-local-navigation li.aastmt-sub li a:hover {
	background-color: #a51137;
}
.js .aastmt-theme-6 .aastmt-menu-btn a {
	border: 0;
	background: #a51137;
}
.aastmt-theme-6 .aastmt-menu-btn-arrow {
	background: #6c112a
}
.js .aastmt-theme-6 .aastmt-menu-btn-arrow a:focus, .js .aastmt-theme-6 .aastmt-menu-btn-arrow a:hover {
	background-color: #6c112a;
}
.aastmt-theme-6 .aastmt-menu-indicator {
	background-color: #a51137;
}
.js .aastmt-theme-6 .aastmt-local-navigation-container li:first-child a {
	border-top: 1px solid #6c112a;
}
.js .aastmt-theme-6 .aastmt-local-navigation-container li.aastmt-back-link a, .js .aastmt-theme-6 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a, .js .aastmt-theme-6 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a, .js .aastmt-theme-6 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a {
	border-bottom: 1px solid #a51137;
	background-color: #6c112a;
}
.js .aastmt-theme-6 .aastmt-local-navigation-container li.aastmt-back-link a:focus, .js .aastmt-theme-6 .aastmt-local-navigation-container li.aastmt-back-link a:hover, .js .aastmt-theme-6 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-theme-6 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-back-link a:hover, .js .aastmt-theme-6 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-theme-6 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:hover, .js .aastmt-theme-6 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:focus, .js .aastmt-theme-6 .aastmt-local-navigation-container li.aastmt-sub li.aastmt-sub li.aastmt-sub li.aastmt-back-link a:hover {
	background-color: #a51137;
}
}
.aastmt-global-header {
	background: #000000
}
.aastmt-global-footer {
	background: #323341;
}
.aastmt-global-navigation-drawer {
	background: #171717;
	color: #cecece
}
.aastmt-global-navigation-outer {
	border: 1px solid #323232;
	border-width: 0 1px 0 1px
}
.aastmt-global-navigation-container {
	border-right: 1px solid #323232;
}
.aastmt-global-navigation-container.last {
	border-right: 0;
}
.aastmt-theme-1 .aastmt-homepage-content h2, .aastmt-theme-2 .aastmt-homepage-content h2, .aastmt-theme-3 .aastmt-homepage-content h2, .aastmt-theme-4 .aastmt-homepage-content h2, .aastmt-theme-5 .aastmt-homepage-content h2, .aastmt-theme-6 .aastmt-homepage-content h2 {
	color: #171717
}
.aastmt-global-navigation-secondary-with-children, .aastmt-global-navigation-container li.last, .aastmt-global-navigation-secondary-with-children li {
	border-bottom: 0
}
.aastmt-global-navigation-container li, .aastmt-global-navigation-header-container li {
	border-bottom: 1px solid #323232
}
.aastmt-global-navigation-tertiary li, .aastmt-global-navigation-secondary-with-children li {
	border-bottom: 0
}
.aastmt-recommended-results {
	background: #f0f8ff
}
.aastmt-global-footer {
	color: #fff
}
.aastmt-content {
	background: url(../images/bg.jpg);
}
.aastmt-secondary-content {
	background: #f4faff;
}
.aastmt-homepage-carousel .aastmt-carousel-control-btn, .aastmt-paging-btn {
	background: #171717
}
.aastmt-homepage-carousel .aastmt-carousel-control-btn:hover {
	background: #000
}
.aastmt-paging-btn:focus, .aastmt-paging-btn:hover {
	background: #454545
}
.aastmt-inpage-search-container {
	background: #e4e4e4
}
.aastmt-login-form {
	background: #f2f2f2
}
.aastmt-highlight-date {
	color: #fff
}
.aastmt-promo-teaser {
	background: #fff;
}
#block-block-1 .aastmt-promo-teaser {
	float: left;
}
.aastmt-vertical-breadcrumb-navigation .aastmt-selected {
	color: #171717
}
tbody th, td {
	background: #fff;
	color: #222
}
.aastmt-theme-1 tbody th, .aastmt-theme-2 tbody th, .aastmt-theme-3 tbody th, .aastmt-theme-4 tbody th, .aastmt-theme-5 tbody th, .aastmt-theme-6 tbody th {
	background: #fff;
	color: #222;
	border-bottom: 0
}
table th {
	border-bottom: #e4e4e4 1px solid
}
.aastmt-table tbody tr:hover td, .aastmt-table tbody tr:hover th, .aastmt-theme-1 .aastmt-table tbody tr:hover td, .aastmt-theme-1 .aastmt-table tbody tr:hover th, .aastmt-theme-2 .aastmt-table tbody tr:hover td, .aastmt-theme-2 .aastmt-table tbody tr:hover th, .aastmt-theme-3 .aastmt-table tbody tr:hover td, .aastmt-theme-3 .aastmt-table tbody tr:hover th, .aastmt-theme-4 .aastmt-table tbody tr:hover td, .aastmt-theme-4 .aastmt-table tbody tr:hover th, .aastmt-theme-5 .aastmt-table tbody tr:hover td, .aastmt-theme-5 .aastmt-table tbody tr:hover th, .aastmt-theme-6 .aastmt-table tbody tr:hover td, .aastmt-theme-6 .aastmt-table tbody tr:hover th {
	background-color: #e4e4e4;
}
.aastmt-vertical-stacking-table th {
	border-left: #e4e4e4 1px solid
}
.aastmt-tertiary-navigation {
	border: 1px solid #e4e4e4;
	border-width: 1px 1px 0 1px
}
.aastmt-success-panel {
	border-color: #55a51c
}
.aastmt-success-panel .aastmt-notifications-icon {
	color: #55a51c
}
.aastmt-warning-panel {
	border-color: #ff0000
}
.aastmt-warning-panel .aastmt-notifications-icon {
	color: #ff0000
}
.aastmt-alert-panel {
	border-color: #ea7125
}
.aastmt-alert-panel .aastmt-notifications-icon {
	color: #ea7125
}
.aastmt-information-panel {
	border-color: #0072cf
}
.aastmt-information-panel .aastmt-notifications-icon {
	color: #0072cf
}
.js #global-header-controls {
	display: none
}
.js .aastmt-carousel li {
	display: none
}
.js .aastmt-secondary-content {
	display: none
}

@media print {
.lt-ie9 .aastmt-row, .lt-ie8 .aastmt-row {
	min-width: auto
}
body {
	background: transparent !important;
}
* {
	background: transparent !important;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}
#content a, #content a:visited {
	text-decoration: underline;
}
#content a[href]:after {
	content: " (" attr(href) ")";
}
.Zebra_DatePicker a[href]:after, .aastmt-carousel a[href]:after {
	display: none!important
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
#content .ir a:after, #content a[href^="javascript:"]:after, #content a[href^="#"]:after {
	content: "";
}
pre {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
.Zebra_DatePicker {
	width: 300px
}
.Zebra_DatePicker .dp_daypicker td {
	background: #e1e1e1!important;
}
.Zebra_DatePicker td.dp_not_in_month {
	background: #edeaea!important;
	color: #b4b3b3!important;
}
.Zebra_DatePicker td.dp_selected {
	background: #222!important;
	color: #FFF !important
}
.Zebra_DatePicker td.dp_current {
	background: #888888!important;
	color: #fff!important
}
.Zebra_DatePicker td.dp_disabled_current {
	background: #edeaea!important;
	color: #b4b3b3!important;
}
.Zebra_DatePicker td.dp_disabled, .Zebra_DatePicker td.dp_weekend_disabled {
	background: #edeaea!important;
	color: #b4b3b3!important;
}
.Zebra_DatePicker td.dp_hover {
	background: #222!important;
	color: #FFF!important
}
.aastmt-event-indicator {
	background: #f3f3f3!important
}
[class*="aastmt-column"], .aastmt-column {
	float: none;
	display: block;
	width: auto;
	margin-left: 0;
}
.aastmt-wrap {
	width: 100%
}
.aastmt-search-container {
	padding: 20px;
}
.aastmt-recessed-secondary-content {
	margin-top: 0
}
.aastmt-spacing-column, .aastmt-sub-section-title {
	display: none
}
.aastmt-homepage-logo-header {
	display: none
}
table, .aastmt-table-bordered table, .aastmt-table-bordered th, .aastmt-table-bordered td, .aastmt-table-bordered tr {
	border-color: #E4E4E4!important
}
caption {
	border: 1px solid #E4E4E4!important;
	page-break-inside: avoid;
}
.aastmt-responsive-table table {
	display: block!important
}
.aastmt-topic {
	background: #fff!important
}
.aastmt-primary-cta {
	color: #fff!important
}
.aastmt-co-branding-logo {
	padding: 5px;
	background: #000!important;
	display: block;
	float: none
}
.aastmt-main-logo {
	padding: 5px;
	background: #000 !important;
	display: block;
	float: none
}
.aastmt-global-header {
	display: none!important
}
.aastmt-breadcrumb {
	display: none!important
}
.aastmt-global-navigation-drawer {
	display: none!important
}
.aastmt-local-navigation {
	display: none!important
}
.aastmt-tertiary-navigation {
	display: none!important
}
.aastmt-mobile-parent {
	display: none!important
}
.aastmt-nav-tabs {
	display: none!important
}
.aastmt-nav-pills {
	display: none!important
}
.aastmt-inpage-search-container {
	display: none!important
}
.aastmt-search-container {
	display: none!important
}
.aastmt-list-container {
	display: none!important
}
.aastmt-local-footer {
	display: none!important
}
.aastmt-global-footer {
	display: none!important
}
.aastmt-load-more-btn {
	display: none!important
}
.aastmt-pagination {
	display: none!important
}
.aastmt-paging {
	display: none!important
}
.aastmt-notifications-panel {
	display: none!important
}
.aastmt-open-responsive-table-link {
	display: none!important
}
.aastmt-homepage-header {
	display: none!important
}
.aastmt-homepage-logo-header {
	display: none!important
}
.aastmt-slide-caption {
	position: static
}
.aastmt-focus-teaser-txt {
	float: none;
	clear: both
}
.aastmt-carousel .aastmt-slide {
	display: block
}
}
body.cke_show_borders {
	background: #ffffff;
}
#block-block-1 p {
	padding: 0px 10px;
}
#block-block-2 p {
	padding: 0px 10px;
}
#block-views-taxonomy-blocks-block .view-taxonomy-blocks .views-field-name {
	text-transform: capitalize;
}
.aastmt-row.aastmt-local-footer p {
    padding: 20px 60px;
    font-size: 15px;
    color: #fff;}
	#content {
    background-color: #fff;
	}