/******************************************************************
Site Name:
Author:

Stylesheet: Variables

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography


******************************************************************/
/*********************
HEADER SLIDESHOWS
*********************/
/* line 15, ../../scss/templates/front-page.scss */
.slide .foreground-holder .content .inner {
  display: none;
}

/* line 24, ../../scss/templates/front-page.scss */
.content-row.regional-programs .background {
  background-color: whitesmoke;
}
/* line 28, ../../scss/templates/front-page.scss */
.content-row.regional-programs .foreground h2 {
  margin: 40px 0;
}
/* line 31, ../../scss/templates/front-page.scss */
.content-row.regional-programs .foreground .panel-holder {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
/* line 45, ../../scss/templates/front-page.scss */
.content-row.regional-programs .foreground .panel-holder img {
  width: 100%;
}
/* line 49, ../../scss/templates/front-page.scss */
.content-row.regional-programs .foreground .panel-holder .title {
  bottom: 0;
  height: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
/* line 56, ../../scss/templates/front-page.scss */
.content-row.regional-programs .foreground .panel-holder .title a {
  color: white;
  text-decoration: none;
  width: 100%;
}
/* line 63, ../../scss/templates/front-page.scss */
.content-row.regional-programs .foreground .panel-holder .hover {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: white;
  font-size: 14px;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
}
/* line 78, ../../scss/templates/front-page.scss */
.content-row.regional-programs .foreground .panel-holder .hover h4 {
  margin-bottom: 20px;
}
/* line 82, ../../scss/templates/front-page.scss */
.content-row.regional-programs .foreground .panel-holder .hover .more-link {
  background-color: #f09e00;
  border: 0;
  margin-top: 20px;
}
/* line 86, ../../scss/templates/front-page.scss */
.content-row.regional-programs .foreground .panel-holder .hover .more-link a {
  color: white;
}
/* line 88, ../../scss/templates/front-page.scss */
.content-row.regional-programs .foreground .panel-holder .hover .more-link a:hover {
  text-decoration: none;
}
/* line 94, ../../scss/templates/front-page.scss */
.content-row.regional-programs .foreground .panel-holder .hover.active {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/* line 106, ../../scss/templates/front-page.scss */
.content-row.testimonial {
  min-height: 0;
}
/* line 110, ../../scss/templates/front-page.scss */
.content-row.testimonial .quote-holder {
  position: relative;
}
/* line 112, ../../scss/templates/front-page.scss */
.content-row.testimonial .quote-holder .background {
  position: absolute;
  border-bottom: 2px solid #05a8a8;
  height: 50%;
}
/* line 117, ../../scss/templates/front-page.scss */
.content-row.testimonial .quote-holder .quote {
  display: inline-block;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  padding: 40px 48px;
}
/* line 123, ../../scss/templates/front-page.scss */
.content-row.testimonial .quote-holder .quote .quote-name {
  margin-top: 20px;
  font-size: 12px;
  font-style: normal;
}
/* line 128, ../../scss/templates/front-page.scss */
.content-row.testimonial .quote-holder .quote .quote-position {
  font-size: 12px;
  font-style: normal;
}

/* line 141, ../../scss/templates/front-page.scss */
.content-row.page-content,
.content-row.competitions-panel,
.content-row.sponsors,
.content-row.supporters {
  min-height: 0;
  padding: 60px 0;
}
/* line 146, ../../scss/templates/front-page.scss */
.content-row.page-content .row.header h2,
.content-row.competitions-panel .row.header h2,
.content-row.sponsors .row.header h2,
.content-row.supporters .row.header h2 {
  margin: 30px 0;
}

/* line 157, ../../scss/templates/front-page.scss */
.content-row.sponsors .supporter,
.content-row.supporters .supporter {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: block;
  height: 170px;
  margin: 0 auto;
  overflow: hidden;
  width: 170px;
}
/* line 166, ../../scss/templates/front-page.scss */
.content-row.sponsors .supporter img,
.content-row.supporters .supporter img {
  max-width: 100%;
}
