/** General Styles **/

/* Fonts */

@font-face {
    font-family: 'Entypo';
    src: url('fonts/entypo.eot');
    src: url('fonts/entypo.eot?#iefix') format('embedded-opentype'),
         url('fonts/entypo.woff') format('woff'),
         url('fonts/entypo.ttf') format('truetype'),
         url('fonts/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'Entypo Social';
    src: url('fonts/entypo-social.eot');
    src: url('fonts/entypo-social.eot?#iefix') format('embedded-opentype'),
         url('fonts/entypo-social.woff') format('woff'),
         url('fonts/entypo-social.ttf') format('truetype'),
         url('fonts/entypo-social.svg#entypo-social') format('svg');
    font-weight: normal;
    font-style: normal;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Source Sans Pro', sans-serif;
	margin-top:0;
}

h1 {
	font-weight: 700;
	text-transform: uppercase;
}

h2,h3,h4,h5,h6 {
	font-weight: 600;
	text-transform: none;
}

h1 {
	color: rgb(102, 102, 102);
}

h2 {
	color: rgb(147, 178, 160);
}

h3 {
	margin-top: 0;
}

h3.ccm-page-list-title {
	margin: 0 0 4px 0;
	line-height: 30px;
}
#how-do-i h3 {
    border-bottom: 1px solid rgb(255, 255, 255);
    color: rgb(147, 178, 160);
    cursor: pointer;
    margin-bottom: 4px;
    text-align: left;
    text-transform: none;
    transition: color 0.1s linear 0s;
}
.span3 h2,
.span3 h3,
.span4 h2,
.span4 h3 {
	line-height: 24px;
}

h2 + ul,
h3 + ul {
	margin-top: -8px;
}

.pb_page_section .sidebar div.ccm-page-list-description,
.pb_post .sidebar div.ccm-page-list-description {
	margin-bottom: 24px;
	display: none;
}
.page-id-24 h2,.page-id-24 h3,.page-id-24 h4,.page-id-24 h5,.page-id-24 h6, .page-id-24 .span4.sidebar h3,.page-id-24 .span4.sidebar #eventtitle {
	color:#39B449;
}
a {
	color: rgb(0, 136, 204);
	text-decoration: none;
	transition: color 0.1s linear 0s;
}

a:hover {
	color: rgb(190, 197, 226);
	text-decoration: none;
}

p {
	margin-bottom: 1.75em ;
}

p a {
	font-weight: bold;
}

a.inherited {
	color: inherit;
	cursor: text;
}

a.flip {
	color: rgb(190, 197, 226);
}

a.flip:hover {
	color: rgb(0, 136, 204);
}

/* Typography: Spacing and padding */

.bump-18 {
	margin-top: 18px;
}

.bump-24 {
	margin-top: 24px;
}

.bump-36 {
	margin-top: 36px;
}

.bump-48 {
	margin-top: 48px;
}

.bump-60 {
	margin-top: 60px;
}

.shave {
	margin-top: 0;
}

.chop {
	margin-bottom: 0;
}

.tangelo-row a {
	color: rgb(200, 88, 76);
	font-weight: 600;
}

.tangelo-row a:hover {
	color: rgb(255, 255, 255);
}

.tangelo-row a.red-btn {
	color: rgb(255, 255, 255);
}

body {
	font-family: 'Merriweather', Georgia, serif;
	background-color: rgb(239, 238, 234);
	color: #404040;
	-webkit-font-smoothing: antialiased;
}

ul,ol {
	margin: 0 0 20px 30px;
}

li {
	list-style-position: inside;
}

.sidebar ul,
.leftsidebar ul {
	margin: 0 0 20px 0
}
.sidebar img {
	max-width:100% !important;
}
p {
	line-height: 1.75em;
}

.sans-serif {
	font-family: 'Source Sans Pro', sans-serif;
}

#how-do-i p span.sans-serif {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

em a.sans-serif {
	text-transform: uppercase;
	font-style: normal;
	font-weight: 600;
}

img {
	max-width: none;
}

img.left,
img.right {
	max-width: 480px;
}

img.left {
	float: left;
	margin-right: 16px;
	width: auto;
	padding: 0;
}

img.right {
	float: right;
	margin-left: 16px;
	width: auto;
	padding: 0;
}

.left {
	float: left;
	padding-left: 20px;
}

.hidden {
	visibility: hidden;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.show-inline {
	display: inline-block;
}

.up {
	margin-top: 0;
	padding-top: 0;
}

.down {
	margin-bottom: 0;
	padding-bottom: 0;
}

.last {
	border: none;
}

.thick-2 {
	border-width: 2px;
	clear:both;
}

.thick-3 {
	border-width: 3px;
}

.thick-6 {
	border-width: 6px;
}

.tight {
	margin: 0;
	padding: 0;
}
hr {
	clear:both;
	display:block;
}
div.blogdesc + hr {
	margin: 8px 0;
	border
}

div.blogdesc {
	color: #a6a088;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

img.float-left,
.alignleft {
 float: left;
 margin-right: 16px;
}
img.float-right,
.alignright {
	float: right;
	margin-left: 16px;
}
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}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-post-image {
	max-width:100% !important;
	height:auto !important;
}
.page-id-25 .span8 .rssSummaryListTitle, .page-id-25 .span8 h3.eventsListTitle {
    border-bottom: 1px solid rgb(255, 255, 255);
    color: rgb(102, 102, 102);
    font-family: "freight-sans-pro",sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 8px !important;
    padding: 0;
    text-transform: uppercase;
}
.page-id-25 #content-sbBlog-title h3 a {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.page-id-25 .thumbnail > img, body#teens.teens .thumbnail > img {
    width: 98% !important;
}
/** Forms **/

input, button, select, textarea {
	font-family: 'Source Sans Pro', sans-serif;
	outline: !important;
}

input:focus,
select:focus,
textarea:focus {
	outline: none !important;
	-webkit-appearance: none;
	-webkit-focus-ring:none;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius: 4px;
	box-shadow: none;
	padding: 4px 8px;
	border: 2px solid rgb(229, 217, 205);
}

textarea, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input {
	border-radius: 4px;
	box-shadow: none;
	padding: 4px 8px;
	border-color: rgb(189, 210, 198);
}

/** custom Headers **/

input.search-query {
	border: 0;
	height: 24px;
	box-shadow: none;
	border-radius: 50px;
}

input.search-query[type=text]:focus {
	border: none;
	box-shadow: none;
}

.form-search .input-append .search-query {
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
}

h5.guestBook-formBlock-title {
	margin-bottom: 0;
	font-size: 1.25em;
	font-weight: 600;
}

.guestBook-formBlock label {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.25em;
	font-weight: 600;
}

.guestBook-formBlock input.button.red-btn {
	border: none;
}

/** social icons **/

ul.social {
	margin: 0 0 30px 0;
}

ul.social li {
	display: inline-block;
}

ul.social li a {
	width: 36px;
	height: 36px;
	display: block;
	margin: 0 2px;
}

#home .span3 .moveMe p {
	margin-bottom: 8px;
}

a.facebook:before {
	content: '\F30C';
	font-family: 'Entypo Social';
	margin-right: 6px;
	font-weight: normal;
	font-size: 3em;
	vertical-align: top;
}

a.tumblr:before {
	content: '\F315';
	font-family: 'Entypo Social';
	margin-right: 6px;
	font-weight: normal;
	font-size: 3em;
	vertical-align: top;
}

a.twitter:before {
	content: '\F309';
	font-family: 'Entypo Social';
	margin-right: 6px;
	font-weight: normal;
	font-size: 3em;
	vertical-align: top;
}
a.envelope:before {
	content: '✉';
	font-family: 'Entypo';
	margin-right: 6px;
	font-weight: normal;
	font-size: 3em;
	vertical-align: top;
}

/** custom Headers **/

h2.section {
	background: transparent url(../img/hdr2-line-bg.png) repeat-x 0 50%;
	text-align: left;
	padding: 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 33px;
	color: #93b2a0;
	white-space: nowrap;
	margin: 20px 0 18px 0;
}

h2.section span.lft {
	background: transparent url(../img/hdr2-bg-left.png) no-repeat 0 79%;
	width: 18px;
	height: 33px;
	display: inline-block;
}

h2.section span.rt {
	background: transparent url(../img/hdr2-bg-right.png) no-repeat -3px 79%;
	width: 18px;
	height: 33px;
	display: inline-block;
}

h2 span.mid {
	background: transparent url(../img/hdr2-bg-mid.png) repeat 0 0;
	padding: 0 8px;
	display: inline-block;
	height: 33px;
}

h2.section + p {
	margin-top: 18px;
}

.tangelo-row h2 {
	background: transparent url(../img/hdr2-line-tang-bg.png) repeat-x 0 50%;
	text-align: left;
	padding: 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 33px;
	color: #fff;
	margin: 0 0 30px 0;
}

.tangelo-row h2 span.lft {
	background: transparent url(../img/hdr2-bg-tang-left.png) no-repeat 0 79%;
	width: 18px;
	height: 33px;
	display: inline-block;
}

.tangelo-row h2 span.rt {
	background: transparent url(../img/hdr2-bg-tang-right.png) no-repeat -3px 79%;
	width: 18px;
	height: 33px;
	display: inline-block;
}

.tangelo-row h2 span.mid {
	background: transparent url(../img/hdr2-bg-tang-mid.png) repeat 0 0;
	padding: 0 8px;
	display: inline-block;
	height: 33px;
}

/** trick - fill spans in headers  **/

.lft:before, .rt:before {
	content: "\00a0";
}


/*Nav bar */

.navbar .navbar-inner .container .nav li.dropdown a.dropdown-toggle::after, .navbar .navbar-inner .container .nav li.dropdown span.dropdown::after {

}

/*.navbar .navbar-inner .container .nav li > a.active, .navbar .navbar-inner .container .nav li.active > span {
    background: transparent url("../img/tip-active-menu.png") no-repeat scroll center bottom;
    box-shadow: none;
    color: #fff;
}*/
/** custom buttons */
.btn {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
}

.btn-green {
	text-transform: uppercase;
	color: #fff;
	background: transparent;
	box-shadow: none;
	border-radius: 50px;
	border: 2px solid #bcd2c5;
	text-shadow: none;
}

.btn-green:active {
	box-shadow: none;
	border: 2px solid #fff;
	background: transparent;
	color: #c8584c;
}

.btn-green:hover {
	border: 2px solid #fff;
	background: transparent;
	color: #c8584c;
}

.red-btn,
.slider .w2.pull-right > a {
	background-color: rgb(199, 87, 75);
	color: rgb(255, 255, 255);
	height: 32px;
	border: 0;
	border-radius: 50px;
	line-height: 32px;
	padding: 0 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: none;
	box-shadow: none;
	font-family: 'Source Sans Pro', sans-serif;
	transition: background-color 0.1s linear 0s;
}

.red-btn:hover,
.slider .w2.pull-right > a:hover {
	background-color: rgb(198, 121, 112);
	color: rgb(255, 255, 255);
}

.red-btn:active,
.slider .w2.pull-right > a:active {
	color: #fff;
	border: 0;
	text-shadow: none;
	box-shadow: none;
}

.tangelo-row .red-btn:hover {
	background: #fff;
	color: #c8584c;
	border: 0;
	text-shadow: none;
	box-shadow: none;
	color: #c8584c;
}

.tangelo-row .red-btn:active {
	background: #fff;
	color: #c8584c;
	border: 0;
	text-shadow: none;
	box-shadow: none;
}

a.twitterBtn {
	width: 102px;
	height: 32px;
	line-height: 32px;
	border: 0;
	text-shadow: none;
	background: transparent url(../img/twitter-btn-bg.png) no-repeat -1px -34px;
	box-shadow: none;
	margin: 0;
	padding: 0 0 0 48px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
	margin-bottom: 20px;
}

a.twitterBtn:active {
	width: 148px;
	height: 32px;
	line-height: 32px;
	border: 0;
	text-shadow: none;
	background: transparent url(../img/twitter-btn-bg.png) no-repeat -1px -34px;
	box-shadow: none;
	margin: 0;
	padding: 0 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
	margin-bottom: 10px;
}

a.twitterBtn:hover {
	background-position: -1px -1px;
	background-color: transparent;
	color: #c8584c;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}

/** main menu **/

.navbar-inner {
	background: url(../img/navbarBg.jpg) repeat-x 0 0;
	box-shadow: none;
	line-height: 50px;
	filter: none;
	height: 50px;
	padding-bottom: 6px;
}

#masthead.container {
	margin: 0 auto;
	padding: 12px 0;
}

.navbar a.brand {
	color: #bcd2c5;
	font-weight: 700;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 0 0 10px;
	background: none;
	margin-left: 0;
	font-weight: 700;
	white-space: nowrap;
	height: 100px;
	line-height: 85px;
	max-width: 440px;
}

.navbar a.brand:after {
	content: '\f015';
	font-family: 'FontAwesome';
	font-size: 32px;
	font-weight: 400;
	padding-right: 10px;
	position: relative;
	left: 4px;
	top: 4px;
}

.navbar a.brand.active {
	background: transparent url(../img/tip-active-menu.png) no-repeat 50% bottom;
	box-shadow: none;
	color: #fff;
}

.navbar a.brand:hover {
	color: #fff;
}

.navbar a.brand img {
	border: none;
	margin-right: 10px;
	vertical-align: middle;
	width: 100%;
}

.navbar .nav {
	margin: 0;
}

.navbar-static-top {

}

.navbar .nav li {
	line-height: 50px;
	padding: 0 10px 0;
}

.navbar .nav li a,
.navbar .nav li span {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}

.navbar .nav > li > span {
	float: none;
	text-decoration: none;
}

.nav > li > span  {
	display: block;
}

.navbar .navbar-inner .nav li.dropdown.open a,
.navbar .navbar-inner .nav li.dropdown.open span {
	color: #fff;
	background: transparent url(../img/tip-dropdown.png) no-repeat 2px bottom;
	width: auto;
}

.navbar .navbar-inner .nav li.dropdown:hover a,
.navbar .navbar-inner .nav li.dropdown:hover span {
	color: #fff;
	background: transparent url(../img/tip-dropdown.png) no-repeat 2px bottom;
}

.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu {
	border: none;
	border-radius: 5px;
	box-shadow: none;
	min-width: 120px;
	margin: 0;
	left: 8px;
	width: auto;
}

.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu > li {
	margin-bottom: 0;
	padding: 0 12px;
	text-align: left;
}

.navbar .navbar-inner .container .nav > li.dropdown.nav-last ul.dropdown-menu {
	left: -140px;
}

.navbar .navbar-inner .container .nav > li.dropdown.nav-last ul.dropdown-menu > li {
	text-align: right;
}

.navbar .navbar-inner .nav > li.nav-last.dropdown:hover a {
	background: transparent url(../img/tip-dropdown.png) no-repeat center bottom;
}

.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu a {
	color: #c8584c;
	padding: 5px 3px;
}

.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu a:hover {
	background: none;
	color: #a6c3b2;
}

.navbar .pull-right > li > .dropdown-menu::after, .navbar .nav > li > .dropdown-menu.pull-right::after {
	border: none;
}

.navbar .pull-right > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu.pull-right::before {
	border: none;
}

.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right {
	left: -36px;
	right: auto;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	box-shadow: none;
}

.navbar .navbar-inner .container .nav li a,
.navbar .navbar-inner .container .nav li span {
	padding: 0;
	font-size: 15px;
	color: #bcd2c5;
	text-shadow: none;
	font-weight: 700;
	text-transform: uppercase;
}

.navbar .navbar-inner .container .nav > li.active > a,
.navbar .navbar-inner .container .nav > li.active > span {
	background: transparent url(../img/tip-active-menu.png) no-repeat center bottom;
	box-shadow: none;
	color: #fff;
}

.navbar .navbar-inner .container .dropdown-menu li > a.active {
	background: none;
}

.navbar .nav > li > span:focus,
.navbar .nav > li > span:hover {
	background: transparent;
	text-decoration: none;
}

.navbar .nav li.dropdown > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle {
	color: #bcd2c5;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: transparent;
	color: #fff;
}

.navbar .navbar-inner .container .nav li a:hover,
.navbar .navbar-inner .container .nav li span:hover {
	background: none;
	color: #fff;
}

.navbar .nav-collapse.collapse {
	background: url(../img/navbarBg.jpg) repeat 0 0;
	border-radius: 0 0 5px 5px;
	text-align: left;
	z-index: 6;
}

.navbar .nav-collapse.collapse li a:hover {
	background: transparent;
	filter: none;
}

.navbar .nav-collapse .nav.pull-right {
	padding-bottom: 10px;
}

.navbar .btn-navbar {
	background: transparent;
	padding: 0;
	box-shadow: none;
	border: none;
	text-shadow: none;
	text-transform: uppercase;
	line-height: 50px;
	margin: 0;
	color: #BCD2C5;
	font-weight: 700 !important;
}

.navbar .btn-navbar:hover {
	background: transparent;
	color: #fff;
}

.navbar .btn-navbar .caret {
	margin: 24px 0 0 5px;
	border-top: 4px solid #bcd2c5;
}

.navbar .btn-navbar:hover .caret {
	border-top: 4px solid #fff;
}

.navbar-inner > .container {
	margin-bottom: 0;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
}

.navbar .navbar-inner .container .nav li.dropdown a.dropdown-toggle:after,
.navbar .navbar-inner .container .nav li.dropdown span.dropdown:after {
	content: '\E760';
	font-family: Entypo;
	font-size: 28px;
	font-weight: normal;
	line-height: 0;
	padding-left: 4px;
	position: relative;
	top: 2px;
}

/*.navbar .navbar-inner .container .nav > li:nth-child(2) > a:first-letter {
	text-transform: lowercase;
}*/

/** Style Images with borders **/

.thumbnail {
	border-radius: 0;
}

.thumbnail.corner,
.thumbnail.corner a {
	box-shadow: none;
	border: 5px solid #d7d4c7;
	padding: 0;
	position: relative;
	display: inline-block;
	box-shadow: none;
}

.thumbnail.corner:hover,
.thumbnail.corner a:hover {
	border-color: #d7d4c7;
	box-shadow: none;
}

/* jquery + less opacity + background new + add class and remove class */

.thumbnail span.topCorner {
	width: 25px;
	height: 25px;
	background: transparent url(../img/pt-corner-tp.png) no-repeat top center;
	position: absolute;
	left: -6px;
	top: -6px;
	z-index: 5;
}

.thumbnail span.bottomCorner {
	width: 25px;
	height: 25px;
	background: transparent url(../img/pt-corner-bt.png) no-repeat top center;
	position: absolute;
	right: -6px;
	bottom: -6px;
	z-index: 5;
}

a.thumbnail {
	box-shadow: none;
	border: 5px solid #d7d4c7;
	padding: 0;
	position: relative;
	display: inline-block;
	box-shadow: none;
}

.imgwide.thumbnail {
	max-width: 98%;
	margin-left: 20px;
}

.singleStaff .thumbnail.nolink {
	max-width: 460px;
	width: 100%;
}

.singleStaff .thumbnail img {
	max-width: 100%;
	height: auto;
}

.imgwide.thumbnail img {
	max-width: 100%;
	height: auto;
}

/* inline-block to fit border */

a.thumbnail:hover {
	border-color: #c8584c;
	box-shadow: none;
}

.ch_hover {
	background: #c8584c url(../img/hover-arrow-bg.png) no-repeat 48% 50% !important;
}

.thumbnails .caption a {
	color: rgb(100, 100, 100);
}

div.nolink {
	box-shadow: none;
	border: 5px solid #d7d4c7;
	padding: 0;
	position: relative;
	display: inline-block;
	box-shadow: none;
	position: relative;
}

/** sliders **/

.smallSlider {
	min-height: 200px;
}

.smallSlider div.item {

}

.smallSlider .box {
	background: #bcd2c5;
	border-radius: 14px;
	padding: 10px;
	height: auto;
	margin: 25px 10px 0 10px;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	position: relative;
}

.smallSlider .box span.tip {
	display: block;
	width: 20px;
	height: 10px;
	background: transparent url(../img/tip-small-slider.png) no-repeat top center;
	position: absolute;
	top: -10px;
	right: 48%;
}

.smallSlider .aut1 {
	top: -68px;
	bottom: auto;
	background: transparent;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding-left: 60px;
	padding-right: 60px;
}

.smallSlider .aut1 span {
	display: block;
	font-size: 12px;
	padding: 5px 0;
	font-weight: normal;
	text-transform: none;
}

.carousel-control {
	top: 15px;
	width: 52px;
	height: 52px;
	border: none;
	border-radius: 0;
	opacity: 1;
}

.carousel {
	margin-bottom: 0;
	width: 100%;
	height: 100%;
}

.carousel .item {
	margin: 0;
	padding: 0;
	transition: left 0.4s ease-in-out 0s;
}

.box img {
	width: 100%;
}

.carousel-control.left {
	background: transparent url(../img/slider-small-sprite.png) -1px -55px;
	padding: 0;
}

.carousel-control.right {
	background: transparent url(../img/slider-small-sprite.png) -55px -55px;
}

.carousel-control.left:hover {
	background: transparent url(../img/slider-small-sprite.png) -1px 0;
}

.carousel-control.right:hover {
	background: transparent url(../img/slider-small-sprite.png) -55px 0;
}

.slider .carousel-control {
	top: 22px;
}

.slider .carousel-control.left {
	background: transparent url(../img/slider-small-sprite.png) -271px -55px;
	left: 5px;
	opacity: 0.4;
	transition: opacity 0.1s linear 0s;
}

.slider .carousel-control.right {
	background: transparent url(../img/slider-small-sprite.png) -219px -55px;
	right: 5px;
	opacity: 0.4;
	transition: opacity 0.1s linear 0s;
}

.slider .carousel-control.left:hover {
	background-position: -271px -55px;
	opacity: 1;
}

.slider .carousel-control.right:hover {
	background-position: -219px -55px;
	opacity: 1;
}

.slider .controlContainer {
	background: rgba(255, 255, 255, .85);
	border-radius: 50px;
	margin: 0 20px 20px 20px;
	position: absolute;
	bottom: 2px;
	top: auto;
	width: 96%;
	height: 58px;
}

.slider .carousel-caption {
	z-index: 2;
	background: none;
	bottom: 20px;
	margin: 0 95px;
}

.slider .carousel-caption span.title {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
}

.slider .carousel-caption a span.title {
	color: #404040;
}

.slider .carousel-caption span.description {
	display: block;
	padding-top: 3px;
	font-size: 1.15em;
	font-family: 'Source Sans Pro', sans-serif;
}

.slider .carousel-caption a.red-btn,
.slider .w2.pull-right > a {
	font-size: 20px;
	float: right;
	margin-top: 5px;
}

.slider .carousel-caption .w1 {
	width: auto;
}

.slider .carousel-caption .w2 {
	width: auto;
}

.span8 .carousel-caption {
	padding: ;
}

.fullSlider {
	position: relative;
}

.fullSlider .nivo-directionNav {
	height: 100px;
	width: 350px;
	position: absolute;
	left: 50%;
	bottom: 10px;
}

.fullSlider .nivo-directionNav a.nivo-prevNav {
	width: 52px;
	height: 52px;
	background: transparent url(../img/slider-small-sprite.png) no-repeat -111px -55px;
	text-indent: -9999px;
}

.fullSlider .nivo-directionNav a.nivo-nextNav {
	width: 52px;
	height: 52px;
	background: transparent url(../img/slider-small-sprite.png) no-repeat -165px -55px;
	text-indent: -9999px;
}

.fullSlider .nivo-directionNav a.nivo-prevNav:hover {
	background-position: -272px -55px;
}

.fullSlider .nivo-directionNav a.nivo-nextNav:hover {
	background-position: -219px -55px;
}

.fullSlider h1 {
	display: inline-block;
	padding: 15px 10px 10px;
	min-height: 70px;
	text-transform: none;
	font-weight: 700;
	font-size: 32px;
}

.fullSlider .nivo-caption {
	bottom: 0;
	background: transparent;
}

.fullSlider .nivo-controlNav {
	background: #fff;
	border-radius: 20px;
	padding: 0 5px;
	min-width: 100px;
	display: block;
	position: absolute;
	bottom: 22px;
	left: 50%;
	z-index: 99;
}

.fullSlider .nivo-controlNav a.nivo-control {
	width: 20px;
	height: 30px;
	background: transparent url(../img/dot1-bg.png) no-repeat 50% 50%;
	display: inline-block;
	text-indent: -9999px;
}

.fullSlider .nivo-controlNav a.nivo-control.active {
	background: transparent url(../img/dot2-bg.png) no-repeat 50% 50%;
}

.logosSlider {
	text-align: center;
	margin-top: 30px;
}

.logosSlider .carousel .item > img {
	display: inline-block;
}

.logosSlider .carousel-control.left {
	background: transparent url(../img/slider-small-sprite.png) -1px 0;
	left: 0;
}

.logosSlider .carousel-control.right {
	background: transparent url(../img/slider-small-sprite.png) -55px 0;
	right: 0;
}

.logosSlider .carousel-control.left:hover {
	background: transparent url(../img/slider-small-sprite.png) -1px -55px;
}

.logosSlider .carousel-control.right:hover {
	background: transparent url(../img/slider-small-sprite.png) -55px -55px;
}

.logosSlider .carousel-control {
	top: 40px;
}

.logosSlider .box {
	margin: 0 55px;
}

/** styles for specific rows **/

.tangelo-row {
	background: transparent url(../img/tangeloBg.jpg) repeat 0 0;
	padding: 15px 0 30px 0;
}

#request.tangelo-row {
	background: transparent url(../img/crimsGrayBg.jpg) repeat 0 0;
}

#request.tangelo-row h2 span.lft {
	background-image: url(../img/hdr2-bg-crims-left.png);
}

#request.tangelo-row h2 span.mid {
	background-image: url(../img/hdr2-bg-crims-mid.png);
}

#request.tangelo-row h2 span.rt {
	background-image: url(../img/hdr2-bg-crims-right.png);
}

#request input,
#request textarea {
	border-radius: 4px;
	border: none;
}

div.field {
	margin-bottom: 8px;
}

div.field input {
	padding: 4px 8px;
}

div.field label {
	color: rgb(189, 210, 198);
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 1.1em;
	margin-bottom: 2px;
	display: block;
	text-transform: uppercase;
}

.container {
	margin-bottom: 40px;
}

.tangelo-row .container {
	margin-bottom: 0;
}

#titleRow {
	padding: 0;
	margin-top: 30px;
}

#titleRow > .container {
	margin-bottom: 0px;
}

#titleRow h1 {
	background: transparent url(../img/hdr-line-bg.png) repeat-x 0 50%;
	text-align: left;
	padding: 0;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 45px;
	white-space: nowrap;
}

#titleRow h1 span.lft {
	background: transparent url(../img/hdr-line2-bg.png) no-repeat 2px 50%;
	width: 49px;
	height: 50px;
	display: none;
}

#titleRow h1 span.rt {
	background: transparent url(../img/hdr-line2-bg.png) no-repeat 0 50%;
	width: 49px;
	height: 50px;
	display: inline-block;
}

#titleRow h1 span.mid {
	background: #efeeea;
	padding: 0;
	display: inline-block;
	height: 50px;
}

#titleRow h1 span.sub {
	display: none;
}

#bookmobile #titleRow h1 span.sub,
#senior-services #titleRow h1 span.sub,
#home-delivery #titleRow h1 span.sub,
#books-mail #titleRow h1 span.sub {
	display: block;
	color: rgb(170, 168, 158);
	float: left;
	font-size: 20px;
	line-height: normal;
	width: 100%;
	margin-bottom: 18px;
}

.workTogether {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 40px 0;
}

.workTogether .box {
	background: #fff;
	border-radius: 50px;
	padding: 13px 0 10px 0;
	margin: 0;
}

.workTogether p {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 6px;
	margin-bottom: 9px;
	text-align: right;
	line-height: normal;
}

.workTogether a.btn.red-btn {
	font-size: 20px;
	text-align: left;
	margin-left: 20px;
}

.workTogether .container {
	margin-bottom: 0;
}

#contactUsRow {
	color: rgb(64, 64, 64);
	padding-top: 30px;
	border-top: 3px solid rgb(255, 255, 255);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1em;
}

#contactUsRow h4 {
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-size: 1.1em;
}

#contactUsRow address strong {
	color: rgb(206, 230, 215);
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

#contactUsRow p {
	margin: 0 0 12px 0;
	line-height: 18px;
}

#contactUsRow a.red-btn {
	margin-bottom: 15px;
}

#contactUsRow ul {
	margin: 0 0 20px 2px;
}

#contactUsRow ul li {

}

#newsletter .newsletterSubmit {
	background: transparent url(../img/newsletter-submit-bg.png) no-repeat top center;
	width: 57px;
	height: 32px;
	border: 0;
	text-shadow: none;
	box-shadow: none;
}

#newsletter .newsletterSubmit:active {
	border: 0;
	text-shadow: none;
	box-shadow: none;
}

#footText {
	padding: 15px 0;
}

#footText .top {
	display: inline-block;
	position: relative;
	top: -14px;
}

#footText a.toTop:before {
	border-color: transparent transparent rgb(255, 255, 255);
	border-style: solid;
	border-width: 0 20px 20px;
	content: "";
	height: 0;
	left: 38px;
	position: absolute;
	top: -12px;
}

#footText a.toTop:hover:before {
	border-color: transparent transparent rgb(200, 88, 76);
}

#footText a.toTop {
	background-color: rgb(255, 255, 255);
	height: 33px;
	color: rgb(200, 88, 76);
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 33px;
	padding: 10px 14px;
	position: relative;
	width: auto;
}

#footText a.toTop:hover {
	background-color: rgb(200, 88, 76);
	color: rgb(255, 255, 255);
}

#footText p {
	font-size: 16px;
	color: #a6a088;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#footText .container {
	height: 30px;
	line-height: 30px;
	margin-bottom: 0;
}
#footer-menu ul {
	    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
/** PAGE 1 - index **/

#sloganRow {
	padding: 29px 0 5px 0;
}

#sloganRow h1 {
	background: transparent url(../img/logoBig.png) no-repeat 0 0;
	padding: 15px 10px 10px 150px;
	min-height: 120px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
}

#sliderRow {
	margin: 0 0 6px 0;
}

#sliderRow .container {
	margin: 30px auto 36px;
}

#whatsHappeningRow {
}

#whatsHappeningRow img {
	max-width: none;
}

#whatsHappeningRow p {
	margin-bottom: 12px;
}

#whatsHappeningRow .moveMe p {
	margin-bottom: 4px;
}

#whatsHappeningRow h3 {
	color: rgb(64, 64, 64);
	margin: 0 0 12px 0;
	line-height: 20px;
	font-size: 20px;
}

#whatsHappeningRow .moveMe {
	padding-left: 10px;
	margin-bottom: 10px;
}

#whatsHappeningRow #eventtitle a {
	font-size: 18px;
	font-weight: 700;
}

#recentBooksRow .thumbnails li {
	text-align: center;
}

#recentBooksRow .thumbnails li .content-sbBlog-contain {
	margin: 0 auto;
}

#home .content-sbBlog-contain a.readmore {
	float: none;
	display: block;
	margin-top: 8px;
	border-top: 1px solid rgb(255, 255, 255);
	padding-top: 4px;
}

#home .content-sbBlog-post {
	margin-right: 10px;
}

#home .content-sbBlog-contain a.readmore:before {
	display: none;
}

#home .content-sbBlog-contain a.readmore:after {
	content: '\1F4D6';
	font-family: 'Entypo';
	font-size: 2.3em;
	font-weight: normal;
	margin-left: 5px;
	vertical-align: middle;
}

#recentBooksRow p {
	text-align: center;
	font-size: 12px;
	line-height: 17px;
}

#recentBooksRow ul.thumbnails.withHover {
	margin-top: 24px;
}

#recentBooksRow ul li a img {
	max-height: 330px;
	max-width: 220px;
}

#quickLinksRow {

}

#quickLinksRow p {
	font-size: 16px;
	line-height: 24px;
}

#quickLinksRow .box p {
	font-size: 18px;
	line-height: 25px;
	font-style: italic;
}

#stayTunedRow {

}

#stayTunedRow .postShowcase {

}

#stayTunedRow .postShowcase h3 {
	text-transform: uppercase;
	color: #c8584c;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

#stayTunedRow .postShowcase h3 a {
	color: #c8584c;
}

#stayTunedRow .postShowcase h3 a:hover {
	color: #a6c3b2;
}

#stayTunedRow .postShowcase p {
	margin: 0
}

#stayTunedRow p.summary {
	margin: 0;
	color: #a6a088;
	font-size: 12px;
}

#stayTunedRow p.summary a {
	color: #c8584c;
	font-size: 12px;
}

#stayTunedRow p.summary a:hover {
	color: #a6c3b2;
}

#stayTunedRow .newsData {

}

#stayTunedRow .newsData .datetime a {
	color: #a6a088;
	font-size: 12px;
}

#stayTunedRow .newsData .tweet .datetime a:hover {
	color: #c8584c;
}

#stayTunedRow .newsData .tweet {
	margin: 0 0 15px 0;
}

#stayTunedRow .newsData .tweet a:hover {
	color: #a6c3b2;
}

#stayTunedRow .newsData p {
	margin: 0;
	font-size: 14px;
}

#stayTunedRow .newsData p.datetime {
	color: #a6a088;
	font-size: 12px;
}

/** PAGE 3 - About **/

#what-were-about h2.up.bout {
	border-bottom: 1px solid rgb(255, 255, 255);
	border-bottom: 1px solid rgba(147, 178, 160, .15);
}

#quickLinksRow2 h3 {
	font-size: 20px;
	margin-bottom: 0;
}

#ourClients h2 {
	margin-bottom: 0;
}

#ourStatistics {

}

#ourStatistics .project span {
	font-size: 40px;
	font-weight: 700;
	margin-top: 10px;
	display: block;
	line-height: 60px;
}

.galleries .person h3 {
	margin: 0;
	font-size: 20px;
	line-height: 23px;
}

.galleries .person span {
	display: block;
	color: #a6a088;
}

.galleries .person a {
	word-break: break-all;
}

.galleries .person a:hover {
	color: #a6c3b2;
}

.span4.col2 {
	margin-top: 40px;
}

/** PAGE 4 - Services **/

#servicesText {
	margin-bottom: 30px;
}

h2.description,
.description h2 {
	border-bottom: 2px solid rgb(255, 255, 255);
	border-top: 2px solid rgb(255, 255, 255);
	font-style: italic;
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 30px 0;
	padding: 12px 0;
	text-align: left;
	text-transform: none;
}

.onlineResourcesRow {
	text-align: center;
}

.onlineResourcesRow h2 {
	margin: 0 0 20px 0;
}

.onlineResourcesRow h3,
.onlineResourcesRow h4 {
	text-transform: uppercase;
	margin-bottom: 12px;
}

.onlineResourcesRow img {
	display: block;
	margin-bottom: 12px;
	max-width:100%;
}

.onlineResourcesRow p {
	margin-bottom: 20px;
}

.onlineResourcesRow .description,
#blockStyle1138OtherResources4 a
 {
	background-color: rgb(255, 255, 255);
	border-radius: 8px;
	border: 1px solid rgb(255, 255, 255);
	color: #404040;
	padding: 18px 10px;
	margin: 10px;
	text-align: left;
	min-height: 210px;
	opacity: .7;
	transition: all .1s linear 0s;
	display: block;
}

.onlineResourcesRow .description:hover,
#blockStyle1138OtherResources4 a:hover {
	color: #404040;
	cursor: pointer;
	border: 1px solid rgb(170, 168, 158);
	opacity: 1;
}

.onlineResourcesRow .description a,
.onlineResroucesRow .description a:hover {
	color: inherit;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

.no-js .onlineResourcesRow .description a {
	color: rgb(0, 136, 204);
}

.no-js .onlineResourcesRow .description a:hover {
	color: rgb(190, 197, 226);
}

.onlineResourcesRow .wide .description {
	min-height: 100px;
	height: auto;
}

.onlineResourcesRow .description img {
	margin-bottom: 12px;
	display: block;
}
.onlineResourcesRow .links-list {
	text-align: left;
}
.links-list ul li {
	list-style: none;
	border-bottom: 1px solid rgb(255, 255, 255);
	padding: 0 0 9px 4px;
}

.links-list ul li:last-child {
	border:none;
}

.links-list ul li a {
	height: 100%;
	width: 100%;
	display: block;
}

.links-list ul li a:after {
	font-family: 'Entypo',sans-serif;
	content: '\E75E';
	margin-left: 5px;
	font-size: 28px;
	position: relative;
	top: 3px;
}

.links-list ul li a:hover:after {
	margin-left: 7px;
}

/** PAGE 5 - Work Template **/

.filterMenu {

}

.filterMenu ul {
	background: transparent url(../img/filter-menu-bg1.png) repeat-x 0 50%;
	list-style: none;
	text-align: center;
	margin: 3px 0;
}

.filterMenu ul li {
	display: inline-block;
	margin: 3px 0;
}

.filterMenu ul li a {
	color: #c8584c;
	font-size: 18px;
	text-decoration: none;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 33px;
}

.filterMenu ul li a span.lft {
	background: transparent url(../img/filter-menu-bg-lft.png) no-repeat 90% 0;
	height: 33px;
	width: 26px;
	display: inline-block;
}

.filterMenu ul li a span.mid {
	background: transparent url(../img/filter-menu-bg-mid.png) repeat-x 0 0;
	height: 33px;
	display: inline-block;
	padding: 0 5px;
}

.filterMenu ul li a span.rt {
	background: transparent url(../img/filter-menu-bg-rt.png) no-repeat 0 0;
	height: 33px;
	width: 26px;
	display: inline-block;
}

.filterMenu ul li a:hover, .filterMenu ul li.active a {
	color: #93b2a0;
}

.gallery {
	text-align: center;
	margin: 40px 0;
}

.gallery h3 {
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	margin: 0;
	line-height: 18px;
	padding: 7px 0;
}

.gallery p {
	text-align: center;
	font-size: 12px;
	line-height: 17px;
}

.gallery img {
	width: 256px;
}

.gallery .thumbnails > li {
	margin-bottom: 50px;
}

.galleries,
.galleries .container,
.gallery {
	margin-bottom: 0;
}

/**  staff page **/

.staffNav h2.section {
	background: transparent url(../img/proj-nav-bg2.png) repeat-x 0 50%;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	color: #93b2a0;
	margin: 10px 0 35px 0;
}

.staffNav h2.section a.lft {
	background: transparent url(../img/proj-nav-lft-bg.png) no-repeat 0 -37px;
	display: inline-block;
	width: 74px;
	height: 33px;
}

.staffNav h2.section a.lft:hover {
	background-position: 0 0;
}

.staffNav h2.section span.mid {
	background: transparent url(../img/proj-nav-bg1.png) repeat-x 0 0;
	height: 33px;
	display: inline-block;
}

.staffNav h2.section a.rt {
	background: transparent url(../img/proj-nav-rt-bg.png) no-repeat 0 -37px;
	display: inline-block;
	width: 74px;
	height: 33px;
}

.staffNav h2.section a.rt:hover {
	background-position: 0 0;
}

.staffNav .container {
	margin-bottom: 0;
}

.singleStaff {
	margin: 0 5px;
}

.singleStaff span {
	color: #a6a088;
	font-family: 'Source Sans Pro', sans-serif;
}

.singleStaff span strong {
	font-size: 20px;
	color: #404040;
	text-transform: uppercase;
	font-weight: 700;
	padding-topop: 3px;
	display: block;
}

.projDescription span.position strong {
	font-size: 2em;
}

.singleStaff p {
	font-size: 16px;
	line-height: 24px;
}

.singleStaff .projDescription {
	padding-left: 20px;
}

.singleStaff .container {
	margin-bottom: 0;
}

/* Borrower Fine Table */

#borrow-fines {
	border-collapse: collapse;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	text-align: left;
	width: 100%;
}

#borrow-fines thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}

#borrow-fines th {
	font-weight: 600;
	font-size: 16px;
	border-bottom: 2px solid rgb(170, 168, 158);
	padding: 8px 2px;
}

#borrow-fines tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

#borrow-fines tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

#borrow-fines tbody tr {
	border-bottom: 1px solid rgb(255, 255, 255);
	transition: background-color .1s linear 0s;
}

#borrow-fines tbody tr:hover {
	background-color: rgb(255, 255, 255);
	cursor: default;
}

#borrow-fines td {
	padding: 8px;
}

/** PAGE 7 - Blog **/

.blogPost {
	margin-bottom: 50px;
	padding: 0;
}

.blogPost a:hover {
	color: #a6c3b2;
}

.blogPost h5 {
	background: transparent url(../img/hdr2-line-bg.png) repeat-x 0 50%;
	text-align: center;
	padding: 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 33px;
	color: #93b2a0;
	white-space: nowrap;
	margin-bottom: 40px;
}

.blogPost h5 span.lft {
	background: transparent url(../img/hdr2-bg-left.png) no-repeat 3px 79%;
	width: 18px;
	height: 33px;
	display: inline-block;
}

.blogPost h5 span.rt {
	background: transparent url(../img/hdr2-bg-right.png) no-repeat -3px 79%;
	width: 18px;
	height: 33px;
	display: inline-block;
}

.blogPost h5 span.mid {
	background: transparent url(../img/hdr2-bg-mid.png) repeat 0 0;
	padding: 0 8px;
	display: inline-block;
	height: 33px;
}

.blogPost h2 {
	text-transform: uppercase;
	color: #c8584c;
	font-size: 24px;
	line-height: 26px;
	margin: 15px 0 5px 0;
	text-align: center;
	background: none;
	white-space: normal;
}

.blogPost h2 + p {
	font-size: 16px;
	line-height: 24px;
}

.blogPost p.summary {
	color: #a6a088;
	text-align: center;
	margin: 10px 0 0 0;
}

span.dividers {
	color: #d7d4c7;
}

.blogPost p.summary a {

}

.blogPost ul.thumbnails {
	margin: 0;
}

.blogPost ul.thumbnails li {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0
}

.blogSidebar {
	padding-left: 20px;
}

.blogSidebar a:hover {
	color: #a6c3b2;
}

.blogSidebar h4 {
	margin-bottom: 5px;
}

.blogSidebar h5 {
	margin-bottom: 5px;
}

.blogSidebar h4 {
	color: #93b2a0;
	font-size: 20px;
	margin-bottom: 10px;
}

.blogSidebar ul.categories {

}

.blogSidebar ul.categories li {
	padding: 3px 0;
}

.blogSidebar ul.categories li a {
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	width: 65%;
}

.blogSidebar ul.categories li span {
	display: inline-block;
	width: 30%;
	color: #000;
	text-align: right;
	font-weight: 700;
}

.blogSidebar ul {
	font-family: 'Source Sans Pro', sans-serif;
}

.blogSidebar ul.months li {
	padding: 3px 0;
}

.blogSidebar ul.months li a {
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 5%;
	padding-right: 5%;
}

/* Sidebar */

.support-library {
	position: relative;
}

.support-library .fa {
	background-color: #efeeea;
	color: #08c;
	pointer-events: none;
	position: absolute;
	top: 100px;
	font-size: 21px;
	-ms-filter: 'filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=overlay.png,  sizingMethod=scale)';
	line-height: 18px;
	height: 18px;
	width: 18px;
}

.support-library .fa:hover {
	color: #c0c4e1;
}

.support-library i.fa.fa-arrow-circle-o-left {
	left: 4px;
}

.support-library i.fa.fa-arrow-circle-o-right {
	right: -50px;
}

.container-wrap.black a,
#teens-blog #body.container a,
.teen-dark a {
	color: #2db200;
}

/* Simple Blog */

.blog-attributes h2 {
	margin-top: 0;
}

.ccm-next-previous-wrapper {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 18px;
}

.ccm-next-previous-wrapper a.parent:before {
	content: '\E75D';
	font-family: 'Entypo';
	font-size: 1.75em;
	margin-right: 4px;
	vertical-align: middle;
}

.thumbnail {
	border: none;
	box-shadow: none;
}

/* ProBlog Styles */

.pb_post .container .row p img {
	float: left;
	margin-right: 24px;
	margin-bottom: 16px;
	max-width: 300px;
}

.pb_post .container .row p + ul li {
	list-style-position: outside;
	position: relative;
	left: 14px;
}

a.readmore {
	font-weight: 600;
}

.returnto a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.25em;
	margin-bottom: 0;
}

.returnto a i {
	vertical-align: middle;
}

#teens-blog .returnto a {
	background-color: rgba(0, 0, 0, .70);
	border-radius: 3px;
	color: #2db200;
	padding: 4px 12px;
}

#teens-blog .returnto a:hover {
	color: #2dc900;
}

div.ccm-next-previous-wrapper {
	border-top: 1px solid #fff;
	padding-top: 6px;
}

#teens-blog div.ccm-next-previous-wrapper {
	border-top: 1px solid #2db200;
	padding-top: 6px;
}

div.prev {
	float: none;
}

div.next {
	text-align: right;
}

a.prev:before {
	content: '\f190';
	font-family: 'FontAwesome';
	font-size: 1.25em;
	font-weight: normal;
	margin-right: 3px;
	vertical-align: middle;
}

a.next:after {
	content: '\f18e';
	font-family: 'FontAwesome';
	font-size: 1.25em;
	font-weight: normal;
	margin-left: 3px;
	vertical-align: middle;
}

.backto {
	display: block;
	position: relative;
	top: 12px;
}

/* Teens Pages  */

body#kids.rightsidebar .content-sbBlog-post,
body#teens.teens .content-sbBlog-post {
	width: 98%;
}

body#kids.rightsidebar .content-pbBlog-post-thumb.span,
body#teens.teens .content-pbBlog-post-thumb.span {
	width: 98%;
}

body#kids.rightsidebar div.thumbnail,
body#teens.teens div.thumbnail {
	width: 98%;
}

body#kids.rightsidebar .thumbnail > img,
body#teens.teens .thumbnail > img {
	width: 98%;
}

#kids div.addthis_toolbox,
#teens div.addthis_toolbox,
.pb_page_section div.addthis_toolbox {
	display: none;
}

#teens-blog #sidebar-readers-stack,
#kids-blog #sidebar-readers-stack,
#music #sidebar-readers-stack,
#movies #sidebar-reader-stack {
	display: none;
}

#teens .support-library .fa,
#teens-blog .support-library .fa {
	color: #2db200;
	background-color: #000;
	background-color: rgba(0, 0, 0, .55);
	border-radius: 100px;
	top: 45%;
}

#teens .support-library i.fa.fa-arrow-circle-o-left,
#teens-blog .support-library i.fa.fa-arrow-circle-o-left {
	left: 3px;
}

#teens .support-library i.fa.fa-arrow-circle-o-right {
	right: 12px;
}

#teens-blog .support-library i.fa.fa-arrow-circle-o-right {
	right: 28px;
}

#teens a.red-btn {
	color: #fff;
}

#teens #footText a.toTop:hover,
#teens-blog #footText a.toTop:hover {
	background-color: #2db200;
}

#teens #footText a.toTop:hover:before,
#teens-blog #footText a.toTop:hover:before {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2db200;
}

#sidebar-teens-stack,
#sidebar-kids-stack,
#sidebar-music-stack,
#sidebar-movie-stack,
#sidebar-readers-stack {
	/*display: none;*/
}

#teens-blog #sidebar-teens-stack,
#kids-blog #sidebar-kids-stack,
#music #sidebar-music-stack,
#movies #sidebar-movie-stack,
#readers-advice #sidebar-readers-stack {
	display: block;
}
.pbBlog-post-meta-info > div {
    display: inline-block;
    margin-right: 20px;
}
.content-pbBlog-post-thumb > .thumbnail > img {
    border: 2px solid #fff;
    margin: 0;
}
.pbBlog-post-meta-info {
    margin: 8px 0 0 30px;
    padding-left: 4px;
}
/* Teen Pages Styles */

body#teens,
body#teens-blog {
	background: #10194A url('teens/bg-teens.jpg') repeat fixed center;
	background-color: #10194A;
}

#teens h2,
#teens-blog h2 {
	color: #0ff;
}

#teens .container-wrap.white,
#teens-blog .container-wrap.white {
	background: transparent url('teens/bg-trans-white.png') left top repeat;
	background: rgba(255, 255, 255, .85);
	height: 124px;
	margin-bottom: 64px;
}

#teens .container-wrap.black,
#teens-blog .container-wrap.black {
	background: transparent url('teens/bg-trans-black.png') left top repeat;
	background: rgba(0, 0, 0, .70);
	padding: 32px 0 0;
}

#teens-blog .container > .row > .span8,
#teens-blog .container > .row > .span4 {
	background-color: rgba(0, 0, 0, .70);
	box-sizing: border-box;
	padding: 32px;
}

#teens-blog .sidebar #eventdate {
	margin-right: 12px;
}

#teens-blog .sidebar #eventdate,
#teens-blog .sidebar #eventtime,
#teens-blog .sidebar #eventendtime {
	font-size: 13px;
}

#teens .navbar .navbar-inner .container .nav li a,
#teens .navbar .navbar-inner .container .nav li span,
#teens-blog .navbar .navbar-inner .container .nav li a,
#teens-blog .navbar .navbar-inner .container .nav li span {
	color: #222;
}

#teens .navbar .navbar-inner .container .nav li > a.active,
#teens .navbar .navbar-inner .container .nav li.active > span,
#teens-blog .navbar .navbar-inner .container .nav li > a.active,
#teens-blog .navbar .navbar-inner .container .nav li.active > span {
	color: #fff;
	background: transparent url('teens/teens-active-menu.png') no-repeat center bottom;
}

#teens,
#teens-blog {
	color: #eee;
}

#teens .navbar-inner,
#teens-blog .navbar-inner {
	/* Trade this:
	background-image: url(teens/bg-nav02.png)!important;
	background-position: 0 0;
	background-repeat: repeat no-repeat;
	For this:
	background: transparent url('teens/bg-nav02.png') repeat left top /* or 0 0  */

	/* Ulitimate this is what we're using */
	background: transparent url('teens/bg-trans-green.png') left top repeat;
	background: rgba(45, 178, 0, .90);
	box-shadow: none;
	filter: none;
	height: 50px;
	line-height: 50px;
	padding-bottom: 6px;
}

#teens #contactUsRow.tangelo-row,
#teens-blog #contactUsRow.tangelo-row {
	background: transparent url('teens/bg-trans-green.png') left top repeat;
	background: rgba(45, 178, 0, .90);
	color: #222;
	border-bottom: 3px solid #fff;
	padding: 15px 0 30px;
}

#teens .tangelo-row a,
#teens-blog .tangelo-row a {
	color: #fff;
	font-weight: 600;
}

#teens #titleRow h1,
#teens-blog #titleRow h1 {
	text-shadow: 2px 3px 2px rgba(0,0,0,.75);
}

#teens #titleRow h1 span.mid,
#teens-blog #titleRow h1 span.mid {
	background-color: transparent!important;
	background-image: none!important;
	display: inline-block;
	height: 50px;
	padding: 0;
}

#teens #eventtime, #eventendtime,
#teens-blog #eventtime, #eventendtime {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}

#teens #eventdate,
#teens-blog #eventdate {
	color: #fff;
}

#teens #titleRow h1,
#teens #titleRow h1 span,
#teens-blog #titleRow h1,
#teens-blog #titleRow h1 span {
	background: none;
}

#teens h2.section,
#teens h2.section span,
#teens-blog h2.section,
#teens-blog h2.section span {
	background: none;
}

#teens h1,
#teens-blog h1 {
	color: #fff;
}

#teens h2.section,
#teens-blog h2.section {
	color: #fff;
}

#teens #footText,
#teens-blog #footText {
	background-color: rgba(255, 255, 255, .90);
	margin-top: 4px;
}

/* Room Reserve */

#ccm-layout-maincontent-61-4 {
	height: 100%;
	overflow-y: visible;
	top: 0;
}

#ccm-layout-maincontent-61-4 > div {
	border-top: 1px solid rgb(255, 255, 255);
	min-height: 100%;
	overflow-y: hidden;
	padding: 20px 0;
 	box-shadow: 0px -1px 0px 0px rgba(0, 0, 0,.1);

}

#ccm-layout-maincontent-61-4 > div h2 {
	margin-top: 0;
}

#ccm-layout-maincontent-61-4 > div p {
	margin: 0;
}
.sidebar.teen .ccm-block-styles {
	border-bottom: 2px #fff solid;
	padding-bottom:15px;
	margin-bottom:15px;
}

/*
 * emm_paginate - WordPress Pagination Function
 * Version: 1.0
 *
 * Copyright (c) 2009 Eric Martin http://www.ericmmartin.com/
 * Link: http://www.ericmmartin.com/pagination-function-for-wordpress
 *
 */
.emm-paginate {}
.emm-paginate a {background:#ddd; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.emm-paginate a:hover, .emm-paginate a:active {background:#ccc; color:#888;}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate .emm-current {color:#fff; background:#5f87ae; border:1px solid #89adcf; margin-right:4px; padding:3px 6px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}

.blog-attributes h2 span {
    color: #666;
    float: right;
    font-size: 0.5em;
}
/* Calendar page */

.eventsinfo #eventtitle {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 8px;
}

#eventdate {
	font-size: 18px;
	font-weight: 700;
	float: left;
	margin: 0 36px 4px 0;
}

#eventtime,
#eventendtime {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
	*zoom: 1;
}

#eventendtime {
	float: none;
}

#eventtime:after {
	content: '-';
	padding: 0 4px;
}

#eventlibrary {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 4px 0 34px;
	display: none;
}

/* Teens Page */

#teens #eventdescription,
#teens #eventlocation,
#teens #eventlibrary,
#teens-blog #eventdescription,
#teens-blog #eventlocation,
#teens-blog #eventlibrary {
	display: none;
}

#teens .span4 #eventtime,
#teens .span4 #eventendtime,
#teens-blog .span4 #eventtime,
#teens-blog .span4 #eventendtime {
	margin-bottom: 18px;
}

#teens .staff-pick .red-btn
#teens-blog .staff-pick .red-btn {
	display: block;
	margin-top: 6px;
	padding: 0;
	text-align: center;
	width: 100%;
}

#teens .staff-pick .red-btn::after,
#teens-blog .staff-pick .red-btn::after {
	content: ' \f02d';
	font-family: 'FontAwesome';
}

#teens .staff-pick h3,
#teens-blog .staff-pick h3 {
	font-size: 20px;
	line-height: 20px;
}

/* How Do I */

#how-do-i .accordionContent {
	margin-bottom: 24px;
}

#how-do-i h3 {
	margin-bottom: 2px;
	color: rgb(147, 178, 160);
	cursor: pointer;
	margin-bottom: 4px;
	border-bottom: 1px solid rgb(255, 255, 255);
	text-transform: none;
	text-align: left;
	transition: color .1s linear 0s;
}

#how-do-i h3:hover {
	color: rgb(102, 102, 102);
}

#how-do-i h3.on {
	border: none;
	color: rgb(102, 102, 102);
}

#how-do-i h3.on + div.accordionContent {
	border-bottom: 1px solid rgb(255, 255, 255);
}

#how-do-i p span {
	display: block;
	margin-bottom: 8px;
}

/* Hours & Location */

ul.holidays {
	list-style: none;
}

ul.holidays li {
	padding: 0;
}

ul.holidays li:before {
	content: '\1F4C5';
	font-family: Entypo,sans-serif;
	position: relative;
	top: 2px;
	font-size: 32px;
	font-weight: normal;
	padding-right: 6px;
}

/* Kids */



/** pager **/

.pager {
	margin: 70px 0 25px 0;
}

.pager ul li {
	display: inline-block;
}

.pager ul li.previous a {
	float: none;
	display: block;
	background: transparent url(../img/prev-arrow-ac-bg.png) no-repeat 10% 5px;
	padding: 1px 20px 1px 50px;
	border-radius: 50px;
	width: auto;
	margin-right: 10px;
}

.pager ul li.previous a:hover {
	background-position: 10% -58px;
}

.pager ul li.next a {
	float: none;
	display: block;
	background: transparent url(../img/next-arrow-ac-bg.png) no-repeat 90% 5px;
	padding: 1px 50px 1px 20px;
	border-radius: 50px;
	width: auto;
	margin-left: 10px;
}

.pager ul li.next a:hover {
	background-position: 90% -58px;
}

.pager ul li.previous span {
	float: none;
	display: block;
	background: transparent url(../img/prev-arrow-bg.png) no-repeat 10% 50%;
	padding: 1px 20px 1px 50px;
	border: 2px solid #d7d4c7;
	border-radius: 50px;
	width: auto;
	color: #a6a088;
	margin-right: 10px;
}

.pager ul li.next span {
	float: none;
	display: block;
	background: transparent url(../img/next-arrow-bg.png) no-repeat 90% 50%;
	padding: 1px 50px 1px 20px;
	border: 2px solid #d7d4c7;
	border-radius: 50px;
	width: auto;
	color: #a6a088;
	margin-left: 10px;
}

.pager ul li a, .pager ul li span {
	width: 26px;
	height: 26px;
	padding: 1px;
	line-height: 26px;
	border-radius: 50px;
	display: inline-block;
	font-weight: 700;
	color: #c8584c;
	background: transparent;
	border: 2px solid #fff;
	text-transform: uppercase;
	margin: 2px;
}

.pager ul li.active a {
	border-color: #bcd2c5;
	color: #93b2a0;
}

.pager ul li a:hover {
	border-color: #bcd2c5;
	color: #93b2a0;
	background-color: transparent;
}

/* tabs style : recent/popular on 06blog.html */

.tabs1 .tab-content {
	border: 4px solid #fff;
	border-radius: 5px;
	padding: 10px;
	border-top-left-radius: 0;
}

.tabs1 .nav-tabs {
	margin: 0;
	border: none;
	position: absolute;
	margin-top: -36px;
}

.tabs1 .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	background: #efeeea url(../img/grayBg.png) repeat 0 0;
	border: 4px solid white;
	border-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.tabs1 .nav-tabs > li > a {
	text-transform: uppercase;
	font-weight: 700;
	border: 0;
	background: none;
}

.tabs1 .tab-pane span {
	display: block;
	padding: 5px 0;
	color: #a6a088;
	font-size: 12px;
}

.tabs1 .nav-tabs > li {
	padding-top: 4px;
}

.tabs1 .nav-tabs > li.active {
	padding-top: 0;
}

/* accordion style : on 06blog.html */

.acc1 {
	margin-bottom: 40px;
}

.acc1 a.accordion-toggle, .acc1 a.accordion-toggle.collapsed {
	font-weight: 700;
	text-transform: uppercase;
	background: transparent url(../img/acc-plus.png) no-repeat 0 50%;
	padding: 10px 30px 10px 30px;
	border: none;
	color: #404040;
}

.acc1 a.accordion-toggle:hover {
	color: #C8584C;
}

.acc1 a.accordion-toggle.active {
	background: transparent url(../img/acc-minus.png) no-repeat 0 50%;
	color: #c8584c;
}

.acc1 .accordion-heading {
	border: 0;
}

.acc1 .accordion-group {
	border: 0;
	border-bottom: 3px solid #fff;
	border-radius: 0;
}

.acc1 .accordion-inner {
	border: 0;
	padding: 0 0 15px 30px;
}

.acc1 .collapse {
	overflow: hidden !important;
}

/** IE fix **/

/** PAGE 8 - Blog Single Post **/

.singlePost {
	margin-bottom: 50px;
	padding: 0;
}

.singlePost a:hover {
	color: #a6c3b2;
}

.singlePost h5 {
	background: transparent url(../img/hdr2-line-bg.png) repeat-x 0 50%;
	text-align: center;
	padding: 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 33px;
	color: #93b2a0;
	white-space: nowrap;
	margin-bottom: 40px;
}

.singlePost h5 span.lft {
	background: transparent url(../img/hdr2-bg-left.png) no-repeat 3px 79%;
	width: 18px;
	height: 33px;
	display: inline-block;
}

.singlePost h5 span.rt {
	background: transparent url(../img/hdr2-bg-right.png) no-repeat -3px 79%;
	width: 18px;
	height: 33px;
	display: inline-block;
}

.singlePost h5 span.mid {
	background: transparent url(../img/hdr2-bg-mid.png) repeat 0 0;
	padding: 0 8px;
	display: inline-block;
	height: 33px;
}

.singlePost ul.thumbnails {
	margin: 0;
}

.singlePost ul.thumbnails li {
	width: 100%;
	text-align: center;
	background: none;
	padding: 0;
	margin: 0;
	padding: 0;
}

.singlePost h2 {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	background: none;
	color: #404040;
	margin: 10px 0 5px 0;
	white-space: normal;
}

.singlePost h3 {
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	margin: 15px 0 0 0;
}

.singlePost h4 {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0 5px 0;
}

.singlePost blockquote p {
	border: 4px solid #fff;
	border-right: none;
	border-left: none;
	font-size: 22px;
	font-style: italic;
	padding: 10px 20px;
	font-weight: 400;
	line-height: 27px;
	margin: 10px 20px;
	text-align: center;
}

.singlePost blockquote {
	border: 0;
}

.singlePost ul {
	margin: 10px 0;
}

.singlePost ul li {
	background: transparent url(../img/list-dot.png) no-repeat 0 50%;
	padding-left: 15px;
	list-style: none;
	margin: 3px 50px;
	font-size: 16px;
	line-height: 24px;
}

.singlePost p.summary {
	color: #a6a088;
	text-align: center;
	margin: 5px 0 35px 0;
	font-size: 14px;
}

.singlePost p {
	font-size: 16px;
	line-height: 24px;
}

.socialNumbers {
	border-radius: 50px;
	margin: 30px 0;
	padding: 10px 0 8px 0;
	text-align: center;
}

.socialNumbers ul {
	margin: 0;
}

.socialNumbers ul li {
	display: inline-block;
	margin: 2px 20px;
}

.socialNumbers ul li span {
	width: 72px;
	height: 34px;
	background: transparent url(../img/cloud-bg.png) no-repeat top center;
	display: inline-block;
	line-height: 33px;
	text-align: center;
	margin-left: 5px;
}

.socialNumbers ul li a.btn {
	margin-bottom: 3px;
	white-space: nowrap;
}

.socialNumbers ul li a.btn:hover {
	background: transparent url(../img/btn-red-bg.png) repeat-x;
	color: #fff;
}

.comments h5 {
	background: transparent url(../img/hdr2-line-bg.png) repeat-x 0 50%;
	text-align: center;
	padding: 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 33px;
	color: #93b2a0;
	white-space: nowrap;
	margin-bottom: 40px;
}

.comments h5 span.lft {
	background: transparent url(../img/hdr2-bg-left.png) no-repeat 3px 79%;
	width: 18px;
	height: 33px;
	display: inline-block;
}

.comments h5 span.rt {
	background: transparent url(../img/hdr2-bg-right.png) no-repeat -3px 79%;
	width: 18px;
	height: 33px;
	display: inline-block;
}

.comments h5 span.mid {
	background: transparent url(../img/hdr2-bg-mid.png) repeat 0 0;
	padding: 0 8px;
	display: inline-block;
	height: 33px;
}

.comments {
	margin: 15px 0;
}

.comments a:hover {
	color: #a6c3b2;
}

.comments ul ol {
	margin-left: 13%;
}

.comments ul li {
	display: inline-block;
}

.comments .comment-content .comment-author span {
	color: #c8584c;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	padding: 0 0 10px 80px;
}

.comments .comment-content p {
	padding-left: 80px;
	margin-bottom: 5px;
}

.comments .comment-content {
	width: 100%;
	margin-bottom: 30px;
}

.comments .comment-content img {
	float: left;
	margin: 0 5px 5px 0;
}

.comments .comment-content p.summary {
	color: #a6a088;
	font-size: 12px;
}

.leaveComment {
	margin: 20px 0 50px 0;
}

.leaveComment h5 {
	background: transparent url(../img/hdr2-line-bg.png) repeat-x 0 50%;
	text-align: center;
	padding: 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 33px;
	color: #93b2a0;
	white-space: nowrap;
	margin-bottom: 40px;
}

.leaveComment h5 span.lft {
	background: transparent url(../img/hdr2-bg-left.png) no-repeat 3px 79%;
	width: 18px;
	height: 33px;
	display: inline-block;
}

.leaveComment h5 span.rt {
	background: transparent url(../img/hdr2-bg-right.png) no-repeat -3px 79%;
	width: 18px;
	height: 33px;
	display: inline-block;
}

.leaveComment h5 span.mid {
	background: transparent url(../img/hdr2-bg-mid.png) repeat 0 0;
	padding: 0 8px;
	display: inline-block;
	height: 33px;
}

.leaveComment input {
	width: 92%;
}

.leaveComment .half {
	width: 48%;
	margin-bottom: 20px;
}

.leaveComment .btn {
	margin-top: 20px;
}

.leaveComment .btn:hover {
	background: #fff;
	color: #c8584c;
	border: 0;
	text-shadow: none;
	box-shadow: none;
	color: #c8584c;
}

.leaveComment .btn:active {
	background: #fff;
	color: #c8584c;
	border: 0;
	text-shadow: none;
	box-shadow: none;
}

/** PAGE 9 Contact us **/

#contactInfo {
	margin-bottom: 40px;
}

#contact-us div.googleMapCanvas {
	border: none;
}

#contactInfo address {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	text-transform: none;
	margin-left: 20px;
}

#contactInfo address span {
	color: #a6a088;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	padding-bottom: 2px;
	text-transform: none;
}

#contactInfo a:hover {
	color: #a6c3b2;
}

#request h2 {
	margin-bottom: 40px;
}

#request input.search-query {
	margin: 0 0 12px 0;
	width: 90%;
}

#request input.search-query.error {
	background: #fff url(../img/error-input-bg.png) no-repeat 96% 50%;
	border: 3px solid #c8584c;
	width: 88%;
}

#request textarea {
	width: 97%;
}

#request textarea.error {
	border: 3px solid #C8584C
}

#request .btn {
	margin-top: 20px;
}

 button.btn, input.btn[type="submit"] {
 }
 .red-btn,
 #contact-us form input.submit {
     background-color: rgb(198, 90, 76);
     border-radius: 8px;
     box-shadow: none;
     color: rgb(255, 255, 255);
     font-weight: 700;
     height: 32px;
     line-height: 32px;
     padding: 4px 18px;
     text-shadow: none;
     text-transform: uppercase;
     transition: all 0.1s linear 0s;
 }

 .red-btn:hover,
 #contact-us form input.submit:hover {
 	background-color: rgb(169, 67, 54);
 }

/* Catalog Search */

.navbar .search {
	float: right;
	max-width: 500px;
	clear: right;
}

.navbar form.ccm-search-block-form {
	display: none;
}

form.ccm-search-block-form h3 {
	display: none;
}

#switch-form label {
	display: inline;
	padding-right: 20px;
	vertical-align: middle;
	position: relative;
	top: 1px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}

.navbar input[type=submit] {
	background-color: rgb(198, 90, 76);
	border-radius: 8px;
	border: none;
	box-shadow: none;
	color: rgb(255, 255, 255);
	font-weight: 700;
	height: 32px;
	line-height: 32px;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.1s linear 0s;
	padding: 0;
	position: relative;
	top: -3px;
	width: 32px;
}
.navbar input[type=submit].search-submit {
 background-image: url("../img/search-site.png");
    background-position: center center;
    color: transparent;
    margin: 0;
    padding: 0;
  }
.navbar input[type=submit]:hover {
 	background-color: rgb(169, 67, 54);
 }

 .navbar #search-cat input[type=submit] {
 	background-image: url(../img/search-cat.png);
 	background-position: center;
 	padding: 0;
 	margin: 0;
 }

 .navbar form.ccm-search-block-form input[type=submit] {
 	background-image: url(../img/search-site.png);
 	background-position: center;
 	color: transparent;
 	padding: 0;
 	margin: 0;
 }


 .navbar .search form {
	margin: 0;
}

nav#account-menu {
	position: relative;
}

nav#account-menu ul {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid rgb(255, 255, 255);
	padding-bottom: 6px;
	margin-bottom: 8px;
}

nav#account-menu ul li {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1em;
	list-style-type: none;
	display: inline;
	font-weight: 600;
}

nav#account-meun ul li a {
}

nav#account-menu ul li.delimiter {
	padding: 0 6px;
}

nav#account-menu #searchResults {
	display: none;
}

/* DropKick Select */

.container .dk_container {
    cursor: pointer;
    display:inline-block !important;
    font-size: 14px;
    margin-bottom: 0;
    outline: none;
}

.container .dk_toggle {
    background-color: rgb(199, 87, 75);
    color: rgb(255,255,255);
    -moz-webkit-radius:4px;
    -webkit-border-radius:4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 8px 45px 8px 12px;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.25s;
    -webkit-backface-visibility: hidden;
    width: 150px !important;
}

.container .dk_toggle:hover, .container .dk_toggle:focus, .container .dk_focus .dk_toggle {
    background-color: rgb(210,104,90);
    color: rgb(255,255,255);
    outline: none;
}

.container .dk_toggle:active {
    background-color: rgb(199, 87, 75);
    outline: none;
}

.container .dk_toggle:active .select-icon {
    border-left-color: transparent;
}

.select-icon {
    background: rgb(199, 87, 75) url('../img/toggle.png') no-repeat right center;
    border-left: 2px solid rgba(0,0,0,0.25);
    border-radius: 0 4px 4px 0;
    height: 100%;
    position: absolute !important;
    right: 0;
    top: 0;
    width: 44px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}

.container .dk_open {
    z-index: 10;
}

.container .dk_open .dk_toggle {
    background-color: rgb(199, 87, 75);
}

.container .dk_open .dk_toggle .select-icon {
    background-color: rgb(180,77,56);
    border-left-color: transparent;
}

.container .dk_options {
    padding-top: 14px;
    width: 150px !important;
}

.container .dk_options:before {
    content: "";
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent rgb(199, 87, 75) transparent;
    height: 0px;
    position: absolute;
    left: 15px;
    top: 5px;
    width: 0px;
    -webkit-transform: rotate(360deg);
}

.container .dk_options:before {
    left: auto;
    right: 15px;
}

.container .dk_options li {
    margin-left:0;
    padding-bottom: 4px;
    margin-bottom: 0;
    list-style: none;
}

.container .dk_options a {
    border-radius: 6px;
    color: rgb(255,255,255);
    display: block;
    padding: 5px 9px;
    text-decoration: none;
}

.container .dk_options a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(199, 87, 75);
}

.container .dk_option_current a {
    background-color: rgb(255, 255, 255);
    color: rgb(199, 87, 75);
}

.container .dk_options_inner {
    background-color: rgb(199, 87, 75);
    border-radius: 8px;
    margin: 0;
    max-height: 244px;
    padding: 3px 3px 2px;
    width: 202px !important;
}

.container .dk_touch .dk_options {
    max-height: 250px;
}

.container .dk_container {
    display: none;
    position: relative;
    vertical-align: middle;
}

.container .dk_container.dk_shown {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.container .dk_container[class*="span"] {
    float: none;
    margin-left: 0;
}

.container .dk_toggle {
    display: block;
    position: relative;
}

.container .dk_open {
    position: relative;
}

.container .dk_open .dk_options {
    margin-top: -1px;
    opacity: 1;
    z-index: 10;
    display: block;
}

.container .dk_open .dk_label {
    color: inherit;
}

.container .dk_options {
    margin-top: -21px;
    position: absolute;
    left: 0;
    opacity: 0;
    width: 159px;
    z-index: -100;
    display: none;
    transition: 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

.select-right .dk_options {
    left: auto;
    right: 0;
}

.container .dk_options a {
    display: block;
}

.container .dk_options_inner {
    overflow: auto;
    outline: none;
    position: relative;
}

.container .dk_touch .dk_options {
    overflow: hidden;
}

.container .dk_touch .dk_options_inner {
    max-height: none;
    overflow: visible;
}

.select-right .dk_options {
    left: auto;
    right: 0;
}

.container .dk_options a {
    display: block;
}

.container .dk_options_inner {
    overflow: auto;
    outline: none;
    position: relative;
}

.container .dk_touch .dk_options {
    overflow: hidden;
}

.container .dk_touch .dk_options_inner {
    max-height: none;
    overflow: visible;
}

.container .dk_fouc select {
    position: relative;
    top: -99999em;
    visibility: hidden;
}

/* Right Sidebar */

.span4.sidebar {
	box-shadow: -1px 0px 0 0px rgba(0,0,0,0.1);
	padding-left: 20px;
	width: 279px;
	border-left: 1px solid rgb(255, 255, 255);
}

.span4.sidebar h3,
.span4.sidebar #eventtitle {
	color: rgb(102, 102, 102);
	font-size: 18px;
	line-height: normal;
}

.span4.sidebar h3 a,
.span4.sidebar #eventtitle a,
.span4.sidebar .ccm-page-list a {
	font-size: 18px;
	font-weight: 600;
}

.span4.sidebar .ccm-page-list a {
	border-bottom: 1px solid rgb(255, 255, 255);
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	padding: 8px 0;
}

.span4.sidebar .ccm-page-list br {
	display: none;
}

.span4.sidebar h3 a:after,
a.go:after {
	content: '\E75E';
	margin-left: 3px;
	font-family: 'Entypo',sans-serif;
	transition: margin .1s linear 0s;
}

.span4.sidebar h3 a:hover:after,
a.go:hover:after {
	margin-left: 6px;
}

.rightsidebar .row .span8 > div + p:
{
	margin-top:18px;
}

.rightsidebar .span8 .rssSummaryListTitle,
.rightsidebar .span8 h3.eventsListTitle {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	color: rgb(102, 102, 102);
	font-weight: 700;
	padding: 0;
	margin: 0 0 8px 0 !important;
	border-bottom: 1px solid rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: normal;
}

.rightsidebar .span8 #eventtitle {
	margin: 0;
}

.rssItemTitle h3 {
	margin-bottom: 0;
	line-height: normal;
	font-size: 18px;
}

.rightsidebar #eventtitle a,
.rightsidebar .rssItemTitle h3 a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	text-transform: none;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}

.rightsidebar #eventdate,
.rightsidebar #eventtime,
.rightsidebar #eventendtime,
.rightsidebar .rssItemDate {
	margin: 0 0 8px 0;
	padding: 0;
	color: rgb(170, 168, 158);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
}

.rightsidebar #eventdate:after {
	content: '--';
	margin: 0 3px;
}

.rightsidebar #eventdescription,
.rightsidebar .rssItem {
	margin-bottom: 22px;
}

.rightsidebar #eventlocation {
	display: none;
}

.rightsidebar #eventlibrary {
	display: none;
}

.rightsidebar .span4 .ccm-page-list-description {
	display: none;
}

.sidebar h2 {
	font-size: 20px;
	line-height: normal;
}

.sidebar h3 {
	font-size: 16px;
	line-height: normal;
	color: rgb(102, 102, 102);
}

.sidebar h2 + h3 {
	margin-top: -8px;
}

.sidebar ul li {
	font-size: .9em;
	list-style-type: disc;
}

/* Left Sidebar */

body.leftsidebar .span4 {
	width: 280px;
	margin-right: 20px;
}

.sidebar img + p,
.leftsidebar img + p {
	margin-top: 12px;
}

/* Homepage */

span.posted-by {
	font-weight: bold;
}

div.ccm-jereme-tweet-time {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
}

.home #eventtitle {
	margin-bottom: 4px;
}

.home #eventsinfo #eventlocation {
	margin: 8px 0 0 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 600;
	color: rgb(80, 80, 80);
}

.home #eventdate {
	display: inline;
	margin-right: 0;
	float: none;
	font-family: 'Source Sans Pro', sans-serif;
}

.home #eventdate::after {
	content: ' at ';
}

.home #eventtime {
	font-family: 'Source Sans Pro', sans-serif;
}

.home #eventtime:after {
	visibility: hidden;
}

.home #eventendtime {
	display: none;
	font-family: 'Source Sans Pro', sans-serif;
}

.home div#future #eventdescription {
	display: none;
}

.home div#future #eventdate,
.home div#future #eventtime,
.home div#future #eventendtime,
.home div#future #eventlocation {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.15em;
	font-weight: 500;
}

#eventlocation {
	display: none;
}

.home div#future #eventlocation {
	margin: 0 0 20px;
}

.home .ccm-jereme-tweetcrete-timeline ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.home .moveMe .btn {
	margin: 0;
}

.home p.closing {
	background-color: rgba(0, 0, 0, .20);
	border-bottom: 1px solid rgb(255, 255, 255);
	border-radius: 4px 4px 0 0;
	color: rgb(255, 255, 255);
	font-weight: normal;
	padding: 8px;
	text-align: center;
	max-width: 75%;
}

.home .thumbnails .caption a {
	color: rgb(255, 255, 255);
}

/** media queries, adjustments **/

/* Image Caption */

.caption-bottom {
	overflow: visible;
	max-width: 100%;
	margin: 0 0 20px 0;
}

img.ccm-image-block {
	display: block;
	min-width: 100%;
	width: 100% !important;
}

.caption-bottom .image-caption {
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}

.image-caption {
	left: 0;
	background: rgba(0, 0, 0, .60);
	padding: 8px 12px;
}

.image-caption p {
	margin: 0;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

div.googleMapCanvas {
	border: 5px solid rgb(170, 168, 158);
}

/* Widgets and Modules */

#kids iframe table body tbody tr td span {
	display: none;
}

/* Symbols and Icons */

.icons:before {
	font-family: 'Entypo',sans-serif;
	font-size: 40px;
	font-weight: normal;
	position: relative;
	top: 2px;
	margin-right: 4px;
}

.icons.download:before {
	content: '\1F4E5';
}

.icons.map:before {
	content: '\E727';
}

.icons.calendar:before {
	content: '\1F4C5';
}

/* New Colors */

.ambergray {
	color: #a6a088;
}

/* Typorgraphy Class Helpers */

.staff-pick h3 {
	line-height: 20px;
}

.staff-pick .author {
	font-size: 18px;
}

@media (max-width: 1200px) {
.fullSlider .nivo-caption {
}
}

@media (min-width: 1200px) {
#whatsHappeningRow .moveMe {
	padding-left: 0;
}

#genealogy img.ccm-image-block {
	min-width: 770px;
}

#whatsHappeningRow .span4 .span3 {
	width: 280px;
	margin-left: 16px;
}
}
@media (max-width: 1200px) {
	.room-div > div {
		width:100% !important;
		padding-right:0;
	}
}
@media (min-width: 768px) and (max-width: 979px) {

.navbar .navbar-inner .container .nav li.dropdown a {
	background: none;
}

.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu {
	text-align: left;
	margin-left: 25px;
}

.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu a {
	color: #BCD2C5;
}

.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu a:hover {
	background: none;
	color: #fff;
}

.navbar .navbar-inner .container .nav li a.active {
	background: none;
	color: #fff;
}

.navbar .nav li {
	line-height: 30px;
}
.navbar a.brand::after {
	display:none;
}
.navbar .search {
	/*float: left;*/
	margin:12px 15px;
}

.navbar .navbar-inner .container .nav li a {
	margin: 5px 20px;
}

.navbar .navbar-inner .container .nav li.dropdown a.dropdown-toggle {
	background: none;
}

.slider .carousel-caption .w1 {
	width: 100%;
	color: #c8584c;
}

.slider .carousel-caption .w1 .description {
	display: none;
}

.slider .carousel-caption .w2 {
	display: none;
}

.slider .carousel-caption {
	bottom: 27px;
}

.slider .carousel-caption span.title {
	text-align: center;
}

.slider .carousel-caption a span.title {
	color: #c8584c;
}

.blogPost a.thumbnail.corner {
	display: block;
}

.singlePost a.thumbnail.corner {
	display: block;
}

.fullSlider .nivo-caption {
}

#whatsHappeningRow .moveMe {
	padding: 0;
}

#whatsHappeningRow .span1 {
	width: 100%;
}

#whatsHappeningRow h3 {
	margin-top: 3px;
}

#footText p {
	line-height: normal;
}


.singleStaff .thumbnails > li {
	float: none;
}

.singleStaff .thumbnail.nolink {
	max-width: 90%;
}
}

@media (max-width: 767px) {
	.slider .controlContainer {
		display:none;
	}
	.page #aboutUs2 ul {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
  #footer-menu ul {
   column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    text-align:center;
}
	.page-id-9 #sliderRow .container {
		padding:0;
		margin:0;
	}
h2.section {
	background:none;
	margin:10px 0;
	white-space:normal;
	text-align:left !important;
	border-bottom:2px #fff solid;
}
h2.section span.lft,
h2.section span.rt {
	display:none;
}
h2.section .mid {
	background:none;
	max-width:100%;
	padding:0;
}







	ul, ol, ul.holidays {
    margin: 0 0 5px 10px;
		text-align:left;
	}
	.span4.sidebar {
		padding-left:0;
		border:none;
		box-shadow:none;
	}
	img {
	max-width:100% !important;
}
#history img,
iframe {
	width:100% !important;
}
#history .wp-caption {
	width:90% !important;
	margin:10px 0;
}
.navbar a.brand::after {
	display:none;
}
.container {
	text-align: center;
	padding: 0 20px;
}

body {
	padding-left: 0;
	padding-right: 0;
}

input.search-query {
	min-height: 32px;
}

#request textarea {
	width: 90%;
}

.navbar .navbar-inner .container .nav li.dropdown a {
	background: none;
}

.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu {
	margin-left: 25px;
	text-align: left;
}

.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu a {
	color: #BCD2C5;
}

.navbar .navbar-inner .container .nav li.dropdown ul.dropdown-menu a:hover {
	background: none;
	color: #fff;
}

.navbar .navbar-inner .container .nav li.active a {
	background: none;
	color: #fff;
}

.navbar .nav li {
	line-height: 30px;
}

.navbar .navbar-inner .container .nav li a {
	margin: 5px 20px;
}

.navbar .search,
.navbar .brand {
	float: none;

}
.navbar .brand {
	max-width:90% !important;
}
.navbar .search {
	height: auto;
	margin: 0 auto;
		max-width:100% !important;
	width:auto !important;
	position: relative;
	padding-left:10px;
}

.navbar .search form {
	position: relative;
}

.navbar form > span {
	float: left;
	margin: 0 0 12px 0 !important;
	position: relative;
	text-align: left;
	width: 100%;
}

.navbar .search form > span select,
.navbar .search form > span input[type='text'] {
	box-sizing: border-box;
	height: 40px;
	width: 100% !important;
}

.navbar .search form > span input[type='submit'] {
	position: absolute;
	right: 3px;
	top: 3px;
}

.navbar .search form > span input[type='text'] {
	padding-right: 48px;
}

.navbar .search form .dk_toggle {
	width: 240px !important;
	padding-right: 55px;
}

.navbar .navbar-inner .container .nav li.dropdown a.dropdown-toggle {
	background: none;
}

.workTogether p {
	text-align: center;
	padding: 0 10px;
}

.workTogether a.btn.red-btn {
	margin-left: 0;
}

.workTogether .box {
	border-radius: 20px;
}

.slider .carousel-caption {
	display: none;
}

.slider .controlContainer {
	background: transparent;
	height: 100%;
	width: 100%;
	margin: 0;
}

.slider .carousel-control {
	top: 50%;
	margin-top: -25px;
}

.filterMenu ul {
	background: none;
}

.blogPost {
	padding-right: 0;
	padding-left: 0;
}

.singlePost {
	padding-right: 0;
	padding-left: 0;
}

.blogPost a.thumbnail.corner {
	display: block;
}

.singlePost a.thumbnail.corner {
	display: block;
}

.fullSlider .nivo-caption {
}

#titleRow h1 {
	background: none;
	font-size: 30px;
}

#titleRow h1 span.lft, #titleRow h1 span.rt {
	background: none;
	width: 0;
}

#titleRow h1,
h2.section {
	text-align: center;
}

#whatsHappeningRow .moveMe {
	padding: 0 0 30px 0;
}

.fullSlider h1 {
	font-size: 21px;
}

.blogSidebar {
	padding: 0;
}

.blogSidebar ul.categories li span {
	text-align: center;
}

.filterMenu ul li a span.lft, .filterMenu ul li a span.mid, .filterMenu ul li a span.rt {
	background: none;
}

.singleStaff .projDescription {
	padding-left: 0;
}

#contactInfo address {
	margin-left: 0;
}

#ourStatistics .project .span2 {
	padding-bottom: 30px;
}

#ourStatistics .project span {
	margin-top: 0;
}

#ourStatistics p {
	text-align: center;
}

.person p {
	margin-top: 20px;
	margin-bottom: 30px;
}

#contactUsRow p {
	text-align: center;
}

#getInTouch {
	margin-top: 20px;
}

p {
	text-align: left;
}

.smallSlider {
	margin-top: 30px;
}

.smallSlider p {
	text-align: center;
}

#stayTunedRow .newsData .tweet {
	margin: 30px 0;
}

a.twitterBtn {
	margin: 0 0 40px 0;
}

.onlineResourcesRow .description {
	margin-bottom: 20px;
}

.staffNav h2.section {
	background: none;
}

.staffNav h2.section span.mid {
	background: none;
}

.staffNav h2.section a.lft, .staffNav h2.section a.rt {
	display: none;
}

#footText p {
	line-height: normal;
	text-align: center;
}

.imgwide.thumbnail {
	margin-left: 0;
}

.home .moveMe p {
	text-align: center;
}

.home p.closing {
	width: 100%;
	max-width: 100%;
}

img.alignleft,
img.alignright,
.alignleft,
.alignright,
img.float-left,
img.float-right {
	max-width: 100%;
	float: none;
	margin-bottom: 16px;
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.sidebar {
	clear:both;
}
.backto {
	position:static;
	margin-bottom:20px
}
#titleRow h1 {
	white-space: normal;
}
.navbar a.brand img {
	margin-right:0;
}
}

@media (max-width: 520px) {

.image-caption {
	visibility: hidden;
}
}

@media (max-width: 480px) {

.container {
	text-align: center;
}

.smallSlider .box {
	margin-top: 15px;
}

.slider .description {
	display: none;
}

#sloganRow {
	padding-top: 5px;
}

#sloganRow h1 {
	font-size: 33px;
	line-height: 33px;
	padding: 0;
	background: none;
	min-height: auto;
}

.fullSlider .nivo-caption {
	display: none !important;
}

.blogSidebar ul.categories li span {
	text-align: center;
}

.filterMenu ul li a span.lft, .filterMenu ul li a span.mid, .filterMenu ul li a span.rt {
	background: none;
}

.singleStaff .projDescription {
	padding-left: 0;
}

.navbar .search {
	float: none;
	margin-top: 12px auto;
	max-width: 308px;
	position: relative;
	text-align: left;
	width: 308px;
}

.navbar .navbar-inner .container .nav li.dropdown a.dropdown-toggle {
	background: none;
}

#titleRow h1,
h2.section {
	text-align: center;
}

.image-caption {
	visibility: hidden;
}


}

/* Custom Blocks Overrides */

.ccm-block-field-group h1,
.ccm-block-field-group h2,
.ccm-block-field-group h3,
.ccm-block-field-group h4,
.ccm-block-field-group h5,
.ccm-block-field-group h6,
.ccm-block-field-group p,
.ccm-block-field-group a
 {
	font-family: inherit;
	font-size: inherit;
	text-transform: none;
}

.ccm-block-field-group h2 {
	display: inline;
}

.ccm-block-field-group h2 + span,
.ccm-block-field-group h2 span {
	color: rgb(255, 0, 0);
}

.room-div {
    border-top: 1px solid rgb(255, 255, 255);
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    min-height: 100%;
    overflow-y: hidden;
    padding: 20px 0;
}

#a1807controls,
#a1471controls {
	position: relative;
	top: -110px;
}

input.ccm-input-text {
	border-color: rgb(222, 222, 222);
	border-radius: 0;
	box-shadow: none;
	height: 28px;
	width: 100%;
}

.ccm-block-field-group label {
	display: inline;
}

/* Library Staff Block */

ul.thumbnails.withHover .ccm-add-block {
	float: left;
	height: 220px;
	min-height: 220px;
	width: 220px;
}

ul.thumbnails.withHover .ccm-area-move-enabled {
	float: left;
	min-height: 220px;
	width: auto;
}

ul.thumbnails.withHover div.ccm-block,
ul.thumbnails.withHover div.ccm-block-arrange {
	float: left;
	width: 220px;
}

ul.thumbnails.withHover div.ccm-block-arrange {
	min-height: 220px;
}

ul.thumbnails.withHover div.ccm-block li,
ul.thumbnails.withHover div.ccm-block-arrange li {
	margin: 0;
	width: 100%;
}
.box-hover,
.gallery img {
  position: relative;
  display: inline-block;
  width: 150px;
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box-hover:after,
.gallery img:after {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.box-hover:hover,
.gallery img:hover {
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25)
}

.box-hover:hover:after,
.gallery img:hover:after {
    opacity: 1
}
.iframe-wrap {
	width:100%;
	text-align:center;
}
#recentBooksRow a {
	font-weight:bold;
    color: rgb(0, 136, 204);
    text-decoration: none;
    transition: color 0.1s linear 0s;
    display:block;
    clear:both;
    font-family:"trebuchet ms",geneva;
    font-size:18px;
    margin-bottom:10px;
}
#recentBooksRow img {
	max-width:100% !important;
	height:auto !important;
}
.eventList .item {
	margin-bottom:15px;
}
.moveMe .eventList .item {
	margin-bottom:0px;
}
.moveMe .eventList .description,
.moveMe .eventList .branch,
.moveMe .eventList .location,
.moveMe .eventList .image {
	display:none;
}
.moveMe .eventList #eventdate::after {
	content:none;
}
.moveMe .eventList #eventdate {
	float:left;
	margin-right:15px;
}

#aboutUs2 h2.up.bout {
    border-bottom: 1px solid rgba(147, 178, 160, 0.15);
}
#aboutUs2 ul {
	-moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  list-style-type:none;
  margin:0;
}
#aboutUs2 ul li {
	display:inline-block;
	padding:5px 0;
}
h2.section span.rt {
	margin-left:-5px;
}
h2.section span.lft {
	margin-right:-5px;
}

.gallery img {
	width:auto !important;
}
.page-id-25 .thumbnail > img, body#teens.teens .thumbnail > img {
	width:auto !important;
	margin-right:15px;
}
.page-id-25 .span8 .rssSummaryListTitle, .page-id-25 .span8 h3.eventsListTitle {
	border:none;
	margin-bottom:15px !important;
}
.pbBlog-post-meta-info {
	clear:both;
	padding-top:10px;
}
.wp-caption {
	background:#fff;
	padding:10px;
	font-size:.9em;
	text-align:center;
	margin-bottom:10px;
}
.wp-caption p {
	margin:10px 0 0 0;
	text-align:center;
}

