/* Font Awesome only needed if not loaded on the site */
/* @import url(../css/font-awesome.min.css); */
/* Page Title */
.aititle {
	font-size: 1.35em;
	font-weight: bold;
	color: #202744;
	padding: 16px 0 2px 0;
}
.aisubtitle {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 10px;
	line-height: 1.3;
}
.aiheader {
	margin-bottom: 1em;
}
.aitext {
	margin-bottom: 1em;
	overflow: auto;
}
/*.aitext p {
	margin: 0 0 1em 0;
}*/
.aismtext {
	font-size: 0.75em;
	line-height: 1.2;
	margin-bottom: 1em;
}
.aiinfo {
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
.aiinfo .aibutton {
	width: 80%;
	text-align: left;
}
.aitools {
	font-size: 0.9em;
	margin-bottom: 0.5em;
}
.aicenter {
	text-align: center;
}
.aimenu {
	font-family: "Fauna One", Georgia, serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: right;
}
.aiform {
	margin: 0;
	padding: 0;
}
.aiappr {
	background: #AFAFAF;
	padding: 2px;
	border: 1px solid #AFAFAF;
	font-size: 0.75em;
}
.aiitem {
	font-size: 1em;
	font-weight: bold;
	padding-top: 1em;
}
.aiitem img {
	vertical-align: middle;
}
.aisubitem {
	font-size: 0.9em;
	padding: 0.35em 0 0.35em 0;
}
.aisubfe {
	font-size: 0.75em;
}
.ailtool {
	padding: 2px;
	margin: 2px 2px 2px 6px;
	border: 1px solid #333;
	background: #FFF;
}
.aiftab {
	border-collapse: collapse;
}
.aiftab td {
	font-size: 0.75em;
	padding: 1px;
}
.aiditem {
	font-family: "Fauna One", Georgia, serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 10px;
	padding: 4px;
	color: #003366;
	border-bottom: 1px solid #003366;
}
.aidsubitem {
	font-size: 0.75em;
	font-weight: bold;
	padding: 8px 0 0 4px;
}
.aidsubinfo {
	font-size: 0.75em;
	padding: 0 0 6px 12px;
}
.aifpic {
	padding: 10px 5px 5px 5px;
	border-bottom: 1px solid #C0C0C0;
}
.aifgroup {
	padding: 10px 5px 5px 5px;
	border-bottom: 1px solid #C0C0C0;
}
.aidesc {
	font-size: 0.75em;
	margin: 0 0 20px 20px;
}
.aiprompt {
	padding: 10px 0 0 0;
	font-weight: bold;
	clear: both;
}
.aiprompt img {
	margin: 0 5px;
}
.aiprompt span {
	display: inline;
}
.aiprompt label {
	display: inline;
}
.airegprompt {
	padding: 6px 0 0 0;
	clear: both;
}
.aijump:before {
  display: block; 
  content: " "; 
  margin-top: -5em; 
  height: 5em; 
  visibility: hidden; 
  pointer-events: none;
}
.aismprompt {
	font-size: 0.85em;
}
.aihelp {
	font-size: 0.85em;
	font-style: italic;
	font-weight: normal;
}
.aihelp p {
	padding: 0;
	margin: 0;
}
.aiint {
	font-size: 0.85em;
	font-weight: normal;
}
.aielem {
	margin: 0 0 0.5em 0;
	font-size: 1em;
}
.aielemin {
	padding: 0 0 0 20px;
}
.aielembox {
	border: 1px solid #222222;
	background: #DDDDDD;
	padding: 2px;
}
.aielemboxb {
	border: 1px solid #222222;
	background: #DDDDDD;
	color: #222222;
	padding: 2px;
	font-weight: bold;
}
.aibuttons {
	margin: 10px 0 0 0;
	clear: both;
	position: relative;
}
/*.aibuttons input {
	font-weight: bold;
	background: #AFAFAF;
	padding: 0.35em;
	border: 3px outset #000;
	border-radius: 4px;
	margin-right: 2em;
}
.aibuttons input:last-child {
	margin-right: 0;
}
.aibuttons input:hover {
	color: #FFF;
	background: #3D6E3D;
}*/
#aisb {
	position: fixed;
	background: #FFF;
	bottom: 0;
	width: 100%;
	left: 0;
	text-align: center;
	padding: 0.5em;
	/*border-top: solid 1px rgba(0, 0, 0, 0.125);*/
	box-shadow: 0 -0.2em 0.2em 0 rgba(0, 0, 0, 0.2);
	line-height: 1.2;
}
.aichiclet {
	background-color: #F4FBFD;
	border-radius: 6px;
	color: #003366 !important;
	display: inline-block;
	font-family: "Fauna One", Georgia, serif;
	font-weight: 700;
	height: 3em;
	line-height: 2.75em;
	padding: 0 1.65em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	margin: 0 0 0.3em 0;
}
.aibutton {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: #D5E5EF;
	border: solid 2px #003366;
	border-radius: 6px;
	color: #003366 !important;
	cursor: pointer;
	display: inline-block;
	font-family: "Fauna One", Georgia, serif;
	font-weight: 600;
	font-weight: 700;
	height: 3em;
	line-height: 2.75em;
	padding: 0 1.65em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	margin: 0 0 0.3em 0;
}
.aibutton:hover {
	color: #D5E5EF !important;
	background-color: #397AB4;
}
.aibutton:active {
	color: #FEFFFF !important;
	background-color: #F4824B;
}
.aibsmall {
	font-size: 0.9em;
}
.aiicon {
	position: relative;
}
.aibutton.aiicon {
	padding-left: 1.35em;
}
.aibutton.aiicon:before {
	margin-right: 0.5em;
	color: #F4824B;
}
.aiicon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
.aiicon > .label {
	display: none;
}
.aibutton.aiitinsm:before {
	margin-right: 0;
	font-size: 1.35em;
}
.aiitinin:before {
	content: '\f00c';
	color: #FFDD00 !important;
}
.aiitinout:before {
	content: '\f067';
}
.aiaicon { /*activty icon*/
	display: inline-block;
	padding-left: 38px; /*width of icon plus padding*/
	height: 38px; /*height of icon plus padding*/
	background-repeat: no-repeat;
	background-position: 3px center; /*padding, center*/
	line-height: 36px;
}
.aiactlink > .aiaicon {
	text-decoration: underline;
}
.aiitinlg {
	text-align: right;
}
.aisechead {
	font-family: "Fauna One", Georgia, serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 20px;
	clear: both;
}
.aisecitem {
	margin: 5px 5px 5px 20px;
	clear: both;
}
.aisectitle {
	font-size: 0.9em;
	font-weight: bold;
}
.aisecdesc {
	font-size: 0.75em;
}
.aisecpic {
	float: left;
}
.aiimgmap {
	border: 1px solid black;
	margin: 5px;
}
.aiattinfo {
	border-top: 2px solid #666666;
	padding: 1.35em 0 1em 0;
	clear: both;
	margin-top: 1.35em;
}
.aiattmap {
	width: 50%;
	float: right;
	padding: 5px 5px 0 5px;
}
.aiattmap img {
	width: 100%;
	height: auto;
}
.aiattcontact {
	width: 50%;
	float: left;
	padding: 5px 5px 0 5px;
}
.aiattihead {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1em;
}
.aiattisubhead {
	font-size: 1.1em;
	margin-top: 5px;
	margin-left: 1em;
	font-style: italic;
}
.aiattiitem {
	font-size: 1em;
	margin-left: 2em;
	line-height: 1.35em;
	clear: both;
}
.aiattiitem p {
	font-size: inherit;
}
.aiattiitem a {
	text-decoration: underline;
}
.aiattiitem a.aibutton {
	text-decoration: none;
}
.ailgmap {
	padding: 10px 0 10px 0;
	clear: both;
}
.lccontent .ailgmap {
	padding-right: 10px;
}
.aimapspace {
	clear: both;
	display: relative;
	float: left;
	width: 100%;
}
.aimaptext {
	float: none;
	overflow: auto;
	display: none;
	padding-left: 3%;
}
.aihidsec {
	display: none;
}
.ailinks {
	padding: 9px 0 0 0;
	clear: both;
}
.ailink {
	font-size: 1.1em;
	font-weight: bold;
	padding: 12px 0 0 8px;
}
.ailink a {
	color: #003366;
	text-decoration: none;
}
.ailink a:hover {
	color: #801C1E;
	text-decoration: underline;
}
.aisublink {
	margin: 0 0 0 14px;
	font-size: 0.9em;
	color: #222222;
}
.aisublink a {
	color: #666666;
}
.aisublink a:hover {
	color: #801C1E;
}
.aisidelink {
	padding: 6px 0 0 0;
}
.aisidelink .aibutton {
	width: 80%;
	text-align: left;
}
.aisideinfo {
	margin-left: 2em;
	line-height: 1.35em;
	clear: both;
}
.aisideinfo p {
	margin-bottom: 0.35em;
}
.aisideinfo a {
	text-decoration: underline;
}
.aiimglink {
	cursor: pointer;
}
.aimapinfo {
	font-size: 1em;
	line-height: 1.1;
}
.aimaptop {
	overflow: auto;
	padding: 0 0 10px 0;
}
.aimapicon {
	float: left;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.aimaphead {
	color: #17346a;
	font-family: "Fauna One", Georgia, serif;
	font-weight: 700;
	margin: 0 0 0 0;
	font-size: 1.35em;
	line-height: 1.5em;
}
.aimapitem {
	margin: 0 1em 1em 1em;
	font-size: 1.1em;
}
.aimapitem p {
	/*font-size: 0.9em !important;*/
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}
.aimapitem .aibutton {
	width: 100%;
	text-align: left;
}
.aimapitem .aichiclet {
	width: 100%;
	text-align: left;
}
.aimappic {
	margin: 0 1em 1em 1em;	
}
.aimappic img {
	width: 100%;
}
.aimapdesc {
	margin: 0 12px 6px 12px;
	font-style: italic;
	font-size: 0.75em;
}
#aimlinks {
	background: #FEFFFF;
}
.aimlinkh {
	text-align: center;
	background: #C6EAF2;
}
.aimlinka {
	margin: 0 0 1em 0;
	padding: 0.5em;
}
.aimlinkf {
	max-height: 424px;
	overflow: auto;
}
.aimlink {
	clear: both;
    
}
.aimlinki {
	width: 32px;
	height: 32px;
	margin: 2px;
	float: left;
	text-align: center;
}
.aimlinkt {
	padding: 6px;
	display: table-cell;
	vertical-align: middle;
	font-size: 0.9em;
}
.aititem {
	font-size: 0.75em;
	font-weight: bold;
	padding-right: 20px;
}
.aitdel {
	font-size: 0.75em;
	text-align: right;
}
.aitextedit {
	padding: 2px 0 12px 0;
}
.aierror {
	font-size: 0.75em;
	color: #801C1E;
	margin: 10px;
}
.ailist {
	background: #C0C0C0;
	border: 1px solid #000;
	padding: 2px;
	font-size: 0.75em;
}
.ailist p {
	margin: 1px 1px 1px 8px;
	padding: 1px;
}
.ailist a {
	text-decoration: none;
	padding: 1px;
	color: #000;
}
.ailist a:hover {
	text-decoration: none;
	color: #000;
	padding: 1px;
	background: #FFF;
}
.aistable {
	margin: 5px 0 0 18px;
	background: #EEE;
	border: 1px solid #999;
}
.aistats {
	margin: 0 0 0 18px;
}
#ic {
	padding-left: 22px;
}
#in {
	font-size: 0.75em;
}
#ct {
	font-size: 0.75em;
	text-align: right;
}
#hb {
	background: #EEE;
}
#hd {
	font-size: 0.9em;
	font-weight: bold;
}
#hc {
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
}
.ailsec {
	padding: 0;
	margin: 1em 0.5em 0 0.5em;
	clear: both;
	overflow: auto;
}
.ailtitle {
	color: #003366;
	font-family: "Fauna One", Georgia, serif;
	font-weight: 700;
	margin: 8px 0 8px 0;
	font-size: 1.5em;
	clear: both;
}
.ailsubtitle {
	font-weight: bold;
	font-size: 1.35em;
	color: #003366;
	padding: 8px 0 4px 16px;
}
.ailsubtitle a {
	text-decoration: none;
}
.ailsubtitle a:hover {
	text-decoration: underline;
}
.ailitem {
	font-weight: bold;
	padding: 0 0 0 16px;
	clear: both;
}
.ailitem img {
	margin: 0 0 0 4px;
	vertical-align: middle;
}
.ailitem a {
	color: #2B4E54;
	text-decoration: none;
}
.ailitem a:hover {
	color: #5698AF;
	text-decoration: underline;
}
.ailtext {
	padding: 0 0 0 16px;
}
.ailsubitem {
	font-size: 0.75em;
	padding: 0 0 0 24px;
}
.ailadditem {
	padding: 8px 0 8px 24px;
}
.ailtag {
	padding: 8px 0 8px 24px;
	font-size: 0.75em;
}
.aiclr {
	clear: both;
}
.aiclr span {
	display: none;
}
.aiiarea {
	border-top: 1px solid #CCC;
	padding: 4px 0 10px 0;
}
.aiiicon {
	width: 32px;
	margin: 12px 6px 0 12px;
	float: left;
}
.aiiinfo {
	width: 400px;
	float: left;
}
.aiitools {
	float: left;
	padding: 12px 0 0 0;
}
.aiibutton {
	padding: 12px 0 0 0;
}
.aiimsg {
	font-size: 0.75em;
	padding: 0 8px 12px 8px;
}
.aiiitems {
	overflow: auto;
}
.aiiitems:last-child {
	border-bottom: none;
}
.ai50 {
	width: 47%;
	padding: 0 1% 0 1%;
	float: left;
}
.aiimgnsel {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.aiimgsel {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.aiacthead {
	padding: 0.5em;
	margin: 0.5em 0 0.5em 0;
	background: #C6EAF2;
	border: 1px solid #003366;
	overflow: auto;
	clear: both;
}
.aiacttitle {
	font-weight: bold;
	width: 58%;
	float: left;
	color: #003366;
}
.aiacttitle strong {
	color: #003366;
}
.aiacttitle img {
	vertical-align: middle;
}
.aiactact {
	font-size: 0.75em;
	color: #003366;
	width: 38%;
	float: right;
	text-align: right;
	padding: 8px 6px 0 0;
}
.aiactact a {
	text-decoration: none;
	color: #003366;
}
.aiactnote {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}
.aisitem {
	padding: 12px 0 12px 0;
	clear: both;
	position: relative;
}
.aistitle {
	font-family: "Fauna One", Georgia, serif;
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
}
.aistitle a {
	text-decoration: none;
}
.aistitle a:hover {
	text-decoration: underline;
}
.aisauth {
	color: #888;
	font-size: 0.75em;
	padding: 3px 0 6px 0;
}
.aistext {
	font-size: 0.9em;
	line-height: 140%;
	padding: 0 0 6px 18px;
	position: relative;
}
.aisell {
	width: 25%;
	float: left;
}
.aiselr {
	width: 72%;
	float: left;
}
.airsslink {
	margin: 0 0 6px 0;
	padding: 0 0 0 20px;
	background: url(../png/rss_icon.png) no-repeat;
	font-size: 0.75em;
}
.airsslink a {
	color: #AFAFAF;
	text-decoration: none;
}
.airsslink a:hover {
	color: #801C1E;
	text-decoration: underline;
}
#optionlist div {
	height: 1.2em;
	padding: 0.2em;
	margin: 0.2em 0.2em 0.8em 0.2em;
	cursor: pointer;
}
#optionlist span {
	padding: 0.2em 0.4em;
	border: 1px solid #003366;
	background: #F4FBFD;
	font-size: 0.75em;
}
.ai100 {
	width: 100%;
}
.airow {
	padding: 6px;
	clear: both;
	width: 100%;
	overflow: auto;
}
.aicell {
	width: 49%;
	float: left;
}
.ailogo {
	text-align: center;
}
.ailogo img {
	max-width: 80%;
	max-height: 200px;
	height: auto;
}
.aitisec {
	text-align: center;
	clear: both;
	overflow: auto;
}
.aitiitem {
	width: 100px;
	text-align: center;
	font-size: 0.75em;
	float: left;
	padding: 6px 0 6px 0;
}
.aiticon {
	width: 40px;
	padding: 12px 6px 0 12px;
	float: left;
}
.aitab {
	display: relative;
	overflow: auto;
	padding: 12px 0 12px 0;
}
.aitabc {
	padding: 3px;
	float: left;
	min-height: 20px;
}
.aic1 {
	text-align: center;
	font-size: 0.75em;
	background: #F2E9E6;
	width: 12%;
}
.aic2 {
	text-align: center;
	font-size: 0.75em;
	background: #E9F2E6;
	width: 12%;
}
.aic3 {
	text-align: center;
	font-size: 0.75em;
	background: #E6EFF2;
	width: 12%;
}
.aic4 {
	text-align: center;
	font-size: 0.75em;
	background: #EFE6F2;
	width: 12%;
}
.aict {
	font-size: 0.75em;
	background: #EFF2E6;
	padding-top: 4px;
	float: none;
	overflow: auto;
}
.aitabr1 {
	border-bottom: 1px solid #DDDDDD;
	clear: both;
	overflow: auto;
	display: relative;
}
.aitabr2 {
	border-bottom: 1px solid #999999;
	clear: both;
	overflow: auto;
	display: relative;
}
.aiptr {
	cursor: pointer;
}
.aictnum {
	width: 30px; /*width of collection icon*/
	height: 29px;
	padding-top: 1px;
	color: white;
	font-size: 1.75em;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
.aiptnum {
	width: 16px; /*1/2 width of asset icon*/
	height: 16px;
	color: rgba(44,97,109,1);
	font-size: 12px;
	background: #FFF;
	border-radius: 3px;
	padding: 1px;
	margin: 0 !important;
	line-height: 14px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #2B4E54;
}
.aiptnumx {
	width: 32px; /*width of asset icon*/
	height: 32px;
	color: rgba(44,97,109,0.7);
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}
.aireq:after { /*required form element label */
	content: "*";
	color: red;
}
.aind:after { /*not displayed form element label */
	content: " (Will not be displayed to end users)";
	color: blue;
}
.aipag {
	display: inline-block;
	padding: 0.5em;
	list-style: none;
}
.aipag li {
	display: inline-block;
	padding: 0.5em;
}
.aipag li a {
	padding: 0.5em;
	background: #C6EAF2;
	text-decoration: none;
	border-radius: 3px;
}
.aipag li a:hover {
	color: #003366;
}
#aipagc {
	background: #003366;
	color: #FEFFFF;
}
/* Link List */
.aill {
	margin-bottom: 1em !important;
}
.aill select {
	width: 100% !important;
}
.aill input[type=text] {
	width: 80% !important;
	float: left;
}
#aisrchf .aibutton {
	width: 18%;
	float: left;
	margin-left: 2%;
}
/* Search Icons */
.aion {
	opacity:1.0;
	filter:alpha(opacity=100);
}
.aioff {
	opacity:0.4;
	filter:alpha(opacity=40);
}
/* List Table */
.aitlist {
	width: 100%;
	margin-bottom: 1em;
	table-layout: auto;
	/*border-bottom: 1px solid #333333*/
	border-collapse: collapse;
}
.aitlist tr {
}
.aitlist th {
	text-align: left;
	color: #333333;
	font-family: "Fauna One", Georgia, serif;
	font-weight: 700;
	font-size: 0.9em;
	text-align: left;
	background: #AFAFAF;
}
.aitlist td, .aitlist th {
    /*border-top: 1px solid #333333;*/
    padding: 0.5em 0 0.5em 0.5em;
	vertical-align: middle;
}
.aitlist tr:nth-child(2n + 1) {
	background: #F0F0F0;
}
.aitlist.aitplain tr:nth-child(2n + 1) {
	background: transparent;
}
.aitlist.aitplain tr,
.aitlist.aitplain td {
	border: 0;
}
.aitlist.aitorg tr:nth-child(2n + 1) {
	background: transparent;
}
.aitlist.aitorg td {
	border: 0;
}
.aitlist.aitorg tr {
	border-bottom: 1px solid #CCC;
}
.aitlist.aitorg tr:last-child {
	border-bottom: 0;
}
.aitlist tr td:last-child {
	padding-right: 0.5em;
}
.aits tr td:last-child,
.aits tr th:last-child {
	text-align: right;
}
.aits tr td[colspan] {
	text-align: left;
}
.aita tr td:nth-child(2) {
	width: 75%;
}
th.aitsort {
	background: #AFAFAF url(../png/smdown.png) left 8px no-repeat;
	padding-left: 14px;
}
.aitlist label {
	margin: 0;
}
.aititem { /*cf ailitem*/
	font-weight: bold;
}
.aititem a {
	color: #003366;
	text-decoration: none;
}
.aititem a:hover {
	color: #801C1E;
	text-decoration: underline;
}
.aithead {
	background: transparent !important;
	border: 0 !important;
}
.aitlimg {
	display: block;
	width: 100%;
}
.aitlimg img {
	display: block;
	width: 100%;
}
.aitlist4 {
	width: 33%;
}
.aitlist3 {
	width: 25%;
}
.aitlist6 {
	width: 50%;
}
.aitlist25 {
	width: 25%;
}
.aitlist33 {
	width: 33.333333%;
}
.aitlist66 {
	width: 66.666666%;
}
.aitlist75 {
	width: 75%;
}

.aitlimg img {
	width: 100%;
	height: auto;
}
/* Calendar Table */
.aitcal {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 0;
}
.aitcal tr {
	border: 0;
}
.aitcal tbody tr:nth-child(2n + 1) {
	background: transparent;
}
.aitcal tbody tr:nth-child(2n) {
	background: #F0F0F0;
}
.aitcal tbody tr:nth-child(1) {
	background: transparent;
}
.aitcal td {
    padding: 0.5em 0 0.5em 0.5em;
	vertical-align: middle;
}
.aitmo {
	color: #003366;
	font-family: "Fauna One", Georgia, serif;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.5em;
}
.aitdate {
	font-size: 0.9em;
	line-height: 1.25;
	padding-left: 12px;
}
.aitday {
	font-size: 0.75em;
	font-style: italic;
	line-height: 1.25;
	padding-left: 12px;
}
.aitev { /*cf aititem*/
	font-weight: bold;
}
.aitev a {
	color: #003366;
	text-decoration: none;
}
.aitev a:hover {
	color: #801C1E;
	text-decoration: underline;
}
.aiauth {
	width: 180px;
	float: right;
	padding: 0 0 20px 20px;
}
.aiauth h4 {
	font-size: smaller;
}
	
/* Itinerary Grid */
.aititin td {
	vertical-align: top;
}
.aiticon a {
	position: relative;
	display: inline-block;
}
.aipti {
	position: absolute;
	right: 0;
	bottom: 0;
}
.aisoloitin {
	text-align: right;
}

/* Tour Styles */
.aitourdesc .icon:before {
	color: #6279B8;
	width: 24px;
}

.aitcards {
}
.aitcard {
	text-align: center;
	margin-bottom: 2.25em;
}
.aitcardpic {
	background-position: center;
	background-size: cover;
	background-image: url('../jpg/mwt_card.jpg');
	width: 100%;
	padding-top: 100% !important;
	margin: 0 auto;
}

/* Card Styles */
.aiccards {
}
.aiccard {
	position: relative;
	margin-bottom: 1.35em;
}
.aiccard h4 {
	font-family: 'Patua One', serif;
	font-weight: 400;
	position: absolute;
	width: 100%;
	height: auto;
	padding: 0.25em;
	left: 0;
	bottom: -10px;
	font-size: 1.35em;
	text-align: center;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.aiccard h4 a:hover {
	color: #D1E9FB !important;
}
.aiccardpic {
	background-position: center;
	background-size: cover;
	background-image: url('../jpg/mwt_card.jpg');
	width: 100%;
	padding-top: 100% !important;
	margin: 0 auto;
}
/* Logo Cards */
.ailcards {
}
.ailcard {
	position: relative;
	margin-bottom: 1.35em;
}
.ailcardtext {
	position: absolute;
	width: 100%;
	height: auto;
	padding: 0.25em;
	left: 0;
	bottom: -10px;
	text-align: center;
	overflow: hidden;
	background: rgba(255, 255, 255, .7);
}
.ailcardpic {
	background-position: center;
	background-size: contain;
	background-image: url('../png/nologo.png');
	background-repeat: no-repeat;
	width: 70%;
	padding-top: 90% !important;
	margin: 0 auto;
}

/* Static Map Styles */
.aismmap > a > img {
	width: 100%;
	height: auto;
}
/* Special for smartphones */
@media (max-width: 640px) {
	.aiitinlg {
		text-align: center;
	}
	.aitsel {
		display: none;
	}
	.aitinfo img {
		display: none;
	}
	.aitlist.aitplain td {
		display: block;
		width: 100%;
	}
	.aiaicon {
		display: block;
		white-space: nowrap;
	}
}
@media (max-width: 480px) {
	.aibutton {
		width: 100%;
	}
	.aiinfo .aibutton {
		width: 100%;
	}
	.aisidelink .aibutton {
		width: 100%;
	}
	.aiauth {
		width: 140px;
	}
	.aiauth .aicenter img {
		width: 100px;
		height: auto;
	}
}
/* Select Box Wrappers (same as template) */
.aiselect {
	text-decoration: none;
	display: block;
	position: relative;
	min-width: 4em;
}

	.aiselect:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-transform: none !important;
	}

	.aiselect:before {
		content: '\f078';
		color: rgba(144, 150, 154, 0.5);
		display: block;
		height: 2.75em;
		line-height: 2.75em;
		pointer-events: none;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 2.75em;
	}

	.aiselect select::-ms-expand {
		display: none;
	}


/* modifications to itextstyles.css for asset pages */
.itexttableleft,
.itexttableright {
	width: 312px; /*thumb width + padding + border*/
}
/* disable highlight to copy */
.ainoselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Select Lists */
.aiuform {
	margin-bottom: 1em;
}
/* Ajax Spinner */
.aiww {
	position: relative;
	min-height: 160px;
}
.aiwait {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border: 12px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	border-top: 12px solid #395808;
	width: 60px;
	height: 60px;
	-webkit-animation: aispin 2s linear infinite;
	animation: aispin 2s linear infinite;
}

@-webkit-keyframes aispin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes aispin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


	


