/*
    Rename this file and put main LESS/CSS here
*/
/**
 * Variables for LESS
 */
/*---------------------------------------------------
  LESS Elements 0.8
  ---------------------------------------------------
  A set of useful LESS mixins
  More info at: http://lesselements.com
  ---------------------------------------------------*/
.clearfix:after {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  content: "";
  clear: both;
}
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
.no-scroll::-webkit-scrollbar {
  display: none;
}
.no-scroll::-moz-scrollbar {
  display: none;
}
.no-scroll::-o-scrollbar {
  display: none;
}
.no-scroll::-google-ms-scrollbar {
  display: none;
}
.no-scroll::-khtml-scrollbar {
  display: none;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  background: #f8f6f4;
  font-family: "VerbCondRegular";
  color: #6b6b7d;
}
html {
  margin-top: 0 !important;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
p {
  padding-bottom: 15px !important;
}
p strong {
  font-family: "VerbCondRegular-Bold" !important;
}
sup {
  font-size: small !important;
  vertical-align: super !important;
}
.content {
  margin-top: 140px;
  color: #6b6b7d;
  background-color: #fff;
}
.content h1 {
  font-family: "museo-slab", serif;
  font-size: 40px;
  font-weight: 500;
  position: relative;
  margin: 0;
  padding-top: 50px;
  text-transform: uppercase;
  color: #1b1b3b;
}
.content h2.tableHeader {
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 34px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.content h3 {
  font-family: "museo-slab", serif;
  font-size: 20px;
  padding-bottom: 20px;
  color: #6b6b7d;
}
.content ul {
  padding-left: 40px;
}
.content.blog {
  padding-top: 100px;
}
.content .gce-qtip-active {
  top: 100px !important;
  left: 0px !important;
}
.content .gmnoprint img {
  max-width: none;
}
.content .gm-style-iw {
  width: 100% !important;
}
.content.program-search {
  text-align: center;
  background: #fff;
}
.content .program-search {
  padding: 20px;
  padding-bottom: 60px;
  margin-top: 15px;
  border-top: 7px solid #007dc3;
}
.content .program-search input,
.content .program-search select {
  border: 2px solid #6b6b7d;
}
.content .program-search input[type="checkbox"] {
  margin: 0;
}
.content .program-search .program-submit {
  padding: 8px 50px;
  background: #83328e;
  color: #e8cfe4;
  border: none;
  text-transform: uppercase;
  font-family: "VerbCondRegular";
  font-size: 18px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: absolute;
  right: 12px;
  margin-bottom: 28px;
}
.content .program-search .program-submit:hover {
  cursor: pointer;
  background: #9b5ba4;
  color: #fff;
}
.content .program-search .daysContainer {
  position: relative;
  padding-left: 15px;
  text-align: left;
}
.content .program-search .daysContainer .words {
  padding-bottom: 20px;
  padding-right: 10px;
}
.content .program-search .dayCheck {
  display: inline-block;
  padding-right: 10px;
  padding-top: 35px;
  position: relative;
}
.content .program-search .dayCheck span {
  position: absolute;
  top: 15px;
  left: 0px;
}
.content .program-search .dayCheck span.double {
  left: -4px;
}
.content .program-search .selectContain {
  overflow: hidden;
  position: relative;
}
.content .program-search .selectContain select {
  width: 105%;
}
.content .program-search .selectContain:after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #6b6b7d;
  position: absolute;
  top: 25%;
  right: 14px;
}
.content .program-search .selectContain:before {
  content: "";
  position: absolute;
  height: 70%;
  width: 50px;
  border-left: 2px solid #6b6b7d;
  border-right: 2px solid #6b6b7d;
  top: 0;
  right: 0;
}
.content .program-search h1 {
  font-family: "museo-slab", serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
  padding: 0;
  padding-bottom: 10px;
}
.content .rates-container .rates {
  font-family: "VerbCondRegular";
  padding: 10px 0;
}
.content .rates-container .rates:last-child {
  padding-bottom: 20px;
}
.content .rates-container .rates .rates-header {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 20px;
  color: #1b1b3b;
}
.content .banner {
  width: 100%;
  height: 300px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.content .banner .bannerBlock {
  position: absolute;
  bottom: -300px;
  right: 15px;
  width: 30.3%;
  background: rgba(255, 255, 255, 0.8);
}
.content .banner .bannerBlock.blog h1 {
  padding: 25px !important;
  text-align: center;
  border-color: #007dc3;
}
.content .banner .bannerBlock h1 {
  text-transform: uppercase;
  padding: 25px;
  padding-left: 100px;
  font-size: 20px;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  border-bottom: 7px solid #fff;
  margin: 0;
  color: #1b1b3b;
  font-family: "museo-slab", serif;
  font-weight: bold;
  background-image: url("../images/navIcons/sjcc.png");
}
.content .banner .bannerBlock h1.early-childhood-nav {
  background-image: url('../images/navIcons/childhood.png');
  border-color: #bac921;
}
.content .banner .bannerBlock h1.summer-camp-nav {
  background-image: url('../images/navIcons/camps.png');
  border-color: #007dc3;
}
.content .banner .bannerBlock h1.fitness-nav {
  background-image: url('../images/navIcons/fitness.png');
  border-color: #ffc423;
}
.content .banner .bannerBlock h1.aquatics-nav {
  background-image: url('../images/navIcons/aquatics.png');
  border-color: #e50278;
}
.content .banner .bannerBlock h1.life-and-culture-nav {
  background-image: url('../images/navIcons/tickets.png');
  border-color: #f47321;
}
.content .banner .bannerBlock h1.youth-and-family-nav {
  background-image: url('../images/navIcons/youth.png');
  border-color: #9b5ba4;
}
.content .mainText {
  padding-top: 15px;
}
.content .mainText h1:before {
  content: "";
  height: 0;
  width: 0;
  padding: 20px;
  background-image: url('../images/navIcons/camps-arrow.png');
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: -70px;
  top: 55px;
}
.content .mainText.early-childhood-school h1:before {
  background-image: url('../images/navIcons/ecs-arrow.png');
}
.content .mainText.summer-camp h1:before {
  background-image: url('../images/navIcons/camps-arrow.png');
}
.content .mainText.fitness-rec h1:before {
  background-image: url('../images/navIcons/fitness-arrow.png');
}
.content .mainText.aquatics h1:before {
  background-image: url('../images/navIcons/aquatics-arrow.png');
}
.content .mainText.cultural-arts h1:before {
  background-image: url('../images/navIcons/life-arrow.png');
}
.content .mainText.kids-adults-families h1:before {
  background-image: url('../images/navIcons/family-arrow.png');
}
.content .mainText .listHeader {
  text-transform: uppercase;
  font-family: "museo-slab", serif;
  font-size: 30px;
  padding: 15px 0;
  color: #1b1b3b;
  border-bottom: 2px solid #6b6b7d;
}
.content .mainText .list {
  padding: 20px 45px;
  background: url('../images/navIcons/camps-arrow.png');
  background-repeat: no-repeat;
  background-position: 0px 16px;
}
.content .mainText .list .links a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 20px;
  padding-top: 12px;
  margin-right: 10px;
  background: #00447d;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.content .mainText .list .links a:hover {
  background-size: #007dc3;
}
.content .mainText .list .listTitle.active {
  cursor: pointer;
  text-decoration: underline;
}
.content .mainText .list .listContent {
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  max-height: 2000px;
}
.content .mainText .list .listContent.noShow {
  max-height: 0px;
}
.content .mainText .list.early-childhood-nav {
  background-image: url('../images/navIcons/ecs-arrow.png');
}
.content .mainText .list.early-childhood-nav .links a {
  background: #8a9739;
}
.content .mainText .list.early-childhood-nav .links a:hover {
  background: #bac921;
}
.content .mainText .list.summer-camp-nav {
  background-image: url('../images/navIcons/camps-arrow.png');
}
.content .mainText .list.summer-camp-nav .links a {
  background: #00447d;
}
.content .mainText .list.summer-camp-nav .links a:hover {
  background: #007dc3;
}
.content .mainText .list.fitness-nav {
  background-image: url('../images/navIcons/fitness-arrow.png');
}
.content .mainText .list.fitness-nav .links a {
  background: #eca311;
}
.content .mainText .list.fitness-nav .links a:hover {
  background: #ffc423;
}
.content .mainText .list.aquatics-nav {
  background-image: url('../images/navIcons/aquatics-arrow.png');
}
.content .mainText .list.aquatics-nav .links a {
  background: #c00064;
}
.content .mainText .list.aquatics-nav .links a:hover {
  background: #e50278;
}
.content .mainText .list.life-and-culture-nav {
  background-image: url('../images/navIcons/life-arrow.png');
}
.content .mainText .list.life-and-culture-nav .links a {
  background: #cd5c28;
}
.content .mainText .list.life-and-culture-nav .links a:hover {
  background: #f47321;
}
.content .mainText .list.youth-and-family-nav {
  background-image: url('../images/navIcons/family-arrow.png');
}
.content .mainText .list.youth-and-family-nav .links a {
  background: #83328e;
}
.content .mainText .list.youth-and-family-nav .links a:hover {
  background: #9b5ba4;
}
.content .mainText .list h2 {
  color: #1b1b3b;
  font-size: 20px;
  font-family: "VerbCondMedium";
  margin-bottom: 10px;
}
.content .mainText .list p {
  margin-bottom: 4px;
}
.content .calendarSidebar {
  margin-top: 96px;
}
.content .calendarSidebar #calendarDate {
  text-align: center;
  background: #1b1b3b;
  color: #fff;
  padding: 10px 0;
}
.content .calendarSidebar #calendarContent {
  background: #f4f4f7;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  padding: 10px 20px;
  height: 385px;
  overflow: scroll;
}
.content .calendarSidebar #calendarContent .shortEvent {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.content .calendarSidebar #calendarContent .shortEvent.tempHide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.content .calendarSidebar #calendarContent .row {
  padding: 10px 0;
}
.content .calendarSidebar #calendarContent .row .date {
  color: #1b1b3b;
}
.content #calendarMain {
  min-height: 100px;
  position: relative;
  margin: 10px 75px 75px 75px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.content #calendarMain .events {
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0px;
  font-family: "museo-slab", serif;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 500;
  color: #1b1b3b;
  display: inline-block;
}
.content #calendarMain .eventControl {
  font-size: 13px;
  position: absolute;
  top: 25px;
  right: 17px;
}
.content #calendarMain .eventTitle {
  background: #f4f4f7;
  color: #1b1b3b;
  padding: 10px 15px;
  margin: 3px 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.content #calendarMain .eventTitle .infoLink {
  float: right;
  text-decoration: underline;
}
.content #calendarMain .eventTitle.tempHide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.content #calendarMain .eventContent {
  max-height: 0;
  overflow: hidden;
  color: #6b6b7d;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  padding: 0px 50px 0px 15px;
}
.content #calendarMain .eventContent.showContent {
  padding: 10px 50px 10px 15px;
  max-height: 1000px;
}
.content #calendarMain .eventContent .location {
  font-size: 18px;
  padding: 10px 0 15px 0;
}
.content #calendarMain .eventContent .time {
  font-size: 14px;
}
.content .loader {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  background: url('../images/ajax-loader.gif');
  background-position: center center;
  background-repeat: no-repeat;
}
.content .loader.events {
  top: 10px;
}
.content .gce-event-info {
  display: none !important;
  -moz-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  -webkit-opacity: 0 !important;
  opacity: 0 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0) !important;
  filter: alpha(opacity=0) !important;
}
.content .gce-qtip {
  box-shadow: none !important;
  border: none !important;
}
.content .fadeOut {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.content .sidebar {
  padding-right: 10px;
}
.content .sidebar .program-search {
  padding: 20px;
  padding-bottom: 60px;
  border-bottom: 7px solid #007dc3;
}
.content .sidebar .program-search input,
.content .sidebar .program-search select {
  border: 2px solid #6b6b7d;
}
.content .sidebar .program-search .program-submit {
  padding: 8px 50px;
  background: #83328e;
  color: #e8cfe4;
  border: none;
  text-transform: uppercase;
  font-family: "VerbCondRegular";
  font-size: 18px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: absolute;
  left: 50%;
  right: auto;
  margin-left: -80px;
}
.content .sidebar .program-search .program-submit:hover {
  cursor: pointer;
  background: #9b5ba4;
  color: #fff;
}
.content .sidebar .program-search .daysContainer {
  padding-left: 0;
}
.content .sidebar .program-search .dayCheck {
  display: inline-block;
  padding-right: 6%;
  padding-top: 35px;
  position: relative;
}
.content .sidebar .program-search .dayCheck span {
  position: absolute;
  top: 15px;
  left: 0px;
}
.content .sidebar .program-search .dayCheck span.double {
  left: -4px;
}
.content .sidebar .program-search .selectContain {
  overflow: hidden;
  position: relative;
}
.content .sidebar .program-search .selectContain select {
  width: 105%;
}
.content .sidebar .program-search .selectContain:after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #6b6b7d;
  position: absolute;
  top: 25%;
  right: 14px;
}
.content .sidebar .program-search .selectContain:before {
  content: "";
  position: absolute;
  height: 70%;
  width: 50px;
  border-left: 2px solid #6b6b7d;
  border-right: 2px solid #6b6b7d;
  top: 0;
  right: 0;
}
.content .sidebar .program-search h1 {
  font-family: "museo-slab", serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
  padding: 0;
  padding-bottom: 10px;
}
.content .sidebar .top {
  margin-top: 15px;
  padding: 0;
  background: #f1efeb;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EEE), color-stop(1, #FFF));
  background: -ms-linear-gradient(bottom, #EEE, #FFF);
  background: -moz-linear-gradient(center bottom, #EEE 0%, #FFF 100%);
  background: -o-linear-gradient(#FFF, #EEE);
}
.content .sidebar .top a {
  color: #fff;
}
.content .sidebar .top .search-form {
  background-image: none;
  padding: 0;
  position: relative;
}
.content .sidebar .top .search-form #searchform {
  display: inline-block;
  width: 100%;
}
.content .sidebar .top .search-form input {
  height: 36px;
  border: 3px solid #1b1b3b;
  display: inline-block;
  width: 100%;
}
.content .sidebar .top .search-form .blog-button {
  position: absolute;
  top: 0px;
  right: 0;
}
.content .sidebar .top .sidebar-break {
  width: 100%;
  height: 25px;
  background: #fff;
}
.content .sidebar .top .sub-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #f4f4f7;
  padding-left: 25%;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 1000ms ease-out;
  -moz-transition: all 1000ms ease-out;
  -o-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
}
.content .sidebar .top .sub-menu li {
  padding: 6px 0;
}
.content .sidebar .top .sub-menu li a {
  color: #6b6b7d;
}
.content .sidebar .top .sub-menu.showSub {
  max-height: 500px;
}
.content .sidebar .top .mainMenu {
  margin-bottom: 7px;
  padding: 9px 35px;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  background: #00447d;
}
.content .sidebar .top .mainMenu.active .sub-menu {
  background: #f4f4f7;
}
.content .sidebar .top .mainMenu.active a {
  color: #FFF;
}
.content .sidebar .top .mainMenu.hasChild.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #00447d;
  position: absolute;
  top: 100%;
  left: 5%;
}
.content .sidebar .top .mainMenu:hover {
  background: #007dc3;
}
.content .sidebar .top .mainMenu:hover a {
  color: #FFF;
}
.content .sidebar .top .mainMenu:hover.hasChild:after {
  border-top: 17px solid #007dc3;
}
.content .sidebar .top .mainMenu.early-childhood-school {
  background: #8a9739;
}
.content .sidebar .top .mainMenu.early-childhood-school.hasChild:after {
  border-top: 17px solid #8a9739;
}
.content .sidebar .top .mainMenu.early-childhood-school:hover {
  background: #bac921;
}
.content .sidebar .top .mainMenu.early-childhood-school:hover.hasChild:after {
  border-top: 17px solid #bac921;
}
.content .sidebar .top .mainMenu.aquatics {
  background: #c00064;
}
.content .sidebar .top .mainMenu.aquatics.hasChild:after {
  border-top: 17px solid #c00064;
}
.content .sidebar .top .mainMenu.aquatics:hover {
  background: #e50278;
}
.content .sidebar .top .mainMenu.aquatics:hover.hasChild:after {
  border-top: 17px solid #e50278;
}
.content .sidebar .top .mainMenu.cultural-arts {
  background: #cd5c28;
}
.content .sidebar .top .mainMenu.cultural-arts a {
  color: #fbe4d5;
}
.content .sidebar .top .mainMenu.cultural-arts.hasChild:after {
  border-top: 17px solid #cd5c28;
}
.content .sidebar .top .mainMenu.cultural-arts:hover {
  background: #f47321;
}
.content .sidebar .top .mainMenu.cultural-arts:hover.hasChild:after {
  border-top: 17px solid #f47321;
}
.content .sidebar .top .mainMenu.fitness-rec {
  background: #eca311;
}
.content .sidebar .top .mainMenu.fitness-rec a {
  color: #ffe8b5;
}
.content .sidebar .top .mainMenu.fitness-rec.hasChild:after {
  border-top: 17px solid #eca311;
}
.content .sidebar .top .mainMenu.fitness-rec:hover {
  background: #ffc423;
}
.content .sidebar .top .mainMenu.fitness-rec:hover.hasChild:after {
  border-top: 17px solid #ffc423;
}
.content .sidebar .top .mainMenu.summer-camp {
  background: #00447d;
}
.content .sidebar .top .mainMenu.summer-camp.hasChild:after {
  border-top: 17px solid #00447d;
}
.content .sidebar .top .mainMenu.summer-camp:hover {
  background: #007dc3;
}
.content .sidebar .top .mainMenu.summer-camp:hover.hasChild:after {
  border-top: 17px solid #007dc3;
}
.content .sidebar .top .mainMenu.kids-adults-families {
  background: #83328e;
}
.content .sidebar .top .mainMenu.kids-adults-families.hasChild:after {
  border-top: 17px solid #83328e;
}
.content .sidebar .top .mainMenu.kids-adults-families:hover {
  background: #9b5ba4;
}
.content .sidebar .top .mainMenu.kids-adults-families:hover.hasChild:after {
  border-top: 17px solid #9b5ba4;
}
.content .sidebar .mailer {
  padding: 20px 30px;
  border-top: 7px solid #007dc3;
  border-bottom: 7px solid #007dc3;
  background: #1b1b3b;
}
.content .sidebar .mailer .join {
  color: #fff;
  padding-left: 95px;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "VerbCondRegular";
  background-image: url('../images/mailer-icon.png');
  background-repeat: no-repeat;
  background-position: 16px -4px;
}
.content .sidebar .mailer .description {
  color: #d6eafa;
  font-family: "VerbCondRegular";
  padding: 15px 20px;
  font-size: 14px;
  line-height: 20px;
}
.content .sidebar .mailer .description.subDes {
  padding: 5px 20px;
}
.content .sidebar .mailer .sub {
  padding: 0 20px;
  height: 40px;
}
.content .sidebar .mailer .sub input {
  display: inline-block;
}
.content .sidebar .mailer .sub input[type="submit"] {
  width: 100%;
  text-align: center;
  background: #007dc3;
  border: 0;
  margin-top: 10px;
  border-radius: 0;
  text-transform: uppercase;
  padding: 9px 0;
  font-size: 15px;
  color: #d6eafa;
}
.content .sidebar .mailer .sub input[type="text"] {
  width: 60%;
}
.content .sidebar .mailer .btnCenter {
  text-align: center;
}
.content .sidebar .mailer .subscribe-form #mc_embed_signup ul {
  list-style: none;
  padding: 0 10px;
}
.content .sidebar .mailer .subscribe-form #mc_embed_signup ul li label {
  color: #d6eafa;
  font-size: 12px;
}
.content .sidebar .mailer .subscribe-form #mc_embed_signup ul li input[type="checkbox"] {
  margin-bottom: 2px;
}
.content .sidebar .bottom {
  background: #f4f4f7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f4f4f7), color-stop(1, #f1efeb));
  background: -ms-linear-gradient(bottom, #f4f4f7, #f1efeb);
  background: -moz-linear-gradient(center bottom, #f4f4f7 0%, #f1efeb 100%);
  background: -o-linear-gradient(#f1efeb, #f4f4f7);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.content .sidebar .bottom h2 {
  text-align: center;
  font-family: "museo-slab", serif;
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 0;
}
.content .sidebar .bottom .sideNav {
  padding: 0 25px;
  margin: 0;
  border-bottom: 2px solid #f4f4f7;
}
.content .sidebar .bottom .sideNav a {
  display: block;
  padding: 30px 0px 30px 100px;
  background-repeat: no-repeat !important;
  background-position: 5px 50% !important;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  color: #393952;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.content .sidebar .bottom .sideNav a:hover {
  color: #007dc3;
}
.content .sidebar .bottom .sideNav:last-child {
  border: 0;
}
.content .sidebar .bottom .event {
  margin-bottom: 25px;
}
.content .sidebar .bottom .event .info {
  position: relative;
}
.content .sidebar .bottom .event h3 {
  font-family: "museo-slab", serif;
  font-size: 18px;
  margin-bottom: 0;
}
.content .sidebar .bottom .event small {
  font-size: 14px;
}
.content .text {
  padding-top: 75px;
  padding-left: 155px;
  padding-bottom: 75px;
  background-repeat: no-repeat;
  background-position: 10px 50px;
}
.content .text h1 {
  text-transform: uppercase;
  color: #1b1b3b;
  font-weight: 500;
  font-family: "museo-slab", serif;
  font-size: 52px;
  line-height: 48px;
  padding-top: 0;
}
.content .text p {
  color: #6b6b7d;
}
.content .text.early-childhood-school {
  background-image: url('../images/navIcons/childhood-large.png');
}
.content .text.summer-camp {
  background-image: url('../images/navIcons/camps-large.png');
}
.content .text.fitness-rec {
  background-image: url('../images/navIcons/fitness-large.png');
}
.content .text.aquatics {
  background-image: url('../images/navIcons/aquatics-large.png');
}
.content .text.cultural-arts {
  background-image: url('../images/navIcons/tickets-large.png');
}
.content .text.kids-adults-families {
  background-image: url('../images/navIcons/youth-large.png');
}
.content #pagination {
  padding-top: 30px;
  padding-bottom: 20px;
}
.content .landingBlocks .block {
  max-width: 1400px !important;
  position: relative;
  border-bottom: 15px solid #f4f4f7;
  display: table;
}
.content .landingBlocks .block .image {
  display: table-cell;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.content .landingBlocks .block .image .triangle {
  content: "";
  width: 0;
  height: 0;
  right: 0px;
  top: 50% !important;
  margin-top: -200px;
  position: absolute;
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
  border-right: 50px solid #f4f4f7;
}
.content .landingBlocks .block .image.slideRight .triangle {
  border-right: 0;
  border-left: 50px solid #fff;
  right: auto;
  left: 0;
}
.content .landingBlocks .block .info {
  position: relative;
  background: #f4f4f7;
  padding: 35px 25px;
  padding-right: 100px;
}
.content .landingBlocks .block .info.white {
  background: #FFF;
  padding-right: 25px;
  padding-left: 100px;
}
.content .landingBlocks .block .info h1 {
  text-transform: uppercase;
  color: #1b1b3b;
  font-size: 32px;
  font-family: "VerbCondMedium";
}
.content .landingBlocks .block .info p {
  color: #6b6b7d;
  padding-bottom: 10px;
}
.content .landingBlocks .block .info a {
  display: inline-block;
  margin-bottom: 10px;
  background: #00447d;
  padding: 10px 20px;
  padding-top: 12px;
  margin-right: 10px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.content .landingBlocks .block .info a:hover {
  background: #007dc3;
}
.content .large-links {
  text-align: center;
  padding: 50px 0;
}
.content .large-links .link {
  padding-bottom: 20px;
}
.content .large-links h1 {
  padding: 10px 0;
  padding-left: 40px;
  font-family: "VerbCondMedium";
  font-size: 37px;
  color: #1b1b3b;
  background-image: url('../images/navIcons/camps-arrow.png');
  background-repeat: no-repeat;
  background-position: 0 7px;
  line-height: 40px;
}
.content .large-links p {
  color: #6b6b7d;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content .large-links a {
  color: #FFF;
  padding: 10px 30px;
  padding-top: 12px;
  background: #007dc3;
  text-transform: uppercase;
  font-family: "VerbCondRegular";
  font-size: 18px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.content .large-links a:hover {
  background: #00447d;
}
.content.mapContent {
  color: #6b6b7d;
}
.content.mapContent h1 {
  font-family: "museo-slab", serif;
  font-size: 40px;
  font-weight: 500;
  position: relative;
  margin: 0;
  padding-top: 50px;
  color: #1b1b3b;
}
.content.mapContent h1:before {
  content: "";
  height: 0;
  width: 0;
  padding: 20px;
  background-image: url('../images/navIcons/camps-arrow.png');
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: -70px;
  top: 55px;
}
.content.mapContent h2 a {
  font-family: "VerbCondMedium";
  color: #1b1b3b;
}
.content.mapContent h2 a:hover {
  text-decoration: underline;
}
.content.mapContent h3 {
  font-family: "VerbCondRegular";
  font-size: 16px;
}
.content.mapContent ul li {
  list-style: none;
  padding-left: 20px;
}
.navigation {
  max-width: 100% !important;
  background: #393952;
  height: 60px;
  font-family: arial;
  position: fixed;
  top: 0;
  z-index: 99;
}
.navigation .search-form {
  display: none !important;
}
.navigation.showSearch .search-form {
  display: inline-block !important;
  width: 300px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.navigation.showSearch .loginLinks {
  display: none !important;
}
.navigation .search-form {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  display: inline-block;
  padding: 0 10px;
  width: 0;
}
.navigation .search-form input {
  height: 30px;
  margin-top: 8px;
}
.navigation .search-form input[type=submit] {
  position: absolute;
  top: 8px;
  z-index: 100;
  right: 45px;
  height: 30px;
  color: #FFF;
  background: #6b6b7d;
  border: none;
  width: 70px;
  cursor: pointer;
}
.navigation .search-button {
  position: absolute;
  right: 10px;
  top: 16px;
}
.navigation .logo {
  position: absolute;
  left: 20px;
  top: 5px;
}
.navigation .headerBreak {
  width: 1px;
  height: 30px;
  background: #fff;
  position: absolute;
  left: 205px;
  top: 15px;
}
.navigation .login {
  position: relative;
  text-align: right;
  padding-right: 35px;
  padding-top: 8px;
  color: #fff;
}
.navigation .login .loginLinks {
  position: absolute;
  width: 100px;
  top: 24px;
  right: 50px;
}
.navigation .login #mobile-menu {
  padding: 0px 25px 25px 30px;
  height: 55px;
  width: 80px;
  position: absolute;
  top: 2%;
  right: 4%;
}
.navigation .login #mobile-menu span {
  box-shadow: 0 11px 0 2px #fff,0 22px 0 2px #fff,0 33px 0 2px #fff;
  position: absolute;
  width: 30px;
}
.navigation .login a {
  color: #fff;
  font-size: 12px;
  font-family: "VerbCondRegular";
}
.navigation .login a:hover {
  text-decoration: underline;
}
.navigation .top-nav {
  position: absolute;
  left: 215px;
  top: 8px;
}
.navigation .top-nav ul {
  padding-top: 9px;
  margin: 0;
}
.navigation .top-nav ul li a {
  font-size: 13px;
  font-family: "VerbCondRegular";
}
.navigation ul li {
  padding: 10px 7px;
  display: inline;
}
.navigation ul li:hover a {
  text-decoration: underline;
  cursor: pointer;
}
.navigation ul li a {
  text-decoration: none;
  color: #FFF;
}
.archive .result {
  padding: 0 15px;
}
.archive #pagination {
  padding-left: 15px;
}
.archive .search-form {
  background-image: url('../images/navIcons/search.png');
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 125px;
  background-size: 100px;
}
.archive .search-form button {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background: #007dc3;
}
.archive .search-form button:hover {
  background: #00447d;
}
.archive .result {
  border-bottom: 1px dashed #6b6b7d;
}
.archive .result a {
  color: #1b1b3b;
}
.archive .result a:hover {
  text-decoration: underline;
}
#comments {
  margin-top: 30px;
  padding: 10px 0 20px;
  border-top: 6px solid #f47321;
}
#comments ol,
#comments ul {
  display: block;
  position: relative;
  margin-left: 75px;
  padding-left: 0;
  list-style: none;
}
#comments .comment-list li {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
#comments .comment-list .comment-body {
  padding: 5px 10px;
  background-color: #f4f4f7;
}
#comments .comment-list .comment-body > .vcard {
  display: inline-block;
  margin-left: 0;
  border: none;
  color: #f47321;
}
#comments .comment-list .comment-body > .vcard a {
  color: #f47321;
}
#comments .comment-list .comment-body > .vcard .avatar {
  display: block;
  position: absolute;
  left: -75px;
  width: 65px;
}
#comments .comment-list .comment-body > .vcard .fn {
  font-style: normal;
  font-family: "museo-slab", serif;
}
#comments .comment-list .comment-body > .vcard .says {
  display: none;
}
#comments .comment-list .comment-body .comment-meta,
#comments .comment-list .comment-body .comment-awaiting-moderation {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  line-height: 16px;
}
#comments .comment-list .comment-body .comment-awaiting-moderation + br {
  display: none;
}
#comments .comment-list .comment-body .reply {
  text-align: right;
}
#comments .comment-list .comment-body .reply .comment-reply-link {
  display: inline-block;
  padding: 5px 10px;
  color: #fbe4d5;
  font: bold italic 14px/18px "museo-slab", serif;
  text-decoration: none;
  background-color: #f47321;
  opacity: 0.6;
  -webkit-transition: opacity 0.15s ease-in-out, background-position 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out, background-position 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out, background-position 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, background-position 0.15s ease-in-out;
}
#comments .comment-list .comment-body:hover .reply .comment-reply-link {
  color: #fff;
  opacity: 1;
}
#comments #respond {
  margin-top: 30px;
  padding-top: 30px;
}
#comments #respond #reply-title {
  margin: 0;
  font-family: "museo-slab", serif;
  text-transform: uppercase;
}
#comments #respond .logged-in-as,
#comments #respond .comment-notes {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
}
#comments #respond .form-allowed-tags {
  display: none;
}
#comments .comment-form-comment textarea {
  height: 125px !important;
}
#comments .form-submit {
  text-align: right;
}
#comments .form-submit #submit {
  background: #f47321;
  border: none;
  color: #fff;
  padding: 10px 30px;
  font-size: 15px;
  text-transform: uppercase;
}
#comments .form-submit #submit:hover {
  cursor: pointer;
  background: #cd5c28;
}
.colorNav {
  background: #1b1b3b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1b1b3b 0%, #1b1b3b 90%, #bac921 90%, #bac921 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b1b3b), color-stop(90%, #1b1b3b), color-stop(90%, #bac921), color-stop(100%, #bac921));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1b1b3b 0%, #1b1b3b 90%, #bac921 90%, #bac921 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1b1b3b 0%, #1b1b3b 90%, #bac921 90%, #bac921 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1b1b3b 0%, #1b1b3b 90%, #bac921 90%, #bac921 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1b1b3b 0%, #1b1b3b 90%, #bac921 90%, #bac921 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b1b3b', endColorstr='#bac921', GradientType=0);
  /* IE6-9 */
  max-width: 100% !important;
  position: fixed;
  top: 60px;
  z-index: 98;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.colorNav.hideNav {
  top: -27px;
}
.colorNav.mobile {
  background: #1b1b3b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1b1b3b 0%, #1b1b3b 95.5%, #bac921 95.5%, #bac921 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b1b3b), color-stop(95.5%, #1b1b3b), color-stop(95.5%, #bac921), color-stop(100%, #bac921));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1b1b3b 0%, #1b1b3b 95.5%, #bac921 95.5%, #bac921 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1b1b3b 0%, #1b1b3b 95.5%, #bac921 95.5%, #bac921 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1b1b3b 0%, #1b1b3b 95.5%, #bac921 95.5%, #bac921 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1b1b3b 0%, #1b1b3b 95.5%, #bac921 95.5%, #bac921 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b1b3b', endColorstr='#bac921', GradientType=0);
  /* IE6-9 */
  z-index: 90;
  height: 200px !important;
  width: 100%;
  overflow: hidden;
  top: -200px;
}
.colorNav.mobile.hideNav {
  top: -200px;
}
.colorNav.mobile.expand {
  top: 45px;
}
.colorNav.mobile.expand ul {
  top: 0 !important;
}
.colorNav.mobile ul {
  height: 200px !important;
}
.colorNav.mobile ul li {
  height: 130px !important;
}
.colorNav.mobile ul li a {
  padding: 0 50px !important;
  padding-top: 120px !important;
  height: 200px !important;
  font-size: 18px !important;
  line-height: 26px !important;
  background-size: 91px !important;
  background-position: 50%% 20px !important;
}
.colorNav.mobile ul li.navBtn:after {
  display: inline !important;
  height: 200px !important;
}
.colorNav.mobile ul li.early-childhood-nav a {
  background-image: url('../images/navIcons/childhood-large.png');
}
.colorNav.mobile ul li.summer-camp-nav a {
  background-image: url('../images/navIcons/camps-large.png');
}
.colorNav.mobile ul li.fitness-nav a {
  background-image: url('../images/navIcons/fitness-large.png');
}
.colorNav.mobile ul li.aquatics-nav a {
  background-image: url('../images/navIcons/aquatics-large.png');
}
.colorNav.mobile ul li.life-and-culture-nav a {
  background-image: url('../images/navIcons/tickets-large.png');
}
.colorNav.mobile ul li.youth-and-family-nav a {
  background-image: url('../images/navIcons/youth-large.png');
}
.colorNav ul {
  margin: 0;
  height: 97px;
}
.colorNav ul#mobileColor {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 1800px;
  overflow: hidden;
}
.colorNav ul li {
  display: inline-block;
  position: relative;
  list-style: none;
  width: 16%;
  height: 90px;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  font-family: "museo-slab", serif;
  text-transform: uppercase;
}
.colorNav ul li.large {
  width: 18%;
}
.colorNav ul li.large a {
  background-position: 15px 0;
  padding-left: 90px !important;
  padding-right: 20%;
}
.colorNav ul li.large .sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  max-height: 1000px !important;
  padding: 10px;
}
.colorNav ul li.small {
  width: 15%;
}
.colorNav ul li.small a {
  padding-right: 30px;
}
.colorNav ul li .sub-menu {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: max-height 300ms ease-out;
  -moz-transition: max-height 300ms ease-out;
  -o-transition: max-height 300ms ease-out;
  transition: max-height 300ms ease-out;
  height: auto;
  background: #1b1b3b;
  position: absolute;
  width: 100%;
  max-height: 0px;
  min-width: 175px !important;
  top: 97px;
  left: -35px;
  padding: 0px;
  overflow: hidden;
}
.colorNav ul li .sub-menu li {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  margin-bottom: 0 !important;
}
.colorNav ul li .sub-menu li a {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  font-size: 14px;
  padding: 10px;
  height: auto;
  margin: 0;
  background-image: none;
  padding-left: 10px !important;
}
.colorNav ul li.navBtn:after {
  content: '';
  border-right: 2px solid #FFF;
  width: 100%;
  height: 97px;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: skew(-35deg);
  -moz-transform: skew(-35deg);
  -o-transform: skew(-35deg);
  transform: skew(-35deg);
}
.colorNav ul li.early-childhood-nav:after {
  border-bottom: 10px solid #bac921;
}
.colorNav ul li.early-childhood-nav a {
  padding-top: 0;
  background-image: url('../images/navIcons/childhood.png');
}
.colorNav ul li.early-childhood-nav .sub-menu {
  left: 0px;
}
.colorNav ul li.early-childhood-nav .sub-menu li a {
  color: #f8f7d1;
  background: #8a9739;
}
.colorNav ul li.early-childhood-nav .sub-menu li a:hover {
  background: #bac921;
}
.colorNav ul li.summer-camp-nav:after {
  border-bottom: 10px solid #007dc3;
}
.colorNav ul li.summer-camp-nav a {
  background-image: url('../images/navIcons/camps.png');
}
.colorNav ul li.summer-camp-nav .sub-menu li a {
  color: #d6eafa;
  background: #00447d;
}
.colorNav ul li.summer-camp-nav .sub-menu li a:hover {
  background: #007dc3;
}
.colorNav ul li.fitness-nav:after {
  border-bottom: 10px solid #ffc423;
}
.colorNav ul li.fitness-nav a {
  background-image: url('../images/navIcons/fitness.png');
}
.colorNav ul li.fitness-nav .sub-menu li a {
  color: #fff;
  background: #eca311;
}
.colorNav ul li.fitness-nav .sub-menu li a:hover {
  background: #ffc423;
}
.colorNav ul li.aquatics-nav:after {
  border-bottom: 10px solid #e50278;
}
.colorNav ul li.aquatics-nav a {
  padding-top: 22px;
  background-image: url('../images/navIcons/aquatics.png');
}
.colorNav ul li.aquatics-nav .sub-menu li a {
  color: #fad4e4;
  background: #c00064;
}
.colorNav ul li.aquatics-nav .sub-menu li a:hover {
  background: #e50278;
}
.colorNav ul li.life-and-culture-nav:after {
  border-bottom: 10px solid #f47321;
}
.colorNav ul li.life-and-culture-nav a {
  padding-left: 75px;
  background-image: url('../images/navIcons/tickets.png');
}
.colorNav ul li.life-and-culture-nav .sub-menu li a {
  color: #fbe4d5;
  background: #cd5c28;
}
.colorNav ul li.life-and-culture-nav .sub-menu li a:hover {
  background: #f47321;
}
.colorNav ul li.youth-and-family-nav:after {
  border-bottom: 10px solid #9b5ba4;
}
.colorNav ul li.youth-and-family-nav a {
  padding-top: 0;
  padding-left: 75px;
  background-image: url('../images/navIcons/youth.png');
}
.colorNav ul li.youth-and-family-nav .sub-menu li a {
  background: #83328e;
}
.colorNav ul li.youth-and-family-nav .sub-menu li a:hover {
  background: #9b5ba4;
}
.colorNav ul li a {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
  padding-left: 70px;
  padding-right: 21%;
  margin-left: 17px;
  margin-top: 15px;
  position: relative;
  z-index: 10;
  height: 65px;
  font-size: 15px;
  line-height: 19px;
  background-repeat: no-repeat;
  color: #fff;
  display: inline-block;
}
.blog .header {
  padding-bottom: 15px;
}
.blog .header h1 {
  margin-left: 100px;
  font-family: "museo-slab", serif;
  text-transform: uppercase;
  font-size: 52px;
  border-bottom: 3px solid #007dc3;
  padding: 0;
  padding-top: 40px;
  position: relative;
}
.blog .header h1:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 18px;
  left: -110px;
  padding: 50px;
  background-image: url('../images/navIcons/newspaper-large.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.blog .post {
  padding-bottom: 30px;
  border-bottom: 3px solid #007dc3;
}
.blog .post.single {
  border: none;
}
.blog .post a {
  color: #1b1b3b;
}
.blog .post a:hover {
  text-decoration: underline;
}
.blog .post .post-title {
  font-family: "museo-slab", serif;
  position: relative;
  margin: 0;
  padding-top: 5px;
}
.blog .post .post-title:before {
  content: "";
  height: 0;
  width: 0;
  padding: 20px;
  background-image: url('../images/navIcons/camps-arrow.png');
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: -70px;
  top: 9px;
}
.blog .post .post-content {
  padding: 10px 0 ;
  border-top: 1px dashed #ccc;
}
.blog .post .post-comments {
  display: block;
  margin-right: 20px;
  white-space: nowrap;
  float: left;
}
.blog .post .post-comments a {
  display: inline-block;
  padding: 5px;
  padding-left: 35px;
  color: #f47321;
  font-family: "museo-slab", serif;
  background: transparent url('../images/blog.png') 1px 2px no-repeat;
  background-size: contain;
  text-decoration: none;
}
.blog .post .post-share {
  text-align: right;
  display: inline-block;
}
.blog .post img {
  box-shadow: 5px 5px #ccc;
  margin-bottom: 15px;
}
.blog .stMainServices {
  height: 22px !important;
}
#sideNavigation {
  z-index: 100;
}
#sideNavigation.sideHide {
  display: none;
}
.mm-menu.mm-ismenu {
  background: #1b1b3b;
}
.mm-menu.mm-ismenu .mm-list > li {
  border-bottom: 1px solid #FFF;
}
.mm-menu.mm-ismenu .mm-list > li:first-child {
  border-top: 1px solid #FFF;
}
.mm-menu.mm-ismenu .mm-list > li .mm-subopen {
  border-left: 1px solid #FFF;
}
.mm-menu.mm-ismenu .sub-menu .mm-subtitle {
  background: #393952;
}
.mm-menu.mm-ismenu .sub-menu .mm-subtitle .mm-subclose {
  color: #FFF;
}
.mm-menu.mm-ismenu .sub-menu .mm-subtitle .mm-subclose:before {
  margin-bottom: -3px;
}
.wpcf7 {
  width: 70%;
  font-family: "VerbCondRegular";
}
.wpcf7 .wpcf7-textarea {
  height: 150px;
}
.wpcf7 .wpcf7-select {
  width: 50%;
}
.wpcf7 .wpcf7-submit {
  border: none;
  padding: 10px 30px;
  color: #FFF;
  background: #007dc3;
  text-transform: uppercase;
  font-family: "VerbCondRegular";
  font-size: 16px;
}
.gform_wrapper .gform_body .gform_fields .gfield {
  padding-left: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  display: none !important;
}
.gform_wrapper .gform_body .gform_fields .gfield input {
  font-size: 14px !important;
  padding: 5px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input {
  width: 70% !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
  padding: 5px !important;
  height: 38px !important;
  font-size: 16px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  padding: 5px !important;
  font-size: 14px !important;
}
.gform_wrapper .gform_footer .gform_button.button {
  border: none !important;
  padding: 10px 30px !important;
  color: #FFF !important;
  background: #007dc3 !important;
  text-transform: uppercase !important;
  font-family: "VerbCondRegular" !important;
  font-size: 16px !important;
}
.footer {
  max-width: 100% !important;
  background: #1b1b3b;
  color: #fff;
  padding: 30px 40px;
  font-family: "VerbCondRegular";
}
.footer .header {
  text-decoration: underline;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.footer .links {
  padding: 0;
}
.footer .links .link {
  padding: 0;
}
.footer a {
  color: #858596;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-size: 14px;
  line-height: 24px;
}
.footer a:hover {
  text-decoration: underline;
  color: #c9d559;
}
.footer .locations {
  line-height: 20px;
}
.footer .locations .location {
  font-size: 14px;
}
.footer .locations .location .title {
  padding-bottom: 10px;
}
.footer .locations .location .address {
  color: #6b6b7d;
}
.footer .locations .location .phone {
  color: #6b6b7d;
}
.footer .social {
  text-align: center;
}
.footer .social .socialIcon {
  padding: 0 5px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: inline-block;
}
.footer .social .socialIcon img {
  opacity: 0.8;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.footer .social .socialIcon:hover img {
  opacity: 1;
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.copy {
  max-width: 100% !important;
  background: #1b1b3b;
  color: #6b6b7d;
  font-size: 12px;
  padding-bottom: 30px;
}
.copy .right {
  text-align: right;
}
.copy .right a {
  color: #6b6b7d;
  text-decoration: underline;
  padding-left: 27px;
  background-image: url('../images/navIcons/firemanIcon.png');
  padding-top: 10px;
  background-repeat: no-repeat;
  background-position: 0 -1px;
}
@media only screen and (min-width: 1600px) {
  .content .sidebar .top .intro {
    background-size: 350px !important;
  }
  .colorNav ul li a {
    padding-right: 40%;
  }
  .colorNav ul li.large a {
    padding-right: 40%;
    padding-left: 90px;
  }
  .colorNav ul li.small a {
    padding-right: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  .colorNav ul {
    margin: 0;
    height: 97px;
  }
  .colorNav ul#mobileColor {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    width: 1800px;
    overflow: hidden;
  }
  .colorNav ul li {
    display: inline-block;
    position: relative;
    list-style: none;
    width: 16%;
    height: 25px;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    font-family: "museo-slab", serif;
    text-transform: uppercase;
  }
  .colorNav ul li.life-and-culture-nav a {
    padding-left: 52px;
  }
  .colorNav ul li.youth-and-family-nav a {
    padding-left: 52px;
  }
  .colorNav ul li a {
    background-size: 50px;
    padding-left: 52px;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    padding-right: 22%;
    margin-left: 17px;
    margin-top: 15px;
    height: 65px;
    font-size: 15px;
    line-height: 19px;
    background-repeat: no-repeat;
    color: #fff;
    display: inline-block;
  }
  .colorNav ul li.large {
    width: 18%;
  }
  .colorNav ul li.large a {
    background-size: 50px;
    padding-left: 57px !important;
    padding-right: 50px;
    background-position: 0 0;
  }
  .colorNav ul li.large .sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    max-height: 1000px !important;
    padding: 10px;
  }
  .colorNav ul li.small {
    width: 15%;
  }
  .colorNav ul li .sub-menu {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: max-height 300ms ease-out;
    -moz-transition: max-height 300ms ease-out;
    -o-transition: max-height 300ms ease-out;
    transition: max-height 300ms ease-out;
    height: auto;
    background: #1b1b3b;
    position: absolute;
    width: 100%;
    max-height: 0px;
    min-width: 175px !important;
    top: 97px;
    left: -35px;
    padding: 0px;
    overflow: hidden;
  }
  .colorNav ul li .sub-menu li {
    display: block;
    width: auto;
    height: auto;
    border: 0;
    margin-bottom: 0 !important;
  }
  .colorNav ul li .sub-menu li a {
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    font-size: 14px;
    padding: 10px;
    height: auto;
    margin: 0;
    background-image: none;
  }
}
@media only screen and (max-width: 1025px) {
  .content {
    margin-top: 165px;
  }
  .content .landingBlocks .block .info {
    padding-right: 50px;
  }
  .content .landingBlocks .block .info.white {
    padding-left: 50px;
  }
  .colorNav {
    background: #1b1b3b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1b1b3b 0%, #1b1b3b 92%, #bac921 92%, #bac921 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b1b3b), color-stop(92%, #1b1b3b), color-stop(92%, #bac921), color-stop(100%, #bac921));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1b1b3b 0%, #1b1b3b 92%, #bac921 92%, #bac921 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1b1b3b 0%, #1b1b3b 92%, #bac921 92%, #bac921 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1b1b3b 0%, #1b1b3b 92%, #bac921 92%, #bac921 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1b1b3b 0%, #1b1b3b 92%, #bac921 92%, #bac921 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b1b3b', endColorstr='#bac921', GradientType=0);
    /* IE6-9 */
  }
  .colorNav.hideNav {
    top: -50px;
  }
  .colorNav ul {
    height: 120px !important;
  }
  .colorNav ul li a {
    background-size: 50px !important;
    background-position: 55% 3px !important;
    padding-left: 57px;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 53px !important;
    padding-right: 20px !important;
    height: 120px !important;
    font-size: 13px !important;
  }
  .colorNav ul li .sub-menu {
    text-align: left !important;
    height: auto;
    background: #1b1b3b;
    position: absolute;
    width: 100%;
    max-height: 0px;
    top: 120px;
    left: -42px;
    height: auto !important;
    overflow: hidden;
  }
  .colorNav ul li .sub-menu li {
    display: block;
    width: auto;
    height: auto;
    border: 0;
    margin-bottom: 0 !important;
  }
  .colorNav ul li .sub-menu li a {
    text-align: left !important;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    font-size: 14px;
    padding: 10px !important;
    height: auto !important;
    margin: 0;
    background-image: none;
  }
  .colorNav ul li.navBtn:after {
    height: 120px !important;
  }
  .navigation {
    max-width: 100% !important;
    background: #393952;
    height: 60px;
    font-family: arial;
  }
  .navigation .top-nav ul {
    padding-top: 9px;
    margin: 0;
  }
  .navigation .top-nav ul li a {
    font-size: 11px;
    font-weight: lighter;
  }
  .navigation ul li {
    padding: 10px 5px;
    display: inline;
  }
  .navigation ul li:hover a {
    text-decoration: underline;
    cursor: pointer;
  }
  .navigation ul li a {
    text-decoration: none;
    color: #FFF;
  }
  .footer .quickLinks {
    padding-bottom: 30px;
  }
  .footer .quickLinks .header {
    text-align: center;
  }
  .footer .jcclocations {
    padding-bottom: 30px;
    text-align: center;
  }
  .footer .social {
    text-align: center;
  }
}
@media only screen and (max-width: 950px) {
  .top-nav {
    display: none !important;
  }
  .navigation .login #mobile-menu {
    top: 15%;
    width: 20px;
    padding-left: 0;
  }
  .navigation .login .loginLinks {
    right: 125px;
  }
  .navigation .search-button {
    right: 90px;
  }
  .navigation.showSearch .search-form {
    margin-right: 80px;
  }
  .navigation .search-form input[type=submit] {
    right: 125px;
  }
  #mobile-menu {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 900px) {
  .colorNav ul li a {
    background-size: 50px !important;
    background-position: 75% 3px !important;
    padding-left: 57px;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 53px !important;
    padding-right: 20px !important;
    height: 120px !important;
    font-size: 13px !important;
  }
  .content .sidebar .mailer {
    padding-bottom: 55px;
  }
  .content .sidebar .mailer .join {
    padding-left: 0;
    background-image: none;
    text-align: center;
  }
  .content .sidebar .mailer .sub .subscribe-form input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
  }
  .content .sidebar .mailer .sub .subscribe-form input[type="submit"] {
    margin: 0;
    padding: 9px;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .headerBreak {
    display: none !important;
  }
  .navigation .search-form input {
    margin-top: -1px;
  }
  .navigation .search-button {
    top: 7px;
  }
  .navigation .login #mobile-menu {
    top: 3%;
  }
  .navigation .login .loginLinks {
    top: 15px;
  }
  .navigation {
    height: 45px;
  }
  .navigation .logo.text {
    display: none !important;
  }
  .navigation .logo.notext {
    display: block !important;
  }
  .navigation .headerBreak {
    left: 75px;
  }
  .navigation .top-nav {
    left: 95px;
    top: 0;
  }
  .navigation .headerBreak {
    top: 7px;
  }
  .colorNav {
    top: 45px;
  }
  .colorNav.hideNav {
    top: -65px;
  }
  .content .gce-page-grid .gce-calendar .gce-caption .gce-month-title {
    text-align: left !important;
  }
  .calendarSidebar {
    display: none !important;
  }
  #calendarMain {
    min-height: 100px;
    position: relative;
    margin: 10px 15px !important;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  #calendarMain .events {
    padding-bottom: 15px !important;
  }
  #calendarMain .eventControl {
    font-size: 18px !important;
    position: absolute;
    top: 47px !important;
    right: 17px;
  }
  #calendarMain .eventTitle {
    padding-bottom: 15px !important;
  }
  #calendarMain .eventContent {
    max-height: 0;
    overflow: hidden;
    color: #6b6b7d;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    padding: 0px 50px 0px 15px;
  }
  #calendarMain .eventContent.showContent {
    padding: 10px 50px 10px 15px;
    max-height: 1000px;
  }
  #calendarMain .eventContent .location {
    font-size: 18px;
    padding: 10px 0 15px 0;
  }
  .loader {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    background: url('../images/ajax-loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
  }
  .loader.events {
    top: 10px;
  }
  .gce-event-info {
    display: none !important;
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    -webkit-opacity: 0 !important;
    opacity: 0 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0) !important;
    filter: alpha(opacity=0) !important;
  }
  .gce-qtip {
    box-shadow: none !important;
    border: none !important;
  }
  .fadeOut {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
}
@media only screen and (max-width: 640px) {
  .content {
    margin-top: 55px;
  }
  .content .text {
    padding: 25px 0;
    background-image: none !important;
  }
  .content .landingBlocks .block .info {
    padding-right: 50px;
  }
  .content .landingBlocks .block .info.white {
    padding-left: 25px;
  }
  .content .landingBlocks .block .image .triangle {
    display: none !important;
  }
  .content .banner .bannerBlock {
    width: 300px;
  }
  .desktop {
    top: -66px;
  }
  .desktop:after {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    padding: 20px;
    content: "";
    background-image: url('../images/navIcons/nav-arrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -18px;
    left: 45%;
    cursor: pointer;
  }
  .desktop.arrowHide:after {
    background-image: url('../images/navIcons/nav-exit.png');
    bottom: -210px;
    left: 45%;
  }
  .footer .links {
    text-align: center;
    padding-bottom: 20px;
  }
  .footer .links .row {
    padding: 0;
  }
  .footer .jcclocations {
    padding-bottom: 20px;
  }
  .footer .jcclocations .header {
    text-align: center;
  }
  .footer .social .header {
    text-align: center;
  }
  .gform_wrapper .gform_body .gform_fields .gfield {
    padding-left: 0;
  }
  .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    display: none !important;
  }
  .gform_wrapper .gform_body .gform_fields .gfield input {
    font-size: 14px !important;
    padding: 5px !important;
  }
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input {
    width: 100% !important;
  }
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
    padding: 5px !important;
    height: 38px !important;
    font-size: 16px !important;
  }
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    padding: 5px !important;
    font-size: 14px !important;
  }
  .gform_wrapper .gform_footer .gform_button.button {
    border: none !important;
    padding: 10px 30px !important;
    color: #FFF !important;
    background: #007dc3 !important;
    text-transform: uppercase !important;
    font-family: "VerbCondRegular" !important;
    font-size: 16px !important;
  }
}
.donor-roll {
  margin-top: -25px !important;
}
.donor-roll .title h1 {
  padding-top: 25px !important;
}
.donor-roll p {
  font-size: 14px;
  padding: 10px;
}
.donor-roll ul {
  list-style: none;
  height: 200px;
  overflow-y: scroll;
  text-align: center;
  padding-left: 0;
  border: 2px solid #B4B3BA;
}
.donor-roll ul li {
  line-height: 2;
  font-family: "museo-slab", serif;
  background-color: white;
}
.donor-roll ul li.alt {
  background-color: #f4f4f7;
}
.donor-roll .button {
  display: block;
  background: #00447d;
  margin-top: 30px;
}
.donor-roll .button:hover {
  background: #007dc3;
}
