/*
----------------------------------------------------------------------------------
YMCA Landing Page - landing page css
----------------------------------------------------------------------------------
*/
/*  The Y CSS */
@font-face {
  font-family: 'karlabold';
  src: url("../fonts/karla-bold-webfont.eot");
  src: url("../fonts/karla-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/karla-bold-webfont.woff2") format("woff2"), url("../fonts/karla-bold-webfont.woff") format("woff"), url("../fonts/karla-bold-webfont.ttf") format("truetype"), url("../fonts/karla-bold-webfont.svg#karlabold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'karlaregular';
  src: url("../fonts/karla-regular-webfont.eot");
  src: url("../fonts/karla-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/karla-regular-webfont.woff2") format("woff2"), url("../fonts/karla-regular-webfont.woff") format("woff"), url("../fonts/karla-regular-webfont.ttf") format("truetype"), url("../fonts/karla-regular-webfont.svg#karlaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinslight';
  src: url("../fonts/poppins-light-webfont.eot");
  src: url("../fonts/poppins-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-light-webfont.woff2") format("woff2"), url("../fonts/poppins-light-webfont.woff") format("woff"), url("../fonts/poppins-light-webfont.ttf") format("truetype"), url("../fonts/poppins-light-webfont.svg#poppinslight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsregular';
  src: url("../fonts/poppins-regular-webfont.eot");
  src: url("../fonts/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff"), url("../fonts/poppins-regular-webfont.ttf") format("truetype"), url("../fonts/poppins-regular-webfont.svg#poppinsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsmedium';
  src: url("../fonts/poppins-medium-webfont.eot");
  src: url("../fonts/poppins-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-medium-webfont.woff2") format("woff2"), url("../fonts/poppins-medium-webfont.woff") format("woff"), url("../fonts/poppins-medium-webfont.ttf") format("truetype"), url("../fonts/poppins-medium-webfont.svg#poppinsmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinssemibold';
  src: url("../fonts/poppins-semibold-webfont.eot");
  src: url("../fonts/poppins-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff"), url("../fonts/poppins-semibold-webfont.ttf") format("truetype"), url("../fonts/poppins-semibold-webfont.svg#poppinssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsbold';
  src: url("../fonts/poppins-bold-webfont.eot");
  src: url("../fonts/poppins-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff"), url("../fonts/poppins-bold-webfont.ttf") format("truetype"), url("../fonts/poppins-bold-webfont.svg#poppinsbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*

-----=[ FONTS ]=-----

	karlaregular
	karlabold

	poppinslight
	poppinsregular
	poppinsmedium
	poppinssemibold
	poppinsbold

*/
/* variables */
/* predefined classes */
body {
  font-size: 10px;
  font-family: karlaregular, sans-serif;
}

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

a, button,
#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,
.pt-container .program-types .pt-head,
.pt-container .program-types > span,
.pt-container .program-types img,
.fas-container .fs-box > span,
.vital-tour-container .vt-image,
.tube-title,
.schedule-box-container .sb-heading .fa-angle-down,
.fas-container .fs-box,
.vt-text, .table-heading > span,
.promotion-form-heading .page-social a,
.schedule-box-container .sb-details span.underlined {
  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;
}

.pt-container .program-types {
  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: poppinsregular, 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, .btn-primary:active:hover {
  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: 1.2em;
  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;
}

.full-width {
  width: 100%;
}

b {
  font-family: karlabold, sans-serif;
  font-weight: normal;
}

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;
}

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;
}

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

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

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

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

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 */
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: poppinslight;
  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;
}

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: poppinslight, 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: poppinslight;
  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: poppinslight;
  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;
    width:auto;
}

.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;
}

.tooltip-inner {
  max-width: 300px;
  width: 300px;
  padding: 20px;
  font-family: poppinsregular, 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);
}

body {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
  background-size: cover;
}

.input-file-container {
  position: relative;
  margin: 5px 0 25px;
}

.input-file-container input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.input-file-container .overlay {
  display: inline-block;
  background: #ed353a;
  color: #fff;
  text-align: center;
  height: 45px;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 14px 15px 12px;
  margin-right: 10px;
  cursor: pointer;
  font-family: poppinslight, sans-serif;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.input-file-container .upload-filename {
  display: inline-block;
}

.form-check {
  padding: 0 15px 3px;
  font-size: 1.6em;
  font-family: karlaregular, sans-serif;
  line-height: 1.4;
  padding-left: 20px;
  margin-left: 0;
  width: auto;
}

.form-check .text-link {
  font-size: 1em;
  text-decoration: underline;
  display: inline-block;
  position: relative;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-box {
  /*line-height: 0;*/
}

.content-container {
  width: 100%;
  /*margin: 100px auto;*/
  margin: 0px auto;
  padding: 26px 15px 30px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

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

.lp-header .logo-container {
  position: relative;
  padding: 25px 15px;
  border: 1px solid #eeeeef;
  border-bottom: none;
  /* background: url(../images/img/yburbia-bg.png) 1% 50%; */
}

.lp-header a {
  display: inline-block;
}

.lp-header a img {
  height: 60px;
  width: 65px;
}

.lp-header h1 {
  margin: 0;
  font-size: 3.2em;
  padding-top: 15px;
  vertical-align: middle;
  font-family: poppinssemibold, sans-serif;
}

.lp-hero img {
  width: 100%;
}

.lp-content {
  margin: 50px 0;
}

.lp-content h2 {
  text-align: center;
  margin-top: 0;
}

.lp-content p {
  /*text-align: center;*/
  text-align: left;
}

.lp-content .btn {
  width: 100%;
  margin: 0 auto 30px;
  display: block;
  height: 50px;
  padding-top: 15px;
  font-size: 1.6em;
}

.lp-videos {
  margin-bottom: 30px;
}

.lp-videos .col-xs-12 {
  margin-bottom: 30px;
}

.lp-videos .video-thumb-container {
  position: relative;
  cursor: pointer;
}

.lp-videos .video-thumb-container svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.lp-videos .video-thumb-container img {
  width: 100%;
  opacity: 0.8;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.lp-videos .video-thumb-container:hover img {
  opacity: 1;
}

.video1 iframe {
  width: 100%;
  height: 161px;
}

.lp-testimonials h2 {
  text-align: center;
  margin: 0 0 30px;
}

.lp-testimonials .testi-container {
  padding: 50px 30px 40px;
  background: #f9f9f9;
}

.lp-testimonials .testi-box {
  padding: 30px 25px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
}

.lp-testimonials .testi-box p {
  font-style: italic;
  margin-bottom: 30px;
  height: 110px;
  overflow: hidden;
  font-family: karlaregular, sans-serif;
}

.lp-testimonials .testi-box img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
}

.lp-testimonials .testi-box span {
  height: 60px;
  display: block;
  overflow: hidden;
  font-family: poppinsmedium, sans-serif;
}

.lp-testimonials .owl-item {
  padding: 20px 0;
}

.lp-testimonials .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}

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

.lp-steps {
  padding: 50px 0 70px;
}

.lp-steps > h3 {
  text-align: center;
}

.lp-steps > .row > .col-xs-12 {
  margin-bottom: 30px;
}

.lp-steps .step {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
}

.lp-steps .step span {
  color: #ed353a;
  font-size: 1.8em;
  display: block;
  font-family: poppinssemibold, sans-serif;
}

.lp-steps .step h3 {
  height: 43px;
  overflow: hidden;
  margin: 5px 0 0;
  font-size: 2.1em;
  font-family: karlaregular, sans-serif;
}

.lp-steps .arrow {
  display: block;
  text-align: center;
  padding: 15px 0 45px;
}

.lp-steps .arrow svg {
  height: 80px;
  width: 80px;
  fill: #ed353a;
}

.lp-steps .button-container {
  margin: 0 auto;
}

.lp-steps .button-container a {
  display: block;
  width: 100%;
  height: 50px;
  padding-top: 15px;
  font-size: 1.6em;
}

.lp-steps .button-container select {
  margin-top: 20px;
  width: 100%;
  display: none;
  color: #3a3a3a;
}

.with-form form {
  margin-top: 50px;
  display: none;
}

.with-form form button[type='submit'] {
  display: block;
  width: 100%;
  height: 50px;
  padding-top: 12px;
  font-size: 1.6em;
  margin-top: 40px;
}

.lp-footer {
  text-align: center;
  padding: 50px 0 20px;
  border-top: 1px solid #e7e7e7;
}

.lp-footer .lpf-links {
  margin-bottom: 15px;
}

.lp-footer .lpf-links a {
  padding: 5px 10px;
  color: #201d1d;
  display: inline-block;
  text-decoration: underline;
  font-family: poppinslight, sans-serif;
}

.lp-footer .lpf-links a:hover {
  color: #ed353a;
}

.lp-footer .lpf-social a {
  padding: 5px 10px;
  color: #201d1d;
  font-size: 24px;
}

.lp-footer .lpf-social a:hover {
  color: #ed353a;
}

#video-modal .modal-dialog {
  width: 95%;
}

#find-centre-modal {
  background: #fff;
  text-align: right;
}

#find-centre-modal .modal-dialog {
  height: 75%;
  width: 100%;
  margin: 0;
}

#find-centre-modal .modal-dialog .modal-content {
  padding-top: 25px;
  box-shadow: none;
  border-radius: 0;
  height: 100%;
  border: none;
}

#find-centre-modal .close-modal {
  position: absolute;
  top: -42px;
  right: 0;
}

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

.modal-container {
    display: none;
}

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

.modal-container .close-modal svg path {
    fill: #aaa;
}

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

.modal-container .modal-content-container {
    padding: 30px;
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: auto;
    top: 0;
    /*left: 50%;*/
    left: 0;
   /* transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);*/
    z-index: 10;
}

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

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

/* content bullet style */
.lp-content ul {
    margin-bottom: 20px;
    margin-left: 35px;
    list-style: disc;
}
.lp-content ul li {
    margin-bottom: 5px;
    font-size: 1.6em;
}
.lp-content p + ul {
    margin-top: -10px;
}


#find-centre-modal {
    background: #fff;
    text-align: right;
}

#find-centre-modal .modal-dialog {
    height: 75%;
    width: 100%;
    margin: 0;
}

#find-centre-modal .modal-dialog .modal-content {
    padding-top: 25px;
    box-shadow: none;
    border-radius: 0;
    height: 100%;
    border: none;
}

#find-centre-modal .close-modal {
    position: absolute;
    top: -42px;
    right: 0;
}


/* custom dropdown */
.custom-dropdown {
    margin-top: 30px;
    display: none;
}

.custom-dropdown .cd-btn {
    display: block;
    text-align: left;
    border: 1px solid #a6a6a6;
    -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: poppinslight, sans-serif;
    width: 100%;
}

.custom-dropdown .cd-content {
    padding: 10px 0;
    background: #eaeaea;
    border-radius: 0 0 5px 5px;
    height: 300px;
    overflow: auto;
    display: none;
}

.custom-dropdown .cd-content a {
    transition: 0.1s ease-in-out;
    padding: 6px 20px 5px;
    display: block;
    height: auto;
    color: #212121;
    font-size: 15px;
    font-family: poppinsregular, sans-serif;
}

.custom-dropdown .cd-content a:hover {
    background: #4d97fb;
    color: #fff;
}

.custom-form .hint-text {
    font-size: 16px;
    color: #ababab;
}
.custom-form .custom-field-checkbox .hint-text {
    color: black;
}
.custom-form .custom-field-checkbox label {
    display: block;
}
.custom-form .custom-field-checkbox input {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}
.custom-form .custom-field-checkbox span {
    display: inline;
}
.custom-form label, .custom-form label a {
    font-size: 16px;
    font-weight: normal;
}
.custom-form-logo-container.logo-container {
    background: black;
    text-align:right;
}
.custom-form-logo-container.logo-container > a > img {
    position: static;
}
