﻿@media print { 
    div:not(.reveal-modal) {
    display: inherit !important;
}
                        
    #charm-bar,
    #top-nav,
    #charm-toggle,
    #alert {
    display:none !important;
    }

    #dynamic-bg,
    #header-right,
    #top-nav,
    #sidenav-col,
    #bcrumbs,
    #social-media-center,
    #goog-gt-tt,
    img.footer-logo,
    input.submit-btn,
    #dynamic-top-nav
    {
    display:none !important;
    }


    #page-footer, #page-body{
    display:block !important; float:left  !important; clear:both  !important; position:relative  !important;
    }

}


    .fontsize a{float:none !important;height:22px; margin:5px 0px 0px 0px !important; text-decoration:underline;}
    .fontsize a.selected{text-decoration:none;}                                    
    #fontsize0{font-size:1em; /*=10px*/}                           
    #fontsize1{font-size:1.1em; /*=11px*/}
    #fontsize2{font-size:1.3em; /*=13px*/}



    /*------------.size0 */   
    .size0{
    font-size:1.2em;
    }
    #side-nav.size0 .sf-menu a{
    font-size:1.1em;
    }

    /*-------------.size1 */
    .size1{
    font-size:1.4em;
    }

    #side-nav.size1 .sf-menu a{
    font-size:1.0em;
    }

    /*-----------.size2 */
    .size2{
    font-size:1.6em;
    }

    #side-nav.size2 .sf-menu a{
    font-size:1.1em;
    }



    /******************************************************************
    base.css
    -------------------------------------------------------------------
    Stylesheet: Base Mobile
    -------------------------------------------------------------------

    Be light and don't over-style since everything here will be
    loaded by mobile devices. You want to keep it as minimal as
    possible. These styles will be applied across all viewports.

    ******************************************************************/

    /*
    ------------------------------------------------------------------
    --> Foundation Columns
    ------------------------------------------------------------------*/

    /* --> Column Padding --------------------------------------------*/

    .row{ max-width: 1200px !important; }

    .row .column, .row .columns {
    padding: 0 8px;
    }



    /*
    ------------------------------------------------------------------
    --> Scalable Background Image
    ------------------------------------------------------------------*/

    #big-bg-image { display: none; }

  
    /*
    ------------------------------------------------------------------
    --> Dynamic Header Logo
    ------------------------------------------------------------------*/

    #dynamic-head-logo {
    position: absolute;
    top: -7px;
    display: none;
    }

    #dynamic-head-logo .mm-button-link {
    display: block;
    width: 140px;
    height: 140px;
    opacity: .9;
    }



    /*
    ------------------------------------------------------------------
    --> Branding Styles
    ------------------------------------------------------------------*/

    /* --> Defaults --------------------------------------------------*/

    body {
    font-family: Verdana, sans-serif;
    font-size: 62.5%; /* Sets base font-size to 10px so 1.0em = 10px */
    color: #1a1a1a;
    }

    /* Set default font-size to 14px */
    p, a, span, .button {
    font-size: 1.4em;

    transition: font-size .3s ease-in-out; 
    -o-transition: font-size .3s ease-in-out; 
    -moz-transition: font-size .3s ease-in-out; 
    -webkit-transition: font-size .3s ease-in-out;
    }

    /* Make sure that links in paragraphs are not larger */
    p a { font-size: inherit; }


    /* --> Anchors ---------------------------------------------------*/

    a, a:visited {
    color: #08518C;

    transition: color .3s ease-in-out; 
    -o-transition: color .3s ease-in-out; 
    -moz-transition: color .3s ease-in-out; 
    -webkit-transition: color .3s ease-in-out;
    }

    a:hover, a:focus {
    color: #0d7dd9;
    text-decoration: underline;
    }

    a:active { color: #ff0f0f; }


    /* --> Headings --------------------------------------------------*/

    /* All headings */
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: Verdana, sans-serif;
    font-weight: normal;
    }

    h1, .h1 {
    font-family: 'AbadiCon_Light', sans-serif;
    font-size: 3.6em;
    }

    h2, .h2 {
    font-size: 3.2em;
    }

    h3, .h3 {
    font-size: 2.8em;
    }

    h4, .h4 {
    font-size: 2.4em;
    }

    h5, .h5 {
    font-size: 1.6em;
    font-weight: bold;
    }

    h6, .h6 {
    font-size: 1.4em;
    font-weight: bold;
    }


    /* --> Tables ----------------------------------------------------*/

    table {
    background: none;
    border: 0;
    margin: 0;
    }

    /* Default scale for <table> elements */
    table tr th, table tr td { font-size: inherit; }

    /* Override background color from Foundation */
    table tr.even, table tr.alt,
    table tr:nth-of-type(even) {
    background: none;
    }



    /*
    ------------------------------------------------------------------
    --> Charm Bar
    ------------------------------------------------------------------*/

    #charm-toggle {
    position: fixed;
    color: #fff;
    right: 0;
    top: 40px;
    padding: 0 8px 6px 8px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 2px solid #fff;
    border-right: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    font-size: 1.0em;
    box-shadow: 0 2px 6px #000;
    z-index: 500;
    }

    #charm-toggle:hover {
    text-decoration: none;
    background: #000;
    }

    #charm-toggle span {
    display: block;
    font-size: 2.6em;
    }

    #charm-bar {
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    z-index: 500;
    }


    /* --> Temperature -----------------------------------------------*/

    .weather-cont {
    float: left;
    width: 100%;
    margin: 25px 15px 30px 4%;
    }

    /* Temperature Image Link */
    a.forcast-link {
    float: left;
    display: block;
    }

    a.forcast-link img {
    display: block;
    }

    /* Temperature text */
    .temperature {
    float: left;
    display: block;
    color: #fff;
    font-size: 2.0em;
    font-weight: bold;
    margin-top: 8px;
    margin-left: 10px;
    }


    /* --> Charms ----------------------------------------------------*/

    #close-charms {
    position: absolute;
    top: 25px;
    right: 4%;
    color: #fff;
    font-size: 1.5em;
    background: #000;
    border-radius: 9999px;
    padding: 8px 10px;
    border: 1px solid #ddd;
    }

    #close-charms:hover {
    text-decoration: none;
    background: #666;
    }

    #dynamic-charms {
    margin-top: 20px;
    }

    #static-charms {
    margin-top: 20px;
    }

    /* Link wrapper */
    #dynamic-charms .mm-button-link,
    #static-charms .mm-button-link,
    #dynamic-charms .portal-myIcon-wrap,
    #portal-charms .portal-myIcon-wrap {
    float: left;
    display: block;
    width: 44%;
    height: 100px;
    padding: 10px;
    background-color: #999;
    border: 1px solid #ccc;
    margin-left: 4%;
    margin-bottom: 4%;
    max-width: 200px;
    }

    #dynamic-charms .mm-button-link:hover,
    #static-charms .mm-button-link:hover,
    #dynamic-charms .portal-myIcon-wrap:hover,
    #portal-charms .portal-myIcon-wrap:hover {
    background-color: #bbb;
    text-decoration: none;
    }

    /* Charm icon image */
    #dynamic-charms .mm-button-img,
    #static-charms .mm-button-img,
    #dynamic-charms .portal-myIcon-img,
    #portal-charms .portal-myIcon-img {
    display: block;
    margin: 0 auto;
    }

    /* Charm text */
    #dynamic-charms .mm-button-txt,
    #static-charms .mm-button-txt,
    #dynamic-charms .portal-myIcon-text,
    #portal-charms .portal-myIcon-text {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    }

    .air_notifications {
        margin: 0;
        background: url(/img/00/airplainicon.png) no-repeat 3px 3px;
        padding: 0;
        position: relative;
    }

    /* --> Charms Color ----------------------------------------------*/

    /* Red (Add to Favorites color) */
    #dynamic-charms .mm-button-link.charm-red,
    #static-charms .mm-button-link.charm-red,
    .portal-myIcon-wrap.charm-red {
    background-color: #9c2800 !important;
    border: 1px solid #cf3400 !important;
    }

    #dynamic-charms .mm-button-link.charm-red:hover,
    #static-charms .mm-button-link.charm-red:hover,
    .portal-myIcon-wrap.charm-red:hover {
    background-color: #b52d00 !important;
    }

    /* Blue - pos 1 */
    #dynamic-charms .mm-button-link.charm-blue,
    #dynamic-charms .mm-link-1,
    .pool-charm .mm-link-1,
    #dynamic-charms .mm-link-8,
    .pool-charm .mm-link-8,
    #dynamic-charms .mm-link-15,
    .pool-charm .mm-link-15,
    #dynamic-charms .mm-link-22,
    .pool-charm .mm-link-22,
    #dynamic-charms .mm-link-29,
    .pool-charm .mm-link-29,
    #static-charms .mm-button-link.charm-blue,
    .portal-myIcon-wrap.charm-blue {
    background-color: #18679a !important;
    border: 1px solid #2187cc !important;
    }

    #dynamic-charms .mm-button-link.charm-blue:hover,
    #dynamic-charms .mm-link-1:hover,
    .pool-charm .mm-link-1:hover,
    #dynamic-charms .mm-link-8:hover,
    .pool-charm .mm-link-8:hover,
    #dynamic-charms .mm-link-15:hover,
    .pool-charm .mm-link-15:hover,
    #dynamic-charms .mm-link-22:hover,
    .pool-charm .mm-link-22:hover,
    #dynamic-charms .mm-link-29:hover,
    .pool-charm .mm-link-29:hover,
    #static-charms .mm-button-link.charm-blue:hover,
    .portal-myIcon-wrap.charm-blue:hover {
    background-color: #1d77b3 !important;
    }

    /* Gold - pos 2 */
    #dynamic-charms .mm-button-link.charm-gold,
    #dynamic-charms .mm-link-2,
    .pool-charm .mm-link-2,
    #dynamic-charms .mm-link-9,
    .pool-charm .mm-link-9,
    #dynamic-charms .mm-link-16,
    .pool-charm .mm-link-16,
    #dynamic-charms .mm-link-23,
    .pool-charm .mm-link-23,
    #dynamic-charms .mm-link-30,
    .pool-charm .mm-link-30,
    #static-charms .mm-button-link.charm-gold,
    .portal-myIcon-wrap.charm-gold {
    background-color: #a49864 !important;
    border: 1px solid #d6c783 !important;
    }

    #dynamic-charms .mm-button-link.charm-gold:hover,
    #dynamic-charms .mm-link-2:hover,
    .pool-charm .mm-link-2:hover,
    #dynamic-charms .mm-link-9:hover,
    .pool-charm .mm-link-9:hover,
    #dynamic-charms .mm-link-16:hover,
    .pool-charm .mm-link-16:hover,
    #dynamic-charms .mm-link-23:hover,
    .pool-charm .mm-link-23:hover,
    #dynamic-charms .mm-link-30:hover,
    .pool-charm .mm-link-30:hover,
    #static-charms .mm-button-link.charm-gold:hover,
    .portal-myIcon-wrap.charm-gold:hover {
    background-color: #d6c783 !important;
    }

    /* Purple - pos 3 */
    #dynamic-charms .mm-button-link.charm-purple,
    #dynamic-charms .mm-link-3,
    .pool-charm .mm-link-3,
    #dynamic-charms .mm-link-10,
    .pool-charm .mm-link-10,
    #dynamic-charms .mm-link-17,
    .pool-charm .mm-link-17,
    #dynamic-charms .mm-link-24,
    .pool-charm .mm-link-24,
    #dynamic-charms .mm-link-31,
    .pool-charm .mm-link-31,
    #static-charms .mm-button-link.charm-purple,
    .portal-myIcon-wrap.charm-purple {
    background-color: #917897 !important;
    border: 1px solid #c19fc9 !important;
    }

    #dynamic-charms .mm-button-link.charm-purple:hover,
    #dynamic-charms .mm-link-3:hover,
    .pool-charm .mm-link-3:hover,
    #dynamic-charms .mm-link-10:hover,
    .pool-charm .mm-link-10:hover,
    #dynamic-charms .mm-link-17:hover,
    .pool-charm .mm-link-17:hover,
    #dynamic-charms .mm-link-24:hover,
    .pool-charm .mm-link-24:hover,
    #dynamic-charms .mm-link-31:hover,
    .pool-charm .mm-link-31:hover,
    #static-charms .mm-button-link.charm-purple:hover,
    .portal-myIcon-wrap.charm-purple:hover {
    background-color: #a98bb0 !important;
    }

    /* Green - pos 4 */
    #dynamic-charms .mm-button-link.charm-green,
    #dynamic-charms .mm-link-4,
    .pool-charm .mm-link-4,
    #dynamic-charms .mm-link-11,
    .pool-charm .mm-link-11,
    #dynamic-charms .mm-link-18,
    .pool-charm .mm-link-18,
    #dynamic-charms .mm-link-25,
    .pool-charm .mm-link-25,
    #dynamic-charms .mm-link-32,
    .pool-charm .mm-link-32,
    #static-charms .mm-button-link.charm-green,
    .portal-myIcon-wrap.charm-green {
    background-color: #255833 !important;
    border: 1px solid #3b8c51 !important;
    }

    #dynamic-charms .mm-button-link.charm-green:hover,
    #dynamic-charms .mm-link-4:hover,
    .pool-charm .mm-link-4:hover,
    #dynamic-charms .mm-link-11:hover,
    .pool-charm .mm-link-11:hover,
    #dynamic-charms .mm-link-18:hover,
    .pool-charm .mm-link-18:hover,
    #dynamic-charms .mm-link-25:hover,
    .pool-charm .mm-link-25:hover,
    #dynamic-charms .mm-link-32:hover,
    .pool-charm .mm-link-32:hover,
    #static-charms .mm-button-link.charm-green:hover,
    .portal-myIcon-wrap.charm-green:hover {
    background-color: #307342 !important;
    }

    /* Light Green - pos 5 */
    #dynamic-charms .mm-button-link.charm-lightgreen,
    #dynamic-charms .mm-link-5,
    .pool-charm .mm-link-5,
    #dynamic-charms .mm-link-12,
    .pool-charm .mm-link-12,
    #dynamic-charms .mm-link-19,
    .pool-charm .mm-link-19,
    #dynamic-charms .mm-link-26,
    .pool-charm .mm-link-26,
    #dynamic-charms .mm-link-33,
    .pool-charm .mm-link-33,
    #static-charms .mm-button-link.charm-lightgreen,
    .portal-myIcon-wrap.charm-lightgreen {
    background-color: #92a497 !important;
    border: 1px solid #bfd6c5 !important;
    }

    #dynamic-charms .mm-button-link.charm-lightgreen:hover,
    #dynamic-charms .mm-link-5:hover,
    .pool-charm .mm-link-5:hover,
    #dynamic-charms .mm-link-12:hover,
    .pool-charm .mm-link-12:hover,
    #dynamic-charms .mm-link-19:hover,
    .pool-charm .mm-link-19:hover,
    #dynamic-charms .mm-link-26:hover,
    .pool-charm .mm-link-26:hover,
    #dynamic-charms .mm-link-33:hover,
    .pool-charm .mm-link-33:hover,
    #static-charms .mm-button-link.charm-lightgreen:hover,
    .portal-myIcon-wrap.charm-lightgreen:hover {
    background-color: #a8bdae !important;
    }

    /* Blue Purple - pos 6 */
    #dynamic-charms .mm-button-link.charm-bluepurple,
    #dynamic-charms .mm-link-6,
    .pool-charm .mm-link-6,
    #dynamic-charms .mm-link-13,
    .pool-charm .mm-link-13,
    #dynamic-charms .mm-link-20,
    .pool-charm .mm-link-20,
    #dynamic-charms .mm-link-27,
    .pool-charm .mm-link-27,
    #dynamic-charms .mm-link-34,
    .pool-charm .mm-link-34,
    #static-charms .mm-button-link.charm-bluepurple,
    .portal-myIcon-wrap.charm-bluepurple {
    background-color: #5d6889 !important;
    border: 1px solid #808fbd !important;
    }

    #dynamic-charms .mm-button-link.charm-bluepurple:hover,
    #dynamic-charms .mm-link-6:hover,
    .pool-charm .mm-link-6:hover,
    #dynamic-charms .mm-link-13:hover,
    .pool-charm .mm-link-13:hover,
    #dynamic-charms .mm-link-20:hover,
    .pool-charm .mm-link-20:hover,
    #dynamic-charms .mm-link-27:hover,
    .pool-charm .mm-link-27:hover,
    #dynamic-charms .mm-link-34:hover,
    .pool-charm .mm-link-34:hover,
    #static-charms .mm-button-link.charm-bluepurple:hover,
    .portal-myIcon-wrap.charm-bluepurple:hover {
    background-color: #6f7ca3 !important;
    }

    /* Dark Yellow - pos 7 */
    #dynamic-charms .mm-button-link.charm-darkyellow,
    #dynamic-charms .mm-link-7,
    .pool-charm .mm-link-7,
    #dynamic-charms .mm-link-14,
    .pool-charm .mm-link-14,
    #dynamic-charms .mm-link-21,
    .pool-charm .mm-link-21,
    #dynamic-charms .mm-link-28,
    .pool-charm .mm-link-28,
    #dynamic-charms .mm-link-35,
    .pool-charm .mm-link-35,
    #static-charms .mm-button-link.charm-darkyellow,
    .portal-myIcon-wrap.charm-darkyellow {
    background-color: #a38f3b !important;
    border: 1px solid #d6bb4d !important;
    }

    #dynamic-charms .mm-button-link.charm-darkyellow:hover,
    #dynamic-charms .mm-link-7:hover,
    .pool-charm .mm-link-7:hover,
    #dynamic-charms .mm-link-14:hover,
    .pool-charm .mm-link-14:hover,
    #dynamic-charms .mm-link-21:hover,
    .pool-charm .mm-link-21:hover,
    #dynamic-charms .mm-link-28:hover,
    .pool-charm .mm-link-28:hover,
    #dynamic-charms .mm-link-35:hover,
    .pool-charm .mm-link-35:hover,
    #static-charms .mm-button-link.charm-darkyellow:hover,
    .portal-myIcon-wrap.charm-darkyellow:hover {
    background-color: #bda544 !important;
    }

    .charm-fav-selected {
    border-color: #ffd200 !important;
    background: #ff9000 !important;
    }

    .charm-fav-selected:hover {
    background: #e58200 !important;
    }

    /* Charm ADA styles */

    #myicons-selected-holder .pool-charm a,
    #myicons-pool-holder .pool-charm a {
    opacity: 0.75;
    }

    .pool-charm a.active {
    border: 1px solid #cf3400 !important;
    box-shadow: 0 0 8px #000;
    opacity: 1 !important;
    }

    .drag-arrow-cont {
    width: 100%;
    }

    .drag-arrow-holder {
    width: 190px;
    margin: 0 auto;
    }

    #drag-arrow-left {
    margin-left: 20px;
    }

    .drag-arrow {
    float: left;
    padding: 6px;
    background: #ccc;
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 2.0em;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    margin: 5px;
    margin-top: 20px;
    }

    .drag-arrow:hover {
    text-decoration: none;
    }


    /*
    ------------------------------------------------------------------
    --> Page Header
    ------------------------------------------------------------------*/

    /* --> Header Base -----------------------------------------------*/

    header#page-header {
    width: 100%;
    background: #fefdfd url('/img/01/header-bg-ie8.png') no-repeat left top; /* for silly IE8 fallback */
    background: url('/img/01/header-bg.png') no-repeat left top,
    #f9f9f5 url('/img/01/header-rep.png') repeat-x;
    border-bottom: 1px solid #edece9;
    }

    #header-right { margin-top: 5px; }


    /* --> Header Logo -----------------------------------------------*/

    #header-logo {
    display: inline-block;

    transition: margin .3s ease-in-out;
    -o-transition: margin .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out;
    -webkit-transition: margin .3s ease-in-out;
    }

    #header-logo img {
    width: 100%;
    }


    /* --> Header Links ----------------------------------------------*/

    ul.head-links {
    list-style: none;
    margin-bottom: 5px;
    background: #636158;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 6px 10px 12px;
    margin-bottom: 20px;
    }

    ul.head-links li {
    float: left;
    margin-right: 20px;
    }

    ul.head-links li.last { margin-right: 0; }

    ul.head-links a.head-link {
    float: left;
    display: inline-block;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 8px;
    }

    .has-arrs span {
    float: left;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin-top: 8px;
    }

    .link-content span {
    background: url('/img/00/sbb_sprite_ui.png') no-repeat -198px -17px; 
    }

    .link-footer span {
    background: url('/img/00/sbb_sprite_ui.png') no-repeat -218px -20px; 
    }

    #header-notify-txt {
    display: block;
    color: #57554f;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 18px;
    }

    #header-notify-txt span.mm-button-subtxt { font-size: inherit; }

    a#sb-home {
		color: #fff;
		padding: 5px;
		background: #73bae7;
		margin-left: 45%;
		border-radius:5px;
		background: #145580;
		font-size: 1em;
		padding: 7px 16px 7px 16px;
    }

		div#weather-data {
		display: block;
		width: 100%;
		height: 30px;
		padding-top: 10px;
		}
		
    /*
    ------------------------------------------------------------------
    --> Site Search
    ------------------------------------------------------------------*/

    /* --> Search Input ----------------------------------------------*/

    input#site-search {
    margin: 0;
    padding: 0 0 0 8px;
    font-size: 1.3em;
    border: 1px solid #b0ada0;
    border-right: 0;
    margin-bottom: 10px;
    outline: none;
    height: 40px;
    background: #fff url('/img/00/sbb_sprite_ui.png') no-repeat -280px -65px;
    padding-left: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 8px #bbb;

    transition: box-shadow .6s ease-in-out; 
    -o-transition: box-shadow .6s ease-in-out; 
    -moz-transition: box-shadow .6s ease-in-out; 
    -webkit-transition: box-shadow .6s ease-in-out;
    }

    input#q {height: 40px; font-size:1.3em;}

    input#site-search:hover {
    border-color: #999;
    }

    input#site-search:focus {
    box-shadow: 0 0 10px #999;
    }

    /* Set search text placeholder color */
    ::-webkit-input-placeholder {
    color: #7d98a9;
    }

    :-moz-placeholder { /* Firefox 18- */
    color: #7d98a9;
    }

    ::-moz-placeholder {  /* Firefox 19+ */
    color: #7d98a9;
    }

    :-ms-input-placeholder {  
    color: #7d98a9;
    }

    /*----Radio Buttons-----------------------*/
    div.radio-cont {
    margin: 4px 0 0 0;
    width: 118px;
    display: block;
    float: left;
    position: relative;
    }

    div.radio-cont input {
    display: block;
    height: 14px;
    border: 0px solid #fff;
    width: 18px;
    float: right;
    }

    div.radio-cont label {
    font-size: 1.15em;
    float: left;
    display: block;
    width: 100%;
    content: "";  
    margin-bottom: 5px;
    }



    /* --> Search Button ---------------------------------------------*/

    a#site-search-btn {
    font-weight: normal;
    font-size: 1.8em;
    height: 40px;
    border: 1px solid #59b3ef;
    margin: 0;
    line-height: 36px;
    background: #035aa6 url('/img/00/noise/light.png') repeat;
    box-shadow: 0 0 8px #bbb;

    transition: background-color .6s ease-in-out;
    -o-transition: background-color .6s ease-in-out;
    -moz-transition: background-color .6s ease-in-out;
    -webkit-transition: background-color .6s ease-in-out;
    }

    a#site-search-btn:hover {
    text-decoration: none;
    background-color: #18679a;
    border-color: #104466;
    }



    /*
    ------------------------------------------------------------------
    --> Main Navigation
    ------------------------------------------------------------------*/

    /* --> Main Navigation Container ---------------------------------*/

    section#top-nav {
    background: #014e92 url('/img/00/noise/verylight.png') repeat;
    border-bottom: 1px solid #ddeefa;
    min-height: 50px;
    }

    /* Remove menu padding for mobile */
    section#top-nav .nav-row .columns { padding: 0; }

    /* Remove Foundation default background color for top-bar */
    nav.main-nav, nav.main-nav.expanded {
    background: none;
    width: 100%;
    }


    /* --> Main Navigation Title -------------------------------------*/

    /* Show the navigation Title for mobile */
    nav.main-nav .name { display: block; }

    nav.main-nav .toggle-topbar.menu-icon a span {
    font-size: 1.0em;
    }


    /* --> Main Navigation Item Link ---------------------------------*/


    nav.main-nav ul li.nav-item a {
    font-family: Verdana, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    white-space: normal;
    background: #104467;

    transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    -o-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    -moz-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    -webkit-transition: background-color .9s ease-out, color .6s ease-out, padding .6s ease-out, font-size .3s ease-out;
    }

    nav.main-nav ul li.nav-item a:hover {
    text-decoration: none;
    background: #145580;
    }

    /* Active Item Link */
    nav.main-nav ul li.active a {
    background: #000;
    }


    /* --> Main Navigation Mobile Styles -----------------------------*/

    /* Main Navigation Title */
    .main-nav ul.title-area .mainnav-mobile-title {
    font-family: Verdana, sans-serif;
    font-weight: normal;
    text-transform: none;
    line-height: 50px;
    }

    .main-nav ul.title-area .mainnav-mobile-title:hover {
    background: none;
    }

    /* Menu collapse/expand link icon */
    nav.main-nav .toggle-topbar.menu-icon a {
    font-size: 1.4em;
    font-weight: normal;
    text-indent: -70px;
    line-height: 31px;
    }

    nav.main-nav .toggle-topbar.menu-icon a:hover {
    background: none;
    }

    /* Mobile Display Back Link */
    nav.main-nav .dropdown li.title h5 a {
    color: #fff;
    font-size: 1.2em;
    }

    /* Mobile Display Back Link (Mega-Menu) */
    nav.main-nav div.mega-menu li.title h5 a:hover {
    background: #145580;
    }

    /* Mobile-Mode Back Link (Mega-Menu) */
    nav.main-nav .mega-menu li.title h5 a {
    color: #fff;
    font-size: 1.2em;
    }

    /* Divider between navigation items */
    nav.main-nav .divider {
    border-top-color: #186699;
    border-bottom-color: #082233;
    }



    /*
    ------------------------------------------------------------------
    --> Main Navigation Menus
    ------------------------------------------------------------------*/

    /* Dropdown Menu Item Link */
    nav.main-nav .dropdown li.nav-item a {
    text-transform: none;
    font-size: 1.0em;
    line-height: 18px;
    background: none;
    padding: 10px 12px;
    border-bottom: 1px solid #444;
    }

    nav.main-nav .dropdown li.nav-item a:hover {
    background-color: #145580;
    }


    /* --> Main Navigation Dropdown Container ------------------------*/

    nav.main-nav .dropdown {
    border: 1px solid #0c334d;
    box-shadow: 0 3px 10px #000;
    }

    /* Dropdown Menu Last Item Link */
    nav.main-nav .dropdown li.nav-item.last a {
    border-bottom: 0;
    }



    /*
    ------------------------------------------------------------------
    --> Side Navigation
    ------------------------------------------------------------------*/

    /* --> Side Navigation Column ------------------------------------*/

    #sidebar-blu {
    position: absolute;
    background: url('/img/01/airport-bluparency.png') repeat;
    }


    /* --> Side Navigation Wrapper -----------------------------------*/

    .side-nav-wrap {
    padding: 0 15px 15px;
    background-color: #e0e4e9;
    margin-bottom: 15px;
    }


    /* --> Side Navigation Heading -----------------------------------*/

    .page-nav-heading {
    cursor: default;
    color: #00abe6;
    font-family: 'AbadiCon_Light', sans-serif;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 3.8em;
    text-transform: uppercase;
    }


    /* --> Side Navigation List ---------------------------------------*/

    nav#side-nav ul.side-nav-list {

    }


    /* --> Side Navigation Item ---------------------------------------*/

    nav#side-nav .sf-vertical,
    nav#side-nav .sf-vertical li {
    width: 100%;
    }

    nav#side-nav .sf-menu li {
    background: none;
    }

    nav#side-nav .sf-menu li {
    background: #e0e4e9;
    }

    /* --> Side Navigation Item Link ----------------------------------*/

    nav#side-nav .sf-menu a {
    color: #023868;
    font-size: 1.5em;
    border: 0;
    line-height: 20px;
    padding: 8px 20px 8px 10px;
    border-bottom: 1px solid #ebf2f8;

    transition: background-color .6s ease-out; 
    -o-transition: background-color .6s ease-out; 
    -moz-transition: background-color .6s ease-out; 
    -webkit-transition: background-color .6s ease-out;
    }

    nav#side-nav .sf-menu a:hover {
    background: #e0e4e9;
    text-decoration: none;
    }

    /* Last Item Link */
    nav#side-nav .sf-menu li.last a {
    border-bottom: 0;
    }


    /* --> Side Navigation Flyout Menu -------------------------------*/

    nav#side-nav .sf-menu ul {
    left: -9999px;
    width: 220px;
    border: 1px solid #666;
    }

    /* Flyout Indicator (Arrow) */
    nav#side-nav .sf-sub-indicator {
    display: none;
    }



    /*
    ------------------------------------------------------------------
    --> BreadCrumbs / System Buttons
    ------------------------------------------------------------------*/

    /* --> Breadcrumbs ----------------------------------------------*/

    /* Breadcrumb Span */
    section#bcrumbs {
    width: 100%;
    margin-top: -20px;
    margin-bottom: 20px;
    }

    /* Breadcrumb List */
    ul.bcrumb-list {
    float: left;
    margin-left: 12px;
    margin-bottom: 0;
    list-style: none;
    font-size: 1.2em;
    }

    /* Breadcrumb Item */
    ul.bcrumb-list li {
    float: left;
    margin-right: 5px;
    }

    /* Breadcrumb Item Link */
    ul.bcrumb-list li a {
    color: #4c4c4c;
    text-decoration: underline;
    }

    ul.bcrumb-list li a:hover { color: #808080; }

    /* Breadcrumb Home Item */
    ul.bcrumb-list li.home {
    background: url('/img/00/icons_system.png') no-repeat -5px -230px;
    padding-left: 25px;
    }

    /* Breadcrumb Item Arrow & Current Item */
    ul.bcrumb-list li.arr,
    ul.bcrumb-list li.current {
    font-size: 1.4em;
    color: #4c4c4c;
    cursor: default;
    }


    /* --> Widget Breadcrumb Row ---------------------------------------*/

    .widget-breadcrumb-row section#bcrumbs {
    margin-top: 10px;
    margin-bottom: 0;
    }

    .widget-breadcrumb-row section#bcrumbs .row {
    padding: 10px;
    border-radius: 6px;
    padding-bottom: 5px;
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
    }


    /* --> System Buttons ----------------------------------------------*/

    /* Column that contains the system buttons */
    .columns.system-btns-col { padding: 0; }

    /* Email, Edit, Print List Container */
    ul.system-btns-list {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    list-style: none;
    }

    /* System Button Item */
    ul.system-btns-list > li {
    float: left;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 15px;
    padding: 0 10px;
    }

    /* System Button Link Text */
    ul.system-btns-list li a.button {
    margin-bottom: 0;
    text-align: left;
    }

    /* Inner text */
    ul.system-btns-list li a span {
    font-size: 1.6em;
    font-weight: bold;
    }

    /* System Button Styles */
    .button.system-button {
    width: 100%;
    color: #333;
    background-color: #fff;
    border-color: #999;
    padding: 10px 10px;
    box-shadow: none;
    border-radius: 0;

    transition: background-color .6s ease-out, box-shadow .6s ease-out;
    -o-transition: background-color .6s ease-out, box-shadow .6s ease-out; 
    -moz-transition: background-color .6s ease-out, box-shadow .6s ease-out; 
    -webkit-transition: background-color .6s ease-out, box-shadow .6s ease-out;
    }

    .button.system-button:hover,
    .button.system-button.hover {
    background-color: #fff !important;
    box-shadow: 0 0 8px #666;
    }

    /* System Button Dropdown Menu */
    ul.system-menu {
    list-style: none;
    display: none;
    position: absolute;
    width: inherit;
    background-color: #fff;
    border: 1px solid #666;
    margin: 0;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 2px 4px #000;
    left: 0;
    z-index: 90;
    }

    /* Show dropdown menu on hover */
    li:hover ul.system-menu {
    display: block;
    }

    /* System Button Dropdown Menu Item Link */
    ul.system-menu li a {
    display: block;
    padding: 6px 0;
    color: #333;
    text-indent: 35px;
    border: 1px solid transparent;
    }

    ul.system-menu li a:hover {
    color: #0f8cf2;
    text-decoration: none;
    border-color: #ddd;
    border-radius: 6px;
    }

    /* Email */
    #btn-email {
    background: #eee url('/img/00/icons_system.png') no-repeat 5px 4px;
    padding-left: 40px;
    }

    /* Edit */
    #btn-edit {
    background: #eee url('/img/00/icons_system.png') no-repeat 5px -66px;
    padding-left: 40px;
    }

    /* Print */
    #btn-print {
    background: #eee url('/img/00/icons_system.png') no-repeat 5px -146px;
    padding-left: 40px;
    }

    /* Alter styles of system buttons that have a dropdown menu */
    #btn-email:hover,
    #btn-email.hover,
    #btn-edit:hover,
    #btn-edit.hover {
    border-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    }

    /* Send A Link */
    ul.system-menu li.send-link {
    background: url('/img/00/icons/icon-email-send.png') no-repeat 0 center;
    }

    /* Contact Us */
    ul.system-menu li.contact-us {
    background: url('/img/00/icons/icon-email-contact.png') no-repeat 0 center;
    }

    /* HTML Editor */
    ul.system-menu li.html-editor {
    background: url('/img/00/icons/icon-edit-html.png') no-repeat 0 center;
    }

    /* Workflow - Submit for Approval */
    .link-HtmlEditor {
    padding-left: 32px !important;
    text-indent: 0 !important;
    background: url('/img/00/icons/icon-edit-approval.png') no-repeat 0 center;
    }

    /* Layout */
    ul.system-menu li.layout {
    background: url('/img/00/icons/icon-edit-layout.png') no-repeat 0 center;
    }

    /* Navbuilder */
    ul.system-menu li.navbuilder {
    background: url('/img/00/icons/icon-edit-navbuilder.png') no-repeat 0 center;
    }

    /* Services */
    ul.system-menu li.services {
    background: url('/img/00/icons/icon-edit-services.png') no-repeat 0 center;
    }

    /* Status */
    ul.system-menu li.status-not-done,
    ul.system-menu li.status-done {
    background: url('/img/00/icons/icon-edit-status.png') no-repeat 0 center;
    }

    /* Site Notes */
    ul.system-menu li.site-notes {
    background: url('/img/00/icons/icon-edit-notes.png') no-repeat 0 center;
    }

    /* Issue */
    ul.system-menu li.issue {
    background: url('/img/00/icons/icon-edit-issue.png') no-repeat 0 center;
    }

    /* Admin */
    ul.system-menu li.admin {
    background: url('/img/00/icons/icon-edit-admin.png') no-repeat 0 center;
    }

    /* AddThis */
    .addthis_toolbox {
    float: right;
    margin-top: 1px;
    margin-right: 20px;
    }

    .widget-cont-html .addthis_toolbox {
    margin-right: 0;
    }

    .atm-s a span {
    font-size: 0.9em;
    }

    a#atic_usersettings span {
    font-size: 0.9em;
    }

    .addthis_counter.addthis_pill_style a.addthis_button_expanded {
    width: 38px !important;
    }



    /*
    ------------------------------------------------------------------
    --> Page Body Section
    ------------------------------------------------------------------*/

    #page-body {
    width: 100%;
    background: #fff;
    }

    /* All secondary pages have their content wrapped in a row
    with either of these classes. */
    .content-row,
    .widget-layout-row {
    padding-top: 30px;
    }


    #sba-airport-wrapper{
    /* margin: 0 auto;*/
     margin: 0;
     padding: 15px; 
    }

    /*
    ------------------------------------------------------------------
    --> Homepage Link List Book a Flight
    ------------------------------------------------------------------*/
		div#sba-book-flight a {
		font-size: 1.15em;
		color: #000;
		display: block;
		text-decoration:none;
		padding: 8px 5px 8px 5px;
		
		transition: background-color .6s ease-out;
    -o-transition: background-color .6s ease-out;
    -moz-transition: background-color .6s ease-out;
    -webkit-transition: background-color .6s ease-out;
		
		}
		
		div#sba-book-flight a:hover{ background: #055a78; color: #fff; }

    #sba-book-flight ul{ list-style: none; }
		
		#sba-book-flight ul li {
		border-bottom: 2px solid #fff;}			
			
    #sba-book-flight-tagline ul.az-list li { text-align: center; border:none; }
    #sba-book-flight-tagline ul.az-list  li a { font-size: .8em !important; color:#055a78; font-family:tahoma, sans-serif; font-weight: bold; }
		#sba-book-flight-tagline ul.az-list  li a:hover{ background:none; color: #3EAFD6; } 

    /*
    ------------------------------------------------------------------
    --> HTML Content
    ------------------------------------------------------------------*/

    /* --> Page Title ----------------------------------------------*/

    /* Page title container */
    .pgtitle {
    width: 100%;
    }

    h1.content-title {
    font-family: 'AbadiCon_Light', sans-serif;
    font-size: 4.2em;
    padding-bottom: 10px;
    margin: 0;
    color: #014e92;
    border-bottom: 1px solid #666;
    cursor: default;
    }

    /* Department text indicator */
    .department-txt {
    font-size: inherit;
    float: right;
    color: #999;
    }

    /* Radial Gradient below page title */
    .title-radial-grad {
    width: 100%;
    height: 38px;
    background: url('/img/00/pgtitle-radial-grad.png') no-repeat center top;
    }


    /* --> Page Content ----------------------------------------------*/

    section#page-content {
    margin-bottom: 50px;
    background: #fff;
    padding: 20px;
    border-top: 5px solid #86c7f0;
    border-bottom: 2px solid #48a4e2;
    }



    /*
    ------------------------------------------------------------------
    --> Homepage Contents
    ------------------------------------------------------------------*/

    /* --> Home Row --------------------------------------------------*/
    .row-home { padding-top: 30px; }

    #sba-buttons{margin-bottom: 30px; padding: 15px 15px 0 15px; }
    /* --> Home Content Row ------------------------------------------*/

    li.h-entry.tweet.with-expansion.customisable-border {
    background: #f7f7f7 !important;
    }

    .airport-bg {
    background: #f7f7f7 url(/img/00/noise/medium.png);
    padding: 12px;
    }

    .gray{ border-top: 5px solid #cecece; border-bottom: 2px solid #cecece; }
    .blue{ border-top: 5px solid #abd7f3; border-bottom: 2px solid #abd7f3; }
		.green{ 
		background: #ecf5f9;
		border-top: 5px solid #bad1d7; 
		border-bottom: 2px solid #bad1d7; 
		}
    .small-bg-blue {
    background: #f7f7f7 url(/img/00/noise/medium.png);
    padding: 12px;
    border-top: 5px solid #abd7f3; 
    border-bottom: 2px solid #abd7f3;
    margin-bottom: 40px;
    }

    div#news-chub { margin-top: 40px; }
    #news-chub article.news-article .news-summary {
    font-size: 1.3em;
    line-height: 20px;
    margin: 10px 0;
    }
		
		font.newsbody, .vpadcontent-width-default p {
		font-size: 1.15em !important;
		margin: 0;
		padding: 0;
		font-weight: normal;
		line-height: 1.25em;
		color: #666;
		font-family: verdana, sans-serif;
		}

		h3.newsheader a  {
		font-size: 1.45em !important;
		color: #00abe6;
		line-height: 1.25em;
		font-weight: normal;
		font-family: "AbadiMTW01-LightCondens";
		}
		
		.newsbody span {
		font-size: 1em;
		}
		
		.news-subtitle{
		font-size: 2.8em !important;
		color: #00abe6 !important;
		margin:0 !important;
		padding:0 !important;
		line-height: 2em;
		font-weight: normal;
		font-family: "AbadiMTW01-LightCondens";
		
		}


    /* --> Home Orbit Slideshow -----------------------------------*/
div#air-slideshow { margin-bottom: 30px; }
div#air-slideshow .orbit-container { border:1px solid #fff; }

    ol.orbit-bullets, .orbit-slide-number { display: none; }
    .touch .orbit-bullets{ display: none; }
    .orbit-container .orbit-timer{ display: none; }

    .orbit-container .orbit-prev, .orbit-container .orbit-next {
    background-color: white;
    background-color: rgba(255,255,255,0.6);
    }

		
    .orbit-container .orbit-slides-container>* .orbit-caption {
    background-color: #325179;
    height: 100%;
    display: block;
    position: relative;
    }

		.orbit-container .orbit-slides-container a{ width: 100%; }	

.orbit-container .orbit-slides-container img {
width: 100%;
border: 5px solid #fff;
padding: 0;
margin: 0;
}
	
div#air-slideshow-wrap {
display: block;
position: relative;
width: 100%;
max-width: 1172px;
margin: 0;
padding: 0; 
}

    /* --> Home Headings ---------------------------------------------*/

    h2.section-heading {
    color: #5d6889;
    font-family: 'AbadiCon_Light', sans-serif;
    font-size: 4.2em;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    margin-bottom: 10px;
    cursor: default;
    }

    h2.section-heading span.curly {
    color: #1a1a1a;
    font-family: 'FreestyleScriptW01-Regu', sans-serif;
    font-size: inherit;
    text-transform: none;
    }


    /* --> Most Popular ----------------------------------------------*/

    .page-nav-heading span {
    font-family: 'FreestyleScriptW01-Regu', sans-serif;
    font-size: 1.1em;
    color: #fff;
    text-transform: none;
    }

    /* Most Popular list */
    .home-mostpop ul.az-list {
    list-style: none;
    }

    /* Most Popular list item */
    .home-mostpop ul.az-list li {
    margin-bottom: 5px;
    padding-left: 20px;
    background: url('/img/00/sbb_sprite_ui.png') no-repeat -290px -13px;
    }

    /* Most Popular list item link */
    .home-mostpop ul.az-list li a {
    display: block;
    padding: 3px 8px;
    font-size: 1.5em;
    color: #fff;
    }


    /* --> Home Side Buttons -----------------------------------------*/

    .home-side-btns {
    float: left;
    width: 100%;
    }

    #dynamic-side-btns.home-side-btns .mm-button-wrap {
    width: 100%;
    }

    #dynamic-side-btns.home-side-btns .mm-button-subtxt {
    margin-top: 12px;
    margin-left: 0;
    }

    /* Side Button Wrapper */
    #dynamic-side-btns.home-side-btns .mm-button-wrap {
    border-color: #1d77b3;
    }

    /* Side Button Link */
    #dynamic-side-btns.home-side-btns .mm-button-link {
    padding: 0;
    height: auto;
    }

    /* Subtext container */
    #dynamic-side-btns.home-side-btns .mm-button-subtxt {
    font-size: 0.9em;
    }

    /* Subtext paragraphs */
    #dynamic-side-btns.home-side-btns .mm-button-subtxt p {
    float: left;
    margin: 15px 15px 10px 15px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 1.8em;
    }


    /*--- Homepage Media Buttons --------------------------------------*/
    /*#sba-buttons div.mm-button-wrap {
    width: 100%;
    max-width: 265px;
    position: relative;
    float: left;
    display: block;
    margin: 0 13px 25px 13px;
    text-align: center;
    box-shadow: 0px 4px 5px #ACC4D4;
    }*/

    #sba-buttons div.mm-button-wrap {
    width: 100%;
    position: relative;
    float: left;
    display: block;
    margin: 2%;
    text-align: center;
    box-shadow: 0px 4px 5px #ACC4D4;
    }

    #sba-buttons div.mm-button-txt-wrap {
    background: #0b293f; 
    color: #fff;
    padding: 15px 10px;
    margin-top: -2px;
    font-weight: normal;
    font-size: .8em;
    }

    #sba-buttons img.mm-button-img {
    width: 100%;
    }

    /*--- Homepage Mobile Flight Schedule Button ----------------*/
		#flight-schedule li { list-style: none; padding-top: 15px; }
    h3.airport-heading{ color: #055a78; text-align: center; margin: 20px 0 0 0; padding: 0; }
		h3#book-heading{ 
		font-weight: bold;
		font-size: 1.75em;
		font-family: tahoma, sans-serif;
		text-transform: uppercase;
		background: #d4e2e5;
		width: 100%;
		margin: 0;
		padding: 3px 3px 3px 6px;
		}
    .no-padding{ margin: 0; padding: 0; }

    p.date-maker, p.date-maker span.sba-temperature {
    color: #1860c1;
    font-size: 1em;
    line-height: 6.25em;
    margin: 0 0 0 10%;
    }


    #sba-flights div.mm-button-txt-wrap {
    background: url(/img/00/noise/medium.png) #1860C2;
    color: #fff;
    padding: 15px 10px;
    margin: 0;
    font-weight: normal;
    font-size: .8em;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 5px 5px #ccc;
    }

    #sba-flights div.mm-button-wrap {
    width: 100%;
    max-width: 100%;
    position: relative;
    float: left;
    margin: 0 0px;
    text-align: center;
    }

		/* sba advertisements advert */
		#sba-ads img { width: 100%; }
    /* --> Grid Calendar ---------------------------------------------*/

    #aj-calwrapper {
    margin-bottom: 30px;
    }

    #aj-calwrapper #month {
    color: #333;
    margin-bottom: 10px;
    }

    #aj-calwrapper #month a {
    font-size: 1.9em;
    font-weight: bold;
    }

    #aj-calwrapper #month a:hover {
    text-decoration: none;
    }

    #smlCal002_Head {
    font-weight: bold;
    font-size: 1.2em;
    }

    .chooser-date {
    font-weight: bold;
    margin: 0 10px;
    }

    #smlCal002_Head .long {
    display: none;
    }

    .smlCal002_Table td {
    text-align: center;
    padding: 10px 0 10px 0;
    }

    .smlCal002_Table .CurrentDay {
    background: #145580 ;
    }

    .smlCal002_Table .CurrentDay a {
    color: #fff;
    }

    .smlCal002_Table .Day {
    background: #c5ddec ;
    }

    .smlCal002_Table td a {
    color: #333;
    }

    .calTitle a.prev,
    .calTitle a.next {
    font-size: 1.6em;
    font-weight: bold;
    }

    .calTitle a.prev:hover,
    .calTitle a.next:hover {
    text-decoration: none;
    }

    .calTitle .cal-curr-date {
    margin: 0 25px;
    }

    .calTitle {
    display: block;
    margin-bottom: 10px;
    }


    /* --> Events List -----------------------------------------------*/

    /* Event title */
    .event-title {
    font-size: 1.1em;
    margin: 5px 0;
    line-height: 20px;
    }

    /* Event Time */
    .event-time { font-size: 1.2em; }

    /* Date section heading */
    .events-datesection {
    font-size: 1.5em;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 5px;
    }

    /* Style for 'Today' indicator */
    .events-datesection span.today {
    color: #666;
    text-transform: uppercase;
    font-size: 0.7em;
    }

    /* Style on text if there are no events */
    .no-events {
    color: #666;
    font-style: italic;
    }

    /* Separator between events */
    hr.events-sep {
    margin: 15px 0;
    border-color: #9db3c1;
    }


    /* --> What's New ------------------------------------------------*/
		
		#archives{
    color: #fff;
    background: #18679a;
    text-shadow: 0 1px 0 #0c334d;
		font-size: 0.5em;
		padding: 4px 8px;
    margin-left: 10px;
		float: left;
		text-decoration:none;
		}
		
		#archives:hover{ background: #063655; }
			
    .whatsnew-tab-cont {
    float: right;
    }

    .home-whatsnew-tab.active {
    color: #fff;
    background: #18679a;
    text-shadow: 0 1px 0 #0c334d;
    cursor: default;
    }

    .home-whatsnew-tab.active:hover {
    background: #18679a;
    color: #fff;
    }

    .home-whatsnew-tab {
    float: left;
    font-size: 0.5em;
    color: #18679a;
    padding: 4px 8px;
    margin-left: 10px;
    background: #fff;
    box-shadow: 0 0 10px #bbb;
    }

    .home-whatsnew-tab:hover {
    text-decoration: none;
    background: #666;
    color: #eee;
    text-shadow: none;
    }

    .ajax-cont {
    width: 100%;
    }

    #ajax-video {
    display: none;
    }

    #ajax-video .mm-buttongen-cont {
    width: 100%;
    }

    #ajax-video .mm-button-wrap {
    float: left;
    width: 100%;
    margin: 10px;
    }

    #ajax-video .mm-button-img {
    float: left;
    width: 25%;
    display: block;
    border: 2px solid transparent;
    }

    #ajax-video .mm-button-txt-wrap {
    float: left;
    width: 72%;
    margin-left: 3%;
    font-size: 0.7em;
    }

    #ajax-video a.mm-button-link:hover .mm-button-img {
    border-color: #18679a;
    }

    #ajax-video a.mm-button-link:hover {
    text-decoration: none;
    }

    #ajax-video .mm-button-txt {
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
    }

    #ajax-video .mm-button-subtxt {
    float: left;
    line-height: 18px;
    }



    /*
    ------------------------------------------------------------------
    --> Secondary Pages
    ------------------------------------------------------------------*/

    /* --> Side Buttons ----------------------------------------------*/

    /* Side Button Wrapper */
    #dynamic-side-btns .mm-buttongen-cont {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    }

    /* Side Button Wrapper */
    #dynamic-side-btns .mm-button-wrap {
    float: left;
    width: 100%;
    border: 3px solid #4a6b85;
    border-color: rgba(255, 255, 255, 0.3);
    margin-bottom: 15px;
    }

    /* Side Button Link Wrapper */
    #dynamic-side-btns a.mm-button-link {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.6em;
    padding: 15px;
    background: #145580 url('/img/00/noise/verylight.png') repeat;
    }

    #dynamic-side-btns a.mm-button-link:hover {
    background-color: #1d77b3;

    transition: background-color .6s ease-out;
    -o-transition: background-color .6s ease-out;
    -moz-transition: background-color .6s ease-out;
    -webkit-transition: background-color .6s ease-out;
    }


    /* Clearfix the side button link wrapper! */
    #dynamic-side-btns a.mm-button-link:before,
    #dynamic-side-btns a.mm-button-link:after { content: " "; display: table; }
    #dynamic-side-btns a.mm-button-link:after { clear: both; }

    /* Side Button Icon */
    #dynamic-side-btns .mm-button-img {
    float: left;
    }

    /* Side Button Text Wrapper */
    #dynamic-side-btns .mm-button-txt-wrap {
    float: left;
    width: 70%;
    margin-left: 5%;
    }

    /* Side Button Text */
    #dynamic-side-btns .mm-button-txt {
    display: block;
    font-family: 'AbadiCon_Light', sans-serif;
    font-size: 1.8em;
    margin-top: 10px;
    text-shadow: 0 0 8px #000;
    letter-spacing: 1px;
    }

    #dynamic-side-btns .mm-button-txt.has-img {
    /*margin-left: 5px;*/
    }

    /* Side Button Sub-Text */
    #dynamic-side-btns .mm-button-subtxt {
    display: block;
    margin-top: 8px;
    font-size: 1.0em;
    text-shadow: 0 0 6px #000;
    }


    /* --> Side Buttons - Colors -------------------------------------*/

    /* Color 2 */
    #dynamic-side-btns .mm-button-2 a.mm-button-link {
    background-color: #9c2800;
    }

    #dynamic-side-btns .mm-button-2 a.mm-button-link:hover {
    background-color: #cf3400;
    }

    /* Color 3 */
    #dynamic-side-btns .mm-button-3 a.mm-button-link {
    background-color: #255833;
    }

    #dynamic-side-btns .mm-button-3 a.mm-button-link:hover {
    background-color: #3b8c51;
    }

    /* Color 4 */
    #dynamic-side-btns .mm-button-4 a.mm-button-link {
    background-color: #917897;
    }

    #dynamic-side-btns .mm-button-4 a.mm-button-link:hover {
    background-color: #c19fc9;
    }

    /* Color 5 */
    #dynamic-side-btns .mm-button-5 a.mm-button-link {
    background-color: #5d6889;
    }

    #dynamic-side-btns .mm-button-5 a.mm-button-link:hover {
    background-color: #808fbd;
    }



    /*
    ------------------------------------------------------------------
    --> Page Footer
    ------------------------------------------------------------------*/

    /* --> Footer Base -----------------------------------------------*/

    footer#page-footer {
    position: absolute;
    width: 100%;
    background: #1860c1 url('/img/00/noise/light.png') repeat;
    color: #fff;

    padding-bottom: 20px;
    }


    /* --> Footer Navigation -----------------------------------------*/

    .foot-logo-address {

    }

    .foot-nav-wrap {
    float: left;
    width: 100%;
    padding: 20px 0;
    }

    .foot-nav-wrap .foot-nav-col {
    float: left;
    width: 50%;
    padding: 10px;
    text-align: center;
    }

    .sm-civica-logo {

    }

    /* Column Container */
    .foot-nav-col {  }

    /* Navigation list container */
    nav.foot-nav {
    width: 100%;
    margin-top: 10px;
    }

    /* Navigation list */
    nav.foot-nav ul.az-list {
    width: 98%;
    list-style: none;
    margin-left: 2%;
    }

    /* Navigation list item */
    nav.foot-nav ul li { margin-bottom: 3px; }

    /* Navigation list item link */
    nav.foot-nav ul.az-list li a {
    color: #fff;
    font-size: 1.4em;
    }


    /* --> Footer Logo, City Seal & Address --------------------------*/

    img.footer-logo {
    width: 100%;
    display: block;
    margin: 10px auto;
    max-width: 140px;
    margin-left: 25%;
    }

    .city-seal-foot {
    float: left;
    clear: left;
    width: 100px;
    height: 100px;
    background: url('/img/00/sbb_sprite_ui.png') no-repeat -260px -100px;
    }

    .footer-address-cont {
    float: left;
    width: 50%;
    font-size: 1.1em;
    line-height: 20px;
    margin: 10px 0 20px 10px;
    }

    .footer-address-cont a.title-email {
    display: block;
    margin-bottom: 5px;
    }

    .footer-address-cont .mailing-address {
    float: left;
    margin-top: 20px;
    font-size: inherit;
    }



    /* --> Google Translate ------------------------------------------*/

    #google_translate_element {
    width: 100%;
    margin-left: 5px;
    }

    .goog-te-gadget-simple {
    background: none !important;
    border: 0 !important;
    height: 20px !important;
    }

    .goog-te-gadget-simple .goog-te-menu-value span {
    font-family: Verdana, sans-serif;
    color: #fff;
    font-weight: bold;
    }

    .goog-te-menu-value { line-height: 20px; }
    .goog-te-menu-value:hover { text-decoration: none; }

    .goog-te-menu-value span { font-size: 11px; }

    select.goog-te-combo { padding: 5px; }
    #google_translate_element .goog-te-gadget { color: #fff; }
    #google_translate_element .goog-te-gadget a.goog-logo-link { color: #eaf6ff; }


    /* --> Social Media Center ---------------------------------------*/

    #social-media-center-airport .sm-center-btn-cont {
    max-width: 260px;
    margin-bottom: 30px;
    }

    /* Button container */
    .sm-center-btn-cont {
    float: left;
    width: 100%;
    }

    /* Containing link box */
    .sm-center-btn-cont .mm-button-link {
    display: block;
    width: 100%;
    background-color: #031d45!important;
    box-shadow: 0px 3px 10px #031d45;
    border: 1px solid #1a6699;
    }

    .sm-center-btn-cont .mm-button-link:hover {
    background-color: #155682 !important;
    border-color: #1e77b3;
    text-decoration: none;
    }

    .sm-center-btn-cont .mm-button-img {
    float: right;
    margin-top: 35px;
    margin-right: 30px;
    }

    /* 'Social Media Center' text */
    .sm-center-btn-cont .mm-button-subtxt {
    display: block;
    color: #fff;
    font-family: 'AbadiCon_Light', sans-serif;
    font-size: 2.6em;
    text-transform: uppercase;
    padding: 10px 20px;
    }

    /* 'SOCIAL' special script text */
    .sm-center-btn-cont .mm-button-subtxt span {
    display: block;
    font-family: 'FreestyleScriptW01-Regu', sans-serif;
    font-size: 1.2em;
    text-transform: none;
    }


    /* --> Powered by Civica -----------------------------------------*/

    /* Wrapping container */
    .powered-by-cont {
    float: left;
    width: 140px;
    margin-top: 30px;
    }

    /* 'Powered by' text */
    span.powered-by-civica {
    display: block;
    float: right;
    color: #fff;
    font-size: 1.3em;
    margin-right: 6px;
    margin-bottom: 5px;
    }

    /* Civica logo */
    #civica-foot-logo {
    display: block;
    float: right;
    }



    /*
    ------------------------------------------------------------------
    --> Map Alerts
    ------------------------------------------------------------------*/

    /* Alert Box */

    #alert_block {
    background: #e2f3ff;
    border: 1px solid #8fb2c9;
    padding: 10px;
    margin-bottom: 20px;
    }

    #alert_block #status_headline {
    font-family: 'AbadiCon_Light', sans-serif;
    font-size: 3.4em;
    margin-bottom: 10px;
    }

    #alert_block #status_description {
    margin: 0;
    }


    /* Alert Aggregate Page */

    .date_formatted {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    }

    .Status .entry-name {
    font-family: 'AbadiCon_Light', sans-serif;
    font-size: 2.4em;
    margin-bottom: 5px;
    }

    .StatusDiv .Status {
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    }



    /*
    ------------------------------------------------------------------
    --> Additional
    ------------------------------------------------------------------*/

    .water-report-cont {
    background: #fff;
    padding: 12px;
    margin-top: 15px !important;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px #ccc;
    }

    .report-water-head {
    font-size: 1.6em;
    margin-top: 8px;
    text-align: right;
    padding-right: 10%;
    }

    .water-phone-line {
    display: inline-block;
    margin: 0 10px 0 10px;
    padding: 11px;
    text-align: right;
    font-size: 1.2em;
    }

    .water-report-right {
    border-left: 1px solid #ccc;
    }

    /* Galleria slideshows require a defined height */
    #galleria { height: 452px; }

    /* Foundation tooltip styles */
    .tooltip { font-size: 1.4em; }

    /* Foundation Reveal modal - Close 'X' */
    .reveal-modal .close-reveal-modal { font-size: 2.0em; }

    .not-found-pgtitle {
    float: left;
    width: 100%;
    font-size: 1.6em;
    margin: 10px 0 30px;
    }

    /* Foundation button override */

    .button {
    border: 0;
    font-weight: normal;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    }

    .button:hover {
    text-decoration: none;
    }

    .button.secondary {
    color: #fff;
    background: #666;
    }

    .button.secondary:hover {
    color: #fff;
    background: #555;
    }

    /*  Photobook Styles  */

    .PhotoBG {
    /*background-image: url('/custom/photomanager/images/gallery_set_Background.png');*/
    background:#fff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    width: 150px;
    height: 150px;
    }

    .floater{ float:left; margin: 0;}

    .Photosizer img{
    overflow: hidden;
    max-height: 150px;
    max-width:150px;
    }

    /* Search result Pagination Style */
    a.youreHere{
    cursor: default;
    font-weight: bold;
    }

    a.youreHere:hover{
    text-decoration:none;
    }

    /** Imported from M.Segura's CSS**/

    #page-last-updated{clear:both;}
    #media-bucket-0 .galleria-read-more {display:none;}

    /**Project Map CSS**/

    #projectMap {position:relative;height:auto;}                                                       

    #projectMap .hide-for-small { 
    display: block;
    height: 95%;
    left: 2%;
    position: absolute;
    top: 2%;
    width: 74%;} 

    #projectMap #Picture1{width: 74%;}
                                           
    #projectMap .hide-for-small a{ position:absolute;line-height:0px;} 
    #projectMap .hide-for-small img{margin:0px;width:100%;height:100%; } 
    #projectMap .hide-for-small a:hover{ position:absolute;border:1px dashed #366647; text-decoration:none;} 
                                                                              
    #projectMap .hide-for-small a.parking{    height: 2.6%;left: 17.8%;top: 19.5%;width: 2.3%;}               
    #projectMap .hide-for-small a.current_ops{    height: 5%;left: 80%;top: 80%;width: 5%;} 
    #projectMap .hide-for-small a.parking_improv{    height: 1.2%;left: 41.5%;top: 58.4%;width: 2.5%;}   
    #projectMap .hide-for-small a.retail{    height: 9.5%;left: 39%;top: 28%;width: 4.5%;} 

    /*SITE WIDE ALERT*/

    header#page-header {
    position: relative;
    }


    #alert 
    {
    background: url("/img/00/noise/light.png") repeat scroll 0 0 #9C2800;
    border: 1px solid #691A00;
    box-shadow: 0 0 8px #BBBBBB;
    font-size: 1.4em;
    font-weight: normal;
    height: 5%;
    line-height: 25px;
    margin: 0;
    transition: background-color 0.6s ease-in-out 0s;
    max-width:100%;
    width:100%;  
    }

                                                                                       
    #alert .title{font-size:0.8em; color:#efefef; text-align:center; line-height:1em;}

    #alert .title img { margin-top:0; }

    #alert .title span{ position:relative; top:-10px; font-size:1.1em;}

    #alert .body a
    {
    background: none repeat scroll 0 0 #580300;
    color: #FECA00;
    display: block;
    font-size: 0.85em;
    margin-bottom: 0.2%;
    margin-top: 0.2%;
    width: 90%;
    padding-left:1%;
    -webkit-box-shadow: inset 0px 0px 5px 0px #360100;
    box-shadow: inset 0px 0px 5px 0px #360100;}


    #alert .body .date {font-size:1em;color:#DBB900;}

    /** Imported from R.Sapp's CSS**/


    #pm-gallery-sml00 .scrollable div.img-wrap {
    height: 60px;
    border-bottom: 1px solid #000;
    }


    ul.faq-upper-links {
    list-style:none;
    }

    ul.faq-upper-links a:hover { 
    text-decoration:none;
    }

    .auto-height{height:auto;}

    input.submit-btn{
    font-weight: normal;
    font-size: 1.4em;
    color:#fff;
    height: 40px;
    border: 1px solid #691a00;
    margin: 0;
    line-height: 36px;
    background: #9c2800 url('/img/00/noise/light.png') repeat;
    box-shadow: 0 0 8px #bbb;
    transition: background-color .6s ease-in-out;
    -o-transition: background-color .6s ease-in-out;
    -moz-transition: background-color .6s ease-in-out;
    -webkit-transition: background-color .6s ease-in-out;
    }

    input.submit-btn:hover{
    text-decoration: none;
    background-color: #18679a;
    border-color: #104466;
    cursor:pointer;
    }

    .invisible{
    display:none;
    }




    /* Foundation v2.1.4 http://foundation.zurb.com */
    /* Artfully masterminded by ZURB  */

    /* -------------------------------------------------- 
    Table of Contents
    -----------------------------------------------------
    :: Shared Styles
    :: Page Name 1
    :: Page Name 2
    */


    /* -----------------------------------------
    Shared Styles
    ----------------------------------------- */
    /* Mobile */
    @media only screen and (max-width: 767px) {

    table.responsive { margin-bottom: 0; }

    .pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
    .pinned table { border-right: none; border-left: none; width: 100%; }
    .pinned table th, .pinned table td { white-space: nowrap; }
    .pinned td:last-child { border-bottom: 0; }

    div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
    div.table-wrapper div.scrollable { margin-left: 35%; }
    div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	

    table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
    table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }



    /*
    ------------------------------------------------------------------
    --> Photo Manager and Photo Book Styles
    ------------------------------------------------------------------*/
    #jqGalleryDiv{
    width: 100%;
    }

    #img-wrap{ 
    margin-bottom: 10px;
    }

    #image_wrap img{
    cursor: default;
    width: 200px;
    padding-bottom: 10px;
    padding-left:5px;
    }

    #image_wrap_g img{
    cursor: default;
    /*width: 200px;*/
    padding-bottom: 10px;
    padding-left:5px;
    }

    .img-wrap{
    float: left;
    width: 20%;
    height: 50px;
    margin: 8px;
    overflow: hidden;
    }

    #galBackOuter { 
    margin: 15px 0 0 5px;
    }



}
