/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/

/* Font resizing classes */
html body.rvfs-1 p, html body.rvfs-1 li {font-size: 70% !important }
html body.rvfs-2 p, html body.rvfs-2 li {font-size: 80% !important }
html body.rvfs-3 p, html body.rvfs-3 li {font-size: 90% !important }
html body.rvfs-4 p, html body.rvfs-4 li {font-size: 100% !important }
html body.rvfs-5 p, html body.rvfs-5 li {font-size: 110% !important }   
html body.rvfs-6 p, html body.rvfs-6 li {font-size: 120% !important }
html body.rvfs-7 p, html body.rvfs-7 li {font-size: 130% !important }   
#text-resizer {min-width:136px;}
#text-resizer a {font-weight: 600; font-size: 14px;}
#text-resizer a.disabled { color:#ccc;}


body {
	background:none no-repeat fixed center center transparent;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
    -webkit-font-feature-settings:"liga" 0; 
    -moz-font-feature-settings:"liga" 0; 
    text-rendering: optimizeSpeed;
}
.content-container, #footer .row {
    margin:0 auto;
    max-width:960px;
}
.row {
    margin-left:0;
    margin-right:0;
}
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9, 
.col-md-8, 
.col-md-7, 
.col-md-6, 
.col-md-5, 
.col-md-4, 
.col-md-3, 
.col-md-2,
.col-md-1 {
    padding-left:0;
    padding-right:0;
}
.md-float-right {
    float:right;
}

/***************************
           HEADER
****************************/
#badge img {
    -webkit-transition: padding 200ms ease-out;
    -moz-transition: padding 200ms ease-out;
    -o-transition: padding 200ms ease-out;
    transition: padding 200ms ease-out;
}
.font-language {
    position: relative;
    margin:0 auto;
    max-width:960px; 
    height: 0;
    overflow: visible;
}
.font-language .row {
    position: absolute;
    text-align: right;
    width:50%;
    right:0;
    z-index: 10;
    top:-7px;
}
.font-size-selector {
    float: right;
    width: 80px;
    height: 21px;
}
.font-size-selector .btn-group button, .font-size-selector .btn-group.open button {
    width: 40px;
    margin-right:5px;
    background: url(../img/font-size-icon.png) no-repeat 9px 6px;
    background-size:22px auto; 
    height: 21px;
    border:none;
    position: relative;
    top:-3px;
}

.font-size-selector .btn-group .dropdown-menu {
    text-align: left;
    padding:5px 8px;
}
.blue-btn {
    background: #3882b2;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    margin: 0 12px;
    padding: 4px 21px;
    text-decoration: none;
}
.blue-btn:hover {
    background: #1E6A99;
}

/*.font-size-selector button:after,*/
.font-language .goog-te-menu-value:after {
    content:"";
    background: url(../img/language-caret.png) no-repeat;
    background-size: cover;
    height: 6px;
    position: absolute;
    width: 9px;
    top: 5px;
    left: 29px;
    display: none;
}
/*.font-size-selector button:hover:after, */
.font-language .goog-te-menu-value:after {
    display: block;
}
.font-language .goog-te-menu-value:after {
    right:-1px;
    left:auto;
    top:6px;
}
.font-size-selector button:hover {
    background-color:#fff;
}
.font-language #google_translate_element {
    float: right;
    position: relative;
    top: -5px;
    width: auto;
    margin-right: 0;
}
.font-language .goog-te-gadget-simple {
    border: none;
}
.font-language .goog-te-gadget-icon {
    background: url(../img/language-icon.png) no-repeat !important;
    background-size: cover !important;
    width:14px;
    height: 14px;
}
.font-language .goog-te-menu-value {
    position: relative;
}
.font-language .goog-te-gadget-simple .goog-te-menu-value span {
    color:#005389;
    text-transform: uppercase !important;
    font-size: 12px;
}
.font-language .goog-te-gadget-simple .goog-te-menu-value span ~ span {
    display: none;
}

/***************************
		HOMEPAGE TABS	
****************************/

.box-shadow {
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
    background-color:#fff; 
}
#homepage-tabs {
	margin-bottom:130px !important;
}
.resp-tab-content h3, .resp-tab-content h3 a {
  color: #025f91;
  font-size: 14.4px;
  text-transform: uppercase;
  margin-top: 8px !important;
  margin-bottom: 5px;
  font-weight: 600;
  line-height:  1.2;
}
.resp-tab-content li {
	 border:none;
    list-style-type: none;
}
.resp-tabs-list li {
	color:#25414b;
	font-weight:700;
	text-transform:uppercase;	
    position: relative;
    z-index: 1;
}
.news-highlight h3 {
    margin-top:0;
}
.news-highlight img {
    width:100%;
}

.news-highlight div {
  height: 96px;
  background: #fff;
  padding: 12px 32px 18px 14px;
  font-family: 'open sans';
  overflow: hidden;
}
.news-highlight {
    font-size: 13px;
    line-height: 1.35;
}
.highlight-services {
    padding-left:28px;
    padding-top:24px;
}
.highlight-services a {
    display: block;
    color:#fff !important;
    background:#1abfdc; 
    padding:6px 21px 5px;
    margin-bottom: 9px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14.4px;
	letter-spacing: .25px;
}

.highlight-services a:hover {
    text-decoration: none;
    background: #35d8f5;

}
.box-shadow.services-links a.all-button {
visibility: hidden;
}
.all-button {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #fff;
    color: #fff !important;
    display: block;
    float: right;
    font-size: 12px;
    margin-right: 14px;
    margin-top: 7px;
    padding: 4px 6px;
    text-transform: uppercase;
}
.all-button:hover {
    text-decoration: none;
    background: rgba(0,0,0,.1);
}
.all-button.dark {
    border: 1px solid #0a385c;
    color: #0a385c !important;
    float:left;
    font-weight: 600; 
}
.press-cta {
    background: none repeat scroll 0 0 #005389;
    bottom: 0;
    display: block;
    float: none;
    height: 54px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.press-cta a {
    color: #fff;
    display: block;
    font-size: 14.4px;
    font-weight: 400;
    padding: 17px 17px 6px 49px;
    text-transform: uppercase;
}
.box-shadow.services-links {
  background: none repeat scroll 0 0 #005389;
  height: 409px;
  position: absolute;
  width: 100%;
}
.resp-tabs-container {
    position: relative;
    z-index: 1;
    height: 528px;
    overflow: hidden;
}
.resp-tabs-container .row {
    position: relative;
}
.resp-tabs-container .col-md-9 {
    width:68%;
}
.resp-tabs-container .col-md-9 + .col-md-3 {
    width:36%;
    float:right;
}
.resp-tabs-container .news-panel .row {
    height: 480px;
}
.resp-tabs-container .news-panel .jcarousel li .box-shadow {
    max-width:220px;
    margin: 0 auto;
    position: relative;
}
.resp-tabs-container .news-panel .jcarousel li .item-title a:first-child {
    position: absolute;
    left:0;
    top:0;
    display: block;
    width: 100%;
    height: 100%;
}
.resp-tabs-container .news-panel .col-md-3 {
    width:30%;
    position: absolute;
    height: 100%;
    right:0;
}
.resp-tabs-container .events-panel .col-md-9 h4 {
    color:#025f91;
    padding:10px 14px 4px;
    margin-bottom: 7px;
}
.resp-tabs-container .events-panel .col-md-9 h4 a:after {
    content: "\00bb";
    font-size: 14px;
    padding-left: 10px;
    font-weight: 400;
    position: relative;
    top: -1px;
}

.resp-tabs-container .events-panel .col-md-9 {
  width: 60%;
font-family: 'Open Sans';
}
.resp-tabs-container .events-panel .col-md-9 h4 a {
    color:#025f91;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid;
    font-weight: 600;
}
.resp-tabs-container .events-panel .col-md-9 {
    padding-left:6px;
    padding-right:14px;
}
.resp-tabs-container .events-panel .col-md-9 + .col-md-3 {
 
  float: right;
  margin-right: 3%;
 font-family: 'Open Sans';
}
.resp-tabs-container .events-panel .col-md-3 ul, 
.resp-tabs-container .events-panel .col-md-9 ul {
    overflow-x: auto;
    height: 400px;
}
.resp-tabs-container .events-panel .col-md-9 .box-shadow {
    margin-bottom:14px;
}
.resp-tabs-container .events-panel .col-md-9 .box-shadow > p {
    padding:4px 14px 14px;
    font-size: 12px;
    line-height: 1.35;
}
.resp-tabs-container .events-panel .col-md-3 div {
    position: relative;
}
.resp-tabs-container .events-panel .col-md-3 a.cover-link {
    position: absolute;
    width:100%;
    height: 102%;
    top:0;
    left:0;
    display: block;
    z-index: 1;
}
.resp-tabs-container .events-panel .col-md-3 a.cover-link:hover {
    background: rgba(26,191,219,.1);
}
.resp-tabs-container .events-panel .col-md-3 h5 {
    background: none repeat scroll 0 0 #025f91;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-top: 12px;
    padding: 5px 14px 5px;
    margin-bottom: 6px;
}
.resp-tabs-container .events-panel .col-md-3 li {
    margin-bottom: 21px;
}
.resp-tabs-container .events-panel .col-md-3 h4, .resp-tabs-container .events-panel .col-md-3 h4 a {
    font-size: 14.4px;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
}
.resp-tabs-container .events-panel .col-md-3 p {
    font-size: 12px;
    line-height: 1.35;
}
.event-header {
text-transform: uppercase;
font-size: 13px;
margin: 0px 0px 10px 0px;
padding-left: 15px;
font-weight: 600;
line-height: 1.2;
padding-bottom: 5px;
letter-spacing: .5px;
border-bottom: 1px solid #c4c4c4;
}

.resp-tabs-container .lbtv-panel .lbtv-schedule {
    margin-bottom: 0px;
}
.resp-tabs-container .lbtv-panel .lbtv-schedule h3 {
    color:#fff;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
	display: none;
}


/*.resp-tabs-container .lbtv-panel .lbtv-schedule h4 {
    color:#fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 8px;
    position: relative;
    top:2px;
    line-height: 1;
}*/

.resp-tabs-container .lbtv-panel .lbtv-schedule .schedule-scroll {
    overflow: auto;
    width:100%;
    height: 238px;
    margin-top:16px;
}
.resp-tabs-container .lbtv-panel .lbtv-schedule table {
    color:#fff;
    font-size: 13px;
    width: 100%;
}
.resp-tabs-container .lbtv-panel .lbtv-schedule table th {
    color:#1abfdc;
    text-transform: uppercase;
    font-size: 10.21px;
    font-weight: 400;
    padding:0 4px 2px;
}
.resp-tabs-container .lbtv-panel .lbtv-schedule table tr td {
    font-family: arial, sans-serif;
    padding:4px;
}
.resp-tabs-container .lbtv-panel .lbtv-schedule table tr > *:first-child {
    padding-left:6%;
    width:21%;
}
.resp-tabs-container .lbtv-panel .lbtv-schedule table tr > *:last-child {
    width:60%;
}
.resp-tabs-container .lbtv-panel .lbtv-schedule table tr:nth-child(2n) {
    background:#02619f;
}

.resp-tabs-container .lbtv-panel .lbtv-schedule a.all-button {
    margin: 0px 0px 10px 0px;
}
.resp-tabs-container .lbtv-panel .lbtv-schedule .col-md-3 {
    position: absolute;
    z-index: 1;
}
.resp-tabs-container .connect-panel iframe {
    background:#fff;
}
.resp-tabs-container .connect-panel iframe#twitter-widget-0 {
    background:#fff;
    border: 1px solid #AAAAAA !important;
}
.resp-tabs-container .connect-panel h5 {
    font-size: 14.4px;
    font-weight: 600;
    margin-top:8px;
    margin-bottom: 0;
}
.resp-tabs-container .connect-panel .connection h5 + a:after {
    content:"\00bb";
    margin-left:4px;
}
.resp-tabs-container .connect-panel .connection a {
    display: block;
    text-transform: uppercase;
    color:#005389;
    font-size: 12px;
    text-align: left;
    margin-right:8px;
    margin-top:8px;
    font-weight: 600;
}
.resp-tabs-container .connect-panel .connection h5 + a {
    text-align: right;
}
.resp-tabs-container .connect-panel .connection p {
    font-size: 12px;
    line-height: 1.35;
}
.twitter-timeline {
    width:100% !important;
    max-width: 100% !important;
    height: 480px !important; 
}

.resp-tabs-container .lbtv-panel .col-md-12 {
    padding-left:378px;
    height:370px;
    overflow: hidden;
}
.resp-tabs-container .lbtv-panel .event-header {
padding-left: 0px;
border-bottom: 0px;
padding-bottom:  0px;
}


.resp-tabs-container .lbtv-panel h5 {
    margin-top: 0;
    margin-bottom:2px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
.resp-tabs-container .lbtv-panel .icon-image {
    padding: 14px 14px 14px 65px;
    border-right:1px solid #b0aead;
    border-left:1px solid #d5d5d5;
    line-height: 1.3;
    font-size: 12px;
    color:#4b5257;
}
.resp-tabs-container .lbtv-panel .icon-image a:first-child {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.resp-tabs-container .lbtv-panel .icon-image img {
    position: absolute;
    left: 26px;
    top: 31px;
    width:24px;
}
.resp-tabs-container .lbtv-panel .live-icon,
.resp-tabs-container .lbtv-panel .lbtv-icon, 
.resp-tabs-container .lbtv-panel .play-icon {
    padding: 14px 14px 14px 65px;
    border-right:1px solid #b0aead;
    border-left:1px solid #d5d5d5;
    line-height: 1.3;
    font-size: 12px;
    color:#4b5257;
}
.resp-tabs-container .lbtv-panel .row + .row {
    background:url(../img/hor-divider.png) no-repeat transparent;
    background-size: 100% 9px;
    padding-top:22px;
}
.resp-tabs-container .lbtv-panel .icon-image:first-child {
    border-left:0;
    padding-left:58px;
}
.resp-tabs-container .lbtv-panel .icon-image:first-child img {
    left: 18px;
}
.resp-tabs-container .lbtv-panel .icon-image:nth-child(3) {
    border-right:0;
}
.resp-tabs-container .lbtv-panel .lbtv-logo {
    text-align: center;
    padding-top:21px;
}
#schedule-wrap {
background: #005389;
height: 318px;
padding: 15px;
}
.resp-tabs-container .maps-panel .col-md-9 {
    background: url(../img/maps-bg.jpg) no-repeat right top;
    width: 72%;
}
.resp-tabs-container .maps-panel .col-md-9 + .col-md-3 {
    width:26%;
    background:url(../img/content-shadow.png) no-repeat transparent left center;
    background-size: 11px 100%;
    padding-left: 24px;
    max-width: 240px;
}
.resp-tabs-container .maps-panel .maps-content {
    color: #fff;
    float: right;
    height: 133px;
    margin: 205px 0 144px;
    position: relative;
    width: 502px;
}
.resp-tabs-container .maps-panel .maps-content a.all-button {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    float: none;
    width: auto;
    display: inline-block;
	background: #fff;
	padding: 6px 18px;
	color: #333 !important;
	font-weight: 700;
	border: none;
}
.resp-tabs-container .maps-panel .maps-content a.all-button:hover {
	background: #1abfdc;
	border: none;
}
.resp-tabs-container .maps-panel .maps-content .col-md-5 {
    position: absolute;
    right:0;
    height: 100%;
    padding-left:70px;
}
.resp-tabs-container .maps-panel .maps-content h3 {
    color:#fff;
    font-size: 21px;
    font-weight: 600;
    margin-bottom:8px;
    line-height: 1.15;
    margin-top: 9px;
}
.resp-tabs-container .maps-panel .col-md-3 h4 {
    color: #025f91;
    font-size: 12px;
    margin: 0;
    padding: 2px 8px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
}
.resp-tabs-container .maps-panel .col-md-3 h3 {
    border-bottom: 1px solid;
    color: #333333;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 18px;
    margin-top: 24px;
    padding-bottom: 5px;
    font-weight: 600;
}
.resp-tabs-container .maps-panel .col-md-6 {
    position: relative;
    padding-right:12px;
    margin-top:12px;
    max-width: 104px;
}
.resp-tabs-container .maps-panel .col-md-3 .box-shadow {
    max-width: 92px;
    padding-top:79px;
    position: relative;
}
.resp-tabs-container .maps-panel .col-md-3 .box-shadow img {
    position: absolute;
    top:0;
    max-width: 100%;
}
.resp-tabs-container .maps-panel .col-md-3 h3:first-child {
    margin-top:0;
    margin-bottom: 14px;
}
.resp-tabs-container .maps-panel .col-md-3 > p {
    padding-right:18px;
    font-size: 13px;
    line-height: 1.35 !important;
}
.resp-tabs-container .maps-panel .col-md-3 a.map-link {
    background: none repeat scroll 0 0 #025f92;
    color: #fff;
    display: block;
    margin-top: 9px;
    padding: 7px 8px;
    text-transform: uppercase;
    font-size: 13px;
}
.resp-tabs-container .connect-panel .col-md-4 {
    padding:0 7px;
}
.resp-tabs-container .connect-panel .col-md-4 iframe {
    width:100% !important;
}
.resp-tabs-container .connect-panel .col-md-4:first-child {
    padding:0 14px 0 0;
}
.resp-tabs-container .connect-panel .col-md-4:last-child {
    padding:0 0 0 24px;
}
.see-more {
	color:#4b5257;
	text-transform:uppercase;	
}
.panel {
	min-height:350px;
}
.news-panel .right-col {
    padding-left:2%;
    margin-top:24px;
}
.news-panel .middle-col {
    padding-left:4%;
    padding-right:4%;
}
.news-panel .left-col {
    background: url(/common/img/content-shadow.png) no-repeat right top;
    min-height:420px;
    padding-right:2%;
}
.news-panel .middle-col img {
    display:block;
    margin:18px auto 0;
    width:100%;
}

/***************************
          CALENDARS	
****************************/
.accordion-btn {
    
}
.accordion {
    display: none;
}


/***************************
            SEARCH	
****************************/

#search.home-search {
    background: #005389; /*fallback*/
	background: rgba(0, 83, 137, 0.75);
    background: rgba(14, 46, 72, 0.75);
    float: right;
    height: 50px;
    margin-bottom: 120px;
    width: 320px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,55,.4);
    -moz-box-shadow: 0 0 2px rgba(0,0,55,.4);
    box-shadow: 0 0 2px rgba(0,0,55,.4);
    -webkit-border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
}
#search.home-search .search-icon {
	background:url(/common/img/search-icon.png) no-repeat;
    background-size: 100%;
	display:inline-block;
	height:21px;
	width:21px;
    float: left;
    margin:15px 8px 15px 19px;
}
#search.home-search input[type="text"] {
    background: #bfd3e2; /*fallback*/
    background: rgba(255,255,255, .75);
    height:32px;
    width:260px;
    border: medium none;
    border-radius: 0;
    color: #005389;
    font-family: 'Raleway',sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    float: left;
    margin-top:9px;
    margin-left: 2px;
    padding:8px 10px;
}
#search.home-search #btnSearch {
	background:none;
	border:none;	padding:10px;
    height:50px;width:50px;
    display: block;position:absolute; top:0;left:0;text-indent:-999px;}


/***************************
		SEARCH RESULTS	
****************************/
.ektronSearch {
    margin: 0;
}
.ektronSearch ul.searchNavigation li {
    padding:0;
    min-height:36px;
    width:25%;
}
.searchWrapper:after {
    clear: both;
    content: "";
    display: table;
}
.ektronSearch ul.searchNavigation li a,
.ektronSearch ul.searchNavigation li a.selected {
    padding-bottom:9px;
    min-height: 36px;
    padding-left:14px;
}
.ektronSearch div.searchWrapper div#basicTerms {
    height: 51px;
}
.ektronSearch div.searchWrapper div#basicTerms input {
    height: 36px;
    padding:6px 8px;
    border:1px solid #ccc;
    box-shadow: inset 0 0 2px rgba(0,0,0,.1);
    float: left;
}
.ektronSearch div.searchWrapper div#basicTerms input.basicSearchSubmit {
    background: #3882b2;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    margin: 0 12px !important;
    padding: 4px 21px;
    text-decoration: none;
    float:left;
}
.ektronSearch div.searchWrapper div#basicTerms select {
    float: left;
    height: 36px;
    padding: 4px 9px;
    background: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background: #fff;
}
.ektronSearch div.searchWrapper div.searchResultsHeader h3 {
    background-color: #fff;
    border-top: 1px dotted #d4d4d4;
    color: #999 !important;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 0.5em;
    padding: 0.25em;
    text-align: left;
    text-transform: none;
}
.ektronSearch div.searchWrapper div.searchResultsHeader h3 span.resultslabel,
.ektronSearch div.searchWrapper div.searchResultsHeader h3 span.beginPageCount,
.ektronSearch div.searchWrapper div.searchResultsHeader h3 span.endPageCount,
.ektronSearch div.searchWrapper div.searchResultsHeader h3 span.totalCount,
.ektronSearch div.searchWrapper div.searchResultsHeader h3 span.searchTerms,
.ektronSearch div.searchWrapper div.searchResultsHeader h3 span.searchDuration,
.ektronSearch div.searchWrapper div.resultPreview p {
    color: #777;
}
.ektronSearch div.searchWrapper div.searchResults h4:after {
    content:"";
    clear:both;
    width:100%;
    display: block;
    height:1px;
}
.ektronSearch div.searchWrapper div.searchResults h4 {
    background: #eee;
    padding:4px 32px 4px 9px;
    margin: 0;
}
.ektronSearch div.searchWrapper div.searchResults h4 * {
    float:left;
    display: block;
    padding-top:5px;
    padding-bottom: 2px;
    margin-bottom:0;
}
.ektronSearch div.searchWrapper div.searchResults h4 .dateTime {
    float: right;
}
.ektronSearch div.searchWrapper div.resultPreview {
    font-size: 12px;
    padding:4px 32px 4px 9px;
}
.ektronSearch div#navbar ul.ektronPaging li {
    background: none repeat scroll 0 0 #ccc;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #fff;
    display: inline;
    float: left;
    font-weight: bold;
    height: 30px;
    line-height: 28px;
    margin: 12px 12px 0 4px;
    min-width: 26px;
    padding: 0;
    text-align: center;
    width: auto;
}
.ektronSearch div#navbar ul.ektronPaging li a {
    background: none repeat scroll 0 0 #fff;
    display: block;
    font-weight: normal;
    height: 28px;
    min-width: 22px;
    padding: 0 6px;
    text-decoration: none;
}
.ektronSearch div#navbar ul.ektronPaging li a:hover {
    background: #256995;
    color:#fff;
    border-color:#256995;
}
.ektronSearch div#navbar ul.ektronPaging li.previous, .ektronSearch div#navbar ul.ektronPaging li.next {
    border:none;
    background: none;
}
.ektronSearch div#navbar ul.ektronPaging li.previous a:hover, .ektronSearch div#navbar ul.ektronPaging li.next a:hover {
    background: none;
    color:#256995;
}
.ektronSearch div#navbar ul.ektronPaging li.previous a:before {
    content:"\00ab";
    margin-right:5px;
}
.ektronSearch div#navbar ul.ektronPaging li.next a:after {
    content:"\00bb";
    margin-left:5px;
}
@media (max-width:768px) {
    .ektronSearch {
        padding-left:0;
        padding-right:0;
        margin-left:0;
        margin-right:0;
    }
    .ektronSearch ul.searchNavigation li {
        width:50%;
        padding:0;
        margin:0;
    }
    .ektronSearch div.searchWrapper div#basicTerms {
        height:102px;
    }
    .ektronSearch div.searchWrapper div#basicTerms input {
        width:100%;
    }
    .ektronSearch div.searchWrapper div#basicTerms input[type="button"] {
        width:auto;
        margin-top: 12px !important;
    }
    .ektronSearch div.searchWrapper div#basicTerms select {
        clear:left;
        margin-top: 12px;
    }
    .ektronSearch div.searchWrapper div.searchResultsHeader h3 {
        font-size: 14px;
    }
    .resp-tabs-container .events-panel .col-md-9 + .col-md-3 {
margin-right: 0%;
}
}
@media (max-width:480px) {
    .ektronSearch ul.searchNavigation li a,
    .ektronSearch ul.searchNavigation li a.selected {
        padding-bottom:9px;
        min-height: 48px;
        padding-left:14px;
    }
    .ektronSearch div.searchWrapper div.searchResults h4 .dateTime {
        float:left;
        clear: both;
    }
    .news-highlight div {
        height: 150px;
    }
}

/***************************
    FOOTER PHOTO BUTTONS
****************************/

#image-links {
    float:right;
    height:133px;
    width:388px;
    position:relative;
    overflow:hidden;
}
#image-links .image-desc a {
    color:#2a6b95;
    display:block;
    float:none;
    height:auto;
}
#image-links .image-desc a.image-info {
    background: url(/common/img/image-info.png);
    width:74px;
    position: relative;
    top: -37px;
    left: 10px;
    float:right;
    height:33px;
    opacity: .9;
    -webkit-border-radius: 1px 1px 0 0;
    -moz-border-radius: 1px 1px 0 0;
    border-radius: 1px 1px 0 0;
}
#image-links a.image-refresh {
    background: url(/common/img/image-refresh.png);
    width:32px;
    margin-top:100px;
    display:block;
    float:right;
    height:33px;
    margin-left:1px;
    position:relative;
    opacity: .9;
    -webkit-border-radius: 1px 1px 0 0;
    -moz-border-radius: 1px 1px 0 0;
    border-radius: 1px 1px 0 0;
}
#image-links a.image-refresh:hover, #image-links .image-desc a.image-info:hover {
    opacity: 1;
}
#image-links .image-desc {
    background:#fff;
    background:rgba(255, 255, 255, .8);
    font-size:13px;
    line-height:1.2;
    padding:4px 10px 8px;
    position:absolute;
    top:100%;
    width:355px;
    max-height:0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
#image-links .image-desc p {
    display:block;
    margin:4px 0 8px;
}
#image-links.open .image-desc {
    bottom:0;
    top:auto;
    max-height:300px;
}
#image-links.open .image-info {
    margin-top:0;
}
#bgDescription {
    width:100%;
}
/*
.image-info-panel
{
    position: absolute;
    z-index: 2000;
    display: none;
    top: -100px;
    padding: 10px;
    background-color: #d3d1da;
    width: 270px;
    height: 150px;
}
*/

/***************************
			FOOTER	
****************************/
#footer {
	background:#000;
	font-family:Tahoma, Geneva, sans-serif;
    padding-top:18px;
    padding-bottom:21px;
}
#footer > .row {
    display: table;
    width:100%;
}
#footer .col-md-2 {
    border-left: 1px solid #fff;
    padding-left: 14px;
    padding-right: 14px;
    width: 18%;
    display: table-cell;
    max-width: 155px;
    float:none;
    vertical-align: top;
}
#footer .col-md-2:first-child {
    border-left:none;
    padding-left:0;
}
#footer .col-md-2:last-child {
    border-left:none;
    max-width: none;
    padding-right:0;
}
#footer ul {
    margin: 0;
    padding:0;
    margin-bottom:32px;
}
#footer li {
	padding-bottom:0;
    list-style-type:none;
}
#footer li a {
	color:#c2c2c2;
	font-size:12px;
}
#footer h3 {
	color: #c2c2c2;
    font-size: 14.4px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 5px;
}
.social-icons {
    height:24px;
    margin-top:16px;
    margin-bottom:12px;
}
.social-icons a {
    display:block;
    float:left;
    margin-left:9px;
    height:24px;
    width:24px;
}
.social-icons a:hover {
    opacity: .85;
}
.social-icons a img {
    width: 100%;
    height: auto;
}
.social-icons + a {
    display:block;
}
.social-icons, .social-icons + a {
    display: block;
    clear: both;
    float: right;
}
.social-icons, .social-icons + a:hover {
    opacity:.85;
}
.social-icons + a img {
    max-width: 155px;
}
#main-mobile-toggle, #dept-mobile-toggle {
    background:url(/common/img/menu-button.jpg) no-repeat left 0px;
    color:#76858d;
    padding-left:40px;
    padding-bottom:2px;
    width:111px;
    height:31px;
    max-height:none;
    max-width:none;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    opacity:1;
}
#main-mobile-toggle.home {
    background:url(/common/img/menu-home.jpg) no-repeat left top;
    padding-left:40px;
    padding-bottom:2px;
    height:69px;
}
#main-mobile-toggle.home.active {

    background-position:left bottom;
    opacity:1;
}
#main-mobile-toggle.home.opacity {
    opacity:.7 !important;
}
.slidemenu-toggler {
    display:none;
    position:absolute;
    right:0;
    z-index:1000001;
    width:111px;
    height:69px;
    top:0;
}
/***************************
        MEDIA QUERIES	
****************************/
@media all and (max-width: 1280px) {
    #search.home-search {
        margin:0 auto 35px;
    }
}
@media all and (min-width: 960px) {
    #footer .col-md-2 {
        width:18%;
    }
    #footer .col-md-2:last-child {
        width:26%;
    }
}


@media all and (max-width: 959px) and (min-width: 768px) {
     width: 36%;
    .top-nav {
        position:absolute;
    }
    .city-officials.top-nav-mega-full-width span {
    padding-right: 50px;
}
    .font-language .row {
        position: absolute;
        text-align: right;
        width: 50%;
        right: 126px;
        z-index: 10;
        top: 15px;
    }
    #footer .col-md-2 {
        border-left: 1px solid #fff;
        padding-left: 14px;
        padding-right: 14px;
        width: 18%;
        display: table-cell;
        max-width: 155px;
        float:none;
        vertical-align: top;
    }
    #footer .col-md-2:nth-child(1) { 
        width:138px;
    }
    #footer .col-md-2:nth-child(3) { 
        width:108px;
    }
    #footer .col-md-2:nth-child(4) { 
        width:138px;
    }
    #footer .col-md-2:first-child {
        border-left:none;
        padding-left:0;
    }
    #footer .col-md-2:last-child {
        border-left: medium none;
        float: right;
        max-width: 226px;
        padding-right: 48px !important;
    }
/*  Navigation  */
    .top-nav ul li.branding {
        padding-left:18px; 
        float:none;
    }
    .top-nav ul li.branding + li {
        padding-left:6%;
    }
    .top-nav > ul li.top-nav-mega {
        display:none;
    }
    .top-nav.open > ul li.top-nav-mega {
        display:block;
    }
    #badge img {
        padding-left:18px; 
    }
    .top-nav > ul > li > a {
        padding-left:10px;
        padding-right:10px;
        font-size:14px;
    }
    .top-nav-mega-full-width {
        top:100px;
        padding-left:24px;
    }
    .homepage .bm-container {
        border-bottom:1px solid #ccc;
    }
    .homepage .top-nav ul li.top-nav-mega {
        margin-top:10px;
    }
    .homepage .top-nav.open {
        height:100px;
    }
    .homepage .top-nav > ul > li > a {
        height: 38px;
    }
    .slidemenu-toggler {
        display:block;
    }
    .top-nav-mega-full-width.city-officials ul, body .top-nav-mega-full-width.city-officials ol {
        margin-right:0 !important;
    }
    .city-officials .col-md-5 {
        display: block;
       
    }
    .city-officials .col-md-3 {
        display: none;
      
    }
    .city-officials .col-md-4 {
        display: block;
       
    }
    
/*  Content  */
    #footer .col-md-2 {
        padding-left:4%;
        padding-right:4%;
    }
    #footer .col-md-2:first-child {
        margin-left:0;
    }
    .news .right-col {
        padding-left:4%;
        margin-top:0;
    }
    .news .middle-col {
        padding-left:0;
        padding-right:0;
    }
    .news .left-col {
        background: none;
        min-height: 0;
        padding-right:4%;
    }
    .news .middle-col img {
        max-width:540px;
    }
    .resp-tabs-container {
        background: url(/common/img/white-bg.png) !important;
    }
    .resp-tab-content {
        padding-left: 1% !important;
        padding-right:1%;
    }
    .resp-tab-content .col-md-9,
    .resp-tab-content .col-md-6,
    .resp-tab-content .col-md-5,
    .resp-tab-content .col-md-7,
    .resp-tab-content .col-md-3, 
    .resp-tab-content .col-md-4 {
        float:left;
    }
    .resp-tab-content .col-md-3 {
        width:25%;
    }
    .resp-tab-content .col-md-4 {
        width:33.33%;
    }
    .resp-tab-content .col-md-6 {
        width:50%;

    }
    .resp-tab-content .col-md-5 {
        width:41.6667%;
    }
    .resp-tab-content .col-md-7 {
        width:58.33%;
    }
    .resp-tabs-container .events-panel .col-md-9 + .col-md-3 {
  
    }
    #footer .col-md-2 {
        border-left: 1px solid #fff;
        float: left;
        padding-left: 14px;
        padding-right: 14px;
        vertical-align: top;
        width: 50%;
        display: block;
        border:0;
        padding:10px;
    }
    #footer .col-md-2 {
        border: 0 none;
        display: block;
        float: left;
        padding: 18px !important;
        vertical-align: top;
        width: 50%;
        height: 168px;
    }
    #footer .col-md-2:nth-child(2n) {
        padding-left:0;
    }
    .social-icons, .social-icons + a {
        clear: both;
        display: block;
        float: none;
        width: 186px;
        margin: 0 auto;
    }
    .social-icons + a {
        margin-top:10px;
        padding-left: 10px;
    }
}
@media (max-width:768px) {
/*  Navigation  */
    #search.home-search {
        margin:0;
    }
    .font-language .row {
        position: absolute;
        text-align: right;
        width: 50%;
        right: 126px;
        z-index: 10;
        top: 15px;
    }
    .top-nav-mega-1, .top-nav-mega-2, .top-nav-mega-3, .top-nav-mega-4, .top-nav-mega-5, .top-nav-mega-6, .top-nav-mega-full-width {
        background: #fafafa;   
    }
    .top-nav > ul li.top-nav-mega {
        display:none;
    }
    .top-nav.open > ul li.top-nav-mega {
        display:block;
    }
    .top-nav-mega-full-width {
        box-shadow: 0 2px 2px 0px #ddd;
    }
    .top-nav {
        position:absolute;
        border-bottom: 0;
    }
    .official-details {
        display:none !important;
    }
    .main-content.dim, #footer.dim, .dept-header-wrap.dim {
        opacity:.1;
    }
    .top-nav ul li.branding {
        padding-left:18px; 
        float:none;
        position:relative;
        z-index:200;
        max-width:205px;
    }
    #badge img {
        padding-left:18px; 
    }
    .top-nav ul li.top-nav-mega {
        margin-top:0;
        padding-top:0px;
    }
    .home-nav .top-nav ul li.top-nav-mega {
        margin-top:0;
        padding-top:7px;
    }
    .top-nav > ul > li > a {
        padding-left:7px;
        padding-right:7px;
        padding-top:4px;
        font-size:13px;
        text-transform:uppercase;
    }
    
    .home-menu .top-nav > ul > li > a {
        padding-left:10px;
        padding-right:10px;
        padding-top:4px;
        font-size:12px;
        text-transform:uppercase;
    }
    .homepage .top-nav ul li.top-nav-mega {
        margin-top:10px;
    }
    .homepage .top-nav.open {
        height:100px;
    }
    .homepage .top-nav > ul > li > a {
        height: 38px;
    }
    .top-nav ul ul li a {
        padding-top:4px;
        padding-bottom: 4px;
        display: inline-block;
    }
    
    .slidemenu-toggler {
        display:block;
        position:absolute;
        right:0;
        z-index:10;
        top:0;
    }
    .top-nav ul li.top-nav-mega {
        padding-top:0;
/*        border-top:1px solid #ccc;*/
    }
    .top-nav ul li.top-nav-mega a {
        display:inline-block;
    }
    .top-nav-mega-full-width {
        top:100px;
    }
    .city-officials.top-nav-mega-full-width span {
        padding-top: 4px;
    }
    
/*    Tabs      */
    .resp-tab-content {
        margin-bottom: 0 !important;
    }
    .resp-tab-content .col-md-9,
    .resp-tab-content .col-md-6,
    .resp-tab-content .col-md-5,
    .resp-tab-content .col-md-7,
    .resp-tab-content .col-md-3, 
    .resp-tab-content .col-md-4 {
        float:left;
    }
    .resp-tab-content .col-md-3 {
        width:25%;
    }
    .resp-tab-content .col-md-4 {
        width:33.33%;
    }
    .resp-tab-content .col-md-6 {
        width:100%;
    }
    .resp-tab-content .col-md-5 {
        width:41.6667%;
    }
    .resp-tab-content .col-md-7 {
        width:58.33%;
    }
    .resp-tabs-container {
        height: auto;
        padding-top:12px; 
    }
    .resp-tabs-container .lbtv-panel .icon-image img {
        position: relative;
        left:0;
        top:0;
    }
    .resp-tabs-container .lbtv-panel .icon-image:first-child {
        padding-left:8px;

    }
    .resp-tabs-container .lbtv-panel .icon-image {
        padding-left:18px;
    }
	@media (max-width: 768px) {

    .resp-tabs-container .maps-panel .col-md-9 {
        background: none;
    }
    .resp-tabs-container .maps-panel .col-md-9, .resp-tabs-container .maps-panel .col-md-9 + .col-md-3,
    .resp-tabs-container .maps-panel .col-md-7, .resp-tabs-container .maps-panel .col-md-5, .resp-tab-content .col-md-4 {
        width:100%;
        max-width: none;
    }
    .resp-tabs-container .maps-panel .maps-content .col-md-5 {
        position: relative;
        padding:0;
    }
    .resp-tabs-container .maps-panel .maps-content a.all-button {
        transform: translateY(0);
        top:0;
        margin:10px 0 0;
    }
    .resp-tabs-container .maps-panel .col-md-9 + .col-md-3 { 
        margin-top:22px;
        margin-bottom:28px;
        padding:0;
        background:none;
    }
    .resp-tabs-container .maps-panel .col-md-6 {
        width:25%;
    }
    .resp-tabs-container .maps-panel .maps-content {
        background: none repeat scroll 0 0 #076396;
        width: 100%;
        margin: 0 0 2px;
        padding: 18px;
        height: auto;
    }
    .resp-tabs-container .col-md-9, .resp-tabs-container .col-md-9 + .col-md-3 {
        width:100%;
    }
    .resp-tabs-container .col-md-9 + .col-md-3 {
        position: relative;
    }
    .resp-tabs-container .news-panel {
        margin-top:18px;
    }
    .resp-tabs-container .news-panel .col-md-3 {
        background: transparent;
        height: auto;
        padding-bottom: 71px;
        margin-top:18px;
        margin-bottom:0;
    }
    .box-shadow.services-links {
        height: auto;
        position: relative;
        padding-bottom:16px;
        padding-right:28px;
    }
    .resp-tabs-container .news-panel .col-md-3 li {
        width:50%;
        padding:0 10px;
        float: left;
    }
    .resp-tabs-container .events-panel .col-md-3, .resp-tabs-container .events-panel .col-md-9 {
        height: auto;
        padding: 2px;
        width: 100%;
    }
    .resp-tabs-container .lbtv-panel .icon-image {
        height: 118px;
    }
    .resp-tabs-container .connect-panel .col-md-4 {
        padding:0 !important;
    }
    .resp-tabs-container .panel, .resp-tab-content.no-right-padding {
        padding-bottom: 24px !important;
    }
    .resp-tabs-container .panel .row, .resp-tab-content.no-right-padding .row {
        padding-left:21px;
        padding-right: 21px;
    }
    .resp-tabs-container .events-panel .col-md-9 .all-button.dark {
	margin-bottom: 15px;
}
    
/*  Content  */
    .md-float-right {
        float:none;
    }
    #search.home-search {
        width: 100%;
 no-repeat scroll 0 0 rgba(14, 46, 72, 0.75);
        max-width:100%;
    }
    #search.home-search input[type="text"] {
        width:76%;
    }
    #search.home-search input[type="submit"] {
        width:30%;
    }
    .news .right-col {
        padding-left:6%;
        padding-right:6%;
    }
    .news .middle-col {
        padding-left:6%;
        padding-right:6%;
    }
    .news .left-col {
        background: none;
        min-height: 0;
        padding-left:6%;
        padding-right:6%;
    }
    .news .left-col h3 {
        margin-top:0;
    }
    .news .middle-col img {
        max-width:540px;
    }
    .resp-tabs-container {
        background: url(/common/img/white-bg.png) !important;
    }
    .resp-tab-content {
        padding: 0% !important;
    }
    #footer .col-xs-12 {
        padding-left:4%;
        padding-right:4%;
    }
    #image-links {
        display:none;
    }
    
    #footer .col-md-2 {
        border-left: 1px solid #fff;
        float: left;
        padding-left: 14px;
        padding-right: 14px;
        vertical-align: top;
        width: 50%;
        display: block;
        border:0;
        padding:10px;
    }
    #footer .col-md-2 {
        border: 0 none;
        display: block;
        float: left;
        padding: 18px !important;
        vertical-align: top;
        width: 50%;
        height: 168px;
    }
    #footer .col-md-2:nth-child(1) { 
        width:138px;
        padding-left:0;
    }
    #footer .col-md-2:nth-child(3) { 
        width:108px;
    }
    #footer .col-md-2:nth-child(4) { 
        width:138px;
    }
    #footer .col-md-2:last-child {
        width:100%;
        height: auto;
        margin-bottom:18px;
    }
    .social-icons, .social-icons + a {
        clear: both;
        display: block;
        float: none;
        width: 186px;
        margin: 0 auto;
    }
    .social-icons + a {
        margin-top:10px;
        padding-left: 10px;
    }
}
@media (max-width:599px) {
    .font-language .row {
        position: absolute;
        right: auto;
        text-align: left;
        top: -6px;
        width: 169px;
        z-index: 201;
    }
    .font-size-selector {
        display: none;
    }
    .top-nav ul li.branding {
        margin-top:12px;
    }
    .top-nav ul li.top-nav-mega {
        padding-left:2%;
        padding-right:2%;
    }
    /*  Navigation  */
    .top-nav {
        height:57px;
    }
    .top-nav.open {
        height:380px;
    }
    .top-nav.open > ul {
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
        -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
        box-shadow: 0 2px 2px rgba(0,0,0,.1);
    }
    .homepage .top-nav ul li.top-nav-mega, .top-nav ul li.top-nav-mega {
        background: #fff;
        border-bottom:1px solid #ccc;
        margin:0;
    }
    .home-nav .top-nav ul li, .home-nav .top-nav ul div {
        display:none;
    }
    .home-nav .top-nav.open ul li, .home-nav .top-nav.open ul div {
        display:block;
    }
    .home-nav .top-nav ul li.branding {
        padding-left:18px; 
        width:100%;
        display:block;
        margin-bottom: 7px;
    }
    .home-nav .top-nav ul li.branding {
        max-width:245px;
        width:60%;
    }
    .top-nav ul li.branding img {
        width:auto;
    }
    .top-nav ul li {
        float:none;
        overflow:visible;
    }
    .top-nav > ul > li > a  {
        text-transform:uppercase;
        font-size:14px;
    }
    .top-nav-mega-full-width {
        position:relative;
        top:0;
        padding:0;
    }
    .top-nav-mega-full-width.down {
        padding-top:14px;
    }
/*Content */
    #badge {
        display:none;
    }
    #search {
        margin-top:60px;
    }
    
/*   HP tabs   */
    .resp-tabs-container .lbtv-panel .icon-image:first-child {
        padding-left:18px;
    }
    .resp-tabs-container .lbtv-panel .icon-image {
        padding-left:18px;
        width: 50%;
        border:none;
    }
    .resp-tabs-container .lbtv-panel .lbtv-schedule .col-md-3 {
        position: relative;
        width:100%;
    }
    .resp-tabs-container .lbtv-panel .col-md-12 .event-header {
  margin-top: 20px;
}
    .resp-tabs-container .lbtv-panel iframe {
        width:100% !important;
    }
    .resp-tabs-container .lbtv-panel .col-md-12 {
        padding-left: 1px;
    }

    .resp-tabs-container .news-panel .col-md-3 li {
        width:100%;
        padding:0 10px;
        float: none;
    }
    #footer .col-md-2 {
        border-left: 1px solid #fff;
        float: left;
        padding-left: 14px;
        padding-right: 14px;
        vertical-align: top;
        width: 50%;
        display: block;
        border:0;
        padding:10px;
    }
    #footer .col-md-2 {
        border: 0 none;
        display: block;
        float: left;
        padding: 18px !important;
        vertical-align: top;
        width: 50% !important;
        height: 168px;
        max-width: none;
    }
    #footer .col-md-2:nth-child(2n) {
        padding-left:0;
    }
    #footer .col-md-2:last-child {
        width:226px;
        height: auto;
        margin-bottom:18px;
    }
    .social-icons, .social-icons + a {
        clear: both;
        display: block;
        float: none;
        width: 186px;
    }
    .social-icons + a {
        margin-top:10px;
        padding-left: 10px;
    }
    .resp-tabs-container .maps-panel .col-md-6 {
        width: 104px;
    }
}
