/*!
 * Theme Name: WWAS 2015 Launch Build
 * Theme URI: N/A
 * Description: A modern theme for Waverley Woollahra Art School
 * Version: 1.0
 * Author: Alex Dewez-Lopez (@dewezlopez)
 * Author URI: http://iamalex.com.au
 * Tags: Blank, HTML5, CSS3
 *
 * License: No License
 */
/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Grid
 */
/**
 * Media Queries
 */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
/*
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
    url("fonts/font-name.woff") format("woff"),
    url("fonts/font-name.ttf") format("truetype"),
    url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #444;
  background-color: #fff; }

img {
  max-width: 100%;
  vertical-align: middle; }

a {
  color: #b75f00;
  text-decoration: none; }
  a:focus, a:hover {
    text-decoration: underline; }

input[type="text"],
input[type="search"] {
  font-size: inherit;
  line-height: inherit; }

::-moz-selection {
  background-color: #04A4CC;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #04A4CC;
  color: #fff;
  text-shadow: none; }

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.reset-box {
  padding: 0;
  margin: 0; }

.grey {
  background-color: #f5f5f5; }

.top-pad {
  padding-top: 1cm; }

.hidden {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif; }

h1 {
  font-weight: 800; }

h2, h3 {
  font-weight: 800; }

label {
  font-weight: bold; }
  label span {
    font-weight: normal; }

.h3 {
  font-size: 1.6rem; }

.button {
  font-family: "Open Sans", sans-serif; }

.page-title {
  color: #b75f00;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 30px; }
  .page-title.page-title--smaller {
    font-size: 2em; }

/**
 * partials/wrapper
 * ---
 */
.wrapper {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative; }

.artwork a {
  position: relative;
  display: block;
  overflow: hidden; }
  .artwork a:hover div, .artwork a:focus div,
  .search:focus + ul .artwork a div {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.artwork div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  padding: 15px;
  background-color: #f5840cbd; }
  @media screen and (min-width: 640px) {
    .artwork div {
      position: absolute;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      margin-bottom: 0; } }
  .artwork div > * {
    width: 100%;
    text-align: left; }

.artwork_title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #fff;
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0; }

.artwork_merit {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #fff;
  font-size: 0.8rem;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
  font-weight: bold; }

.artwork_artist {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin: 0;
  text-align: left; }

.banner {
  position: relative;
  padding: 30px 0;
  overflow: hidden; }
  @media screen and (min-width: 640px) {
    .banner {
      padding-top: 0; } }

.banner_image {
  position: absolute; }
  @media screen and (min-width: 640px) {
    .banner_image {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

.banner_content {
  position: relative;
  padding: 20px; }

.banner_title {
  position: relative;
  margin-top: 1em;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5); }

.banner_inner-content {
  margin: 1rem auto;
  background-color: #FFF;
  padding: 20px;
  border-radius: 5px;
  max-width: 640px; }
  .banner_inner-content p {
    font-size: 1rem;
    text-align: center;
    font-weight: bold; }
  .banner_inner-content > *:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 640px) {
    .banner_inner-content {
      background-color: rgba(255, 255, 255, 0.8); } }

.banner--inpage {
  width: 100%;
  margin-bottom: 20px; }

.breadcrumbs {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  background-color: transparent;
  padding-left: 0; }
  .breadcrumbs.breadcrumbs--drop {
    margin-top: 20px; }
  .breadcrumbs.breadcrumbs--padd {
    padding-left: 15px; }

.breadcrumbs > * a {
  color: #b75f00;
  font-weight: bold; }

.contact-map {
  margin-top: 100px; }
  .contact-map iframe {
    display: block;
    border: 3px solid #000; }

.course-list__grouping-title {
  display: block;
  margin: 40px 0 20px;
  padding: 5px 15px;
  border-radius: 20px;
  color: #fff;
  background-color: #aaa;
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase; }

.course-list__grouping {
  list-style: none;
  margin: 0;
  padding: 0; }

.course-list__item {
  position: relative;
  padding: 0 10px;
  overflow: auto;
  margin-bottom: 40px; }
  @media screen and (min-width: 640px) {
    .course-list__item {
      margin-bottom: 20px;
      border-bottom: 5px solid #ddd;
      padding-bottom: 40px; } }

.course-list__book {
  text-align: right; }
  .course-list__book .book-now {
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 0; }
  @media screen and (min-width: 640px) {
    .course-list__book .book-now {
      position: absolute;
      right: 0px;
      bottom: 20px; } }

.course-list__item-title {
  font-size: 1.4em; }
  .course-list__item-title a {
    color: #444; }

.course-list__item-tutor {
  margin-top: 3px;
  font-size: 1rem;
  display: block;
  font-weight: normal; }
  .course-list__item-tutor a {
    color: #666;
    font-weight: bold; }

.course-list__image {
  display: none; }
  @media screen and (min-width: 640px) {
    .course-list__image {
      display: block;
      float: left;
      width: 30%;
      margin-bottom: 20px; } }

.course-list__time {
  font-size: 0.8em;
  font-weight: bold;
  padding: 3px 8px;
  background-color: #eee;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media screen and (min-width: 640px) {
    .course-list__time {
      background-color: transparent;
      width: 70%;
      padding-left: 20px;
      float: right;
      margin: 0; } }

.course-list__info {
  font-size: 0.9em;
  margin-top: 10px; }
  .course-list__info a {
    text-decoration: underline; }
  @media screen and (min-width: 640px) {
    .course-list__info {
      width: 70%;
      float: right;
      padding-left: 20px; } }

/**
 * partials/footer
 * ---
 */
.footer {
  background-color: #333;
  padding: 20px; }

.copyright {
  color: #fff;
  margin-bottom: 0;
  text-align: left;
  padding-left: 10px; }
  @media screen and (min-width: 640px) {
    .copyright {
      text-align: right; } }

.footer-nav {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  font-size: 0.9rem;
  font-weight: bold; }
  .footer-nav li {
    display: block;
    padding: 10px; }
  .footer-nav a {
    display: block;
    color: #fff;
    text-decoration: none; }
    .footer-nav a:hover, .footer-nav a:focus {
      text-decoration: underline; }
  @media screen and (min-width: 640px) {
    .footer-nav {
      margin-top: 45px; }
      .footer-nav li {
        display: inline-block;
        padding: 10px 0 0px; }
        .footer-nav li:before {
          content: "/";
          display: inline;
          color: #888;
          margin: 0 2em;
          text-decoration: none; }
        .footer-nav li:first-child:before {
          content: none; }
      .footer-nav a {
        display: inline-block; } }

.form-half-width {
  width: calc(50% - 20px);
  margin-right: 20px; }

.form-quarter-width {
  width: calc(25% - 20px);
  margin-right: 20px; }

.form-threequarter-width {
  width: calc(75% - 20px);
  margin-right: 20px; }

.form-third-width {
  width: calc(33.3% - 20px);
  margin-right: 20px; }

.form-quarter-width, .form-third-width, .form-threequarter-width, .form-half-width {
  float: left;
  clear: none !important; }

@media (min-width: 768px) {
  .form-desktop-half-width {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .form-desktop-quarter-width {
    width: calc(25% - 20px);
    margin-right: 20px; } }

@media (min-width: 768px) {
  .form-desktop-threequarter-width {
    width: calc(75% - 20px);
    margin-right: 20px; } }

@media (min-width: 768px) {
  .form-desktop-third-width {
    width: calc(33.3% - 20px);
    margin-right: 20px; } }

.form-desktop-quarter-width, .form-desktop-third-width, .form-desktop-threequarter-width, .form-desktop-half-width {
  float: left;
  clear: none !important; }

.form-flex-override .field-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.form-flex-override .nf-field-description {
  width: 100%;
  margin-top: 10px !important;
  margin-right: 10% !important; }
  .form-flex-override .nf-field-description p {
    font-size: 0.9rem;
    font-style: italic; }

.form-flex-override .nf-field-element {
  width: 5% !important; }

.form-flex-override .nf-field-label {
  width: 95% !important; }

.form-clear {
  clear: both !important; }

.form-float-right {
  float: right !important; }

.form-float-left {
  float: left !important; }

.form-important {
  font-size: 1.5rem; }

.gallerylist {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 50px; }
  .gallerylist li {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-top: 100%;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s; }
    .gallerylist li:hover {
      -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
              box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); }
  .gallerylist img {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    width: 100%; }
  .gallerylist a:hover img,
  .gallerylist a:focus img {
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1); }
  .gallerylist a:hover p,
  .gallerylist a:focus p {
    color: #b75f00; }
  .gallerylist p {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px 10px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #999;
    font-weight: bold;
    color: #333;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
  @media screen and (min-width: 640px) {
    .gallerylist {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .gallerylist li {
        width: 32%;
        padding-top: 32%; } }

.gallery {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 100px;
  clear: left; }
  .gallery img {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 640px) {
    .gallery {
      display: block;
      -webkit-columns: 4;
              columns: 4;
      -webkit-column-gap: 15px;
              column-gap: 15px; }
      .sg .gallery {
        -webkit-columns: 3;
                columns: 3; }
      .gallery li {
        -webkit-column-break-inside: avoid;
                break-inside: avoid;
        display: inline-block;
        width: 100%;
        margin: 0 0 15px;
        padding: 0; } }

#gallery > h2 {
  margin-bottom: 32px; }

/**
 * partials/header
 * ---
 */
.logo {
  margin: 5px 20px 0;
  display: block;
  background-image: url("img/logo.svg");
  width: 85px;
  height: 50px; }
  @media screen and (min-width: 640px) {
    .logo {
      margin-top: 15px; } }

.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #000;
  padding-top: 200px; }
  .hero.hero--light {
    padding-top: 175px; }
  @media screen and (min-width: 640px) {
    .hero {
      padding-top: 250px; }
      .hero.hero--light {
        padding-top: 230px; } }
  @media screen and (min-width: 960px) {
    .hero {
      padding-top: 300px; }
      .hero.hero--light {
        padding-top: 270px; } }
  @media screen and (min-width: 1200px) {
    .hero {
      padding-top: 400px; }
      .hero.hero--light {
        padding-top: 300px; } }

.hero__title,
.hero__img {
  position: absolute; }

.hero__title {
  z-index: 2;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 30px;
  font-size: 1.8em;
  color: #fff;
  width: 200px;
  text-align: center; }
  .hero--light .hero__title {
    font-size: 1.5em; }
  @media screen and (min-width: 640px) {
    .hero__title {
      width: 500px; }
      .hero--light .hero__title {
        padding-top: 65px;
        font-size: 2.2em; } }
  @media screen and (min-width: 960px) {
    .hero__title {
      font-size: 2.4em;
      top: 20px;
      width: 800px; }
      .hero--light .hero__title {
        font-size: 2.4em; } }
  @media screen and (min-width: 1200px) {
    .hero__title {
      font-size: 3em;
      top: 40px; }
      .hero--light .hero__title {
        font-size: 3em;
        padding-top: 40px; } }

.hero__img {
  display: block;
  overflow: hidden;
  top: 0;
  width: 200%;
  max-width: none;
  height: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.7; }
  .hero__img img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: auto; }
  .hero--light .hero__img {
    height: 150px; }
  @media screen and (min-width: 640px) {
    .hero__img {
      width: 150%;
      height: 250px; }
      .hero--light .hero__img {
        height: 200px; } }
  @media screen and (min-width: 960px) {
    .hero__img {
      width: 100%;
      height: 300px; }
      .hero--light .hero__img {
        height: 250px; } }
  @media screen and (min-width: 1200px) {
    .hero__img {
      height: 400px; }
      .hero--light .hero__img {
        height: 320px; } }

.hero__content {
  background-color: #fff;
  padding: 15px; }
  @media screen and (min-width: 640px) {
    .hero__content {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 70px;
      width: 600px;
      max-width: 600px;
      text-align: center;
      color: #fff;
      background: transparent; } }
  @media screen and (min-width: 960px) {
    .hero__content {
      top: 100px;
      width: 800px;
      max-width: 800px; } }
  @media screen and (min-width: 1200px) {
    .hero__content {
      top: 140px; } }

.hero--light .hero__message {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  width: 100%;
  margin-top: 0px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  padding: 0; }

@media screen and (min-width: 960px) {
  .hero__message {
    font-size: 1.2em; }
    .hero--light .hero__message {
      bottom: 30px;
      font-size: 1.6em;
      font-weight: 600; } }

@media screen and (min-width: 1200px) {
  .hero__message {
    font-size: 1.4em; } }

.hero__button {
  text-transform: uppercase;
  font-weight: 900;
  background-color: #b75f00;
  letter-spacing: 1px; }

.home-news {
  margin: 20px 0; }

.home-news__title {
  background-color: #b75f00;
  color: #fff;
  text-align: center;
  padding: 10px 0; }
  @media screen and (min-width: 960px) {
    .home-news__title {
      text-align: left;
      padding: 8px 0 10px;
      border-radius: 50px;
      background-color: #fff;
      color: #b75f00;
      float: left; } }

.home-news__link-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center; }

.home-news__link {
  width: 100%;
  margin-bottom: 0; }
  .home-news__link:hover, .home-news__link:focus {
    text-decoration: underline; }
  @media screen and (min-width: 640px) {
    .home-news__link {
      text-align: right; } }

.home-news__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  text-align: center;
  color: #fff !important;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .home-news__button:hover, .home-news__button:focus {
    background-color: #139bc7 !important;
    text-decoration: underline !important; }
  @media screen and (min-width: 640px) {
    .home-news__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      font-size: 1.2rem; } }
  @media screen and (min-width: 960px) {
    .home-news__button {
      font-weight: 600;
      display: block;
      font-size: 1.2rem; } }

.home-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .home-news__list li:first-child {
    width: 100%;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .home-news__list li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .home-news__list li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .home-news__list li {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%; }
  @media screen and (min-width: 640px) {
    .home-news__list {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 20px;
      padding: 0 20px; }
      .home-news__list li {
        width: 48%;
        border: 1px solid #DADADA;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 2 !important;
            -ms-flex-order: 1 !important;
                order: 1 !important; } }
  @media screen and (min-width: 960px) {
    .home-news__list {
      padding: 0; }
      .home-news__list li {
        width: 31%; }
      .home-news__list li:nth-child(2),
      .home-news__list li:nth-child(3) {
        width: 48%; } }

.home-news__article {
  display: block;
  padding: 20px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  color: #444; }
  .home-news__article h1 {
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .home-news__article p {
    font-size: 0.8em; }
    .home-news__article p::first-line {
      font-weight: 600; }
  .home-news__article:hover, .home-news__article:focus {
    text-decoration: none;
    background-color: #f5f5f5;
    color: #b75f00; }
    .home-news__article:hover h1, .home-news__article:focus h1 {
      text-decoration: none; }

.home-news__img img {
  display: block;
  width: 100%;
  margin: 0 auto 20px; }

.home-news__img.home-news__img--fb img {
  margin-bottom: 0;
  max-width: 320px; }

@media screen and (min-width: 960px) {
  .home-news__img {
    opacity: 0.8;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; } }

.image-list {
  display: block;
  overflow: auto;
  background-color: #f5f5f5;
  padding-bottom: 50px; }

.image-list__list {
  padding: 0;
  margin: 0;
  list-style: none; }
  @media screen and (min-width: 640px) {
    .image-list__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      list-style: none;
      margin: 0;
      padding: 0; } }

.image-list__item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-bottom: 20px; }
  @media screen and (min-width: 640px) {
    .image-list__item {
      width: 31%;
      display: block;
      margin-bottom: 20px; }
      .image-list--large .image-list__item {
        position: relative;
        margin-bottom: 5px;
        width: 32.5%; } }
  @media screen and (min-width: 960px) {
    .image-list__item {
      width: 24%; } }

.image-list__link {
  display: block;
  position: relative;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  width: 100%;
  padding-top: 80%;
  padding-bottom: 40px;
  overflow: hidden; }
  .image-list__link .image-list__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    height: auto;
    overflow: hidden;
    padding: 0; }
  .image-list__link img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.8;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  .image-list__link span {
    font-size: 0.9em;
    display: block;
    color: #444;
    text-align: center;
    margin: 10px 0 0;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 10px;
    font-weight: bold; }
  .image-list--large .image-list__link {
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    padding-top: 54%;
    padding-bottom: 0; }
    .image-list--large .image-list__link span {
      font-size: 1.2em;
      position: absolute;
      bottom: 20px;
      left: 10px;
      color: #fff;
      line-height: 1;
      font-weight: 900;
      text-transform: none;
      background-color: transparent;
      text-align: left; }
    .image-list--large .image-list__link img {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .image-list__link:hover, .image-list__link:focus {
    text-decoration: none; }
    .image-list__link:hover img, .image-list__link:focus img {
      opacity: 1; }
    .image-list__link:hover span, .image-list__link:focus span {
      text-decoration: none; }
  @media screen and (min-width: 640px) {
    .image-list--large .image-list__link {
      font-size: 2em; }
    .image-list__link .image-list__img {
      max-height: none;
      overflow: hidden; } }

.link-list, .sidebar-widget > div {
  border-top: 5px solid #333;
  margin-bottom: 30px; }
  @media screen and (min-width: 960px) {
    .link-list, .sidebar-widget > div {
      padding-left: 30px;
      border-top: 0; } }

.link-list__header, .sidebar-widget h3 {
  font-size: 1.05em;
  margin-top: 40px; }

.link-list__list, .sidebar-widget ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.link-list__item, .sidebar-widget ul > li {
  display: block;
  width: auto;
  margin: 0 0 0.5em; }

.link-list__link, .sidebar-widget ul > li > a {
  display: block;
  padding: 3px 0px;
  line-height: 1.2;
  color: #333;
  font-weight: 400;
  color: #b75f00;
  border-bottom: 1px solid #ccc;
  -webkit-transition: border 0.2s, color 0.2s;
  transition: border 0.2s, color 0.2s;
  font-size: 0.9rem; }
  .link-list--small .link-list__link, .link-list--small .sidebar-widget ul > li > a, .sidebar-widget .link-list--small ul > li > a {
    font-weight: 400;
    font-size: 0.8rem; }
  @media screen and (min-width: 960px) {
    .link-list__link, .sidebar-widget ul > li > a {
      padding: 3px 10px; } }
  .link-list__link:hover, .sidebar-widget ul > li > a:hover, .link-list__link:focus, .sidebar-widget ul > li > a:focus {
    text-decoration: none;
    color: #643808;
    border-bottom: 1px solid #999; }

.sidebar-widget {
  display: block;
  margin-top: 100px; }

/**
 * partials/nav
 * ---
 * Menus
 */
.top-bar {
  z-index: 10;
  background-color: #fff;
  height: 60px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4); }
  @media screen and (min-width: 640px) {
    .top-bar {
      height: 80px; } }

.top-bar .name {
  height: 60px; }

.top-bar-section ul li {
  background-color: #fff; }
  @media screen and (min-width: 640px) {
    .top-bar-section ul li {
      height: 80px; } }

.top-bar-section > ul > .divider {
  display: none; }
  @media screen and (min-width: 640px) {
    .top-bar-section > ul > .divider {
      height: 80px;
      border-right-color: #fff; } }

.top-bar-section li:not(.has-form) a:not(.button) {
  background-color: #fff;
  color: #444;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.7em;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  padding: 10px 20px; }
  @media screen and (min-width: 640px) {
    .top-bar-section li:not(.has-form) a:not(.button) {
      font-size: 0.6em;
      height: 80px;
      padding: 20px 3px 0;
      font-weight: normal; } }
  @media screen and (min-width: 960px) {
    .top-bar-section li:not(.has-form) a:not(.button) {
      font-size: 0.65em;
      padding: 20px 5px 0;
      font-weight: normal; } }
  @media screen and (min-width: 1200px) {
    .top-bar-section li:not(.has-form) a:not(.button) {
      font-size: 0.8em;
      padding: 20px 10px 0;
      font-weight: bold; } }

.top-bar-section li.active:not(.has-form) > a:not(.button) {
  background-color: transparent;
  padding: 10px 20px;
  color: #444; }
  .top-bar-section li.active:not(.has-form) > a:not(.button):hover, .top-bar-section li.active:not(.has-form) > a:not(.button):focus {
    background-color: #eee;
    color: #333; }
  @media screen and (min-width: 640px) {
    .top-bar-section li.active:not(.has-form) > a:not(.button) {
      border-bottom: 5px solid #b75f00;
      padding: 20px 15px; } }

.top-bar-section li li.active:not(.has-form) > a:not(.button) {
  background-color: #555;
  border-bottom: 0px;
  color: #fff;
  padding: 20px 15px; }
  .top-bar-section li li.active:not(.has-form) > a:not(.button):hover, .top-bar-section li li.active:not(.has-form) > a:not(.button):focus {
    background-color: #555;
    color: #fff;
    text-decoration: underline; }
  @media screen and (min-width: 640px) {
    .top-bar-section li li.active:not(.has-form) > a:not(.button) {
      padding-bottom: 0; } }

@media screen and (min-width: 640px) {
  .top-bar-section li:not(.has-form) ul a {
    height: 45px !important;
    padding-top: 0px !important; } }

@media screen and (min-width: 640px) {
  .top-bar-section ul {
    padding-right: 20px; } }

.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button):hover {
  background-color: #eee;
  color: #444; }

.top-bar-section .has-dropdown > a:after {
  border-color: #999 transparent transparent transparent; }
  @media screen and (min-width: 640px) {
    .top-bar-section .has-dropdown > a:after {
      top: 41px; } }

.top-bar-section .dropdown li.title h5 a {
  background-color: #ccc;
  color: #333; }

.top-bar.expanded .title-area {
  background-color: #fff; }

.top-bar .toggle-topbar.menu-icon a {
  color: #444; }

.top-bar .toggle-topbar.menu-icon a span::after {
  -webkit-box-shadow: 0 0 0 1px #000000, 0 7px 0 1px #000000, 0 14px 0 1px #000000;
          box-shadow: 0 0 0 1px #000000, 0 7px 0 1px #000000, 0 14px 0 1px #000000; }

input,
select {
  line-height: 24px !important; }

.nf-error-msg {
  font-size: 0.9rem;
  font-weight: bold; }

.label-right .checkbox-wrap .nf-field-label {
  padding-left: 5px; }

.checkbox-container.one-half {
  margin-top: 20px; }

.checkbox-container.reduce-margin {
  margin-top: 0; }

.html-container {
  margin-bottom: 0 !important; }
  .html-container p:last-child {
    margin-bottom: 0; }

.field-wrap input[type="button"] {
  width: 300px !important;
  font-weight: bold;
  float: right; }

.field-wrap .nf-field-description {
  font-style: italic;
  margin-top: 3px;
  margin-bottom: 5px; }
  .field-wrap .nf-field-description p {
    font-size: 0.8rem; }

#nf-field-1089-container {
  margin-top: 0 !important; }

#nf-field-1075-container {
  margin: 0; }

#nf-field-1074-container {
  float: left; }

.nf-next,
.nf-previous {
  color: #fff;
  background-color: #008CBA;
  border: 0;
  padding: 10px 25px;
  border-radius: 3px;
  font-weight: bold; }
  .nf-next:hover, .nf-next:focus,
  .nf-previous:hover,
  .nf-previous:focus {
    background-color: #007095; }

.fileinput-button {
  height: 30px;
  line-height: 30px;
  padding: 0 20px; }

.files_uploaded p {
  border-bottom: 1px solid #ccc;
  font-size: 0.85rem; }
  .files_uploaded p:before {
    content: "\2713"; }

.files_uploaded a {
  float: right;
  display: block;
  margin-top: 2px;
  font-size: 0.6rem; }
  .files_uploaded a:before {
    content: "("; }
  .files_uploaded a:after {
    content: ")"; }

.date, .author {
  color: #666;
  font-weight: 700;
  margin-top: -30px;
  clear: left; }

.author {
  margin-top: 0; }

.post-event {
  font-weight: bold;
  font-size: 0.9em;
  color: #666; }

.post-edit-link {
  clear: left; }

.blog-post {
  overflow: auto;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 5px solid #ccc; }

.blog-date {
  margin-top: 0; }

.blog-thumb {
  margin-right: 20px; }

.profile__content > * {
  font-size: 0.8rem; }

@media screen and (min-width: 640px) {
  .profile__content > * {
    font-size: 1em; } }

.profile__thumbnail {
  display: block;
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 50%; }

.profile__alert {
  margin-bottom: 40px; }

.profile__links a {
  display: block; }

.profile__links .book-now {
  font-weight: bold; }

.profile__data {
  clear: both; }
  .profile__data p {
    margin-bottom: 0; }

.profile__tutor {
  color: #777;
  font-size: 0.7em;
  display: block; }
  .profile__tutor em {
    font-weight: normal; }
  .profile__tutor a {
    color: #444; }

.shp-content {
  overflow: auto;
  max-width: 45rem;
  margin: 40px auto 20px;
  clear: left; }
  @media screen and (min-width: 640px) {
    .shp-content {
      margin: 40px auto; } }

.shp-infolist {
  text-align: center; }
  .shp-infolist li {
    margin-bottom: 10px; }
  .shp-infolist span {
    display: block; }
  @media screen and (min-width: 640px) {
    .shp-infolist li {
      display: inline-block;
      margin: 0 30px 20px; } }

.shp-title {
  text-align: center;
  font-size: 1.3rem;
  margin: 1em 0; }
  .shp-title.shp-title--top-margin {
    clear: both; }
  @media screen and (min-width: 640px) {
    .shp-title {
      font-size: 1.8rem; } }

.shp-title2 {
  text-align: center;
  font-size: 1.1rem;
  margin: 1em 0; }
  @media screen and (min-width: 640px) {
    .shp-title2 {
      font-size: 1.5rem; } }

.shp-calendar {
  display: block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0; }
  .shp-calendar > li {
    margin-bottom: 50px;
    background-color: #999; }
    .shp-calendar > li:last-child {
      margin-bottom: 0; }
  .shp-calendar h3 {
    display: block;
    margin-left: 30px;
    margin-bottom: 0;
    padding: 10px 3px;
    outline: 1px solid #fff;
    background-color: #797979;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center; }
  .shp-calendar ul {
    position: relative;
    padding-left: 30px;
    margin-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #333; }
    #tweens .shp-calendar ul {
      padding-left: 0; }
    .shp-calendar ul:last-of-type {
      background-color: #222;
      outline: 1px solid #fff; }
    .shp-calendar ul:first-of-type:before, .shp-calendar ul:last-of-type:before {
      content: '9:30am';
      position: absolute;
      display: inline;
      left: 5px;
      top: 10px;
      color: #ddd;
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      -webkit-transform: rotate(-90deg) translateX(-100%);
              transform: rotate(-90deg) translateX(-100%);
      -webkit-transform-origin: top left;
              transform-origin: top left; }
    .shp-calendar ul:last-of-type:before {
      content: '1:00pm'; }
  .shp-calendar ul li {
    width: 100%;
    min-height: 80px;
    background-color: #eee;
    outline: 1px solid #fff;
    padding: 10px; }
  .shp-calendar ul:first-of-type li {
    background-color: #d4ffea; }
  .shp-calendar ul:last-child li {
    background-color: #F7E1FF; }
  .shp-calendar p {
    font-size: 0.8rem;
    text-align: center;
    margin: 0; }
    .shp-calendar p em {
      display: inline-block; }
    #tweens .shp-calendar p {
      font-size: 1rem;
      margin: 5px 20px; }
  @media screen and (min-width: 960px) {
    #tweens .shp-calendar > li {
      float: left;
      width: 50%; }
      #tweens .shp-calendar > li:before {
        display: none; } }
  @media screen and (min-width: 960px) {
    .shp-calendar > li {
      width: 20%;
      float: left;
      background-color: transparent; }
    .shp-calendar > li:first-child ~ li h3 {
      margin-left: 0; }
    .shp-calendar > li:first-child ~ li ul {
      background-color: transparent;
      padding-left: 0; }
    .shp-calendar > li:first-child ~ li ul:before {
      content: none; }
    .shp-calendar > li:first-child h3,
    .shp-calendar > li:first-child ~ li:nth-child(6) h3 {
      margin-left: 30px; }
      #tweens .shp-calendar > li:first-child h3, #tweens
      .shp-calendar > li:first-child ~ li:nth-child(6) h3 {
        margin-left: 0; }
    .shp-calendar > li:first-child ul,
    .shp-calendar > li:first-child ~ li:nth-child(6) ul {
      padding-left: 30px;
      background-color: #333; }
    .shp-calendar > li:first-child ul:first-of-type:before,
    .shp-calendar > li:first-child ~ li:nth-child(6) ul:first-of-type:before {
      content: '9:30am - 12:30pm'; }
    .shp-calendar > li:first-child ul:last-of-type:before,
    .shp-calendar > li:first-child ~ li:nth-child(6) ul:last-of-type:before {
      content: '1:00pm - 4:00pm'; }
    .shp-calendar ul li {
      padding: 10px 5px;
      height: 140px; }
    .shp-calendar p {
      font-size: 0.7rem; }
    .shp-calendar li:first-child li,
    .shp-calendar li:nth-child(6) li {
      background-color: #d4ffea; }
    .shp-calendar li:nth-child(2) li,
    .shp-calendar li:nth-child(7) li {
      background-color: #ffd2d2; }
    .shp-calendar li:nth-child(3) li,
    .shp-calendar li:nth-child(8) li {
      background-color: #d1d1ff; }
    .shp-calendar li:nth-child(4) li,
    .shp-calendar li:nth-child(9) li {
      background-color: #ffffd0; }
    .shp-calendar li:nth-child(5) li,
    .shp-calendar li:nth-child(10) li {
      background-color: #F7E1FF; } }

.shp-teens {
  text-align: center;
  width: 100%; }
  .shp-teens > li {
    display: block;
    margin: 10px 0 20px;
    padding: 0;
    width: auto;
    background-color: #ccc; }
  .shp-teens h3 {
    display: block;
    background-color: #333;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 3px 5px;
    margin-bottom: 10px; }
  .shp-teens strong {
    display: block; }
  .shp-teens em {
    display: inline-block;
    margin-bottom: 10px; }
  .shp-teens > li:first-child,
  .shp-teens > li:nth-child(6) {
    background-color: #D8E8E0; }
  .shp-teens > li:nth-child(2) {
    background-color: #F3D7D7; }
  .shp-teens > li:nth-child(3) {
    background-color: #E4E4FD; }
  .shp-teens > li:nth-child(4) {
    background-color: #ECECCC; }
  .shp-teens > li:nth-child(5) {
    background-color: #F7E1FF; }
  @media screen and (min-width: 960px) {
    .shp-teens > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .shp-teens h3 {
      width: 35%;
      padding: 15px 5px;
      margin-bottom: 0;
      margin-top: 0; }
    .shp-teens ul {
      width: 65%;
      padding: 10px 5px;
      margin-left: 0;
      margin-bottom: 0;
      text-align: left; }
    .shp-teens p {
      margin-bottom: 0; }
    .shp-teens strong, .shp-teens em {
      display: inline-block;
      margin: 5px; } }

/**
 * partials/sidebar
 * ---
 */
.social {
  text-align: center;
  margin: 20px 0 30px;
  border-bottom: 1px solid #444;
  padding-bottom: 30px; }
  .social li {
    display: inline-block;
    margin: 0 5px;
    padding: 0; }
  .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url("img/social.svg");
    background-size: 180px auto; }
    .social a.tw {
      background-position: -30px 0; }
    .social a.yt {
      background-position: -60px 0; }
    .social a.in {
      background-position: -90px 0; }
    .social a.pn {
      background-position: -120px 0; }
    .social a.tm {
      background-position: -150px 0; }
  @media screen and (min-width: 640px) {
    .social a {
      width: 40px;
      height: 40px;
      background-size: 240px auto; }
      .social a.tw {
        background-position: -40px 0; }
      .social a.yt {
        background-position: -80px 0; }
      .social a.in {
        background-position: -120px 0; }
      .social a.pn {
        background-position: -160px 0; }
      .social a.tm {
        background-position: -200px 0; } }
  @media screen and (min-width: 960px) {
    .social a {
      width: 50px;
      height: 50px;
      background-size: 300px auto; }
      .social a.tw {
        background-position: -50px 0; }
      .social a.yt {
        background-position: -100px 0; }
      .social a.in {
        background-position: -150px 0; }
      .social a.pn {
        background-position: -200px 0; }
      .social a.tm {
        background-position: -250px 0; } }

.social-header {
  font-size: 1.5em;
  color: #fff;
  text-align: center; }

.term-info {
  padding: 20px 20px 10px;
  background-color: #f5f5f5; }
  @media screen and (min-width: 640px) {
    .term-info {
      padding: 40px 20px; } }

@media screen and (min-width: 640px) {
  .term-info__header {
    margin-bottom: 0px; } }

@media screen and (min-width: 640px) {
  .term-info__message {
    margin-bottom: 30px;
    font-size: 1.2em; } }

.term-info__img {
  border: 10px solid #fff;
  margin: 20px 0; }

.term-info_video-header {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center; }
  .term-info_video-header + .term-info__video {
    margin: 10px 0 30px; }

.term-info__video {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66%;
  position: relative;
  font-size: 0.9rem; }
  .term-info__video iframe {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  display: block;
  margin: 5px 15px 15px 0; }

.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  margin: 5px 0 15px 15px;
  clear: right; }

.alignleft {
  float: left;
  clear: left;
  margin: 5px 15px 15px 0; }

/**
 * Gallery & images
 */
.wp-caption {
  background: #fff;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center; }
  .wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    border: 0 none;
    padding: 0;
    margin: 0; }

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 100%;
  line-height: 1.5; }

/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }
