@media all and (min-width: 560px) {
  .breadcrumbs {
    position: relative;
    padding-right: 130px;
  }
  
  .breadcrumbs .breadcrumb-trail {
    display: block;
  }
  
  .breadcrumbs #sharing-tools {
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 125px;
  }
  
  .popular-services .service {
    width: 50%;
    float: left;
  }
  
  .popular-services .service.one .wrap, .popular-services .service.three .wrap {
    padding-right: 10px;
  }
  
  .popular-services .service.two .wrap, .popular-services .service.four .wrap {
    padding-left: 10px;
  }
  
  #content .spotlight .image {
    width: 40%;
    float: left;
  }

  #content .spotlight .info {
    width: 53%;
    float: right;
  }
  
  #department.table #department-types .field {
    display: inline-block;
  }
  
  #department.table #department-types input + label:after {
    content: '';
    width: 0;
    margin: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transition: border-color 0.3s;
  }

  #department.table #department-types input:checked + label:after {
    border-top-color: #03304d;
  }
  
    #department.table #department-branch .field {
    display: inline-block;
  }
  
  #location.table table .location .image {
    width: 200px;
    margin-right: 15px;
    float: left;
  }
  
  #google_translate_element {
    display: inline-block;
    margin: 0 15px;
  }
  
  #service.detail #map {
    width: 50%;
    float: left;
  }
  
  #service.detail #map-info {
    width: 50%;
    float: right;
  }
  
  #service.detail #map-info > .wrap {
    padding-left: 25px; 
  }
  
  #legislation.table #legislation-types .field {
    display: inline-block;
  }
  
   #legislation.table #legislation-types input + label:after {
    content: '';
    width: 0;
    margin: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transition: border-color 0.3s;
  }

  #legislation.table #legislation-types input:checked + label:after {
    border-top-color: #03304d;
  }
  
  #legislation.table #legislation-filters {
    position: relative;
  }
  
  #legislation.table #legislation-year select {
    position: absolute;
    top: 5px;
    right: 0;
  }
  
  .filters {
    position: relative;
  }
  
  .filters .locations-link {
    position: absolute;
    right: 0;
    top: 10px;
    padding-left: 15px;
    border-left: 1px solid #eaeaea;
  }
  
  .filters .recurring-events {
    position: absolute;
    right: 165px;
    top: 10px;
    padding-left: 45px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-left: 1px solid #eaeaea;
    background-position: 15px center;
  }
  
  #services.table #service-filters ul.accordion > li > .content > .group {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
  }
  
  #location.table #location-filters ul.accordion > li > .content > .group {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
  }
  
  #forms.table #forms-filters ul.accordion > li > .content > .group {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
  }
}

@media all and (min-width: 768px) {
  .js.navOpen #wrapper-inner {
    transform: translate3d(-45%, 0, 0);
    -webkit-transform: translate3d(-45%, 0, 0);
  }
  
  .js #off-canvas {
    right: -45%;
    width: 45%;
  }
  
  #site.home #welcome .message {
    font-size: 30px;
  }
  
  #site.home #welcome .message h1 {
    font-size: 18px;
  }
  
  #welcome .message .media {
    width: 20%;
  }
  
  #welcome .message .media img {
    max-height: 135px;
  }
  
  #page-background {
    height: 100%;
    max-height: none;
  }
  
  #page-background img {
    min-height: 700px;
    height: auto;
  }
  
  #copyright .translate {
    display: inline-block;
    border-left: 1px solid #e1e1e1;
    margin-left: 10px;
    padding-left: 10px;
    font-weight: 700;
    color: #000;
  }
  
  #footer > .inner {
    padding: 25px 0;
    overflow: hidden;
  }
  
  #footer .col {
    width: 50%;
    float: left;
  }
  
  #footer .col .wrap {
    padding: 5px 15px 10px;
  }
  
  #top-content .content .image {
    width: 32%;
    float: left;
    margin-bottom: 20px;
  }
  
  #top-content .content .info {
    width: 65%;
    float: right;
    margin-bottom: 20px;
  }
  
  #top-content .location ul.link-list {
    max-width: 150px;
  }
  
  .popular-services .service {
    width: 25%;
    max-width: none;
    float: left;
  }
  
  .popular-services .service.one .wrap {
    padding: 0 12px 0 0;
  }
  
  .popular-services .service.two .wrap {
    padding: 0 8px 0 4px;
  }
  
  .popular-services .service.three .wrap {
    padding: 0 4px 0 8px;  
  } 
  
  .popular-services .service.four .wrap {
    padding: 0 0 0 12px;
  }
  
  #content .content-col-one {
    width: 70%;
    float: left;
  }
  
  #content .content-col-two {
    width: 25%;
    float: right;
  }
  
  #content .content-col-two a[class|="btn"] {
    display: block;
  }
  
  #service.detail #map {
    width: 50%;
    float: left;
  }
  
  #service.detail #map-info {
    width: 50%;
    float: right;
  }
  
  #service.detail #map-info > .wrap {
    padding-left: 25px;
  }
  
  .location-info {
    overflow: hidden;
  }
  
  .location-info .image {
    max-width: 400px;
    float: left;
    margin-right: 25px;
  }
  
  .location-info .info {
    overflow: hidden;
  }
  
  .location-info .info .title {
    font-weight: 500;
  }
  
  .location-info .info ul.link-list {
    max-width: 145px; 
  }
  
  .profile.detail {
    overflow: hidden;
  }
  
  .profile.detail .meta {
    float: left;
  }
  
  .profile.detail .contact-info {
    width: 250px;
    float: right;
    margin: 25px 0 0 30px;
  }
  
  .profile.detail .biography {
    overflow: hidden;
    clear: left;
  }
  
  #go-search {
    display: none;
  }
}

@media all and (min-width: 960px) {
  .js #top-content #side-nav {
    display: none;
  }
  
  #home-link, #offcanvas-close {
    display: none;
  }
  
  .mobile-hide {
    display: block;
  }
  
  #wrapper-inner {
    overflow: hidden;
  }
  
  .js #header #off-canvas-trigger {
    display: none;
  }
  
  #off-canvas {
    display: none;
  }
  
  #header {
    top: 10px;
    margin-bottom: 10px;
  }
  
  #header > .inner {
    padding: 10px;
  }
  
  #tools {
    position: relative;
  }
  
  #tools > .inner {
    overflow: hidden;
  }
  
  #tools:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    height: 45px;
    margin-left: 35%;
    background-color: #222231;
    background-color: rgba(34, 34, 49, 0.75);
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    z-index: 10;
  }
  
  #tools ul {
    float: right;
    position: relative;
    z-index: 15;
    padding: 4px 10px 4px 0;
  }
  
  #tools ul li {
    display: inline-block;
    margin-left: 10px;
  }
  
  #tools ul li a {
    color: #fff;
  }
  
  #tools ul li.departments a {
    background: url(/sebin/p/c/icon-tools-dept-white.svg) no-repeat left;
  }

  #tools ul li.locations a {
    background: url(/sebin/f/f/icon-tools-location-white.svg) no-repeat left;
  }

  #tools ul li.forms a {
    background: url(/sebin/t/a/icon-tools-forms-white.svg) no-repeat left;
  }

  #tools ul li.maps a {
    background: url(/sebin/p/g/icon-tools-maps-white.svg) no-repeat left;
  }
  
  #header > .inner {
    padding-bottom: 0;
  }
  
  #header .logo {
    width: 240px;
  }
  
  #header #search {
    width: 450px;
    float: right;
    margin-bottom: 10px;
  }
  
  #header .menu-options {
    width: 76.66%;
    width: calc(100% - 240px);
    padding: 0;
  }
  
  #main-nav {
    overflow: hidden;
    float: right;
  }
  
  #main-nav a.action:first-child {
    border-top: 0;
  }
  
  #main-nav a.action {
    font-size: 14px;
    display: inline-block!important;
    border-bottom: 0;
    border-left: 1px solid #eaeaea;
    padding: 2px 20px 15px 10px;
    transition: color 0.3s;
  }
  
  #main-nav a.action:after {
    right: 5px;
    margin: inherit;
    top: 7px;
  }
  
  #main-nav a.action:hover {
    background-color: transparent;
    color: #0072bc;
  }
  
  .nav-content .twitter-display {
    display: block;
    max-height: 200px;
    padding: 40px 0;
  } 
  
  body {
    bottom: 0;
  }
  
  .nav-content > .wrap {
    max-width: 1200px;
    height: 100%;
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  
  .nav-content > .wrap > .col {
    width: 25%;
    height: 100%;
    float: left;
    background: #151420;
    background: -moz-linear-gradient(left,  #151420 0%, #222231 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#151420), color-stop(100%,#222231));
    background: -webkit-linear-gradient(left,  #151420 0%,#222231 100%);
    background: -o-linear-gradient(left,  #151420 0%,#222231 100%);
    background: -ms-linear-gradient(left,  #151420 0%,#222231 100%);
    background: linear-gradient(to right,  #151420 0%,#222231 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151420', endColorstr='#222231',GradientType=1 );
  }
  
  .nav-content > .wrap > .col.col1 {
    background-color: #222231;
    background: #222231;
    background: -moz-linear-gradient(left,  #222231 0%, #222231 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#222231), color-stop(100%,#222231));
    background: -webkit-linear-gradient(left,  #222231 0%,#222231 100%);
    background: -o-linear-gradient(left,  #222231 0%,#222231 100%);
    background: -ms-linear-gradient(left,  #222231 0%,#222231 100%);
    background: linear-gradient(to right,  #222231 0%,#222231 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222231', endColorstr='#222231',GradientType=1 );
  }
  
  .js .nav-content .close {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/sebin/z/d/icon-close.svg) no-repeat center;
    opacity: 0.25;
    transition: opacity 0.3s;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  
  .js .nav-content .close:hover {
    opacity: 1; 
  }
  
  .nav-content .col1 .title {
    font-size: 24px;
    margin-bottom: 7px;
  }
  
  .nav-content p {
    font-size: 14px;
  }
  
  .nav-content > .wrap > .col > .wrap {
    padding: 5px 15px 10px;
  }
  
  .nav-content .service-calls ul {
    border-top: 0;
    border-bottom: 0;
    margin-left: 10px;
  }
  
  .nav-content .profile {
    margin-bottom: 15px;
    text-align: left;
  }
  
  .nav-content .profile .image {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  
  .nav-content .profile .desc {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
  }
  
  .profile .image img {
    border-radius: 50%;
  }
  
  .nav-content .profile .desc .name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
  
  .nav-content .profile .desc .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 3px 0;
  }
   
  #site #content:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }
  
  #footer .col {
    width: 25%;
    float: left;
  }
  #site.home #welcome {
    position: relative;
  }
  
  #site.home #welcome .credit {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: #222231;
    background-color: rgba(34, 34, 49, 0.7);
    padding: 7px 10px 7px 40px;
    font-size: 11px;
    background-image: url(/sebin/j/z/icon-camera-white.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 15px;
  }
  
  #site.home #welcome .message h1 {
    font-size: 22px;
  }
  
  #site.home #welcome .message {
    font-size: 34px;
    margin: 35px 0;
  }
  
  #site.home #quick-links {
    background-color: rgba(255, 255, 255, 0.75);
    margin-bottom: 70px;
  }
  
  #site.home #quick-links .help {
    background-color: transparent;
    width: 65%;
    float: left;
  }
  
  #site.home #quick-links .popular {
    width: 35%;
    float: right;
    background-color: rgba(255, 255, 255, 0.75);
  }
  
  #site.home #quick-links .help .title {
    font-size: 36px;
  }
  
  #site.home #quick-links .help .services-search {
    margin: 25px 0 35px;
  }
  
  #site.home #quick-links .help .service-calls ul li {
    width: 16.66%;
  }
  
  #site.home #quick-links .help .service-calls ul li a {
    padding-top: 80px;
    border: 0!important;
    font-size: 18px;
  }
  
  #site.home #quick-links .help .service-calls ul li a:before {
    width: 70px;
    height: 70px;
    background-color: #0873b8;
    background-size: 40px 40px;
    transition: background-color 0.3s;
  }
  
   #site.home #quick-links .help .service-calls ul li a:hover:before {
     background-color: #034486; 
   }
  
  #site.home #quick-links .help .service-calls ul li a.service-apply:before {
  background-image: url(/sebin/f/l/icon-service-apply-white.svg);
}

  #site.home #quick-links .help .service-calls ul li a.service-bills:before {
    background-image: url(/sebin/z/b/icon-service-pay-white.svg);
  }

  #site.home #quick-links .help .service-calls ul li a.service-register:before {
    background-image: url(/sebin/x/s/icon-service-register-white.svg);
  }

  #site.home #quick-links .help .service-calls ul li a.service-report:before {
    background-image: url(/sebin/b/h/icon-service-report-white.svg);
  }

  #site.home #quick-links .help .service-calls ul li a.service-schedule:before {
    background-image: url(/sebin/v/j/icon-service-schedule-white.svg);
  }

  #site.home #quick-links .help .service-calls ul li a.service-subscribe:before {
    background-image: url(/sebin/b/l/icon-service-subscribe-white.svg);
  }
  
  #site.home #quick-links .help > .wrap {
    padding: 25px 25px 15px 25px;
  }
  
  #site.home #headlines {
    width: 50%;
    float: left;
    position: relative;
  }
  
  #site.home #headlines > .wrap {
    padding-right: 15px;
  }
  
  #site.home #upcoming-events {
    width: 50%;
    float: right;
    position: relative;
  }
  
  #site.home #upcoming-events > .wrap {
    padding-left: 15px; 
  }
  
  #site.home #upcoming-events a.btn-blue {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  #site.home #headlines a.btn-blue {
    position: absolute;
    top: 0;
    right: 25px;
  }

  #stay-connected {
    clear: both;
  }
  
  #stay-connected .block {
    width: 33.33%;
    float: left;
  }
  
  #stay-connected .block.youtube > .wrap {
    margin: 0 10px 35px 0; 
  }
  
  #stay-connected .block.facebook > .wrap {
    margin: 0 5px 35px; 
  }  
  
  #stay-connected .block.leadership > .wrap {
    margin: 0 0 35px 10px; 
  }
  
  #site.internal #content #col-left {
    width: 190px;
    float: left;
  }
  
  #site.internal #content #col-right {
    width: 79%;
    width: calc(100% - 220px);
    float: right;
  }
  
  #site.internal #col-left {
    position: relative;
    top: -15px;
    padding: 15px 0 40px 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=1 );
    z-index: 20;
  }
  
  #side-nav li.active > a:after {
    content: '';
    height: 0;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 100%;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #f2f2f2;
  }
  
  .js #side-nav-trigger {
    display: none;
  }
  
  .js #side-nav > .wrap {
    display: block!important;
    background-color: transparent;
    padding: 0;
  }
  
  #services.table #clear-filters {
    top: 0;
    bottom: auto;
  }
  
  #forms.table #clear-filters {
    top: 0;
    bottom: auto;
  }
  
  #scroll-nav.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  
  #scroll-nav ul {
    padding-bottom: 0;
  }
  
  #scroll-nav ul li {
    display: inline-block;
    margin-right: 25px;
  }
  
  #scroll-nav ul li a {
    position: relative;
    padding-bottom: 15px;
  }
  
  #scroll-nav ul li a.active:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-right: 12px solid transparent;
    border-top: 8px solid #222231;
    border-left: 12px solid transparent;
  }
  
  #col-left > .callout {
    margin: 40px 0;
  }
  
  #department-filters {
    position: relative;
  }
  
  #department.table #department-branch {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  
  #department.table #department-branch .label {
    display: inline-block;
    margin-right: 10px;
  }
  
  #service.detail a.back-to-top {
    display: none;
  }
  
  #stay-connected .block > .wrap {
    min-height: 425px;
  }
  
  .js .select-drop > ul {
    position: absolute;
    top: 100%;
  }
  
  #services.table #service-topics {
    text-align: left;
  }
  
  #services.table #service-filters ul.accordion > li > .content > .group {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
  }
  
  #location.table #location-filters ul.accordion > li > .content > .group {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
  }
  
  #forms.table #forms-filters ul.accordion > li > .content > .group {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
  }
}

@media all and (min-width: 1024px) {
  #page-background img {
    min-height: 110%;
  }
  
  #header .logo {
    width: 280px;
  }
  
  #header .menu-options {
    width: calc(100% - 280px);
  }
  
  #header #search {
    width: 625px;
  }
  
  #tools ul li {
    display: inline-block;
    margin-left: 25px;
  }
  
  #site.home #spotlight {
    padding: 35px 0 65px 0;
  }
  
  #site.home #spotlight h2 {
    margin-bottom: 15px;
  }
  
  #site.internal #content {
    padding-top: 0;
  }
  
  #site.internal.one-col #content {
    padding-top: 15px;
  }
  
  #site.internal #content-wrap {
    overflow: hidden;
    padding-top: 40px;
  }
  
  #site.core #content-wrap {
    overflow: hidden;
    padding-top: 0;
  }
  
  #site.internal.one-col #content-wrap {
    padding-top: 0; 
  }
  
  #site.internal #col-right {
    position: relative;
  }
  
  #site.internal #col-right:before {
    content: '';
    position: absolute;
    top: -39px;
    display: block;
    width: 100%;
    height: 40px;
    background-color: #fff;
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
    padding-left: 100%;
    right: 32%;
  }
  
  #site.internal #col-left {
    top: -39px;
    padding: 40px 0 40px 0;
  }
  
  #site.internal #content #col-right > #col-content {
    width: 67%;
    padding-right: 3%;
    padding-bottom: 35px;
    float: left;
    -webkit-box-shadow: 8px -5px 5px -5px rgba(0,0,0,0.12);
    -moz-box-shadow: 8px -5px 5px -5px rgba(0,0,0,0.12);
    box-shadow: 8px -5px 5px -5px rgba(0,0,0,0.12);
  }
  
  #site.internal #content #col-right > #col-callouts {
    width: 28%;
    float: right;
  }
}

@media all and (min-width: 1200px) {
  #main-nav a.action {
    font-size: 16px;
    padding: 5px 40px 15px 15px;
  }
  
  #main-nav a.action:after {
    right: 20px;
    margin: inherit;
    top: 13px;
  }
  
  #tools:after {
    margin-left: 46%;
  }
  
  #footer-wrap {
    padding-top: 265px;
    top: -25px;
    margin-bottom: -25px;
  }
  
  #footer .col .wrap {
    padding: 0 15px;
  }
  
  .js .nav-content .close {
    right: 0;
    top: 15px;
  }
  
  #site.home #welcome .message {
    height: 110px;
    margin: 100px 0 50px;
    position: relative;
  }
  
  #site.home #welcome .message > .inner {
    max-width: 1170px;
    height: 95px;
    padding: 10px 15px 5px;
    position: relative;
  }
  
  #site.home #welcome .message .inner:before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #222231;
    background-color: rgba(34, 34, 49, 0.6);
    right: 100%;
    top: 0;
  }
  
  #welcome .message .inner .wrap {
    max-width: 78%;
  }
  
  #welcome .message .cite {
    text-align: right;
    font-size: 20px;
  }
  
  #welcome .message .media {
    width: 18%;
    right: 20px;
    overflow: hidden;
  }
  
  #welcome .message .media img {
    top: 60px;
    max-height: none;
  }
  
  #site.home #content {
    padding-top: 35px;
  }
  
  #site.internal.one-col #content {
    padding-top: 35px;
  }
  
  #site.home #quick-links {
    margin-bottom: 85px;
  }
  
   #site.home #headlines > .wrap {
    padding-right: 35px;
  }

  #site.home #upcoming-events > .wrap {
    padding-left: 35px; 
  }
  
  #site.home #upcoming-events .eventcalwrapper .SECalendarViewletItem {
    width: 270px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
  }
  
  #top-content .popular-services {
    margin-bottom: 15px;
  }

  #scroll-nav ul li {
    margin-right: 50px;
  }
  
  #content .spotlight .image {
    width: 42%;
  }
  
  #location.detail #map-canvas {
    height: 500px;
  }
  
  #services.table #service-filters ul.accordion > li > .content > .group {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    column-count: 4;
  }
  
  #location.table #location-filters ul.accordion > li > .content > .group {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    column-count: 4;
  }
  
  #forms.table #forms-filters ul.accordion > li > .content > .group {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    column-count: 4;
  }
}

@media all and (max-width: 767px) {
  #top-content .popular-services {
    margin-bottom: 25px;
  }
  
  #top-content .popular-services .service {
    margin: 5px 0;
    overflow: hidden;
    max-width: none;
  }
  
  #top-content .popular-services .service a {
    display: block;
    background-color: #fff;
    line-height: 1.1;
    position: relative;
    transition: background-color 0.3s;
  }
  
  #top-content .popular-services .service a img {
    display: inline-block;
    width: 90px;
    vertical-align: middle;
  }
  
  #top-content .popular-services .service a .title {
    display: inline-block;
    width: calc(100% - 130px);
    padding: 0 25px 0 10px;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 700;
    color: #333!important;
  }
  
  .#top-content .popular-services .service a:after {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    background: url(/sebin/p/c/icon-arrow-btn-blue.svg) no-repeat center;
  }
}


/*********** EVENT CALENDAR */

/*********** REMINDER & SHARE*/
#SECalendarEventWrapper div.SECalendarEventName {
  border: 0;
}
#SECalendarEventWrapper div.SECalendarEventName h3 {
  font-weight: 300;
  font-size: 36px;
  line-height: 1;
  color: #666;
  margin:0 0 20px 0;
  background-color: transparent;
}
#SECalendarEventWrapper #SECalendarShare form > div {
  overflow: hidden;
  margin-top: 10px;
}
#SECalendarEventWrapper #SECalendarShare form > div {
  overflow: hidden;
  margin-top: 10px;
}
#SECalendarEventWrapper .seform form label {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}
/*********** DETAILS*/

#SECalendarEventWrapper .SECalendarEventActions {
  background-color: #ebebeb;
}
#SECalendarEventWrapper .SECalendarEventActions.first {
  
}
#SECalendarEventWrapper .SECalendarEventActions ul {
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
}
#SECalendarEventWrapper .SECalendarEventActions ul li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: none;
}
#SECalendarEventWrapper .SECalendarEventActions ul li a {
  display: inline-block;
  padding: 7px;
  text-decoration: none;
  font-weight: bold;
  background-position: center top;
  background-repeat: no-repeat;
  transition:opacity 0.3s;
}
#SECalendarEventWrapper .SECalendarEventActions ul li.eventRegistration a {
  height: 30px;
  width: 30px;
  background: url(/sebin/t/u/calendar-register.svg) no-repeat center;
  text-indent: -9999px;
  background-size: 25px 25px;
  opacity: 0.75;
}
#SECalendarEventWrapper .SECalendarEventActions ul li.eventDownload a {
  height: 30px;
  width: 30px;
  background: url(/sebin/r/v/calendar-download.svg) no-repeat center;
  text-indent: -9999px;
  background-size: 25px 25px;
  opacity: 0.75;
}
#SECalendarEventWrapper .SECalendarEventActions ul li.eventReminder a {
  height: 30px;
  width: 30px;
  background: url(/sebin/d/c/calendar-reminder.svg) no-repeat center;
  text-indent: -9999px;
  background-size: 25px 25px;
  opacity: 0.75;
}
#SECalendarEventWrapper .SECalendarEventActions ul li.eventShare a {
  height: 30px;
  width: 30px;
  background: url(/sebin/v/f/calendar-share.svg) no-repeat center;
  text-indent: -9999px;
  background-size: 25px 25px;
  opacity: 0.75;
}
#SECalendarEventWrapper .SECalendarEventActions ul li a:hover {
  opacity: 1;
}

/*
********************************************************************************SUMMARY*/

#col-callouts > .callout.cal {
  margin-bottom: 25px;
}
.SECalendarSummaryDateList .rssLink {
  display: block;
  position: relative;
  overflow: hidden;
  height: 35px;
  width: 35px;
  margin: 2px;
  overflow: hidden;
  text-indent: -9999px;
  background: #f7941e url(/sebin/d/k/icon-social-rss.svg) no-repeat center;
  transition: background-color 0.3s;
  border-radius: 50%;
  background-size: 35px 35px;
}
#SECalendarSummaryWrapper {
  overflow: hidden
}
#SECalendarSummaryWrapper ul {
  padding: 0;
  list-style: none;
}
.SECalendarSummaryDateList ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.SECalendarSummaryDateList ul li {
  background: none;
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none !important;
}
.SECalendarSummaryDateList ul li.SECalendarNoEventWithNoText {
  display: none !important;
}
.SECalendarSummaryDateList ul li.SECalendarSummaryDate ul.SECalendarSummaryDateEventList {
  margin: 0;
  padding: 0;
}
.SECalendarSummaryDateList ul li.SECalendarSummaryDate ul.SECalendarSummaryDateEventList li {
  clear: both;
  font-size: small;
  padding: 0 0 5px 0;
  margin-bottom: 15px;
  overflow: hidden;
}
.SECalendarSummaryDate {
  border-top: 1px solid #dfe1e1
}
.SECalendarSummaryDate:nth-child(1) {
  border-top: 0
}
.SECalendarSummaryDate h3 {
  background-color: #ebebeb;
  padding: 4px 10px;
  margin: 0;
  font-size: 22px;
  color: #666;
  font-weight: 500;
}
.SECalendarSummaryDateList {
  margin-top: 20px
}
span.SECalendarEventName a {
  font-size: 20px;
  text-decoration: none;
}
span.SECalendarEventName a:hover {
  text-decoration: underline;
}
#SECalendarSummaryWrapper .SECalendarProperty p {
  margin: 0
}
/*********** LIST*/

.SECalendarListEvents table {
  display: block;
}

.SECalendarListEvents tbody {
  display: block;
}

.SECalendarListEvents tr {
  display: block;
}

.SECalendarListEvents td {
  display: block;
}
.SECalendarListEvents td.SECalendarNoEventWithNoText {
  display: none !important;
}
.SECalendarListEvents .rssLink {
  display: none
}
.SECalendarListEvents tr.even, .SECalendarListEvents tr.odd {
  padding-bottom: 15px;
  position: relative;
}
.SERecurringEvent:after {
  content:'';
  background: url(/sebin/z/r/recurring.svg) no-repeat center;
  background-size: 18px 18px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 5px;
  top: 19px;
}
td.SECalendarEventDate {
  background-color: #ebebeb;
  padding: 4px 10px;
  font-size: 22px;
  color: #666;
  font-weight: 500;
}
td.SECalendarEventTime {
  font-size: 11px;
  padding-left: 0 !important;
}
.SECalendarEventName {
  padding-top: 15px;
  border-top: 1px solid #eaeaea;
  padding-right: 30px;
}
div.SECalendarEventName a {
  font-size: 20px;
  text-decoration: none;
}
div.SECalendarEventName a:hover {
  text-decoration: underline;
}
td.SECalendarEventLocation {
  font-size: small;
  padding-right: 0 !important;
}
td.SECalendarNoEvent {
  color: #cdd3d5
}
.SECalendarListEvents {
  margin-top: 20px
}
#SECalendarListWrapper table {
  width: 100%
}
#SECalendarListWrapper .SECalendarProperty p {
  margin: 0
}
/*********** SHARED*/

#SECalendarEventWrapper hr {
  border: 1px solid #eaeded;
}
.rssLink {
  display: block;
  position: relative;
  overflow: visible;
  height: 35px;
  width: 35px;
  margin: 2px;
  text-indent: -99999px;
  background: #f7941e url(/sebin/d/k/icon-social-rss.svg) no-repeat center;
  transition: background-color 0.3s;
  border-radius: 50%;
  background-size: 35px 35px;
}
.rssLink:after {
  content: 'Subscribe to our Events Calendar';
  display: block;
  text-transform: uppercase;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  width: 120px;
  height: 32px;
  padding-left: 10px;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent: 0px;
}
#SECalendarEventWrapper .SECalendarBackLink {
  display: none
}
#SECalendarEventWrapper div.SECalendarEventDetails {
  overflow: hidden;
}
#SECalendarEventWrapper {
  margin: 25px 0;
  width: 100%;
}
#SECalendarEventWrapper .SECalendarProperty, #SECalendarEventWrapper .SECalendarAddress, #SECalendarEventWrapper .SECalendarMapLink, #SECalendarEventWrapper .SECalendarContactName, #SECalendarEventWrapper .SECalendarContactEmail, #SECalendarEventWrapper .SECalendarContactPhone, #SECalendarEventWrapper .SECalendarLocation {
  display: block
}
#SECalendarEventWrapper .SECalendarContactName, #SECalendarEventWrapper .SECalendarContactEmail, #SECalendarEventWrapper .SECalendarContactPhone {
  margin: 0;
  padding: 0;
}
#SECalendarEventWrapper .SECalendarLocation {
  margin: 0;
  padding: 0 0 8px 0;
}
#SECalendarEventWrapper .SECalendarPropertyLabel {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
}
#SECalendarEventWrapper .SECalendarPropertyLabel:first-child {
  padding-top: 0;
  border-top: 0;
}
#SECalendarEventWrapper .SECalendarProperty {
  margin-bottom: 20px;
}
#SECalendarEventWrapper .SECalendarProperty p {
  margin: 0
}
.locations-link > a {
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}
.recurring-events {
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
  width: 75px;
  padding-left: 30px;
  background: url(/sebin/z/r/recurring.svg) no-repeat left;
  background-size: 18px 18px;
}
.SECalendarFilter {
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 12px;
}
.SECalendarFilter a {
  text-transform: none;
  color: #FFF;
  background-color: #0072bc;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 3px;
  margin: 3px;
  font-size: 12px;
  line-height: 1;
  text-decoration: none!important;
}
.SECalendarFilter a:hover {
  background-color: #034486;
}
.SECalendarFilter a.SECalendarFilterSelected {
  background-color: #03304d;
}
.SECalendarFilter .rssLink {
  display: none;
}
.SECalendarDay {
  background-color: #cdd3d5;
  padding: 4px;
}
.SECalendarDay.controls {
  padding: 0px
}
.SECalendarDay.controls a {
  background-image: url(/se/images/mod/semod_eventcal/right_arrow.gif);
  background-position: 13px 11px;
  background-repeat: no-repeat;
  min-width: 20px;
  display: block;
  overflow: hidden;
  text-decoration: none;
  text-indent: -1000px;
}
.SECalendarProperty {
  margin-top: 5px
}
.SECalendarPropertyLabel {
  margin-top: 5px;
  display: block;
  font-weight: bold;
}
.SECalendarDay a {
  color: #333
}
#SECalendarWrapper {
  margin: 0 auto
}
#SECalendarWrapper div.SECalendarEventTime {
  color: #343332
}
#SECalendarWrapper div.SECalendarEventName a {
  display: block;
  margin-top: 5px;
  color: #0047ad;
  text-decoration: none;
}
#SECalendarWrapper div.SECalendarEventName a:hover {
  text-decoration: underline
}
ul li.SECalendarNoEvent {
  color: #999;
  border-bottom: 0;
}
span.SECalendarEventName {
  display: block;
}
/*********** CALENDAR*/

#SECalendar table {
  width: 100%
}
#SECalendar .SECalendarDay {
  border: 0 !important;
  padding: 0 !important;
  text-align: center;
}
#SECalendar .SECalendarDay a {
  color: #000;
  text-decoration: none;
  background-color: #ddd;
  border: 1px solid #eaeded;
}
#SECalendar .SECalendarDay a:hover, #SECalendar .SECalendarDay.currentDay a:hover {
  text-decoration: underline
}
#SECalendar .SECalendarSelectedWeek .SECalendarDay {
  background-color: #d1d1d1
}
#SECalendar .SECalendarSelectedWeek .SECalendarDay.SECalendarSelectedDay {
  background-color: #860038;
  color: #fff;
}
#SECalendar .SECalendarSelectedWeek .SECalendarDay.currentDay {
  color: #860038;
  font-weight: bold;
}
#SECalendar .SECalendarDay.pastDayOtherMonth a, #SECalendar .SECalendarDay.futureDayOtherMonth a, #SECalendar .SECalendarDay.pastDayOtherMonthWeekend a, #SECalendar .SECalendarDay.futureDayOtherMonthWeekend a {
  background-color: #efefef
}
#SECalendar .SECalendarDay.currentDay a {
  color: #860038;
  font-weight: bold;
}
.SECalendarPrevMonth a {
  background-image: url(/se/images/mod/semod_eventcal/left_arrow.gif);
}
.SECalendarNextMonth a {
  background-image: url(/se/images/mod/semod_eventcal/right_arrow.gif);
}
#SECalendarMonth a {
  height: auto;
  text-indent: 0;
  width: auto;
  background-image: none;
}
#SECalendar td {
  padding: 0 !important
}
#SECalendar a {
  padding: 5px;
  display: block;
}
.SECalendarMonth {
  display: inline;
  font-size: 20px;
  margin: 0;
  color: #333;
}
.SECalendarNextMonth {
  display: inline;
  margin-left: 4%;
}
.SECalendarPrevMonth {
  display: inline;
  margin-right: 4%;
}
#SECalendar a.SECalendarNextPrevText {
  display: none;
}
.SECalendarNextMonth a, .SECalendarPrevMonth a {
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
  height: 14px;
  overflow: hidden;
  padding: 0 0 0 21px;
  text-decoration: none;
}
#SECalendar tr.SECalendarTop {
  background-color: #CECECE;
}
#SECalendar {
  margin-top: 20px;
}
/*********** SMALL CAL*/

.SECalendarSmallCal {
  padding: 25px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.SECalendarSmallCal table {
  width: 100%
}
.SECalendarSmallCal .SECalendarDay {
  border: 0 !important;
  padding: 0 !important;
  text-align: center;
}
.SECalendarSmallCal .SECalendarDay a {
  color: #000;
  text-decoration: none;
  background-color: #ddd;
}
.SECalendarSmallCal .SECalendarDay a:hover, .SECalendarSmallCal .SECalendarDay.currentDay a:hover {
  text-decoration: underline
}
.SECalendarSmallCal .SECalendarSelectedWeek .SECalendarDay {
  background-color: #d1d1d1
}
.SECalendarSmallCal .SECalendarSelectedWeek .SECalendarDay.SECalendarSelectedDay {
  background-color: #860038;
  color: #fff;
}
.SECalendarSmallCal .SECalendarSelectedWeek .SECalendarDay.currentDay {
  background-color: #0287bf
}
.SECalendarSmallCal .SECalendarDay.pastDayOtherMonth a, .SECalendarSmallCal .SECalendarDay.futureDayOtherMonth a, .SECalendarSmallCal .SECalendarDay.pastDayOtherMonthWeekend a, .SECalendarSmallCal .SECalendarDay.futureDayOtherMonthWeekend a {
  background-color: #efefef
}
.SECalendarSmallCal .SECalendarDay.currentDay a {
  color: #fff;
  background-color: #5d6b80;
}
.SECalendarSmallCal .SECalendarDay.controls a {
  background-color: #CECECE
}
#SECalendarSmallCalPrevious a {
  background-image: url(/se/images/mod/semod_eventcal/left_arrow.gif)
}
#SECalendarSmallCalMonth a {
  height: auto;
  text-indent: 0;
  width: auto;
  background-image: none;
}
.SECalendarSmallCal td {
  padding: 0 !important
}
.SECalendarSmallCal a {
  padding: 5px;
  display: block;
}
.SECalendarSmallCal td:hover {
  background-color: #0146ad
}
/*********** FORM ELEMENTS*/

#SECalendarReminder form > div.SECalendarReminderNotification label {
  display: inline
}
.SEApplicationSubmit {
  margin-top: 10px
}
#SEEventForm .seClear {
  clear: both;
  line-height:0;
  display:block;
  height:0;
}

#SEEventForm .seform form label {
  display:inline-block;
}

#SEEventForm .comboTableGecko td {
  vertical-align: top;
}

#SEEventForm .seformTable > div input, #SEEventForm .seformTable > div textarea, #SEEventForm .seformTable > div select, #SECalendarShare form > div input, #SECalendarShare form > div textarea, #SECalendarReminder form > div input, #SECalendarReminder form > div select {
  width: 80%;
  max-width: 400px;
  display: block;
  background-image: none;
}
#SEEventFormAllowRegister #SECalendarAllowRegister1, #SEEventFormAllowRegister #SECalendarAllowRegister2, #SEEventFormAllowRegister .seformField label, #SEEventForm .comboInlineDIV input, #SEEventForm .comboInlineDIV label {
  max-width: none !important;
  width: auto !important;
  display: inline !important;
  float: none !important;
  margin: 0 !important;
}
#SEEventForm .seformTable > div input.button {
  width: auto;
  display: inline;
}
#SECalendarReminder form > div select {
  max-width: 200px
}
#SECalendarSearch {

}
#SECalendarSearch select {
  width: 100%;
  border: 2px solid #eaeaea;
  border-radius: 3px;
  min-height: 100px;
  margin-bottom: 15px;
}
#SECalendarSearch input[type="submit"] {
  border: 0;
  color: #FFF;
  cursor: pointer;
  padding: 10px;
  background-color: #0072bc;
  transition: background-color 0.3s;
  line-height: 13px;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  -webkit-appearance: none;
}
#SECalendarSearch input[type="submit"]:hover {
  background-color: #034486;
}
#SECalendarSearch .SECalendarKeyword input[type="text"] {
  border: 2px solid #eaeaea;
  border-radius: 3px;
  color: #888;
  margin-right: 6px;
  outline: 0 none;
  padding: 6px 5px 6px;
  width: 95%;
  width: calc(100% - 12px);
  font-size: 12px;
}
#SEEventForm .seformTable > div, #SECalendarShare form > div, #SECalendarReminder form > div {
  margin-top: 10px
}
#SECalendarRecurWrapper {
  display: inline
}
#SEEventFormStartDate table, #SEEventFormEndDate table {
  width: auto !important
}
#SEEventForm .buttonSet {
  margin-top: 20px
}
#notifyChange {
  display: inline !important;
  width: auto !important;
}
#SECalendarSearch label {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #666;
  margin: 0 0 5px 0;
}
#SECalendarEventWrapper .seform form input[type="submit"] {
  width: 100%;
}
#SECalendarEventWrapper .seform .SECalendarReminderNotification {
  margin-top: 20px;
}
#SECalendarEventWrapper .seform .seSpecial {
  display: none;
}
span.seformRowCell.seformField {
  width: 80%;
  max-width: 400px;
  display: block;
}
.SEClear {
  clear: both;
  height: 0;
}
@media all and (min-width: 768px) {
  /*******************************************************************************FORM ELEMENTS*/
  
  #SEEventForm .seformTable > div .seformLabel, #SECalendarShare form > div .seformLabel, #SECalendarReminder form > div .seformLabel {
    float: left;
    width: 30%;
    max-width: 150px;
    vertical-align: top;
    display: block;
  }
  .seformRow {
    overflow: hidden
  }
  #SECalendarReminder form > div.SECalendarReminderNotification label {
    float: none;
    width: 150px;
  }
  #SEEventForm .seformField, #SECalendarShare form .seformField, #SECalendarReminder form .seformField {
    float: left;
    width: 60%;
    max-width: 60%;
    margin-top: 0;
  }
  #SECalendarReminder form > div select {
    width: 40%;
    max-width: 40%;
  }
  #SECalendarReminder form > div.SECalendarReminderNotification input {
    float: none;
    width: 15px;
    max-width: 15px;
  }
  #SEEventForm .seformTable > div input, #SEEventForm .seformTable > div textarea, #SEEventForm .seformTable > div select {
    max-width: 80%;
    width: 80%;
  }
  #SEEventForm .seformTable > div, #SECalendarShare form > div, #SECalendarReminder form > div {
    overflow: visible
  }
  #SECalendarEventWrapper .SECalendarEventDetails .image {
    float: right;
    padding: 10px 0 10px 10px;
  }
  #SECalendarRegistration form .seformField {
    float: left;
    width: 60%;
    max-width: 60%;
    margin-top: 0;
  }
  #SECalendarRegistration form .seformLabel {
    float: left;
    width: 30%;
    max-width: 150px;
    vertical-align: top;
    display: block;
  }
  #SECalendarEventWrapper #SECalendarRegistration form > div {
    overflow: hidden;
    margin-top: 10px;
  }
}
@media all and (min-width: 1044px) {
  #SECalendarListWrapper .right_col, #SECalendarSummaryWrapper .right_col {
    float: right;
    width: 36%;
    margin-left: 2%;
  }
  #SECalendarListWrapper {
    overflow: hidden
  }
  #SECalendarEventWrapper .seform form input[type="submit"] {
    width: 12%;
    padding: 10px;
    background-image: none;
  }
}

@media print { 
  .alert-container, #page-background, #tools, .menu-options, #main-nav-contents, #sharing-tools, #side-nav, #col-left, #col-callouts, #copyright .translate, #footer, #department-search, #department-filters, #forms-search, #forms-filters, #location-search, #location-filters, #service-filters, #service-search, #scroll-nav, a.back-to-top {
    display: none;
  }
  
  #col-right {
    float: none;
    width: 100%;
  }
  
  #col-content {
    width: 100%;
    float: none;
  }
  
  #footer-wrap {
    background: none;
  }
  
  .js ul.accordion > li > .content {
    display: block !important;
  }
}

 /********************************************************************************/

.btn-grey-toolbar{
    display: inline-block;
    padding: 5px 5px !important;
    border-radius: 3px !important;
    font-size: 12px;
    line-height: 1;
    text-decoration: none!important;
    color: #FFF !important;
    background-color: rgba(0,0,0,.4);
    width: 50px;
    text-align: center;
}

.btn-grey-toolbar:hover{
    background-color: rgba(0,0,0,.7);
}
@media all and (min-width: 960px) {
.btn-grey-toolbar{
    display: inline-block;
    padding: 5px 5px !important;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1;
    text-decoration: none!important;
    color: #FFF;
    background-color:rgba(255,255,255,.4);
}

.btn-grey-toolbar:hover{
    background-color:rgba(255,255,255,.2);
}
}

