body {
  color: #010101;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1.3px;
  line-height: 1.4;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	margin-top:0;
}
a, a:visited{
	color:#0282CA;
  text-decoration: none;
/*     -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s; */
}
a:hover, a:focus{
	text-decoration:underline;
	outline: medium none;
}
/* Google chrome */
:focus {
    outline: -webkit-focus-ring-color auto 0;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0;
	outline-offset: 0;
}
p{
	margin-bottom:0;
}
img{
	/*max-width:100%;
	height:45px;*/
}


.container {
  max-width: 1100px;
}

/* Off Canvas Sidebar */
.main-wrap.offcanvas-row {
  overflow: hidden;
}
.offcanvas-btn {
  left: 25px;
  position: fixed;
  top: 113px;
  z-index: 100;
}
.offcanvas-toggle {
  background-color: #FFFFFF;
  border: medium none;
  border-radius: 100%;
  height: 56px;
  outline: medium none !important;
  padding: 0;
  width: 56px;
}
.offcanvas-toggle .hr-line {
  background-color: #6F7076;
  border-radius: 3px;
  display: block;
  height: 4px;
  margin: 7px auto 0;
  opacity: 1;
  -webkit-transform: rotate(0deg) translateX(0px) translateY(0px);
  transform: rotate(0deg) translateX(0px) translateY(0px);
  -webkit-transition: background-color 0.5s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: background-color 0.5s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
  width: 38px;
}
.offcanvas-toggle .hr-line:first-child {
  margin-top: 0;
}
.offcanvas-row.active .offcanvas-toggle .hr-line:first-child {
  -webkit-transform: rotate(45deg) translateX(8px) translateY(8px);
  transform: rotate(45deg) translateX(8px) translateY(8px);
}
.offcanvas-row.active .offcanvas-toggle .hr-line:nth-child(2) {
  opacity: 0;
}
.offcanvas-row.active .offcanvas-toggle .hr-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateX(8px) translateY(-8px);
  transform: rotate(-45deg) translateX(8px) translateY(-8px);
}
.offcanvas-btn > p {
  color: #D0343A;
  font-size: 22px;
  line-height: 1.2;
  margin: 10px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.left-sidebar {
  overflow: hidden;
  background-color: #E1E1E1;
  height: 100%;
  padding-right: 107px;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-321px);
  transform: translateX(-321px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 428px;
}
.main-content,
.footer-wrap {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offcanvas-row.active .left-sidebar {
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.offcanvas-row.active .main-content,
.offcanvas-row.active .footer-wrap {
  margin-left: 0;
  -webkit-transform: translateX(428px);
  transform: translateX(428px);
}
.sidebar-content {
  padding-left: 90px;
}
.searchbar {
  padding: 36px 0 180px;
  position: relative;
  z-index: 200;
}
.search-form {
  display: flex;
  justify-content: space-between;
}
.search-box {
  background-color: #FFFFFF;
  border: medium none;
  color: #999999;
  font-size: 20px;
  height: 40px;
  padding: 5px 15px;
  width: 287px;
}
.search-btn,
.search-btn-fixed a {
  background: url("../images/search-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  display: inline-block;
  height: 37px;
  outline: medium none !important;
  width: 36px;
}
.search-btn-fixed {
  position: absolute;
  left: 5px;
  top: -77px;
  transition: all 0.7s ease-in-out;
}
.offcanvas-row.active .search-btn-fixed {
  opacity: 0;
  visibility: hidden;
}

.left-sidebar ul {
  list-style: none outside none;
  margin-bottom: 25px;
  padding: 0;
}
.left-sidebar ul li a {
  color: #000000;
  font-size: 19px;
}
.left-sidebar ul li a:hover {
  text-decoration:underline;
}
.left-sidebar .sidebar-nav a {
  color: #0082CA;
}
.left-sidebar .sidebar-nav-group {
  border-bottom: 3px dotted #D0343A;
  border-top: 3px dotted #D0343A;
  padding: 20px 0;
}

.logo {
  padding: 30px 0;
  text-align: center;
}
.main-nav > li > a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* MENU TAB STARTS */
.main-nav > li:nth-child(1).tab-hovered-1 > a {
  color: #0082CA;
}
.main-nav > li:nth-child(2).tab-hovered-2 > a {
  color: #000000;
}
.main-nav > li:nth-child(3).tab-hovered-3 > a {
  color: #D0343A;
}
.main-nav > li:nth-child(4).tab-hovered-4 > a {
  color: #FFB81D;
}
@media (min-width: 992px) {
  .main-nav > li.tab-hovered .sub-nav {
    opacity: 1;
    visibility: visible;
  }
}

.main-nav > li:nth-child(1):hover > a {
  color: #0082CA;
}
.main-nav > li:nth-child(2):hover > a {
  color: #000000;
}
.main-nav > li:nth-child(3):hover > a {
  color: #D0343A;
}
.main-nav > li:nth-child(4):hover > a {
  color: #FFB81D;
}
.sub-nav-col h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-nav > li:nth-child(2) .sub-nav-col h3 {
  color: #010101;
}
.sub-nav ul {
  list-style: none outside none;
  padding: 0;
}
.sub-nav ul li a {
  color: #FFFFFF;
}
.sub-nav ul li a:hover {
  text-decoration:underline;
}
.sub-nav ul ul {
  padding-left: 25px;
}
.emergency-alerts {
  background-color: #000000;
  color: #FFB81D;
  text-align: center;
  text-transform: uppercase;
}
.emergency-alerts a {
  color: #FFB81D;
}
.services-wrap {
  padding-bottom: 45px;
}
.section-title {
  padding: 55px 0 15px;
  text-align: center;
}
.section-title > h2 {
  color: #D0343A;
  font-family: 'Bilbo Swash Caps';
  font-size: 62px;
  line-height: 45px;
  text-transform: none !important;
}

h2.red {
  color: #D0343A !important;
}

h2.yellow {
  color: #FFB81E !important;
}

.section-title > a {
  color: #010101;
  font-size: 16px;
  text-decoration: underline;
}
.services-wrap .col-6 {
  margin-bottom: 6px;
  padding: 0 3px;
}
.services-wrap .col-6 a {
  background-color: #000000;
  color: #FFFFFF;
  display: block;
  min-height: 155px;
  padding-top: 25px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.services-wrap .col-6 a p {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 12px;
  text-transform: uppercase;
}

.services-wrap img{
  max-width:100%;
height:45px;

}
.services-wrap .col-6 a:hover {
  background-color: #D0343A;
}

.services-wrap .col {
  margin-bottom: 6px;
  padding: 0 3px;
}

.services-wrap .col a {
  background-color: #000000;
  color: #FFFFFF !important;
  display: block;
  min-height: 155px;
  padding-top: 25px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.services-wrap .col a p {
  font-size: 21px;
  line-height: 1.2;
  margin-top: 12px;
  text-transform: uppercase;
}
.services-wrap .col a:hover {
  background-color: #D0343A;
}

.services-wrap .col a:hover p {
color: #fff;
}


.single-button .col a  {
  background-color: #D0343A;
}


.events-wrap {
  background-color: #0082CA;
  color: #FFFFFF;
  padding-bottom: 50px;
}
.events-wrap .section-title > h2 {
  color: #FFB81E;
}
.events-wrap .section-title > a {
  color: #fff;
}
.events-dates {
  padding-top: 7px;
  text-align: center;
  width: 44px;
}
.events-dates > p {
  color: #FFB81D;
  font-size: 19px;
  text-transform: uppercase;
}
.events-dates > span {
  background-color: #FFFFFF;
  border-radius: 100%;
  box-shadow: 2px 2px 6px rgba(1, 1, 1, 0.35);
  color: #0082CA;
  display: inline-block;
  font-family: 'Bilbo Swash Caps';
  font-size: 33px;
  height: 44px;
  line-height: 1.4;
  width: 44px;
}
.events-details {
  border-bottom: 3px dotted #FFFFFF;
  margin-left: 18px;
  padding: 5px 0;
  width: calc(100% - 62px);
}
.events-details .col-md-6:first-child span {
  font-size: 21px;
  font-style: italic;
}
.events-details .col-md-6:first-child p {
  font-size: 19px;
  text-transform: uppercase;
}
.events-details .col-md-6:last-child {
  font-size: 15px;
  padding-top: 10px;
}
.events-details .col-md-6:last-child a {
  color: #FFB81D;
  font-weight: 700;
  text-decoration: underline;
}
.news-wrap {
  font-size: 21px;
  padding-bottom: 20px;
  text-align:center;
}

.news-img > img {
  border: 1px solid #C0BEBF;
}
a.news-title {
  color: #D0343A;
  display: block;
  padding: 0 40px;
  text-decoration: underline;
  text-transform: uppercase;
}
.news-date {
  color: #B2B2B2;
  font-style: italic;
}
.news-item-list {
  margin-bottom: 30px;
}
.ee-img > img {
  border: 1px solid #C0BEBF;
  display:block;
  margin-left:auto;
  margin-right: auto;
  max-width: 250px;
}

a.eventLinkhome {
  color:#FFB81D;
  text-decoration: none;
}

a.eventLinkhome:hover {
  color:#FFB81D;
  text-decoration: underline;
}

.contact-wrap {
  background-color: #B2B2B2;
  font-size: 22px;
  padding-bottom: 50px;
  text-align: center;
}
.contact-wrap .section-title > h2 {
  color: #0082CA;
  margin-bottom: 20px;
}
.contact-wrap h3 {
  font-size: 22px;
  text-transform: uppercase;
}
.contact-col1 > img {
  margin: 10px 0 30px;
}
.contact-wrap a {
  color: #000000;
}
a.download-apps {
  text-decoration: underline;
}
.contact-col2 {
  text-align: left;
}
.contact-col2 ul {
  color: #FFFFFF;
  list-style: none outside none;
  padding: 0;
}
.contact-col2 ul li a,
a.social-media-resources {
  color: #FFFFFF;
  display:block;
  font-size: 21px;
  text-align: left;
  text-decoration: underline;
}
.contact-col3 h3 a,
.contact-col4 h3 {
  text-decoration: underline;
}
.contact-col3 p {
  color: #FFFFFF;
  font-style: italic;
  padding: 0 25px;
}
.red-dot-gap {
  color: #D0343A;
}
.social-media {
  display: flex;
  flex-wrap: wrap;
  list-style: none outside none;
  margin: 15px auto 10px;
  max-width: 240px;
  padding: 0;
}
.social-media > li {
  padding: 0 5px 15px;
  width: 33.33%;
}
a.social-media-resources {
  margin-left: 22px;
}

.inner-page-content {
  word-wrap: break-word;
}
.inner-page-content p{
  margin-bottom: 15px;
}
.inner-page-banner img {
  width: 100%;
}
.inner-middle-col {
  font-size: 19px;
}
.inner-page-content h3 {
  color: #0282CA;
  font-size: 26px;
  line-height: 1;
}
.inner-left-col h4 {
  color: #FFB81D;
  font-size: 19px;
  font-weight: 700;
}
.inner-left-col ul {
  color: #0282CA;
  font-size: 17px;
  list-style: none outside none;
  margin: 0 0 10px;
  padding: 0;
}
.inner-middle-col h3 {
  color: #D0343A;
  margin-bottom: 20px;
}
.text-blue {
  color: #0082CA;
}
.inner-middle-col h4 {
  text-transform: uppercase;
}
.inner-right-col h3 {
  color: #D0343A;
  font-size: 19px;
  font-weight: 700;
  margin-top: 30px;
}
.inner-right-col{
  color: #0282CA;
  font-size: 17px;
}
.inner-right-col h3:nth-child(1) {
  margin-top: 0;
}

.color-col-row {
  display: flex;
}
.color-col {
  background-color: #FFFFFF;
  height: 8px;
  width: 25%;
}
.color-col:nth-child(1) {
  background-color: #FFB91D;
}
.color-col:nth-child(2) {
  background-color: #0280CA;
}
.color-col:nth-child(4) {
  background-color: #D2323A;
}
.footer-wrap {
  background-color: #000000;
  font-size: 14px;
  line-height: 1;
  padding: 35px 0 70px;
  text-transform: uppercase;
}
.official-website {
  color: #FFFFFF;
  font-family: 'Bilbo Swash Caps';
  font-size: 24px;
  margin-bottom: 35px;
  text-align: center;
  text-transform: none;
}
.footer-nav {
  margin-bottom: 10px;
  padding: 0;
}
.footer-nav li {
  display: inline-block;
  line-height: 30px;
}
.footer-nav li:after {
  color: #FEFEFE;
  content: "|";
  margin: 0 6px;
}
.footer-nav li:last-child:after {
  display: none;
}
.footer-nav li a {
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-nav li a:hover {
  color: #b2b2b2;
}
.copyrights {
  color: #B2B2B2;
  padding-top: 15px;
}
.home-banner > img {
  width: 100%;
}
.breadcrumb {
  padding:0px !important;
  background-color: #fff !important;
font-size: .6em;
}

.Normal > ul >li {
  color: #000;
  font-size: 19px;
  line-height: 26.6px;
  margin-left: 40px;
}

.Normal > ul {
  list-style-type: disc;
}

.Normal table tr td {
  color: #000;
  font-size: 19px;
  line-height: 26.6px;
}

.Normal table tr td {
  color: #000;
  font-size: 19px;
  line-height: 26.6px;
}

table.tableadmin tr td {
  font-size: 14px !important;
}

.cke_editable > p {
  color: #000;
  font-size: 19px;
  line-height: 26.6px;
}
.cke_editable {
  color: #000;
  font-size: 19px;
  line-height: 26.6px;
}

#navbarCollapse > ul > li:nth-child(1) > div > div > h3 {
  color:#0082CA !important;
}

#navbarContent > ul > li:nth-child(1) > div > div > div > div > div > div > div > h3 {
  color:#0082CA !important;
}


.googleTranslate {
  float:right;
  padding:10px;
}
.bg-blue {
/*  background-color: #0082ca;
  color: #fff;*/

}

.sidebarToggle .navbar-toggler {
  color: #fff;
  border: 1px solid #fff;
}

.buttonWrapper {
  background-color: #0082ca;
  border: 1px solid #ccc;
  width: 100%;
  padding: 13px 7px 10px 10px;
  border-radius: 7px;
}

.social {
  text-align: center !important;
}

.icon-bar {
  z-index: 9999999;
  position: fixed;
  right:0;
  top:435px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #D0333A;
  color: white;
  border-bottom: 1px solid #FFF;
}

.twitter {
  background: #D0333A;
  color: white;
  border-bottom: 1px solid #FFF;
}

.instagram {
  background: #D0333A;
  color: white;
  border-bottom: 1px solid #FFF;
}

.nextdoor {
  background: #D0333A;
  color: white;
  border-bottom: 1px solid #FFF;
}

.citylink {
  background: #D0333A;
  color: white;
}

.dropdown-toggle::after {
  display: none !important;
}

.concordCustom {
  font-size:26px;
  font-weight:bold;
  color:#D0343A;
}

.DNNContainer_noTitle {
  margin-bottom: 25px;
}

.leasureTimes {
  background-color: #6d8c7d;
  padding: 0 20px 20px 20px;
}
.leasureTimes a{
  color: #fff;
}

.leasureTimes p{
  margin-top: 7px;
}

.leasureTimes .col {
  padding: 20px;
}


.whiteHeading {
  color: #fff !important;
  margin-bottom: 0 !important;
  margin-top: 20px;
}

.leasureTimesHeading {
  padding-top:30px;
}