@charset "UTF-8";
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-2o6a4r');
	src:url('../fonts/icomoon.eot?#iefix-2o6a4r') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-2o6a4r') format('woff'),
		url('../fonts/icomoon.ttf?-2o6a4r') format('truetype'),
		url('../fonts/icomoon.svg?-2o6a4r#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'hamburger';
	src:url('../fonts/hamburger.eot?-1v7slx');
	src:url('../fonts/hamburger.eot?#iefix-1v7slx') format('embedded-opentype'),
		url('../fonts/hamburger.woff?-1v7slx') format('woff'),
		url('../fonts/hamburger.ttf?-1v7slx') format('truetype'),
		url('../fonts/hamburger.svg?-1v7slx#hamburger') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*ie8 fixes*/
.ie8 .navbar-toggle, 
.ie8 .gray-bar, 
.ie8 #mobile_carousel_wrapper, 
.ie8 #mobile_footer_wrapper, 
.ie8 #main_nav > ul > li > ul, 
.ie8 #mobile_footer_wrapper {
	display: none;
}

@media (min-width: 769px) {

	.navbar-toggle {
		display: none;
	}

	.gray-bar {
		display: none;
	}

	#mobile_carousel_wrapper{
		display: none;
	}

	#js_wrapper {
		display: block;
	}

	#mobile_footer_wrapper {
		display: none;
	}

	#main_nav > ul > li > ul {
		display: none;
	}

	#home #story_callout img {
		max-width: 197px;
	}

	#home #home_one_column_area .image_component img {
		max-width: 282px;
	}

	.caption {
		display: inline;
	}
	
	#sub_nav > h2 {
		cursor: pointer;
	}	
}	

@media (max-width: 769px) {
	/*General Mobile Styles*/
		
	#trapdrawer-main {
		z-index: 999;
	}
	
	.trapdrawer-container {
		background: #ffffff;
	}

	.trapdrawer-active .trapdrawer-toggle.trapdrawer-toggle-right {
		background: #fff;
		color: #FD5A1E;
		font-family: 'source_sans_probold';
		font-size: 22px;
		height: auto;
		letter-spacing: 1.09px;
		margin: 0 auto;
		padding: 20px 0;
		text-transform: uppercase;
		width: 100%;
		text-align: center;
	}

	.trapdrawer-active .trapdrawer-toggle.trapdrawer-toggle-right:after {
		content: ' > ';
		color: #FD5A1E;
		font-family: serif;
		font-weight: bold;
		position: relative;
		top: -1px;
	}

	/*Mobile Nav Button*/
	.navbar-toggle {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 75px;
		height: 15px;
		margin: 37px 0 0 0;
		padding: 0;
		text-align: center;
		float: left;
		outline: 0 !important;
		background: transparent;
		border: none;
		color: #ffffff;
		text-transform: none;
		cursor: pointer;
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}

	/*Icon Fonts*/
	[class^="icon-"], [class*=" icon-"] {
		font-family: 'icomoon';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	[class^="icon-hamburger"], [class*=" icon-hamburger"] {
		font-family: 'hamburger';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.icon-close:before {
		content: "\f00d";
		font-size: 25px;
		color: #ffffff;
	}
	.icon-menu:before {
		content: "\f0c9";
	}

	#header_wrapper .trapdrawer-toggle-left {
		color: #ffffff;
	}
	
	.trapdrawer-toggle-left {
		font-size: 14px;
	}

	.trapdrawer-toggle-left:before {
		font-family: 'hamburger';
		content: "\65";
		font-size: 21px;
		color: #ffffff;
		position: absolute;
		top: -20px;
		left: 22px;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	/*--Left Nav Tray--*/
	
	#top_header ul:before {
		display: none !important;
	}
	
	#top_header {
		height: inherit;
		margin: 0;
		min-height: inherit;
		padding: 0;
		text-align: left;
		width: inherit;
	}
	
	#top_header ul {
		padding: 0;
		height: inherit;
		display: block;
	}
	
	#top_header ul li {
		margin: 0;
	}
	
	#top_header ul li a {
		display: block;
		padding: 10px 0 10px 20px;
		font-size: 16px;
	}
	
	/*  SEARCH LINK IS THE LAST ELEMENT, 
		NEEDS TO BE SET HERE BC MOBILE 
		SEARCH IS IN RIGHT TRAPDRAWER.*/
	#top_header ul li.last{
		display: none;
	}
	
	#top_header .toggle-nav-parent > a:before {
		content: url(../images/2011/mobile_icn_arrow_right.png);
		display: block;
		position: absolute;
		right: 20px;
	}

	#top_header .toggle-parent-nav-open.toggle-nav-parent > a:before {
		content: url(../images/2011/mobile_icn_arrow_left.png);
		display: block;
		position: absolute;
		right: 20px;
	}

	#main_nav {
		margin: 0;
		line-height: 1.2em;
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		line-height: 23px;
		padding-left: inherit;
		padding-right: inherit;
	}

	#main_nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding: 0;
		height: 100%;
		width: 100%;
	}

	#main_nav ul li {
		margin: 0;
		padding: 0;
		text-align: left;
		display: block;
		width: 100%;
	}

	#main_nav ul a {
		display: block;
		color: #FD5A1E;
		background: #ffffff;
		text-decoration: none;
		width: 100%;
		min-height: 23px;
		padding: 15px 20px;
		padding-right: 40px;
		border-top: 1px solid #cccccc;
		font-size: 16px;
		text-align: left;
	}

	#main_nav ul a:hover {
		color: #FD5A1E;
		text-decoration: none;
	}

	#main_nav .toggle-nav-parent > a:before {
		content: url(../images/2011/mobile_icn_arrow_down.png);
		display: block;
		position: absolute;
		right: 20px;
		margin-top: 2px;
	}

	#main_nav .toggle-parent-nav-open.toggle-nav-parent > a:before {
		content: url(../images/2011/mobile_icn_arrow_up.png);
		display: block;
		position: absolute;
		right: 20px;
	}

	#main_nav > ul > li > ul > .toggle-parent-nav-open.toggle-nav-parent > a:before {
		content: url(../images/2011/mobile_icn_arrow_up_white777.png);
		display: block;
		position: absolute;
		right: 20px;
		margin-top: 2px;
	}

	/*First Level Nav Toggle Styles*/
	#main_nav > ul > li.toggle-parent-nav-open > a,
	#main_nav > ul > li.toggle-parent-nav-open > ul > li.active > a {
		background: #f9f9f9;
		background: #f4f4f4;
		color: #333333;
	}
	
	#main_nav > ul > li > ul > li > a {
		padding-bottom: 13px;
		padding-left: 30px;
		font-size: 16px;
	}

	#main_nav > ul > li.toggle-parent-nav-open > ul > li > a {
		background: #f9f9f9;
		background: #f4f4f4;
		color: #FD5A1E;
		font-size: 16px;
		min-height: 23px;
		/*padding: 15px 40px 13px 25px;*/
		padding: 15px 40px 13px 30px;
	}

	#main_nav > ul > li.level_1.last {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		display: block !important;
	}

	#main_nav > ul > li.level_1.last > a:first-child {
		border-top: none;
	}
	
	#main_nav > ul > li.hidden,
	#main_nav > ul > li.level_1.last.hidden {
		border-bottom: none;
	}	
	
	/*Second Level Nav Toggle Styles*/
	#main_nav > ul > li > ul > li > ul > li > a {
		background: #ffffff;
		color: #333333;
		font-size: 16px;
		/*padding: 15px 40px 13px 35px;*/
		padding: 15px 40px 13px 40px;
	}

	#main_nav > ul > li > ul > li.toggle-parent-nav-open > a {
		background: #FD5A1E;
		color: #ffffff;
	}

	#main_nav > ul > li > ul > li.toggle-parent-nav-open ul li a {
		background: #ffffff;
		color: #333333;
		font-size: 16px;
		padding: 15px 40px 13px 40px;
	}


	/*--Right Nav Tray--*/
	#home .trapdrawer-tray.trapdrawer-right.right-nav-tray .info_box_wrap { display: none; }

	.trapdrawer-tray.trapdrawer-right.right-nav-tray, .trapdrawer-tray.trapdrawer-left.left-nav-tray {
		position: relative;
		z-index: 99;
	}

	#home .town_nav {
		margin: 0;
		padding: 0;
		width: 100%;
		min-height: 300px;
	}

	#home ul.town_nav li {
		margin: 0 auto;
		padding: 0;
		display: block;
		position: relative;
		width: 260px;
		min-height: 48px;
		text-align: left;
		border-bottom: 1px solid #efefef;
		overflow: hidden;
	}

	#home ul.town_nav li a {
		display: block;
		width: 100%;
		height: auto;
		font-size: 16px;
	}

	#home ul.town_nav a.tab_link {
		display: inline-block;
		position: relative;
		z-index: 2;
		top: 0;
		margin-left: 20px;
		width: 230px;
		text-decoration: none;
		background: #ECE4E0;
	}

	#home ul.town_nav a.tab_link {
		background: url(../images/2011/mobile_icn_arrow_down.png) no-repeat center right;
	}

	#home ul.town_nav a.tab_link.location-active {
		background: url(../images/2011/mobile_icn_arrow_up.png) no-repeat center right;
	}

	#home ul.town_nav a.tab_link span {
		display: inline-block;
		padding: 0;
		width: 100%;
		text-decoration: none;
		/*Overrides desktop background image*/
		background: transparent;
		font-family: 'source_sans_probold', sans-serif;
		font-size: 16px;
		text-transform: capitalize;
	}
	#home ul.town_nav a.tab_link:hover,
	#home .town_nav li:hover a.tab_link span {
		color: #FD5A1E;
		background: transparent;
		padding: 0;
	}

	#home ul.town_nav li:hover a.tab_link {
		display: inline-block;
		padding: 0;
		background: url(../images/2011/mobile_icn_arrow_down.png) no-repeat center right;
	}

	#home ul.town_nav li:hover a.tab_link.location-active {
		display: inline-block;
		padding: 0;
		background: url(../images/2011/mobile_icn_arrow_up.png) no-repeat center right;
	}

	#home ul.town_nav a.tab_link {
		display: inline-block;
		position: relative;
		z-index: 2;
		top: 0;
		text-decoration: none;
	}

	#home .megatab {
		position: static;
		top: 0;
		left: 0;
		margin: 0;
		padding: 10px 15px 10px 15px;
		width: 100%;
		min-height: 300px;
		border-top: 1px solid #efefef;
		background: transparent;
		display: block;
	}

	#home .megatab .image_link_component.left, 
	#home .megatab .image_link_component.right {
		float: none;
	}

	#home .megatab h3 {
		font-size: 20px;
		color: #333333;
	}

	.megatab .richtext h3 {
		margin-top: 40px;
	}
	
	.megatab p {
		font-size: 16px;
	}

	#home .megatab hr {
		margin: 30px 0 17px 0;
		border: none;
		outline: none;
		height: 1px;
		color: #efefef;
		background: #efefef;
	}

	hr {
		margin: 30px 0 17px 0;
		border: none;
		outline: none;
		height: 1px;
		color: #efefef;
		background: #efefef;
	}

	#home .last .megatab {
		margin-left: 0;
	}

	#home .megatab_col_1, 
	#home .megatab_col_2, 
	#home .megatab_col_3 {
		padding: 0;
		margin: 0 0 10px 0;
		width: 100%;
		background: transparent;
		float: none;
	}


	/*Mobile Logo and Search*/
	h1#logo {
	    display: inline-block;
	    height: auto;
	    width: 100%;
	    float: none;
        margin: 20px auto 40px;
	    padding: 0;
	    top: inherit;
	    left: inherit;
	    position: relative;
	    text-align: center;
	}
	
	#logo a {
	    background: url(../images/ywcaMinneapolis_mobile_logo-2x.png) no-repeat transparent 0 0;
	    background-size: 100%;
	    text-decoration: none;
	    margin: 0 auto;
	    height: auto;
		width: 156px;
    }
	
	/*Styles for Responsive Search*/
	#search_wrapper {
		min-width: 0;
	}

	#search_inner {
		width: 100%;
	}
	
	#search_input_text {
		font-size: 31px;
	}

	#search_input_text::-webkit-input-placeholder {
		color: #f86432;
	}

	#search_input_text:-moz-placeholder { /* Firefox 18- */
	   color: #f86432;  
	}

	#search_input_text::-moz-placeholder {  /* Firefox 19+ */
	   color: #f86432;  
	}

	#search_input_text:-ms-input-placeholder {  
	   color: #f86432;  
	}

	#search_hint {
		margin-top: 10px;
		font-size: 14px;
	}

	.mobile-search {
		background: none;
	}
	
	.mobile-search:after {
		content: "\e901";
		font-family: 'ywca2016' !important;
		font-size: 30px;
	    color: #fff;
	    top: 20px;
	    position: absolute;
	    right: 15px;
	    cursor: pointer;
	}


	/*Mobile Footer*/

	#mobile_footer_wrapper {
		display: block;
		width: 100%;
		min-height: 200px;
		background: #ccc;
		background: url(../images/bg_foot.jpg);
	}

	#mobile_footer_content {
		margin: 0 auto;
		padding: 25px 0;
		width: 270px;
		background: url(../images/bg_foot.jpg);
	}

	#mobile_footer_content .mobile_footer_logo {
		display: block;
		margin: 0 auto;
	}

	#mobile_footer_navigation {
		width: 100%;
	}
	
	#mobile_footer_navigation ul {
		margin: 35px 0;
		list-style: none;
		text-align: center;
	}

	#mobile_footer_navigation ul li {
		display: block;
		padding: 0;
	}

	#mobile_footer_navigation ul li a {
		text-decoration: none;
		color: #666;
		font-size: 18px;
		line-height: 34px;
	}

	#mobile_footer_social {
		width: 100%;
		margin-top: 40px;
		margin-bottom: 50px;
	}

	#mobile_social_nav {
		width: 140px;
		text-align: center;
		margin: 0 auto 39px auto;
	}

	#mobile_footer_social #mobile_social_nav a {
		display: block;
		float: left;
		width: 38px;
		height: 38px;
		overflow: hidden;
		text-indent: -1000px;
		text-decoration: none;
		background: url(../images/ywca_social.png) no-repeat top left;
	}

	#mobile_footer_social #mobile_social_nav li {
		display: inline-block;
		margin: 5px 3px;
	}

	#mobile_footer_social #mobile_social_nav .btn_facebook a { background-position: 0 -86px; }
	#mobile_footer_social #mobile_social_nav .btn_twitter a {  }
	#mobile_footer_social #mobile_social_nav .btn_linkedin a { background-position: 0 -42px; }
	#mobile_footer_social #mobile_social_nav .btn_flickr a { background-position: 0 -172px; }
	#mobile_footer_social #mobile_social_nav .btn_instagram a { background-position: 0 -172px; }
	#mobile_footer_social #mobile_social_nav .btn_vimeo a { background-position: 0 -130px; }

	#mobile_footer_social .btn_donate, #mobile_footer_social .btn_volunteer {
		margin: 0;
		float: left;
	}

	#mobile_footer_social .btn_donate {
		margin-right: 14px;
	}

	#mobile_footer_copyright {
		width: 100%;
	}

	#mobile_footer_copyright p {
		margin: 0 0 19px;
		font-size: 16px;
	}


	/*--Mobile Homepage Main Body Content--*/
	#story_callout p {
		margin: 0;
	}

	#content .left_story_callout, 
	#content .middle_story_callout, 
	#content .right_story_callout {
		margin: 0;
		padding: 35px 0;
		border-bottom: 1px solid #cccccc;
		width: 100%;
		float: none;
	}

	#story_callout .image_link_component, #story_callout .image_component {
		float: none;
		text-align: center;
		padding: 0 0 11px;
	}

	.headline_callout {
		border-top: none;
	}

	.rich_text_component {
		width: 100%;
	}

	/*Homepage Promo Content Link Orange Button Styles*/
	#content #story_callout .richtext a:last-child, 
	#content #story_callout .richtext a:last-child, 
	#content #story_callout .richtext a:last-child, 
	#home_one_column_area .richtext a:last-child {
		display: block;
		margin: 20px auto 0 auto;
		padding: 11px 0 0 0;
		height: 31px;
		min-width: 270px;
		width: 100%;
		color: #ffffff;
		text-align: center;
		background: #FD5A1E;
		font-weight: normal;
		font-size: 16px;
		text-decoration: none;
		border-radius: 3px;
	}

	#home_one_column_area .richtext {
		border-bottom: 1px solid #cccccc;
	}

	#home_one_column_area .image_component img {
		width: 100%;
	}

	#header_wrapper {
		background: none #FD5A1E;
		box-shadow: none;
		height: auto;
	}
	
	#js_wrapper, 
	#footer_wrapper {
		display: none;
	}


	/*==Internal Themes Responsive CSS==*/


	body#internal #header_content {
		height: 65px;
	}

	body#internal #middle_header {
		height: 65px;
	}

	#internal .gray-bar {
		display: none;
	}

	body#internal .trapdrawer-toggle.trapdrawer-toggle-right {
		display: none;
	}

	#internal #bottom_header {
		height: 55px;
	}

	.breadcrumb_component {
		display: none;
	}

	#main_nav ul .current a, #main_nav ul .parent a {
		color: #e76032;
		background: #FFFFFF;
	}

	#internal .image_link_component a img {
		max-width: 100%;
	}

	.orange_callout {
		margin: 25px 0;
	}

	/*Our Voices Blog Mobile Styles*/
	.caption {
		display: block;
		text-align: center;
		margin: 10px 0;
	}

	/*--Mobile Schedules styles--*/
	.ywca_class_search_option_delimiter {
		display: block;
		padding: 20px 0;
		clear: both;
		float: none;
	}

	.input_select_multi {
		height: auto;
	}


	.gsa_result_url a {
		word-wrap: break-word;
	}

	table.ymca_results_table th, table.ymca_results_table td {
		width: 100%;
		padding: 5px 0;
	}

	.comma_cell.time:before {
		content: 'Time: ';
		font-weight: bold;
	}

	.comma_cell.day:before {
		content: 'Day: ';
		font-weight: bold;
	}
	
	#mobile_reg_link_li {
		border: none;
	}

	.mobile_reg_link a {
		display: block;
		margin: 5px auto 10px auto;
		padding: 8px 0;
		min-width: 100px;
		width: 100px;
		color: #ffffff;
		text-align: center;
		background: #FD5A1E;
		font-weight: normal;
		font-size: 16px;
		text-decoration: none;
		border-radius: 3px;
	}

	#internal .main_content .icon_list .image_component.with_caption {
		margin: 5px auto 0 auto;
		width: 140px;
		display: block;
		text-align: left;
	}

	#internal .main_content .icon_list .image_component img {
		max-width: 30px;
		display: inline;
		padding: 0 10px 0 0;
		float: left;
	}

	#internal .main_content .icon_list .image_component img[title='Water Fitness Class'] {
	    margin-right: -2px;
	    margin-left: -2px;
	}

	#internal .main_content .icon_list .button {
		display: none;
	}
}

@media (max-width: 767px) {
	#internal #sub_nav {
		position: relative;
		width: 100%;
		z-index: 9999;
		overflow: hidden;
		padding-bottom: 35px;
		cursor: pointer;
	}
	
	#sub_nav > ul {
	    display: none;
	}
	
	#sub_nav > h2 {
		width: 100%;
		cursor: pointer;
		width: 100%;
		text-align: center;
		margin-left: -15px;
		line-height: 30px;
		padding: 18px 0;
		display: block !important;
		border-bottom: 1px solid #c2c2c2;
		border-top: 1px solid #c2c2c2;
	}

	#sub_nav > h2::after {
		content: '+';
		content: url(../images/2011/mobile_icn_arrow_down.png);
		position: absolute;
		margin-top: 2px;
		margin-left: 5px;
	}

	#sub_nav > h2.subNav-active::after {
		content: '- ';
		content: url(../images/2011/mobile_icn_arrow_up.png);
		position: absolute;
		margin-top: 0;
		margin-left: 5px;
	}

	#sub_nav > ul, 
	#sub_nav > ul > li, 
	#sub_nav > ul > li > a {
		width: 100%;
	}

	#sub_nav > ul > li {
		border-bottom: none;
	}

	#sub_nav > ul > li.last {
		border-bottom: 1px solid #c2c2c2;
	}

	#sub_nav ul li a {
		padding: 15px 20px 15px 0;
	}
}

@media (max-width: 560px) {
	#blog_archive_nav_js {
		margin-bottom: 90px;
	}

	#blog_archive_nav_js li.current {
		padding-bottom: 0;
	}

	.form textarea {
		width: 260px;
	}

	.form p label {
		min-width: 25px;
	}
}

