/*  THE Y CSS */

/* -----=[ NEW FONTS ]=-----

    HEADING FONTS
    mont-book [300]
    mont-regular [400]
    mont-semibold [600]
    mont-bold [700]
    mont-heavy [900]

    BODY FONT
    'Helvetica', 'Arial', sans-serif;
*/

/* Mont font */
@font-face {
	font-family: 'mont-heavy';
	src: url('../fonts/Mont-Heavy.woff2') format('woff2'), url('../fonts/Mont-Heavy.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'mont-bold';
	src: url('../fonts/Mont-Bold.woff2') format('woff2'), url('../fonts/Mont-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'mont-semibold';
	src: url('../fonts/Mont-SemiBold.woff2') format('woff2'), url('../fonts/Mont-SemiBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'mont-regular';
	src: url('../fonts/Mont-Regular.woff2') format('woff2'), url('../fonts/Mont-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'mont-book';
	src: url('../fonts/Mont-Book.woff2') format('woff2'), url('../fonts/Mont-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


/* predefined classes */
body {
	font-size: 10px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	letter-spacing: 0.4px;
}

body.no-scroll {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

a,
button,
.fc-box span,
.icon-cont,
.donation-payment .dp-payment-options span,
.donation-payment .submit-donation,
.donation-amount ul li span,
.search-container .smart-search-container .search-result-block ul li a b,
#google_translate_element a>span,
#google_translate_element a span:last-child:before,
.home-blog .blog-box .blog-box-content p a i,
.logo-container img,
.boxes-container .box-holder,
.boxes-container .box-holder span {
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
}

.btn {
	border-radius: 0;
	font-family: mont-regular, sans-serif;
}

.btn:active,
.btn:focus {
	box-shadow: none;
	outline: none;
}

.btn-primary {
	background: #ed353a;
	border: none;
	letter-spacing: 0.5px;
	padding: 12px 20px 10px;
}

.btn-primary:hover,
.btn-primary:active {
	background: #201d1d;
	color: #fff;
}

.btn-primary:focus,
.btn-primary:active:focus {
	background: #ed353a;
	color: #fff;
	outline: none;
}

.text-link {
	color: #ed353a;
	letter-spacing: 0.5px;
	border: none;
	line-height: 1;
}

.btn-arrow-left {
	position: relative;
	padding-left: 25px;
}

.btn-arrow-left:after {
	content: "";
	padding-left: 10px;
}

.btn-arrow-left:before {
	content: "\f104";
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: 1px;
	left: 10;
	font-size: 18px;
	padding-right: 10px;
}

.btn-arrow-right {
	position: relative;
	padding-right: 25px;
}

.btn-arrow-right:after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: 1px;
	right: 0;
	font-size: 18px;
	padding-left: 10px;
}

.btn-arrow-right:before {
	content: "";
	padding-left: 10px;
}

.red-title {
	color: #ed353a;
}

.btn-space {
	margin-right: 30px;
}

.mheading {
	margin-top: 40px;
}

.micro-text {
	display: block;
	margin: 20px 0;
	font-size: 12px;
	color: #aaa;
}

a.micro-text {
	word-break: break-all;
}

.grid-img-box {
	margin: 30px 0;
}

.breadcrumb {
	padding: 0;
	margin: 0;
	background: transparent;
	border-radius: 0;
}

a,
span,
li {
	color: #201d1d;
	font-size: 1.4em;
}

a {
	color: #ed353a;
}

a:hover {
	color: #201d1d;
}

a.rev-color {
	color: #201d1d;
}

a.rev-color:hover {
	color: #ed353a;
}

a:hover,
a:active,
a:focus {
	color: inherit;
	text-decoration: none;
	outline: none;
}

p {
	font-size: 1.6em;
	margin-bottom: 25px;
}

.page-content p {
	margin-bottom: 20px;
}

.page-content h3 {
	font-size: 20px;
}

.page-content h4 {
	margin-bottom: 20px;
	font-size: 16px;
}

.page-content blockquote {
	font-size: inherit;
	padding-top: 0;
	padding-bottom: 0;
}

p+blockquote {
	margin-top: -10px;
}

.page-content h4+p {
	margin-top: -7.5px;
}

.page-content h3,
.page-content h4 {
	margin-bottom: 20px;
	margin-top: 25px;
	line-height: 1.5;
}

.page-content p>b>i:only-of-type {
	margin-bottom: -10px !important;
	display: block;
}

p:last-child {
	margin-bottom: 0;
}

p a,
p span,
a i,
a span,
li span,
li a {
	font-size: 1em;
}

hr {
	margin: 30px 0;
	border: 0;
	border-top: 1px solid #e8e7e7;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: mont-semibold, sans-serif;
	font-weight: normal;
	letter-spacing: 0.2px;
}

h2,
h3,
h4 {
	margin-bottom: 30px;
	font-family: mont-semibold, sans-serif;
	/*
	letter-spacing: 0.5px;
    word-spacing: 0.3px;
    */
	font-weight: normal;
}

h2 a,
h3 a,
h4 a {
	font-size: 1em;
}

h2 {
	font-size: 26px;
	color: #333;
}

h3 {
	font-size: 20px;
	color: #333;
}

h4 {
	font-size: 16px;
	color: #ed353a;
}

h3 span,
h3 a {
	font-size: 1em;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol li {
	margin-bottom: 5px;
	font-size: 1.6em;
	padding-left: 10px;
}

/*ol {
  list-style-type: none;
}

ol li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  background-color: #ed353a;
  color: white;
  padding: 3px 8px;
  min-width: 25px;
  min-height: 25px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
}

ol li {
  counter-increment: step-counter;
  font-size: 1.6em;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}*/

/* Form */
label {
	font-weight: normal;
	font-family: mont-semibold, sans-serif;
}

input:focus,
input:active,
textarea:focus,
textarea:active,
select:active,
select:focus,
button:active,
button:focus {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="password"] {
	height: 50px;
	padding: 5px 15px 3px;
	font-size: 1.6em;
	font-family: mont-book, sans-serif;
	letter-spacing: 0.5px;
	min-width: 250px;
	margin-bottom: 20px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
	appearance: textfield;
}

input[type=checkbox] {
	margin: 3px 0 0;
}

input[type=radio] {
	margin: 2px 0 0;
}

button[disabled],
html input[disabled] {
	cursor: default;
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border-radius: 0;
	padding: 13px 20px 10px;
	font-size: 1.6em;
	height: 50px;
	background: url(../images/icons/select-icon.svg) right 20px center no-repeat;
	background-size: 16px;
	font-family: mont-book, sans-serif;
	width: 100%;
}

.form-box input,
.form-box textarea,
.form-box select,
form input,
form textarea,
form select {
	width: 100%;
	border: 1px solid #ccc;
}

.form-box select,
.form-box textarea,
form select,
form textarea {
	border: 1px solid #ccc;
	padding: 5px 15px 3px;
	font-size: 1.6em;
	font-family: mont-book, sans-serif;
	letter-spacing: 0.5px;
	min-width: 250px;
	margin: 0px 0px 20px;
}

.form-box textarea,
form textarea {
	resize: none;
	border: 1px solid #ccc;
	padding-top: 10px;
}

.form-box select,
form select {
	height: 50px;
}

.form-box .checkbox label,
.form-box .radio label,
form .checkbox label,
form .radio label {
	padding-left: 28px;
}

.form-box .radio label,
.form-box .radio-inline label,
form .radio label,
form .radio-inline label {
	margin-bottom: 20px;
	padding: 5px 15px 3px;
	font-size: 1.6em;
	font-family: mont-book, sans-serif;
	letter-spacing: 1px;
	line-height: 1.4;
	padding-left: 28px;
	margin-left: 0;
	width: auto;
}

.form-box .checkbox input[type=checkbox],
.form-box .checkbox-inline input[type=checkbox],
.form-box .radio input[type=radio],
.form-box .radio-inline input[type=radio],
form .checkbox input[type=checkbox],
form .checkbox-inline input[type=checkbox],
form .radio input[type=radio],
form .radio-inline input[type=radio] {
	margin-left: -25px;
}

.form-box .radio-inline,
form .radio-inline {
	display: inline-block;
	padding-left: 0;
}

.form-box input[type=radio],
form input[type=radio] {
	width: auto;
}

.form-box .form-head:after,
form .form-head:after {
	content: "";
	display: block;
	clear: both;
}

.form-box .form-head .form-title,
form .form-head .form-title {
	float: left;
}

.form-box .form-head .required-field,
form .form-head .required-field {
	float: right;
	margin-top: 10px;
	font-size: 1.2em;
	font-style: italic;
	color: #a8a8a8;
}

.form-box .required-field.left,
form .required-field.left {
	float: left;
	margin-bottom: 15px;
}

.form-box input:focus,
.form-box textarea:focus,
.form-box select:focus,
input:focus,
textarea:focus,
select:focus {
	border: 1px solid #201d1d;
}

select.noValue {
	color: #a9a9a9;
}

/* Lists */
.content-plists {
	list-style: disc;
}

.content-plists li {
	margin-left: 35px;
	margin-bottom: 20px;
	font-size: 1.6em;
}

/* Button Lists */
.btn-box .btn {
	margin-right: 15px;
}

.btn-box span {
	margin-right: 15px;
	background: #201d1d;
	color: #fff;
	vertical-align: middle;
	letter-spacing: 0.5px;
	padding: 12px 20px 10px;
	display: inline-block;
	font-family: mont-regular, sans-serif;
}

.tooltip-inner {
	max-width: 300px;
	width: 300px;
	padding: 20px;
	font-family: mont-regular, sans-serif;
	font-size: 1em;
	letter-spacing: 0.5px;
}

.flip-icon {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

/* slide down box */
.slide-down-box {
	margin-bottom: 15px;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
}

.slide-down-box .slide-down-title {
	position: relative;
	padding: 16px 15px 14px 50px;
	background: #f0f0f0;
	cursor: pointer;
}

.slide-down-box .sd-title {
	display: block;
	font-size: 1.4em;
	font-family: mont-semibold, sans-serif;
	letter-spacing: 0.5px;
	word-spacing: 0.3px;
	font-weight: normal;
}

.slide-down-box .icon-cont {
	position: absolute;
	top: 13px;
	left: 15px;
	width: 25px;
	height: 25px;
	background: #ed353a;
	text-align: center;
	border-radius: 100%;
}

.slide-down-box .icon-cont .fa {
	font-size: 20px;
	display: block;
	margin-top: 3px;
	margin-left: 1px;
	color: #fff;
}

.slide-down-box .slide-down-body {
	padding: 15px 25px;
	display: none;
}

.slide-down-box:last-child {
	margin: 0;
}

/*  Global Style */
.gi-lists {
	margin-bottom: 40px;
}

.full-img-box {
	margin-bottom: 30px;
}

.fspace {
	margin: 30px 0;
}

p.no-space {
	margin-bottom: 0;
}

.no-space {
	display: block;
	margin-bottom: 0;
}

.no-space.ws {
	margin-bottom: 20px;
}

.simple-list li {
	margin-bottom: 5px;
	font-size: 1.6em;
}

/* Block Lists */
.block-lists .block-title {
	margin-top: 0;
	margin-bottom: 10px;
}

.block-lists .block-title a {
	color: #ed353a;
}

.block-lists .block-title a:hover {
	color: #201d1d;
}

.block-lists .block-info {
	margin-bottom: 20px;
}

/* News */
.news-block .news-info {
	margin-top: -20px;
	margin-bottom: 30px;
}

.news-block .fright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.share-news {
	margin-bottom: 20px;
}

.share-news .share-title {
	margin-top: 30px;
	margin-bottom: 0;
}

.share-news .page-social a {
	font-size: 2.5em;
}

.btn-box .comment-text {
	display: inline-block;
	padding: 12px 20px 10px;
	vertical-align: middle;
	background: #f0f0f0;
}

.btn-box .comment-text .fa {
	margin-right: 8px;
}

#pictures-head {
	margin-bottom: 0;
}

/* Grid Box */
.cs-box-down {
	position: relative;
	margin-top: 30px;
}

.cs-box-down img {
	width: 100%;
}

.cs-box-down .title {
	display: block;
	background: none;
	color: #201d1d;
	text-align: center;
}

.cs-box-down a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

/* Pagination */
.pagination-box {
	text-align: center;
}

.pagination {
	margin-top: 0;
}

.pagination>li>a,
.pagination>li>span {
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 1px;
	padding: 10px 18px;
	background: #ed353a;
	color: #fff;
	border: none;
}

.pagination>li>a>span,
.pagination>li>span>span {
	color: #fff;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
	background: #201d1d;
	color: #fff;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	margin-right: 0;
}

.pagination>.active>span {
	background: #201d1d;
}

.pagination>.active>span:hover,
.pagination>.active>span:focus {
	background: #201d1d;
}

.block-lists .img-responsive {
	margin-bottom: 30px;
}

.block-lists .img-responsive:hover {
	opacity: 0.8;
}

.block-info,
.news-info {
	color: #a9a9a9;
	font-family: mont-book, sans-serif;
}

.block-info a,
.news-info a {
	margin-right: 5px;
	color: #a9a9a9;
}

.block-info a:hover,
.block-info a:focus,
.news-info a:hover,
.news-info a:focus {
	color: #ed353a;
}

.block-info .date,
.news-info .date {
	margin-right: 5px;
	color: #a9a9a9;
}

.block-info .category,
.news-info .category {
	margin-left: 5px;
	text-decoration: underline;
}

.news-block .news-info {
	margin-top: -15px;
}

.news-block .fright {
	float: none;
	padding-left: 0;
}

.news-block .fright img {
	display: block;
	margin: 0 auto 20px;
}

.share-news .share-title {
	margin-bottom: 5px;
}

.share-news .page-social a {
	color: #201d1d;
}

.share-news .page-social a:hover,
.share-news .page-social a:focus {
	color: #ed353a;
}

/* START - TABLE CSS GLOBAL */
.box-table-container {
	/* box column content */
}

.box-table-container .bch-column {
	float: left;
	width: 25%;
	padding: 15px;
	border-right: 1px solid #f0f0f0;
}

.box-table-container .box-row {
	border: 1px solid #f0f0f0;
	border-bottom: 0;
	display: block;
	margin-bottom: 40px;
}

.box-table-container .box-row.box-head {
	display: none;
}

.box-table-container .box-column {
	border: 1px solid #f0f0f0;
	border-bottom: 0;
}

.box-table-container .box-column:last-child {
	border-bottom: 1px solid #f0f0f0;
}

.box-table-container .box-table {
	display: block;
	width: 100%;
	border-bottom: 2px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
}

.box-table-container .box-table:first-child {
	border-left: 1px solid #f0f0f0;
}

.box-table-container .box-table span:last-child {
	padding: 15px;
	display: block;
	line-height: normal;
}

.box-table-container .x-head {
	display: none;
}

.box-table-container .x-mobile-title,
.box-table-container .x-head {
	margin-left: -1px;
	padding: 15px;
	background: #f0f0f0;
	display: block;
	border: none;
	font-family: mont-bold, sans-serif;
	letter-spacing: 0.5px;
}

/* END - TABLE CSS GLOBAL */
.people-lists {
	margin-top: 30px;
}

.people-lists .people-name {
	margin-bottom: 5px;
	margin-top: 0;
}

.people-lists .people-study {
	font-style: italic;
	font-size: 1.4em;
	color: #888;
	margin-bottom: 10px;
}

.people-lists .director-since,
.people-lists .occupation {
	display: block;
	font-size: 16px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
}

.people-lists .occupation {
	margin-bottom: 15px;
}

/* top menu */
.r-topmenu {
	border-bottom: 1px solid #dcdcdc;
}

.r-topmenu a {
	display: inline-block;
	padding: 8px 20px 6px 0;
}

.r-topmenu a:last-child {
	padding-right: 0;
}

.topmenu-container {
	background: url(../images/img/yburbia-bg.png);
	background-size: cover;
}

.logo-container {
	padding: 10px 0;
}

.logo-container>a {
	float: left;
	margin-top: 5px;
}

.logo-container img {
	height: 60px;
}

.logo-container a.btn {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 9px 12px 7px;
	border-radius: 2px;
	font-size: 1.2em;
	font-family: mont-regular, sans-serif;
}

.logo-container a.btn:hover {
	background: #201d1d;
}

.logo-text-container {
	float: left;
	width: 125px;
	margin-left: 10px;
}

.logo-text-container .ymca-nsw {
	font-size: 20px;
	font-family: mont-semibold, sans-serif;
	vertical-align: middle;
	margin-top: 3px;
	display: inline-block;
	margin-right: 10px;
	color: #201d1d;
}

.tm-right {
	text-align: right;
	margin: 10px 0 20px;
	display: none;
}

.tm-right .top-menu-nav {
	display: none;
}

/* responsive language + search */
.responsive-ls {
	text-align: right;
	margin: 29px 0 28px;
}

.responsive-ls span {
	font-size: 2.8em;
	display: inline-block;
	padding: 2px 10px;
	cursor: pointer;
	line-height: 1;
}

.responsive-ls span:hover {
	color: #ed353a;
}

.responsive-ls #responsive-language {
	display: none;
}

.responsive-ls #responsive-language #google_translate_element {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.responsive-menu {
	border-bottom: 1px solid #3c3c3c;
	padding: 15px 0;
	cursor: pointer;
	background: #201d1d;
	width: 100%;
}

.responsive-menu .container>span {
	font-family: mont-semibold, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	padding: 4px 0 2px;
	font-size: 1.6em;
	color: #fff;
	display: inline-block;
}

.responsive-menu .container>p {
	float: right;
}

.responsive-menu .container>p .bar {
	display: block;
	height: 3px;
	width: 40px;
	margin-bottom: 6px;
	background: #fff;
}

.responsive-menu .container>p .bar:last-child {
	margin: 0;
}

.responsive-menu.open-rmenu span {
	color: #ed353a;
}

.responsive-menu.open-rmenu .container>p .bar {
	background: #ed353a;
}

.top-menu-nav {
	margin-top: 15px;
}

.top-menu-nav li {
	display: inline-block;
}

.top-menu-nav li a {
	display: block;
	font-size: 14px;
	padding: 8px 8px;
	color: #333;
}

.top-menu-nav li a:hover {
	color: #ed353a;
}

.top-menu-nav .has-dropdown {
	position: relative;
}

.top-menu-nav .has-dropdown i {
	margin-left: 5px;
}

.top-menu-nav .has-dropdown:hover>a {
	color: #ed353a;
	cursor: default;
}

.top-menu-nav .the-dropdown {
	text-align: left;
	width: 100%;
	transform: translate3d(0px, 10%, 0px);
	z-index: 3;
}

.top-menu-nav .the-dropdown:before {
	content: "";
	border: none;
}

.top-menu-nav .the-dropdown a {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 6px 15px;
	color: #fff;
}

.top-menu-nav .the-dropdown a:hover {
	color: #fff;
}

/* google translate element CSS fix */
#google_translate_element .goog-te-gadget-simple {
	border: 0 none;
	padding: 0;
}

#google_translate_element img {
	display: none;
}

#google_translate_element a>span {
	border: none !important;
	font-size: 1.05em;
	color: #333;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

#google_translate_element a:hover span {
	color: #ed353a;
}

#google_translate_element a:hover span:before {
	color: #ed353a !important;
}

#google_translate_element a span:last-child {
	position: relative;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

#google_translate_element a span:last-child:before {
	content: "\f0d7";
	position: absolute;
	background: #fff;
	padding: 3px 5px 4px 8px;
	font-size: 14px;
	color: #333;
}

.goog-te-menu-frame {
	max-width: 100% !important;
}

.goog-te-menu2 {
	max-width: 100% !important;
	overflow: scroll !important;
	box-sizing: border-box !important;
	height: auto !important;
}

.top-menu-nav .has-dropdown:hover .the-dropdown {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible;
}

.search-container {
	text-align: left;
	display: inline-block;
	width: 100%;
	height: 40px;
	background: #fff;
	border: 1px solid #bfbfbf;
	position: relative;
	/* smart search */
}

.search-container .search-icon {
	display: inline-block;
	width: 40px;
	text-align: center;
	font-size: 1.6em;
	padding: 9px 7px 6px;
	border: none;
	background: none;
}

.search-container .search-icon i {
	color: #929191;
}

.search-container input {
	background: transparent;
	font-size: 16px;
	border: none;
	width: 80%;
	letter-spacing: 0.4px;
	position: relative;
	top: -1px;
	height: 28px;
	padding: 0;
	margin-bottom: 0;
	font-family: 'Helvetica', 'Arial', sans-serif;
	min-width: 0;
}

.search-container .smart-search-container {
	position: absolute;
	width: 100.5%;
	top: 100%;
	left: -1px;
	z-index: 50;
	box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.2);
	display: none;
}

.search-container .smart-search-container .search-result-block>span {
	background: #ed353a;
	color: #fff;
	display: block;
	padding: 9px 15px 7px;
	font-family: mont-regular, sans-serif;
	letter-spacing: 1px;
	line-height: 1;
	font-size: 1.3em;
}

.search-container .smart-search-container .search-result-block ul li {
	border-bottom: 1px solid #bfbfbf;
	background: #fff;
}

.search-container .smart-search-container .search-result-block ul li a {
	display: block;
	padding: 14px 15px 10px;
	font-size: 12.5px;
	font-family: mont-regular, sans-serif;
	letter-spacing: 0.5px;
	color: #201d1d;
}

.search-container .smart-search-container .search-result-block ul li a span {
	color: #9e9e9e;
}

.search-container .smart-search-container .search-result-block ul li a b {
	color: #201d1d;
	font-family: mont-bold, sans-serif;
}

.search-container .smart-search-container .search-result-block ul li a:hover b {
	color: #ed353a;
}

.search-container .smart-search-container .search-result-block ul li a:hover {
	background: #f0f0f0;
	color: #ed353a;
}

.search-container .smart-search-container .search-result-block ul li:last-child {
	border: none;
}

.search-container .smart-search-container .search-instead {
	display: block;
	border-top: 1px solid #bfbfbf;
	font-family: mont-regular, sans-serif;
	padding: 13px 15px 11px;
	background: #fff;
	color: #ed353a;
	letter-spacing: 1px;
	font-size: 12.5px;
}

.search-container .smart-search-container .search-instead:hover {
	background: #f0f0f0;
	color: #201d1d;
}

.search-container .smart-search-container .search-instead i {
	vertical-align: middle;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
}

/* navigation */
#navigation {
	background: #201d1d;
	min-height: 0;
	border: none;
	border-radius: 0;
	/* margin-bottom: 0; */
}

#navigation .nav {
	display: none;
	padding: 10px 0;
}

#navigation .nav>li {
	position: relative;
}

#navigation .nav>li>a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.55px;
	padding: 17px 14px 13px;
	font-family: mont-regular, sans-serif;
}

#navigation .nav>li.active>a {
	color: #ed353a;
}

#navigation .nav>li>a i {
	float: right;
	vertical-align: middle;
	display: inline-block;
	margin-top: 2px;
	font-size: 1.1em;
}

#navigation .nav>li>a:hover,
#navigation .nav>li>a:focus,
#navigation .nav>li>a:active {
	background: transparent;
}

/* dropdown */
.the-dropdown {
	position: relative;
	top: 100%;
	width: 100%;
	left: 0;
	background: #ed353a;
	z-index: 2;
	display: none;
}

.the-dropdown::before {
	content: "";
	width: 0px;
	height: 0px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #ed353a;
	position: absolute;
	top: -9px;
	left: 12px;
}

.the-dropdown li {
	display: block;
	font-size: 1em;
}

.the-dropdown li a {
	color: #fff;
	font-size: 1.1em;
	padding: 8px 15px;
	display: block;
	letter-spacing: 0.5px;
	font-family: mont-regular, sans-serif;
	font-size: 1em;
}

.the-dropdown li a:hover {
	background: #ba2b30;
}

/* dropdown hover */
#navigation .has-dropdown:hover>a {
	cursor: pointer;
}

#navigation .has-dropdown.active-nav>a {
	color: #ed353a;
}

#navigation .has-dropdown:last-child .the-dropdown {
	margin-bottom: 25px;
}

/* homepage slider */
/* for full bleed */
/*.homepage-slider {
  margin: -20px auto 0;
}*/

.homepage-slider .is {
	height: 400px;
	position: relative;
	z-index: 10;
}

.homepage-slider .is .slide-content-container {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.65);
	padding: 30px;
	width: 100%;
	text-align: center;
}

.homepage-slider .is .slide-content-container h2 {
	font-size: 2.8em;
	color: #fff;
	margin-top: 0;
	letter-spacing: 0.5px;
	font-family: mont-regular, sans-serif;
}

.homepage-slider .is .slide-content-container p {
	font-size: 1.6em;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.5px;
	font-family: mont-book, sans-serif;
}

.homepage-slider .is .slide-content-container .sbc {
	display: inline;
	padding-right: 1rem;
}

.homepage-slider .is .slide-content-container .sbc a {
	font-size: 1.1em;
	display: inline-block;
	padding: 16px 0 14px;
	width: 180px;
	letter-spacing: 1px;
}

.homepage-slider .owl-theme .owl-nav.disabled+.owl-dots {
	position: relative;
	top: 0;
	width: 100%;
	margin: 10px auto 0;
}

.homepage-slider .owl-theme .owl-dots .owl-dot span {
	background: rgba(185, 185, 185, 0.3);
}

.homepage-slider .owl-theme .owl-dots .owl-dot.active span,
.homepage-slider .owl-theme .owl-dots .owl-dot:hover span {
	background: #ed353a;
}

.homepage-slider .is .slide-content-container h2 {
	margin-bottom: 20px;
}

.homepage-slider .is .slide-content-container p {
	margin-bottom: 22px;
}

/* homepage - 4 column boxes */
.boxes-container {
	padding: 50px 0;
}

.boxes-container>.container {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.boxes-container .col-xs-12 {
	margin-bottom: 20px;
}

.boxes-container .box-holder {
	position: relative;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	padding: 25px 0;
	text-align: center;
}

.boxes-container .box-holder span {
	font-family: mont-semibold, sans-serif;
	font-size: 2em;
	display: inline-block;
	vertical-align: middle;
	max-width: 120px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.boxes-container .box-holder>a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.boxes-container .box-holder:hover {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.boxes-container .box-holder:hover span {
	color: #ed353a;
}

/* home intro */
.home-intro {
	padding: 75px 0;
	background: url(../images/img/home-intro.jpg) no-repeat 60% 48%;
	background-size: cover;
	position: relative;
	/*
	&:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	    background: rgba(0, 0, 0, 0.3);
	}
	*/
}

.home-intro h3 {
	font-family: mont-regular, sans-serif;
	font-size: 2.9em;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.3;
	margin-top: 0;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.home-intro a {
	letter-spacing: 1px;
}

/* home social */
.home-social {
	padding: 40px 0;
}

.home-social .social-heading {
	text-align: center;
	position: relative;
}

.home-social .social-heading .hs-img-left {
	display: none;
	position: absolute;
	top: -45px;
	left: 10px;
}

.home-social .social-heading h3 {
	text-transform: uppercase;
	font-size: 2em;
	margin: 0 0 40px;
}

.home-social .social-heading h3 span {
	font-size: 1em;
	color: #ed353a;
}

.home-social .social-heading .hs-img-right {
	display: none;
	position: absolute;
	top: -15px;
	right: 10px;
}

.home-social .social-box {
	position: relative;
	padding: 15px;
	text-align: center;
	border-left: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}

.home-social .social-box .hs-social-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* uncomment bg rule to test functioality*/
	background: rgba(0, 0, 0, 0.01);
}

.home-social .col-xs-12 {
	margin-bottom: 30px;
}

.home-social .col-xs-12:last-child {
	margin-bottom: 0;
}

.home-social .facebook-box {
	border-top: 4px solid #3b5998;
}

.home-social .twitter-box {
	border-top: 4px solid #00aced;
	padding-bottom: 0;
}

.home-social .instagram-box {
	overflow: hidden;
	border-top: 4px solid #517fa4;
}

.home-social .instagram-box .insta-header {
	margin: 19px 0 20px;
}

.home-social .instagram-box .insta-header .ih-text {
	font-family: mont-semibold, sans-serif;
	color: #666;
	letter-spacing: 0.5px;
	float: left;
	font-size: 1.8em;
}

.home-social .instagram-box .insta-header .ih-handle {
	font-size: 1em;
}

.home-social .instagram-box .insta-header .ih-handle a {
	color: #ed353a;
	font-size: 1.8em;
	float: right;
	font-family: mont-semibold, sans-serif;
}

.home-social .instagram-box .insta-header .ih-handle a:hover {
	color: #201d1d;
}

.home-social .instagram-box .insta-content #instafeed a {
	padding: 3px;
	display: block;
	float: left;
	width: 33.333%;
}

.home-social .instagram-box .insta-content #instafeed a img {
	width: 100%;
	border-radius: 3px;
}

.home-social .instagram-box .insta-content #instafeed a img:hover {
	opacity: .8;
}

.home-social .instagram-box .insta-content #instafeed:after {
	content: "";
	clear: both;
	display: block;
}

/* video blog */
.video-blog {
	padding: 50px 0 70px;
	background: #f7f7f7;
}

.home-video {
	margin-bottom: 30px;
}

.home-video .vb-heading h3 {
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 20px;
}

.home-video .vb-heading a {
	margin: 12px auto 30px;
	width: 130px;
	padding: 10px 0;
	letter-spacing: 1px;
	display: block;
}

.home-video .vb-video img {
	cursor: pointer;
}

.home-blog .col-xs-12 {
	margin-bottom: 30px;
}

.home-blog .col-xs-12:last-child {
	margin-bottom: 0;
}

.home-blog .vb-heading {
	margin-bottom: 20px;
	text-align: center;
}

.home-blog .vb-heading h3 {
	font-size: 2.5em;
	margin-bottom: 25px;
}

.home-blog .vb-heading a {
	letter-spacing: 0.5px;
}

.home-blog .vb-heading a:first-of-type {
	padding-left: 0;
	position: relative;
}

.home-blog .vb-heading a:first-of-type:after {
	content: "";
	text-align: right;
	height: 20px;
	width: 1px;
	background: #a9a9a9;
	display: inline-block;
	position: absolute;
	right: -3px;
	top: 2px;
}

.home-blog .blog-box img {
	width: 100%;
}

.home-blog .blog-box img:hover {
	opacity: 0.8;
}

.home-blog .blog-box .blog-box-content {
	background: #fff;
	padding: 18px 20px 8px;
	box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.7);
	-o-box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.7);
	-ms-box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.7);
}

.home-blog .blog-box .blog-box-content h3 {
	margin: 0 0 19px;
	font-size: 1.6em;
	line-height: 1.4;
	height: 63px;
	overflow: hidden;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

.home-blog .blog-box .blog-box-content h3 a {
	color: #201d1d;
}

.home-blog .blog-box .blog-box-content h3 a:hover {
	color: #ed353a;
}

.home-blog .blog-box .blog-box-content p span {
	color: #9c9b9b;
	display: inline-block;
	margin-top: 7px;
	font-family: mont-book, sans-serif;
	font-size: 0.9em;
	letter-spacing: 1px;
}

.home-blog .blog-box .blog-box-content p a {
	display: inline-block;
	float: right;
	padding: 9px 12px;
	position: relative;
}

.home-blog .blog-box .blog-box-content p a i {
	font-size: 1.6em;
	padding-left: 3px;
	vertical-align: middle;
	position: absolute;
	top: 3px;
	right: 0;
}

.home-blog .blog-box .blog-box-content p a:hover i {
	right: -5px;
	color: #ed353a;
}

.video-date {
	display: block;
	font-size: 12px;
	color: #9e9d9d;
	font-family: mont-regular, sans-serif;
	padding-top: 5px;
}

.gap {
	height: 80px;
}

/* footer CTA */
.footer-cta {
	padding: 70px 0;
}

.footer-cta .col-xs-12 {
	margin-bottom: 30px;
}

.footer-cta .col-xs-12:last-child {
	margin-bottom: 0;
}

.footer-cta .fc-box {
	text-align: center;
	padding: 30px 20px;
	position: relative;
	border: 1px solid #e8e8e8;
}

.footer-cta .fc-box img {
	margin-bottom: 25px;
}

.footer-cta .fc-box p {
	font-family: mont-semibold, sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
}

.footer-cta .fc-box span {
	width: 230px;
}

.footer-cta .fc-box:hover span {
	background: #201d1d;
}

.footer-cta .fc-box .btn-invisible-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* main footer */
.main-footer .y-burbia-long {
	width: 100%;
	overflow: hidden;
}

.main-footer .y-burbia-long img {
	width: 1200px;
}

.main-footer .footer-content {
	padding: 40px 0;
	background: #201d1d;
	border-bottom: 1px solid #373434;
}

.main-footer .col-xs-12 {
	margin-bottom: 30px;
}

.main-footer .col-xs-12:last-child {
	margin-bottom: 0;
}

.main-footer .footer-links h4 {
	font-size: 1.4em;
	margin: 0 0 10px;
}

.main-footer .footer-links h4 a {
	font-family: mont-semibold, sans-serif;
	color: #fff;
	font-size: 1em;
	letter-spacing: 0.25px;
}

.main-footer .footer-links h4 a:not([href]):hover {
	color: #fff;
}

.main-footer .footer-links a {
	color: #b7b7b7;
	padding: 6px 0;
	display: block;
	letter-spacing: 0.5px;
	font-size: 0.9em;
	font-family: mont-book, sans-serif;
}

.main-footer .footer-links a:active,
.main-footer .footer-links a:focus {
	color: #ed353a;
}

.main-footer .big-links a {
	color: #fff;
	font-family: mont-semibold, sans-serif;
	font-size: 1.4em;
	letter-spacing: 0.5px;
	margin: 0 0 10px;
	line-height: 1.1;
}

.main-footer .footer-social {
	margin-bottom: 20px;
}

.main-footer .footer-social a {
	float: left;
	padding: 0;
	margin-bottom: 10px;
	margin-right: 15px;
}

.main-footer .footer-social i {
	font-size: 3.5em;
}

.main-footer .footer-social:after {
	content: "";
	clear: both;
	display: block;
}

.main-footer .footer-extra-links {
	background: #201d1d;
	padding: 50px 0;
	text-align: center;
}

.main-footer .footer-extra-links .extra-links {
	margin-bottom: 50px;
}

.main-footer .footer-extra-links .extra-links li a {
	color: #c5c5c5;
	font-size: 1em;
	font-family: mont-book, sans-serif;
	padding: 8px 10px;
	margin: 0 10px;
	letter-spacing: 1px;
	display: block;
}

.main-footer .footer-extra-links .extra-links li a:active {
	color: #ed353a;
}

.main-footer .footer-extra-links p {
	margin: 0 auto 20px;
	color: #c5c5c5;
	font-size: 1.3em;
	font-family: mont-book, sans-serif;
}

.main-footer .footer-extra-links p span {
	font-size: 1.2em;
	color: #c5c5c5;
	position: relative;
	top: 1px;
}

.main-footer .footer-extra-links p:last-of-type {
	margin-bottom: 0;
}

/* Page Template - Base elements and styles used for all the pages */
#page-slider {
	margin-bottom: 25px;
}

#page-slider .owl-dots .owl-dot.active span,
#page-slider .owl-dots .owl-dot:hover span {
	background: #ed353a;
}

.page-content .page-image-left {
	float: left;
	display: block;
	margin: 0 20px 20px 0;
}

.page-content .page-image-right {
	float: right;
	display: block;
	margin: 0 0 20px 20px;
}

.page-template-container {
	margin: 40px 0 80px;
}

.page-heading {
	margin-bottom: 25px;
}

.page-heading .page-title {
	margin: 25px 0 0;
	font-size: 26px;
}

.number-circle {
	font-size: 14px;
	color: #fff;
	background: #ed353a;
	height: 28px;
	width: 28px;
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	line-height: 2.1;
	vertical-align: middle;
	margin-right: 5px;
}

.content-block {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e8e7e7;
}

.content-block img {
	border-radius: 3px;
}

.content-block:last-child {
	border: none;
	padding: 0;
	margin: 0;
}

.breadcrumb ul {
	margin-bottom: 20px;
}

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

.breadcrumb ul li a {
	text-decoration: underline;
	color: #201d1d;
}

.breadcrumb ul li a:hover {
	color: #ed353a;
}

.breadcrumb ul li a,
.breadcrumb ul li span {
	font-size: 15px;
	display: inline-block;
	padding: 5px 0;
	line-height: 1;
}

.breadcrumb ul li:after {
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin: 0 5px;
}

.breadcrumb ul li:last-child:after {
	content: "";
}

.breadcrumb .page-social span {
	margin-right: 10px;
	font-size: 1.5em;
	position: relative;
	top: 2px;
}

.breadcrumb .page-social a {
	font-size: 2.5em;
	vertical-align: middle;
	display: inline-block;
	margin: 0 2px;
	line-height: 1;
	color: #201d1d;
}

.breadcrumb .page-social a:hover {
	color: #ed353a;
}

.sidebar-container {
	padding-top: 70px;
}

.sidebar-container>span {
	padding: 17px 20px 13px;
	background: #f0f0f0;
	display: block;
	font-size: 1.6em;
	font-family: mont-semibold, sans-serif;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sidebar-container ul li a {
	display: block;
	padding: 17px 20px 15px;
	background: #201d1d;
	color: #fff;
	font-family: mont-regular, sans-serif;
	letter-spacing: 0.5px;
	line-height: 1;
	border-bottom: 1px solid #3c3b3b;
}

.sidebar-container ul li a:hover {
	background: #ed353a;
}

.sidebar-container ul li:last-child a {
	border: none;
}

.sidebar-container ul li.active>a {
	background: #ed353a;
}

.sidebar-container ul .has-submenu ul {
	border: 1px solid #ed353a;
	padding: 10px 0;
	display: none;
}

.sidebar-container ul .has-submenu ul li {
	font-size: 1em;
}

.sidebar-container ul .has-submenu ul li a {
	font-size: 1em;
	background: #fff;
	color: #ed353a;
	border: none;
	padding: 10px 20px;
	font-family: mont-semibold, sans-serif;
}

.sidebar-container ul .has-submenu ul li a:hover {
	color: #201d1d;
}

.sidebar-container ul .has-submenu ul li.active a {
	color: #201d1d;
}

.sidebar-container ul .has-submenu.active>a {
	border-color: #ed353a;
}

.sidebar-container ul .has-submenu.active ul {
	display: block;
}

.sidebar-container.new-side-menu ul .has-submenu.active>a {
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
	color: black;
}

.sidebar-container.new-side-menu ul .has-submenu ul {
	border: 1px solid #f0f0f0;
}

/* Donation Page */
.donation-page form {
	margin-bottom: 40px;
}

.donation-page h4 {
	position: relative;
	padding-left: 40px;
	padding-top: 10px;
	margin-top: 0;
}

.donation-page h4 .number-circle {
	position: absolute;
	left: 0;
	top: 3px;
}

.donation-page .tax-text {
	margin-bottom: 0;
	font-size: 1.6em;
	font-family: mont-semibold, sans-serif;
	letter-spacing: 0.5px;
	word-spacing: 0.3px;
	line-height: 1.1;
}

.donation-page .donation-cause {
	border: none;
	margin: 0;
	padding: 0;
}

.donation-page .donation-cause h3 {
	margin: 0 0 25px;
}

.donation-page .donation-cause .buttons-container button {
	width: 100%;
	text-align: left;
	padding: 14px 15px 12px;
	border: 1px solid #c9cdd4;
	border-top: none;
	font-size: 1.6em;
	line-height: 1;
	background: #e1e3e8;
}

.donation-page .donation-cause .buttons-container button i {
	float: right;
}

.donation-page .donation-cause .buttons-container button:hover,
.donation-page .donation-cause .buttons-container button.active {
	background: #ed353a;
	color: #fff;
	border-color: #ed353a;
}

.donation-page .donation-cause .buttons-container button:first-of-type {
	border-top: 1px solid #c9cdd4;
	border-radius: 2px 2px 0 0;
}

.donation-page .donation-cause .buttons-container button:first-of-type:hover,
.donation-page .donation-cause .buttons-container button:first-of-type.active {
	border-color: #ed353a;
}

.donation-page .donation-cause .buttons-container button:last-of-type {
	border-radius: 0 0 2px 2px;
}

.donation-page .donation-cause .buttons-container button:last-of-type:hover,
.donation-page .donation-cause .buttons-container button:last-of-type.active {
	border-color: #ed353a;
}

.donation-page .donation-cause .da-info-outer {
	display: none;
}

.donation-page .donation-cause .da-info {
	padding: 30px;
	border-radius: 5px;
	background: #f0f0f0;
	display: none;
}

.donation-page .donation-cause .da-info h4 {
	margin: 0 0 20px;
	padding: 0;
}

.donation-page .donation-cause .da-info img {
	width: 100%;
	border-radius: 2px;
	margin-bottom: 20px;
}

.donation-page .donation-cause .you-decide {
	display: block;
}

.donation-page .donation-amount {
	border: none;
	margin: 0;
	padding: 0;
}

.donation-page .donation-amount h3 {
	margin-top: 0;
}

.donation-page .donation-amount ul li {
	display: inline-block;
	margin: 0 0 18px 0;
}

.donation-page .donation-amount ul li>span {
	font-size: 1.4em;
	padding: 8px 10px;
	display: block;
	background: #e1e3e8;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #C9CDD4;
	color: #666;
}

.donation-page .donation-amount ul li>div {
	background: transparent;
	border: 1px solid #C9CDD4;
	border-radius: 3px;
	text-align: center;
	height: 45px;
	padding-top: 1px;
}

.donation-page .donation-amount ul li>div input {
	color: #666;
	display: inline-block;
	background: transparent;
	border: none;
	width: 110px;
	min-width: auto;
	margin: 0;
	font-size: 1.4em;
	padding: 0;
}

.donation-page .donation-amount ul li>div span {
	width: 30px;
	font-size: 1.4em;
	color: #a9a9a9;
	display: inline-block;
	margin-left: 35px;
	cursor: default;
}

.donation-page .donation-amount ul li span {
	cursor: pointer;
}

.donation-page .donation-amount ul li .active,
.donation-page .donation-amount ul li>span:hover {
	background: #ed353a;
	color: #fff;
	border-color: #ed353a;
}

.donation-page .donation-amount ul li input {
	background: #fff;
	width: 100%;
	height: 45px;
	font-size: 18px;
}

.donation-page .donation-amount>p {
	margin-top: 15px;
}

.donation-page .donation-amount>p label {
	padding-left: 25px;
}

.donation-page .donation-amount>p label input {
	margin-left: -25px;
}

.donation-page .donation-amount .checkbox input {
	width: auto;
}

.donation-page .donation-info h3 {
	margin-top: 0;
}

.donation-page .donation-info h3 span {
	font-size: 13px;
	color: #8c8b8b;
	font-style: italic;
	font-family: mont-regular, sans-serif;
	vertical-align: middle;
	margin-left: 5px;
}

.donation-page .donation-info input {
	width: 100%;
}

.donation-page .donation-payment {
	border: none;
	margin: 0;
	padding: 0;
}

.donation-page .donation-payment h3 {
	margin-top: 0;
}

.donation-page .donation-payment .cc-expiry-container {
	border: 1px solid #ccc;
	height: 50px;
	margin-bottom: 20px;
}

.donation-page .donation-payment .cc-expiry-container select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	padding: 0 0 0 15px;
	border: none;
	height: 48px;
	line-height: 3.2;
	font-family: mont-book, sans-serif;
}

.donation-page .donation-payment .cc-expiry-container select:first-of-type {
	width: 62%;
	border-right: 1px solid #ccc;
	min-width: 0;
}

.donation-page .donation-payment .cc-expiry-container select:last-of-type {
	min-width: 0;
	width: 37%;
}

.donation-page .donation-payment .dp-payment-options {
	margin-bottom: 15px;
}

.donation-page .donation-payment .dp-payment-options a,
.donation-page .donation-payment .dp-payment-options p {
	font-size: 1.8em;
	padding: 13px 12px 11px;
	background: #e1e3e8;
	cursor: pointer;
	display: block;
	text-align: center;
}

.donation-page .donation-payment .dp-payment-options a:hover,
.donation-page .donation-payment .dp-payment-options p:hover {
	background: #ed353a;
	color: #fff;
}

.donation-page .donation-payment .dp-payment-options p span {
	font-family: mont-regular, sans-serif;
	font-size: 16px;
	margin-left: 10px;
	transition: none;
}

.donation-page .donation-payment .dp-payment-options p a {
	font-size: 1em;
	display: inline-block;
	padding: 0;
	color: #201d1d;
	margin-left: 10px;
	background: none;
	transition: none;
}

.donation-page .donation-payment .dp-payment-options p:hover a,
.donation-page .donation-payment .dp-payment-options p:hover span {
	color: #fff;
}

.donation-page .donation-payment .dp-payment-options .or {
	padding: 16px 0px 12px;
	font-family: mont-semibold, sans-serif;
	display: block;
	text-align: center;
}

.donation-page .donation-payment .dp-payment-options p.active {
	background: #ed353a;
}

.donation-page .donation-payment .dp-payment-options p.active i,
.donation-page .donation-payment .dp-payment-options p.active span {
	color: #fff;
}

.donation-page .donation-payment .dp-payment-options p.active:hover {
	opacity: 0.9;
}

.donation-page .donation-payment .card-types {
	margin: 20px 0 30px;
	padding: 18px 20px 12px;
	background: #fbfbfb;
	border: 1px solid #f0f0f0;
	text-align: center;
}

.donation-page .donation-payment .card-types img {
	height: 25px;
	display: block;
	margin-bottom: 10px;
}

.donation-page .donation-payment .card-types span {
	font-size: 1.6em;
	vertical-align: middle;
	margin-left: 15px;
}

.donation-page .donation-payment input {
	width: 100%;
}

.donation-page .donation-payment .with-card-icon {
	border: 1px solid #ccc;
	padding: 0 15px;
	margin-bottom: 20px;
}

.donation-page .donation-payment .with-card-icon img {
	height: 25px;
}

.donation-page .donation-payment .with-card-icon input {
	vertical-align: middle;
	border: none;
	margin-bottom: 0;
	height: 48px;
	width: 83%;
	min-width: 0;
}

.donation-page .donation-payment .payment-info-box {
	text-align: center;
	padding: 30px 20px;
	border-radius: 5px;
	background: #f0f0f0;
	margin-top: 50px;
}

.donation-page .donation-payment .payment-info-box span {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
	margin-left: 5px;
}

.donation-page .donation-payment .payment-info-box p:nth-child(2),
.donation-page .donation-payment .payment-info-box p:nth-child(4) {
	font-size: 1.2em;
}

.donation-page .donation-payment .submit-donation {
	padding: 15px 0;
	width: 30%;
	position: relative;
	letter-spacing: 1px;
	background: #ed353a;
	color: #fff;
	margin-top: 30px;
	border: none;
}

.donation-page .donation-payment .submit-donation span {
	font-size: 1.8em;
	color: #fff;
}

.donation-page .donation-payment .submit-donation i {
	position: absolute;
	right: 20px;
	top: 35%;
	color: #fff;
	font-size: 1.8em;
}

.donation-page .donation-payment .submit-donation:hover {
	background: #201d1d;
}

.donation-page .donation-payment .card-code-container {
	border: 1px solid #ccc;
	position: relative;
}

.donation-page .donation-payment .card-code-container input {
	width: 88%;
	min-width: 0;
	display: inline-block;
	margin: 0;
	border: none;
	height: 48px;
	background: transparent;
	padding: 5px 10px 3px 15px;
}

.donation-page .donation-payment .card-code-container i {
	font-size: 1.9em;
	cursor: pointer;
	position: absolute;
	top: 35%;
	right: 15px;
}

.donation-page .dp-shown {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e8e7e7;
}

/* About Page - Who */
.content-block .btn-primary,
.btn-box .btn-primary {
	margin-bottom: 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space: inherit;
}

div.btn-box {
	margin-bottom: 20px;
}

.content-committee h4 {
	margin-bottom: 10px;
}

.content-committee p {
	margin-bottom: 20px;
}

.content-committee.last p {
	margin-bottom: 0;
}

.tlink {
	padding: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space: inherit;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.include-lists {
	margin-bottom: 30px;
}

.include-lists .fl {
	float: none;
	width: auto;
	margin: 0 auto 15px;
	text-align: center;
}

.include-lists .fr {
	float: none;
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.include-lists h4 {
	margin-bottom: 10px;
	margin-top: 0;
}

.include-lists:after {
	content: "";
	clear: both;
	display: block;
}

.partners-lists .plists {
	margin-bottom: 20px;
}

.file-lists {
	margin-bottom: 15px;
}

.file-lists .fa-file {
	font-size: 1.4em;
	margin-right: 6px;
	color: #ed353a;
}

.file-lists .file-size {
	margin-left: 5px;
	color: #999999;
}

.content-block .file-lists:last-child {
	margin-bottom: 0;
}

.purpose-lists .fr {
	padding: 20px 20px 30px;
	text-align: left;
	color: #fff;
	background: #ed353a;
}

.purpose-lists img {
	display: none;
}

.ap-cta .btn:first-of-type {
	margin-right: 20px;
}

/* about v2 */
.content-block img {
	margin: 0 auto;
}

.tlink {
	text-align: left;
}

.plists-box {
	padding: 20px 20px 18px;
	color: #fff;
	background: #ed353a;
	border-radius: 3px;
}

.purpose-lists {
	margin-bottom: 20px;
}

.purpose-lists img {
	margin-bottom: 20px;
}

.purpose-lists h4 {
	margin: 0 0 10px;
}

.include-lists img {
	margin: 4px auto 20px;
}

.file-lists {
	position: relative;
	padding-left: 30px;
}

.file-lists .fa-file {
	position: absolute;
	left: 0;
}

/* Community Services Page */
.cs-box {
	position: relative;
	margin-bottom: 30px;
}

.cs-box img {
	display: block;
	width: 100%;
	border-radius: 3px 3px 0 0;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
}

.cs-box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.cs-box .title {
	display: block;
}

.cs-box .title .fa {
	float: right;
	margin-top: 1px;
	font-size: 1.2em;
}

.cs-box:hover img,
.cs-box:active img {
	opacity: 0.8;
}

.cs-box:hover .btn-primary,
.cs-box:active .btn-primary {
	background: #201d1d;
	color: #fff;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
}

/* Community Connections Page */
.cc-list {
	margin-bottom: 40px;
}

.cc-list:last-child {
	margin-bottom: 0;
}

.ndis-lists {
	margin-bottom: 30px;
	list-style: circle;
}

.ndis-lists span {
	display: block;
	margin-bottom: 10px;
	color: #ed353a;
	font-size: 1.8em;
}

.ndis-lists li {
	margin-left: 20px;
}

/* NDIS */
.slide-down-box .btn-collapsed .icon-cont {
	display: inline-block;
	margin-right: 8px;
	width: 30px;
	height: 30px;
	background: #ed353a;
	text-align: center;
	border-radius: 100%;
}

.slide-down-box .btn-collapsed .icon-cont .fa {
	position: relative;
	top: 4px;
	left: 0px;
	font-size: 1.2em;
	color: #fff;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
}

.slide-down-box .btn-collapsed.collapsed .fa {
	margin: 0;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

.slide-down-box .panel-title {
	margin-bottom: 15px;
}

.slide-down-box .panel-body {
	padding: 0 25px 5px 25px;
}

/* modal */
.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.modal-container {
	display: none;
}

.modal-container .close-modal {
	position: fixed;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 5;
}

.modal-container #close-video-modal:hover,
.modal-container .close-modal:hover {
	opacity: 0.7;
}

.modal-container .modal-content-container {
	padding: 30px;
	border: 3px solid #ed353a;
	background: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.modal-container .modal-content-container .modal-content {
	border: none;
	box-shadow: none;
}

/* Youth Parliament */
.youth-parliament-lists {
	list-style: disc;
}

.youth-parliament-lists li {
	margin-left: 35px;
	margin-bottom: 20px;
}

.space-block {
	margin-top: 40px;
}

.featured-image {
	margin-bottom: 30px;
}

/* Juvenile Justice */
.more-img-box img {
	margin-bottom: 20px;
}

.small-link {
	font-size: 1em;
	margin-bottom: 10px;
	text-align: left;
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space: inherit;
	line-height: 1.4;
}

/* Mental Health */
p+.simple-list {
	margin-top: -10px;
}

h4+.simple-list {
	margin-top: -10px;
}

.simple-list {
	margin-bottom: 20px;
	margin-left: 35px;
	list-style: disc;
}

.s-link {
	margin-top: 25px;
}

/* cs v2 */
.tlink {
	word-break: break-all;
}

.cc-list img {
	margin-bottom: 20px;
}

.ndis-lists li {
	margin-bottom: 5px;
	font-size: 1.6em;
}

.more-img-box {
	margin-top: 30px;
}

.more-img-box img {
	margin-bottom: 30px;
}

.youth-parliament-lists li {
	font-size: 1.6em;
}

.s-link {
	font-size: 1em;
	display: block;
}

/* Find your Y */
.fyy-container {
	margin: 20px 0 25px;
}

.fyy-search {
	background: #eaeaea;
	padding: 20px 30px;
	border-radius: 2px;
	height: 130px;
}

.fyy-search>span {
	color: #201d1d;
	font-size: 2em;
	display: block;
	margin-bottom: 15px;
}

.fyy-search .search-container {
	margin-left: 0;
	width: 100%;
	border: none;
	border-radius: 2px;
}

.fyy-search .search-container .ii-container {
	float: left;
	width: 75%;
	height: 100%;
	background: #fff;
	border-radius: 2px;
}

.fyy-search .search-container .ii-container input {
	height: 40px;
	padding-top: 3px;
	font-size: 1.6em;
	width: 85%;
}

.fyy-search .search-container button {
	float: right;
	width: 25%;
	border-radius: 0 2px 2px 0;
	border: 0;
	background: #ed353a;
	color: #fff;
	font-size: 1.6em;
	height: 100%;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.fyy-search .search-container button:hover {
	background: #d22b2e;
}

.fyy-heading {
	padding: 0 0 30px;
}

.fyy-heading h3 {
	display: inline;
}

.fyy-heading ul {
	float: right;
	margin-top: 4px;
}

.fyy-heading ul li {
	display: inline-block;
	margin-right: 3px;
}

.fyy-heading ul li a {
	font-family: mont-bold, sans-serif;
}

.fyyb-buttons button,
.fyyb-buttons>a {
	width: 30%;
	background: #ed353a;
	color: #fff;
	border: none;
	border-radius: 2px;
	height: 40px;
	margin-right: 15px;
	overflow: hidden;
	padding: 9px 0 6px;
	text-align: center;
	font-size: 1.6em;
}

.fyyb-buttons button:last-child,
.fyyb-buttons>a:last-child {
	margin-right: 0;
}

.fyyb-buttons button:hover,
.fyyb-buttons button.active,
.fyyb-buttons>a:hover,
.fyyb-buttons>a.active {
	background: #fff;
	color: #ed353a;
}

.fyyb-buttons button.active span,
.fyyb-buttons button:hover span,
.fyyb-buttons>a.active span,
.fyyb-buttons>a:hover span {
	color: #ed353a;
}

.fyyb-buttons button span,
.fyyb-buttons>a span {
	color: #fff;
	font-size: 1em;
}

.fyyb-buttons button i,
.fyyb-buttons>a i {
	margin-right: 5px;
	font-size: 20px;
	position: relative;
	top: -2px;
	vertical-align: middle;
}

.fyyb-buttons button .y-icon,
.fyyb-buttons>a .y-icon {
	font-style: normal;
}

/* find your Y - list */
.fyy-c-list .fyy-content-block {
	background: #f9f9f9;
	border: 1px solid #eaeaea;
	padding: 10px;
	border-radius: 2px;
	margin-bottom: 15px;
}

.fyy-c-list .fyy-content-block .fyy-c-left img {
	width: 60px;
	float: left;
	border-radius: 2px;
}

.fyy-c-list .fyy-content-block .fyy-c-left img:hover {
	opacity: 0.8;
}

.fyy-c-list .fyy-content-block .fyy-c-left .fyy-result-info {
	float: left;
	padding-left: 10px;
}

.fyy-c-list .fyy-content-block .fyy-c-left .fyy-result-info h4 {
	margin: 10px 0 12px;
}

.fyy-c-list .fyy-content-block .fyy-c-right {
	margin-top: 12px;
}

.fyy-c-list .fyy-content-block .fyy-c-right>.btn-primary {
	float: left;
	margin-right: 10px;
	border-radius: 2px;
}

.fyy-c-list .fyy-content-block .fyy-c-right>.text-link {
	padding: 14px 12px;
}

.fyy-c-list .fyy-content-block .fyy-c-right>.text-link i {
	color: #201d1d;
	font-size: 18px;
	vertical-align: middle;
}

.fyy-c-list .fyy-content-block .fyy-c-right>p {
	float: right;
	margin-right: 15px;
}

.fyy-c-list .fyy-content-block .fyy-c-right>p a {
	display: inline-block;
	padding: 6px 2px 0;
	color: #201d1d;
	vertical-align: middle;
}

.fyy-c-list .fyy-content-block .fyy-c-right>p a i {
	font-size: 30px;
}

.fyy-c-list .fyy-content-block .fyy-c-right>p a:hover {
	color: #ed353a;
}

/* find your Y - Grid */
.fyy-c-grid .fyy-c-grid-outer {
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	margin-bottom: 20px;
}

.fyy-c-grid .fyy-content-block .fyy-c-left>a {
	float: left;
	width: 60px;
}

.fyy-c-grid .fyy-content-block .fyy-c-left>a img {
	width: 100%;
}

.fyy-c-grid .fyy-content-block .fyy-c-left>a img:hover {
	opacity: 0.8;
}

.fyy-c-grid .fyy-content-block .fyy-c-left .fyy-result-info {
	float: left;
	width: 85%;
	padding: 0 15px;
}

.fyy-c-grid .fyy-content-block .fyy-c-left .fyy-result-info h4 {
	margin: 10px 0;
}

.fyy-c-grid .fyy-content-block .fyy-c-left .fyy-result-info p a {
	display: block;
}

.fyy-c-grid .fyy-content-block .fyy-c-right {
	clear: both;
	padding-top: 5px;
}

.fyy-c-grid .fyy-content-block .fyy-c-right>p {
	margin-bottom: 0;
}

.fyy-c-grid .fyy-content-block .fyy-c-right>p>.text-link {
	padding: 14px 20px 14px 0px;
}

.fyy-c-grid .fyy-content-block .fyy-c-right>p>.text-link i {
	color: #201d1d;
	font-size: 18px;
	vertical-align: middle;
}

.fyy-c-grid .fyy-content-block .fyy-c-right>div a.btn {
	float: left;
}

.fyy-c-grid .fyy-content-block .fyy-c-right>div p {
	float: right;
}

.fyy-c-grid .fyy-content-block .fyy-c-right>div p a {
	margin: 6px 0 0 5px;
	color: #201d1d;
	display: inline-block;
}

.fyy-c-grid .fyy-content-block .fyy-c-right>div p a:hover {
	color: #ed353a;
}

.fyy-c-grid .fyy-content-block .fyy-c-right>div p a i {
	font-size: 30px;
	vertical-align: middle;
}

/* sitemap */
.sitemap-container .col-xs-12 {
	margin-bottom: 40px;
}

/* Contact */
.btn-grande-box {
	position: relative;
	margin-bottom: 30px;
	border-radius: 3px;
	padding: 26px 0px;
	text-align: center;
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
}

.btn-grande-box .fa {
	display: block;
	font-size: 4.5em;
	padding: 0 0 15px;
}

.btn-grande-box span {
	display: block;
	font-size: 1.8em;
	font-family: mont-semibold, sans-serif;
}

.btn-grande-box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-grande-box:hover,
.btn-grande-box:focus {
	background: #ed353a;
	color: #fff;
	border-color: #ed353a;
}

.btn-grande-box:hover .fa,
.btn-grande-box:focus .fa {
	color: #fff;
}

.btn-grande-box:hover span,
.btn-grande-box:focus span {
	color: #fff;
}

.btn-grande-box.active {
	background: #ed353a;
	color: #fff;
	border-color: #ed353a;
}

.btn-grande-box.active .fa {
	color: #fff;
}

.btn-grande-box.active span {
	color: #fff;
}

#nl-call-time {
	display: none;
}

/* form error list */
.errorlist li {
	color: #dd3333;
}

/* disqus */
.btn div.disqus-comment-count {
	display: inline;
}

/* general clearfix */
.clearfix {
	content: "";
	clear: both;
}

form button[disabled] {
	opacity: 0.5;
}

form button[disabled]:hover {
	background: #ed353a !important;
}

.people-lists img {
	border-radius: 0;
}

div.btn-box {
	margin-bottom: 15px;
}

.radio-inline .radio {
	margin-top: -10px;
}

/* Buttons */
.btn-invisible-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-comment {
	background: #f0f0f0;
	color: #201d1d;
}

/* Buttons container */
.bme-box span:nth-of-type(1) {
	margin-bottom: 10px;
}

.bme-box .btn-primary:nth-of-type(2) {
	margin-bottom: 0;
}

@media (min-width: 480px) {

	/* Buttons container */
	.bme-box span:nth-of-type(1) {
		margin-bottom: 0;
	}

	.bme-box .btn-primary {
		margin-bottom: 0;
	}
}

/* Tel show and hide */
.v-mobile {
	display: inline;
}

.v-desktop {
	display: none;
}

@media (min-width: 992px) {
	.v-mobile {
		display: none;
	}

	.v-desktop {
		display: inline;
	}
}

/* FYY */
/* FYY MAPS google map styles */
.filter-locations-box>h4 a {
	cursor: pointer;
}

.marker-link {
	cursor: pointer;
}

div#web-results {
	padding-top: 20px;
}

#fyy-smart-search-result {
	left: 0;
	width: 100%;
}

.ymca-infowindow {
	padding: 12px 15px;
}

.ymca-infowindow h4 {
	font-size: 18px;
	color: #ed353a;
	font-family: mont-semibold, sans-serif;
	margin-bottom: 15px;
}

.ymca-infowindow p {
	font-size: 14px;
	margin-bottom: 15px;
	font-family: mont-book, sans-serif;
	letter-spacing: 0.5px;
}

.ymca-infowindow p b {
	padding-right: 10px;
	font-family: mont-semibold, sans-serif;
}

.ymca-infowindow a {
	background: #ed353a;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 8px 12px 6px;
}

.ymca-infowindow a:hover {
	background: #201d1d;
	color: #fff;
}

.ymca-infowindow a:focus,
.ymca-infowindow a:active {
	color: #fff;
	background: #ed353a;
}

.ymca-infowindow .btn-arrow-right:before {
	top: 49%;
	right: 8px;
}

.fyy-search {
	height: auto;
}

.fyy-search .search-container .ii-container {
	margin-bottom: 5px;
	width: 100%;
}

.fyy-search .search-container .ii-container input {
	min-width: auto;
	width: 80%;
	line-height: 1;
}

.fyy-search .search-container button {
	float: none;
	width: 100%;
	/*display: none;*/
}

.fyyb-buttons button,
.fyyb-buttons>a {
	margin: 0 0 5px 0;
	width: 100%;
	display: block;
}

.fyyb-buttons a:first-child {
	padding-top: 7px;
}

.fyyb-buttons a:first-child i {
	top: -1px;
}

.fyy-heading {
	/* Heading with breadcrumb style */
}

.fyy-heading h3 {
	display: block;
	margin: 10px 0 15px;
}

.fyy-heading ul {
	float: none;
	display: none;
}

.fyy-heading .big-breadcrumb {
	float: left;
	width: 85%;
}

.fyy-heading .big-breadcrumb .back-link {
	display: block;
	float: none;
	margin-bottom: 20px;
}

.fyy-heading .big-breadcrumb h3 {
	display: block;
	margin: 0 0 4px;
	line-height: normal;
}

.fyy-heading .big-breadcrumb h3 .big-breadcrumb-title {
	color: #ed353a;
}

.fyy-heading .big-breadcrumb .fa {
	position: relative;
	top: 1px;
	margin: 0 6px 0 10px;
}

.fyy-heading .fyy-s {
	text-align: center;
	width: 100%;
}

.fyy-heading .fyy-s h3 {
	margin-top: 50px;
}

.fyy-heading .fyy-s .fa {
	margin: 0 8px 0 0;
}

.fyy-heading .big-breadcrumb h3 {
	margin-top: 0;
}

/* Lists */
.fyy-c-list .fyy-content-block .fyy-c-left img {
	display: none;
	margin-bottom: 20px;
	width: 100%;
}

.fyy-c-list .fyy-content-block .fyy-c-left .fyy-result-info {
	float: none;
	padding-left: 0;
	text-align: center;
	margin-bottom: 3px;
}

.fyy-c-list .fyy-content-block .fyy-c-left .fyy-result-info>span {
	font-size: 1.6em;
}

.fyy-c-list .fyy-content-block .fyy-c-right>.btn-primary {
	float: none;
	display: block;
	margin-bottom: 10px;
}

.fyy-c-list .fyy-content-block .fyy-c-right>.text-link {
	display: block;
	padding: 8px 12px;
}

.fyy-c-list .fyy-content-block .fyy-c-right .phone-mobile {
	display: block;
}

.fyy-c-list .fyy-content-block .fyy-c-right .phone-desk {
	display: none;
	padding: 8px 12px;
	color: #ed353a;
	font-family: mont-regular, sans-serif;
	letter-spacing: 0.5px;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
}

.fyy-c-list .fyy-content-block .fyy-c-right .phone-desk .fa {
	margin-right: 5px;
	font-size: 14px;
	color: #201d1d;
}

.fyy-c-list .fyy-content-block .fyy-c-right p {
	float: none;
	margin: 10px 0 7px;
	text-align: center;
}

/* Grid */
.fyy-c-grid .fyy-content-block .fyy-c-left a {
	width: auto;
}

.fyy-c-grid .fyy-content-block .fyy-c-left a img {
	float: left;
	display: none;
	margin-bottom: 20px;
	width: 100%;
	border-radius: 2px;
}

.fyy-c-grid .fyy-content-block .fyy-c-left .fyy-result-info {
	float: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.fyy-c-grid .fyy-content-block .fyy-c-left .fyy-result-info>p {
	margin-top: 10px;
}

.fyy-c-grid .fyy-content-block .fyy-c-left .fyy-result-info>p .fa {
	color: #201d1d;
}

.fyy-c-grid .fyy-content-block .fyy-c-left .fyy-result-info span {
	font-size: 1.6em;
	height: 40px;
	display: block;
}

.fyy-c-grid .fyy-content-block .fyy-c-left .fyy-result-info .phone-mobile {
	display: block;
}

.fyy-c-grid .fyy-content-block .fyy-c-left .fyy-result-info .phone-desk {
	display: none;
	padding: 8px 12px;
	color: #ed353a;
	font-family: mont-regular, sans-serif;
	letter-spacing: 0.5px;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
}

.fyy-c-grid .fyy-content-block .fyy-c-left .fyy-result-info .phone-desk .fa {
	margin-right: 5px;
	font-size: 14px;
	color: #201d1d;
}

.fyy-c-grid .fyy-content-block .fyy-c-right div>a.btn-primary {
	float: none;
	display: block;
	margin: 10px 0;
	border-radius: 2px;
}

.fyy-c-grid .fyy-content-block .fyy-c-right div>p {
	float: none;
	margin-bottom: 15px;
	text-align: center;
}

.fyy-c-grid .fyy-content-block .fyy-c-right div .social-m {
	margin-bottom: 7px;
}

.fyy-c-grid .fyy-content-block .fyy-c-right>p>.text-link {
	display: block;
	padding: 8px 12px;
}

.fyy-c-grid .fyy-s-grid {
	position: relative;
	padding: 15px 20px 20px;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
}

.fyy-c-grid .fyy-s-grid span {
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
}

.fyy-c-grid .fyy-s-grid:hover,
.fyy-c-grid .fyy-s-grid:focus {
	background: #ed353a;
}

.fyy-c-grid .fyy-s-grid:hover h4 a,
.fyy-c-grid .fyy-s-grid:focus h4 a {
	color: #fff;
}

.fyy-c-grid .fyy-s-grid:hover span,
.fyy-c-grid .fyy-s-grid:focus span {
	color: #fff;
}

.fyy-c-grid-outer .fyy-c-left a {
	width: 20%;
}

.fyy-c-grid-outer .fyy-c-left h4 a {
	width: auto;
}

.fyy-c-grid-outer .fyy-c-left:after {
	content: "";
	clear: both;
	display: block;
}

.fyy-c-grid-outer .fyy-result-info {
	width: 80%;
}

.fyy-c-grid-outer .fyy-result-info h4:after {
	content: "";
	clear: both;
	display: block;
}

.back-link {
	font-family: mont-semibold, sans-serif;
	letter-spacing: 0.5px;
}

.back-link span {
	margin: 0 10px 0 0;
	font-size: 17px;
}

.back-link .fa {
	position: relative;
	margin: 0 8px 0 0;
	top: 1px;
}

.availability-box {
	float: right;
	margin-top: 15px;
	cursor: pointer;
}

.open-fullscreen-map {
	clear: both;
	float: none;
}

/* Services Slide Down */
.fyy-content .slide-down-box .slide-down-body {
	padding: 15px;
	display: block;
}

.fyy-content .slide-down-box .fyy-content-block:last-child {
	margin-bottom: 0;
}

.fyy-content .slide-down-box .lnumber {
	display: block;
	font-size: 12px;
	color: #a9a9a9;
}

/* Toggle Style */
.search-filter {
	cursor: pointer;
	position: relative;
	/* SMALL */
}

.search-filter .open-now-text {
	position: relative;
	top: -5px;
	font-size: 1.5em;
	margin-right: 10px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
}

.search-filter input[type="checkbox"].ios8-switch {
	position: absolute;
	top: 5px;
	margin: 8px 0 0 16px;
}

.search-filter input[type="checkbox"].ios8-switch+label {
	position: relative;
	padding: 5px 0 0 50px;
	line-height: 2.0em;
}

.search-filter input[type="checkbox"].ios8-switch+label:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 40px;
	/* x*5 */
	height: 24px;
	/* x*3 */
	border-radius: 16px;
	/* x*2 */
	background: #fff;
	border: 1px solid #d9d9d9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.search-filter input[type="checkbox"].ios8-switch+label:after {
	content: "";
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 24px;
	/* x*3 */
	height: 24px;
	/* x*3 */
	border-radius: 16px;
	/* x*2 */
	background: #fff;
	border: 1px solid #d9d9d9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.search-filter input[type="checkbox"].ios8-switch+label:hover:after {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.search-filter input[type="checkbox"].ios8-switch:checked+label:after {
	margin-left: 16px;
}

.search-filter input[type="checkbox"].ios8-switch:checked+label:before {
	background: #ed353a;
}

.search-filter input[type="checkbox"].ios8-switch-sm {
	margin: 1px 0 0 10px;
}

.search-filter input[type="checkbox"].ios8-switch-sm+label {
	position: relative;
	padding: 0 0 0 42px;
	line-height: 1.3em;
	font-size: 1.4em;
	font-family: mont-regular, sans-serif;
	height: 20px;
	cursor: pointer;
	margin-bottom: 0;
}

.search-filter input[type="checkbox"].ios8-switch-sm+label:before {
	width: 35px;
	/* x*5 */
	height: 20px;
	/* x*3 */
	border-radius: 10px;
	/* x*2 */
}

.search-filter input[type="checkbox"].ios8-switch-sm+label:after {
	width: 20px;
	/* x*3 */
	height: 20px;
	/* x*3 */
	border-radius: 10px;
	/* x*2 */
}

.search-filter input[type="checkbox"].ios8-switch-sm+label:hover:after {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.search-filter input[type="checkbox"].ios8-switch-sm:checked+label:after {
	margin-left: 15px;
	/* x*2 */
}

/* Captcha */
.g-recaptcha {
	display: none !important;
}

/*  Tab Content */
.nav-tabs>li {
	width: 100%;
	text-align: center;
}

.nav-tabs>li>a {
	position: relative;
	margin: 0 0 10px 0;
	padding: 15px 30px 14px 50px;
	font-family: mont-semibold, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ddd;
	border-bottom-color: #ddd;
}

.nav-tabs>li .fa {
	position: absolute;
	top: 16px;
	left: 40px;
}

.nav-tabs>li.active>a {
	border: 1px solid #ddd;
}

.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	border-bottom-color: #ddd;
}

.tab-content>.tab-pane {
	padding: 30px 0;
}

.tab-content>.tab-pane .results-group {
	margin-bottom: 30px;
}

.tab-content>.tab-pane h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.tab-content>.tab-pane .link {
	display: block;
	color: #888;
	padding-bottom: 5px;
}

/*  Event CSS */
.fe-filter-box {
	margin-bottom: 20px;
	padding: 10px 15px;
	background: #f0f0f0;
}

.fe-filter-box:after {
	content: "";
	display: block;
	clear: both;
}

.fe-left {
	display: block;
	width: auto;
}

.fe-right {
	text-align: right;
	width: auto;
	margin: 0;
	padding: 0;
	display: block;
}

.fe-right .btn-primary {
	display: block;
	margin-top: 5px;
	padding: 16px 20px 14px;
}

.fe-filter span {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
	letter-spacing: 0.5px;
	font-family: mont-semibold, sans-serif;
}

.fe-filter select {
	display: block;
	min-width: auto;
	margin: 0 0 5px 0;
	width: 100%;
	padding: 13px 40px 10px 20px;
	background-color: #fff;
}

.featured-fe-event {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e7e7;
}

.featured-fe-event .fe-event-box {
	padding: 10px;
	border-bottom: 0;
	border: 1px solid #ed353a;
}

.featured-fe-event .fe-event-box:last-child {
	padding: 10px;
	border: 1px solid #ed353a;
}

.featured-fe-event .fe-event-box .fe-event-details {
	border: none;
}

.fe-event-box {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e7e7;
}

.fe-event-box img {
	margin-bottom: 15px;
	width: 100%;
}

.fe-event-box:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.fe-event-info h4 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #ed353a;
	line-height: 1.4;
}

.fe-event-info h4 .fe-b {
	margin-right: 10px;
	font-size: 18px;
	font-family: mont-bold, sans-serif;
	letter-spacing: 0.5px;
}

.fe-event-info p {
	margin-bottom: 10px;
}

.fe-event-info .fe-event-details {
	padding-bottom: 6px;
	border: 1px solid #ddd;
}

.fe-event-info .fe-event-details>div {
	display: inline-block;
	width: auto;
	padding: 10px 10px 8px;
}

.fe-event-info .fe-event-details>div i {
	margin-right: 5px;
	font-size: 1.6em;
}

.fe-event-info .fe-event-details>div span {
	font-size: 1.4em;
}

.fe-event-info .fe-event-details>div a {
	margin: 0 0 0 10px;
	padding: 8px 20px 6px;
}

.fe-event-info .fe-event-details>div a .fa {
	margin-right: 6px;
	font-size: 1em;
}

.fe-event-info .fe-event-details>div a:first-child {
	margin: 0;
}

.fe-event-info .fe-event-details>div:last-child {
	position: relative;
	bottom: 3px;
	padding: 10px 10px 0;
	padding-right: 0;
	border-right: transparent;
}

.fe-event-info .fe-event-details>div:last-child a {
	font-size: 1.2em;
}

.fe-nearest {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.rbox {
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #ed353a;
}

.rbox p {
	display: inline-block;
	font-family: mont-semibold, sans-serif;
	letter-spacing: 0.5px;
}

.rbox select {
	display: inline-block;
	margin-bottom: 0;
	width: auto;
}

.rbox .n-title {
	margin-bottom: 10px;
}

.rbox .n-select select {
	display: block;
	margin: 0;
	min-width: auto;
	width: 100%;
}

.h-event h4 {
	position: relative;
	padding-left: 40px;
	margin-top: 2px;
	margin-bottom: 0;
	font-size: 1.6em;
	line-height: 1.4;
}

.h-event h4 span {
	position: absolute;
	top: 1px;
	left: 0;
}

.h-event .checkbox {
	display: block;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 1.4em;
}

.h-event .checkbox input {
	top: 1px;
	width: auto;
}

.h-event .pad-l {
	margin-top: 30px;
}

.h-event .pad-l select {
	margin-bottom: 20px;
}

.h-event select {
	display: block;
	width: 100%;
}

.news-block.ge .fright {
	float: none;
	display: block;
	padding: 0;
	margin-bottom: 20px;
}

.news-block.ge .fright img {
	margin: 0 auto;
}

.event-table-container {
	margin-bottom: 30px;
	width: auto;
}

.event-table-container .event-box {
	display: table-row;
}

.event-table-container .event-box:first-child .event-title {
	border-top: 1px solid #ddd;
}

.event-table-container .event-box:first-child .event-info {
	border-top: 1px solid #ddd;
}

.event-table-container .event-title {
	display: table-cell;
	background: #f0f0f0;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.event-table-container .event-title span {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
}

.event-table-container .event-info {
	display: table-cell;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.event-table-container span {
	display: block;
	padding: 10px 15px;
}

.event-table-container a {
	font-size: 1em;
	margin: 0 6px;
}

/* Find Your Y */
.map-cont-box .filter-locations-box h4 {
	padding: 17px 18px 15px;
	margin: 0;
	background: #f0f0f0;
}

.map-cont-box .filter-locations-box h4 a {
	float: right;
}

.map-cont-box .f-locations {
	margin: 0;
	display: block;
	width: 100%;
}

.map-cont-box .f-locations li {
	display: block;
	margin: 0;
}

.map-cont-box .f-locations li a {
	display: block;
	padding: 17px 20px 15px;
	background: #201d1d;
	color: #fff;
	font-family: mont-regular, sans-serif;
	letter-spacing: 0.5px;
	line-height: 1;
	border-bottom: 1px solid #3c3b3b;
}

.map-cont-box .f-locations li a:hover,
.map-cont-box .f-locations li a:focus {
	background: #ed353a;
}

.map-cont-box .f-locations li:last-child a {
	border: none;
}

/* Map */
#map {
	height: 600px;
}

.map-overlay-cont {
	position: relative;
	margin: 0 0 35px;
}

.map-overlay-cont .map-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

@media (min-width: 768px) {
	#map {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.map-overlay-cont {
		margin-top: 0;
	}

	.map-overlay-cont .map-overlay {
		display: none !important;
	}
}

/* Form in Incident */
.report-incident-form .rif-desclaimer-text {
	display: none;
	color: #ed353a;
}

.ft .form-head {
	margin-bottom: 20px;
}

.ft .form-head .form-title {
	float: none;
	margin-top: 0;
	margin-bottom: 0;
}

.ft .form-head .required-field {
	margin-top: 8px;
	float: left;
}

.event-input-box {
	position: relative;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.event-input-box input {
	width: 88%;
	min-width: 0;
	display: inline-block;
	margin: 0;
	border: none;
	height: 48px;
	background: transparent;
	padding: 5px 10px 3px 15px;
}

.event-input-box input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ccc;
}

.event-input-box input::-moz-placeholder {
	/* Firefox 19+ */
	color: #ccc;
}

.event-input-box input:-ms-input-placeholder {
	/* IE 10+ */
	color: #ccc;
}

.event-input-box input:-moz-placeholder {
	/* Firefox 18- */
	color: #ccc;
}

.event-input-box input[type="date"] {
	color: #ccc;
}

.event-input-box .fa {
	font-size: 1.9em;
	cursor: pointer;
	position: absolute;
	top: 32%;
	right: 15px;
	color: #ccc;
}

/* Back to Top CSS */
.back-to-top {
	position: relative;
	font-family: mont-bold, sans-serif;
	color: #ed353a;
	padding: 2px 15px 14px 35px;
	cursor: pointer;
	display: inline-block;
	margin-top: -6px;
	padding-bottom: 32px;
}

.fyy-c-list .fyy-content-block+.back-to-top {
	margin-top: 38px
}

.back-to-top .icon-cont {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: #ed353a;
	text-align: center;
	border-radius: 100%;
}

.back-to-top .fa {
	font-size: 20px;
	display: block;
	margin-top: 1px;
	margin-left: 1px;
	color: #fff;
}

/* Community Serve */
.community-connections-lists .cc-list h4 {
	margin-top: -5px;
}

/* Form Style */
.form-check {
	padding: 5px 15px 3px;
	font-size: 1.6em;
	font-family: mont-book, sans-serif;
	letter-spacing: 1px;
	line-height: 1.4;
	padding-left: 20px;
	margin-left: 0;
	width: auto;
}

.form-check input[type=checkbox] {
	width: auto;
}

/* Sidebar Contact Details */
.contact-details-box {
	margin-top: 70px;
}

.contact-details-box ul {
	padding: 30px 15px;
	background: #201d1d;
}

.contact-details-box ul li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
	color: #fff;
}

.contact-details-box ul li .v-mobile {
	font-family: mont-regular, sans-serif;
	color: #fff;
}

.contact-details-box ul li .fa {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	color: #ed353a;
}

.contact-details-box ul li span {
	font-family: mont-regular, sans-serif;
	color: #fff;
}

.contact-details-box ul li.contact-mailto a {
	color: #fff;
	font-family: mont-regular, sans-serif;
	border-bottom: 1px solid #fff;
}

.contact-details-box ul li.contact-mailto:hover a {
	color: #ed353a;
	border-bottom: 1px solid #ed353a;
}

.contact-details-box ul li:last-child {
	margin-bottom: 0;
}

.contact-details-box>span {
	padding: 17px 20px 13px;
	background: #f0f0f0;
	display: block;
	font-size: 1.6em;
	font-family: mont-semibold, sans-serif;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Form in Form */
@media (min-width: 480px) {
	.ft .form-head .form-title {
		float: left;
	}

	.ft .form-head .required-field {
		float: right;
		margin-top: 3px;
	}
}

@media (min-width: 768px) {
	.ft .form-head .form-title {
		float: left;
	}

	.ft .form-head .required-field {
		float: right;
	}
}

/* Responsive Fyy Search */
@media (min-width: 480px) {
	.fyy-c-list .fyy-content-block .fyy-c-left img {
		display: block;
		width: 20%;
		margin-bottom: 0;
	}

	.fyy-c-list .fyy-content-block .fyy-c-left .fyy-result-info {
		float: left;
		width: 80%;
		padding-left: 15px;
		text-align: left;
		margin-bottom: 0;
	}

	.fyy-c-list .fyy-content-block .fyy-c-left .fyy-result-info>span {
		font-size: 1.6em;
	}

	.fyy-c-list .fyy-content-block .fyy-c-left .fyy-result-info h4 {
		margin: 10px 0 12px;
		font-size: 1.6em;
	}

	.fyy-c-list .fyy-content-block .fyy-c-right>.text-link {
		display: inline-block;
		padding: 14px 12px;
	}

	.fyy-c-list .fyy-content-block .fyy-c-right p {
		margin: 10px 0 15px;
	}

	/* Grid */
	.fyy-c-grid .fyy-content-block .fyy-c-left a {
		width: 20%;
	}

	.fyy-c-grid .fyy-content-block .fyy-c-left a img {
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 0;
	}

	.fyy-c-grid .fyy-content-block .fyy-c-left .fyy-result-info {
		float: left;
		width: 80%;
		padding-left: 15px;
		text-align: left;
	}

	.fyy-c-grid .fyy-content-block .fyy-c-left .fyy-result-info a {
		width: auto;
	}

	.fyy-c-grid .fyy-content-block .fyy-c-left .fyy-result-info>p>a {
		display: inline-block;
		padding: 0;
	}

	.fyy-c-grid .fyy-content-block .fyy-c-left .fyy-result-info>p>a:nth-of-type(2) {
		padding: 6px 12px;
	}

	.fyy-c-grid .fyy-content-block .fyy-c-left .fyy-result-info .phone-mobile {
		display: inline-block;
	}

	.fyy-c-grid .fyy-content-block .fyy-c-left .fyy-result-info h4 {
		margin: 5px 0 10px;
	}

	.fyy-c-grid .fyy-content-block .fyy-c-right div>a.btn-primary {
		float: none;
		display: inline-block;
		margin: 10px 0 0;
	}

	.fyy-c-grid .fyy-content-block .fyy-c-right div>p {
		float: right;
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: center;
	}

	.fyy-c-grid .fyy-content-block .fyy-c-right div .social-m {
		margin: 10px 0 0;
	}

	.fyy-c-grid .fyy-content-block .fyy-c-right>p>.text-link {
		display: inline-block;
		padding: 14px 20px 14px 0px;
	}

	.fyy-c-grid .fyy-s-grid {
		padding: 20px;
	}

	.fyy-heading .fyy-s {
		text-align: center;
	}

	.fyy-heading .fyy-s h3 {
		margin-top: 10px;
	}

	.fyy-heading .big-breadcrumb h3 {
		margin-top: 0;
	}

	/* Services Slide Down */
	.fyy-content .slide-down-box .lnumber {
		float: right;
		display: inline-block;
	}
}

@media (min-width: 768px) {
	.fyy-search {
		height: 130px;
	}

	.fyy-search .search-container .ii-container {
		float: left;
		margin-bottom: 5px;
		/*width: 100%;*/
		width: 75%;
	}

	.fyy-search .search-container .ii-container input {
		min-width: 250px;
		width: 85%;
	}

	.fyy-search .search-container button {
		float: right;
		width: 25%;
	}

	.fyyb-buttons button,
	.fyyb-buttons>a {
		width: 30%;
		margin: 0 5% 0 0;
		float: left;
	}

	.fyy-heading h3 {
		display: inline;
	}

	.fyy-heading ul {
		float: right;
	}

	.fyy-heading .big-breadcrumb.fyy-map-s {
		width: 100%;
	}

	.fyy-heading .big-breadcrumb.fyy-map-s .back-link {
		width: 100px;
		margin-right: -100px;
		text-align: left;
	}

	.fyy-heading .big-breadcrumb .back-link {
		float: left;
		margin-top: 14px;
	}

	.fyy-heading .big-breadcrumb {
		width: 85%;
	}

	.fyy-heading .big-breadcrumb h3 {
		margin: 0 0 10px;
	}

	/* Lists */
	.fyy-c-list .fyy-content-block .fyy-c-left img {
		margin-bottom: 0;
		width: 60px;
	}

	.fyy-c-list .fyy-content-block .fyy-c-left .fyy-result-info {
		float: left;
		padding-left: 10px;
	}

	.fyy-c-list .fyy-content-block .fyy-c-right {
		margin-top: 9px;
	}

	.fyy-c-list .fyy-content-block .fyy-c-right>.btn-primary {
		float: left;
		margin: 0 10px 0 0;
	}

	.fyy-c-list .fyy-content-block .fyy-c-right>.text-link {
		display: inline-block;
		padding: 14px 12px 0;
	}

	.fyy-c-list .fyy-content-block .fyy-c-right .phone-desk {
		padding: 14px 12px 0;
	}

	.fyy-c-list .fyy-content-block .fyy-c-right p {
		float: right;
		margin: 0 15px 0 0;
	}

	.open-fullscreen-map {
		clear: none;
		float: right;
	}
}

@media (min-width: 992px) {

	/* Lists */
	.fyy-c-list .fyy-content-block .fyy-c-right .phone-desk {
		display: inline-block;
	}

	.fyy-c-list .fyy-content-block .fyy-c-right .phone-mobile {
		display: none;
	}

	.fyy-search .search-container .ii-container {
		width: 75%;
	}

	.fyy-search .search-container button {
		display: block;
	}

	/* Grid */
	.fyy-c-grid .fyy-content-block .fyy-c-left .fyy-result-info .phone-mobile {
		display: none;
	}

	.fyy-c-grid .fyy-content-block .fyy-c-left .fyy-result-info .phone-desk {
		display: inline-block;
		padding: 0;
	}

	.fyy-heading ul {
		display: block;
	}
}

/* Responsive Fyy Tab */
@media (min-width: 480px) {
	.nav-tabs>li .fa {
		left: 110px;
	}
}

@media (min-width: 768px) {
	.nav-tabs>li {
		width: auto;
		text-align: left;
	}

	.nav-tabs>li>a {
		margin: 0 10px 0 0;
		padding: 15px 20px 14px 40px;
		font-size: 1em;
	}

	.nav-tabs>li .fa {
		left: 20px;
	}

	.nav-tabs>li.active>a {
		border-bottom-color: transparent;
	}

	.nav-tabs>li.active>a:hover,
	.nav-tabs>li.active>a:focus {
		border-bottom-color: transparent;
	}

	.nav-tabs>li:first-child>a {
		margin-left: 10px;
	}
}

@media (min-width: 992px) {
	.nav-tabs>li>a {
		padding: 15px 30px 14px 50px;
		font-size: 1.2em;
	}

	.nav-tabs>li .fa {
		left: 25px;
	}
}

/* Responsive  Events */
@media (min-width: 768px) {
	.fe-left {
		display: inline-block;
		margin-left: -15px;
		padding: 0 15px;
	}

	.fe-right {
		float: right;
		margin-right: -15px;
		padding: 0 15px 0 0;
		width: auto;
	}

	.fe-right .btn-primary {
		display: inline-block;
		padding: 18px 14px 15px;
		font-size: 1.2em;
		margin-top: 0;
	}

	.fe-filter span {
		display: inline-block;
		margin: 0;
	}

	.fe-filter select {
		display: inline-block;
		margin-bottom: 0;
		margin-left: 15px;
		width: auto;
	}

	.featured-fe-event .fe-event-box:last-child {
		margin-bottom: 0;
	}

	.fe-event-box img {
		margin-bottom: 0;
	}

	.fe-event-info h4 {
		margin-top: 0;
		padding-right: 15px;
		line-height: 1.1;
	}

	.fe-event-info .fe-event-details {
		padding-bottom: 0;
	}

	.fe-event-info .fe-event-details>div {
		padding: 15px 10px 13px;
	}

	.fe-event-info .fe-event-details>div:last-child {
		padding: 10px;
	}

	.rbox .n-title {
		float: left;
		width: 70%;
		margin-top: 15px;
		margin-bottom: 0;
	}

	.rbox .n-select {
		float: right;
		width: 30%;
		text-align: right;
	}

	.rbox.sbx .n-title {
		float: none;
		width: auto;
		margin-bottom: 15px;
	}

	.rbox.sbx .n-select {
		float: none;
		padding-left: 40px;
		width: auto;
	}

	.h-event h4 {
		font-size: 1.8em;
		line-height: 1.1;
	}

	.h-event h4 span {
		top: -6px;
	}

	.h-event .pad-l {
		padding-left: 40px;
	}

	.h-event input,
	.h-event textarea,
	.h-event select {
		min-width: auto;
	}

	.event-table-container {
		width: 60%;
	}

	.news-block.ge .fright {
		float: right;
		margin-bottom: 0;
		padding: 0 0 15px 15px;
	}
}

@media (min-width: 992px) {
	.fe-right .btn-primary {
		padding: 18px 10px 17px;
		font-size: 1.1em;
	}
}

@media (min-width: 1200px) {
	.fe-right .btn-primary {
		padding: 12px 20px 10px;
		margin-top: 5px;
		font-size: 1.4em;
	}

	.fe-event-info .fe-event-details>div {
		border-right: 1px solid #ddd;
	}

	.fe-event-info .fe-event-details>div:last-child {
		padding: 3px 10px;
	}

	.rbox.sbx .n-title {
		float: left;
		width: 70%;
		margin-top: 15px;
		margin-bottom: 0;
	}

	.rbox.sbx .n-select {
		float: right;
		padding-left: 0;
		width: 30%;
		text-align: right;
	}
}

@media (min-width: 480px) {
	.news-block .fright {
		float: right;
		padding-left: 10px;
	}

	.news-block .fright img {
		margin: 0;
	}
}

@media (min-width: 480px) and (max-width: 991px) {
	.main-footer .footer-social a:nth-child(4) {
		clear: both;
	}
}

@media (min-width: 480px) and (max-width: 767px) {

	/* top menu */
	.logo-container a.btn {
		padding: 10px 20px 8px;
	}

	.logo-container img {
		margin-right: 20px;
	}

	/* home blog */
	.home-blog .col-xs-12 {
		width: 50%;
		margin-bottom: 0;
	}

	/* footer */
	.main-footer .col-xs-12 {
		float: none;
		display: inline-block;
		width: 48%;
		vertical-align: top;
		padding-left: 40px;
	}

	.main-footer .footer-extra-links .extra-links li {
		display: inline-block;
	}

	/* donation page */
	.donation-page .donation-payment .card-types {
		text-align: left;
	}

	.donation-page .donation-payment .card-types img {
		margin-bottom: 0;
		display: inline-block;
	}

	.da-money .col-xs-12 {
		width: 50%;
	}
}

@media (min-width: 320px) and (max-width: 767px) {

	/* home slider */
	.homepage-slider .is .slide-content-container h2 {
		/*font-size: 3em;*/
		font-size: 1.6em;
		margin-bottom: 0;
		display: inline;
		font-family: mont-book, sans-serif;
	}

	.homepage-slider .is .slide-content-container p {
		display: none;
	}

	.homepage-slider .is .slide-content-container .sbc {
		display: none;
	}

	.homepage-slider .is .slide-content-container {
		padding: 20px 20px;
		text-align: left;
	}

	.mobile-slider-link {
		display: inline;
		font-size: 1.6em;
		font-family: mont-book, sans-serif;
		letter-spacing: 0.5px;
		color: #fff;
	}

	.slider-url-mobile {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media (min-width: 767px) {

	.mobile-slider-link,
	.slider-url-mobile {
		display: none;
	}
}

@media (min-width: 600px) and (max-width: 767px) {

	/* footer */
	.main-footer .col-xs-12 {
		padding-left: 15px;
		width: 33%;
	}
}

@media (min-width: 768px) {

	/* top menu */
	.responsive-ls {
		display: none;
	}

	.logo-container img {
		height: 98px;
		width: 96px;
	}

	.logo-container a.btn {
		padding: 11px 20px 9px;
		font-size: 1.4em;
	}

	.tm-right {
		display: block !important;
		margin: 35px 0;
	}

	.tm-right .top-menu-nav {
		margin-top: 0;
	}

	.search-container {
		width: 100%;
	}

	.search-container input {
		/*width: 290px;*/
		letter-spacing: 0;
	}

	/* homepage slider */
	.homepage-slider .is {
		min-height: 450px;
	}

	.homepage-slider .is .slide-content-container {
		top: initial;
		bottom: 20px;
		left: 20px;
		transform: translate(0, 0);
		text-align: left;
		width: 460px;
	}

	/* home intro */
	.home-intro {
		padding: 114px 0;
		background: url(../images/img/home-intro.jpg) no-repeat 50% 50%;
	}

	/* home social */
	.home-social {
		padding: 80px 0;
	}

	.home-social .social-heading h3 {
		margin: 0 0 60px;
	}

	.home-social .social-heading .hs-img-left,
	.home-social .social-heading .hs-img-right {
		display: block;
	}

	.fb-page,
	.fb-page span,
	.fb-page span iframe[style] {
		width: 100% !important;
	}

	.home-video {
		margin-bottom: 40px;
	}

	.home-video .vb-heading h3 {
		float: left;
		font-size: 3em;
		text-align: initial;
		margin-bottom: 32px;
	}

	.home-video .vb-heading a {
		float: right;
		margin-bottom: 0;
	}

	.home-blog .vb-heading {
		text-align: left;
	}

	.home-blog .vb-heading h3 {
		font-size: 3em;
	}

	.home-blog .col-xs-12 {
		margin-bottom: 0;
	}

	/* footer CTA */
	.footer-cta {
		padding: 80px 0;
	}

	/* main footer */
	.main-footer .footer-content {
		padding: 75px 0 60px;
	}

	.main-footer .footer-extra-links .extra-links li {
		display: inline-block;
	}

	.main-footer .footer-extra-links .extra-links li a {
		padding: 5px 10px;
	}

	.main-footer .footer-extra-links p {
		width: 700px;
	}

	/* About */
	.content-block .btn-primary {
		margin-bottom: 0;
		white-space: nowrap;
	}

	.purpose-lists img {
		margin-bottom: 0;
		height: 135px;
		display: block;
	}

	.plists-box {
		min-height: 135px;
	}

	.include-lists .fl {
		float: left;
		width: 15%;
	}

	.include-lists .fr {
		float: right;
		width: 85%;
		text-align: left;
	}

	/* page template */
	.breadcrumb ul {
		float: left;
		margin-bottom: 0;
	}

	.breadcrumb .page-social {
		float: right;
	}

	/* Community Services Responsive */
	.more-img-box {
		margin-top: 0;
	}

	/* slide down box
	.slide-down-box {

		.sd-title {
			font-size: 1.8em;
		}
	}
	*/
	.grid-img-box {
		margin: 0;
	}

	/* Donation page */
	.donation-page .donation-payment .card-types {
		text-align: left;
		padding: 12px 20px;
	}

	.donation-page .donation-payment .card-types img {
		margin-bottom: 0;
		display: inline-block;
	}

	.da-money .col-xs-12 {
		width: 50%;
	}

	/* START - TABLE CSS GLOBAL (RESPONSIVE) */
	.box-table-container .x-mobile-title {
		display: none;
	}

	.box-table-container .x-head {
		display: block;
		border-left: 1px solid #d8d8d8;
	}

	.box-table-container .box-row {
		display: table-row;
	}

	.box-table-container .box-row.box-head {
		display: table-row;
	}

	.box-table-container .box-row.box-head .box-table:first-child .x-head {
		border-left: 1px solid #f0f0f0;
	}

	.box-table-container .box-table {
		display: table-cell;
		width: 25%;
		border-left: none;
		border-bottom: 1px solid #f0f0f0;
	}

	/* END - TABLE CSS GLOBAL (RESPONSIVE) */
	/* modal */
	.modal-container .modal-content-container {
		width: 700px;
		height: 85%;
		top: 10%;
	}

	/* Button Grande */
	.btn-grande-box {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {

	/* top menu */
	.search-container {
		width: 500px;
	}

	.search-container input {
		/*width: 440px;*/
		letter-spacing: 0.4px;
	}

	/* 4 column box */
	.boxes-container .col-xs-12 {
		margin-bottom: 0;
	}

	.boxes-container .box-holder {
		height: 210px;
	}

	.boxes-container .box-holder>span {
		display: block;
		margin: 0 auto;
	}

	/* home social */
	.home-social {
		padding: 80px 0 50px;
	}

	.home-social .social-heading h3 {
		font-size: 3em;
		margin: 0 0 60px;
	}

	.home-social .social-heading .hs-img-left,
	.home-social .social-heading .hs-img-right {
		display: block;
	}

	.home-social .social-box {
		margin-bottom: 0;
		height: 450px;
		overflow: hidden;
	}

	/* footer CTA */
	.footer-cta .col-xs-12 {
		margin-bottom: 0;
	}

	/* footer */
	.main-footer .footer-extra-links p {
		width: 830px;
	}

	.main-footer .footer-links a:hover,
	.main-footer .footer-links a:focus,
	.main-footer .footer-links a:active {
		color: #ed353a;
	}

	.main-footer .footer-extra-links .extra-links li a:hover {
		color: #ed353a;
	}

	/* page template */
	.sidebar-container {
		padding: 0 30px 0 0;
	}

	.sidebar-container>span,
	.sidebar-container ul li a {
		padding: 14px 15px 12px;
		line-height: 1.5;
	}

	/* donation page */
	.donation-page .donation-cause .da-info-outer {
		display: block;
	}

	.donation-page .donation-payment .cc-expiry-container {
		margin-bottom: 0;
	}

	/* contact */
	.contact-details-box {
		margin-top: 0;
		padding: 0 0 0 30px;
	}

	.contact-details-box>span {
		padding: 14px 10px 12px;
		line-height: 1.5;
	}

	/* slider */
	.homepage-slider .is .slide-content-container {
		bottom: 30px;
		left: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.cs-box .title .fa {
		display: none;
	}
}

@media (min-width: 1100px) {

	/* video blog */
	.home-video {
		margin-bottom: 0;
	}

	.video-blog {
		padding: 80px 0 100px;
	}

	/* home social */
	.hs-social-overlay {
		display: none !important;
	}

	/* footer */
	.main-footer .footer-social a {
		margin-right: 15px;
	}
}

@media (min-width: 1200px) {

	/* predined tags and classes */
	input[type="text"],
	input[type="email"],
	input[type="number"],
	input[type="password"],
	.form-box select {
		letter-spacing: 0.4px;
	}

	/* navigation */
	.r-topmenu {
		display: none;
	}

	.responsive-menu {
		display: none;
	}

	.tm-right {
		margin: 35px 0;
	}

	.tm-right .top-menu-nav {
		display: inline-block;
		background: #fff;
		padding: 0 0px;
	}

	.logo-container a.btn {
		margin: 35px 0;
		padding: 12px 20px 10px;
	}

	.top-menu-nav li a {
		padding: 10px 8px;
		margin: 0;
	}

	.search-container {
		width: 320px;
		margin-left: 30px;
	}

	.search-container input {
		/*width: 300px;*/
		font-size: 14px;
	}

	#navigation .nav {
		display: block !important;
		padding: 0;
	}

	#navigation .nav>li {
		display: inline-block;
	}

	#navigation .nav>li>a {
		padding: 22px 14px 18px;
	}

	#navigation .nav>li>a i {
		display: none;
	}

	#navigation .nav>li:hover>a {
		color: #ed353a;
	}

	#navigation .nav li.has-dropdown>a {
		cursor: default;
	}

	#navigation .nav li.has-dropdown>a[href] {
		cursor: pointer;
	}

	/* dropdown */
	.the-dropdown {
		position: absolute;
		width: 230px;
		display: block;
		transform: translate3d(0px, 10%, 0px);
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.13s ease 0s;
		-webkit-transition: all 0.13s ease 0s;
		-moz-transition: all 0.13s ease 0s;
		-o-transition: all 0.13s ease 0s;
		-ms-transition: all 0.13s ease 0s;
		box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.3);
		-o-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.3);
		-ms-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.3);
		z-index: 1;
	}

	/* dropdown hover */
	#navigation ul>.has-dropdown:hover .the-dropdown {
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translate3d(0px, 0px, 0px);
		visibility: visible;
		z-index: 100;
	}

	#navigation .has-dropdown:last-child .the-dropdown,
	#navigation .has-dropdown:nth-last-child(2) .the-dropdown {
		right: 0;
		left: initial;
		margin-bottom: 0;
	}

	#navigation .has-dropdown:last-child .the-dropdown:before,
	#navigation .has-dropdown:nth-last-child(2) .the-dropdown:before {
		content: "";
		left: initial;
		right: 15px;
	}

	/* homepage slider */
	.homepage-slider {
		height: 550px;
	}

	.homepage-slider .is {
		height: 550px;
	}

	.homepage-slider .owl-theme .owl-nav.disabled+.owl-dots {
		text-align: right;
		top: -65px;
		right: 50px;
		margin-top: 0;
	}

	.homepage-slider .owl-theme .owl-dots .owl-dot span {
		background: rgba(255, 255, 255, 0.3);
	}

	.homepage-slider .owl-theme .owl-dots .owl-dot.active span,
	.homepage-slider .owl-theme .owl-dots .owl-dot:hover span {
		background: #fff;
	}

	/* home social */
	.home-social {
		padding: 80px 0;
	}

	.home-social .social-box {
		height: 535px;
		overflow: auto;
	}

	.home-social .col-xs-12 {
		margin-bottom: 0;
	}

	/* main footer */
	.main-footer .y-burbia-long img {
		width: 1920px;
	}

	.main-footer .footer-social a {
		margin-right: 20px;
	}

	.main-footer .footer-social a:nth-child(4) {
		clear: both;
	}

	/* donation page */
	.da-money .col-xs-12 {
		width: 16.66666667%;
	}

	.donation-page .donation-amount ul li:last-child {
		width: 33.33333333%;
	}

	.donation-page .donation-payment .payment-info-box {
		margin-top: 0;
		padding: 30px;
	}

	/* contact */
	.contact-details-box>span {
		padding: 14px 15px 12px;
	}

	/* modal */
	.modal-container .modal-content-container {
		width: 700px;
		height: auto;
		top: 10%;
	}

	/* Purpose Lists */
	.purpose-lists img {
		height: auto;
	}

	/* Find your Y */
	.fyy-c-list .fyy-content-block .fyy-c-left .fyy-result-info>span {
		font-size: 1.4em;
	}

	.plists-box {
		min-height: 116px;
	}

	/* 4 column box */
	.boxes-container .box-holder {
		height: auto;
	}

	.boxes-container .box-holder>span {
		display: inline-block;
	}

	/* slider */
	.homepage-slider .is .slide-content-container {
		bottom: 50px;
		left: 50px;
		padding: 30px;
	}
}

.boxes-container .new-home-boxes .box-holder {
	box-shadow: none;
	background-color: #333;
	border-radius: 5px;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	height: 130px;
	line-height: 130px;
}

.boxes-container .new-home-boxes .box-holder:hover {
	background-color: #ED3538;
}

.boxes-container .new-home-boxes .box-holder>span {
	color: white;
	max-width: none;
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}

.boxes-container .new-home-boxes .box-holder>img {
	display: none;
}

/* Lists Style Fix */
.page-content ul {
	margin-bottom: 20px;
	margin-left: 35px;
	list-style: disc;
}

.page-content ul li {
	margin-bottom: 5px;
	font-size: 1.6em;
}

.page-content ol ul li {
	font-size: 1em;
}

/* new responsive logo + text header */
@media (min-width: 400px) {
	.logo-container>a {
		float: none;
	}

	.logo-text-container {
		float: none;
		display: inline-block;
		width: auto;
		margin: 0;
	}

	.responsive-ls {
		margin: 26px 0 21px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.logo-container {
		padding: 5px 0 10px;
	}

	.logo-container a.btn {
		padding: 10px 16px 8px;
		font-size: 1.3em;
	}

	.logo-text-container .ymca-nsw {
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	.logo-container {
		padding: 5px 0 0;
	}

	.logo-container .ymca-nsw {
		font-size: 26px;
	}
}

@media (min-width: 1200px) {
	.logo-container {
		padding: 0;
	}
}

.page-content ul ul {
	margin-top: 5px;
	margin-bottom: 10px;
}

.page-content ul li li {
	margin-bottom: 5px;
	list-style-type: circle;
	font-size: inherit;
}

/* Fix unexpected ul li changes to donation page */
.donation-page ul {
	margin-left: -15px;
	margin-bottom: 0;
	list-style: none;
}

.donation-page ul li {
	font-size: 1.4em;
}

/* Fix spacing on keyword search results */
div#web-results {
	padding-top: 0px;
}

.fyy-c-list+.fyy-c-grid {
	margin-top: -20px;
}

.in-page-search .search-result-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.in-page-search .search-result-block ul li {
	border-bottom: 1px solid #bfbfbf;
	background: #fff;
	margin-bottom: 0;
}

.in-page-search .search-container .smart-search-container {
	width: 100%;
	left: 0px;
}

form ul {
	list-style: none !important;
	margin-left: 0 !important;
}

form input[type=checkbox] {
	width: auto !important;
}

.subscribe-page .btn-grande-box span {
	font-size: 1.5em
}

@media (max-width: 1200px) {
	.subscribe-page .btn-grande-box span {
		font-size: 1.3em;
		letter-spacing: 0px
	}
}

.subscribe-page .btn-grande-box {
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.subscribe-page .btn-grande-box {
		margin-bottom: 0;
	}
}

.subscribe-page form p.checkbox {
	margin-bottom: 10px;
}

.subscribe-footer {
	margin-top: 15px;
	padding-top: 15px;
}

@media (min-width: 992px) {
	.subscribe-footer {
		padding-bottom: 70px;
	}
}

@media (max-width: 992px) {
	.subscribe-contact-details-box {
		margin-top: 35px;
	}
}

.subscribe-footer p {
	font-size: 1.3em;
	font-weight: 100;
	color: #a8a8a8;
	margin-bottom: 10px;
}

.subscribe-page .form-box #id_areas_of_interest label {
	padding-left: 3px;
	min-height: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

.subscribe-page .form-box #id_areas_of_interest label input {
	margin-right: 7px
}

.videoEmbed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.videoEmbed iframe,
.videoEmbed object,
.videoEmbed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-content table {
	border: 1px solid #d8d8d8;
	margin-bottom: 20px;
}

.page-content table td {
	padding: 15px;
	line-height: normal;
	font-size: 14px;
}

.page-content table td p {
	font-size: 14px;
}

.page-content table th {
	padding: 15px;
	background: #f0f0f0;
	font-family: mont-bold, sans-serif;
	letter-spacing: 0.5px;
	border: 1px solid #d8d8d8;
}

/* While "READ OUR BLOG" link is removed */
.home-blog .vb-heading a:first-of-type:after {
	display: none;
}

.home-blog .vb-heading a:first-of-type {
	padding-right: 0
}

/* find your y slider */
.page-slider-container {
	padding: 0;
	margin-bottom: 30px;
}

.page-slider-container .slide-content-container h2 {
	margin-top: 0;
	font-size: 2em;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: inline-block;
	padding: 15px 20px 10px;
	line-height: 1;
}

.page-slider-container .slide-content-container h4 {
	font-size: 2em;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: inline-block;
	padding: 15px 20px 10px;
	line-height: 1;
	letter-spacing: 1px;
}

.page-slider-container .is {
	min-height: 270px;
	position: relative;
}

.page-slider-container .btn {
	border-radius: 0;
	padding: 16px 0 14px;
	width: 180px;
	display: block;
	margin: 0 auto;
}

.page-slider-container .owl-theme .owl-dots .owl-dot.active span,
.page-slider-container .owl-theme .owl-dots .owl-dot:hover span {
	background: #201d1d;
}

/* New homepage slider styles */
.page-slider-container .slide-content-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.80);
	text-align: left;
	z-index: 100;
}

.page-slider-container .slide-content-container p {
	padding: 20px 15px;
	font-family: mont-regular, sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 1.4rem;
	color: #201d1d;
}

.page-slider-container .slide-content-container p strong {
	font-weight: normal;
	font-family: mont-bold, sans-serif;
}

.page-slider-container .slide-content-container p i,
.page-slider-container .slide-content-container p em {
	font-style: normal;
	color: #ed353a;
}

.page-slider-container .slide-content-container a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
	.page-slider-container .is {
		min-height: 190px;
	}

	.page-slider-container .is .slide-content-container h2 {
		font-size: 5em;
		margin-bottom: 10px;
	}

	.page-slider-container .is .slide-content-container p {
		font-size: 1.8em;
	}
}

@media (min-width: 1200px) {
	.page-slider-container .is {
		height: 270px;
	}
}

#navigation {
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
}

#navigation.fixed-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1200px) {

	body {
		position: relative;
	}

	#navigation.fixed-nav {
		max-height: 100%;
		overflow: auto;
	}
}

@media (min-width: 1200px) {
	#navigation .nav>li:last-child>a {
		padding-right: 0;
	}
}

/* Content table style 1 */
.page-content table.type1 tr:first-child {
	background: #f0f0f0;
}

.page-content table.type1 td p {
	font-size: 15px;
}

.page-content table.type1 td strong {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
}

/* Content table style 2 */
.page-content table.type2 td:first-child {
	background: #f0f0f0;
}

.page-content table.type2 tr:first-child td {
	background: #e1e3e8;
}

.page-content table.type2 td p {
	font-size: 15px;
}

.page-content table.type2 td strong {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
}

/* Content table style 3 */
.page-content table.type3 td:first-child {
	background: #f0f0f0;
}

.page-content table.type3 td p {
	font-size: 15px;
}

.page-content table.type3 td strong {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
}

.logo-container h1 {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
}

.slide-content-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.80);
	text-align: left;
	z-index: 100;
}

.page-slider .slide-content-container p {
	margin-bottom: 0px;
	padding: 12px 15px 10px !important;
}

/* Vacation care slider */
.quote-slider-container .owl-carousel svg {
	fill: #bbbaba;
	height: 2.5rem;
	width: 2.5rem;
	vertical-align: middle;
}

.quote-slider-container .owl-theme .owl-nav [class*=owl-] {
	background: transparent;
}

.quote-slider-container .owl-theme .owl-nav {
	margin-top: 20px;
}

.quote-slider-container .owl-carousel .owl-nav .owl-prev:hover,
.quote-slider-container .owl-carousel .owl-nav .owl-next:hover {
	background: none;
}

.quote-slider-container .owl-carousel .owl-nav .owl-prev:hover svg,
.quote-slider-container .owl-carousel .owl-nav .owl-next:hover svg {
	fill: #ed353a;
}

.quote-slider-container {
	margin: 50px 0;
	position: relative;
}

.quote-slider-container:last-child {
	margin-bottom: 0;
}

.quote-slider-container .testimonial {
	position: relative;
	padding: 40px 15px;
}

.quote-slider-container .testimonial p {
	margin: 0;
}

.quote-slider-container .title {
	background: #211d1d;
	padding: 10px 0 8px;
	text-align: center;
	margin: 0 0 40px;
	color: #fff;
	letter-spacing: 1px;
	font-family: mont-regular, sans-serif;
}

.quote-slider-container .person strong {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
	display: block;
}

.quote-slider-container .quote-icon {
	position: absolute;

}

.quote-slider-container .quote-icon.left {
	left: 0;
	top: 0;
	z-index: -1;
}

.quote-slider-container .quote-icon.right {
	right: 2px;
	bottom: 0;
	z-index: -1;
}

.quote-slider-container .quote-icon svg {
	height: 40px;
	width: 40px;
	fill: #c1c1c1;
	opacity: 0.5;
}

@media (min-width: 600px) {

	.quote-slider-container .testimonial {
		padding: 20px 70px;
	}

	.quote-slider-container .quote-icon svg {
		height: 50px;
		width: 50px;
	}
}


/* promotion ------------------------------------------------------------- */
.promotion .page-heading {
	margin-bottom: 40px;
}

.full-box-link {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.promotion-box {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 40px;
}

.promotion-box:hover .promotion-box-content {
	background: rgba(237, 53, 58, 0.8);
}

.promotion-box:hover .promotion-box-image {
	transform: scale(1.05);
}

.promotion-box:hover h4,
.promotion-box:hover span {
	color: #fff;
}

.promotion-box-image {
	width: 100%;
	transition: transform 0.3s ease-in-out;
}

.promotion-box-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	padding: 15px;
	transition: background-color 0.25s ease-in-out;
}

.promotion-box-content .category {
	font-family: mont-semibold, sans-serif;
	color: #ed353a;
	letter-spacing: 0.5px;
	transition: color 0.25s ease-in-out;
}

.promotion-box-content h4 {
	margin: 5px 0 0;
	color: #201d1d;
	letter-spacing: 0.5px;
	transition: color 0.25s ease-in-out;
}

/* stories  -------------------------------------------------------------  */
.y-moments-hero h1,
.y-moments-hero h2,
.y-moments-hero h3,
.y-moments-hero h4,
.y-moments-hero h5,
.y-moments-hero h6,
.stories-listing h1,
.stories-listing h2,
.stories-listing h3,
.stories-listing h4,
.stories-listing h5,
.stories-listing h6,
.y-moments-single h1,
.y-moments-single h2,
.y-moments-single h3,
.y-moments-single h4,
.y-moments-single h5,
.y-moments-single h6 {
	font-family: 'Playfair Display', serif;
}

.font-playfair {
	font-family: 'Playfair Display', serif;
}

.y-moments-hero {
	position: relative;
	margin-top: -20px;
	padding: 15px 0;
	background-size: cover;
}

.y-moments-hero:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.y-moments-hero .container {
	position: relative;
	z-index: 10;
}

.y-moments-hero .breadcrumb ul li:after,
.y-moments-hero .breadcrumb ul li a,
.y-moments-hero .breadcrumb ul li span {
	color: #fff;
}

.y-moments-hero .breadcrumb ul li a:hover {
	color: #ed353a;
}

.y-moments-hero .breadcrumb .page-social span,
.y-moments-hero .breadcrumb .page-social a {
	color: #fff;
}

.y-moments-hero .breadcrumb .page-social a:hover {
	color: #ed353a;
}

.ysh-heading {
	margin: 30px 0 50px;
	text-align: center;
}

.ysh-heading span,
.ysh-heading h1,
.ysh-heading p {
	color: #fff;
}

.ysh-heading .ysh-featured {
	border-top: 1px solid #fff;
}

.ysh-heading .ysh-featured h3 {
	text-transform: uppercase;
	color: #ed353a;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
	/* font-weight: bold; */
	font-size: 18pt;
	letter-spacing: 2px;
	margin-top: 50px;
	margin-bottom: 0;
}

.ysh-heading .ysh-text {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background: #fff;
	color: #ed353a;
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1;
	transform: translateY(-50%);
	font-family: mont-semibold, sans-serif;
}

.ysh-heading h1 {
	font-size: 36px;
	letter-spacing: 5px;
	margin: 0 0 30px;
}

.ysh-heading p {
	margin-bottom: 30px;
	font-style: italic;
	letter-spacing: 0.5px;
	font-family: "Playfair Display", serif;
	font-size: 18pt;
	line-height: 1.6em;
}

.ysh-down {
	text-align: center;
	display: block;
	margin-bottom: 30px;
	cursor: pointer;
}

.ysh-down i {
	padding-top: 9px;
	background: #fff;
	border-radius: 100%;
	height: 45px;
	width: 45px;
	font-size: 30px;
	text-align: center;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.ysh-down:hover i {
	background: #ed353a;
	color: #fff;
}

/* stories listing */
.stories-listing {
	padding: 60px 0 10px;
}

.stories-listing .stories-listing-heading {
	margin-bottom: 70px;
	text-align: center;
}

.stories-listing .stories-listing-heading h2,
.stories-listing .stories-listing-heading h3 {
	line-height: 1.4;
	margin: 45px 0 0;
}

.content-breaker {
	position: relative;
	width: 290px;
	margin: 0 auto;
	height: 16px;
}

.content-breaker:before {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	background: #333;
}

.content-breaker:after {
	content: "";
	height: 16px;
	width: 16px;
	background: #ed353a;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.stories-block {
	text-align: center;
	max-width: 500px;
	margin: 0 auto 80px;
}

.stories-block .name {
	margin-bottom: 20px;
	color: #ed353a;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: block;
	text-align: center;
	font-family: mont-semibold, sans-serif;
}

.stories-block .testimonial {
	font-style: italic;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

@media (min-width: 992px) {

	.stories-block .testimonial {
		font-size: 22px;
		height: 90px;
	}
}

.stories-featured-image {
	position: relative;
	margin-bottom: 20px;
	display: block;
}

.stories-featured-image img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all 0.8s ease;
}

.stories-featured-image:hover img {
	-webkit-filter: none;
	/* Safari 6.0 - 9.0 */
	filter: none;
}

.stories-featured-image .red-square {
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #ed353a;
	transition: height 0.2s ease, width 0.2s ease, background-color 0.2s ease;
}

/*.stories-featured-image:hover .red-square {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background: rgba(237, 53, 58, 0.5);*/
/*}*/

.s-btn {
	position: relative;
	padding: 12px 15px 10px;
	background: #fff;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #8e8d8d;
	color: #8e8d8d;
	letter-spacing: 1px;
	font-family: mont-regular, sans-serif;
}

.s-btn:before {
	content: "";
	height: 1px;
	width: 240px;
	background: #8e8d8d;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
}

.s-btn:hover {
	background: #ed353a;
	color: #fff;
	border-color: #ed353a;
}

.s-btn:hover:before {
	background: #ed353a;
}

/* y moments single  -------------------------------------------------------------  */
.y-moments-single {
	padding: 50px 0;
	margin-top: -20px;
}

.y-moments-single h1,
.y-moments-single h2,
.y-moments-single h3,
.y-moments-single h4,
.y-moments-single h5,
.y-moments-single h6 {
	font-family: 'Playfair Display', serif;
	line-height: 1.4;
	margin-bottom: 40px;
}

.y-moments-single h1 {
	font-size: 30px;
}

.y-moments-single h2 {
	font-size: 26px;
}

.y-moments-single h3 {
	font-size: 22px;
}

.y-moments-single h4 {
	font-size: 18px;
}

.yss-page-heading {
	text-align: center;
	margin-bottom: 50px;
}

.yss-page-heading h1 {
	letter-spacing: 2px;
	font-style: italic;
	margin-bottom: 50px;
}

.yss-page-heading .content-breaker {
	margin-bottom: 40px;
}

.yss-page-heading .name {
	color: #ed353a;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: block;
	text-align: center;
	font-family: mont-semibold, sans-serif;
}

.y-moments-single .story-links {
	text-align: center;
}

.y-moments-single .story-links a {
	color: #201d1d;
	font-size: 1.6rem;
	margin-bottom: 10px;
	display: inline-block;
}

.y-moments-single .story-links a:hover {
	color: #ed353a;
}

.yss-heading-right a {
	margin: 0;
}

.page-breaker {
	text-align: center;
	position: relative;
	margin: 35px 0;
}

.page-breaker:before {
	content: "";
	height: 1px;
	width: 100%;
	background: #201d1d;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
}

.page-breaker-text {
	padding: 10px 30px 8px;
	background: #fff;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #201d1d;
	color: #ed353a;
	letter-spacing: 1px;
	font-family: mont-semibold, sans-serif;
}

.yss-content .img-fluid {
	width: 100%;
	margin-bottom: 20px;
}

.yss-content .caption {
	color: grey;
	font-style: italic;
}

.yss-content p {
	margin-bottom: 30px;
}

.yss-content .small-text {
	font-size: 14px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 40px 0 20px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.story-info {
	text-align: center;
	margin: 50px 0 0;
}

.story-info .si-block {
	margin: 0;
	font-size: 18px;
}

.y-related-stories .container {
	border-top: 1px solid #201d1d;
	padding-top: 60px;
}

@media (min-width: 375px) {
	.ysh-heading h1 {
		font-size: 60px;
	}
}

@media (min-width: 600px) {
	.ysh-heading h1 {
		font-size: 56px;
	}

	.stories-block .testimonial {
		font-size: 18px;
	}
}

@media (min-width: 600px) and (max-width: 767px) {
	.promotion .col-xs-12 {
		width: 50%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.y-related-stories .stories-block .testimonial {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.stories-block .testimonial {
		font-size: 20px;
	}

	.y-moments-single .story-links {
		text-align: left;
	}

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

@media (min-width: 992px) {
	.ysh-heading h1 {
		font-size: 75px;
	}

	.ysh-heading p {
		padding: 0 40px;
	}

	.yss-page-heading {
		padding: 0 50px;
	}

	.y-moments-single {
		padding: 60px 0;
	}

	.y-moments-single h1 {
		font-size: 40px;
	}

	.y-moments-single h2 {
		font-size: 30px;
	}

	.y-moments-single h3 {
		font-size: 26px;
	}

	.y-moments-single h4 {
		font-size: 24px;
	}

	.story-info .si-block {
		font-size: 22px;
	}

	.page-breaker {
		margin: 50px 0;
	}
}

@media (min-width: 1200px) {
	.stories-block .testimonial {
		font-size: 22px;
	}

	.y-related-stories .stories-block .testimonial {
		font-size: 20px;
	}
}

.homepage-nav {
	margin-bottom: 0;
}

/* YMCA header tagline fix [ July 5, 2019 ]----------------------------*/
.logo-container {
	padding: 14px 0;
}

.logo-container>a {
	margin: 0;
}

.logo-container>a img {
	height: 50px;
	width: 64px;
}

.logo-text-container img {
	height: 41px;
	width: 150px;
	margin-top: 8px;
}

.responsive-ls {
	margin: 25px 0;
}

@media (min-width: 400px) {

	.logo-text-container img {
		height: 48px;
		width: 180px;
		margin-top: 6px;
	}

}

@media (max-width: 767px) and (min-width: 480px) {

	.logo-container>a img {
		margin-right: 8px;
	}

}

@media (max-width: 991px) and (min-width: 768px) {

	.logo-container {
		padding: 16px 0;
	}

	.logo-container>a img {
		margin-right: 5px;
	}

}

@media (min-width: 768px) {

	.logo-container {
		padding: 18px 0;
	}
}

@media (min-width: 992px) {

	.logo-container>a img {
		height: 54px;
		width: 70px;
		margin-right: 10px;
	}

	.logo-container {
		padding: 14px 0;
	}

	.logo-text-container img {
		height: 55px;
		width: 200px;
	}

}

@media (min-width: 1200px) {

	.logo-container {
		padding: 16px 0 14px;
	}

	.tm-right {
		margin: 27px 0 22px !important;
	}

}

/* mobile navigation plus icon update - Oct 28, 2019 */
#navigation .nav>li>a i {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 10px 15px;
	transform: translateY(-50%);
	z-index: 10;
}

.ms-careers {
	background: #ed353a;
}

.ms-careers:hover {
	background: #000000;
}

.ms-careers a {
	color: #efefef !important;
}

.ms-careers a:hover {
	color: #fff !important;
}

.ms-donate {
    background-color: #93328E;
	border-radius: 4px;
}
.ms-donate:hover {
    background: #000000;
}
.ms-donate a {
    color: #efefef !important;
}
.ms-donate a:hover {
    color: #fff !important;
}

.r-topmenu a.r-topmenu-phone {
	color: #201d1d;
	float: right;
	padding: 10px 0 8px;
}

.r-topmenu a.r-topmenu-phone:hover,
.r-topmenu a.r-topmenu-phone:hover .number {
	color: #ed353a;
}

.r-topmenu a.r-topmenu-phone .fa {
	font-size: 18px;
	vertical-align: middle;
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.r-topmenu a.r-topmenu-phone .number {
	transition: color 0.3s ease-in-out;
}

@media(max-width: 374px) {

	.r-topmenu a.r-topmenu-phone {
		height: 37px;
		width: 30px;
		position: relative;
		padding: 10px 15px 8px;
		margin: 0;
	}

	.r-topmenu a.r-topmenu-phone .fa {
		font-size: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.r-topmenu a.r-topmenu-phone .number {
		display: none;
	}

	.r-topmenu a.r-topmenu-phone .fa {
		font-size: 20px;
	}
}

/* MyY faq css */
.faq-content-block {
	margin: 6rem 0;
}

.faq-block {
	margin-bottom: 5rem;
}

.faq-block .title {
	font-size: 2rem;
}

.faq-block:last-child {
	margin-bottom: 0;
}

.faq-box {
	border: 1px solid #eaeaea;
	border-radius: 0.4rem;
	margin-bottom: 1.5rem;
	transition: border-color 0.2s ease-in-out;
}

.faq-box .faq-question {
	position: relative;
	font-size: 1.7rem;
	cursor: pointer;
	margin: 0;
	padding: 2rem 5rem 1.7rem 2rem;
	font-family: mont-semibold, sans-serif;
	transition: color 0.2s ease-in-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.faq-box .faq-question .icon {
	position: absolute;
	top: 2.8rem;
	right: 2rem;
	line-height: 0;
	transition: transform 0.3s ease-in-out;
}

.faq-box .faq-question .icon svg {
	height: 1.5rem;
	width: 1.5rem;
	transition: fill 0.2s ease-in-out;
}

.faq-box .faq-question:hover {
	color: #ed353a;
}

.faq-box .faq-question:hover .icon svg {
	fill: #ed353a;
}

.faq-box .faq-answer {
	padding: 0 2rem 2rem;
	display: none;
	font-size: 1.7rem;
}

.faq-box .faq-answer p,
.faq-box .faq-answer span,
.faq-box .faq-answer a:not(.btn),
.faq-box .faq-answer li {
	font-size: 1.7rem;
}

.faq-box.open {
	border: 1px solid #ed353a;
}

.faq-box.open .faq-question {
	color: #ed353a;
}

.faq-box.open .faq-question .icon {
	fill: #ed353a;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

/* faq down arrow adjustment */
.faq-box .faq-question .icon {
	top: 2.5rem;
}

/* grab a link from faq */
.grab-link-icon {
	position: absolute;
	right: 12px;
	top: -16px;

	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	background: #ebf3f9;
	text-align: center;
	color: #b8c0c5;

	opacity: 0;
	z-index: 5;

	transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.grab-link-icon svg {
	height: 13px;
	width: 13px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	fill: #b8c0c5;
}

.grab-link-icon:hover {
	background: #ed353a;
	color: #fff;
}

.faq-box .faq-question:hover .grab-link-icon {
	opacity: 1;
}

/* link copied */
.grab-link-icon .icon-check {
	opacity: 0;
	height: 15px;
	width: 15px;
}

.grab-link-icon.copied {
	background: #3fca45;
	color: #fff;
}

.grab-link-icon.copied .icon-check {
	opacity: 1;
}

.grab-link-icon.copied .icon-link {
	opacity: 0;
}

@media (min-width: 500px) {

	.faq-box .faq-question {
		padding-right: 8rem;
	}

	.grab-link-icon {
		right: 4.5rem;
		top: 1.5rem;
	}

}

/* showing normal bullet points on <ul> tag */
.clb-content-block ul:not(.list-with-icon) {
	list-style-type: disc;
	margin-left: 16px;
}

/* make buttons rounded */
.btn,
.ms-careers,
.top-menu-nav li a,
.fyyb-buttons button,
.fyyb-buttons>a,
.fyy-c-list .fyy-content-block .fyy-c-right>.btn-primary {
	border-radius: 4px;
}

.fyy-search .search-container button {
	border-radius: 0 4px 4px 0;
}

/* remove breadcrumb + share icons on all page headings */
.breadcrumb {
	display: none;
}

.page-heading .page-title {
	margin: 0;
}


/* make the padding of the facebook social box smaller */
.home-social .social-box.facebook-box {
	padding: 12px 9px;
}

#homepage-title {
	display: none;
}

h1.page-title {
	font-family: mont-semibold, sans-serif;
	font-weight: normal;
}

/* homepage video and blog section updates: make blog tile 4pcs */
.video-blog {
	padding: 50px 0;
}

@media (max-width: 992px) {

	.home-blog .col-xs-12 {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	.video-blog {
		padding: 50px 0 70px;
	}
}

/* Fixes - Google Search Console - Mobile Usability Issue - Content wider than screen */
.page-template-container img {
	height: auto !important;
	max-width: 100%;
}

.page-template-container .page-content p {
	word-wrap: break-word;
}

.page-template-container div:not(.videoEmbed)>iframe {
	width: 100%;
	height: 300px;
}

@media (min-width: 600px) {

	.page-template-container div:not(.videoEmbed)>iframe {
		width: 100%;
		height: 350px;
	}
}

@media (min-width: 700px) {

	.page-template-container div:not(.videoEmbed)>iframe {
		height: 400px;
	}
}

@media (min-width: 700px) {

	.page-template-container div:not(.videoEmbed)>iframe {
		height: 500px;
	}
}


/* The Y: new homepage updates */
.find-your-y-container {
	margin: 80px 0 0;
}

.find-your-y-container>.container {
	background-color: #f7f7f7;
	padding: 40px 15px 80px;
}

.find-your-y-box {
	padding: 30px 20px;
	border: 1px solid #f5f2f2;
	background-color: #fff;
	border-radius: 10px;
}

.find-your-y-box .title {
	margin: 0 0 10px;
}

.find-your-y-box .fyy-locations {
	margin: 20px 0;
}

.find-your-y-box .fyy-locations .nav-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	margin: 10px 0;
}

.find-your-y-box .fyy-searchbox-form input[type='radio'] {
	margin: 0 8px 0 0;
	appearance: none;
	padding: 6px;
	background-color: white;
	border-radius: 50%;
	border: 2px solid white;
	outline: 2px solid #333;
}

.find-your-y-box .fyy-searchbox-form input[type='radio']:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.find-your-y-box .fyy-searchbox-form input[type='radio']:focus {
	outline-offset: 0;
}

.find-your-y-box .fyy-searchbox-form input[type='radio']:checked {
	background-color: #ee353b;
}

.find-your-y-box .fyy-searchbox-form label {
	font-size: 17px;
	margin: 0;
}

.find-your-y-box .fyy-searchbox {
	margin: 30px 0;
}

.find-your-y-box .fyy-searchbox .fyy-searchbox-input input {
	margin: 0;
	border-radius: 4px;
	font-family: mont-regular, sans-serif;
}


.find-your-y-box .fyy-searchbox .fyy-searchbox-btn input {
	height: 100%;
	display: inline-block;
	border-radius: 4px;
	font-size: 17px;
	background-color: #201d1d;
	color: #fff;
	border: none;
	transition: background-color 0.2s ease-in-out, color 0.3s ease-in-out;
	height: 50px;
	margin-top: 15px;
}

.find-your-y-box .fyy-searchbox .fyy-searchbox-btn input:hover {
	background-color: #ee353b;
	color: #fff'

}

.find-your-y-box .browse-by-text {
	margin-bottom: 10px;
}

.find-your-y-box .fyy-browse-by-container .nav-item {
	margin-bottom: 10px;
}

.find-your-y-box .fyy-browse-by-container .nav-item:last-child {
	margin-bottom: 0;
}

.find-your-y-box .fyy-browse-by-container .nav-item a:hover {
	background: #201d1d;
	color: #fff;
}

.fyy-au-map-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.fyy-au-map-container img {
	width: 100%;
	max-width: 425px
}

/* fyy: discover section */
.discover-the-y-container {
	background: #1D1D1E;
	position: relative;
}

.discover-the-y-container .container {
	position: relative;
	padding: 80px 15px;
}

/* floating triangle */
.y-floating-triangle {
	position: absolute;
	height: 70px;
	width: 70px;
}

.y-floating-triangle.yt-top {
	top: -30px;
	left: 30px;
}

.y-floating-triangle.yt-bottom {
	bottom: -35px;
	right: 30px;
}

.the-y-content-header {
	margin-bottom: 60px;
}

.the-y-content-header .title {
	margin: 0 0 15px;
}

.the-y-content-header .subtitle {
	margin: 0;
	font-size: 18px;
}

.the-y-content-header.white-text .title,
.the-y-content-header.white-text .subtitle {
	color: #fff;
}

.discover-the-y-container .fyy-discover-box {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.discover-the-y-container .fyy-discover-box .fyydb-image {
	width: 100%;
	transition: transform 1s ease-in-out;
}

.discover-the-y-container .fyy-discover-box .fyydb-link {
	display: block;
	padding: 15px 0;
	font-size: 15px;
	background-color: #ee353b;
	color: #fff;
	font-family: mont-semibold, sans-serif;
	text-align: center;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.discover-the-y-container .fyy-discover-box:hover .fyydb-link {
	background-color: #fff;
	color: #1D1D1E;
}

.discover-the-y-container .fyy-discover-more {
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
	color: #fff;
}

.discover-the-y-container .fyy-discover-more a {
	text-decoration: underline
}

.discover-the-y-pattern-bg {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
}

/* y promotions and offers */
.y-promotions-and-offers {
	margin: 80px 0;
}

.y-promotions-and-offers .y-promotion-box {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.y-promotions-and-offers .y-promotion-box .ypb-image {
	width: 100%;
	transition: transform 1s ease-in-out;
}

.y-promotions-and-offers .y-promotion-box .ypb-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	padding: 15px 20px;
	transition: background-color 0.2s ease-in-out;
}

.y-promotions-and-offers .y-promotion-box .ypbc-category {
	font-family: mont-semibold, sans-serif;
	color: #ee353b;
	margin: 0;
	font-size: 14px;
	transition: color 0.2s ease-in-out;
}

.y-promotions-and-offers .y-promotion-box .ypbc-title {
	font-family: mont-semibold, sans-serif;
	font-size: 16px;
	transition: color 0.2s ease-in-out;
}

.y-promotions-and-offers .y-promotion-box:hover .ypb-image {
	transform: scale(1.1);
}

.y-promotions-and-offers .y-promotion-box:hover .ypb-content {
	background-color: #ee353b;
}

.y-promotions-and-offers .y-promotion-box:hover .ypbc-category,
.y-promotions-and-offers .y-promotion-box:hover .ypbc-title {
	color: #fff;
}

.y-promotion-slider.owl-carousel .owl-nav {
	margin-top: 30px;
}

.y-promotion-slider.owl-carousel .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
}

.y-promotion-slider.owl-carousel .owl-dots .owl-dot.active span,
.y-promotion-slider.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #ee353b;
}

.y-promotion-slider.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	bottom: 0;
	left: 0;
}

.y-promotion-slider.owl-carousel .owl-nav .owl-next {
	position: absolute;
	bottom: 0;
	right: 0;
}

.y-promotion-slider.owl-carousel .owl-nav .owl-prev,
.y-promotion-slider.owl-carousel .owl-nav .owl-next {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	line-height: 1;
	height: 35px;
	width: 35px;
	border-radius: 100%;
	transition: background-color 0.2s ease-in-out;
}

.y-promotion-slider.owl-carousel .owl-nav .owl-prev svg,
.y-promotion-slider.owl-carousel .owl-nav .owl-next svg {
	height: 18px;
	width: 18px;
	transition: fill 0.2s ease-in-out;
	fill: #a7a7a7;
}

.y-promotion-slider.owl-carousel .owl-nav [class*=owl-] {
	background-color: #efefef;
}

.y-promotion-slider.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #ee353b;
}

.y-promotion-slider.owl-carousel .owl-nav [class*=owl-]:hover svg {
	fill: #fff;
}

@media (min-width: 1400px) {

	.y-promotion-slider.owl-carousel .owl-nav .owl-prev {
		position: absolute;
		bottom: 50%;
		left: -70px;
	}

	.y-promotion-slider.owl-carousel .owl-nav .owl-next {
		position: absolute;
		bottom: 50%;
		right: -70px;
	}
}

.y-promotions-and-offers .y-view-all-offers {
	margin-top: 40px;
}

/* y video blog */
.y-video-blog {
	padding: 0;
	position: relative;
	max-width: 1450px;
	background: #f7f7f7;
	margin: 10rem auto 0;
}

.y-video-blog .container {
	position: relative;
	padding: 80px 15px;
}

.y-video-blog .y-view-all-news {
	margin-top: 50px;
}

.y-video-blog .blog-pattern-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.y-video-blog .blog-pattern-bg svg {
	/* height: 100%; */
	width: 100%;
	position: absolute;
	right: 0;
	/* top: 0; */
	bottom: 0;
}

.y-video-blog .the-y-content-header .title,
.y-video-blog .the-y-content-header .subtitle {
	color: #201D1D;
}

.y-video-blog .blog-box {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}

/* 404 content */
.fof-content-container {
	margin: 80px 0;
	text-align: center;
}

.fof-content {
	max-width: 850px;
	margin: 0 auto;
}

.fof-content .title {
	margin: 0 0 30px;
	font-family: mont-semibold, sans-serif;
}

.fof-content p {
	font-size: 18px;
}

.fof-content p a {
	text-decoration: underline;
}



/* responsive: y new homepage update */
@media (min-width: 380px) and (max-width: 767px) {

	.discover-the-y-container .col-xs-12 {
		width: 50%;
	}

	.discover-the-y-container .fyy-discover-box .fyydb-link {
		font-size: 13px;
	}
}

@media (min-width: 400px) {

	.find-your-y-box {
		padding: 30px;
	}
}

@media (min-width: 400px) {

	.discover-the-y-container .fyy-discover-box .fyydb-link {
		font-size: 14px;
	}
}

@media (min-width: 480px) {

	.find-your-y-container>.container {
		padding: 40px 40px 80px;
	}
}

@media (min-width: 600px) {

	.find-your-y-box {
		padding: 40px;
	}

	.find-your-y-box .fyy-locations {
		display: flex;
		flex-direction: row;
		margin: 30px 0;
	}

	.find-your-y-box .fyy-locations .nav-item {
		margin: 0 35px 0 0;
	}

	.find-your-y-box .fyy-browse-by-container {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		margin: 0 -15px;
		column-gap: 15px;
	}

	.find-your-y-box .fyy-browse-by-container .nav-item {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		margin: 0;
	}

	.discover-the-y-container .fyy-discover-box .fyydb-link {
		font-size: 15px;
	}
}

@media (min-width: 700px) {

	.fof-content .title {
		font-size: 40px;
	}
}

@media (min-width: 768px) {

	.find-your-y-box .fyy-searchbox {
		display: flex;
		flex-direction: row;
	}

	.find-your-y-box .fyy-searchbox .fyy-searchbox-input {
		display: flex;
		flex-grow: 1;
	}

	.find-your-y-box .fyy-searchbox .fyy-searchbox-input input {
		border-radius: 4px 0 0 4px;
		border-right: none;
	}


	.find-your-y-box .fyy-searchbox .fyy-searchbox-btn {
		width: 120px;
	}

	.find-your-y-box .fyy-searchbox .fyy-searchbox-btn input {
		border-radius: 0 4px 4px 0;
		height: 100%;
		margin: 0;
	}

	.find-your-y-container {
		margin: 80px 0 100px;
	}

	.find-your-y-container>.container {
		border-radius: 10px;
	}

	/* floating triangle */
	.y-floating-triangle {
		height: 100px;
		width: 100px;
	}

	.y-floating-triangle.yt-top {
		top: -40px;
	}

	.y-floating-triangle.yt-bottom {
		bottom: -50px;
	}

}

@media (min-width: 992px) {
	.find-your-y-container .row {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.fyy-au-map-container {
		margin: 0;
	}

	.fof-content-container {
		margin: 100px 0;
	}

	.fof-content .title {
		font-size: 46px;
	}

	.discover-the-y-container .container {
		padding: 100px 0;
	}

	/* floating triangle */
	.y-floating-triangle {
		height: 100px;
		width: 100px;
	}

	.y-floating-triangle.yt-top {
		top: -45px;
		left: 0;
	}

	.y-floating-triangle.yt-bottom {
		bottom: -55px;
		right: 0;
	}

	.y-video-blog .blog-pattern-bg svg {
		height: 100%;
		width: auto;
		position: absolute;
		right: 0;
		top: 0;
		bottom: initial;
	}
}

@media (min-width: 1200px) {

	.find-your-y-container {
		margin: 15px 0 70px;
	}

	.find-your-y-container>.container {
		width: 1200px;
		padding: 50px;
	}

	.discover-the-y-container .container {
		padding: 100px 0;
	}

	/* floating triangle */
	.y-floating-triangle {
		height: 140px;
		width: 140px;
	}

	.y-floating-triangle.yt-top {
		top: -60px;
		left: 0;
	}

	.y-floating-triangle.yt-bottom {
		bottom: -80px;
		right: 0;
	}
}

@media (min-width: 1450px) {

	/* y video blog */
	.y-video-blog {
		border-radius: 10px;
		margin: 10rem auto 0;
	}
}

/* ymca homepage fixes: find your local Y section becomes 2 lines */
.find-your-y-box .fyy-locations .nav-item {
	margin: 20px 0;
}

.find-your-y-box .fyy-searchbox-form label {
	font-size: 16px;
	padding: 2px 0 0 0;
}

@media (min-width: 600px) {

	.find-your-y-box .fyy-locations .nav-item {
		margin: 0 30px 0 0;
	}

	.find-your-y-box .fyy-locations .nav-item:last-child {
		margin-right: 0;
	}
}

@media (min-width: 650px) {
	.find-your-y-box .fyy-locations .nav-item {
		margin: 0 40px 0 0;
	}
}

@media (min-width: 992px) {

	.find-your-y-box .fyy-locations .nav-item {
		margin: 0 33px 0 0;
	}
}

/* ymca homepage fixes: discover the y svg pattern overlap preventing other buttons to be clicked */
.discover-the-y-pattern-bg {
	overflow: hidden;
	height: 100%;
}

.discover-the-y-pattern-bg svg {
	position: absolute;
	bottom: 0;
}

/* YMCA new homepage: Fix "Find your local Y" search result dropdown */
.fyy-searchbox {
	position: relative;
}

.fyy-searchbox .search-container {
	position: absolute;
	width: 100%;
	left: 0px;
	margin: 0;
	height: 0;
	bottom: 2px;
	border: none;
}

.fyy-searchbox .search-container .smart-search-container {
	width: 100%;
	left: 0;
}

/* hide the "search" button on mobile */
.find-your-y-box .fyy-searchbox .fyy-searchbox-btn {
	display: none;
}

@media(min-width: 768px) {
	.find-your-y-box .fyy-searchbox .fyy-searchbox-btn {
		display: block;
	}
}


/* additional css tweak from new font updates */
@media (min-width: 1200px) {

	#navigation.fixed-nav .nav>li>a {
		padding: 22px 13px 18px;
	}

}

/* Homepage: new stats section */
.y-stats-section .nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.y-stats-section .nav-item {
	padding: 0 5px;
	text-align: center;
	margin-top: 30px;
}

.y-stats-section .stat-title {
	font-family: mont-semibold, sans-serif;
	font-size: 15px;
	margin-top: 10px;
	display: block;
	line-height: 1.4;
}

.y-stats-section img {
	width: 100%;
}

.y-stats-section .btn-container {
	margin-top: 40px;
}

@media (max-width: 399px) {
	.y-stats-section img {
		max-width: 80%;
	}
}

@media (min-width: 400px) {
	.y-stats-section .nav-item {
		flex: 1 1 33%;
		max-width: 33%;
	}
}

@media (min-width: 500px) {
	.y-stats-section .nav-item {
		padding: 0 10px;
	}
}

@media (min-width: 768px) {
	.y-stats-section .nav-item {
		padding: 0 15px;
		margin-top: 0;
	}

	.y-stats-section .stat-title {
		font-size: 17px;
	}
}

@media (min-width: 992px) {
	.y-stats-section {
		margin: 80px 0 70px;
	}

	.y-stats-section .nav-item {
		flex: 1 1 33%;
		max-width: 33%;
	}

	.y-stats-section img {
		max-width: 80%;
	}
}

/* fix the right header menu from becoming 2 lines on desktop */
@media (min-width: 1200px) {
	.tm-right {
		padding-left: 0;
	}
}

/* gallery images owl carousel styling */
.news-innerpage {
	margin: 30px auto;
	padding: 50px 15px;
	border-radius: 10px;
}

.news-innerpage .col-xs-12 {
	margin-bottom: 30px;
	width: 100%;
}

.news-innerpage .col-xs-12:last-child {
	margin-bottom: 0;
}

.news-innerpage .y-view-all-news {
	margin-top: 30px;
}


.news-slider.owl-theme button.owl-prev {
	position: absolute;
	left: -3rem;
	top: 50%;
	transform: translateY(-50%);
}

.news-slider.owl-theme .owl-prev svg {
	height: 1.8rem;
	width: 1.8rem;
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%);
}

.news-slider.owl-theme button.owl-next {
	position: absolute;
	right: -3rem;
	top: 50%;
	transform: translateY(-50%);
}

.news-slider.owl-theme button.owl-prev,
.news-slider.owl-theme button.owl-next {
	background-color: #ed353a;
	color: #fff;
	height: 4rem;
	width: 4rem;
	border-radius: 100%;
	transition: background-color 0.2s ease-in-out;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border: none;
}

.news-slider.owl-theme button.owl-prev.disabled,
.news-slider.owl-theme button.owl-next.disabled {
	background-color: #fff;
}

.news-slider.owl-theme button.owl-prev.disabled svg,
.news-slider.owl-theme button.owl-next.disabled svg {
	color: #212121;
}

.news-slider.owl-theme .owl-next svg {
	height: 1.8rem;
	width: 1.8rem;
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
}

.owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover {
	background-color: #212121;
}

.owl-theme .owl-dots .owl-dot span {
	height: 0.7rem;
	width: 0.7rem;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #ed353a;
}

.news-slider .owl-dots .owl-dot {
	border: none;
	background: none;
	padding: 0;
}

@media (min-width: 380px) {
	.news-innerpage {
		padding: 50px 30px 30px;
	}
}

@media (min-width: 600px) {
	.news-innerpage .col-xs-12 {
		width: 33.33333333%;
	}
}

@media (min-width: 1200px) {
	.news-innerpage {
		padding: 50px 50px 30px;
	}
}

/* END gallery images owl carousel styling */

a[id],
section[id] {
	scroll-margin-top: 80px;
}