#airportlinks .row
{
	margin-top: 20px;
}

.ms-srch-hover-outerContainer
{
    display:none !important
}

	.airportlink
	{
		display: block;
		position: relative;
		overflow: hidden;
		background-color: transparent;
	}

	.airportlink .linkdescription-large, .airportlink .linkdescription-medium, .airportlink .linkdescription-small, .airportlink .linkdescription-regular
	{
		background: url("../img/content/airportlink-bg.png");
		background-position: center right;
		position: absolute;
		padding-right: 35px;
		padding-left: 10px;
		bottom: 0px;
		height: 36px;
		width: 100%;
	}

	.airportlink .linkdescription-large, .airportlink .linkdescription-medium, .airportlink .linkdescription-regular
	{
		line-height: 36px;
		font-family: "Bliss2Regular", Arial;
		font-size: 16px;
		color: #fff;
	}

	.airportlink .linkdescription-small
	{
		line-height: 14px;
		font-family: "Bliss2Regular", Arial;
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 14px;
		color: #fff;
	}

	.airportlink img
	{
		width: 100%;
	}

	.linkdescription-arrow
	{
		position: absolute;
		bottom: 0px;
		right: 5px;
	}

	.airportlink img.linkdescription-arrow
	{
		width: 36px;
		height: 36px;
	}

@media (min-width: 768px) and (max-width: 991px)  {

	.airportlink img.linkdescription-arrow
	{
		display: none;
	}

	.airportlink .linkdescription-regular
	{
		font-size: 14px;
		padding-right: 0px;
	}
}

@media (max-width: 767px){

	#airportlinks .row
	{
		margin-top: 0px;
	}

	#content
	{
		margin-top: 80px;
	}

	#innercontent img.linkdescription-arrow
	{
		width: auto;
	}

	ul.sidenav ul {
		display: none;
	}

}

#homewidgets
{
	margin-top: 20px;
}

	.widget-sm
	{
		display: block;
		width: 100%;
		height: 50px;
		margin-bottom: 10px;
		background-color: #ccc;
		text-decoration: none;
	}

	.widget-sm:hover
	{
		text-decoration: none;
	}

	.widget-sm-img
	{
		display: inline-block;
		width: 40px;
		height: 40px;
		margin: 5px;
	}

	.widget-sm-img img
	{
		width: 40px;
		height: 40px;
	}

	.widget-sm-info
	{
		display: inline-block;
		line-height: 50px;
		padding-left: 8px;
		font-family: "Bliss2Regular", Arial;
		font-size: 18px;
		font-weight: normal;
		color: #ffffff;
	}

	.widget-md
	{
		display: block;
		width: 100%;
		margin-bottom: 10px;
		background-color: #ccc;
		text-decoration: none;
	}

	.widget-md-img
	{
		width: 620px;
	}

	.widget-nr
	{
		display: block;
		width: 100%;
		margin-bottom: 10px;
		background-color: #ccc;
		text-decoration: none;
	}

	.widget-md-img
	{
		width: 100%;
	}



@media (min-width: 768px) and (max-width: 991px)  {

	.widget-sm
	{
		display: block;
		width: 100%;
		height: 40px;
		margin-bottom: 6px;
	}

	.widget-sm:hover
	{
		text-decoration: none;
	}

	.widget-sm-img
	{
		display: inline-block;
		width: 20px;
		height: 20px;
		margin: 10px;
	}

	.widget-sm-img img
	{
		width: 20px;
		height: 20px;
	}

	.widget-sm-info
	{
		display: inline-block;
		line-height: 40px;
		padding-left: 8px;
		font-family: "Bliss2Regular", Arial;
		font-size: 14px;
		font-weight: normal;
		color: #ffffff;
	}

	.widget-md
	{
		display: block;
		width: 100%;
		margin-bottom: 10px;
		background-color: #ccc;
		text-decoration: none;
	}

	.widget-md-img
	{
		width: 100%;
	}
}

@media (max-width: 767px){

	.widget-sm
	{
		display: block;
		width: 100%;
		height: 40px;
		margin-bottom: 6px;
	}

	.widget-sm-img
	{
		display: inline-block;
		width: 20px;
		height: 20px;
		margin: 10px;
	}

	.widget-sm-img img
	{
		width: 20px;
		height: 20px;
	}

	.widget-sm-info
	{
		display: inline-block;
		line-height: 40px;
		padding-left: 8px;
		font-family: "Bliss2Regular", Arial;
		font-size: 14px;
		font-weight: normal;
		color: #ffffff;
	}

}

#innercontent .airportcontent
{
	margin-top: 20px;
}

#newssection
{
	background: #dfeaeb;
 	background: -moz-linear-gradient(top, #dfeaeb 0%, #b0c5ca 100%);
	background: -webkit-gradient(linear, top left, bottom left, color-stop(0%,#dfeaeb), color-stop(100%,#b0c5ca));
	background: -webkit-linear-gradient(top, #dfeaeb 0%,#b0c5ca 100%);
	background: -o-linear-gradient(top, #dfeaeb 0%,#b0c5ca 100%);
	background: -ms-linear-gradient(top, #dfeaeb 0%,#b0c5ca 100%);
	background: linear-gradient(to bottom, #dfeaeb 0%,#b0c5ca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfeaeb', endColorstr='#b0c5ca',GradientType=0 );

	margin-top: 20px;

}

	.news-headerrow
	{
		height: 65px;
		margin-top: 20px;
	}

	.news-newsheader
	{
		font-family: "Bliss2Regular";
		font-size: 28px;
		color: #333;
		line-height: 65px;
	}

	.news-readmorebutton
	{
		display: block;
		float: right;
		font-family: "Bliss2Regular";
		font-size: 20px;
		color: #006881;
		line-height: 65px;
	}

	.news-line
	{
		border-bottom: dotted 2px #006881;
	}


	.news-link
	{
		margin-top: 30px;
		margin-bottom: 35px;
	}

	.news-link:hover
	{
		text-decoration: none;
	}

	.news-linkheader
	{
		font-family: Arial;
		font-size: 11px;
		color: #333;
	}

	.news-linkcontent
	{
		font-family: Arial;
		font-size: 14px;
		color: #006881;
	}

#airport-newssection
{
	background: #dfeaeb;
 	background: -moz-linear-gradient(top, #dfeaeb 0%, #b0c5ca 100%);
	background: -webkit-gradient(linear, top left, bottom left, color-stop(0%,#dfeaeb), color-stop(100%,#b0c5ca));
	background: -webkit-linear-gradient(top, #dfeaeb 0%,#b0c5ca 100%);
	background: -o-linear-gradient(top, #dfeaeb 0%,#b0c5ca 100%);
	background: -ms-linear-gradient(top, #dfeaeb 0%,#b0c5ca 100%);
	background: linear-gradient(to bottom, #dfeaeb 0%,#b0c5ca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfeaeb', endColorstr='#b0c5ca',GradientType=0 );

	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	width: 700px;
}

#airport-newssection .news-link
{
	margin-top: 15px;
	margin-bottom: 20px;
	width: 220px;
}

#airport-newssection .news-headerrow
{
	height: 60px;
	margin-top: 0px;
}

#home-newssection
{
	background: #dfeaeb;
 	background: -moz-linear-gradient(top, #dfeaeb 0%, #b0c5ca 100%);
	background: -webkit-gradient(linear, top left, bottom left, color-stop(0%,#dfeaeb), color-stop(100%,#b0c5ca));
	background: -webkit-linear-gradient(top, #dfeaeb 0%,#b0c5ca 100%);
	background: -o-linear-gradient(top, #dfeaeb 0%,#b0c5ca 100%);
	background: -ms-linear-gradient(top, #dfeaeb 0%,#b0c5ca 100%);
	background: linear-gradient(to bottom, #dfeaeb 0%,#b0c5ca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfeaeb', endColorstr='#b0c5ca',GradientType=0 );

	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	width: 620px;
	height: 230px;
}


#home-newssection .news-link
{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 200px;
}

#home-newssection .news-linkcontent
{
	font-size: 12px;
}

#home-newssection .news-headerrow
{
	height: 80px;
	margin-top: 0px;
}



@media (min-width: 768px) and (max-width: 991px)  {

	.news-headerrow
	{
		height: 45px;
		margin-top: 10px;
	}

	.news-newsheader
	{
		font-family: "Bliss2Regular";
		font-size: 24px;
		color: #333;
		line-height: 45px;
	}

	.news-readmorebutton
	{
		display: block;
		float: right;
		font-family: "Bliss2Regular";
		font-size: 18px;
		color: #006881;
		line-height: 45px;
	}

	.news-linkcontent
	{
		font-family: Arial;
		font-size: 12px;
		color: #006881;
	}

	#airport-newssection
	{
		margin-top: 20px;
		margin-right: 10px;
		margin-left: 10px;
		width: 542.5px
	}

	#airport-newssection .news-link
	{
		width: 170px;
	}
}

@media (max-width: 767px){
	.news-headerrow
	{
		height: 45px;
		margin-top: 10px;
	}

	.news-newsheader
	{
		font-family: "Bliss2Regular";
		font-size: 24px;
		color: #333;
		line-height: 45px;
	}

	.news-readmorebutton
	{
		display: block;
		float: right;
		font-family: "Bliss2Regular";
		font-size: 18px;
		color: #006881;
		line-height: 45px;
	}

	.news-linkcontent
	{
		font-family: Arial;
		font-size: 12px;
		color: #006881;
	}

	#airport-newssection
	{
		margin-top: 20px;
		margin-right: 10px;
		margin-left: 10px;
		width: auto;
	}

	#airport-newssection .news-link
	{
		width: auto;
	}


	.news-link
	{
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.page-title
{
	font-family: "Bliss2Regular", Arial;
	font-size: 30px;
	color: #006881;
	margin-bottom: 20px;
}

.page-subtitle
{
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	color: #666666;
	margin-bottom: 15px;
}

h2
{
	font-family: Arial;
	font-size: 30px;
	color: #006881;
	margin-bottom: 20px;
}


h3
{
	font-family: Arial;
	font-size: 16px;
	color: #f58220;
	margin-bottom: 15px;
	font-weight: bold;
}

.ms-webpart-titleText
{
	font-family: Arial;
	font-size: 16px;
	color: #f58220;
	font-weight: bold;
}

.ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a
{
	font-family: Arial;
	font-size: 16px;
	color: #f58220;
	font-weight: bold;
}

h4
{
	font-family: Arial;
	font-size: 14px;
	color: #f58220;
	margin-bottom: 15px;
	font-weight: bold;
}

p
{
	margin: 15px 0px;
}

p strong
{
	
}

#ui-datepicker-div
{
	z-index: 50;
}

.content-newslistitem
{
	margin-bottom: 60px;
	color: #333;
}

.content-newslistitem-date{
	font-size: 11px;
	color: #006881;
	margin-bottom: 5px;
}

.content-newslistitem-title{
	font-size: 16px;
	color: #006881;
	margin-bottom: 5px;
}

.content-newslistitem-body{
	color: #666;
	font-size: 12px;
	overflow: hidden;
	height: 68px;
	position: relative;
}

.content-newslistitem-bodyfade{
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0px;
	left: 0px;
/* "transparent" only works here because == rgba(0,0,0,0) */ 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, white));
    background-image: -webkit-linear-gradient(top, transparent, white);
    background-image: -moz-linear-gradient(top, transparent, white);
    background-image: -ms-linear-gradient(top, transparent, white);
    background-image: -o-linear-gradient(top, transparent, white);
}

.content-newslistitem-readmore
{
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #006881;
}

.content-newslistitem-category
{
	float: left;
	font-size: 11px;
	text-align: right;
	color: #333;
}


.content-newsitem
{
	margin-bottom: 40px;
	color: #333;
}

.content-newsitem-date{
	font-size: 11px;
	color: #006881;
	margin-bottom: 5px;
}

.content-newsitem-title{
	font-size: 16px;
	margin-bottom: 15px;
	color: #006881;
}

.content-newsitem-body{
	color: #666;
	font-size: 12px;
	position: relative;
}

.backlink
{
	display: block;
	font-size: 12px;
	margin-bottom: 20px;
}



.content-articlelistitem
{
	margin-top: 40px;
	color: #333;
}

.content-articlelistitem-date{
	font-size: 11px;
	color: #006881;
}

.content-articlelistitem-title{
	font-size: 16px;
	color: #006881;
}

.content-articlelistitem-body{
	color: #666;
	font-size: 12px;
	position: relative;
}

.content-articlelistitem-date{
	font-size: 11px;
	color: #006881;
}

.content-articlelistitem-controls
{
	float: right;
	font-size: 11px;
	color: #006881;
}

.content-articlelistitem-controls a
{
	color: #006881;
}

.content-articlelistitem-controls a:visited
{
	color: #006881;
}



#pager
{
	margin-top: 40px;
}

#pager a
{
	color: #006881;
}

#pager a:visited
{
	color: #006881;
}

#pager span
{
	color: #999;
}

.sidebar-newslist
{
	margin: 0px;
	padding: 0px;
}

.sidebar-newslist-title
{
	font-size: 16px;
	margin-bottom: 25px;
	margin-top: 15px;
}

.sidebar-newslistitem-dategroup
{
	margin-bottom: 15px;
	list-style: none;
}

.sidebar-newslistitem-dategroup-title
{
	font-size: 12px;
	margin-bottom: 15px;
	cursor: pointer;
}


.sidebar-newslistitem
{
	margin-bottom: 15px;
}

.sidebar-newslistitem-date
{
	font-size: 11px;
	color: #006881;
}

.sidebar-newslistitem-title
{
	font-size: 11px;
	color: #333;
}

.sidebar-newslistitem-title a
{
	color: #333;
}

.sidebar-newslistitem-title a:hover
{
	color: #006881;
	text-decoration: none;
}

.sidebar-newslistitem-title a:visited
{
	color: 333;
}

.sidebar-newslistitem-title a:visited:hover
{
	color: #006881;
	text-decoration: none;
}




.flight-info-locations .flightinfo-control
{
	margin: 12px 0px;
}

.flight-info-locations .flightinfo-label
{
	font-size:12px;
	display: inline-block;
	width: 40px;
}

.flight-info-locations select
{
	display: inline-block;
	width: 150px;
}


.flight-info-dates .flightinfo-control
{
	margin: 12px 0px;
	height: 24px;
}

.flightinfo-control table
{
	display: inline-block;
}

.flight-info-dates .flightinfo-label
{
	font-size:12px;
	display: inline-block;
	width: 40px;
}

.flight-info-dates table
{
	display: inline-block;
	height: 20px;
}

.flightinfo-label-float
{
	float: left;
	margin-top: 10px;
}


.flight-info-types label
{
	font-size:12px;
	padding-left: 10px;
	margin-bottom: 0px;
	font-weight: normal;
}


.flight-info-number
{
	margin-top: 10px;
}

.flight-info-number input[type=text]
{
	width: 140px;
}

.flight-info-submit
{
	margin-top: 10px;
}



.acsawp-flightInfo input[type=submit]
{
	border-style: solid;
	border-width: 1px;
	padding: 5px 8px;
	border-color: #dddddd;
	background-color: #FF6600;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 30px;
}

.flight-info-submit input[type=submit]
{
	border-style: solid;
	border-width: 1px;
	padding: 5px 8px;
	border-color: #dddddd;
	background-color: #FF6600;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
}

.flight-info-submit input[type=button]
{
	border-style: solid;
	border-width: 1px;
	padding: 5px 8px;
	border-color: #dddddd;
	background-color: #FF6600;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 15px;
	margin-top: 15px;
}


.containerFlight *
{
	font-size: 12px;
	text-align: center;
}

.containerFlight table
{
	width: 100%;
}

.containerFlight td
{
	padding: 5px 5px;
}

.flight-data-header th
{
	padding: 5px;
	font-weight: normal;
}

.parking-control
{
	margin: 12px 0px;
	height: 20px;
	font-size: 11px;
}

.parking-control .parking-label
{
	display: inline-block;
	width: 60px;
}

.parking-control select
{
	display: inline-block;
	width: 150px;
}

.parking-submit
{
	margin-top: 20px;
}

.parking-submit input[type=submit]
{
	border-style: solid;
	border-width: 1px;
	padding: 5px 8px;
	border-color: #dddddd;
	background-color: #eeeeee;
	color: #006881;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 11px;
}

.parking-query-results
{
	margin-top: 30px;
}

.form-control
{
	font-size:12px;
	height: 24px;
	padding: 4px 8px;
	width: auto;
	display: inline-block;
}

.date-form-control
{
	display: inline-block;
	margin-left: -5px;
	margin-top: -3px;
}

.date-form-control select
{
	height: 24px;
	padding: 4px 8px;
	width: auto;
	display: inline-block;
	font-size: 10px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



@media (min-width: 768px) and (max-width: 991px)  {
	.flight-info-locations select
	{
		width: 220px;
	}

	.date-form-control select
	{
		
	}

	.flight-info-dates
	{
		clear: both;
		width: 300px;
	}

	.flightinfo-label
	{
		width: 50px;
	}
}

.ms-srch-sb-borderFocused
{
	z-index: 10;
}

.ms-srch-hover-outerContainer {
margin-left: 10px;
margin-top: 5px;
}

.ms-srch-hover-outerContainer
{
    display:none !important
}

.ms-srch-sbLarge>input
{
	height: 31px;
	padding: 0px 1px 1px 1px;
}

.ms-promlink-button
{
	border-width: 0px;
	padding: 0px;
}

@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
i {
  color: #fff;
  font-family: weather;
  font-size: 150px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }


​#weather {
  width: 425px;
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
}

#weather h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

#weather ul {
  margin: 0;
  padding: 0;
}

#weather li {
  background: rgba(120, 120, 120, 0.6);
  color: #FFFFFF;
  margin: 5px;
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#weather .currently {
  margin: 0 20px;
}

​.blinking-cursor {
  font-weight: 100;
  font-size: 30px;
  color: #2E3D48;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}

@keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}

@-moz-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}

@-webkit-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}

@-ms-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}

@-o-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}