@charset "utf-8";
/******************************************************************
Theme Name: CCNS
Theme URI: http://www.959designs.com
Description: Custom theme built by 959Designs for CCNS.
Author: Steve Stillwell
Author URI: http://www.959Designs.com
Version: 1.3
Tags: Custom
********************************************************************/
/* CSS Document */
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border-style: none; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

img {
  border: 0;
  border-style: none;
  /*max-width: 100%; max-height: 100%*/ }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

/*
Site Name: Crossing Cooperative Nursery School (mixins)
Author: Steve Stillwell (959 Designs)

Stylesheet: Mixins & Constants Stylesheet
******************************************************************/
/*
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*
TOOLS
*********************/
/*
COLORS 
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

span.bold {
  font-weight: bold; }

span.boldital {
  font-weight: 700;
  font-style: italic; }

span.ital {
  font-style: italic; }

/*********************
TRANISTION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include cssgradient(#dfdfdf,#f8f8f8); */
/*
Other CSS3 Mixins
*********************/
/* jQuery UI - v1.10.2 - 2013-03-15
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.slider.css
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 0;
  padding: 0;
  min-height: 0;
  /* support: IE7 */ }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 0 15em 0;
  overflow: auto; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.map {
  background-color: #fefefe;
  overflow: hidden;
  height: 450px;
  padding: 0; }

#map_container {
  position: relative;
  height: 450px; }

#map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  border: 10px solid white; }

#directions {
  width: 300px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #cecece;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  color: #626262;
  position: absolute;
  left: 50%;
  top: 550px;
  margin-left: -496px;
  z-index: 5;
  padding: 30px 20px; }

#directions.active {
  -webkit-animation: directions_expand 1s 0 linear;
  -moz-animation: directions_expand 1s 0 linear;
  -ms-animation: directions_expand 1s 0 linear;
  -o-animation: directions_expand 1s 0 linear;
  animation: directions_expand 1s 0 linear;
  overflow-y: auto !important;
  overflow-x: hidden;
  max-height: 100%;
  width: 309px;
  text-align: left;
  padding: 0;
  height: 400px; }

.directions li {
  display: none; }

.directions .directions_start {
  background: url(/ccns/images/flag.png) no-repeat center left;
  height: 60px;
  line-height: 22px;
  padding: 16px 31px 0 60px; }

.directions .directions_start.single {
  height: 75px;
  line-height: 75px;
  padding: 0 10px 0 60px; }

.directions .directions_stats {
  text-align: center;
  background: rgba(199, 234, 251, 0.3);
  color: #4a3f46;
  height: 40px;
  line-height: 40px; }

.directions .directions_list div {
  padding: 20px 0; }

.directions .directions_list div.alt {
  background: rgba(217, 217, 217, 0.3); }

.directions .directions_list div div {
  line-height: 1.3em;
  padding: 0; }

.directions .directions_list div span {
  display: block;
  float: left; }

.directions .directions_list div span.step {
  font-size: 1.25em;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  width: 50px;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70); }

.directions .directions_list div span.instructions {
  width: 175px;
  font-size: .875em;
  line-height: 1.3em; }

.directions .directions_list div span.distance {
  float: right;
  width: 60px;
  color: #2f392e;
  font-family: "Open Sans", sans-serif;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70); }

.group:before, .group:after {
  content: " ";
  display: table; }

.group:after {
  width: 100%;
  clear: both; }

.group {
  zoom: 1; }

.bus {
  display: block;
  margin: 0 auto; }

.directionstext {
  font-size: 22px;
  font-family: "Life Savers", cursive;
  font-weight: 700;
  color: #da2e2f;
  line-height: 1;
  padding: 10px;
  text-shadow: 2px 2px 0 #efefef;
  text-decoration: none;
  text-align: center; }

#directions input {
  padding: 11px 10px;
  font-size: 1.4em;
  text-align: center;
  color: #626262;
  font-family: "Open Sans", sans-serif;
  background: #fff;
  border: 1px solid #cecece;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 90%;
  margin: 5%; }

#directions .button {
  display: table;
  margin: 0 auto;
  font-size: 100%;
  font-family: "Open Sans", sans-serif;
  height: 47px;
  line-height: 46.875px;
  padding: 0 30px;
  position: relative;
  text-align: center;
  border: 1px solid #64735c;
  background: #da2e2f;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
  width: 90%;
  text-decoration: none; }

/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none; }

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal; }

/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto; }

/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none; }

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px; }

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0; }

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none; }

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block; }

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left; }

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right; }

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(images/prev.png) left 48% no-repeat; }

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(images/next.png) right 48% no-repeat; }

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb; }

/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px; }

/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none; }

/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer; }

/* Basic Structures
------------------------------------------------------------------------------------------*/
body {
  background-color: #1d334c;
  width: 100%;
  font-size: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  /*overflow: hidden;*/ }

.wrapper {
  width: 100%; }

.mainwrap {
  width: 100%;
  min-height: 450px;
  background-color: white; }

.fullwrap {
  width: 100%;
  box-shadow: 0px 5px 20px -5px #666666;
  background-color: #0d4481;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d334c 5%), to(#0d4481));
  background-image: -webkit-linear-gradient(top, #1d334c 5%, #0d4481);
  background-image: -moz-linear-gradient(top, #1d334c 5%, #0d4481);
  background-image: -o-linear-gradient(top, #1d334c 5%, #0d4481);
  background-image: linear-gradient(to bottom, #1d334c 5%, #0d4481);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d334c', endColorstr='#0d4481');
  zoom: 1; }

.container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  /*position: relative; */
  height: 100%;
  padding: 50px 0 0px 0; }

.scontainer {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  /*position: relative; */
  padding: 0px 0 0px 0;
  background-image: url(images/sillo50.png);
  background-repeat: no-repeat;
  background-position: 13% 160px;
  overflow: hidden; }

.header {
  max-width: 1200px;
  width: 99%;
  height: 39px;
  margin-left: 1%;
  font-family: "Life Savers", cursive;
  font-weight: 700;
  /*@include navgrad;*/
  box-shadow: 0px 5px 20px -5px #666666;
  background-color: #b11819;
  background-image: url(images/bgs/navbg.png);
  background-repeat: repeat-x;
  border-radius: 10px;
  position: relative;
  behavior: url(/ccns/css/PIE.htc); }

.headerwrap {
  width: 90%;
  margin: 0 auto;
  height: 75px;
  behavior: url(PIE.htc); }

.redwrap {
  width: 100%;
  background-image: url(images/bgs/navbg.png);
  background-repeat: repeat-x; }

.menuwrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 55px; }

.logo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 0px;
  behavior: url(PIE.htc);
  box-shadow: 0px 10px 20px -12px #666666;
  z-index: 999998; }

.logoholder {
  position: absolute;
  top: 0px;
  border-radius: 50%;
  z-index: 999999;
  behavior: url(PIE.htc); }

.phone, .phone a {
  font-family: "Life Savers", cursive;
  font-weight: 700;
  font-size: 22px;
  padding-top: 5px;
  text-decoration: none;
  color: white;
  float: right;
  margin-right: 20px; }

.phoneholder {
  margin: 0 auto;
  max-width: 1200px; }

.email a {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding-top: 5px; }
  .email a:hover {
    color: #da2e2f; }

.email {
  text-align: right; }

/* Navigation
------------------------------------------------------------------------------------------*/
.navbox {
  float: right;
  line-height: 39px;
  padding: 0px;
  border-radius: 10px;
  behavior: url(PIE.htc);
  position: absolute;
  right: 0;
  height: 39px; }

.navlink:nth-child(7) {
  border-right: none; }

/*.xnavbox {float: right; line-height: 50px; margin-right: 0px; }*/
.navlink {
  display: inline-block;
  border-right: 1px ridge #b11819;
  padding: 0 10px 0 10px;
  font-size: 1.1em; }

.navlink a {
  text-decoration: none;
  color: white;
  padding: 5px 0 5px 0; }
  .navlink a:hover {
    color: yellow; }

.menuspacer {
  color: #ccc;
  padding: 5px 10px 5px 10px;
  font-size: 16px; }

/* Elements
------------------------------------------------------------------------------------------*/
.slidewrap {
  width: 70%;
  float: left; }

.slider {
  width: 100%;
  height: 450px;
  float: right;
  margin: 0 -20px 0 0px; }

.slides {
  width: 100%;
  height: 100%; }

.slides:nth-child(2) {
  display: none; }

.slides:nth-child(3) {
  display: none; }

.slidertext {
  width: 50%;
  float: left;
  position: absolute;
  left: -20px;
  top: 40%; }

.imgholder {
  float: right;
  margin-top: 75px; }

.sliderimg {
  width: 350px;
  float: right;
  height: 300px;
  padding: 15px 15px 70px 15px;
  background-color: white;
  box-shadow: 0px 10px 20px -12px #666666;
  -webkit-transform: rotate(1.5deg);
  -moz-transform: rotate(1.5deg);
  -o-transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
  transform: rotate(1.5deg);
  background-image: url(images/phototag.png);
  background-repeat: no-repeat;
  background-position: center 95%;
  background-size: 75%;
  border: 1px solid #cccccc;
  behavior: url(PIE.htc); }

.slides::before {
  display: block;
  content: " ";
  -webkit-transform: rotate(-2.5deg);
  -moz-transform: rotate(-2.5deg);
  -o-transform: rotate(-2.5deg);
  -ms-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
  width: 350px;
  float: right;
  height: 300px;
  position: absolute;
  right: 0;
  top: 75px;
  padding: 0;
  background-color: white;
  box-shadow: 0px 10px 20px -12px #666666;
  border: 1px solid #cccccc; }

.slides::after {
  display: block;
  content: " ";
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  width: 350px;
  float: right;
  height: 300px;
  position: absolute;
  right: 0;
  top: 75px;
  padding: 0;
  background-color: white;
  box-shadow: 0px 10px 20px -12px #666666;
  border: 1px solid #cccccc;
  z-index: -1; }

.lmbutton, .lmbutton a {
  float: left;
  margin-top: -125px;
  padding: 10px;
  font-family: "Life Savers", cursive;
  font-weight: 400;
  font-size: 20px;
  color: white;
  background-color: #da2e2f;
  box-shadow: 0px 10px 20px -12px #666666;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  z-index: 999999;
  behavior: url(PIE.htc); }
  .lmbutton:hover, .lmbutton a:hover {
    color: #e1aa03; }

.swing {
  position: absolute;
  margin: -50px auto;
  left: 46%; }

.swingimg {
  width: 50%;
  height: auto; }

.handsimg {
  margin: 0 auto; }

/* Front Page News
------------------------------------------------------------------------------------------*/
.newsheadlines {
  width: 250px;
  height: 450px;
  margin-top: 0px;
  margin-right: 10px;
  float: right;
  background: url(images/bgs/goldbg.png) repeat; }

.newsheader {
  font-family: "Life Savers", cursive;
  font-weight: 700;
  font-size: 18px;
  padding: 25px 0px 5px 0px;
  margin: 20px auto;
  color: green;
  text-align: center;
  border-bottom: 3px dashed green;
  width: 90%; }

.newstitle {
  font-size: 13px;
  color: black;
  padding: 10px; }

.newstitle a {
  font-size: 13px;
  text-decoration: none;
  color: black; }

.newstitle a:hover {
  text-decoration: underline; }

.welcome {
  float: left;
  padding: 0;
  margin: 75px 40px 0 0;
  position: absolute; }

.welcome h3 {
  font-family: "Life Savers", cursive;
  font-weight: 700;
  font-size: 40px;
  color: #da2e2f;
  padding-bottom: 0px;
  white-space: nowrap; }

.welcometo {
  font-family: "Life Savers", cursive;
  font-weight: 700;
  font-size: 24px;
  color: #da2e2f; }

.welcometext {
  font-size: 14px;
  color: black;
  line-height: 1.2;
  padding-top: 20px; }

.nursery {
  font-size: 18px;
  font-family: "Life Savers", cursive;
  color: #da2e2f;
  font-weight: 700;
  padding: 5px 10px 0 0;
  text-align: right; }

.moretext {
  float: left;
  width: 60%; }
  .moretext p {
    font-size: 14px;
    color: black;
    line-height: 1.2;
    padding-bottom: 20px;
    text-align: justify; }
  .moretext h3 {
    font-family: "Life Savers", cursive;
    font-weight: 700;
    font-size: 24px;
    color: #da2e2f;
    margin-top: -40px;
    margin-bottom: 10px; }

.footerwrap {
  width: 100%;
  height: 100%;
  clear: both;
  box-shadow: 0px -5px 10px -2px #666666;
  background-color: #1d334c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d4481 10%), to(#1d334c));
  background-image: -webkit-linear-gradient(top, #0d4481 10%, #1d334c);
  background-image: -moz-linear-gradient(top, #0d4481 10%, #1d334c);
  background-image: -o-linear-gradient(top, #0d4481 10%, #1d334c);
  background-image: linear-gradient(to bottom, #0d4481 10%, #1d334c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d4481', endColorstr='#1d334c');
  zoom: 1; }

.footer {
  max-width: 1200px;
  width: 90%;
  height: 75px;
  margin: 0 auto;
  color: #e1aa03;
  background-image: url(images/hands.png);
  background-repeat: no-repeat;
  background-position: right; }

.address {
  float: left;
  padding: 10px 10px 0 0px; }

.footer h1 {
  font-size: 24px; }

.footer h2 {
  font-size: 14px;
  padding: 5px 0 0 0;
  color: white; }

.footer h2 a {
  text-decoration: none;
  color: white; }

.socialholder {
  float: right; }

.socialholder h5 {
  font-family: "Life Savers", cursive;
  font-weight: 700;
  font-size: 1.5em;
  color: #e1aa03;
  float: left;
  padding-right: 10px;
  line-height: 75px; }

.fbimg {
  float: left;
  width: 50px;
  height: auto;
  padding-top: 10px; }

.hands {
  float: left;
  height: auto;
  padding-top: 10px; }

/* Interior Page Elements
------------------------------------------------------------------------------------------*/
.inside {
  width: 100%; }

.incontainer {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding: 60px 0 50px 0;
  overflow: hidden; }

.contenthead {
  font-family: "Life Savers", cursive;
  font-weight: 700;
  font-size: 30px;
  color: #da2e2f;
  padding: 20px 0 20px 0; }

.contentsubhead {
  font-family: "Life Savers", cursive;
  font-weight: 700;
  font-size: 24px;
  color: #da2e2f;
  padding: 20px 0 20px 0; }

.contentheadno {
  font-family: "Life Savers", cursive;
  font-weight: 700;
  font-size: 30px;
  color: #e1aa03;
  padding-bottom: 20px;
  margin-top: -40px; }

.content {
  font-size: 14px;
  color: black;
  line-height: 1.4;
  padding: 0 20px 20px 0;
  text-align: left; }

.content h4 {
  font-size: 16px; }

.content a {
  color: #da2e2f;
  text-decoration: underline; }

.innerol {
  padding: 0 0 10px 20px;
  font-size: 14px; }

.innerul {
  padding: 0 0 10px 20px;
  font-size: 14px; }

.innerli {
  list-style-type: disc;
  list-style-position: outside;
  padding: 0 0 10px 0px;
  line-height: 1.3; }

.orderli {
  list-style-type: decimal;
  list-style-position: outside;
  padding: 0 0 10px 0px;
  line-height: 1.3; }

.staticimg {
  max-width: 450px;
  height: auto;
  background-color: white;
  margin-top: 25px;
  padding: 10px;
  border: 1px solid #b7b7b7;
  box-shadow: 0px 10px 20px -12px #666666; }

.formlink {
  color: #da2e2f;
  text-decoration: underline; }

.staffholder {
  width: 100%;
  overflow: hidden;
  box-shadow: inset 0px 0px 10px -3px;
  background-color: #0d4481;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d334c 5%), to(#0d4481));
  background-image: -webkit-linear-gradient(top, #1d334c 5%, #0d4481);
  background-image: -moz-linear-gradient(top, #1d334c 5%, #0d4481);
  background-image: -o-linear-gradient(top, #1d334c 5%, #0d4481);
  background-image: linear-gradient(to bottom, #1d334c 5%, #0d4481);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d334c', endColorstr='#0d4481');
  zoom: 1; }

.subpic {
  width: 250px;
  height: 150px;
  margin: 0 auto;
  background-color: white;
  padding: 10px;
  border: 1px solid #b7b7b7;
  display: block;
  box-shadow: 0px 10px 20px -12px #666666; }

a.subpagetitle {
  font-family: "Life Savers", cursive;
  font-weight: 700;
  font-size: 1.5em;
  color: #e1aa03;
  text-align: center;
  display: block;
  padding-top: 10px;
  text-decoration: none; }
  a.subpagetitle:hover {
    text-decoration: underline; }

.bodybg {
  background-image: url(images/ccnswc.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain; }

/*Faculty & Staff*/
#accordion {
  margin-bottom: 50px; }

#accordion h3 {
  font-size: 16px;
  color: black;
  background-color: #efefef;
  line-height: .5;
  padding: 10px 10px 10px 30px !important;
  border: 1px solid #cccccc;
  border-bottom-style: none;
  border-radius: 5px 5px 0 0; }

#accordion p {
  font-size: 14px;
  color: black;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #cccccc;
  text-align: justify; }

#accordion h3:last-of-type {
  border-bottom: 1px solid #cccccc; }

.officers h3 {
  font-size: 16px;
  color: black;
  line-height: .5; }

.officers h4 {
  font-size: 14px;
  color: black;
  line-height: .5;
  padding: 10px 0 20px 0; }

.botdate {
  font-family: "Life Savers", cursive;
  font-weight: 700;
  font-size: 24px;
  color: #da2e2f;
  padding: 0px 0 20px 0;
  margin-top: -10px; }

/*Programs*/
.accordion2 {
  margin-bottom: 50px; }

.accordion2 h3 {
  font-size: 16px;
  color: black;
  background-color: #efefef;
  line-height: .5;
  padding: 10px 10px 10px 30px !important;
  border: 1px solid #cccccc;
  border-bottom-style: none;
  border-radius: 5px 5px 0 0; }

.accordion2 p {
  font-size: 14px;
  color: black;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 10px !important;
  border: 1px solid #cccccc;
  text-align: justify; }

.accordion2 h3:last-of-type {
  border-bottom: 1px solid #cccccc; }

.appleicon {
  background-image: url(images/apple.png) !important;
  width: 14px;
  height: 16px; }

.spacer {
  padding-top: 15px; }

#rounded-corner {
  font-size: 13px;
  margin: 0 auto;
  width: 80%;
  text-align: left;
  border-collapse: collapse; }

#rounded-corner thead {
  background-color: #da2e2f;
  color: white;
  border-radius: 10px 10px 0 0; }

#rounded-corner caption {
  font-weight: 700;
  font-size: 16px;
  padding: 10px; }

#rounded-corner th {
  padding: 8px;
  font-weight: normal;
  font-size: 14px;
  color: white; }

#rounded-corner td {
  padding: 8px;
  background: #efefef;
  border-top: 1px solid white;
  color: black; }

#rounded-corner tbody tr:hover {
  background: #ccc; }

.tablelink a {
  color: #666;
  text-decoration: underline; }

.tablelink a:hover {
  color: #da2e2f; }

.rounded-classes {
  border-radius: 5px 0 0 0; }

.rounded-times {
  border-radius: 0 5px 0 0; }

.subtlebg {
  background-image: url(images/bgs/paper_fibers.png); }

/*Contact Us*/
.contactaddress h2 {
  color: #e1aa03;
  font-size: 24px;
  line-height: 1.5; }

.contactaddress p {
  color: black;
  font-size: 16px;
  line-height: 1.5; }

.contactaddress a {
  color: #666;
  text-decoration: underline; }

.contactaddress a:hover {
  color: #da2e2f; }

/*Gallery*/
.galleryimg {
  padding: 5px;
  background-color: white;
  float: left; }

.gallery img {
  padding: 5px;
  background-color: white;
  float: left; }

/*Forms*/
.forms ul {
  list-style-type: disc; }

.forms ul li {
  font-size: 16px;
  list-style-type: disc;
  padding: 0 0 20px 0; }

.forms ul li a {
  color: black; }
  .forms ul li a:hover {
    color: #da2e2f; }

/* Alignment Classes
------------------------------------------------------------------------------------------*/
.alignleft {
  float: left; }

.alignright {
  float: right; }

.contentright {
  padding-left: 30px; }

/* Grid Classes
------------------------------------------------------------------------------------------*/
.gridone {
  width: 100%; }

.gridtwo {
  width: 50%;
  float: left; }

.gridthree {
  width: 33%;
  float: left; }

/* WP Specific
------------------------------------------------------------------------------------------*/
.newssection {
  width: 49%;
  float: left; }

.eventssection {
  width: 49%;
  float: left;
  margin-left: 2%; }

.newssectionhead {
  font-family: "Life Savers", cursive;
  font-weight: 700;
  font-size: 24px;
  color: #da2e2f;
  padding: 20px 0 0px 0; }

.posttitle {
  font-size: 1.2em;
  margin-top: 20px;
  padding-bottom: 10px; }

.posttitle a {
  color: black; }
  .posttitle a:hover {
    color: #666; }

.blogauthor {
  color: black;
  font-size: 0.7em;
  padding: 5px 0 15px 0;
  margin: 0; }

.newscontent {
  margin-bottom: 40px;
  font-size: 14px; }

.newscontent p {
  padding-bottom: 15px; }

.newscontent a {
  color: black;
  text-decoration: underline; }

.newscontent img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block; }

/* Media Queries
------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .navlink {
    font-size: .8em; }

  .newsheadlines {
    width: 200px; }

  .welcome h3 {
    font-size: 30px; }

  .sliderimg {
    width: 325px;
    height: auto; }

  .slides::after {
    width: 325px;
    height: auto; }

  .slides::before {
    width: 325px;
    height: auto; }

  .welcometext {
    font-size: 12px; }

  footer h1 {
    font-size: 16px; }

  footer h2 {
    font-size: 12px; } }
@media screen and (max-width: 780px) {
  .sliderimg {
    width: 200px;
    height: auto;
    margin-right: 20px; }

  .slides::after {
    width: 200px;
    height: auto;
    margin-right: 20px; }

  .slides::before {
    width: 200px;
    height: auto;
    margin-right: 20px; }

  .scontainer {
    width: 98%; } }
