/*
Theme Name: OSD
Author: Outside Source Design
Author URI: http://outsidesource.com/
Description: The 2014 theme for Outside Source Design
Version: 1.0
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Custom Classes
 * 3.0 - Grids
 * 4.0 - Padding Tags
 * 5.0 - Media Queries
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 * -----------------------------------------------------------------------------
 */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
ul, ol {
    padding-left: 4.0rem;
}
html {
    font-size: 62.5%;
    font-family: Verdana, Geneva, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body > div {
    font-size: 1.4rem;
}
html, body {
    height: 100%;
}


/**
 * 2.0 Custom Classes
 * -----------------------------------------------------------------------------
 */

.unselectable,
.button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button {
    cursor: pointer;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
}


/**
 * 3.0 - Grids - 
 * Whole, Halves, Thirds, Fourths, Fifths, Sixths, Eighths, Ninths, Twelfths, Sixteenths
 * -----------------------------------------------------------------------------
 */

.grid.gutter > [class*='col-'] {
    /* global grid gutter for the whole grid */
    padding: 0 10px;
}
[class*='col-'].gutter {
    /* column specific gutter */
    padding: 0 10px;
}
.grid:after {
    content: "";
    display: block;
    clear: both;
}
.grid > [class*='col-'] {
    float: left;
    min-height: 1px;
}
.col-1-16 {
    width: 6.25%;
}
.col-1-12 {
    width: 8.333333%;
}
.col-1-9 {
    width: 11.111111%
}
.col-1-8,
.col-2-16 {
    width: 12.5%;
}
.col-1-6,
.col-2-12 {
    width: 16.666666%;
}
.col-3-16 {
    width: 18.75%;
}
.col-1-5 {
    width: 20%;
}
.col-2-9 {
    width: 22.222222%;
}
.col-1-4,
.col-2-8,
.col-3-12,
.col-4-16 {
    width: 25%;
}
.col-5-16 {
    width: 31.25%;
}
.col-1-3,
.col-2-6,
.col-3-9,
.col-4-12 {
    width: 33.333333%;
}
.col-3-8,
.col-6-16 {
    width: 37.5%;
}
.col-2-5 {
    width: 40%;
}
.col-5-12 {
    width: 41.666666%;
}
.col-7-16 {
    width: 43.75%;
}
.col-4-9 {
    width: 44.444444%;
}
.col-1-2,
.col-2-4,
.col-3-6,
.col-4-8,
.col-6-12,
.col-8-16 {
    width: 50%;
}
.col-5-9 {
    width: 55.555555%;
}
.col-9-16 {
    width: 56.25%;
}
.col-7-12 {
    width: 58.333333%;
}
.col-3-5 {
    width: 60%;
}
.col-5-8,
.col-10-16 {
    width: 62.5%;
}
.col-2-3,
.col-4-6,
.col-6-9,
.col-8-12 {
    width: 66.666666%;
}
.col-11-16 {
    width: 68.75%;
}
.col-3-4,
.col-6-8,
.col-9-12,
.col-12-16 {
    width: 75%;
}
.col-7-9 {
    width: 77.777777%;
}
.col-4-5 {
    width: 80%;
}
.col-13-16 {
    width: 81.25%;
}
.col-5-6,
.col-10-12 {
    width: 83.333333%;
}
.col-7-8,
.col-14-16 {
    width: 87.5%;
}
.col-8-9 {
    width: 88.888888%;
}
.col-11-12 {
    width: 91.666666%;
}
.col-15-16 {
    width: 93.75%;
}
.col-1 {
    width: 100%;
}


/**
 * 4.0 - Padding Tags
 * -----------------------------------------------------------------------------
 */

.pad10 {
    padding-top: 10px;
}
.pad20 {
    padding-top: 20px;
}
.pad30 {
    padding-top: 30px;
}
.pad40 {
    padding-top: 40px;
}
.pad50 {
    padding-top: 50px;
}


/**
 * Site Styles
 * -----------------------------------------------------------------------------
 */
html, body {
    background: none repeat scroll 0 0 #F6F7F0;
    height: 100%;
	color: #636466;
}
::-webkit-input-placeholder {
    color: #AAAAAA;
    font-family: Verdana, Geneva, sans-serif;
    -webkit-font-smoothing: antialiased;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #AAAAAA;
    font-family: Verdana, Geneva, sans-serif;
}
:-ms-input-placeholder {  
    color: #AAAAAA;
    font-family: Verdana, Geneva, sans-serif;
}
.site-wrapper {
    position: relative;
    left: 0px;
    width: 100%;
    /*min-height: 100%;*/
    overflow: hidden;
    background: #F6F7F0;
}
hr {
    height: 1px;
    background: #cccccc;
    margin: 20px 0px;
    border: none;
}
h1 {
	font-weight: 700;
	color: #636466; 
    /*font-size: 1.6rem;*/
	font-size: 1em;
	line-height: normal;
}
h2 {
	font-weight: 700;
	color: #1AAA95;
    font-size: 2.5em;
	line-height: normal;
}
h3 {
	font-weight: 700;
	color: #1AAA95;
    font-size: 1em;
	line-height: normal;
	padding-top: 10px;
}
p, .main-content {
	font-weight: 400;
	color: #636466;
	font-size: 1.5rem;
	line-height: 2.5rem;
}
.main-content a, .main-content a:visited {
	text-decoration: none;
	color: #db5a31;	
}
.main-content a:hover {
	text-decoration: underline;
}
a:visited {
	color: inherit;	
}
.wrapper {
    clear: both;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.main-content.eighty {
	width: 80%;	
}
.custom-button {
    display: inline-block;
}
.custom-button.button > a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.4rem;
    background: #DB5A31;
    color: white;
    text-decoration: none;
    font-weight: 400;
}
.custom-button.button > a:hover {
    background: #C2370B;
}
@-webkit-keyframes loader {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#mainLoadingGif {
	content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    background-image: url(images/genericLoading.png);
    background-size: 80px 80px;
    -webkit-animation: loader 1.5s infinite linear;
    animation: loader 1.5s infinite linear;	
}
#mainLoadingGifWrap {
	background-color: #000000; 
	height: 100%; 
	opacity: 0.4; 
	position: fixed; 
	width: 100%; 
	z-index: 100; 
	margin: 0; 
	padding: 0; 
	top: 0px;
}
img.alignright {
	float:right; 
	margin: 10px 0 20px 20px; 
}
img.alignleft {
	float:left; 
	margin: 10px 20px 20px 0; 
}
img.img-full-width {
    width: 100%;
    height: auto;
}
img.size-full {
    width: auto;
    height: auto;
    max-width: 100%;
}
.pop-up-info-wrap {
    position: relative;
}
.pop-up-info {
    background-color: rgba(26, 170, 149, 0.93);
    border-radius: 15px;
    visibility: hidden;
    opacity: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    color: #fff;
    margin: auto;
    padding: 10px;
    position: absolute;
    z-index: 10;
    transition: opacity ease-in-out .25s, visibility ease-in-out .25s;
}
.pop-up-info.show {
    visibility: visible;
    opacity: 1;
}
.info-target {
    color: #db5a31;
    cursor: pointer;
}


/*
 * HEADER
 * -----------------------------------------------------------------------------
 */

.main-header {
    background-color: #F6F7F0;
    position: fixed;
	top: 0;
    left: 0;
    width: 100%;
	z-index: 999;
}
#top-nav {
	background-color: #FFFFFF;
	text-align: right;
    height: 30px;
    font-size: 1.3rem;
}
#top-nav ul, .nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#top-nav ul > li, .nav > ul > li {
    float: left;
    margin: 0px 3px;
}
#top-nav #search:focus {
    outline: none;
}
#menu-social-icons-top > li img {
    height: 19px;
    display: block;
}
.menu-social-icons-top-container, .menu-top-nav-container, .search-form {
    display: inline-block;
    padding: 4px 12px;
    vertical-align: middle;
}
#menu-top-nav a {
    padding: 0 8px;
    text-decoration: none;
    color: #717274;
}
#menu-top-nav a:hover, #menu-top-nav a:active {
	text-decoration: none;
	color: #db5a31;	
}
.search-form {
	background-color: #f3f3f3;
}
.search-form .search-button {
	height: 22px;	
}
.search-form input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
	vertical-align: middle;
	font-size: 1.3rem;
}
.search-form input::-webkit-input-placeholder {
    color: #717274;
}
.search-form input::-moz-placeholder {  /* Firefox 19+ */
    color: #717274;
}
.search-form input:-ms-input-placeholder {  
    color: #717274;
}
#header-nav {
    background-color: #fff;
    border-top: 1px solid #E7E8E2;
    padding: 16px 35px;
    height: 109px;
    font-size: 1rem;
    overflow: visible;
}
#header-nav:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: -10px;
    left: 0;
    box-shadow: inset 0px 5px 10px -7px;
    -webkit-transition: opacity ease-in-out .2s;
    -ms-transition: opacity ease-in-out .2s;
    transition: opacity ease-in-out .2s;
}
#header-nav a {
    text-decoration: none;
}
#header-nav > a {
    display: inline-block;
    vertical-align: middle;
}
#header-nav .ymca-logo {
    display: inline-block;
	vertical-align: middle;
}
#header-nav .ymca-logo > img {
	height: 76px;
    width: 99px;
    display: block;
}
#header-nav .site-title {
    color: #1AAA95;
	display: inline-block;
    font-size: 3.5em;
    font-weight: 700;
    line-height: 35px;
	vertical-align: middle;
    margin-left: 25px;
}
#header-nav .site-title > .line-2 {
    color: #0c6b6a;
}
#header-nav > .nav {
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#header-nav > .nav li {
    padding: 0 16px;
    width: 200px;
}
#header-nav > .nav a {
    color: #33BDBD;
    font-weight: 700;
	text-decoration: none;
}
#header-nav > .nav li:nth-child(2) a {
    color: #1aaa95;
}
#header-nav > .nav li:last-child a {
	color: #0d6b6a;
}
#header-nav > .nav a .main {
    font-size: 1.9em;
}
#header-nav > .nav a .sub {
    color: #636466;
    font-size: 1em;
    font-weight: 400;
	text-decoration: none;
}
#header-nav > .nav a:hover, 
#header-nav > .nav li:nth-child(2) a:hover, 
#header-nav > .nav li:last-child a:hover {
    color: #db5a31;
}
#header-nav > .nav a:hover .sub {
    color: #db5a31;
}
#header-nav > .nav .current-menu-item a, 
#header-nav > .nav .current-menu-item a .sub, 
#header-nav > .nav .current-page-ancestor a, 
#header-nav > .nav .current-page-ancestor a .sub {
    color: #db5a31 !important;
}
#header-image {
    height: 380px;
    width: 100%;
    background-position: top;
    background-size: cover;
	background-color: #fff;
	margin-top: 139px;
}
#header-image > .parallax-item > .parallax-fallback-img {
    width: 100%;
    height: 380px;
    top: 127px;
}

/*
 * MOBILE NAV
 * -----------------------------------------------------------------------------
 */

.mobile-nav-button {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border: 2px solid #ccc;
    right: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.mobile-nav-button > .stripe {
    width: 75%;
    height: 3px;
    background: #0d6b6a;
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mobile-nav-button > .stripe:nth-child(1) {
    top: 25%;
}
.mobile-nav-button > .stripe:nth-child(2) {
    top: 50%;
}
.mobile-nav-button > .stripe:nth-child(3) {
    top: 75%;
}
.mobile-nav {
    position: fixed;
    width: 100%;
    right: 0;
    top: 111px;
    overflow-y: auto;
    height: -webkit-calc(100% - 111px);
    height: calc(100% - 111px);
    background-color: #F6F7F0;
    -webkit-transform: translate3d(100%, 0%, 0px);
    -ms-transform: translate(100%, 0%);
    transform: translate3d(100%, 0%, 0px);
    -webkit-transition: -webkit-transform ease-in-out .5s;
    -ms-transition: -ms-transform ease-in-out .5s;
    transition: transform ease-in-out .5s;
    z-index: 100;
}
.mobile-nav.slide-out {
    -webkit-transform: translate3d(0%, 0%, 0px);
    -ms-transform: translate(0%, 0%);
    transform: translate3d(0%, 0%, 0px);   
}
.mobile-nav > ul {
    padding-left: 0;
    list-style-type: none;
}
.slideout-hidden {
    display: none;
}
.mobile-nav .search-form  {
    display: none;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #cccccc;
    padding: 15px;
    color: #636466;
    line-height: 2rem;
    font-size: 1.4rem;
}
.mobile-nav .search-form > form {
    position: relative;
}
.mobile-nav .search-form [name='s'] {
    outline: none;
    width: -webkit-calc(100% - 22px);
    width: -ms-calc(100% - 22px);
    width: calc(100% - 22px);
    padding-right: 8px;
}
.mobile-nav .search-form .search-button {
    position: absolute;
    right: 0;
}
.mobile-nav > ul a {
    color: #636466;
}
.mobile-nav > ul > li {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    line-height: 2rem;
}
.mobile-nav > ul > li:after {
    content: "\25BC";
    position: absolute;
    top: -webkit-calc(15px + 1rem);
    top: -ms-calc(15px + 1rem);
    top: calc(15px + 1rem);
    right: 15px;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
    transition: -webkit-transform ease-in-out .4s;
    transition: -ms-transform ease-in-out .4s;
    transition: transform ease-in-out .4s;
}
.mobile-nav > ul > li.show:after {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    -ms-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
}
.mobile-nav > ul > li > a {
    display: inline-block;
    padding: 15px 45px 15px 15px;
    text-decoration: none;
}
.mobile-nav > ul > li > .sub-menu {
    height: 0;
    overflow: hidden;
    text-transform: none;
    -webkit-transition: height ease-in-out .4s;
    -ms-transition: height ease-in-out .4s;
    transition: height ease-in-out .4s;
}
.mobile-nav > ul > li > .sub-menu li {
    padding-top: 15px;
    line-height: initial;
    list-style-type: disc;
}
.mobile-nav > ul > li > .sub-menu > li:first-child {
    padding-top: 0px;   
}
.mobile-nav > ul > li > .sub-menu > li:last-child {
    padding-bottom: 15px;
}
.mobile-nav .current-menu-item > a {
	color: #DB5A31;	
}


/*
 * MAIN BODY
 * -----------------------------------------------------------------------------
 */

.bg-gradient-wrapper {
    background-image: linear-gradient(180deg, #F6F7F0 25%, #FFFFFF 50%);
    position: relative;
}
.content-wrapper, .main-footer {
    margin: auto;
    max-width: 1200px;
}
.content-wrapper {
    padding-bottom: 50px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.main-content {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    padding: 60px 60px;
    position: relative;
    top: -60px;
    width: 60%;
    z-index: 1;
}
.main-content.no-right-sidebar {
    width: 80%;
}
h1.page-title {
    padding-bottom: 20px;
}

#download-wrapper {
	background-color: rgba(0, 0, 0, 0.5); 
	height: 100%; 
	position: fixed; 
	width: 100%; 
	z-index: 9999; 
	margin: 0; 
	padding: 0; 
	top: 0px;
}
#download-options {
    background-color: #FFFFFF;
    border: 5px solid #000000;
    border-radius: 20px;
    height: 200px;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    padding: 30px 20px 10px;
    position: fixed;
    top: 50%;
    width: 300px;
}
#download-options .close {
    border: 2px solid #000000;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    margin: 10px;
    padding: 1px 5px;
    position: absolute;
    right: 0;
    top: 0;
}
#download-options .close:hover {
	color: #fff;
	background-color: #000;
}
#download-options .button {
    background-color: #CCCCCC;
    border: 1px solid #000000;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 5px;
}
#download-options .row {
    padding: 5px 0;
}
#download-options .button.cancel {
    float: right;
}
form .error {
	border: 2px solid #ca2525;
}
.camper-email {
    float: right;
}
.camper-file-list {
    list-style: none;
    padding: 20px 0 0 0;
    clear: both;
}
.camper-file-list li {
    padding-top: 10px;
}
.note {
    font-size: 80%;
    line-height: normal;
}


/*
 * LEFT SIDEBAR
 * -----------------------------------------------------------------------------
 */

.sidebar {
	width: 20%;
	margin-top: 40px;
}
.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
.sidebar.left > .menu > li {
	margin-right: 18px;
    padding: 7.5px 20px 7.5px 10px;
	background-color: none;
	border-top: 1px solid #ccc;
	text-align: left;
	font-size: 1.35rem;
	display: none;
}
.sidebar.left > .menu > li:last-child {
	border-bottom: 1px solid #ccc;
}
.sidebar.left > .menu > li > a {
	text-decoration: none;
	color: #db5a31;
}
.sidebar.left > .menu > li > a:hover {
	color: #1AAA95;
}
.sidebar.left > .menu > li:not([data-depth='0']) {
	border-top: 1px dotted #ccc;
}
.sidebar.left > .menu .current-menu-ancestor, .sidebar.left > .menu > li[data-depth='0'] {
	display: block;	
}
.sidebar.left > .menu > li[data-depth='0'] > a {
	color: #636466;
    text-transform: uppercase;
}
.sidebar.left > .menu .current-menu-ancestor a {
	color: #db5a31;
}
.sidebar.left > .menu .current-menu-ancestor[data-depth='0'] > a,
.sidebar.left > .menu .current-menu-item[data-depth='0'] > a {
	color: #db5a31;
}
.sidebar.left > .menu > li.menu-item.current-menu-item {
	margin-right: 0;
	border-bottom: 1px dotted #ccc;
	background-color: #fff;	
	display: block;
}
.sidebar.left > .menu > li.menu-item.current-menu-item > a {
	color: #1AAA95;
}
.sidebar.left > .menu > li.menu-item.current-menu-item > a:hover {
	color: #0C6B6A;
}
.sidebar.left > .menu > li[data-depth='0'] > a:hover {
	color: #1AAA95;
}


/*
 * RIGHT SIDEBAR
 * -----------------------------------------------------------------------------
 */

.sidebar.right {
	list-style: none;	
}
#text-2, .widget_osd_blog_search_widget {
	margin: 0 15px;
	border-bottom: 1px solid #dadbd8;	
}
.widget_osd_blog_search_widget {
    padding: 20px 0 40px 0;    
}
#text-2 {
	padding: 30px 0 40px 0;    
}
#osd-blog-search {
	border: 1px solid #E7E7E7;
	padding: 7px 8px;
    width: 100%;
    position: relative;
}
#osd-blog-search input {
	font-size: 1.4rem;
}
#osd-blog-search input:focus {
    outline: none;
}
#osd-blog-search #s {
    width: 100%;
    line-height: 24px;
    height: 24px;
    padding-right: 30px;
}
#osd-blog-search #osd-search-submit {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#text-2 .subscribe-title {
    white-space: nowrap;
}
#text-2 .subscribe-title:after {
    content: "";
    display: block;
    clear: both;
}
#text-2 .title-image {
    float: left;
    width: 35px;
    height: 35px;
    background-image: url(images/email-icon.svg);
    background-size: contain;
    background-position: center;
    position: relative;
    top: 7px;
}
#text-2 .title {
    float: left;
    width: -webkit-calc(100% - 35px);
    width: -ms-calc(100% - 35px);
    width: calc(100% - 35px);
    line-height: 2.7rem;
    font-size: 1.5rem;
    white-space: normal;
    padding-left: 20px;
}
#search-2 .search-button {
	height: 22px;
}
#mc_embed_signup {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
	font-family: verdana;
	border: 1px solid #E7E7E7;
    background: #C9C9C9;
}
#mc_embed_signup > form:after {
    content: "";
    display: block;
    clear: both;
}
#mce-EMAIL {
	background-color: #F7F7F7;
	border: none;
    outline: none;
    padding: 8px;
	font-size: 1.4rem;
    width: -webkit-calc(100% - 38px);
    width: -ms-calc(100% - 38px);
    width: calc(100% - 38px);
    height: 38px;
    float: left;
}
#mc-embedded-subscribe {
    background-color: #C9C9C9;
    border: none;
    color: #FFFFFF;
    float: left;
    font-family: source sans pro;
    font-size: 2.7rem;
    font-weight: 400;
    outline: none;
    width: 38px;
    height: 38px;
}
.sidebar.right > .menu {
	margin-left: 10px;
	padding: 20px 0;
	border-bottom: 1px solid #dadbd8;
}
.sidebar.right > .menu:first-child {
	padding-top: 0;	
}
.sidebar.right > .menu:last-child {
	border: none;
}
.sidebar.right > .menu > li {
	padding: 10px;	
}
.sidebar.right > .menu > li > a {
	color: #636466;	
	text-decoration: none;
	font-weight: 700;
	display: block;
}
.sidebar.right > .menu > li > a > div > .sub {
	font-weight: 400;
}
.sidebar.right > .menu > li a:hover {
	color: #db5a31;
}
.menu-image > a {
	background-repeat: no-repeat;
    position: relative;
}
.menu-image > a:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 35px;
    width: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;   
}
.sidebar.right .list-item-text-wrapper {
    padding-left: 55px;
}
.menu-image.explore > a:before {
	background-image: url(images/explore-camp-tecumseh-01.svg);
}
.menu-image.photo > a:before {
	background-image: url(images/photo-icon.svg);
}
.menu-image.register > a:before {
	background-image: url(images/register-for-camp-01.svg);
}
.menu-image.prepare > a:before {
	background-image: url(images/prepare-for-camp-01.svg);
}
.menu-image.connect > a:before {
	background-image: url(images/connect-with-camp-tecumseh-01.svg);
}
.menu-image.arrow > a:before {
	background-image: url(images/arrow-01.svg);
}
.sidebar.right .per-page .download-options {
	padding-left: 55px;	
	display: none;
	position: absolute;
}
.sidebar.right .per-page .download-options a {
    color: #636466;
    font-size: 12px;
    font-weight: 400;
    padding-top: 5px;
}


/*
 * HOME
 * -----------------------------------------------------------------------------
 */

#menu-social-icons-top > li > a > div {
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}
.facebook-icon {
    background-image: url(images/facebook.svg);
}
.instagram-icon {
    background-image: url(http://www.camptecumseh.org/wp-content/uploads/2014/09/Instagram-2.svg);
}
.twitter-icon {
    background-image: url(images/twitter.svg);
}
.pinterest-icon {
    background-image: url(images/pinterest.svg);
}
.youtube-icon {
    background-image: url(images/youtube.svg);
}
.parallax-img {
    position: absolute;
    top: -5000px;
    left: -5000px;
    visibility: hidden;
}
.parallax-item {
    opacity: 0;
    transition: opacity ease-in-out .4s;
}
.parallax-item.parallax-visible {
    opacity: 1;
}
canvas.parallax-item {
    position: fixed;
    top: 0;
    left: 0;
}
div.parallax-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
}
.parallax-fallback-img {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}
.custom-row.home-row {
	height: 100vh;
    position: relative;
    overflow-y: hidden;
    overflow: hidden;
}
.custom-row:not(.home-row):after {
    content: "";
    display: block;
    clear: both;
}
.home-content .home-cta-wrap {
    display: inline-block;
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	color: #fff;
	font-weight: 700;
    z-index: 1;
    max-width: 96%;
}
.home-content .home-cta-wrap a {
    text-decoration: none;
}
.home-content .home-cta {
    background-color: rgba(13, 107, 106, 0.6);
    border: 8px solid #FFFFFF;
    padding: 15px 30px;
    color: white;
    transition: background-color ease-in-out .4s;
    position: relative;
}
.home-content .home-cta:hover {
    background-color: rgba(13, 107, 106, 1);
}
.home-content .home-cta .main {
    font-size: 4em;
}
.home-content .home-cta .sub {
    font-size: 1.3em;
}
.home-content .home-cta.row-1 {
	letter-spacing: 0.8rem;
}
.home-content .home-cta.row-1 .sub {
    letter-spacing: .44em;
}
.home-row .title-cycle{
	display: none;
}
.home-cta > .main > .title-cycle:first-child {
	display: inline-block;
}
.row-1 > .main > .title-cycle:first-child {
	display: inline-block;
}
.home-cta.row-1 {
    min-width: 565px;
}
.bonus-wrap {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.bonus-wrap a {
    text-decoration: none;
}
.bonus-message {
    display: inline-block;
    padding: 15px 25px;
    background: rgba(250, 174, 49, .7);
    color: black;
    font-weight: 400;
    font-size: 1.1em;
    transition: background-color ease-in-out .2s;
    cursor: pointer;
    min-width: 60%;
    max-width: 90%;
}
.bonus-message:hover {
    background: rgba(194, 55, 11, .7);
}
.popover-cont {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.popover {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    z-index: 5;
    width: 20%;
    max-width: 240px;
    margin: 0 1%;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    -webkit-transition: box-shadow ease-in-out .4s, -webkit-transform ease-in-out .4s;
    transition: box-shadow ease-in-out .4s, -webkit-transform ease-in-out .4s;
    transition: box-shadow ease-in-out .4s, -ms-transform ease-in-out .4s;
    transition: box-shadow ease-in-out .4s, transform ease-in-out .4s;
}
.popover-title {
    position: absolute;
    z-index: 1;
    top: -35px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: white;
    letter-spacing: 4px;
    /*font-size: 1.4rem;*/
    font-size: 1em;
    cursor: pointer;
    -webkit-transition: box-shadow ease-in-out .4s;
    transition: box-shadow ease-in-out .4s;
}
.popover-icon {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    width: 70px;
    height: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
.popover-content {
    position: relative;
    background: white;
    text-align: center;
    width: 100%;
}
.popover-img {
    background-image: url(http://localhost/campT/wp-content/uploads/2014/03/camp-tecumseh.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100px;
}
.popover-desc {
    padding: 15px;
    text-align: left;
    /*font-size: 1.5rem;*/
    font-size: 1.1em;
}
.popover-button {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 600;
    /*font-size: 1.4rem;*/
    font-size: 1em;
    color: white!important;
    background: #db5a31;
    text-decoration: none;
    margin-bottom: 25px;
}
.popover-button:hover {
    background: #c2370b;
}
.popover.active {
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
    box-shadow: 0px 0px 10px 0px #333;
}
.popover.active > .popover-title {
    box-shadow: 0px 0px 10px 0px #333;   
}


/*
 * BLOG
 * -----------------------------------------------------------------------------
 */

.blog-header, .content-header {
    font-size: 1.6rem;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 40px;
}
.post {
    border-bottom: 1px solid #CCCCCC;
    padding: 40px 10px;
}
.post-info {
    float: left;
    width: 30%;
    padding-right: 25px;
}
.post-read-more {
    white-space: nowrap;
}
.post-text {
    float: left;
    width: 70%;
}
.post-author, .post-comments {
    font-size: 1.3rem;
    line-height: 2rem;
    color: #db5a31;
}
.post-comments {
    color: #636466;
}
.post-thumbnail {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    margin-top: 12px;
}
.post:nth-child(2) {
    border-top: 1px solid #CCCCCC;
}
.post > .post-text p {
    font-size: 1.45rem;
}
.post > .post-text > .post-title {
    font-size: 2.2rem;
    font-weight: 400;
}
.post.blog-search-result:nth-child(1) {
    padding-top: 0;
}
.blog-search-result > .post-text {
    width: 100%;
}
.blog-search-result > .post-text > .post-exerpt:not(:empty) {
    margin-top: 25px;
}
.comment-form-comment {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 12px;
    border: 1px solid #E7E7E7;
    padding: 8px;
    background: white;
    /*min-height: 35px;*/
}
#blog-comment-input, .hidden-comment-field {
    height: 19px;
    width: 100%;
    line-height: 19px;
    float: left;
    background-color: #FFFFFF;
    font-size: 1.5rem;
    font-family: verdana;
    overflow: hidden;
    outline: none;
    resize: none;
    border: none;
}
.hidden-comment-field {
    width: -webkit-calc(100% - 16px);
    width: -ms-calc(100% - 16px);
    width: calc(100% - 16px);
    position: absolute;
    visibility: hidden;
}
.sd-social .sd-title {
    color: #636466;
    font-size: 1.6rem;
}
div.sharedaddy h3.sd-title:before {
    margin-bottom: 0px!important;
    border-top: none!important;
}
.sharedaddy > .sd-block {
    border-bottom: 1px solid #DADBD8;
    border-top: 1px solid #DADBD8 !important;
    padding: 15px 0 15px !important;
}
.main-content div.sharedaddy .sd-content li {
    margin-bottom: 0px !important;
}
#commentform:after {
    content: "";
    display: block;
    clear: both;
}
#cancel-comment-reply-link {
    display: inline-block;
	margin-bottom: 20px;
}
.logged-in-as {
    padding-bottom: 20px;
}
#comments #respond {
    overflow: hidden;
    position: relative;
}
#commentform #author {
    margin-right: 6%;
}
#commentform #author, #commentform #email {
    border: 1px solid #E7E7E7;
    float: left;
    font-size: 1.5rem;
    padding: 8px;
    width: 47%;
	margin-bottom: 10px;
}
#commentform .form-submit {
	float: right;	
}
#comments {
    overflow: hidden;
    padding-top: 40px;
    position: relative;
}
.comments-title {
    padding: 20px;
    padding-bottom: 0px;
    background: #F7F7F7;
    border: 1px solid #D7D7D7;
    border-bottom: none;
}
.comment-respond {
    padding: 20px;
    background: #F7F7F7;
    border: 1px solid #D7D7D7;
    border-top: none;
}
#comments .commentlist {
    clear: both;
    list-style: none outside none;
    padding: 30px 0 0 0;
}
#comments .children {
	list-style: none;	
}
#comments .comment-meta {
    color: #1AAA95;
}
#comments .comment {
    margin-top: 25px;
    background: #F7F7F7;
    padding: 15px;
    border: 1px solid #D7D7D7;
}
#comments .comment:nth-child(1) {
    margin-top: 0px;
}
#comments .reply {
    font-size: 1.35rem;
    text-align: right;
}
#comments .navigation {
    text-align: center;
    margin-top: 15px;
}


/*
 * MAPS
 * -----------------------------------------------------------------------------
 */

#map {
    min-height: 200px;
    max-height: 500px;
    height: 40vw;
    position: relative;
    width: 100%;
}
.marker-overlay {
    padding-top: 5px;
    text-align: center;
    position: absolute;
    font-weight: 700;
    top: 0;
    left: 0;
    color: white;
    background-image: url(images/marker_blue_s.png);
    -webkit-transition: background ease-in-out .2s;
    transition: background ease-in-out .2s;
    cursor: pointer;
}
.marker-overlay:hover, .marker-overlay.is-active {
    background-image: url(images/marker_orange_s.png);
}
.marker-content .title {
    font-size: 1.6rem;
    font-weight: 700;
    padding-bottom: 5px;
}
.marker-content .image > img {
	max-height: 200px;
	max-width: 250px;
}
.mapbox-control-info.mapbox-small.mapbox-control-info-right.leaflet-control {
    display: none !important;
}
.link {
	cursor: pointer;	
}
.link:hover {
	text-decoration: none;
	color: #db5a31;
}
#map_legend {
	margin-top: 20px;
    counter-reset: map-marker-counter;
}
#map_legend > .legend-item {
    float: left;
    padding: 0 10px 5px 0;
    overflow: hidden;
    text-align: left;
    vertical-align: top;
    width: 33.333333%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.legend-item > .marker-icon {
    background-image: url("images/marker_blue_m.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 35px auto;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 700;
    height: 50px;
    padding-top: 4px;
    text-align: center;
    text-shadow: 0 0 2px #000000;
    vertical-align: middle;
    width: 30px;
    position: relative;
    -webkit-transition: background ease-in-out .2s;
    transition: background ease-in-out .2s;
}
#map_legend .legend-item.is-active .marker-icon, #map_legend .legend-item.link:hover .marker-icon {
    background-image: url(images/marker_orange_m.png);
}
#map_legend .legend-item.is-active .legend-text {
    color: #db5a31;
}
.legend-item > .marker-icon:before {
    counter-increment: map-marker-counter;
    content: counter(map-marker-counter);
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.4rem;
}
#map_legend .legend-text {
    padding-left: 10px;
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: middle;
    width: -webkit-calc(100% - 30px);
    width: -ms-calc(100% - 30px);
    width: calc(100% - 30px);
	line-height: 1.6rem;
    -webkit-transition: color ease-in-out .2s;
    transition: color ease-in-out .2s;
}
#map_legend .marker-popup-wrapper {
    display: none;
}
.leaflet-popup {
    min-width: 270px;
}


/*
 * IMAGE GALLERIES
 * -----------------------------------------------------------------------------
 */

.jp-carousel-overlay {
	height: 100% !important;	
}
.jp-carousel-titleanddesc, .jp-carousel-comments {
    display: none !important;
}
#hidden-gallery {
	display: none;
}

/*
 * SITE FORMS
 * -----------------------------------------------------------------------------
 */

fieldset {
    margin-bottom: 20px;
    padding: 10px 20px 0;
}
.site-button, #mc_signup_submit, #blog-submit {
    background: none repeat scroll 0 0 #DB5A31;
    border: medium none;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 10px 20px;
    text-decoration: none;
	cursor: pointer;
}
.site-button:hover, #mc_signup_submit:hover, #blog-submit:hover {
    background: #c2370b;
}
.wpcf7-form .inline {
    display: inline-block;
    margin-right: 4%;
    max-width: 47%;
    vertical-align: baseline;
}
.wpcf7-form .inline.last {
	margin-right: 0;
}
.wpcf7-form .wide, #blog-comment-input {
    width: 100%;
}
.wpcf7-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form textarea, 
.wpcf7-form select {
    background-color: #f7f7f7;
    border: 1px solid #e7e7e7;
    font-family: verdana;
    font-size: 1.4rem;
    outline: medium none;
    padding: 8px;
	margin-bottom: 25px;
}
.wpcf7-form .inline input[type=email], 
.wpcf7-form .inline input[type=text], 
.wpcf7-form input[type=tel],
.wpcf7-form .inline textarea, 
.wpcf7-form .inline select {
	width: 100%;	
}
.wpcf7-form textarea {
	width: 100%;	
}
.wpcf7-checkbox, .wpcf7-radio {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}
.fancy-check-hidden {
	display: none;	
}
.wpcf7-form input[type="checkbox"] + label span.fancy-check,
#mc_signup_form input[type="checkbox"] + label span.fancy-check {
    background-color: #F7F7F7;
    border: 1px solid #E7E7E7;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    height: 25px;
    margin: 0;
    position: absolute;
    text-align: center;
    vertical-align: bottom;
    width: 25px;
}
.wpcf7-form input[type="checkbox"]:checked + label span.fancy-check:after,
#mc_signup_form input[type="checkbox"]:checked + label span.fancy-check:after {
    content: '\2714';
}
.wpcf7-checkbox span.wpcf7-list-item {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 0 !important;
    vertical-align: top;
    width: 33%;
	min-height: 25px;
}
.wpcf7-checkbox.two-column span.wpcf7-list-item {
    width: 50%;
}
.wpcf7-checkbox.one-column span.wpcf7-list-item {
    width: 100%;
}
.wpcf7-checkbox .wpcf7-list-item-label .label {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-left: 40px;
    padding-right: 5px;
}
.wpcf7-radio .wpcf7-list-item-label {
    font-size: 1.4rem;
    line-height: 2rem;
}
.wpcf7 .wpcf7-response-output {
    margin: 0 0 20px;
}
.wpcf7-radio.block > span {
    display: block;
}
span.wpcf7-not-valid-tip {
    position: relative;
    top: -20px;
}
legend {
    padding: 0 5px;
}
.simple-table .wpcf7-form-control.wpcf7-radio.block, .simple-table .wpcf7-form-control.wpcf7-text {
    margin-bottom: 0;
    width: 100%;
}

/*
 * CAMPER FORM
 * -----------------------------------------------------------------------------
 */

.wpcf7-form.wpcf7-hidden {
    display: none;
}

/*
 * Mailchimp FORM
 * -----------------------------------------------------------------------------
 */

#mc_signup_form input[type=text] {
    background-color: #f7f7f7;
    border: 1px solid #e7e7e7;
    font-family: verdana;
    font-size: 1.4rem;
    outline: medium none;
    padding: 8px;
	margin-bottom: 25px;	
} 
.mc_var_label {
    margin: 0 !important;
} 
.mc_interest_label {
    display: inline-block !important;
    margin-bottom: 5px !important;
    margin-left: 0 !important;
    min-height: 25px;
    vertical-align: top;
    width: 32.5%;
}
.mc_merge_var {
    float: left;
    margin-bottom: 0 !important;
    margin-right: 2% !important;
    width: 48%;
}
#mc_signup_form input.mc_interest {
    display: none;
}
#mc_signup_form label.mc_interest_label .label {
    display: inline-block !important;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-left: 40px;
    padding-right: 5px;
}
#mc_signup_submit {
	margin-top: 30px !important;
	width: inherit !important;	
}
.mc_signup_submit {
    text-align: left !important;
}
#mc_unsub_link {
    text-align: left !important;
}

/*
 * REQUEST MORE INFO MANUAL EMAIL ENTRY FORM
 * -----------------------------------------------------------------------------
 */
.row {
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}
.row:last-child {
    margin-bottom: 10px;
}
.column {
    display: inline-block;
    padding-right: 1%;
    vertical-align: bottom;
    width: 25%;
	float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wpcf7-form .column > input {
    font-size: 1.2rem;
    width: 100%;
	margin: 0;
}
.wpcf7-form .column > select {
    font-size: 1.2rem;
    width: 100%;
	margin: 0;
}
.site-button.green {
    background-color: #1AAA95;
	padding: 5px 10px;
}
.site-button.green:hover {
    background-color: #1BA08C;
}
.submit.site-button {
	padding: 5px 10px;
	float: right;
}

/*
 * FOOD MENU
 * -----------------------------------------------------------------------------
 */
 
.column.bold {
	font-weight: 700;
	color: #1AAA95;
}
.menu.table {
    background-color: #fdfdfc;
    border: 1px solid #e7e7e7;
    clear: both;
    font-size: 1.4rem;
    position: relative;
}
.menu.table > .row {
    padding: 20px 20px 20px 30px;
	line-height: 1.8rem;
}
.menu.table > .row:nth-child(even) {
    background-color: #f7f7f7;
}
.menu.table > .row:last-child {
    margin-bottom: 0;
	border-bottom: none;
}
.menu.table > .row > .column {
    min-height: 1.5rem;
    padding-right: 2%;
    width: 28%;
}
.menu.table > .row > .column:nth-child(1) {
    width: 16%;
}
.menu-title-row .column:nth-child(1) {
    width: 16%;
}
.menu-title-row {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}
.menu-title-row .column {
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 12px 10px;
    width: 27%;
	font-weight: 700;
    vertical-align: middle;
    display: table-cell;
    float: none;
}
.menu-title-row .column > div {
    font-weight: 400;
}
.menu-title-row .column.breakfast {
    background-color: #1AAA95;
}
.menu-title-row .column.lunch {
    background-color: #38b4a5;
}
.menu-title-row .column.dinner {
    background-color: #0d6b6a;
	border-right: none;
	width: 30%;
}
.menu.table > .row > .column:last-child {
    padding-right: 0;
}

/*
* CAMP PROGRAM SCHEDULE
* -----------------------------------------------------------------------------
*/
 
.schedule.table  {
	font-size: 1.3rem; 
    clear: both;
	overflow: hidden;
	position: relative;
    border-collapse: collapse;
}
.schedule.table > .row.heading {
    color: #FFFFFF;
    font-size: 1.6rem;
    padding: 0;
	display: block;
	cursor: pointer;
    position: relative;
    margin: 5px 0px 0px 0px;
    border: 1px solid #e7e7e7;
}
.schedule.table > .row.heading > .column:nth-child(1) {
    width: 100px;
}
.schedule.table > .row.heading > .column:nth-child(2) {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    width: -ms-calc(100% - 100px);
    position: relative;
    left: 100px;
    padding: 10px 40px 10px 10px;
    line-height: 29px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.schedule.table > .row.heading > .column:nth-child(2):after {
    content: "\2192";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 35px;
    font-family: source sans pro;
    -webkit-transform: translate(0, -50%) rotate(0deg);
    -ms-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
    transition: -webkit-transform ease-in-out .4s;
    transition: -ms-transform ease-in-out .4s;
    transition: transform ease-in-out .4s;
}
.schedule.table > .row.heading.show > .column:nth-child(2):after {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
}
.schedule.table > .row.heading.resident {
	background-color: #1AAA95;
	display: block;
}
.schedule.table > .row.heading.equestrian {
	background-color: #38b4a5;
	display: block;
}
.schedule.table > .row.heading.cilt {
	background-color: #0d6b6a;
	display: block;
}
.schedule.table > .row.heading.dayCamp {
	background-color: #f9ad2f;
	display: block;
}
.schedule.table > .row.heading.adventure {
	background-color: #f1792f;
	display: block;
}
.schedule.table .cat-year {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    border-right: 1px solid rgba(255,255,255,.4);
}
.schedule.table .cat-year:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    width: 1px;
    background: rgba(255, 255, 255, .4);
}
.schedule.table .icon {
    background-repeat: no-repeat;
    position: absolute;
    height: 30px;
    width: 30px;
    opacity: 0.7;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.schedule.table .year {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.schedule.table .icon.resident {
    background-image: url("images/schedule-resident-icon.svg");
}
.schedule.table .icon.equestrian {
	background-image: url("images/schedule-equestrian-icon.svg");	
}
.schedule.table .icon.cilt {
	background-image: url("images/schedule-cilt-icon.svg");	
}
.schedule.table .icon.dayCamp {
	background-image: url("images/schedule-day-icon.svg");	
}
.schedule.table .icon.adventure {
	background-image: url("images/schedule-adventure-icon.svg");	
}
.schedule.table > .section {
    visibility: hidden;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-top: 0;
    background: #fdfdfc;
    height: 0px;
    -ms-transition: height ease-in-out .5s, visibility ease-in-out .6s;
    transition: height ease-in-out .5s, visibility ease-in-out .6s;
}
.schedule.table > .section.show {
    visibility: visible;
}
.schedule.table > .section > .row {
	padding: 15px 0 15px 20px;
    line-height: 2rem;
}
.schedule.table > .section > .row:last-child {
	margin-bottom: 0;
	border-bottom: none;	
}
.row-cont {
    font-size: 1.3rem;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
.row-cont tr {
    position: static;
}
.row-cont .column {
    vertical-align: middle;
    padding: 15px 10px;
    float: none;
    display: table-cell;
}
.schedule.table > .section .row:nth-child(even) {
	background-color: #f7f7f7;
}
.schedule.table > .section .row > .column:nth-child(1) {
    width: 38%;
}
.schedule.table > .section .row > .column:nth-child(2) {
    width: 24%;
    padding-left: 20px;
}
.schedule.table > .section .row > .column:nth-child(2) > span {
    white-space: nowrap;
}
.schedule.table > .section .row > .column:nth-child(3) {
    width: 22%;
	text-align: center;
}
.schedule.table > .section .row > .column:nth-child(4) {
    width: 15%;
	text-align: center;
}


/*
* SOCIAL MEDIA PAGE
* -----------------------------------------------------------------------------
*/

.main-content div.pinterest-single-thumb-wrap:last-child {
    margin-right: 0;
}

/* Twitter */
#twitter-feed-camptymca > p:nth-child(n + 2):before {
    content: "";
    display: block;
    height: 1px;
    background-color: #cccccc;
    margin: 10px 0;
}
#twitter_fts-2 ~ #menu-actions-right-sidebar-menu {
    display: none;
}
#twitter_fts-2 .widgettitle {
	font-size:1.0em;
    margin-bottom: 10px;
}
#twitter_fts-2 {
	width: 100%;
	margin-left: 15px;
}
#twitter_fts-2 .tweeter-info {
    background: transparent;
    box-shadow: none;
    padding: 0;
    min-height: 0;
    margin-bottom: 20 !important;
    margin-top: 0;
}
#twitter_fts-2.widget .fts-twitter-div p {
    margin: 0 0 5px 0 !important;
}
.tweeter-info:hover a {
    color: #DB5A31 !important;
}
#twitter_fts-2 .tweeter-info:hover {
    background: transparent;
    box-shadow: none;
}
.widget .fts-twitter-div img {
    display: none;
}
.widget .fts-twitter-div a {
    color: #db5a31;
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    transition: none!important;
}
.widget .fts-twitter-div a:hover {
    color: #1AAA95!important;
}

/* Facebook */
.fts-jal-fb-user-thumb {
    display: none;
}
.fts-jal-single-fb-post .fts-jal-fb-right-wrap {
    padding-left: 0;
}

/* Youtube */
#fts-yt-videogroup-camptecumsehYMCA {
    margin-top: 20px;
}
#fts-yt-videogroup-camptecumsehYMCA:after {
    content: "";
    display: block;
    clear: both;
}
/* base = disiredAmount / 3 
   (it's 3 because that's the minimal amount of sides that need to be considered... 
    the right of the 1st item, then the left and right of the 2nd item) 
*/
#fts-yt-videolist-camptecumsehYMCA > ul > li {
    width: 33.333333% !important;
    /* base / 2 */
    padding: 5px 0 !important;
}
#fts-yt-videolist-camptecumsehYMCA > ul > li:nth-child(3n + 1) {
    /* base * 2 */
    padding-right: 6.666666px !important;
}
#fts-yt-videolist-camptecumsehYMCA > ul > li:nth-child(3n + 2) {
    /* base */
    padding-left: 3.333333px !important;
    padding-right: 3.333333px !important;
}
#fts-yt-videolist-camptecumsehYMCA > ul > li:nth-child(3n + 2) > .entriestitle {
    left: 3.333333px;
}
#fts-yt-videolist-camptecumsehYMCA > ul > li:nth-child(3n + 3) {
    /* base * 2 */
    padding-left: 6.666666px !important;
}
#fts-yt-videolist-camptecumsehYMCA > ul > li:nth-child(3n + 3) > .entriestitle {
    left: 6.666666px;
}
#fts-yt-videolist-camptecumsehYMCA > ul > li:hover {
    box-shadow: none !important;
    background-color: transparent !important;
}
#fts-yt-videolist-camptecumsehYMCA > ul > li:hover .entriestitle {
    font-weight: normal;
}
#fts-yt-videolist-camptecumsehYMCA > ul > li .entriestitle {
    padding: 5% 6%;
}
.fts-yt-videolist .fts-yt-overlay {
    position: absolute;
    padding: 5px;
    background: #1B1B1B;
    border-radius: 5px 0 5px 5px;
    border: 1px solid rgb(15, 15, 15);
    width: 90%;
    max-width: 570px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fts-yt-videolist .fts-yt-overlay-wrap iframe {
    height: 50%;
    max-height: 350px;
}
.fts-yt-videolist .fts-yt-popup-close {
    top: -20px;
    right: -1px;
    background: #1b1b1b;
    border: 1px solid rgb(15,15,15);
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}

/* Pinterest */
.main-content a.fts-pin-board-wrap {
    padding: 10px;
    width: -webkit-calc(33.333333% - 6.666666px) !important;
    width: calc(33.333333% - 6.666666px) !important;
    margin: 10px 0;
}
.main-content a.fts-pin-board-wrap:nth-child(3n + 1) {
    margin-right: 6.666px;
}
.main-content a.fts-pin-board-wrap:nth-child(3n + 2) {
    margin-left: 3.333px;
    margin-right: 3.333px;
}
.main-content a.fts-pin-board-wrap:nth-child(3n + 3) {
    margin-left: 6.666px;
}
.main-content .fts-pin-board-img-wrap {
    width: 100%;
    height: auto;
}
.main-content img.fts-pin-board-cover {
    display: block;
}
.main-content .fts-pin-board-thumbs-wrap {
    height: auto;
    margin-top: 10px;
}
.main-content .pinterest-single-thumb-wrap {
    margin: 0;
    width: -webkit-calc(25% - 6.666666px) !important;
    width: calc(25% - 6.666666px) !important;
}
.main-content .pinterest-single-thumb-wrap:nth-child(4n + 1) {
    margin-right: 6.666666px;
}
.main-content .pinterest-single-thumb-wrap:nth-child(4n + 2), .main-content .pinterest-single-thumb-wrap:nth-child(4n + 3) {
    margin-left: 3.333333px;
    margin-right: 3.333333px;
}
.main-content .pinterest-single-thumb-wrap:nth-child(4n + 4) {
    margin-left: 6.666666px;
}
.main-content .pinterest-single-thumb-wrap img {
    width: 100% !important;
    height: auto !important;
}


/*
 * FOOTER
 * -----------------------------------------------------------------------------
 */

.footer-wrapper {
	width: 100%;
	border-top: 1px solid #e7e8e2;	
	position: relative;
	padding: 30px 0;
    font-size: 1.35rem;
	background-color: #F6F7F0;
}
.main-footer p {
	line-height: 1.5rem;	
}
.main-footer a {
	text-decoration: none;
    color: #717274;
}
.main-footer a:hover {
	text-decoration: none;
	color: #db5a31;	
}


/*
 * TABLES
 * -----------------------------------------------------------------------------
 */

table.simple-table {
    border-spacing: 0;
    table-layout: fixed;
    background-color: #F7F7F7 !important;
    border: 1px solid #D7D7D7;
    font-size: .9em;
    border-collapse: collapse;

}
table.simple-table > tbody > tr {
    border-top: 1px solid #D7D7D7;
}
table.simple-table > tbody > tr:nth-child(even) {
    background-color: #F2F2F2;
}
table.simple-table > tbody > tr > td, table.simple-table > thead > tr > th {
    border-right: 1px solid #D7D7D7;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
table.simple-table > thead > tr > th {
    background: #e7e7e7;
    color: #1AAA95;
}



/**
 * 2016 UPDATES
 * -----------------------------------------------------------------------------
 */

.single-post .bg-gradient-wrapper {
    background: #FFFFFF;
}
.single-post .content-wrapper {
    max-width: 100%;
}
.single-post .main-content {
    width: 100%;
    float: none;
    font-size: 2rem;
    line-height: 1.6em;
    font-family: Bitter, Georgia;
    padding: 0px;
    top: 0px;
}
.single-post .main-content p {
    font-size: inherit;
    line-height: inherit;
}
.single-post .sharedaddy > .sd-block {
    margin-top: 30px;
    border-bottom: 0px;
}
.single-post .main-content h1 {
    font-family: verdana;
    font-size: 1.5rem;
}
.single-post .main-content h2,
.single-post .main-content h3 {
    font-family: verdana;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.single-post .main-content h2 {
    font-size: 1.7em;
    padding-bottom: 10px;
}
.single-post .main-content h3 {
    padding-bottom: 5px;
    font-size: .9em;
}
.single-post .custom-row__content {
    max-width: 820px;
    margin: auto;
    padding: 60px 60px;
}
.single-post .custom-row__content:empty {
    display: none;
}


.blog .main-content {
    width: 100%;
}
.blog .post-cont {
    margin-left: -40px;
    font-size: 0;
}
.post {
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin: 50px 0px;
    border: none;
}
.post:nth-child(2) {
    border-top: none;
}
.post-info {
    float: none;
    padding-right: 0px;
    width: 100%;
}
.post-thumbnail {
    display: inline-block;
    padding-bottom: 56.25%;
    margin-top: 0px;
}
.post-text {
    width: 100%;
    text-align: center;
}
.post-author {
    margin: 10px 0px;
    text-align: center;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: inherit;
}
.post-exerpt {
    font-size: 1.5rem;
}
.post > .post-text > .post-title {
    padding-top: 0px;
    font-size: 1.9rem;
    margin-bottom: 5px;
}
.blog-header {
    margin-bottom: 0px;
}
.paging {
    text-align: right;
}
.single-post .sharedaddy > .sd-block {
    margin-top: 0px;
    padding: 0px !important;
}
.custom-row--sharedaddy > .custom-row__content {
    padding: 20px 60px;
}
blockquote {
    padding: 20px 0px 20px 50px;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.7em;
    font-weight: 300;
}
.custom-row--full-bg-image > img {
    width: 100%;
    height: auto;
}
.single-post .main-content img.alignleft,
.single-post .main-content img.alignright,
.single-post .main-content img.alignnone {
    max-width: -webkit-calc(50% + 160px);
    max-width: -ms-calc(50% + 160px);
    max-width: calc(50% + 160px);
    height: auto !important;
    margin: 1.5em 1.5em 1.5em -160px;
    border-radius: 20px;
}
.single-post .main-content img.alignright {
    margin: 1.5em -160px 1.5em 1.5em;
}
.single-post .main-content img.alignnone {
    width: -webkit-calc(100% + 320px) !important;
    width: -ms-calc(100% + 320px) !important;
    width: calc(100% + 320px) !important;
    max-width: none;
    margin: 1.5em -160px 1.5em -160px;
}
.single-post .main-content img.alignnone.narrow {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin: 1.5em auto;
    display: block;
}
#header-nav .ymca-logo > img {
    transition: height ease .25s, width ease .25s;
}
.single-sharing-cont {
    display: inline-block;
    overflow: hidden;
    transition: opacity ease .25s;
    opacity: 0;
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#header-nav .site-title {
    transition: font-size ease .25s, line-height ease .25s, margin-left ease .25s;
}
#header-nav > .nav {
    transition: max-height ease .25s, opacity ease .25s;
    overflow: hidden;
    max-height: 80px;
    opacity: 1;
}

.minimize-header #header-nav .ymca-logo > img {
    height: 30px;
    width: 39px;
}
.minimize-header #header-nav .site-title {
    font-size: 12px;
    line-height: 15px;
    margin-left: 5px;
}
.minimize-header #header-nav > .nav {
    max-height: 0px;
    opacity: 0;
}
.single-post:not(.header-16-9) #header-image {
    height: 500px;
}
.single-post.header-16-9 #header-image {
    padding-top: 56.25%;
    height: 0px;
}
.minimize-header #header-image {
    margin-top: 100px;
}
#header-image > .parallax-item > .parallax-fallback-img {
    transition: top ease .25s;
}
#top-nav {
    transition: height ease .25s;
    overflow: hidden;
}
.minimize-header #top-nav {
    height: 0px;
}

/* Minimized header for blog scrolling */
@media screen and (min-width: 869px) {
    #header-nav {
        transition: height ease .25s, padding ease .25s;
    }
    .minimize-header #header-nav {
        height: 51px;
        padding: 10px 35px;
    }
    #header-image {
        transition: margin ease .25s;
    }
    .single-sharing-cont .osd-sms-title {
        display: none;
    }
    .single-sharing-cont .osd-sms-wrapper {
        border-top: none;
        padding-top: 0px;
        margin: 0px;
        display: inline-block;
    }
    .minimize-header .single-sharing-cont {
        transition-delay: .25s;
        opacity: 1;
        vertical-align: middle;
    }
}

@media screen and (max-width: 1050px) {
    .single-post .main-content img.alignnone {
        margin: 1.5em 0;
        max-width: 100%;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .single-post .main-content img.alignnone.narrow {
        left: 0%;
        -webkit-transform: translateX(-0%);
        -ms-transform: translateX(-0%);
        transform: translateX(-0%);
    }
    .single-post .main-content img.alignleft,
    .single-post .main-content img.alignright {
        margin: 1.5em auto;
        float: none;
        display: block;
        max-width: 80%;
    }
    .minimize-header #header-nav {
        height: auto;
    }
}

@media screen and (max-width: 868px) { 
    .post {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .minimize-header #header-image > .parallax-item > .parallax-fallback-img {
        top: 51px;
    }
    .single-post .custom-row__content {
        padding: 60px 10px;
    }
    .post {
        width: 100%;
    }
    blockquote {
        padding: 20px 0px 20px 20px;
        font-size: 1.1em;
        line-height: 1.5em;
    }
}
@media screen and (max-width: 480px) {
    .single-post .main-content {
        font-size: 1.8rem;
    }
    .single-post .custom-row__content {
        padding: 60px 30px;
    }
}




/**
 * MEDIA QUERIES
 * -----------------------------------------------------------------------------
 */

@media screen and (min-width: 2300px) {
    #header-image { height: 750px !important; }
    .single-post:not(.header-16-9) #header-image {
        height: 600px;
    }
}

@media screen and (min-width: 1650px) {
    #header-image { height: 650px; }
    .single-post:not(.header-16-9) #header-image {
        height: 600px;
    }
}

/*@media screen and (max-width: 1074px) {*/
@media screen and (max-width: 1174px) {
    .home-cta.row-1 {
        min-width: 500px;
    }
    #top-nav, #top-nav .search-form input {
        font-size: 1.2rem;
    }
    #header-nav {
        height: 91px;
        font-size: .8rem;
    }
    #header-nav .ymca-logo > img {
        height: 70px;
        width: 92px;
    }
    #header-image {
        margin-top: 121px;
    }
    #header-nav .site-title {
        line-height: 30px;
    }
    #header-nav > .nav li {
        width: 180px;
        margin: 0;
    }
    .home-content {
        font-size: 1.2rem;
    }
    .footer-wrapper {
        font-size: 1.4rem;
    }
    .popover {
        font-size: 1.3rem;
    }

    /* INNER PAGE */
    #header-image > .parallax-item > .parallax-fallback-img {
        top: 121px;
    }
    .main-content {
        padding: 40px 40px;
    }
}

/*@media screen and (max-width: 930px) {*/
@media screen and (max-width: 1030px) {
    .home-cta.row-1 {
        min-width: 450px;
    }
    #header-nav {
        padding: 10px 10px;
        height: 81px;
        font-size: .8rem;
    }
    #header-nav .ymca-logo > img {
        height: 60px;
        width: 78px;
    }
    #header-nav .site-title {
        line-height: 27px;
    }
    #header-image {
        margin-top: 111px;
    }
    #header-nav > .nav a .sub {
        display: none;
    }
    #header-nav > .nav li {
        width: auto;
    }
    .popover-img {
        height: 80px;
    }
    .home-content {
        font-size: 1rem;
    }
    .footer-wrapper {
        font-size: 1.2rem;
    }

    /* INNER PAGE */
    #header-image > .parallax-item > .parallax-fallback-img {
        top: 111px;
    }
    .main-content {
        padding: 30px 30px;
        font-size: 1.4rem;
    }
}

/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 868px) {
    #header-nav {
        font-size: .65rem;
    }
    #header-nav .site-title {
        line-height: 23px;
    }
    #top-nav > .menu-social-icons-top-container {
        display: none;
    }
    .popover {
        font-size: 1.2rem;
    }

    /* INNER PAGE */
    .main-content {
        font-size: 1.2rem;
        top: 0;
        width: 70%;
    }
    .main-content.no-right-sidebar {
        width: 100%;
    }
    .menu.table > .row {
        padding: 20px;
    }
    #header-image {
        height: 300px;
    }
    .single-post:not(.header-16-9) #header-image {
        height: 400px;
    }
    #header-image > .parallax-item > .parallax-fallback-img {
        height: 300px;
    }
    .sidebar.left {
        display: none;
    }
    .sidebar.right {
        width: 30%;
    }
    #header-nav > .nav {
        display: none;
    }
    .mobile-nav-button {
        display: block;   
    }

    /* BLOG */
    .post-info {
        padding-bottom: 0px;
        width: 100%;
    }
    .post-date {
        float: left;
    }
    .post-comments {
        float: right;
    }
    .post-author {
        display: none;
    }
    .post-thumbnail {
        width: 100%;
        padding-bottom: 40%;
        margin: 10px 0;
        float: left;
    }
    .post-text {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .home-cta.row-1 {
        min-width: 420px;
    }
    #top-nav {
        display: none;
    }
    .mobile-nav {
        top: 71px;
        height: -webkit-calc(100% - 71px);
        height: calc(100% - 71px);
    }
    .mobile-nav .search-form  {
        display: block;
    }
    #header-nav {
        height: auto;
    }
    #header-nav .ymca-logo > img {
        height: 50px;
        width: 65px;
    }
    #header-nav .site-title {
        line-height: 20px;
    }
    #header-nav > .nav {
        width: 100%;
        display: none;
    }
    #header-nav > .nav li {
        width: 33.333333%;
        margin: 5px 0 0 0;
        padding: 0;
    }
    .popover-title {
        letter-spacing: 1px;
        top: -20px;
        height: 20px;
        line-height: 21px;
        font-weight: normal;
    }
    .popover-icon {
        width: 53px;
        height: 38px;
    }
    .grid > [class*='col-'] {
        float: none;
        display: block;
        min-height: 0px;
        width: 100%;
    }
    .home-content {
        font-size: .9rem;
    }
    .footer-wrapper {
        padding: 10px 0;
    }
    .main-footer .col-1-4:nth-child(1) {
        text-align: center;
    }
    .main-footer .col-1-4:nth-child(n + 2) {
        display: none;
    }

    /* INNER PAGE */
    h2 {
        font-size: 2em;
    }
    .sidebar {
        display: none;
    }
    .main-content {
        width: 100%;
        padding: 20px 20px;
    }
    #header-image > .parallax-item > .parallax-fallback-img {
        top: 71px;
    }
    #header-image, .single-post:not(.header-16-9) #header-image {
        margin-top: 71px;
        height: 200px;
    }
    #header-image > .parallax-item > .parallax-fallback-img {
        height: 200px;
    }
    #map_legend > .legend-item {
        width: 50%;
    }
}

@media screen and (max-width: 460px) {
    .home-cta.row-1 {
        min-width: 320px;
    }
    .home-content {
        font-size: .8rem;
    }
    .popover {
        font-size: 1rem;
    }
    .home-content .home-cta {
        padding: 15px 15px;
    }
    .home-content .home-cta.row-1 {
        letter-spacing: 3px;
    }
    .bonus-message {
        padding: 15px 15px;
    }
    .schedule.table .row-cont .column {
        display: block;
        padding: 2px !important;
        text-align: center;
        width: 100% !important;
    }
}
@media screen and (max-width: 400px) {
    .home-cta.row-1 {
        min-width: 290px;
    }
    .home-content {
        font-size: .7rem;
    }
    .site-title .line-2:nth-child(4) {
        display: none;
    }
}