/* DigitalUs Styles */

/* ============================
  # Global
============================ */
body {
    position: inherit!important;
    min-height: inherit!important;
    top: inherit!important;
}
h1 {
  font-size: 6rem;
  font-family: "futura-pt", Arial, Verdana;
  font-weight: 400;
  color: #030000;
  text-transform: uppercase;
  margin: 0 0 10px -5px;
  line-height: 55px;
}
h2 {
  font-family: "proxima-nova", Arial, Verdana;
  font-weight: 800;
  font-size: 3.5rem;
  color: #091f2f;
  text-transform: uppercase;
}
h3{
	font-weight: 800;
}
p {
  font-family: "proxima-nova", Arial, Verdana;
  font-size: 1.8rem;
  color: #030000;
  line-height: 33px;
}
.no-border {
  border-bottom: 0;
  padding-bottom: 0;
}
a {
  color: #184ba0;
}
a.broken {
  background-color: #f0e519;
}
a:focus {
  outline: 1px solid #515151;
}
.btn:focus {
  color: #fff;
}
.pagination ul li a {
    color: #184ba0;
}
.post-content article .post-body ol li {
  margin-bottom: 7px;
  margin-left: 15px;
}
.topbar .weather img {
  max-width: 25px;
  margin-right: 2px;
}
.btn.btn-blue {
  background: #184ba0;
}
.slick-prev:focus,
.slick-next:focus {
  outline: 1px solid #515151;  	
}
.hero .slick-dots li button:focus {
  outline: 1px solid #515151;  		
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

  @media (min-width: 1200px) { 
.d-flex-md {
    display: -ms-flexbox!important;
    display: flex!important;
}
	} 


.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

/* ============================
  # Global Sectionals
============================ */

/* 3 box section*/
section .banner-content {
    position: relative;
	display: flex;
	flex-direction: row;     
    justify-content: center;
    align-items: center; 
}
.banner-content .banner-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
	background: rgba(0, 0, 0, 0.5);
}

.banner-content:hover .banner-overlay{
  opacity: 1;
}

section .h4 {
    font-family: "rift", Tahoma, Verdana;
    font-weight: 500;
    font-size: 41px;
    font-size: 4.1rem;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 7px rgba(0, 1, 3, 0.35);
    z-index: 1;
}

@media (max-width: 576px) { 
h2.sectional-title{
		margin:20px 0!important;
	}
	} /*media*/

.text{
	position:absolute;
}

/* Section 4 boxes*/
.bg-blue{
	background-color: #094897;
}
.bg-gray{
	background-color: #f5f5f5;
}
.btn-blue {
    background: #184ba0;
}
.btn-sky-blue{
	background-color: #26A9E1;
	text-decoration: none!important;
	color:#fff;
}
.btn-sky-blue:hover{
	background-color: #06274b;
	color:#fff;
}
.btn-bright-green{
	background-color: #c1d72d;
	text-decoration: none!important;
	color:#094897;
}
.btn-bright-green:hover{
	background-color: #80bd01;
	color:#fff;
}
.btn-orange{
	background-color: #ffc107;
	text-decoration: none!important;
	color:#fff;
}
.btn-orange:hover{
	background-color: #FE8204;
	color:#fff;
}
.btn-purple{
	background-color: #7F3F96;
	color:#fff;
	text-decoration: none!important;
}
.btn-purple:hover{
	background-color: #522860;
	color:#fff;
}
.btn-small{
	font-size:0.8em!important;
    padding: 0 20px;
    text-transform: uppercase;
    font-family: "rift", Tahoma, Verdana;
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.btn-large{
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 1em!important;
    font-family: "rift", Tahoma, Verdana;
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}


/* ============================
  # Grid
============================ */
.paddingSection20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.paddingSection30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.paddingSection40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.paddingSection50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.paddingSection60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.paddingSection100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.paddingSection130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.paddingSection40-60 {
  padding-top: 40px;
  padding-bottom: 60px;
}
.paddingSection40-80 {
  padding-top: 40px;
  padding-bottom: 80px;
}
.paddingTop10 {
  padding-top: 10px;
}
.paddingTop20 {
  padding-top: 20px;
}
.paddingTop40 {
  padding-top: 40px;
}
.paddingTop60 {
  padding-top: 60px;
}
.paddingTop80 {
  padding-top: 80px;
}
.paddingTop100 {
  padding-top: 100px;
}
.paddingTop130 {
  padding-top: 130px;
}
.paddingBottom20 {
  padding-bottom: 20px;
}
.paddingBottom30 {
  padding-bottom: 30px;
}

@media only screen and (max-width: 567px) {
   .p-b-xs{
	  padding-bottom: 15px;
	}
}
@media only screen and (max-width: 767px) {
   .p-b-sm{
	  padding-bottom: 15px;
	}
}
@media only screen and (max-width: 1999px) {
   .p-b-md{
	  padding-bottom: 15px;
	}
}
.p-l-r-15{
	padding-left:15px;
	padding-right:15px;
}
.paddingTop35 {
  padding-top: 35px;
}
.paddingBottom40 {
  padding-bottom: 40px;
}
.paddingBottom60 {
  padding-bottom: 60px;
}
.paddingBottom80 {
  padding-bottom: 80px;
}
.paddingBottom100 {
  padding-bottom: 100px;
}
.paddingSides40 {
  padding: 0 40px;
}
.marginTop0 {
  margin-top: 0;
}  
.marginTop10 {
  margin-top: 10px;
}  
.marginTop20 {
  margin-top: 20px;
}
.marginTop30 {
  margin-top: 30px;
}
.marginTop40 {
  margin-top: 40px;
}   
.marginTop50 {
  margin-top: 50px;
}
.marginBottom20 {
  margin-bottom: 20px;
}
.marginBottom30 {
  margin-bottom: 30px;
}
.marginBottom40 {
  margin-bottom: 40px;
}
.marginBottom50 {
  margin-bottom: 50px;
}
.marginBottom60 {
  margin-bottom: 60px;
}
.vertCenterAll {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.overflow {
  overflow: hidden;
}

/* ============================
  # Icons
============================ */
.icon1 {
  background: url(../img/icons/contact-icon-1.png) no-repeat left center;
}
.icon2 {
  background: url(../img/icons/contact-icon-2.png) no-repeat left center;
}
.icon3 {
  background: url(../img/icons/contact-icon-3.png) no-repeat left center;
}
.icon4 {
  background: url(../img/icons/contact-icon-4.png) no-repeat left center;
}
.icon5 {
  background: url(../img/icons/contact-icon-5.png) no-repeat left center;
}
.icon6 {
    background: url(../img/icons/contact-icon-6.png) no-repeat left center;
}
.issuu {
    background: url(../img/icons/issuu.png) no-repeat left center;
}
.issuu2 {
    background: url(../img/icons/issuu2.png) no-repeat left center;
}

/* ============================
  # Header
============================ */
.alert-nav #overlay {
  top: 52px;	
}
.submit:focus {
  outline: 1px solid #515151;
}
.overlay .search-form {
  height: auto;
  position: relative;
}
.overlay .search-form .inp {
  height: auto;
  border: 0;
  background: none;
  background: #454545;
  font-family: "rift", Tahoma, Verdana;
  font-size: 35px;
  margin: 15px 0;
  padding: 0 15px;
  color: #fff;
  width: 90%;
}
.overlay .search-form .inp::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.overlay .search-form .inp::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.overlay .search-form .inp:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.overlay .search-form .inp:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.overlay .search-form button {
  margin: 0 0;
  float: none;
  background: #7eb300;
  height: 49px;
  width: 10%;
  padding: 0;
  margin-left: -5px;
  color: #fff;
  font-size: 24px;
  position: absolute;
  margin-top: 15px;
border-radius: 3px;
}
.overlay .search-form button:hover {
  background: #a7d159;
}
.overlay .box-social ul {
  text-align: center;
  width: 100%;
  padding-left: 0px;
}
.overlay .box-social ul li {
  margin-right: 25px;
  float: none;
  display: inline-block;
}
.overlay .mobile-logo {
  max-width: 300px;
  margin: 0 auto;
}
.overlay .box-address {
  margin-top: 15px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding-left: 0px;
}
.topbar .menu .icon-bar {
  background: #80bd01;
}
.topbar .menu .title {
  color: #80bd01;
}

.topbar #ct-search .form-group input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background: transparent;
    border: none;
    outline: none !important;
    padding-right: 10px;
}

.topbar #ct-search .form-group button {
    background: transparent;
    border: none;
    padding: 0 0px;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
	min-width: 34px;
	margin-right: 30px;
}

.topbar #ct-search {
    /*height: 100px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out;
    font-size: 65px;
    color: rgba(255, 255, 255, 0.55);
    background: #000;
}

.topbar #ct-search.is-active {
    max-height: 100px;
}

.topbar ul.menu{
margin-bottom:0px;
margin-top:0px;
}

.topbar .form-inline .form-group{
    display:flex;
	margin-bottom: 0;
}

.topmenu li a {
    /*height:37px;*/
}

.topbar .menu-bar .search-icon.is-showing {
opacity:1;
}

.menu-icon.search-icon img{
    height:24px;
}

.topbar .weather img {
    max-width: 30px;
}

.top-bar-search{
    background-color:#000;
}

/* ============================
  # Top Navigation
============================ */
.topbar .wrapper {
  padding: 0 20px;
}
.topbar .menu-bar {
  padding-left: 0;
}
.topbar .logo a img {
  width: 230px;
  margin-top: 4px;
}

/* ============================
  # SideNav
============================ */
.box-address span {
	border-bottom: 1px solid #fff;
}
.block input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.block input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.block input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.block input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.block input:placeholder {
  color: #000;
}
.box-address p {
  color: #fff;
}
.searchbox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #686868;
}
.searchbox input::-moz-placeholder { /* Firefox 19+ */
  color: #686868;
}
.searchbox input:-ms-input-placeholder { /* IE 10+ */
  color: #686868;
}
.searchbox input:-moz-placeholder { /* Firefox 18- */
  color: #686868;
}
.searchbox input:placeholder {
  color: #686868;
}
.overlay .search-form .inp:focus {
  outline: 1px solid #ffffef;	
}
#secondary .button-action-column p {
  font-size: 14px;
  padding: 0 15px;
}
#secondary .button-action-column {
  margin-bottom: 15px;
}
#secondary .btn.btn-lg {
  line-height: 48px;
}
.block h2 {
  font-family: "rift", Tahoma, Verdana;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
  color: #000;
  margin: 0 0 30px 0;
}
select:focus {
  outline: 1px solid #515151;
}

/* ============================
  # Footer
============================ */
.prefooter-bg {
  background: #004795;
  transform: rotate(-1deg);
  position: absolute;
  margin-top: -60px;
  width: 100%;
}
.bottom p {
  color: #06274b;
  margin-bottom: 0;
}
.menu-bottom ul li {
  margin-right: 125px;
}
div#google_translate_element {
  display: none;
}
.language input:focus {
  outline: 1px solid #515151;	
}

/* ============================
  # Forms & Tables
============================ */
.wpcf7 label {
  width: 100%;
}
.wpcf7 .wpcf7-form-control {
  border: 1px solid #b3b3b3;
  height: 44px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 12px;
}
.wpcf7 input,
.wpcf7 input.form-control,
.wpcf7 textarea,
.wpcf7 textarea.form-control,
.wpcf7 select,
.wpcf7 select.form-control {
  border-radius: 0;
  border: 1px solid #b3b3b3;
}
.wpcf7 textarea,
.wpcf7 textarea.form-control {
  height: auto;
}
span.wpcf7-list-item {
  margin: 0 1em;
}
div.wpcf7-mail-sent-ok {
  border-color: #80bd01;
}
.wpcf7 input.wpcf7-submit  {
  background-color: #1d7de3;
  border-color: #1d7de3;
  color: #fff;
  margin-top: 30px;
  padding: 0 28px;
}
.wpcf7 .select2-container.customSelect a {
  height: 42px;
  padding: 0;
  line-height: 44px;
  border: none;
}
.wpcf7 .select2-container .select2-choice > .select2-chosen {
  font-size: 1.5rem;
}
.wpcf7 .select2-container.customSelect .select2-choice .select2-arrow {
  height: 42px;
}
.newsletter-form .input-group {
  border: 0px;
}
.newsletter-form .input-group input {
  margin-top: -19px;
}
.newsletter-form .input-group-btn input {
  margin-top: 0px;
  background-color: #8bc63e;
  border: 0px;
}
.social-section form.wpcf7-form.sent input {
  display: none;
}
.social-section form.wpcf7-form.sent .newsletter-form .input-group {
  display: none;
}
.social-section div.wpcf7-response-output {
    margin: 0em 0.5em 0em;
    padding: 0.6em 1em;
}
.page-template-default table {
  border: 1px solid #ddd;
  margin: 1em 0 1.5em;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.page-template-default thead {
  background-color: #80bd01;
  color: #fff;
}
.page-template-default table>thead>tr>td,
.page-template-default table>thead>tr>th {
  border-bottom-width: 2px;
}
.page-template-default table>thead>tr>th {
  vertical-align: middle;
  border-bottom: 2px solid #ddd;
}
.page-template-default table>tbody>tr>td,
.page-template-default table>tbody>tr>th,
.page-template-default table>tfoot>tr>td,
.page-template-default table>tfoot>tr>th,
.page-template-default table>thead>tr>td,
.page-template-default table>thead>tr>th {
  padding: 15px 5px;
  line-height: 1;
  border: 1px solid #ddd;
}
.page-template-default table>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.page-template-default table>tbody>tr>td {
  font-size: 1.5rem;
  text-align: center;
}
/* ============================
  # Detail
============================ */
.post-content article .introduction p {
   margin: 15px 0;
}
.breadcrumb {
  background-color: transparent;
  padding: 0 0;
  margin: 0 0;  
}
.menu-sidebar-mobile {
  border-top: 1px solid #ccc;
  margin-top: 0px;
  padding-top: 30px;
}
.post-content article .introduction {
  border-bottom: 0px; 	
}
.post-content article .post-body {
  border-top: 1px solid #ccc;
  margin-top: 0px;
}
.page-content, .entry-content, .entry-summary {
  margin: 15px 0 0;
}
.entry-content a {
  text-decoration: underline;
}
.pagination {
  width: 100%;
}
.menu-sidebar li a:hover:after {
  margin-left: 0px;
  content: "";
}
.menu-sidebar li.current_page_item a {
  background: #80bd01;
  color: #fff;
}
.post-content article .post-body p {
  margin-bottom: 15px;
  line-height: 1.5em;
}
.post-content article .post-body ul li {
  margin-bottom: 15px;
  padding-left: 15px;
}
.post-content article .post-body ul li:before {
  margin-left: -15px;
}
.post-content article .post-body ol li:before {
  display: none;	
}
/* ============================
  # Homepage
============================ */
.search-wrapper {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.button-action-column p {
  display: table-cell;
  vertical-align: middle;
  height: 61px;
  line-height: 24px;
  border: 1px solid #e9e7e7;
  padding: 0 38px;
  width: 100%;
  width: 800px;  
}
.searchbox label span {
  background: #184ba0;
}
.searchbox .col.submit .btn {
  float: right;
  width: 100%;
}
.hero .slide-img img {
  width: 100%;	
}
.hero .slide-item-content h1 {
  text-shadow: 2px 1px 10px rgba(6, 46, 89, 1);
}
.hero .slide-item-content h1 strong {
  font-weight: 400;	
}
.hero .slide-item-content h1:after {
  bottom: 10px;
}
.hero .slide-item-content .btn {
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
}
.visited-icons .single-location .icon {
  transition: 0.4s all ease;
  padding: 60px 0;
  border-radius: 100%;
}
.visited-icons .single-location .icon .fa {
  font-size: 80px;
  color: #fff;	
}
.visited-icons .single-location .icon:hover {
  opacity: 0.8;
}
.explore .content-banner h3 {
  background: rgba(0,0,0,.7);
  padding: 15px;
}
.explore .col-1 .content-banner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-section .nav-tabs > li.more > a {
  display: inline;
}
.explore .col,
.news-section .small-article,
.news-section .main-article .article-wrapper:hover {
  cursor: pointer;
}
.news-section p,
.news-section p,
.mayor p,
.person-list li p {
  line-height: 1.42857;
}
.news-section .main-article {
  margin-bottom: 30px;
}
.mayor-content {
    padding: 0 15px;
}
.main-article-inner {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center; 
  -moz-box-align: center; 
  -ms-box-align: center; 
  -webkit-align-items: center; 
  -moz-align-items: center; 
  -ms-align-items: center; 
  align-items: center;
}
.news-section .main-article h3,
.news-section .small-article h3 {
  text-transform: none;
}
.news-section .main-article .article-wrapper {
  width: 100%;
}
.news-section .main-article .article-wrapper:hover {
  background-color: #184ba0;
}
.news-section .main-article .article-wrapper:hover h3 a,
.news-section .main-article .article-wrapper:hover p {
  color: #fff;
}
.mayor .mayor-content  img{
	object-fit: cover;
	width:100%;
} 
/* ============================
  # Sectional Page
============================ */
.pattern .wrapper {
  padding: 0 15px;
}
.sectional-wrapper p {
  font-size: 2.1rem;
}
.sectional-wrapper .banner .banner-content span.h4 {
  margin-top: 0;
}
.quick-links {
  margin: 0 -15px;	
}
.quick-links ul {
  margin: 0 5px;
}
.quick-links .heading-wrapper {
  padding: 0 15px;
}
.select2-container.customSelect,
.short-links-mobile .customSelect option {
  text-transform: capitalize;
}
.post-content article .post-body ul.nav-tabs li:before {
    content: "";
}
.post-content article .post-body ul.nav-tabs li{
	margin-bottom: 0px;
}
/* ============================
  # Super Sectional Page
============================ */
.super-introduction.introduction p {
  color: #4d4d4d;
  font-size: 2.1rem;
}
.author-info p {
  line-height: 1.42857;
}
.contact-info li p {
  font-size: 1.4rem;
  line-height: 1.42857;
}
.short-links {
  border-top: 1px solid #ccc;	
}
.post-content .introduction  ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
}
.author-info {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* ============================
  # City Hall
============================ */
.quick-links.departments .heading-wrapper h2 {
  padding-top: 15px;
  text-align: center;
}
.quick-links.departments li a:after {
  content: "";
  background: none;
}
.quick-links.departments li a {
  height: 146px;
  padding: 0;
  border: 1px solid #e1e1e1;
}
.quick-links.departments .department .row {
  width: 100%;
  height: 100%;
}
.quick-links.departments .department .department-icon {
  border-right: 1px solid #e1e1e1;
  height: 100%;
}
.quick-links.departments .department .icon-box {
  margin-left: 15px;
  padding-top: 50px;
}
.quick-links.departments .department .department-info {
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px 0 30px;
  font-size: 18px;
}
.quick-links.departments .department .department-phone {
  display: block;
  padding: 5px 0 0;
  border-top: 1px solid #e1e1e1;
  margin-top: 5px;
  font-size: 16px;
  color: #585858;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;  
}
.quick-links.departments .department a:hover .department-phone {
  color: #fff;
}
.quick-links.departments .department .fa {
  font-size: 48px;
  padding-bottom: 5px; 
}
h2.departments {
  text-align: center;	
}

/* ============================
  # News & Events Sectional Modules
============================ */
.news-section .nav-tabs > li.active > a {
    background: #184ba0;
}
.news-section .nav-tabs > li.more > a {
    color: #184ba0;
}
.news-section .small-article {
  margin-bottom: 30px;
}
.news-section .small-article p {
  margin-bottom: 0px;
}
.news-section .small-article .article-cover {
  min-height: 168px;
}
.news-section .small-article .article-cover img {
  height: 100%;
  max-height: 175px;
  height: 175px;
  object-fit: cover;
  width: 100%;  
}
.news-section .row {
  display: flex;
  flex-wrap: wrap;	
}
.news-section .row .small-article {
  box-sizing: border-box;	
}
.news-section .main-article .article-content {
    padding-right: 60px;
}
.news-section .small-article .article-content {
    padding-right: 45px;
}
/* ============================
  # News Pages
============================ */
.news-title {
  font-size: 4rem;
  line-height: 44px;
}
.news-date {
  padding-right: 5px!important;
  margin-bottom: 0px!important;
  font-weight: bold;
  float: left
}
.news-subtitle h2 {
  border-top: 1px solid;
  border-top: 1px solid #ccc;
  padding: 15px 0;
  margin: 0 0;
  font-size: 2rem;
}
.news-img {
  margin-bottom: 15px;
}
.news-press-release {
  font-size: 18px;
  text-transform: uppercase;
  color: #030000;
  background: #f0f0f0;
  padding: 15px;
  margin-bottom: 30px;
  font-weight: 700;
}
.news-press-release i {
  min-width: 48px;
  font-size: 24px;
}
.news-aside {
  background-color: #80bd01;
  padding: 15px;
}
.news-aside h2,
.news-aside p,
.news-aside i {
  color: #fff;
}
.news-aside h2 {
  font-size: 2rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.news-aside i {
  min-width: 48px;
  font-size: 24px;
}
.news-aside p a {
  color: #fff;
}
.news-aside p a:hover {
  text-decoration: underline;
}
.news-aside p .email {
  font-size: 14px;
}
.news-aside hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.news-info .icon-email {
  background: url(../img/icons/contact-icon-2-white.png) no-repeat left center;
  padding-left: 30px;
  font-size: 14px;
}
.news-info .icon-phone {
  background: url(../img/icons/contact-icon-3-white.png) no-repeat left center;
  padding-left: 30px;
}
.news-info .icon-user {
  background: url(../img/icons/contact-icon-1-white.png) no-repeat left center;
  padding-left: 30px;
  margin-bottom: 0px;
}
.recent-news {
  margin-top: 80px;
}
.recent-news h2 {
  font-size: 2rem;
  margin: 0 0 15px -15px;
}
.recent-news .recent-news-item {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.recent-news .recent-news-item:first-of-type {
  border-top: 1px solid #ccc;
}
.recent-news .recent-news-item:hover {
  background-color: #eee;
  cursor: pointer;
}
.recent-news .recent-news-item img {
  margin-left: -15px;
  min-height: 60px;
  width: 100%;
  object-fit: cover;
}
.recent-news .recent-news-title {
  font-size: 16px;
  line-height: 14px;
  color: #030000;
  font-weight: 700;
}
.archive-entry.news-section .small-article {
  margin-bottom: 0px;
  cursor: inherit;
}
.archive-entry.news-section .small-article .article-wrapper {
  border-bottom: 1px solid #ccc;
}
.archive-entry.news-section .small-article .article-wrapper:hover {
  background: inherit;
}
.news-section .small-article .row {
  align-items: flex-start;
}
.archive-entry.news-section .small-article h2 {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 15px;
}
.archive-entry.news-section .small-article p {
  line-height: 24px;
  margin-bottom: 0px;
  padding-right: 0px;
}
.archive-entry.news-section .small-article .read-more {
  margin-top: 10px;
  float: right;
}
.archive-entry.news-section .small-article .article-wrapper:hover p {
  color: inherit;
}

.btn-calendar {
  color: #333!important;
  width: 100%;
}
.btn-calendar i {
  color: #333!important;
  margin-left: -15px;
}

/* ============================
  # Event Pages
============================ */
.post-body.no-border {
	border-top: 0px!important;
}
.btn-light-green {
  background: #80bd01;
}
.btn-events {
  width: 100%;
  margin-bottom: 15px;
}			
.event-content .event-image {
  padding-right: 40px;
}
.event-content .event-image img {
  min-height: 300px;
  width: 100%;
  object-fit: cover;
}			
.event-content .event-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  font-size: 4rem;
}
.event-content .event-details {
  border-top: 1px solid #ccc;
}
/*.explore img {
	object-fit: cover;
    width: 100%;
}*/

/* ============================
  # Accordions
============================ */
.accordion-section .panel-body a {
  text-decoration: underline;
}

/* ============================
  # People Pages
============================ */		
.people-content .people-image {
  padding-right: 40px;
}
.people-content .people-image img {
  display: inline-block;
  border: 4px solid #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  max-width: 300px;
  width: 100%;
}			
.people-content .people-header {
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px;
}
.people-content .people-title {
  font-size: 4rem;
  margin: 0 0;
}
.people-content .people-position {
  padding: 0 0;
  margin: 0 0;
  font-weight: 600;
}
.people-content .people-contact {
  padding-top: 5px;
}
.people-content .people-contact .people-icon {
  padding: 5px 30px 0;
  margin-bottom: 0px;
}
.people-content .people-contact .contact-detail {
  padding: 5px 0px 0;
  margin-bottom: 0px;
}
.people-content .people-details {
  border-top: 1px solid #ccc;
}
.person-list {
  display: flex;
  flex-wrap: wrap;
}
.person-list li {
  box-sizing: border-box;
  padding-top: 30px;
}
.person-list li img {
  max-width: 150px;
  max-height: 150px;
}

/* ============================
  # Search Page
============================ */
.search .article-wrapper {
	border-bottom:1px solid #f4f4f4;
	padding: 30px 20px;
}
.search .article-wrapper:hover {
  background-color: #184ba0;
  color:#fff;
  transition:all 0.3s ease;
  cursor: pointer;
}
.search .article-wrapper:hover h2 {
  color:#fff;
  transition:all 0.3s ease;
}
.search .article-wrapper:hover a {
  color:#fff;
  transition:all 0.3s ease;
}
.search .article-wrapper:hover .entry-summary p {
  color:#fff;
  transition:all 0.3s ease;
}
.search .article-wrapper h2 {
  margin: 0 0 15px 0;
  font-size:3rem;
}
.search #searchform #s {
  border: 1px solid #ddd;
  height: 50px;
  width: 85%;
  float: left;
  padding: 0 15px;
}
.search #searchform #searchsubmit {
  width: 15%;
  height: 50px;
  margin: 0 0;
  float: left;
  background: #8bc63e;
}
.search-results .navigation {
    margin-bottom: 90px;
    padding: 45px 0;
    border-top: 1px solid #f6f5f5;
    border-bottom: 1px solid #f6f5f5;
	font-size: 20px;
}
.search-results .nav-previous {
  float: right;
  text-align: right;
  padding-right: 55px;
}
.search-results .nav-previous:after {
    content: "";
    background: url(../img/icons/pagination.png) no-repeat -19px 0;
    width: 19px;
    height: 35px;
    position: absolute;
    right: 0;
	margin-top: -5px;
}
.search-results .nav-next {
  float: left;
  text-align: left;
  padding-left: 55px;
}
.search-results .nav-next:before {
    content: "";
    background: url(../img/icons/pagination.png) no-repeat 0 0;
    width: 19px;
    height: 35px;
    position: absolute;
    left: 0;
	margin-top: -5px;
}

/* ============================
  # WordPress Overwrites
============================ */
.admin-bar .overlay {
  top: 32px;
}

/* ============================
  # Accessibility Plugin Overwrites
============================ */
.wpa-image-missing-alt {
  display: none;
}

/* ============================
  # Google Translate
============================ */
.goog-te-banner-frame {
  bottom: 0!important;
  top: inherit!important;
  min-height: 39px!important;
}

/* ============================
  # Simple Calendar
============================ */
.simcal-fullcalendar-grid {
  padding-bottom: 40px;
}
.simcal-fullcalendar-grid .fc th {
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 600!important;
}
.simcal-event-bubble {
  max-width: 350px!important;
  min-width: 150px!important;
}
.simcal-default-calendar .simcal-tooltip-content p {
  font-size: 1.2em;
  line-height: 1.4;
  padding: 5px;
}

/* ============================
  # External Link Modal
============================ */
body.modal-open .site:after {
  content: " ";
  z-index: 10;
  display: block;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}
div#speedbump {
  display: none;
  z-index: 110;
  position: fixed;
  top: 0;
  width: 100%;
  background: #eeeeee;
}
#speedbump h4.modal-title {
  text-align: center;
  font-family: "rift", Tahoma, Verdana;
  text-transform: uppercase;
  color: #004795;
  font-size:3.5em;	
}
.modal-body p {
  text-align:center;
  font-size: 1.5em;
}
button.btn-modal.btn-continue {
  background-color: #8bc63e;
  border: 0px;
  margin: 1% 0;
}
button.btn-modal.btn-close {
  background-color: inherit;
  border: 1px solid #030000;
  color: #030000;
  font-weight: 400;
}
.modal-header .close {
  font-size: 3.5em;
}

/* ============================
  # Google Translate
============================ */
.translated-ltr .topmenu li {
  margin: 0 45px 0 0;
}

/* ============================
  # Alert Bar
============================ */
#om-u2gi8aywt61iglfpsu4m {
  background: #d21241!important;	
}
   
/* ============================
  # Media Queries
============================ */
@media (min-width: 1350px) {
  .topbar .weather img {
    max-width: 30px;
	margin-right: 7px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .topmenu li {
    margin: 0 15px;
  }
  .translated-ltr .topmenu li a {
	font-size: 18px;
  }
.visited-icons .single-location .icon .fa {
	font-size: 60px;
}
}
@media (max-width: 1199px) {
  .topbar .logo a img {
    margin-top: 6px;
  }
  .topbar .menu-bar {
    padding: 0;
  }
  .topbar .menu {
    margin-left: 20px;
  }
.visited-icons .single-location .icon {
	padding: 48px;
}
.menu-bottom ul li {
	margin-right: 80px;
}
  .bottom .change-font,
  .language {
    margin-right: 20px;
  }
  .hero.hero-subpage .slide-item-content .container  {
	margin-top: -70px;	
  }
  .hero.hero-subpage .slide-item-content h1:before,
  .hero.hero-subpage .slide-item-content h1:after {
    left:0px;
  }
  .alert-nav #overlay {
    top: 90px;
  }  
}
@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px) { 
	.visited-icons .single-location .icon .fa {
    font-size: 40px;
}
	.menu-bottom ul li {
    margin-right: 50px;
}
}
@media (min-width: 992px) {
  .vertCenter {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sectional-wrapper .banner img {
    width: 100%;
  }
  .event-content .event-info {
	border-left: 1px solid #ccc;
	padding-left: 40px;
  }
  .people-content .people-image {
	padding-right: 40px;
  }
  .people-content .people-info { 
	padding-left: 40px;
  }  
}
@media (max-width: 991px) {
  .topbar .logo a img {
    margin-top: 0;
  }
  .topbar {
    padding-top: 16px;
  }
  .topbar .menu-bar {
    margin-top: 2px;
  }	
.topbar .weather {
	margin-top: 4px;
	padding-right: 0;
}
.topbar #ct-search.is-active {
	padding: 14px 0;
}
.visited-icons .single-location  {
	padding: 0 9px;
}
.visited-icons .single-location .icon .fa {
	font-size: 68px;
}
  .hero .slide-item-content h1 {
    font-size: 70px;
    line-height: 60px;
	padding-top: 40px;
  }
  .hero .slide-item-content {
    padding-top: 0px;
  }  
  .explore .col-1 img {
	width: 100%;
  }
  .quick-links li:nth-child(4n) {
    padding-left: 12.5px;
  }
  .quick-links li:nth-child(2n+1) {
    padding-left: 0;
  }
  .paddingSection60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bottom .madeby {
    margin-top: 20px;
  }
  .event-content .event-image,
  .people-content .people-image  {
	padding-bottom: 30px;
  }
  .menu-bottom ul li {
	margin-right: 64px;
  }
  .explore .col-1 {
    max-height: 500px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
	.prefooter ul li {
		font-size: 1.7rem;
	}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1){ 
	.menu-bottom ul li {
    margin-right: 38px;
}
}
@media (min-width: 768px) {
	.explore img {
		width: 100%;
	}
}
@media (max-width: 767px) {
.topbar .menu {
	float: left;
}
  .topbar .menu-bar .search-icon {
    margin-left: 15px;
  }
.overlay {
	width: 360px;
	right: -500px;
}
.visited-icons .single-location .icon {
	padding: 0px!important;
}
.visited-icons .single-location .icon .fa {
	font-size: 75px;
	margin: 28.82% 0!important;
}
  .post-content article .introduction {
    padding-top: 30px;
  }
  .post-content article .post-body {
    margin-bottom: 60px;
  }
  .pagination ul li.prev,
  .pagination ul li.next {
    width: 50%;
  }
  .wrapper .quick-links li {
    padding-left: 0;
  }
  .explore .content-banner h3{
	margin:0;
  }
  .news-section .main-article .article-cover {
	margin-bottom: 10px;
  }
  .explore img {
	height: 300px;
	width: 100%;
	object-fit: cover;
  }
  .news-section .small-article .article-cover img,
  .news-section .main-article .article-cover img {
    width: 100%;
  }
  .news-section .main-article .article-wrapper:hover {
    background-color: transparent;
  }
  .news-section .main-article .article-wrapper:hover h3 a,
  .news-section .main-article .article-wrapper:hover p {
    color: inherit;
  }
  .news-section .small-article .article-cover {
    width: 100%;
  }  
}
@media (max-width: 600px) {
  .pagination ul li.prev,
  .pagination ul li.next {
    float: none;
    width: 100%;
  }
	.topbar #ct-search .form-group input {
		font-size: 3rem;
	}
	.topbar #ct-search .form-group button {
		min-width: 22px;
	}
.topbar .weather {
	display: none;
}
.topbar .menu-bar {
	width: 33%;
	float: right;
}
	.visited-icons .single-location {
		padding: 0 28px;
	}
	.person-list li p {
		font-size: 2.2rem;
	}
}
@media (max-width: 480px) {
  h1 {
    font-size: 4rem;
  }  
.overlay {
	width: 300px;
}
.overlay .mobile-logo {
	max-width: 260px;
}
  .overlay .box-social ul li {
    margin-right: 20px;
  }
	.topbar .logo a {
		margin-top: 4px;
	}
  .bottom .items {
    margin: 0 auto 10px;
  }
  .bottom ul li {
    float: none;
    border: none;
  }
  .bottom ul li:first-of-type {
    margin-bottom: 10px;
  }
  .social-section ul li {
    margin-right: 20px;
  }
  .bottom .items,
  .topbar .logo a img {
    width: 100%;
  }
  .visited-icons .single-location .icon {
	padding: 0px;
  }
  .visited-icons .single-location .icon .fa {
	font-size: 50px;  
  }
  .visited-icons .single-location {
	padding: 0 8px;
  }
  .person-list li {
	width: 100%;
  }
  .alert-nav #overlay {
    top: 100px;
  }	
}
@media (max-width: 350px) {
	.overlay {
		width: 255px;
	}
}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { 
	.visited-icons .single-location .icon .fa {
    font-size: 60px;
    margin: 50px 0;
}
}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) {
	.news-section img {
    object-fit: cover;
    width: 100%;
}
  .visited-icons .single-location .icon .fa {
	margin: 0;
  }
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
	.visited-icons .single-location .icon .fa {
    font-size: 40px;
	margin: 50px;
}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
	.news-section img {
    object-fit: cover;
    width: 100%;
}
	.visited-icons .single-location .icon .fa {
    font-size: 60px;
    margin: 0px;
}
}
@media (max-width: 374px) {
  .open .close-container {
    left: -75px;
  }
}
@media (max-width: 350px) {
  .topbar .logo {
    width: 60%;
  }
  .topbar .menu-bar {
    width: 40%;
  }
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	.visited-icons .single-location .icon .fa {
    font-size: 75px;
	margin: 50px 0;
}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 
	.news-section img {
    object-fit: cover;
    width: 100%;
}
	.visited-icons .single-location .icon .fa {
    font-size: 50px;
	margin: 90px;
}
}

@media (max-width: 1200px) {
    .topbar .menu-bar .search-icon {
        padding-left:16px;
    }
}

@media (max-width: 480px){
.topbar .menu.toggle-mobile {
    float: right;
}

.menu-icon.search-icon{
    display:none;
    
}

}

@media (max-width: 991px) {
  .topbar #ct-search {
    font-size: 36px;
  }
}

.social-section span{
	height:45px;
	line-height:45px;
}
.social-section a.news{
	float:right;
}
@media only screen 
and (min-device-width : 480px) 
and (max-device-width : 768px) {
	.social-section a.news
	{
		float:none;
	}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 992px) {
	.m-2{
		margin:2rem 0;
	}
}
@media only screen 
and (min-device-width : 575px) 
and (max-device-width : 992px) {
	.p-20{
		padding:0 15%
	}
}

@media print {
	.hero {
		display: none!important;
	}
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4,h5,h6 {
		font-size: 1rem;
	}
	.logo {
		margin-left: 10px!important;
	}
	.weather {
		display: none!important;
	}
	.post-content {
		padding-top: 0px!important;
	}
	.menu-sidebar-mobile {
		display: none!important;
	}
	#secondary .block {
		display: none!important;
	}
	aside {
		margin-left: 0%!important;
	}
	.contact-info {
		list-style: disc!important;
	}
	.contact-info li {
		padding: 5px 0px!important;
		display: list-item;
		border-bottom: 0px;
	}
	.pagination {
		display: none!important;
	}
	footer {
		display: none!important;
	}
	a[href]:after {
		content: none !important;
	}
	.collapse {
		display: block!important;
	}
	.avatar {
		max-width: 165px;
		float: left;
	}
	.quick-links li a {
		background: #f2f2f2!important;
	}
	.quick-links li {
		margin-bottom: 10px;
	}
	.hero.hero-subpage {
		display: block!important;
	}
	.hero.hero-subpage .slide-img img {
		visibility: hidden;
		height: 0px!important;
		min-height: 0px!important;
	}
	.hero .slide-item-content {
		position: relative!important;
	}
	.hero .slide-item-content .container {
		display: block!important;
		text-align: left;
		padding-left: 15px;
	}
	.hero.hero-subpage .slide-item-content h1 {
		padding: 0px!important;
		margin-left: 15px!important;
		margin-top: 75px!important;
		margin-bottom: -75px!important;
	}
	section.most-visited.paddingSection40 {
		padding-top: 0px!important;
	}
	section.sectionPadding80 {
		text-align: left!important;
	}
	.sectional-wrapper .banner .banner-content span.h4 {
		color: #fff!important;
		opacity: 1.0!important;
	}
	.hero.slider-start.hidden-xs {
		display: block!important;
	}
	.searchbox {
		display: none!important;
	}
	section.mayor .btn {
		display: none!important;
	}
	section.explore {
		display: none!important;
	}
	section.news-section {
		display: none!important;
	}
	section.stats {
		display: none!important;
	}
	section.most-visited {
		display: none!important;
	}
	section.quick-links {
		display: none!important;
	}
	section.quick-links.departments  {
		display: block!important;
	}
	[class*="col-sm-"] {
		float: left;
	}
	[class*="col-xs-"] {
		float: left;
	}
	.col-sm-12, .col-xs-12 {
		width:100% !important;
	}
	.col-sm-11, .col-xs-11 {
		width:91.66666667% !important;
	}
	.col-sm-10, .col-xs-10 {
		width:83.33333333% !important;
	}
	.col-sm-9, .col-xs-9 {
		width:75% !important;
	}
	.col-sm-8, .col-xs-8 {
		width:66.66666667% !important;
	}
	.col-sm-7, .col-xs-7 {
		width:58.33333333% !important;
	}
	.col-sm-6, .col-xs-6 {
		width:50% !important;
	}
	.col-sm-5, .col-xs-5 {
		width:41.66666667% !important;
	}
	.col-sm-4, .col-xs-4 {
		width:33.33333333% !important;
	}
	.col-sm-3, .col-xs-3 {
		width:25% !important;
	}
	.col-sm-2, .col-xs-2 {
		width:16.66666667% !important;
	}
	.col-sm-1, .col-xs-1 {
		width:8.33333333% !important;
	}
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xs-1,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12 {
	  float: left !important;
	}
    .slick-list {
        height: auto !important;
    }
    .slick-track {
        width: auto !important;
        height: auto !important;
        transform: none !important;
		left: 0px!important;
    }
	.slick-slide {
		display: block!important;
		background: #ff0000;
	}
}