@import url('https://fonts.googleapis.com/css?family=Roboto: 400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i');

/****** FONT ******

font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;


400 - medium
500 - bold

Blue: #0075c9
Light Blue: #00336c


******************/

/*- Magic Line Color -*/
#magic-line {
    background: #ffbc22;
}
#magic-line {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100px;
    height: 10px;
    z-index: -1;
}


/** Basic Setting **/


body{
 font-family: 'Roboto', sans-serif;
 line-height: normal;
 letter-spacing: 0.05em;
 font-weight: 400;
 font-size: 1em;
 color: #222;}

a{
 color: #2970C1;
 text-decoration: none;}

a:hover,
a:focus{
 color: #2970C1;
 text-decoration: underline;}

.inside-padding{
 max-width: 1100px;}

.inside-padding30{
 padding: 30px 0;}

.inside-padding-left{
 padding: 10px 10px 10px 80px;
 max-width: 1100px;
 margin: 0 auto;}

.inside-padding-left:after {
 content: " ";
 visibility: hidden;
 display: block;
 height: 0;
 clear: both;}

ul.noStyle{
 margin: 0;
 padding: 0;
 list-style: none;}

/** Header **/

#header {
    position: relative;
    width: 100%;
    display: block;
    border-bottom: 3px solid #ff9f19;
}
.header-logo {
    margin-top: 20px;
}

#header-right{
width:80%;
display:inline-block;
    vertical-align: top;
    margin-top: 20px;
}
#header-left{
width:12%;
display:inline-block;
}
.header-logo img {
    width: 100%;
max-width: 120px;
}

#header .inside-padding{
 padding: 0 10px;}

#header ul{
 text-align: right;}

#header ul li, #footer-media ul li{
 display: inline-block;
    margin: 0 10px;
 vertical-align: middle;}

#header-right li.search {
    margin-right: 60px;
}

#header li a img{
 vertical-align: middle;}

#header ul li a, #footer-media ul li a{
 display: block;
 line-height: 44px;
 padding: 0 10px;}

#header ul li a:hover,
#header ul li a:focus, 
#footer-media ul li a:hover,
#footer-media ul li a:focus
{
color: #0075c9;
    opacity: 0.9;
   text-decoration: none;}

 #header ul li button:hover, 
 #header ul li button:focus {
    color: #ffffff;
    background: #0075c9;
    text-decoration: none;
}

#header a.fa.fa-facebook, #footer-media a.fa.fa-facebook {
    padding: 0 15px;
}
#header a.fa.fa-twitter, #footer-media a.fa.fa-twitter {
    padding: 0 11px;
}
#header a.fa.fa-instagram, #footer-media a.fa.fa-instagram{
    padding: 0 12px;
}
#header-right ul.header-top-part li a.fa, #footer-media ul li a.fa {
    color: #fff;
    background: #0075c9;
    border-radius: 50%;
    font-size: 1.4em;
}

#header li.translate a{
 font-weight: 500;}

#header li.search .fa{
 font-size: 1.4em;}

#header li.search,
#header li.translate{
 position: relative;
z-index: 999;
padding-left:20px;}

#header-right li.translate:before {
    content: "";
    height: 44px;
    width: 1px;
    position: absolute;
    color: #d6d6d6;
    background: #d6d6d6;
    left: 0px;
    z-index: 999;
    display: block;
}

#header button{
 background: none;
 border: none;
 font-size: 1em;
 vertical-align: middle;
 height: 50px;
 color: #fff;}

#header .translate button{
    background: none;
    border: none;
    font-size: 1em;
    vertical-align: middle;
    height: 44px;
    color: #fff;
    padding: 0 13px;
    font-size: 1.4em;
    border-radius: 50%;
    background: #58595b;}

#header li .sub-nav .second-level-list{
 padding: 10px;
 color: #fff;}

#header li.search .sub-nav .second-level-list{
 padding: 10px 5px;}

#header li .sub-nav .second-level-list a{
    line-height: initial;
    text-align: left;
    background: #2e5d0c;
    padding: 8px;}

#header li.search .sub-nav{
 position: absolute;
 top: 50px;
 right: 0;}

#header-right li.translate .sub-nav{
 position: absolute;
 top: 50px;
 right: 0;}
#header-right li.translate .sub-nav{
display:none;
}
#header-right li.translate .sub-nav ul li #google_translate_element a{
 display: inline-block;
 padding: 0;}

.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active, .goog-te-gadget{
 color: #fff !important;
 text-align: right;}

/***menubar*******/
#menubar {
    margin-top: 20px;
}

h2 {
    font-size: 30px !important;
}
/***Section Header***/

h2.section-header{
    font-size: 2em;
padding-bottom: 20px;
    text-transform: uppercase;
 font-weight: 500;
text-align: center;
 max-width: 415px;
    letter-spacing: 0.05em;
 margin: 60px auto 50px auto;
 position: relative;}

h2.section-header span{
    color: #000;
    text-transform: uppercase;
    margin-right: 8px;}


h2.section-header:after{
    display: block;
    content: "";
    background: #ff9f19;
    height: 5px;
    width: 105px;}

 h2.section-header:after{
position: absolute;
    bottom: 0;
    left: 36%;}

h2.welcome-header.section-header {
    color: #00548b;
    margin: 60px auto 20px auto;
}

/** Pause/Start button **/
.bannerStartStop {
 position: absolute;
 bottom: 40px;
 right: 0px;
 z-index: 9002;
 overflow: hidden;}

.bannerStartStop a{
color: #ffffff;
    padding: 10px 14px 10px 14px;
    display: block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border: 1px solid #fff;
    -moz-transition: all 0.2s ease-in-out;
    background: rgb(0, 117, 201);}

.bannerStartStop a em{
 position: absolute;
 top: 100px;}

.bannerStartStop a:hover,
.bannerStartStop a:focus{
background: #ffffff;
    color: #0075c9;
    font-size: 1.25em;
    border: 1px solid #0075c9;}

.bannerStartStopControl.pause span:before {
 content: "\f04c";}

.bannerStartStopControl.play span:before {
 content: "\f04b";}


/** Search button **/
.divSearchBox input.SearchTerm{
    display: inline-block;
    width: 300px;
    height: 10px;
    color: #666666;
    font-size: 0.8em;
    padding: 20px;
    vertical-align: middle;}

.divSearchBox #ctl00_btnSearch{
 display: inline-block;
 color: #58595b!important;
 font-size: 1.3em;
 position: absolute;
 background:none!important;
 right: 12px;
 top:7px;
 vertical-align: middle;}

.divSearchBox #ctl00_btnSearch:hover,
.divSearchBox #ctl00_btnSearch:focus{
 text-decoration: none;}

.divSearchBox #ctl00_btnSearch.fa{
 padding: 0 10px;}

.divSearchBox #ctl00_searchImage{
 display: none;}
/***upcoming Event Section****/
h2.events-header.section-header, h2.events-header.section-header span {
    color: #fff;
}
#events-container h2.events-header.section-header:after {
    background: rgba(255, 255, 255, 0.75);
}
#events-container {
    background: #016dbb;
}
#featured-events-container {
    width: 49%;
    margin-right: 1%;
margin-bottom:30px;
}
#upcoming-events-container {
    width: 49%;
    margin-left: 1%;
}

/** Subpage**/
#theme.subpage {
    border-bottom: 10px solid #d4d756;
}
.subpage p {
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    font-weight: 400;
color: #313131;
}
.subpage ul li {
    line-height: 26px;
    color: #313131;
}
.subpage a {
    color: #0075c9;
    font-weight: 600;
}
.subpage h2 {
    font-size: 18pt !important; //30px !important;
  /**  border-bottom: 1px solid rgba(88, 89, 91, 0.25);
    padding: 0 0 20px; **/
}

.subpage h4 {
      width: 100%;
    display: inline-block;
    font-weight: 500;
}
.subpage a.sizeable {
  /**  line-height: 40px;**/
}
.subpage h3 {
  color: #222;
  /**  border-bottom: 1px solid rgba(88, 89, 91, 0.25);
padding: 0 0 20px;
    margin-bottom: 30px; **/
}
.subpage a.btn{
    color: #fff;
    background: #0075c9;
    opacity: 1;
    border-top: 2px solid #004e86;
    border-bottom: 2px solid #004e86;
    padding: 10px 20px;
    font-size: 0.9em;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    display: inline-block;
    margin: 20px 0px;
}
.subpage .float-right{    float: right;}
.subpage a.btn:hover{
    color: #0075c9 !important;
    background: #fff;
    opacity: 1;
    padding: 15px 20px;
    font-size: 0.9em;
    font-weight: 400;
    text-decoration: none !important;
}
.subpage #mainContent ul.content li {
    position: relative;
    list-style: none;
    padding: 5px 0 5px 28px;
    color: #313131;
    line-height: 28px;
    border-bottom: 1px solid rgba(88, 89, 91, 0.25);
}

.subpage #mainContent ul.content li:before {
    color: #0072cc;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 0.75em;
    padding: 6px;
    left: 0;
    position: absolute;
}

#subpage-content-container .w-30, #subpage-content-container .w-70 {
    display: inline-block;
    vertical-align: top;
    float: none;
}

#subpage-content-container .w-30 .inside-padding {
    padding-right: 20px;
}
.header-image{
 background-image: url('/UserFiles/Servers/Server_8892405/Image/HeaderImage/header-image1.jpg');
 width: 100%;
 height: 250px;
 background-size: cover;
 background-position: center center;
 position: relative;
 opacity: 0;}

.header-image.visible {
 opacity: 1;
 animation: fade-in 0.4s ease-in;
 animation-iteration-count: 1;
 -webkit-animation: fade-in 0.4s ease-in;
 -webkit-animation-iteration-count: 1;
 -moz-animation: fade-in 0.4s ease-in;
 -moz-animation-iteration-count: 1;}

@-webkit-keyframes fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}




.header-image .inside-padding-left{
 z-index: 3;
 position: relative;
 padding: 25px 10px 25px 80px;}

.header-image a{
 display: inline-block;}

#navigation{
    background: #ececec;
    font-size: 0.875em;
    line-height: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid #cecece;
    color: #6B6B6B;}

#navigation .inside-padding-left{
 padding: 5px 10px 5px 90px;
 max-width: 1090px;}

#navigation a{
    text-decoration: none;
    text-transform: uppercase;
    color: #006BB8;
    font-weight: 500;}

.table-wrap{
 display: table;
 width: 100%;}

#features{
 width: 30%;
 display: table-cell;
 vertical-align: middle;}

#breadcrumbs{
 width: 70%;
 display: table-cell;
 vertical-align: middle;}

#breadcrumbs a:hover,
#breadcrumbs a:focus{
 text-decoration: underline;}

#breadcrumbs span.fa.fa-home {
    padding-right: 10px;
}
#navigation #features{
 padding: 3px 0 0 0;
 text-align: right;}

#navigation ul#print-share,
#navigation ul#controls{
 display: inline-block;}

#navigation ul#controls{
 margin-left: 10px;}

#navigation ul#print-share li,
#navigation ul#controls li{
 float: left;
 margin: 0 7px;}

ul#print-share a, #controls a {
    color: #6B6B6B;
}
#navigation ul#print-share li .fa{
 font-size: 1.5em;
 vertical-align: middle;}

#navigation ul#controls li a{
 font-size: 1.4em;
 vertical-align: middle;}

#navigation ul li a:hover,
#navigation ul li a:focus{
 opacity: 0.8;}

.subpage .ptl_col_1{
 padding: 0;}

#subpage-content-container{
 background: #fff;}

#subpage-content-container .w-70 a:hover,
#subpage-content-container .w-70 a:focus{
 text-decoration: underline;}

.subpage .line{
 content: "";
 display: block;
 background: #d0d0d0;
 width: 100%;
 height: 1px;
 left: 0;}

.subpage .sec-header{
 position: relative;}

.subpage .sec-header .line{
 content: "";
 display: block;
 background: #d0d0d0;
 width: 100%;
 height: 1px;
 position: absolute;
 bottom: 27px;
 left: 0;}

.subpage h2.pageTitle{
    color: #000;
    font-size: 2em !important;
    padding-bottom: 20px;
    font-weight: 500;
    margin: 0 0 20px 0;
    letter-spacing: 0.05em;
    padding-right: 10px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    }
.subpage h2.pageTitle:after
{
    position: absolute;
    bottom: 0;
    left: 0;
display: block;
    content: "";
    background: #ff9f19;
    height: 5px;
    width: 105px;
}
.subpage h1.pageTitle .blue{
 font-weight: 500;
 color: #21344a;}

/*
#subpage-content-container img{
 border: solid 1px #00346c;}
*/

#subpage-content-container #sub-news{
 margin-top: 20px;}

/* Subpage News */
#mainContent #newsroom img.media-object{
 width: 99%;
 height: auto;
 border: solid 1px #00346c;
 margin: 0 auto 30px auto;}

.subpage #news_content_body{
padding:15px 0!important;
}
#mainContent #newsroom #news_content_date{
 font-size: 0.875em;
 font-style: italic;
 margin-top: 20px;}


/***upcoming events****/

#featured-events-more {
    border-top: rgba(255, 255, 255, 0.2) solid 1px;
    position: relative;
     padding: 20px 0;
}
#featured-events-more a {
    color: #fff;
font-size: 0.875em;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
}

/***Department Page****/
button.accordion-btn {
    background: none;
    border: none;
    color: #0075c9;
    font-weight: 500;
    font-size: 14px;
    float: right;
    margin-top: 10px;
}
.departmentPage .w-60 {
    width: 60%;
    float: left;
    margin-right: 4%;
}
.departmentPage .w-40 {
    width: 36%;
}
/** Footer **/
#footer-container{
background: url('/UserFiles/Servers/Server_11045935/Templates/WorkingFiles/img/Footer_bg.png'); 
 color: #fff;
    background-repeat: no-repeat;
    background-size: cover;}

#footer-container p,
#footer-contianer ul{
 margin: 0;
 line-height: 24px;}

#footer-container a{
 color: #fff;}

#footer-container .inside-padding{
 position: relative;}

#footer-container #footer-logo{
 position: absolute;
 left: -3px;
 z-index: 3;}

#footer-top-part {
    display: block;
    position: relative;
    width: 100%;
    margin: 32px 0 20px;
}
#footer-bottom-part {
    position: relative;
    width: 100%;
    border-top: 1px solid #fff;
    padding: 25px 0 15px;
    text-align: center;
}
#footer-bottom-part p, #credits p {
    color: #fff;
}
#footer-container #footer-logo {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: bottom;
    margin-bottom: 20px;
}

#footer-links {
    position: relative;
    display: inline-block;
    width: 60%;
    text-align: left !important;
}
#footer-links ul li {
    padding: 2px 0;
    padding-left: 20px;
}

#footer-links a {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    font-size: 15px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}
#footer-media {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: bottom;
    margin-bottom: 60px;
}
#footer-links ul.noStyle {
    width: 50%;
    position: relative;
    display: inline-block;
}
#footer-links ul.noStyle:first-child:after {
    content: "";
    width: 1px;
    height: 80%;
    background: #fff;
    position: absolute;
    top: 20px;
    right: 0;
}

#footer-bottom-part p {
    font-weight: 400;
font-family: 'Open Sans', sans-serif;
}
#footer-container .address,
#footer-container .contact {
 display: inline-flex;
 vertical-align: middle;}

#footer-container .contact a{
 color: #fff;}

#footer-container .contact a:hover,
#footer-container .contact a:focus{
 text-decoration: underline;}

#footer-container .address{
 font-weight: 500;}

#footer-container .address p:first-child:before{
  content: "\f041"; 
  font-family: FontAwesome;
    font-size: 1.6em;
    vertical-align: middle;
 padding-right: 10px;}

#footer-container .address p:last-child{
  padding-left: 20px;}


#footer-container .contact {
 font-weight: 500;}

#footer-container .contact p:first-child:before{
  content: "\f095"; 
  font-family: FontAwesome;
 padding-right: 10px;
    font-size: 1.6em;
    vertical-align: middle;
    margin-left: 35px;}

#footer-container .contact p:last-child:before{
    font-size: 1.4em;
    vertical-align: middle;
  content: "\f1ac"; 
    margin-left: 35px;
  font-family: FontAwesome;
 padding-right: 10px;}

#footer-container .social-media{
 float: right;}

#footer-container .social-media li{
 float: left;
 text-align: center;
 margin: 0 5px;}

#footer-container .social-media li a{
 background: #fff;
 line-height: 40px;
 width: 40px;
 height: 40px;
 border-radius: 50%;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;

 transform: scale(1,1);
 -webkit-transform: scale(1,1);
 -moz-transform: scale(1,1);
 -o-transform: scale(1,1);

 transition: all 0.2s ease;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -o-transition: all 0.2s ease;}

#footer-container .social-media li a:hover,
#footer-container .social-media li a:focus{
 text-decoration: none;}

#footer-container .social-media li.weather a:hover,
#footer-container .social-media li.weather a:focus{
 transform: scale(1.1,1.1);
 -webkit-transform: scale(1.1,1.1);
 -moz-transform: scale(1.1,1.1);
 -o-transform: scale(1.1,1.1);}

#footer-container .social-media li .fa{
 color: #263b52;
 font-size: 1.5em;}

#footer-container .social-media li a:hover.fa,
#footer-container .social-media li a:focus.fa{
 font-size: 1.7em;}

#footer-container .social-media li.weather {
 background: #fff;
 width: 40px;
 height: 40px;
 display: inline-block;
 border-radius: 50%;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;}

#footer-container .social-media li.weather a{
 background: url('/UserFiles/Servers/Server_8892405/Templates/images/online-weather-center.png');
 width: 40px;
 height: 40px;
 display: block;}

#footer-container #footer-navigation{
 background: #21344a;
 position: relative;}

#footer-container #footer-navigation:before{
 display: block;
 content: "";
 width: 50%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 background: #0c1b2b;
 z-index: 1;}

#footer-container #footer-navigation:after{
 display: block;
 content: "";
 width: 50%;
 height: 100%;
 position: absolute;
 top: 0;
 right: 0;
 background: #21344a;
 z-index: 1;}

#footer-container #footer-navigation .inside-padding{
 background: #21344a;
 z-index: 2;
 position: relative;}
 
#footer-container #footer-navigation ul{
 padding-left: 185px;}

#footer-container #footer-navigation ul li{
 display: inline-block;
 border-right: solid 1px #fff;
 font-weight: 400;
 line-height: 24px;
 padding: 0 15px;}

#footer-container #footer-navigation ul li:last-child{
 border-right: none;}

#footer-container #footer-navigation a:hover,
#footer-container #footer-navigation a:focus{
 text-decoration: underline;}

#footer-container #credits{
 font-size: 0.875em;}




#footer-container #credits a:hover,
#footer-container #credits a:focus{
 text-decoration: underline;
    font-weight: 600;
}

#credits {
margin-bottom: 10px;
    color: #fff;
text-align: center;
}

#credits a {
    color: #fff;
    position: relative;

    text-decoration: underline;
}
#credits a:hover, #credits a:focus{
    font-weight: 600;
}



/** Top **/
#top{
 background: #171717;
 text-align: center;}

#top .inside-padding{
 padding: 20px 0;}

#top a{
 color: #fff;
 font-size: 0.875em;
 font-weight: 500;
 padding: 10px 20px;
 display: inline-block;
 border: solid 1px #fff;
 background: #333333;
 position: relative;
 z-index: 2;}

#top a:before,
#top a:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #171717;
  z-index: -1;
 
  transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -webkit-transition: 0.3s all ease-in;}

#top a:before{
  right: 0;}

#top a:after{
  left: 0;}

#top a:hover:before,
#top a:hover:after,
#top a:focus:before,
#top a:focus:after{
  width: 0%;
  background-color: #262626;}


/** Visual Focus **/
#header button:focus,
#header input:focus,
#header select:focus,
#side-quicklinks ul#desktop li a:focus,
#footer-container a:focus,
#top a:focus,
.header-image a:focus,
#navigation a:focus{
 outline: none !important;
 z-index: 999;
 box-shadow: 0 0 6px 1px #fff;}
#news .allNews a:hover, #news .allNews a:focus{
    text-decoration: underline !important;
}
a#share {
    padding-top: 2px;
}

.subpage .ptl_portlet_vertical {
    overflow: visible;
    overflow-x: visible;
}

.mega_i_want_to___ li.class-cat {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    box-sizing: border-box;
}
h2.cat-title {
    color: #FFF;
    font-weight: 400;
    font-size: 16px !important;
    display: block;
    margin-left: 15px;
    text-align: left;
}
#menubar .sub-nav ul {
    vertical-align: top;
    margin: 0;
    padding: 0;
}
button#btn_month_12138687{
color:#000;
}
/**.subpage #mainContent tr:nth-child(even) {
    color: #666666;
    background-color: #fbfbfb;
}

.subpage #mainContent tr:nth-child(odd) {
    color: #666666;
    background-color: #d8d8d8;
}
.subpage #mainContent tr:first-child {
    background: #0075c9;
font-weight: 600;
  color: #fff;
}
.subpage #mainContent tr:first-child td p {
    color: #fff;
font-weight: 600;
}
**/
.subpage #mainContent td{   /**padding: 20px !important ;**/}

ul.simplePagerNav li.simplePageNav1 {
    margin-left: 0 !important;
}
ul.simplePagerNav li a {
    background: #4D4D4D;
    color: #ffffff !important;
    display: block;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
}
ul.simplePagerNav li {
    display: block;
    float: left;
    margin: 10px 3px !important;
    font-size: 14px;
}
ul.simplePagerNav li.currentPage a {
    color: #fff !important;
    background: #3c7507;
    text-decoration: none;
}

ul.simplePagerNav li a {

    color: #fff !important;
    display: block;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
}


/** Media Query **/
#RSSLink {
    display: block !important;
}

#upcomingEvents a.event:hover, #upcomingEvents a.event:focus{
opacity: 0.8;
}
h3.social-services__service-title {
    background: #005b9e;
    color: #fff;
    padding: 10px;
}
.social-services__service-information {
    padding-bottom: 1em;
    border-bottom: 1px solid #cecece;
    font-weight: 400;
}

.social-services__service-attribute, .social-services__service-attribute + * {
    float: left;
    margin-bottom: .5em;
    font-weight: 400;
}
.portlet.social-services {
    background-color: #f3f3f3 !important;
}
.subpage ul.portlet.quicklink-list.sizeable {
    list-style: none;
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
margin-bottom:10px;
}
.subpage ul.portlet.quicklink-list.sizeable li {
    display: table-cell;
    /* background: #006ab9; */
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    /* margin-left: 20px !important; */
}

.subpage ul.portlet.quicklink-list.sizeable li a {
    color: #fff;
    background: #006ab9;
    padding: 6px 60px;
font-size:26px;
}

.subpage ul.portlet.quicklink-list.sizeable li a:hover, .subpage ul.portlet.quicklink-list.sizeable li a:focus {
    background: #00508e;
}
/* Desktop HD */

#banner .slick-dots{
    left: 400px !important;
   bottom: 30px !important;
text-align: left !important;
}
.news-featured_image {
    display: block;
    width: 100%;
}
.story img.featured-image {
    display: inline-block;
    width: 30%;
    float: left;
}
.story {
    width: 100%;
    display: block;
}
.story-content {
    display: inline-block;
    float: left;
}
#news_content_body #featured_image{

    max-width: 500px;
    float: right;
    /* padding: 10px 0 15px 15px!important; */
    width: 46%!important;
}

.ptl_portlet_CustomForm #dvViewMode #dvViewHeader {
    background: #0075c9;
    color: #fff;
    padding: 10px;
}
.ptl_portlet_CustomForm #dvViewBody p label {
    font-family: 'Open Sans', sans-serif !important;
}

.ptl_portlet_CustomForm #dvViewBody p{
    padding: 10px 20px;
    line-height: 10px;
    margin: 0;
}
.ptl_portlet_CustomForm #dvViewBody #ctl00_ContentPlaceHolder1_ctl13_dvFormTemplate p{
    padding: 10px 20px;
    line-height: 24px;
    margin: 0;
}
.ptl_portlet_CustomForm #dvViewBody p input {
    margin-right: 10px;
}
input#wantCopyAddress
{
max-width:500px;
}
.ptl_portlet_CustomForm #dvViewBody .button {
    background: #0075c9;
    color: #fff;
    padding: 10px;
    margin: 20px 0px 20px 20px;
}
.ptl_portlet_CustomForm #dvViewBody .button:hover, .ptl_portlet_CustomForm #dvViewBody .button:focus {
    background: #004779;
}
#divCalendar table#tbl_monthly_events th {
    font-weight: 400;
}
#divCalendar table#tbl_monthly_events a {
    font-weight: 400;
}
.ptl_portlet_vertical  td.tbl_row_text {
 width: 20%;
    padding-right: 10% !important;
}
#mainContent .ptl_page table li {
    margin-bottom: 0;
}


@media only screen and (max-width: 1100px) {
.subpage ul.portlet.quicklink-list.sizeable li a {
    color: #fff;
    background: #006ab9;
    padding: 10px 50px;
}
#header-left {
    width: 18%;
    display: inline-block;
}
#header-right {
    width: 82%;
}
#burien-banner .caption .caption-text {
    margin-bottom: 35px;
    font-size: 1.4em;
}
#burien-banner .caption .inside-padding {
    padding: 25px 30px;
}
.caption_readmore {
    margin-bottom: 20px;
}
#quick-links-image .slide a .icon.fa {
    font-size: 2.2em;
    margin: 10% 12%;
    padding: 23px 20px;
}
.slide_quicklinks a {
    padding: 0%;
}

}
.tab_text, .tab_text:link, .tab_text:visited {
    line-height: 16px !important;
}

/* Desktop */
@media print, screen and (max-width: 1000px){
#burien-banner .caption {
    background: rgb(0, 117, 201);
    max-width: 100%;
    font-size: 0.8em;
    position: relative;
}
#banner .slick-dots{
display:none !important;
}
#burien-banner img {
    width: 100%;
    min-height: auto;
}
.bannerStartStop {
    bottom: 1px;
}
#mobile-bar {
    font-size: 1.4em;
    font-weight: 400;
    padding: 15px;
}

nav.megamenu.twelve.columns.mega_menu {
    display: none;
}

#quick-links-image .slide a .icon.fa {
    font-size: 1.8em;
}

#welcome-container{
 width: auto;
 max-width: initial;
 position: static;
 transform: none;
 top: auto;
 left: auto;}

.homepage .w-60,
.homepage .w-40{
 width: 100%;
 float: none;}

.subpage .w-70,
.subpage .w-30{
 width: 100%;
 float: none;}



.inside-padding-left,
#navigation .inside-padding-left{
 padding: 10px;}

.header-image .inside-padding-left{
 padding: 25px 10px;}

.subpage #mainContent .sec-header{
 display: none;}

#footer-container #footer-logo{
 position: static;
 left: auto;
 text-align: center;
 margin-bottom: 10px;}

#footer-container .address,
#footer-container .contact,
#footer-container .social-media{
 display: block;
 text-align: center;}

#footer-container .address{
 padding-left: initial;}

#footer-container .social-media{
 float: none;
 margin-top: 10px;}

#footer-container .social-media ul.noStyle{
 display: inline-block;}

#footer-container #footer-navigation ul{
 padding-left: initial;
 text-align: center;}

#footer-container #credits p{
 padding-left: initial;
 text-align: center;}

#top{
 padding-bottom: 40px;}

}

@media only screen and (max-width: 1000px) {
#footer-media {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
#footer-bottom-part p {
    padding: 4px 0;
}
#header-right li.search {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
}

}


@media only screen and (max-width: 960px) {
#sideBar{
 display: block;}
#meet_image {
    width: 100%;
    margin-right: 0;
    display: inline-block;
    text-align: left;
}

#meet_council_content {
    width: 100%;
}
#upcoming-events-container {
    width: 100%;
    margin-left: 0;
}
#featured-events-container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
#quick-links-image .slide a .icon.fa {
    margin: 10% auto;
    padding: 23px 20px;
    width: 35px;
}
#quick-links-image .slide {
    width: 20%;

}
}

@media only screen and (max-width: 760px) {
#footer-links {
    width: 80%;
}
#meet_image {
    text-align: center;
}
}
/* Tablet */
@media print, screen and (max-width: 750px){

.homepage .w-50{
 width: 100%;
 float: none;
 margin: 5px 0;}

.table-wrap,
#breadcrumbs,
#features{
 width: 100%;
 display: block;}

#navigation #features{
 text-align: left;}

.header-image{
 height: 200px;}

.header-image img{
 width: 145px;}

#footer-container #footer-navigation ul li{
 border-right: none;}

#footer-container #credits p a{
 border-left: none;}    
.departmentPage .w-60 {
    width: 100%;
    float: left;
    margin-right: 0;
}
.departmentPage .w-40 {
    width: 100%;
}
}

@media only screen and (max-width: 640px) {
#dept-quick-links-image .slide {
    width: 47%;
}
#footer-links {
    width: 100%;
}
#footer-container #footer-logo {
    width: 100%;
}
#header-left {
    width: 100%;
    text-align: center;
}
.header-logo img {
    width: 20%;
}
#header-right {
    width: 100%;
    text-align: center;
}

#header ul.header-top-part {
    text-align: center;
    padding-left: 0;
}
}
@media print, screen and (max-width: 610px){
.subpage ul.portlet.quicklink-list.sizeable li a {
    color: #fff;
    background: #006ab9;
    padding: 10px 25px;
}
}
/* phaplet */
@media print, screen and (max-width: 550px){

#newsletter-container #newsletter{
 display: block;}
#quick-links-image .slide {
    width: 25%;
}
#newsletter .email{
 display: block;
 padding-right: 0;
 text-align: center;}

#newsletter .newsletterContents{
 display: block;
 text-align: center;}

.header-image{
 height: 150px;}

.header-image img{
 width: 95px;}

.share-options{
 top: 12% !Important;}

.jssocials-share{
 display: block;
 margin: 0.3em 0;}

.jssocials-share-link{
 width: 100%;}

}



/* Mobile */
@media print, screen and (max-width: 400px){
#footer-links ul.noStyle {
    width: 100%;
}
#footer-links ul.noStyle:first-child:after{
display:none;
}
}

@media screen and (max-height: 570px){
#top{
 padding-bottom: 40px;}
}

/** LOGIN **/

.loginPage .Main { width: 100%; height: auto; margin: 20px auto 60px; }

div.Main {
  height: auto !important;
  width: 100% !important;}

.loginPage .Main:after {
  display: block;
  clear: both;
  content: '';
}

.loginPage .Main > table {
    margin: 0 auto; 
    width: 100%;
    max-width: 500px;   
}

.loginPage #menubar {
    display: none;
}

.loginPage #page {
    border: none;
    background: none;
}

.loginPage .Main table {
    border: 8px solid #2C343D;
    width: 100%;
}

.loginPage .Main table tbody {
    background: #edf3f3;
}

.Login .tbl_header {
    background: url('http://www.civiclive.com/UserFiles/Servers/Server_9019/Image/civiclive-login3.png') no-repeat center #D2DBDB;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 15px 10%;
    width: 80%;
    height: 35px;
    text-align: center;
    display: block;
    border-bottom: 1px solid #fff;
}

.Login .tbl_header span { display: none; }

.Login tr {
    display: block;
    border: none;
}

.Login .tbl_row_text {
    background: none;
    display: block;
    padding: 20px 5% 0;
    text-align: left;
    width: 90%;
}

.ie-9 .Login .tbl_row_text,
.ie-8 .Login .tbl_row_text {
    width: auto;
}

.Login .tbl_row_data, 
.Login .tbl_row_data_bold {
    background: none;
    padding: 0;
    width: 100% !important;
    display: block;
}

.Login input[type=text],
.Login input[type=password] {
    background: #fff;
    border: 1px solid #bdcaca;
    margin: 10px 5%;
    padding: 12px 2%;
    width: 85% !important;
}

.Login .tbl_row_button {
    border: none;
    display: block;
    text-align: center;
}

.Login .tbl input[value="Login"] {
 width: 100%;
 max-width: 200px;
 padding: 22px 0px;
 background: #2c343d;
 color: #fff;
 text-transform: uppercase;
 font-size: 1.5em;
 line-height: 0;
 margin: 0 auto;
 margin-bottom: 20px;
 text-align: center;
 display: block;
 font-weight: 700;
 position: relative;
 -webkit-transition: none;
 -moz-transition: none;
 -ms-transition: none;
 -o-transition: none;
 transition: all .2s ease-in-out;
 font-family: 'Roboto', sans-serif;
 letter-spacing: .03em;
 border-radius: 5px;
}

.Login .tbl input[value="Login"]:hover {
 text-decoration: none;
    color: #ffffff;
    background: #0075c9
}

#recaptcha_table tr {
  display: table-row;
}

#recaptcha_widget_div {
  background: none;
  display: block;
  padding: 20px 5% 0;
  text-align: left;
  width: 90%;
}

.Signup td.tbl_header {
  background: #393e41;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  padding: 18px;
  font-size: 18px;
  font-weight: normal;
}

.loginPage div.Main .Signup .SignupButtons .DivGeneralSignupButton a {
  width: auto;
  max-width: 200px;
  padding: 22px 0px;
  background: #1d6aa2;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 0;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  display: block;
  font-weight: initial;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: all .2s ease-in-out;
}

.loginPage div.Main .Signup .SignupButtons .DivGeneralSignupButton a:hover {
 text-decoration: none;
 color: #fff !important;
 background: #104686;
}

.Login select {
 background: #fff;
 border: none;
 margin: 10px 5%;
 width: 89% !important;
}

.lkforgotpassword {
    text-align: center;
    display: block;
}

@media screen and (max-width: 640px) {
    
.loginPage .Main .Login, .loginPage .Main .Signup {
 width: 100%;
 float: none;
}

}
@media screen and (max-width: 430px) {
a.event .eventName {
    font-size: 0.8em;
}
.responsiveTemplate {
    overflow: hidden;
}

}
:root .Login .tbl_row_text { width: 20%; }

#RSSLink
{
float: right;
width: 32px;
height: 32px;
}
#RSSLink a span,
#RSSLink a
{
display: block;
width: 32px;
height: 32px;
background-position: center center;
}

/** LOGIN ends **/

.subpage li
{
 line-height: 1.625em;
margin-bottom: 1.625em;
}

#ctl00_ContentPlaceHolder1_divGeneralSearchResult #ctl00_ContentPlaceHolder1_divSidebar {
    display: none !important;
}

h2.cat-title {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.PO-staffDirectory .DIR-card .DIR-photo {
    display: none;
}

.PO-staffDirectory li{
margin-bottom: 0em;
}

/* Alert word wrap fix */
.ReactModal__Content .A_content {
font-size: 15px !important;
hyphens: none !important; }


#news_content_title
{
    font-weight: bold;
    font-size: 28px;
    padding-top: 30px;
    padding-bottom: 15px;
}

#news_content_body ul, #news_content_body * ul, #news_content_body ol, #news_content_body * ol {
display: grid;
}


/* ADA Fixes  */

/* Side Nav */
.sitenavl1 a.remove:after {
    display: none;
}
.sitenavl2 a:after {
    display: none;
}

/* Links */
div[id*="divContent"] a {
    color: #0075c9;
}

#mainContent #newsroom #news_content_date {
    display:none;
}


/* New Accordion */

.dept-accordion {
  margin: 20px 0;
}
.dept-accordion .section-heading {
  color: #633f17;
}
.dept-accordion .accordion-container .acc-item {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.dept-accordion .accordion-container .acc-item .acc-header {
  padding: 0 15px;
  background: #0174c9;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.dept-accordion .accordion-container .acc-item .acc-header span {
  padding: 15px 10px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  font-family: system-ui;
}
.dept-accordion .accordion-container .acc-item .acc-header span:after {
  position: absolute;
  content: "\f105";
  font-family: "Fontawesome";
  font-size: 20px;
  color: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.dept-accordion .accordion-container .acc-item .acc-content {
  padding: 20px;
  display: none;
  color: #000;
  font-weight: 400;
}
.dept-accordion .accordion-container .acc-item:hover, .dept-accordion .accordion-container .acc-item:focus, .dept-accordion .accordion-container .acc-item.open {
  text-decoration: none !important;
  box-shadow: none;
  outline: none;
}
.dept-accordion .accordion-container .acc-item:hover .acc-header, .dept-accordion .accordion-container .acc-item:focus .acc-header, .dept-accordion .accordion-container .acc-item.open .acc-header {
  background: #d4d756;
}
.dept-accordion .accordion-container .acc-item:hover .acc-header span, .dept-accordion .accordion-container .acc-item:focus .acc-header span, .dept-accordion .accordion-container .acc-item.open .acc-header span {
  color: #00548b;
}
.dept-accordion .accordion-container .acc-item:hover .acc-header span:after, .dept-accordion .accordion-container .acc-item:focus .acc-header span:after, .dept-accordion .accordion-container .acc-item.open .acc-header span:after {
  color: #0075c9;
}
.dept-accordion .accordion-container .acc-item.open .acc-header span:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/* End of New Accordion */

/* changes from case 796619  */
.TA-tab-content .accordionTabHead > a {
    background: #0075c9;
    font-weight:bold;
    color:#FFF!important;
}

.TA-tab-content .accordionTabHead > a:hover, .TA-tab-content .accordionTabHead > a:active, .TA-tab-content .accordionTabHead.active > a {
    background: #004296;
    font-weight:bold;
    color:#FFF!important;
}

.ptl_upcomingevents_footer .more_events:link, .ptl_upcomingevents_footer .more_events:visited, .ptl_upcomingevents_footer .more_events:active{
color:#fff;
}

/* end of changes from case 796619  */

@media screen and (max-width: 730px) {
div#dpm_contact_info {
    margin-top: 30px;
}

.departmentPage .w-60 {
    float: none;
}
}

#dpm_contact_info {
    box-sizing: border-box;
}

.label_skin_corporation {
    font-size: 14px;
}

.CAL-EVENT-cR-content ul {
    padding-left: 20px;
}

.CAL-EVENT-cR-content ul li {
    list-style: disc;
    margin: 0 0 5px 0;
}

#contact-dpm h2 {
    color: #0075c9;
    font-weight: 500;
    font-size: 22px !important;
    margin: 0;
}

#navigation ul#print-share li .fa:hover, #navigation ul#print-share li .fa:focus, #navigation ul#controls li a:hover, #navigation ul#controls li a:focus {
    color: #005694;
    background: #fff;
}

.TA-tab-content .accordionTabHead > a:focus, .TA-tab-content .accordionTabHead > a:hover {
    background: #282828;
}


#news .news-item > a {
    display: block;
    padding: 5px;
}

#news .news-item > a:hover, #news .news-item > a:focus {
    box-shadow: inset 0 0 0 2px #016dbb;
}
