html {
	background: none;
}
body {
    margin-bottom: 0;
}

.navbar-default .navbar-text, .navbar-default .navbar-brand, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover, .logohome, .seattleMayor:after, .logohome:hover { 
    color: #fff;
}

/* Navbar */
#header .navbar {border:none;}
#seagovNavbar {
  min-height: 60px;
}
#seagovNavbar .navbar-brand {
  display: block;
  height: inherit;
  padding: 5px 20px;
}
.navbar-brand>img {
    display: inline-block;
    width: 45px;
    padding: 10px 5px 10px 0px;
}
a.logohome, .logohome {
    margin-top: 18px;
    font-family:'Seattle Text';
    margin-left:4px;
    font-weight:bold;
    font-size:21px;
    color:#fff;
    display: block;
}
a.logohome.exec, .logohome.exec {
    margin-top:10px;   
}
.logohome:before{
  height:42px;
  width:42px;
  content:'';
  display:inline-block;
  float:left;
  margin-top:-14px;
  margin-right:10px;
  background:#fff url('/images/2015_IMG/logoHome.png');
  background-size:contain;
  border-radius:25px;
  border:1px solid #fff;
}
.logohome.exec:before{
  margin-top:-6px;
}
.seattleMayor:after {
  float: left;
  margin-left: -120px;
  margin-top: 31px;
  content: "Mayor Edward B. Murray";
    font-size: 14px;
}
.navbar-default, .navbar-default .navbar-collapse, #seagovNavbar {
    background-color: #003DA5;
}
#seaGovHeader .navbar-text{
  padding:0px;
  line-height:20px;
}
.navbar-toggle {
    display: inline-block;
}
   #header {
        width: 100%;
        height: 60px;
    } 
   div#seagovNavbar i:before {
    margin-right: 10px;
}       

    .navbar-header i{
        font-size:18px;
    }

    .navbar-header i:after{
        font-family:'Open Sans';
        font-weight:bold;
        font-size:18px;
    }

    .navbar-header i:before{
        font-size:24px;
    }

/*Navbar Jumplink Fix*/
:target:before {
content:"";
display:block;
height:65px; /* fixed header height*/
margin:-65px 0 0; /* negative fixed header height */
}

/* slide-menu */
.slidemenu-right {
    width: 320px;    
    top: 0px;
    z-index: 2000;
    position: fixed;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.4s ease;
    right: -800px;
}
.slidemenu-right.slidemenu-open {    
    top: 0px;
    right: 0px;
}
#slideMenuNav .list-group-item.active > a {
        color: white;
        background:#003DA5;
    }

#slideMenuNav {
    position: relative;
}
    #slideMenuNav ul{margin:0px;}

    #slideMenuNav ul li {width:320px; padding:0px; border-radius: 0px; text-align: left;}

        #slideMenuNav ul li.first {text-align: right;}

            #slideMenuNav button { border:0px; background: transparent; margin:10px 10px 70px 0px; }

                #slideMenuNav button i{ color:#000;}

                    #slideMenuNav button:hover i {color:#003DA5;}
     
        #slideMenuNav ul li.last {height:700px;}

        #slideMenuNav ul li a{
          color:#000; 
          text-decoration: none;
          font-family:'Open Sans'; 
          font-weight: bold; 
          font-size: 20px; 
          display:inline-block; 
          padding:20px 30px;
          width:100%;
        }

            #slideMenuNav ul li a:hover{
            background:#d7d7d7;
            color:#000;
            }



/* Search */
#searchInput {
    width: 500px;
    height: 55px;
    border: none;
    font-size: 28px;
    border-radius: 0;
}
#googleSearch {
  width: 600px;
  margin: 100px auto auto;
}
#searchModal{
  padding:0px;
  border:0px; 
  background:transparent; 
  border-radius:0px; 
  left:0px; 
  margin-left:0px; 
  width:100%;
}
#searchModal .modal-header{
  border: none;
  height: 52px;
}
#searchModal .modal-header .close{
  color:white;
  opacity: 1;
  -ms-filter: progid:DGImageTransform.Microsoft.Alpha(Opacity=100);
}
#googleSearch .form-control:focus {    
  box-shadow: none;
}

#googleSearch ::-webkit-input-placeholder{
   font-size: 24px;
    font-weight: 700;
    background-color: white;
    border-radius: 0;
    border: none;
    padding-top:5px;
    padding-right: 30px;
    color:#666;    
}
#googleSearch ::-webkit-input-placeholder:after {
    content: "\f141";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 5px;
    position: absolute;
    bottom: 5px;
    font-size: 24px;
}
 #googleSearch :-moz-placeholder{
       font-size: 24px;
    font-weight: 700;
    color:#666;
  }
  #googleSearch :-moz-placeholder:after {
    content: "\f141";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 5px;
    position: absolute;
    bottom: 5px;
    font-size: 24px;

  }
  #googleSearch ::-moz-placeholder{
    font-size: 24px;
    font-weight: 700;
    color:#666;
  }
  #googleSearch ::-moz-placeholder:after {
    content: "\f141";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 5px;
    position: absolute;
    bottom: 5px;
    font-size: 24px;
  }
#googleSearch :-ms-input-placeholder {
     font-size: 24px;
    font-weight: 700;
    color:#666;
}
  #googleSearch :-ms-input-placeholder:after {
    content: "\f141";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 5px;
    position: absolute;
    bottom: 5px;
    font-size: 24px;
  }
button#searchButton {
    border-radius: 0;
    background-color: #666;
    color:#fff;
    border-color: #666;
    height: 55px;
    width:55px;
}

    #googleSearch #searchButton:hover{
        background:#000;
        border-color:#000;
    }


    #googleSearch #searchButton .fa-search{
        font-size:24px;
        padding-left:3px;
    }


#searchModal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 60px auto;
}
#searchModal .modal-content {
  height: 100%;
  border-radius: 0;
  background-color: rgb(0,0,0);
  opacity: 1;
  background-color: rgba(0,0,0, .6);
}

/* Department Search Toggle */

#googleSearchToggle {
	font-size: 14px;
	color: #fff;
}
#googleSearchToggle_M {
	background-color: #333333;
	font-size: 15px;
	color: #fff;
	text-align:left;
}
#googleSearchToggle legend, #googleSearchToggle_M legend {
	border: 0;
	margin: 0;
}
#googleSearchToggle legend span, #googleSearchToggle_M legend span {
	height: auto;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	width: 100px;
}
#googleSearchToggle div.radio  {
  text-align: right;
  float: right;
	margin-top: 10px;
  font-family: 'Open Sans';
}
#googleSearchToggle_M .radio  {
	margin: 5px 25px 10px
}
#googleSearchToggle .radio label {
	display:inline-block;
	padding-right:10px;
}
#googleSearchToggle_M .radio label  {
	display: block;
	width:auto;
	margin-bottom: 5px;
}
#googleSearchToggle .radio input[type="radio"], #googleSearchToggle_M .radio input[type="radio"] {
	border: 0; 
  	clip: rect(0 0 0 0); 
  	height: 1px; margin: -1px; 
  	overflow: hidden; 
  	padding: 0; 
  	position: absolute; 
  	width: 1px;
}
#googleSearchToggle .radio input[type="radio"] + span:before, #googleSearchToggle_M .radio input[type="radio"] + span:before  {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.2em;
  border-radius: 1em;
  border: 0.2em solid #000;
  box-shadow: 0 0 0 0.15em #fff;
  margin-right: 0.5em;
  transition: 0.5s ease all;
}
#googleSearchToggle .radio input[type="radio"]:checked + span:before, #googleSearchToggle_M .radio input[type="radio"]:checked + span:before {
  background: #fff;
  box-shadow: 0 0 0 0.2em #fff;
}
#googleSearchToggle .radio input[type="radio"]:checked + span, #googleSearchToggle_M .radio input[type="radio"]:checked + span {
  font-weight: 700	
}

/* Notification Banner Begins */
  #seagovBanner.Normal, #seagovPriorityPanel.Normal, #seagovBanner.Normal > div.container, #seagovPriorityPanel.Normal > div.container, #seagovBanner.Normal #bannerActionLink {
      background-color:#02599d;     
  }
  #seagovBanner.Medium-Alert, #seagovPriorityPanel.Medium-Alert, #seagovBanner.Medium-Alert > div.container, #seagovPriorityPanel.Medium-Alert > div.container, #seagovBanner.Medium-Alert #bannerActionLink {
      background-color:#fce45c;     
  }
  
  #seagovBanner, #seagovPriorityPanel, #seagovBannerAction, #seagovBannerSubLeft, #seagovBannerSubRight a, #seagovBanner.Normal a, #seagovPriorityPanel.Normal a{
    
	}
  #bannerActionLink{
      border: none;
      text-decoration: underline;      
  }
  #bannerActionLink:focus, .contactCollapse button:focus {
      outline: none;      
  }
    #seagovBanner.Normal a, #seagovPriorityPanel.Normal a{
        text-decoration: none;
        color: #fff;
    }
    #seagovBanner.Medium-Alert a, #seagovPriorityPanel.Medium-Alert a, .Medium-Alert #seagovBannerSubLeft, .Medium-Alert #seagovBannerSubRight a{
        text-decoration: none;
        color: #000;
    }
	
  #seagovBanner{
		position:relative;
		top:0px; 
		left:0px;
		min-height:30px;
		width:100%;
		z-index:1050
	}
  #seagovBannerSub{
		margin: 0 auto;
	}
  #seagovBannerAction{
		font-family: Arial,Helvetica,sans-serif; 
		font-size: 12px; 
		float: right; 
		padding-top: 2px;
	}
  #seagovBannerAction:hover{
		cursor:pointer
	}
	#seagovBannerSubLeft, #seagovBannerSubRight{
		padding:3px 0px;
		font-family:'Myriad Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}	
  
#seagovBannerSubRight {
    text-align: right;
    float: right;
}
#seagovPriorityPanel {
    opacity: 1.0;
    position: absolute;
    top: 20px;
    left: 0px;
    min-height: 240px;
    width: 100%;
    z-index: 100;
    display: none;
}
#seagovPriorityPanelSub{
		margin: 0px auto; 
		z-index: 101; 
		padding: 20px 25px; 
}
#seagovBannerAction .ui-icon{
  	background-image: url("images/ui-icons_ffffff_256x240.png");
}
#seagovPriorityPanel #seagovBanner_close:hover{cursor:pointer}

#seagovBanner.High-Alert.departmentAlertBanner, #seagovBanner.High-Alert.departmentAlertBanner .container, #seagovBanner.High-Alert, #seagovBanner.High-Alert .container
{
    background-color: #FACFD8;
    color: black;
    padding: 10px;
    position: relative;
}
#seagovBanner.High-Alert.departmentAlertBanner, #seagovBanner.High-Alert
{
    border: 2px red solid;
}
#seagovBanner.departmentAlertBanner, .departmentAlertBanner #seagovBannerSubLeft, .departmentAlertBanner #seagovBannerSubRight, #seagovBanner, #seagovBannerSubLeft, #seagovBannerSubRight
{
    color: black;
    font-weight: bold;
}
#seagovBanner.departmentAlertBanner .fa, #seagovBanner .fa
{
    font-size: 26px;
}
#seagovBanner.departmentAlertBanner .fa-exclamation-triangle, #seagovBanner .fa-exclamation-triangle
{
    color: red;
    position: absolute;
    left: 10px;
}
#seagovBanner.departmentAlertBanner .fa-chevron-right, #seagovBanner .fa-chevron-right {
  font-size: 16px;
}
#seagovBanner.departmentAlertBanner .closeBannerBtn, #seagovBanner .closeBannerBtn
{
    position: absolute;
    right: 0;
    top: 23%;
    cursor: pointer;
    z-index: 999;
}
#seagovBanner.departmentAlertBanner .closeBannerBtn:hover{
    background:#000;
    color:#fff;
}
    	
/* Notification Banner End */

/* Page and department Title
Department header styles need to be this explicit.
Or they'll get overidden by responsive.css & others
*/
#deptTitle {
    margin-top:20px;
    line-height:1.1; 
}
        
    #deptTitle a{
        font-family: 'Seattle Text', Arial;
        font-weight: bold;
        font-size:36px;
        color: #000;
        text-transform:none;
    }

    #deptTitle .director {
        font-family: 'Open Sans', Arial;
        font-weight:normal;
        font-size: 16px;
        color: #565656;
        text-transform:none;
        display: block;
    }
        .department div#deptTitle .director {
            margin-bottom:0px;
        }
/*Breadcrumbs*/
.department .titleTopNavBreadcrumbWrapper {
    border-bottom: 1px solid #000;
}
.department .titleTopNavBreadcrumbWrapper div#deptTitle + div#deptBreadCrumbsWrapper {
  padding-top:20px;
}
.department .titleTopNavBreadcrumbWrapper div#deptTitle + div#deptBreadCrumbsWrapper.noDirector {
   padding-top:10px;
}
#deptBreadcrumbs .fa-home {
  font-size: 16px;
}
#deptBreadcrumbsContainer strong{ /*REMOVE STRONG FROM MARKUP*/
  font-weight:normal;
}
#deptBreadcrumbs,
#deptBreadcrumbs a {
  font-size:14px;
}
#deptBreadcrumbs a{
  color:#000;
  text-decoration:underline;
  font-weight:bold;
}
#deptBreadcrumbs a:hover{
  color:#fff;
  background:#003DA5;
}


/* seattle footer */
.seafooter15Wrapper, #seafooter15, #departmentContactFooterWrapper {
    background:#D7D7D7;
    padding-bottom: 20px;
}
#seafooter15 {font-family:'Open Sans'; font-size:16px; }

#seafooter15 ul { margin: 0px;
                  padding: 0px;
}

#seafooter15 li{margin:0px; padding: 0px 0px 15px; 
                list-style: none;
}    
#seafooter15> .row.borderBottomNone, #footerBottom15>.row.borderBottomNone {
    margin-right: -10px;
    margin-left: -10px;
}
#seafooter15 h2{color:#000; font-family: 'Seattle Text'; font-size:1.7em; font-weight:bold; padding:0px 0px 10px 0px;}

#seafooter15  a{ color:#000;}    
            
#seafooter15 #seaFooterCol1 h2 {
    padding-bottom: 0px;
}

#seaFooterCol1 #col1Link0,
#seaFooterCol1 #col1Link1,
#seaFooterCol1 #col1Link2,
#seaFooterCol1 #col1Link3{
  clear:both;
  padding:4px 0px 0px;
}
  #seaFooterCol1 #col1Link0 a,
  #seaFooterCol1 #col1Link1 a,
  #seaFooterCol1 #col1Link2 a,
  #seaFooterCol1 #col1Link3 a{
    display:block;
    float:left;
    margin-top:10px;
  }
    #seaFooterCol1 #col1Link0 a{
     margin-top:5px;
    }
  #seafooter15 #seaFooterCol1 > div:before{
    font-family:'FontAwesome';
    font-size:30px;
    margin-right:15px;
    backgkround:#cc3399;
    display:block;
    float:left;
    width:30px;
  }
    #seaFooterCol1 #col1Link0:before { 
      content:"\f095";
    }
    #seaFooterCol1 #col1Link1:before { 
      content:"\f007";
    }
    #seaFooterCol1 #col1Link2:before { 
      content:"\f059";
    }
    #seaFooterCol1 #col1Link3:before { 
      content:"\f0e0";
    }
  #seaFooterCol1 #col1Link0:after{
    content:'Call 206-684-2489 (CITY)';
    display:inline-block;
    font-style:italic;
    font-weight:600;
    width:85%;
  }
#seaFooterCol1 >div {
    padding: 10px 0px;
}
 #seaFooterCol1 > div > i.fa {
     float: left;
 }
 
a#seaFooterCol1Link2, a#seaFooterCol1Link4 {
    margin-left: 40px;
}

    #seafooter15 .fa-hashtag,
    #seafooter15 .fa{font-size:30px; color:#333; height:20px; width:20px; margin-left:0px;margin-right: 20px; }
    #seafooter15  .fa-hashtag{font-family:'Open Sans'; font-weight: 900; line-height:20px;}

#seafooter15 .footerContainer{padding-top:20px;}
#seafooter15 .ContactComponent{padding:0px; width:100%;}
#seafooter15 .ContactComponent h2{ margin-left:82px; padding:0px;}
#seafooter15 .ContactComponent > a {margin-left:0px; height:70px; width:70px; float:left; background:url('//www.seattle.gov/images/2015_img/logo_bw.png'); background-size: cover; }
    #seafooter15 .ContactComponent a span {display:none;}
#seafooter15 .ContactComponent .physicalAddress {line-height: 18px; margin-left: 83px; margin-top: -10px;}

.footerBottom15Wrapper, #footerBottom15 {
    background:#000; 
}


#footerBottom15{color:#fff; min-height: 60px; font-size: 14px; font-weight:bold;padding: 15px;}
#footerBottom15 a{color:#fff; font-weight:bold; font-size:14px;}




/*Services Footer TODO move to responsive2015*/
#servicesFooter .footerTiles{
    padding-bottom:40px;
}
/* styles that apply to both tablet and mobile */
@media (max-width: 991px) {
    /* slide body with menu */
  div#content.slidemenu-open {
    position: relative;
    right: 260px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.4s ease;
  }

  .contentOverlay {
      background-color: rgba(0,0,0,.7);
      position: absolute;
      z-index: 300;
      width: 100%;
      height: 100%;
  }
    /* search mobile */
    #searchInput_M {
    width: 100px; 
    height: 25px; 
    border: none;
    font-size: 12px;
    border-radius: 0;
}
#googleSearch_M {
   width: 100px;
   margin: 0;
}
#googleSearch_M ::-webkit-input-placeholder{
   font-size: 14px;    
}
#googleSearch_M ::-webkit-input-placeholder:after {    
    font-size: 14px;
}
 #googleSearch_M :-moz-placeholder{
       font-size: 14px;    
  }
  #googleSearch_M :-moz-placeholder:after {
    font-size: 14px;
  }
  #googleSearch_M ::-moz-placeholder{
       font-size: 14px;    
  }
  #googleSearch_M ::-moz-placeholder:after {    
    font-size: 14px;
  }
#googleSearch_M :-ms-input-placeholder {
     font-size: 14px;    
}
  #googleSearch_M :-ms-input-placeholder:after {
    font-size: 14px;
  }
  /* search toggles mobile*/
  #googleSearchToggle_M {
    display: none;
  }

    /* top menu */
  #seagovMenuDesktop {
    display: none;
  }
  #backReturn span {    
    font-size: 16px;
  }
  #backReturn span.fa {
    padding: 20px;
  }
  .seagovHeaderLinksMobile {
    display: none;
  }
  #slideMenuNav #activeMobileHeading a, #currentMenuContext li.active > a {
    font-size: 18px;
    padding: 18px 0px 18px 20px;
  }  
  #slideMenuNav ul li a {
    font-size: 15px;
    padding: 18px 40px 18px 20px;
    color: rgb(255,255,255);
    background-color: #444;
    box-shadow: inset 10px 0px 9px -7px rgba(0,0,0,.6);
  }
  #slideMenuNav .list-group-item.active > a {
    background-color: #eee;
    color: black;    
  }
  #slideMenuNav .list-group-item.active > a:hover, #slideMenuNav .list-group-item > a:hover {
    background-color: #000;
    color: white;
  }
  /* Current Context Menu */
  li#currentMenuContextWrapper {
    border: 0px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  ul#currentMenuContext {
    padding-left: 0px;
  }
  #currentMenuContext ul {
    padding-left: 0px;
  }
  /*Dept top Nav*/
  #deptTopNav {
    display: none;
  }

#searchIcon{
    display:none;
}

/*Mobile Menu*/
#seagovMenuMobile,
#slideMenuNav ul li{
    width:260px;
}  
  #seagovMenuMobile li.previous ul {
    margin-left: -43px;
  }  

/*Close*/
#seagovMenuMobile .list-group-item.first{
    border:0px !important;
}

#seagovMenuMobile #mainMenuCloseMobile {
    display:block;
    position:absolute;
    background:#000 !important;
    width:60px;
    height:60px;
    margin-top:0px !important;
    margin-left:-60px !important;
}

    #seagovMenuMobile #mainMenuCloseMobile:hover{
        background:#fff !important;    
    }

#seagovMenuMobile #mainMenuCloseMobile i{
    color:#fff !important;
    font-size:24px;    
}

    #seagovMenuMobile #mainMenuCloseMobile:hover i{
        color:#000 !important;    
    }



/*Search Form*/
#seagovMenuMobile #googleSearch_M {
    padding:0px;
    width:100%;
    border:0px;
}
    /*Search Input*/
    #seagovMenuMobile #googleSearch_M .input-group{
        display:block;
        background:#333 !important;
        width:100% !important;
        height:60px;
    }

        #seagovMenuMobile #googleSearch_M .input-group input[type="text"]{
            position:absolute;
            display:block;
            margin:10px 10px 10px 20px;
            width:220px !important;
            height:40px;
            box-sizing: border-box;
            background-color:transparent;
            border:1px solid #666;
            color:#fff;
            font-size:18px;
        }

            #seagovMenuMobile #googleSearch_M ::-webkit-input-placeholder {
                color:#f2f2f2;
                background:transparent;
                padding:0px;
                line-height:24px;
                font-size:16px;
                font-weight:600;
            }
            #seagovMenuMobile #googleSearch_M ::-webkit-input-placeholder:after {
                content: "";

              }

    /*Search Button*/
    #seagovMenuMobile #googleSearch_M .input-group-btn{
        right:0px !important;
        float:right;
    }

        #seagovMenuMobile #googleSearch_M .input-group-btn #searchButton_M, #searchCollectionMobileToggle{
            position:absolute;
            display:block;
            z-index:20;
            right:50px;
            float:right;
            width:40px;
            height:40px;
            text-align:center;
            background:#333;
            border-top:1px solid #666;
            border-right:1px solid #666;
            border-bottom:1px solid #666;
            border-radius: 0px;
        }
        button#searchCollectionMobileToggle {        	
          right: 11px;
        }
        button#searchCollectionMobileToggle:hover  {         
          border-top:1px solid #666;
          border-bottom:1px solid #666;
        }
        
        button#searchCollectionMobileToggle:hover i {         
          color:#fff;
        }
            #seagovMenuMobile #googleSearch_M .input-group-btn #searchButton_M:hover, #searchCollectionMobileToggle:hover{
                background:#000;
            }


            #seagovMenuMobile #googleSearch_M .input-group-btn #searchButton_M i, button#searchCollectionMobileToggle i{
                font-size:20px;
                padding:2px 2px 0px 0px;
                color:#f2f2f2;
            }

                #seagovMenuMobile #googleSearch_M .input-group-btn #searchButton_M:hover i{
                    color:#fff;
                }


/*inner menu shadow*/
#seagovMenuMobile #googleSearch .input-group,
#seagovMenuMobile #backReturn,
#seagovMenuMobile #activeMobileHeading a,
#currentMenuContext li.active > a,
#seagovMenuMobile .list-group-item.last,
#seagovMenuMobile .nav-item a{
box-shadow: inset 15px 0px 9px -11px rgba(0,0,0,.4) !important;
}

/*back*/
#seagovMenuMobile #backReturn{
background:#000;
border:0px;
color:#fff;
min-height: 56px;
}

  #seagovMenuMobile #backReturn .fa-chevron-left {
    float: left;
  }

    #seagovMenuMobile #backReturn .fa-chevron-right{
        display:none;
        float: right;
    }

    #seagovMenuMobile #backReturn .navPretext{
        font-weight:300;
        font-style:italic;
        font-size:14px;
        float:left;        
        position:absolute;
        display:inline-block;
        margin-top:9px;
        left: 51px;
    }

    #seagovMenuMobile #backReturnText{
        font-weight:700;
        font-size:14px;
        float:left;        
        position:absolute;
        display:inline-block;
        margin-top:26px;
        left: 51px;
    }

/*active*/
#seagovMenuMobile #activeMobileHeading, #currentMenuContext li.active{
    background:#000;
    border:0px;
}

/*All other nav links*/
#seagovMenuMobile .list-group-item.last{
    background:#444 !important;
    border:0px;
    border-top:1px solid #000 !important;
}

#seagovMenuMobile .navItem.list-group-item{
    border:0px;
    border-top:1px solid #000 !important;
}

    #seagovMenuMobile .navItem a .fa-chevron-right{
        display:inline-block;
        position:absolute;
        right:20px;
    }
}
@media (max-width: 885px) {
   /*Loop 11 Mobile Fix*/   
    div#loop11-showbuttonwrapper,
    div#loop11-slider{
      position:fixed !important;
    }
  
    div#loop11-showbuttonwrapper,
    div#loop11-slider.loop11-sideposition{
     top:inherit !important;  
     bottom: 1% !important;
   
    }
}


@media (max-width: 767px) {
    #seagovNavbar .navbar-brand {
        padding: 5px 15px;
    }
    .seattleMayor:after {
        margin-left: -115px;
    }
    .navbar-toggle {
        margin-top: 8px;
    }
    #mainMenuToggle {
        float: right;
        padding-right:10px;
    }
    /*
    Department header styles need to be this explicit.
    Or they'll get overidden by responsive.css & others
    */
    #deptTitle {
      padding: 0px;
      margin: 10px 0px 7px 0px;
      font-family:'Seattle Text', Arial;
      font-size:32px;
      line-height: 32px;
    }
        #deptTitle a{
          font-size: 24px;
          line-height:22px;
          display: inline-block;
        }
        .director{
          font-size: 13px;
          margin-top: -10px;
          margin-bottom: 0px;
        }
    #deptBreadCrumbsWrapper {display:none;}

    #seagovBanner.High-Alert.departmentAlertBanner
    {
        text-align: center;
    }
    .departmentAlertBanner .closeBannerBtn
    {
        top: 10%;
    }
    #seagovBanner.departmentAlertBanner .fa-exclamation-triangle
    {
        position: relative;
    }
}
/* desktops */
@media (min-width: 992px) {
    /* top menu */
    #seagovMenuMobile {
        display: none !important;
    }
}
@media (min-width: 768px) {
    #header {
        padding-left: 0px;
        padding-right: 0px;
    }

        #header .container {
            padding-right: 0px;
            padding-left: 0px;
        }

    #mainMenuToggle {
        margin-right: 10px;
    }

        #mainMenuToggle i:after {
            content: "Menu";
        }

    #searchIcon i:after {
        content: "Search";
    }

    #searchIcon, #mainMenuToggle {
        cursor: pointer;
    }
     /* primary navigation bar */
    #seagovNavbar {
        width: 100%;
    }
    .navbar-nav {
        float: left;
        margin: 0;
        max-width: 78%;
    }
    .navbar-nav > li {
        max-width: 16%;
    }
    .navbar-nav > li:nth-child(5) {
       max-width: 18%;
    }    
	#siteFooter{
		display: flexbox;
	}
  .director{
    margin-top: -5px;
    margin-bottom: 20px;
  }
}
/* end min-width 768 */


#seagovBanner.Normal {
    display: none;
}
#seagovBanner.Normal.departmentAlertBanner {
    display: block;
}


/********* MAC FIXES *********/

/*Fix font smoothing*/
body.mac *{
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*Fix mac font spacing*/
body.mac.notFF a.logohome{
  margin-top:14px;
}

body.mac.notFF a.logohome.exec, 
body.mac.notFF .logohome.exec {
  margin-top: 5px;
}

body.mac.notFF .logohome:before{
margin-top:-10px;
}

body.mac.notFF .logohome.exec:before{
margin-top:-1px;
}

body.mac.notFF #deptTitle {
  margin-top: 15px;
}
@media (min-width: 768px) {
  body.mac.notFF .director {
  margin-top: 0px;
  margin-bottom: 10px;
  }
}


