/***************************************
01_com_typography.less
***************************************/
.container-fluid {
  max-width: 1200px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.row {
  margin-right: -8px;
  margin-left: -8px;
}
[class^="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}
.pull-right {
  float: none !important;
}
@media (min-width: 768px) {
  .pull-right {
    float: right !important;
  }
}
/***************************************
01_com_typography.less
***************************************/
html {
  font-size: 16px;
}
body {
  overflow-x: hidden;
  color: #616161;
}
body,
button,
input,
select,
textarea {
  color: #616161;
  font-family: "Gotham Rounded A", "Gotham Rounded B", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #6aa130;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none !important;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  cursor: default;
}
a[href^="tel"]:hover {
  text-decoration: none;
}
a[href*="mailto"] {
  -ms-word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
a.reveal {
  color: #616161;
  font-weight: 500;
  text-decoration: none;
}
a.reveal:hover span {
  text-decoration: underline;
}
a.reveal span,
a.reveal .icon {
  vertical-align: middle;
}
a.reveal .icon {
  margin-left: 6px;
  color: #bfbfbf;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
}
p a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 48px;
  margin-bottom: 18px;
  color: #575656;
}
h1.border,
h2.border,
h3.border,
h4.border,
h5.border,
h6.border {
  margin-bottom: 36px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(87, 86, 86, 0.3);
}
@media (max-width: 767px) {
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    display: block !important;
    margin-top: 6px;
  }
}
@media (min-width: 768px) {
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    margin-left: 24px;
  }
}
@media (max-width: 991px) {
  .page-header--var1 h1 a,
  .page-header--var1 h2 a,
  .page-header--var1 h3 a,
  .page-header--var1 h4 a,
  .page-header--var1 h5 a,
  .page-header--var1 h6 a,
  .page-header--var1 h1 small,
  .page-header--var1 h2 small,
  .page-header--var1 h3 small,
  .page-header--var1 h4 small,
  .page-header--var1 h5 small,
  .page-header--var1 h6 small {
    display: block;
    margin-top: 12px;
    margin-left: 0;
    text-align: left;
  }
}
h1 a + a,
h2 a + a,
h3 a + a,
h4 a + a,
h5 a + a,
h6 a + a,
h1 small + a,
h2 small + a,
h3 small + a,
h4 small + a,
h5 small + a,
h6 small + a,
h1 a + small,
h2 a + small,
h3 a + small,
h4 a + small,
h5 a + small,
h6 a + small,
h1 small + small,
h2 small + small,
h3 small + small,
h4 small + small,
h5 small + small,
h6 small + small {
  margin-left: 36px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  vertical-align: middle;
}
.section--dgrey h1,
.section--dgrey h2,
.section--dgrey h3,
.section--dgrey h4,
.section--dgrey h5,
.section--dgrey h6,
.section--color01 h1,
.section--color01 h2,
.section--color01 h3,
.section--color01 h4,
.section--color01 h5,
.section--color01 h6 {
  color: #ffffff;
}
.section__header > [class*="row"] > [class*="col"] h1:first-child,
.section__header > [class*="row"] > [class*="col"] h2:first-child,
.section__header > [class*="row"] > [class*="col"] h3:first-child,
.section__header > [class*="row"] > [class*="col"] h4:first-child,
.section__header > [class*="row"] > [class*="col"] h5:first-child,
.section__header > [class*="row"] > [class*="col"] h6:first-child,
.section__content > [class*="row"] > [class*="col"] h1:first-child,
.section__content > [class*="row"] > [class*="col"] h2:first-child,
.section__content > [class*="row"] > [class*="col"] h3:first-child,
.section__content > [class*="row"] > [class*="col"] h4:first-child,
.section__content > [class*="row"] > [class*="col"] h5:first-child,
.section__content > [class*="row"] > [class*="col"] h6:first-child {
  margin-top: 0;
}
.embed-responsive + h1,
.embed-responsive + h2,
.embed-responsive + h3,
.embed-responsive + h4,
.embed-responsive + h5,
.embed-responsive + h6 {
  margin-top: 24px;
}
h1 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
h1.page-header__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 32px;
  line-height: 2rem;
}
@media (min-width: 768px) {
  h1.page-header__title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 48px;
    line-height: 3rem;
  }
}
.page-header--var1 h1.page-header__title {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 27px;
  line-height: 1.6875rem;
}
@media (min-width: 768px) {
  .page-header--var1 h1.page-header__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  h1.large {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
}
h1.xlarge {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 28px;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  h1.xlarge {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 43px;
    line-height: 2.6875rem;
  }
}
h1.xxlarge {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 28px;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  h1.xxlarge {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 48px;
    line-height: 3rem;
  }
}
h1 + h2 {
  margin-top: 0;
}
h2 {
  color: #1d5a68;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 23px;
  line-height: 1.4375rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
h2.page-header__title {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 28px;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  h2.page-header__title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
}
h2 + h3 {
  margin-top: 0;
}
h2 svg {
  height: 45px;
}
h3 {
  color: #1d5a68;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
}
h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 500;
}
h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
}
h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 500;
}
.hero__title {
  max-width: 500px;
  margin-top: 0;
  color: #ffffff;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 41px;
    line-height: 2.5625rem;
  }
}
.hero__boxtitle {
  position: relative;
  bottom: 0;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 24px 14px;
  background-color: #323232;
  border-radius: 5px;
  color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 32px;
  line-height: 2rem;
}
.course--animal-care .hero__boxtitle {
  color: #ce8970;
}
.course--business-professional .hero__boxtitle {
  color: #baaaaa;
}
.course--computing-it .hero__boxtitle {
  color: #68ab86;
}
.course--construction-automotive .hero__boxtitle {
  color: #bba386;
}
.course--creative-digital-media .hero__boxtitle {
  color: #7591ae;
}
.course--design-visual-arts .hero__boxtitle {
  color: #d37957;
}
.course--employability-enterprise-skills .hero__boxtitle {
  color: #aabbca;
}
.course--engineering-logistics .hero__boxtitle {
  color: #ccc3a7;
}
.course--esol-english-maths .hero__boxtitle {
  color: #d95d5f;
}
.course--hair-beauty .hero__boxtitle {
  color: #ba81a7;
}
.course--health-care-wellbeing .hero__boxtitle {
  color: #74bdce;
}
.course--hospitality-catering .hero__boxtitle {
  color: #e5b124;
}
.course--humanities-social-sciences .hero__boxtitle {
  color: #89c8a4;
}
.course--performing-arts .hero__boxtitle {
  color: #bd6ca9;
}
.course--public-services .hero__boxtitle {
  color: #2b9db9;
}
.course--science .hero__boxtitle {
  color: #c9ce28;
}
.course--sport .hero__boxtitle {
  color: #6d9f36;
}
.course--teacher-education .hero__boxtitle {
  color: #b9a2b4;
}
.course--theatrical-media-make-up .hero__boxtitle {
  color: #8a82bb;
}
.course--travel-tourism-aviation .hero__boxtitle {
  color: #9cb752;
}
@media (min-width: 768px) {
  .hero__boxtitle {
    margin-bottom: 6px;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 43px;
    line-height: 2.6875rem;
  }
}
.hero__subtitle {
  max-width: 390px;
  margin-top: 0;
  color: #c7d103;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hero__subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.cta__title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 27px;
  line-height: 1.6875rem;
}
@media (min-width: 768px) {
  .cta__title {
    margin-bottom: 18px;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
}
.image-title {
  position: relative;
  margin-top: 0;
  color: #575656;
  overflow: hidden;
}
.image-title img {
  width: 100%;
}
@media (min-width: 768px) {
  .image-title img {
    width: 100%;
    margin-left: 0;
    border-radius: 5px;
  }
}
.image-title .image-title__text {
  display: inline-block;
  margin-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .image-title .image-title__text {
    padding-left: 0;
    padding-right: 0;
  }
}
.image-title .image-title__text span {
  display: inline-block;
  background-color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 32px;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .image-title .image-title__text span {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 48px;
    line-height: 3rem;
  }
}
.image-title .image-title__text br {
  display: none;
}
@media (min-width: 768px) {
  .image-title .image-title__text br {
    display: block;
  }
}
@media (min-width: 768px) {
  .image-title .image-title__text {
    position: absolute;
    left: 0;
    bottom: 36px;
    margin-top: 0;
  }
  .image-title .image-title__text span {
    padding: 18px 24px 12px 21px;
  }
  .image-title .image-title__text br + span {
    margin-top: -12px;
    padding-top: 0;
  }
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}

@media (min-width: 768px) {
  p,
  ol,
  ul,
  dl,
  address {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}



.section--dgrey p,
.section--dgrey ol,
.section--dgrey ul,
.section--dgrey dl,
.section--dgrey address,
.section--color01 p,
.section--color01 ol,
.section--color01 ul,
.section--color01 dl,
.section--color01 address {
  color: #ffffff;
}
p + h1,
ol + h1,
ul + h1,
dl + h1,
address + h1,
p + h2,
ol + h2,
ul + h2,
dl + h2,
address + h2,
p + h3,
ol + h3,
ul + h3,
dl + h3,
address + h3,
p + h4,
ol + h4,
ul + h4,
dl + h4,
address + h4,
p + h5,
ol + h5,
ul + h5,
dl + h5,
address + h5,
p + h6,
ol + h6,
ul + h6,
dl + h6,
address + h6 {
  margin-top: 0;
}
.lead {
  color: #1d5a68;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .lead {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.address a {
  color: #616161;
}
.address a[href^="tel"] {
  text-decoration: none;
  cursor: default;
}
.address .icon {
  margin-right: 3px;
  color: #6aa130;
}
@media (min-width: 768px) {
  .text-container {
    width: 97%;
  }
}
.blockquote--var1 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.blockquote--var1 p {
  margin-top: 36px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
  .blockquote--var1 p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.blockquote--var1 p:before {
  top: 0;
}
.blockquote--var1 p:after {
  content: '';
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  width: auto;
  height: 6px;
  margin-left: 0;
  background: #d7d4c8;
  border-radius: 3px;
}
blockquote {
  *zoom: 1;
  position: relative;
  margin-top: 48px;
  margin-bottom: 42px;
  padding: 0;
  border-left: none;
  font-weight: 500;
  font-style: italic;
}
blockquote:before,
blockquote:after {
  display: table;
  content: "";
}
blockquote:after {
  clear: both;
}
blockquote p {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  blockquote p {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
blockquote p:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  width: 45px;
  height: 32px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/blockquote.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  blockquote p:before {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/blockquote@2x.png');
    background-size: 45px 32px;
  }
}
blockquote p:after {
  content: '';
  display: inline-block;
  margin-left: 12px;
  vertical-align: text-top;
  width: 31px;
  height: 22px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/blockquote-end.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  blockquote p:after {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/blockquote-end@2x.png');
    background-size: 31px 22px;
  }
}
blockquote footer {
  color: #616161;
  font-size: inherit;
}
blockquote footer span {
  color: #86af24;
}
blockquote footer:before {
  display: none;
}
blockquote p,
blockquote footer {
  padding-left: 65px;
}
@media (min-width: 768px) {
  blockquote + blockquote {
    margin-top: 90px;
  }
}
.blockquote--left p,
.blockquote--right p,
.blockquote--left footer,
.blockquote--right footer {
  padding-left: 65px;
}
.blockquote__image {
  width: 130px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
}
.blockquote--left .blockquote__image,
.blockquote--right .blockquote__image {
  position: absolute;
  top: 65px;
  width: 65px;
}
@media (min-width: 768px) {
  .blockquote--left .blockquote__image,
  .blockquote--right .blockquote__image {
    top: 0;
    width: 130px;
  }
}
.blockquote--right .blockquote__image {
  right: 0;
}
@media (min-width: 768px) {
  .blockquote--left .blockquote__image + .blockquote__text {
    padding-left: 160px;
  }
  .blockquote--right .blockquote__image + .blockquote__text {
    padding-right: 160px;
  }
}
.blockquote__image + .blockquote__text p {
  margin-top: 0;
  padding-top: 70px;
}
.blockquote__image + .blockquote__text p:after {
  top: 45px;
}
.blockquote__image + .blockquote__text p,
.blockquote__image + .blockquote__text footer {
  padding-left: 0;
}
.blockquote--left .blockquote__image + .blockquote__text p,
.blockquote--left .blockquote__image + .blockquote__text footer {
  padding-left: 80px;
}
@media (min-width: 768px) {
  .blockquote--left .blockquote__image + .blockquote__text p,
  .blockquote--left .blockquote__image + .blockquote__text footer {
    padding-left: 0;
  }
}
.blockquote--right .blockquote__image + .blockquote__text p,
.blockquote--right .blockquote__image + .blockquote__text footer {
  padding-left: 0;
  padding-right: 80px;
}
@media (min-width: 768px) {
  .blockquote--right .blockquote__image + .blockquote__text p,
  .blockquote--right .blockquote__image + .blockquote__text footer {
    padding-right: 0;
  }
}
.blockquote__text p {
  margin-bottom: 12px;
}
ul {
  padding-left: 18px;
}

ul ul {
  margin-bottom: 24px;
}


dl dt {
  color: #6aa130;
  font-size: 15px;
  /* font-size: 1.125rem; */
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 500;
}
dl dd {
  margin-top: 12px;
}
dl dd + dt {
  margin-top: 21px;
}
b {
  font-weight: 500;
}
/***************************************
02_com_code.less
***************************************/
/***************************************
03_com_tables.less
***************************************/
.table {
  margin-bottom: 24px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 17px;
  line-height: 1.0625rem;
}
@media (min-width: 768px) {
  .table {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
.table thead tr th {
  padding: 20px 12px 10px;
  background-color: #86af24;
  border-bottom: none;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .table thead tr th {
    padding: 30px 24px 20px;
  }
}
.table tbody tr th,
.table tbody tr td {
  padding: 14px;
  border-top: none;
  border-bottom: none;
  font-weight: 400;
}
@media (min-width: 768px) {
  .table tbody tr th,
  .table tbody tr td {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.table tbody tr th.text--middle,
.table tbody tr td.text--middle {
  vertical-align: middle;
}
.table tbody tr.key-row th,
.table tbody tr.key-row td {
  background-color: #f2f0e9;
  font-weight: 500;
}
.table tbody tr.key-row th + td,
.table tbody tr.key-row td + td {
  border-left: 6px solid #ffffff;
}
.section--dark .table--var1,
.section--color01 .table--var1 {
  color: #ffffff;
}
.table--var1 thead tr th {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  background-color: transparent;
  border-bottom: 1px solid #d2dee1;
  color: #616161;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 15px;
  line-height: 0.9375rem;
}
.section--dark .table--var1 thead tr th,
.section--color01 .table--var1 thead tr th {
  border-color: #648b95;
}
.section--light .table--var1 thead tr th {
  border-color: #c8c8c8;
}
@media (min-width: 768px) {
  .table--var1 thead tr th {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
.table--var1 tbody tr th,
.table--var1 tbody tr td {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  border-top: 1px solid #d2dee1;
  border-bottom: 1px solid #d2dee1;
  font-weight: 400;
}
@media (min-width: 768px) {
  .table--var1 tbody tr th,
  .table--var1 tbody tr td {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.section--dark .table--var1 tbody tr th,
.section--dark .table--var1 tbody tr td,
.section--color01 .table--var1 tbody tr th,
.section--color01 .table--var1 tbody tr td {
  border-color: #648b95;
}
.section--light .table--var1 tbody tr th,
.section--light .table--var1 tbody tr td {
  border-color: #c8c8c8;
}
.table--var1 tbody tr th .link-icon,
.table--var1 tbody tr td .link-icon {
  position: relative;
  left: 12px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.table--var1 tbody tr:hover th {
  text-decoration: underline;
}
.js .table--var1 tbody tr:hover .link-icon {
  color: #787878;
}
.table--var2 thead tr th {
  padding-top: 30px;
  padding-bottom: 24px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f2f0e9;
  color: #616161;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}
.table--var2 tbody tr th,
.table--var2 tbody tr td {
  padding-top: 24px;
  padding-bottom: 18px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}
.table-striped.table--var2 tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
.table-striped.table--var2 tbody tr:nth-of-type(even) {
  background-color: #faf9f6;
}
/* Rows are clickable */
.js .table-rows-clickable tr {
  cursor: pointer;
}
.js .table-rows-clickable tr .link-icon {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.js .table-rows-clickable tr:hover .link-icon {
  color: #23527c;
}
.js .section--color01 .table-rows-clickable tr:hover .link-icon,
.js .section--dgrey .table-rows-clickable tr:hover .link-icon {
  color: #ffffff;
}
/* 33 - 66 width */
.table--width-1-2 tr th:first-child,
.table--width-1-2 tr td:first-child {
  width: 33.33%;
}
/* vertical align the whole table to the middle */
.table--valign-middle thead tr th,
.table--valign-middle tbody tr th,
.table--valign-middle thead tr td,
.table--valign-middle tbody tr td {
  vertical-align: middle;
}
/***************************************
04_com_forms.less
***************************************/
fieldset + fieldset {
  margin-top: 36px;
}
legend {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 9px;
  border-color: #d2dee1;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 500;
}
label {
  margin-bottom: 12px;
  color: #575656;
  font-weight: 500;
}
.form-group,
.form__actions {
  margin-bottom: 30px;
}
.form--tight .form-group,
.form--tight .form__actions {
  margin-bottom: 18px;
}
.overlay__content .form-group {
  margin-bottom: 12px;
}
.overlay__content .form__actions,
.panel-body .form__actions {
  margin-bottom: 0;
}
.form__options {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #575656;
}
.form__options li + li {
  margin-left: 12px;
  padding-left: 24px;
  border-left: 1px solid currentColor;
}
.form__options a {
  color: inherit;
}
.form-control {
  height: auto;
  margin-top: 6px;
  padding: 17px 20px 14px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  box-shadow: none;
  color: #575656;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  /* Firefox 4-18 */
  /* Firefox 19+ */
  /* Internet Explorer 10+ */
  /* Safari and Chrome */
  /* For selects to style as per placeholder (HTML element must have 'required' attribute) */
}
.filter .form-control {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
@media (min-width: 768px) {
  .filter .form-control {
    color: #ffffff;
  }
}
.form-control:hover {
  border-color: #575656;
}
.form-control:focus {
  border-color: #86af24;
  box-shadow: none;
}
.filter .form-control:focus {
  box-shadow: 0 1px 0 rgba(68, 68, 68, 0.5);
}
@media (min-width: 768px) {
  .filter .form-control:focus {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  }
}
.form-control:-moz-placeholder {
  color: #aaaaaa;
}
.has-error .form-control:-moz-placeholder {
  color: #db5c5c;
}
@media (min-width: 768px) {
  .filter .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
}
.form-control::-moz-placeholder {
  color: #aaaaaa;
}
.has-error .form-control::-moz-placeholder {
  color: #db5c5c;
}
@media (min-width: 768px) {
  .filter .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
}
.form-control:-ms-input-placeholder {
  color: #aaaaaa;
}
.has-error .form-control:-ms-input-placeholder {
  color: #db5c5c;
}
@media (min-width: 768px) {
  .filter .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
}
.form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}
.has-error .form-control::-webkit-input-placeholder {
  border-color: #db5c5c;
  color: #db5c5c;
}
@media (min-width: 768px) {
  .filter .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
}
.form-control:invalid {
  color: #aaaaaa;
}
@media (min-width: 768px) {
  .filter .form-control:invalid {
    color: rgba(255, 255, 255, 0.5);
  }
}
.has-error .form-control {
  border-color: #db5c5c;
  color: #db5c5c;
}
.has-success .form-control {
  border-color: #86af24;
}
label + .form-control {
  margin-top: 0;
}
textarea.form-control {
  height: 120px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
select.form-control {
  background-image: url("/sites/all/themes/tmc/images/forms/select@2x.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 35px 25px;
}
select.form-control:focus {
  background-image: url("/sites/all/themes/tmc/images/forms/select-focus@2x.png");
}
.lt-ie10 select.form-control:focus {
  background-image: none;
}
.lt-ie10 select {
  background-image: none;
}
select::-ms-expand {
  display: none;
}
.required {
  color: #86af24;
}
/***************************************
05_com_buttons.less
***************************************/
.btn-container,
.btn-list {
  margin-top: 18px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .btn-container,
  .btn-list {
    margin-top: 30px;
  }
}
.btn-container:first-child,
.btn-list:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .btn-list li {
    display: inline-block;
  }
}
.btn-list li + li {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .btn-list li + li {
    margin-top: 0;
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .text-right .btn-container {
    text-align: left;
  }
}
.btn {
  padding: 14px 24px 13px;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 500;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 1px rgba(255, 255, 255, 0.5);
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  outline: none !important;
}
@media (min-width: 768px) {
  .btn {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
.btn:hover,
.btn:active,
.btn:active:hover,
.btn:focus {
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.btn span {
  margin-right: 6px;
}
.btn-default {
  color: #1d5a68;
}
.btn-default:hover,
.btn-default:active,
.btn-default:active:hover,
.btn-default:focus {
  background-color: #f2f0e9;
  color: #1d5a68;
}
.btn-primary {
  background-color: #6aa130;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:focus {
  background-color: #86af24;
}
.btn--var1 {
  background-color: #1d5a68;
  color: #ffffff;
}
.btn--var1:hover,
.btn--var1:active,
.btn--var1:active:hover,
.btn--var1:focus {
  background-color: #1f7488;
  color: #ffffff;
}
.btn--var2 {
  background-color: #c7d103;
  color: #1d5a68;
}
.btn--var2:hover,
.btn--var2:active,
.btn--var2:active:hover,
.btn--var2:focus {
  background-color: #b9c201;
  color: #1d5a68;
}
.btn--var3 {
  background-color: #86af24;
  color: #ffffff;
}
.btn--var3:hover,
.btn--var3:active,
.btn--var3:active:hover,
.btn--var3:focus {
  background-color: #6aa130;
  color: #ffffff;
}
.btn--var4 {
  padding-top: 13px;
  padding-bottom: 10px;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  box-shadow: none;
}
.btn--var4:hover,
.btn--var4:active,
.btn--var4:active:hover,
.btn--var4:focus {
  background-color: #ffffff;
  color: #1d5a68;
  box-shadow: none;
}
.btn--var5 {
  padding-top: 13px;
  padding-bottom: 10px;
  background-color: transparent;
  border: 2px solid #1d5a68;
  color: #1d5a68;
  box-shadow: none;
}
.btn--var5:hover,
.btn--var5:active,
.btn--var5:active:hover,
.btn--var5:focus {
  background-color: #1d5a68;
  color: #ffffff;
  box-shadow: none;
}
.btn--var6 {
  padding-top: 13px;
  padding-bottom: 10px;
  background-color: transparent;
  border: 2px solid #c7d103;
  color: #c7d103;
  box-shadow: none;
}
.btn--var6:hover,
.btn--var6:active,
.btn--var6:active:hover,
.btn--var6:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1d5a68;
  box-shadow: none;
}
.btn-link {
  position: relative;
  padding: 0;
  color: #6aa130;
  box-shadow: none;
  text-align: left;
  text-decoration: underline;
}
.section--color01 .btn-link,
.thumbnail--var2 .btn-link {
  color: #c7d103;
}
.btn-link:hover,
.btn-link:active,
.btn-link:active:hover,
.btn-link:focus {
  box-shadow: none;
  color: #6aa130;
}
.section--color01 .btn-link:hover,
.section--color01 .btn-link:active,
.section--color01 .btn-link:active:hover,
.section--color01 .btn-link:focus {
  color: #c7d103;
}
.btn-link:hover .icon,
.btn-link:active .icon,
.btn-link:active:hover .icon,
.btn-link:focus .icon {
  opacity: 1;
  filter: alpha(opacity=100);
  right: -8px;
}
.btn-link .icon {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  vertical-align: middle;
  -webkit-transition: opacity 0.2s ease-in-out, right 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, right 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .btn-link .icon {
    top: 2px;
  }
}
.btn--rounded {
  border-radius: 23px;
}
/***************************************
06_com_images.less
***************************************/
figure {
  position: relative;
  margin-bottom: 24px;
  text-align: center;
}
figure img,
figure iframe {
  width: 100%;
}
figure.align-bottom {
  margin-bottom: -18px;
}
.img-rounded {
  border-radius: 5px;
}
/***************************************
07_com_helpers.less
***************************************/
/***************************************
08_com_glyphicons.less
***************************************/
/***************************************
09_com_dropdowns.less
***************************************/
/***************************************
10_com_buttongroups.less
***************************************/
/***************************************
11_com_buttondropdowns.less
***************************************/
/***************************************
12_com_inputgroups.less
***************************************/
/***************************************
13_com_navs.less
***************************************/
.nav-pills {
  margin-bottom: 24px;
}
.nav-pills > li > a {
  padding: 24px 60px 18px 24px;
  background-color: #f2f2f2;
  border-radius: 0;
  color: #575656;
  font-weight: 500;
}
.nav-pills > li > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  width: 25px;
  height: 25px;
  border: 6px solid #ffffff;
  border-radius: 50%;
}
.nav-pills > li > a.active {
  background-color: #86af24;
  color: #ffffff;
}
.nav-pills > li > a.active:after {
  display: block;
}
.nav-pills > li > a.active .icon {
  display: none;
}
.nav-pills > li > a.active span {
  text-decoration: underline;
}
.nav-pills > li > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:active {
  background-color: #86af24;
  color: #ffffff;
}
.nav-pills > li > a:focus .icon,
.nav-pills > li > a:hover .icon,
.nav-pills > li > a:active .icon {
  color: #ffffff;
}
.nav-pills > li > a .icon {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 25px;
  color: #c8c8c8;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.nav-pills .nav__sub {
  display: none;
  padding: 24px 21px;
  background-color: #fbfbfb;
}
.nav-pills .nav__sub.active {
  display: block;
}
.nav-pills .nav__sub > :last-child {
  margin-bottom: 0;
}
.nav-pills ul {
  margin-bottom: 36px;
  padding-left: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.nav-pills ul > li {
  list-style: none;
}
.nav-pills ul > li + li {
  margin-top: 12px;
}
.nav-pills ul > li > a {
  position: relative;
  display: block;
  padding-left: 24px;
  color: #575656;
}
.nav-pills ul > li > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  width: 10px;
  height: 10px;
  background-color: #86af24;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.nav-pills ul > li > a:hover,
.nav-pills ul > li > a:focus,
.nav-pills ul > li > a.active {
  text-decoration: none;
}
.nav-pills ul > li > a:hover:before,
.nav-pills ul > li > a:focus:before,
.nav-pills ul > li > a.active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-pills ul > li > a.active {
  font-weight: 500;
}
.nav-stacked > li + li {
  margin-top: 3px;
}
.nav__title {
  color: #575656;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 500;
}
/***************************************
14_com_navbars.less
***************************************/
/***************************************
15_com_breadcrumbs.less
***************************************/
.breadcrumb-container {
  overflow: auto;
  background-color: #1d5a68;
}
.section__content .breadcrumb-container {
  padding-left: 20px;
  padding-right: 20px;
}
.breadcrumb {
  margin-top: 24px;
  margin-bottom: 12px;
  padding: 0;
  background-color: transparent;
  color: #444444;
}
.breadcrumb-container .breadcrumb {
  margin-top: 42px;
}
.breadcrumb a {
  color: inherit;
}
.breadcrumb-container .breadcrumb a,
.section--dgrey .breadcrumb a {
  color: #ffffff;
}
.breadcrumb .active {
  color: #1d5a68;
  font-weight: 500;
}
.breadcrumb-container .breadcrumb .active,
.section--dgrey .breadcrumb .active {
  color: #ffffff;
}
.course--animal-care .breadcrumb .active {
  color: #ce8970;
}
.course--business-professional .breadcrumb .active {
  color: #baaaaa;
}
.course--computing-it .breadcrumb .active {
  color: #68ab86;
}
.course--construction-automotive .breadcrumb .active {
  color: #bba386;
}
.course--creative-digital-media .breadcrumb .active {
  color: #7591ae;
}
.course--design-visual-arts .breadcrumb .active {
  color: #d37957;
}
.course--employability-enterprise-skills .breadcrumb .active {
  color: #aabbca;
}
.course--engineering-logistics .breadcrumb .active {
  color: #ccc3a7;
}
.course--esol-english-maths .breadcrumb .active {
  color: #d95d5f;
}
.course--hair-beauty .breadcrumb .active {
  color: #ba81a7;
}
.course--health-care-wellbeing .breadcrumb .active {
  color: #74bdce;
}
.course--hospitality-catering .breadcrumb .active {
  color: #e5b124;
}
.course--humanities-social-sciences .breadcrumb .active {
  color: #89c8a4;
}
.course--performing-arts .breadcrumb .active {
  color: #bd6ca9;
}
.course--public-services .breadcrumb .active {
  color: #2b9db9;
}
.course--science .breadcrumb .active {
  color: #c9ce28;
}
.course--sport .breadcrumb .active {
  color: #6d9f36;
}
.course--teacher-education .breadcrumb .active {
  color: #b9a2b4;
}
.course--theatrical-media-make-up .breadcrumb .active {
  color: #8a82bb;
}
.course--travel-tourism-aviation .breadcrumb .active {
  color: #9cb752;
}
.breadcrumb li + li:before {
  content: '>';
  padding-left: 3px;
  padding-right: 9px;
  color: #444444;
  font-weight: 400;
}
.breadcrumb-container .breadcrumb li + li:before,
.section--dgrey .breadcrumb li + li:before {
  color: #ffffff;
}
/***************************************
16_com_pagination.less
***************************************/
.pagination {
  margin-bottom: 24px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 500;
}
.search-header .pagination,
.search-footer .pagination {
  margin-top: 0;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .search-header .pagination,
  .search-footer .pagination {
    float: right;
  }
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
}
.pagination li:first-child a,
.pagination li:last-child a {
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
}
.pagination li a {
  width: 30px;
  height: 30px;
  padding: 2px;
  border: none;
  border-radius: 5px;
  background-color: transparent;
  color: #1d5a68;
  text-align: center;
}
.pagination li a:hover,
.pagination li a:focus,
.pagination li a.active {
  background-color: #f2f0e9;
}
.section--lgrey .pagination li a:hover,
.section--lgrey .pagination li a:focus,
.section--lgrey .pagination li a.active {
  background-color: #ffffff;
}
/***************************************
17_com_labels.less
***************************************/
.label-container {
  display: block;
  margin-top: 6px;
  vertical-align: top;
}
@media (min-width: 992px) {
  .label-container {
    display: inline-block;
    margin-top: 0;
  }
}
.label-container .label {
  margin-bottom: 12px;
}
.label {
  display: inline-block;
  padding: 12px 15px 9px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: 400;
  text-align: left;
  white-space: normal;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .label {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 15px;
    line-height: 0.9375rem;
    text-align: center;
    white-space: nowrap;
  }
}
h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
table .label {
  white-space: nowrap;
}
figure .label {
  position: absolute;
  top: 30px;
  left: 30px;
}
.label-default {
  max-width: 210px;
  background-color: #b9b6ad;
  font-weight: 500;
}
@media (min-width: 768px) {
  .label-default {
    max-width: 100%;
  }
}
.course.course--animal-care .label-default {
  background-color: #ce8970;
}
.course.course--business-professional .label-default {
  background-color: #baaaaa;
}
.course.course--computing-it .label-default {
  background-color: #68ab86;
}
.course.course--construction-automotive .label-default {
  background-color: #bba386;
}
.course.course--creative-digital-media .label-default {
  background-color: #7591ae;
}
.course.course--design-visual-arts .label-default {
  background-color: #d37957;
}
.course.course--employability-enterprise-skills .label-default {
  background-color: #aabbca;
}
.course.course--engineering-logistics .label-default {
  background-color: #ccc3a7;
}
.course.course--esol-english-maths .label-default {
  background-color: #d95d5f;
}
.course.course--hair-beauty .label-default {
  background-color: #ba81a7;
}
.course.course--health-care-wellbeing .label-default {
  background-color: #74bdce;
}
.course.course--hospitality-catering .label-default {
  background-color: #e5b124;
}
.course.course--humanities-social-sciences .label-default {
  background-color: #89c8a4;
}
.course.course--performing-arts .label-default {
  background-color: #bd6ca9;
}
.course.course--public-services .label-default {
  background-color: #2b9db9;
}
.course.course--science .label-default {
  background-color: #c9ce28;
}
.course.course--sport .label-default {
  background-color: #6d9f36;
}
.course.course--teacher-education .label-default {
  background-color: #b9a2b4;
}
.course.course--theatrical-media-make-up .label-default {
  background-color: #8a82bb;
}
.course.course--travel-tourism-aviation .label-default {
  background-color: #9cb752;
}
.label--white {
  background-color: #ffffff;
  color: #143c45;
}
.label--dark {
  background-color: #575656;
}
.label--color1 {
  background-color: #1d5a68;
}
.label--color2 {
  background-color: #86af24;
}
.label--color3 {
  background-color: #00873a;
}
.label--var1 {
  padding: 9px 13px 8px;
  background-color: transparent;
  border: 2px solid currentColor;
  color: #575656;
  font-weight: 500;
}
.label--var1.label--apprenticeships {
  border-color: currentColor;
  color: #b74b4b;
}
.label--var1.label--ucm {
  border-color: currentColor;
  color: #21323e;
}
.label--var2 {
  height: 30px;
  padding: 8px 21px 7px;
  border-radius: 15px;
  color: #c9c7c1;
}
.label--var2.label--var2--color1 {
  background-color: #0e2a30;
}
.label--var2.label--var2--color2 {
  background-color: #232323;
}
.label--var2.inactive {
  cursor: not-allowed;
}
.label--var2.inactive.label--var2--color1 {
  background-color: #15373e;
  color: #5b6b6d;
}
.label--var2.inactive.label--var2--color2 {
  background-color: #2d2d2d;
  color: #616161;
}
.label--var2.active:not(.inactive):not(.label--var2--color3),
.label--var2:hover:not(.inactive):not(.label--var2--color3),
.label--var2:focus:not(.inactive):not(.label--var2--color3) {
  background-color: #f2f0e9;
}
.label--var2.active:not(.inactive):not(.label--var2--color3).label--var2--color1,
.label--var2:hover:not(.inactive):not(.label--var2--color3).label--var2--color1,
.label--var2:focus:not(.inactive):not(.label--var2--color3).label--var2--color1 {
  color: #1d5a68;
}
.label--var2.active:not(.inactive):not(.label--var2--color3).label--var2--color2,
.label--var2:hover:not(.inactive):not(.label--var2--color3).label--var2--color2,
.label--var2:focus:not(.inactive):not(.label--var2--color3).label--var2--color2 {
  color: #575656;
}
.label--var2.active:not(.inactive):not(.label--var2--color3) {
  font-weight: 500;
}
.label--var2 span {
  vertical-align: middle;
}
.label--var2 .icon {
  float: none;
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: -1px;
  margin-left: 3px;
  color: currentColor;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 10px;
  line-height: 0.625rem;
  font-weight: 400;
  vertical-align: middle;
}
.label--var2 .icon span {
  display: inline-block;
  line-height: 15px;
  vertical-align: top;
  text-shadow: none;
}
.label-container .label--var2 {
  margin-top: 6px;
  margin-left: 0;
  padding: 8px 18px 8px;
  background-color: #d6d6d6;
  border-radius: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  line-height: 0.8125rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .label-container .label--var2 {
    height: 40px;
    margin-top: 0;
    padding: 11px 26px 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
.label-container .label--var2:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .page-header .label--var2 {
    margin-left: -6px;
  }
}
.page-header .label--var2:first-child {
  margin-left: 0;
}
@media (min-width: 992px) {
  .page-header .label--var2:first-child {
    margin-left: 30px;
  }
}
a.label:hover,
a.label:focus,
a.label.active {
  color: #1d5a68;
}
.label--var2--color3 {
  background-color: transparent;
  color: #ffffff;
}
.label--var2--color3.active,
.label--var2--color3:hover,
.label--var2--color3:focus {
  background-color: transparent;
  color: #86af24;
}
.label--var2--color3.active button.close,
.label--var2--color3:hover button.close,
.label--var2--color3:focus button.close {
  color: #86af24;
}
.label--var2--color3 button.close {
  color: #ffffff;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.label--round {
  padding: 4px 8px;
  min-width: 32px;
  height: 32px;
  border-radius: 16px;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: center;
}
/***************************************
18_com_badges.less
***************************************/
/***************************************
19_com_jumbotron.less
***************************************/
.jumbotron {
  margin-bottom: 24px;
  padding-top: 66px;
  padding-bottom: 54px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.jumbotron p {
  margin-bottom: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
  .jumbotron p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.jumbotron > :last-child {
  margin-bottom: 0;
}
.jumbotron--dark .jumbotron__title,
.jumbotron--dark p {
  color: #ffffff;
}
.course--animal-care .jumbotron__content .btn {
  background-color: #ce8970;
}
.course--animal-care .jumbotron__content .btn:hover {
  background-color: #e1805d;
}
.course--business-professional .jumbotron__content .btn {
  background-color: #baaaaa;
}
.course--business-professional .jumbotron__content .btn:hover {
  background-color: #c99b9b;
}
.course--computing-it .jumbotron__content .btn {
  background-color: #68ab86;
}
.course--computing-it .jumbotron__content .btn:hover {
  background-color: #51c384;
}
.course--construction-automotive .jumbotron__content .btn {
  background-color: #bba386;
}
.course--construction-automotive .jumbotron__content .btn:hover {
  background-color: #cea573;
}
.course--creative-digital-media .jumbotron__content .btn {
  background-color: #7591ae;
}
.course--creative-digital-media .jumbotron__content .btn:hover {
  background-color: #5f91c4;
}
.course--design-visual-arts .jumbotron__content .btn {
  background-color: #d37957;
}
.course--design-visual-arts .jumbotron__content .btn:hover {
  background-color: #e86f42;
}
.course--employability-enterprise-skills .jumbotron__content .btn {
  background-color: #aabbca;
}
.course--employability-enterprise-skills .jumbotron__content .btn:hover {
  background-color: #9cbcd8;
}
.course--engineering-logistics .jumbotron__content .btn {
  background-color: #ccc3a7;
}
.course--engineering-logistics .jumbotron__content .btn:hover {
  background-color: #daca99;
}
.course--esol-english-maths .jumbotron__content .btn {
  background-color: #d95d5f;
}
.course--esol-english-maths .jumbotron__content .btn:hover {
  background-color: #ed494c;
}
.course--hair-beauty .jumbotron__content .btn {
  background-color: #ba81a7;
}
.course--hair-beauty .jumbotron__content .btn:hover {
  background-color: #ce6ead;
}
.course--health-care-wellbeing .jumbotron__content .btn {
  background-color: #74bdce;
}
.course--health-care-wellbeing .jumbotron__content .btn:hover {
  background-color: #61c9e1;
}
.course--hospitality-catering .jumbotron__content .btn {
  background-color: #e5b124;
}
.course--hospitality-catering .jumbotron__content .btn:hover {
  background-color: #fdbc0c;
}
.course--humanities-social-sciences .jumbotron__content .btn {
  background-color: #89c8a4;
}
.course--humanities-social-sciences .jumbotron__content .btn:hover {
  background-color: #78d9a2;
}
.course--performing-arts .jumbotron__content .btn {
  background-color: #bd6ca9;
}
.course--performing-arts .jumbotron__content .btn:hover {
  background-color: #d257b4;
}
.course--public-services .jumbotron__content .btn {
  background-color: #2b9db9;
}
.course--public-services .jumbotron__content .btn:hover {
  background-color: #14abd0;
}
.course--science .jumbotron__content .btn {
  background-color: #c9ce28;
}
.course--science .jumbotron__content .btn:hover {
  background-color: #e0e70f;
}
.course--sport .jumbotron__content .btn {
  background-color: #6d9f36;
}
.course--sport .jumbotron__content .btn:hover {
  background-color: #6eb421;
}
.course--teacher-education .jumbotron__content .btn {
  background-color: #b9a2b4;
}
.course--teacher-education .jumbotron__content .btn:hover {
  background-color: #c992bd;
}
.course--theatrical-media-make-up .jumbotron__content .btn {
  background-color: #8a82bb;
}
.course--theatrical-media-make-up .jumbotron__content .btn:hover {
  background-color: #7c6fce;
}
.course--travel-tourism-aviation .jumbotron__content .btn {
  background-color: #9cb752;
}
.course--travel-tourism-aviation .jumbotron__content .btn:hover {
  background-color: #a7d039;
}
.jumbotron__content > :last-child {
  margin-bottom: 0;
}
.jumbotron__title {
  margin-bottom: 12px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 32px;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .jumbotron__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
}
.jumbotron__text {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/***************************************
20_com_pageheader.less
***************************************/
.page-header {
  position: relative;
  padding-bottom: 0;
  border-bottom: 0;
}
.page-header:first-child {
  margin-top: 0;
}
.page-header:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-header p {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .page-header .btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.page-header__title {
  margin-top: 0;
  margin-bottom: 12px;
}
.page-header__title i {
  margin-left: 6px;
}
.page-header--var1 {
  border-bottom: 5px solid #444444;
  color: #ffffff;
}
.page-header--var1 .page-header__title {
  display: inline-block;
  margin-bottom: -1px;
  padding: 24px 30px 10px;
  background-color: #444444;
  border-radius: 5px 5px 0 0;
  color: inherit;
}
.page-header--var1 .btn {
  position: relative;
  color: #c7d103;
}
/***************************************
21_com_thumbnails.less
***************************************/
.thumbnail-row {
  margin-bottom: 24px;
}
.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 24px;
}
.social-grid .thumbnail {
  border-radius: 0;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .social-grid .thumbnail {
    margin-bottom: 0;
  }
}
.social-grid .thumbnail.thumbnail--event {
  min-height: 0;
}
@media (min-width: 768px) {
  .thumbnail-row .thumbnail {
    margin-bottom: 15px;
  }
}
.fullwidth__col .thumbnail {
  margin-right: -1px;
}
.thumbnail:hover {
  text-decoration: none;
}
.thumbnail:hover .thumbnail__info {
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumbnail > .icon {
  position: absolute;
  top: 10px;
  z-index: 2;
  left: 25px;
  color: #ffffff;
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 31px;
  line-height: 1.9375rem;
}
@media (max-width: 767px) {
  .thumbnail .caption {
    height: auto !important;
	overflow:hidden;
  }
}
.thumbnail .caption > :last-child {
  margin-bottom: 0;
}
.carousel--standard .thumbnail .caption {
  padding-left: 90px;
  padding-right: 90px;
}
@media (min-width: 768px) {
  .carousel--standard .thumbnail .caption {
    padding-left: 115px;
    padding-right: 115px;
  }
}
.thumbnail .caption.caption--hasicon {
  padding-right: 66px;
}
@media (max-width: 767px) {
  .thumbnail .caption.caption--hasicon {
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  [class*="col-"]:not([class*="col-xs"]) .thumbnail {
    height: auto !important;
  }
}
.thumbnail__image {
  position: relative;
}
.thumbnail__info {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 500;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail__info li {
  margin-right: 6px;
}
.thumbnail__info .icon {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  vertical-align: middle;
}
.thumbnail__info span {
  display: inline-block;
  margin-top: 2px;
  margin-left: 3px;
  line-height: 25px;
  line-height: 1.5625rem;
  vertical-align: middle;
}
.thumbnail__title {
  margin-top: 0;
}
.thumbnail__text > :last-child {
  margin-bottom: 0;
}
.thumbnail--var1 {
  position: relative;
  min-height: 220px;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (min-width: 768px) {
  .thumbnail--var1 {
    min-height: 280px;
  }
}
@media (min-width: 768px) {
  .thumbnail--var1.thumbnail--var1--small {
    min-height: 250px;
  }
}
.thumbnail--var1:hover .thumbnail__image {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.thumbnail--var1:hover .caption .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumbnail--var1 .thumbnail__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: scale(1.01, 1.01);
      -ms-transform: scale(1.01, 1.01);
          transform: scale(1.01, 1.01);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.thumbnail--var1 .thumbnail__image img {
  display: none;
}
.thumbnail--var1 .caption {
  position: absolute;
  z-index: 2;
  left: 30px;
  right: 30px;
  bottom: 24px;
  padding: 0;
  color: #ffffff;
}
.thumbnail--var1 .caption .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  color: inherit;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.thumbnail--var1 .thumbnail__title {
  margin-bottom: 6px;
  max-width: 260px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: inherit;
}
@media (min-width: 768px) {
  .thumbnail--var1 .thumbnail__title {
    margin-bottom: 12px;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.thumbnail--var1 .thumbnail__subtitle {
  margin-top: 0;
  color: #c7d103;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 17px;
  line-height: 1.0625rem;
}
@media (min-width: 768px) {
  .thumbnail--var1 .thumbnail__subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
.thumbnail--var1.thumbnail--gradient {
  position: relative;
  padding-bottom: 58%;
  border-radius: 5px;
}
.thumbnail--var1.thumbnail--gradient:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section--light .thumbnail--var1.thumbnail--gradient:after {
  background-color: rgba(242, 240, 233, 0.5);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f0e9+0,f2f0e9+100&0+0,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(242, 240, 233, 0) 0%, #f2f0e9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(242, 240, 233, 0) 0%, #f2f0e9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.thumbnail--var1.thumbnail--gradient .caption {
  color: #575656;
}
.thumbnail--var1.thumbnail--gradient .caption .icon {
  color: #787878;
}
.fullwidth__col .thumbnail--var1 {
  border-radius: 0;
}
.thumbnail--var2 {
  position: relative;
  min-height: 260px;
  width: 100%;
  border: none;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .thumbnail--var2 {
    min-height: 280px;
  }
}
.thumbnail--var2 .label {
  position: absolute;
  top: 18px;
  left: 18px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .thumbnail--var2 .label {
    top: 30px;
    left: 36px;
  }
}
.thumbnail--var2 .caption {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 24px;
  max-width: 310px;
  padding: 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  .thumbnail--var2 .caption {
    left: 30px;
    right: 30px;
  }
}
.thumbnail--var2 .thumbnail__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.thumbnail--var2 .thumbnail__image img {
  display: none;
}
.thumbnail--var2 .thumbnail__title {
  max-width: 200px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: inherit;
  font-weight: 400;
}
@media (min-width: 768px) {
  .thumbnail--var2 .thumbnail__title {
    max-width: 100%;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
}
.thumbnail--var2 .thumbnail__date {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 16px;
  line-height: 1rem;
  color: #c7d103;
  font-weight: 500;
}
@media (min-width: 768px) {
  .thumbnail--var2 .thumbnail__date {
    margin-bottom: 12px;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.thumbnail--var2:hover .label {
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumbnail--var2:hover .link-icon {
  color: #ffffff;
}
.thumbnail--var2--top .caption {
  top: 24px;
  bottom: auto;
}
.thumbnail--var2--light .caption * {
  color: #3d4c5a;
}
.thumbnail--var2--small .thumbnail__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
}
@media (min-width: 768px) {
  .thumbnail--var2--small .thumbnail__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.thumbnail--var2--small .thumbnail__date {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 16px;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .thumbnail--var2--small .thumbnail__date {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
.thumbnail--var2a {
  position: relative;
  width: 100%;
  background-color: #e8e6df;
  border: none;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .thumbnail--var2a {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .thumbnail--var2a {
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.thumbnail--var2a .caption {
	width: 100%;
  	max-width: 100%;
	padding: 24px 60px 24px 24px;
  	color: #575656;
}
@media (min-width: 768px) {
  .thumbnail--var2a .caption {
    padding-right: 24px;
  }
}
.thumbnail--var2a .caption > .icon {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
@media (min-width: 768px) {
  .thumbnail--var2a .caption > .icon {
    position: static;
  }
}
.thumbnail--var2a .thumbnail__image {
  display: none;
}
.thumbnail--var2a .thumbnail__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: inherit;
  font-weight: 400;
}
@media (min-width: 768px) {
  .thumbnail--var2a .thumbnail__title {
    min-height: 56px;
    margin-bottom: 18px;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .thumbnail--var2a .thumbnail__text {
    margin-bottom: 30px;
  }
}
.thumbnail--var2a .thumbnail__text > * {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.thumbnail--var2a .thumbnail__date {
  padding: 24px 24px 0;
  color: #575656;
}
@media (min-width: 768px) {
  .thumbnail--var2a .thumbnail__date {
    margin-bottom: 24px;
  }
}
.thumbnail--var2a .thumbnail__date .icon {
  color: #7fb21a;
}
.thumbnail--var2a .thumbnail__date + .caption {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.thumbnail--var2a .btn {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.thumbnail--var2a--color1 {
  background-color: #444444;
}
.thumbnail--var2a--color1 .thumbnail__date,
.thumbnail--var2a--color1 .caption {
  color: #ffffff;
}
.thumbnail--var3a,
.thumbnail--var3b {
  position: relative;
  min-height: 180px;
  margin-bottom: 30px;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .thumbnail--var3a,
  .thumbnail--var3b {
    margin-bottom: 30px;
  }
}
.thumbnail--var3a .caption,
.thumbnail--var3b .caption {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 24px;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .thumbnail--var3a .caption,
  .thumbnail--var3b .caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 36px 36px;
    background-color: transparent;
    color: #ffffff;
    text-align: center;
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .thumbnail--var3a .caption,
  .thumbnail--var3b .caption {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.thumbnail--var3a .caption .icon,
.thumbnail--var3b .caption .icon {
  position: absolute;
  bottom: 24px;
  right: 24px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  color: #bab7ad;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .thumbnail--var3a .caption .icon,
  .thumbnail--var3b .caption .icon {
    display: inline-block;
    position: static;
    bottom: auto;
    right: auto;
    color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.thumbnail--var3a .caption p,
.thumbnail--var3b .caption p {
  margin-bottom: 0;
}
.thumbnail--var3a:hover,
.thumbnail--var3b:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .thumbnail--var3a:hover .thumbnail__image:after,
  .thumbnail--var3b:hover .thumbnail__image:after {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}
.thumbnail--var3a:hover .caption,
.thumbnail--var3b:hover .caption {
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumbnail--var3a:hover .caption .icon,
.thumbnail--var3b:hover .caption .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumbnail--var3a .thumbnail__image,
.thumbnail--var3b .thumbnail__image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .thumbnail--var3a .thumbnail__image,
  .thumbnail--var3b .thumbnail__image {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .thumbnail--var3a .thumbnail__image,
  .thumbnail--var3b .thumbnail__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.thumbnail--var3a .thumbnail__image:after,
.thumbnail--var3b .thumbnail__image:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
  background-color: #323232;
  border-radius: 5px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.thumbnail--var3a .thumbnail__image img,
.thumbnail--var3b .thumbnail__image img {
  border-radius: 5px 5px 0 0;
}
@media (min-width: 768px) {
  .thumbnail--var3a .thumbnail__image img,
  .thumbnail--var3b .thumbnail__image img {
    display: none;
    border-radius: 5px;
  }
}
.thumbnail--var3a .thumbnail__title,
.thumbnail--var3b .thumbnail__title {
  margin-bottom: 12px;
  color: inherit;
  font-weight: 500;
}
.thumbnail--var3a .btn-link,
.thumbnail--var3b .btn-link {
  color: #6aa130;
}
@media (min-width: 768px) {
  .thumbnail--var3a .btn-link,
  .thumbnail--var3b .btn-link {
    color: #c7d103;
  }
}
.thumbnail--var3a .caption {
  border-radius: 5px;
}
.thumbnail--var3a .caption .icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: none;
}
@media (min-width: 768px) {
  .thumbnail--var3a .caption .icon {
    display: block;
  }
}
.thumbnail--var3a .thumbnail__title {
  color: #1d5a68;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .thumbnail--var3a .thumbnail__title {
    color: inherit;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
.thumbnail--var3a--large {
  min-height: 326px;
}
@media (min-width: 768px) {
  .thumbnail--var3a--large .thumbnail__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
.thumbnail--var3a--large .caption .icon {
  position: static;
  display: none;
}
@media (min-width: 768px) {
  .thumbnail--var3a--large .caption .icon {
    display: block;
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .thumbnail--var3b {
    min-height: 375px;
  }
}
.thumbnail--var3b .thumbnail__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .thumbnail--var3b .thumbnail__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
.thumbnail--var3b .icon {
  display: block;
  margin-top: 24px;
}
.thumbnail--var4 {
  border: none;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.14);
  overflow: hidden;
}
.thumbnail--var4:hover {
  color: #1d5a68;
  text-decoration: none;
}
.thumbnail--var4:hover .caption > .icon {
  color: #1d5a68;
}
.thumbnail--var4:hover .thumbnail__image--color1 {
  background-color: #d37957;
}
.thumbnail--var4:hover .thumbnail__image--color2 {
  background-color: #b981a7;
}
.thumbnail--var4:hover .thumbnail__image--color3 {
  background-color: #9bb753;
}
.thumbnail--var4:hover .thumbnail__image--color4 {
  background-color: #7591ae;
}
.thumbnail--var4:hover .thumbnail__image--color5 {
  background-color: #bbabab;
}
.thumbnail--var4:hover .thumbnail__image--color6 {
  background-color: #ddb64a;
}
.thumbnail--var4:hover .thumbnail__image--color7 {
  background-color: #8982bb;
}
.thumbnail--var4:hover .thumbnail__image--color8 {
  background-color: #d95d60;
}
.thumbnail--var4:hover .thumbnail__image--color9 {
  background-color: #74bdce;
}
.thumbnail--var4:hover .thumbnail__image--color10 {
  background-color: #baa286;
}
.thumbnail--var4:hover .thumbnail__image--color11 {
  background-color: #68ab86;
}
@media (min-width: 768px) {
  .thumbnail--var4.active .thumbnail__image {
    background-color: #1d5a68;
  }
  .thumbnail--var4.active .thumbnail__image .customicon {
    background-position: 0 100%;
  }
}
@media (min-width: 768px) {
  .thumbnail--var4.active > .icon-close {
    display: block;
  }
}
.thumbnail--var4 > .icon-close {
  display: none;
  position: absolute;
  z-index: 2;
  top: 12px;
  left: auto;
  right: 25px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}
.thumbnail--var4 .thumbnail__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  background-color: #d6d6d6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.thumbnail--var4 .thumbnail__image img {
  visibility: hidden;
}
.lt-ie10 .thumbnail--var4 .thumbnail__image {
  display: block;
}
.thumbnail--var4 .thumbnail__image--icon {
  height: 98px;
}
@media (min-width: 768px) {
  .thumbnail--var4 .thumbnail__image--icon {
    height: 210px;
  }
}
.thumbnail--var4 .thumbnail__image--icon .customicon {
  position: static;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
@media (min-width: 768px) {
  .thumbnail--var4 .thumbnail__image--icon .customicon {
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
  }
}
.lt-ie10 .thumbnail--var4 .thumbnail__image--icon .customicon {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
}
.thumbnail--var4 .thumbnail__image--color1 {
  background-color: #b56e53;
}
.thumbnail--var4 .thumbnail__image--color2 {
  background-color: #a07492;
}
.thumbnail--var4 .thumbnail__image--color3 {
  background-color: #899f50;
}
.thumbnail--var4 .thumbnail__image--color4 {
  background-color: #6b8198;
}
.thumbnail--var4 .thumbnail__image--color5 {
  background-color: #a29595;
}
.thumbnail--var4 .thumbnail__image--color6 {
  background-color: #bd9e49;
}
.thumbnail--var4 .thumbnail__image--color7 {
  background-color: #7a75a2;
}
.thumbnail--var4 .thumbnail__image--color8 {
  background-color: #b9585a;
}
.thumbnail--var4 .thumbnail__image--color9 {
  background-color: #6aa3b1;
}
.thumbnail--var4 .thumbnail__image--color10 {
  background-color: #a18e78;
}
.thumbnail--var4 .thumbnail__image--color11 {
  background-color: #609578;
}
.thumbnail--var4 .caption {
  position: relative;
  padding: 18px 24px;
}
@media (min-width: 768px) {
  .thumbnail--var4 .caption {
    padding-bottom: 30px;
  }
}
.thumbnail--var4 .caption > :last-child {
  margin-bottom: 0;
}
.thumbnail--var4 .caption > .icon {
  position: absolute;
  bottom: 16px;
  right: 21px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  color: #d6d6d6;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .thumbnail--var4 .caption.caption--hasicon .icon {
    display: none;
  }
}
.thumbnail--var4 .thumbnail__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .thumbnail--var4 .thumbnail__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
.thumbnail--var4 .thumbnail__subtitle {
  color: #6aa130;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .thumbnail--var4 .thumbnail__subtitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.thumbnail--var4 .thumbnail__link {
  color: #6aa130;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 500;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .thumbnail--var4 .thumbnail__link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media (max-width: 767px) {
  .thumbnail--passion .thumbnail__title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
@media (max-width: 767px) {
  .thumbnail--var4--s {
    height: auto !important;
  }
}
.thumbnail--var4--s .thumbnail__image .icon {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 70px;
  line-height: 4.375rem;
}
@media (min-width: 768px) {
  .thumbnail--var4--s .thumbnail__image .icon {
    font-size: 108px;
    font-size: 6.75rem;
    line-height: 108px;
    line-height: 6.75rem;
  }
}
.thumbnail--var4--s .thumbnail__image--icon {
  height: 98px;
}
@media (min-width: 768px) {
  .thumbnail--var4--s .thumbnail__image--icon {
    height: 155px;
  }
}
.thumbnail--var4--s .thumbnail__image--icon .customicon {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
@media (min-width: 768px) {
  .thumbnail--var4--s .thumbnail__image--icon .customicon {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.lt-ie10 .thumbnail--var4--s .thumbnail__image--icon .customicon {
  top: 10%;
}
@media (min-width: 768px) {
  .thumbnail--var4--s .caption {
    padding-bottom: 18px;
  }
}
.thumbnail--var4--s .thumbnail__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15px;
  line-height: 0.9375rem;
}
@media (min-width: 768px) {
  .thumbnail--var4--s .thumbnail__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
}
.thumbnail--var4--color1 {
  background-color: #f2f0e9;
}
.thumbnail--var4--color1 .caption > .icon {
  color: #bab7ad;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.thumbnail--var4--color1:hover .caption > .icon {
  color: #bab7ad;
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumbnail--var4--color1 .thumbnail__title {
  color: #575656;
}
.thumbnail--var4--color2 {
  background-color: #ffffff;
}
.thumbnail--var4--color2 .caption > .icon {
  color: #bab7ad;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.thumbnail--var4--color2:hover .caption > .icon {
  color: #bab7ad;
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumbnail--var4--color2 .thumbnail__title {
  color: #575656;
}
.thumbnail--var5 {
  position: relative;
  min-height: 150px;
  overflow: hidden;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.thumbnail--var5:hover {
  color: #ffffff;
  text-decoration: none;
}
.thumbnail--var5:hover .thumbnail__image {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.thumbnail--var5 .thumbnail__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.thumbnail--var5 .thumbnail__image img {
  display: none;
}
.thumbnail--var5 .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  padding: 18px 24px 18px;
  color: inherit;
}
.thumbnail--var5 .thumbnail__title {
  margin-bottom: 0;
  color: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .thumbnail--var5 .thumbnail__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
.thumbnail--var5--l {
  min-height: 110px;
}
@media (min-width: 768px) {
  .thumbnail--var5--l {
    min-height: 230px;
  }
}
.thumbnail--btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #323232;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.lt-ie10 .thumbnail--btn {
  display: block;
}
.thumbnail--btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.thumbnail--btn .caption {
  padding: 24px;
  color: inherit;
  text-align: center;
}
.js.lt-ie10 .thumbnail--btn .caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.thumbnail--btn .thumbnail__title {
  margin-bottom: 12px;
  color: inherit;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .thumbnail--btn .thumbnail__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
.thumbnail--btn .icon {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
.course--animal-care .thumbnail--btn {
  background-color: #ce8970;
}
.course--animal-care .thumbnail--btn:hover {
  background-color: #e1805d;
}
.course--business-professional .thumbnail--btn {
  background-color: #baaaaa;
}
.course--business-professional .thumbnail--btn:hover {
  background-color: #c99b9b;
}
.course--computing-it .thumbnail--btn {
  background-color: #68ab86;
}
.course--computing-it .thumbnail--btn:hover {
  background-color: #51c384;
}
.course--construction-automotive .thumbnail--btn {
  background-color: #bba386;
}
.course--construction-automotive .thumbnail--btn:hover {
  background-color: #cea573;
}
.course--creative-digital-media .thumbnail--btn {
  background-color: #7591ae;
}
.course--creative-digital-media .thumbnail--btn:hover {
  background-color: #5f91c4;
}
.course--design-visual-arts .thumbnail--btn {
  background-color: #d37957;
}
.course--design-visual-arts .thumbnail--btn:hover {
  background-color: #e86f42;
}
.course--employability-enterprise-skills .thumbnail--btn {
  background-color: #aabbca;
}
.course--employability-enterprise-skills .thumbnail--btn:hover {
  background-color: #9cbcd8;
}
.course--engineering-logistics .thumbnail--btn {
  background-color: #ccc3a7;
}
.course--engineering-logistics .thumbnail--btn:hover {
  background-color: #daca99;
}
.course--esol-english-maths .thumbnail--btn {
  background-color: #d95d5f;
}
.course--esol-english-maths .thumbnail--btn:hover {
  background-color: #ed494c;
}
.course--hair-beauty .thumbnail--btn {
  background-color: #ba81a7;
}
.course--hair-beauty .thumbnail--btn:hover {
  background-color: #ce6ead;
}
.course--health-care-wellbeing .thumbnail--btn {
  background-color: #74bdce;
}
.course--health-care-wellbeing .thumbnail--btn:hover {
  background-color: #61c9e1;
}
.course--hospitality-catering .thumbnail--btn {
  background-color: #e5b124;
}
.course--hospitality-catering .thumbnail--btn:hover {
  background-color: #fdbc0c;
}
.course--humanities-social-sciences .thumbnail--btn {
  background-color: #89c8a4;
}
.course--humanities-social-sciences .thumbnail--btn:hover {
  background-color: #78d9a2;
}
.course--performing-arts .thumbnail--btn {
  background-color: #bd6ca9;
}
.course--performing-arts .thumbnail--btn:hover {
  background-color: #d257b4;
}
.course--public-services .thumbnail--btn {
  background-color: #2b9db9;
}
.course--public-services .thumbnail--btn:hover {
  background-color: #14abd0;
}
.course--science .thumbnail--btn {
  background-color: #c9ce28;
}
.course--science .thumbnail--btn:hover {
  background-color: #e0e70f;
}
.course--sport .thumbnail--btn {
  background-color: #6d9f36;
}
.course--sport .thumbnail--btn:hover {
  background-color: #6eb421;
}
.course--teacher-education .thumbnail--btn {
  background-color: #b9a2b4;
}
.course--teacher-education .thumbnail--btn:hover {
  background-color: #c992bd;
}
.course--theatrical-media-make-up .thumbnail--btn {
  background-color: #8a82bb;
}
.course--theatrical-media-make-up .thumbnail--btn:hover {
  background-color: #7c6fce;
}
.course--travel-tourism-aviation .thumbnail--btn {
  background-color: #9cb752;
}
.course--travel-tourism-aviation .thumbnail--btn:hover {
  background-color: #a7d039;
}
.thumbnail--btn--primary {
  background-color: #86af24;
  color: #ffffff;
}
.thumbnail--btn--primary:hover {
  background-color: #6aa130;
  color: #ffffff;
}
.thumbnail--btn--var1 {
  background-color: #1d5a68;
  color: #ffffff;
}
.thumbnail--btn--var1:hover {
  background-color: #575656;
  color: #ffffff;
}
.thumbnail--btn--var2 {
  background-color: #c7d103;
  color: #1d5a68;
}
.thumbnail--btn--var2:hover {
  background-color: #86af24;
  color: #1d5a68;
}
.thumbnail--btn--var3 {
  background-color: #575656;
  color: #ffffff;
}
.thumbnail--btn--var3:hover {
  background-color: #787878;
}
.thumbnail--overlay .thumbnail__image:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(68, 68, 68, 0.8);
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.thumbnail--overlay:hover .thumbnail__image:after {
  background-color: rgba(68, 68, 68, 0.9);
}
.thumbnail--overlay.thumbnail--var4 .thumbnail__image:after {
  background-color: rgba(68, 68, 68, 0.3);
}
.thumbnail--overlay.thumbnail--var4--color1:hover .thumbnail__image:after {
  background-color: rgba(68, 68, 68, 0.6);
}
.thumbnail--subject > .icon {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: auto;
  right: 28px;
  color: #ffffff;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.thumbnail--subject .thumbnail__image:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(68, 68, 68, 0.6);
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.thumbnail--subject:hover > .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumbnail--subject:hover .thumbnail__image {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.thumbnail--subject.course--animal-care:hover .thumbnail__image:after {
  background-color: #ce8970;
}
.thumbnail--subject.course--business-professional:hover .thumbnail__image:after {
  background-color: #baaaaa;
}
.thumbnail--subject.course--computing-it:hover .thumbnail__image:after {
  background-color: #68ab86;
}
.thumbnail--subject.course--construction-automotive:hover .thumbnail__image:after {
  background-color: #bba386;
}
.thumbnail--subject.course--creative-digital-media:hover .thumbnail__image:after {
  background-color: #7591ae;
}
.thumbnail--subject.course--design-visual-arts:hover .thumbnail__image:after {
  background-color: #d37957;
}
.thumbnail--subject.course--employability-enterprise-skills:hover .thumbnail__image:after {
  background-color: #aabbca;
}
.thumbnail--subject.course--engineering-logistics:hover .thumbnail__image:after {
  background-color: #ccc3a7;
}
.thumbnail--subject.course--esol-english-maths:hover .thumbnail__image:after {
  background-color: #d95d5f;
}
.thumbnail--subject.course--hair-beauty:hover .thumbnail__image:after {
  background-color: #ba81a7;
}
.thumbnail--subject.course--health-care-wellbeing:hover .thumbnail__image:after {
  background-color: #74bdce;
}
.thumbnail--subject.course--hospitality-catering:hover .thumbnail__image:after {
  background-color: #e5b124;
}
.thumbnail--subject.course--humanities-social-sciences:hover .thumbnail__image:after {
  background-color: #89c8a4;
}
.thumbnail--subject.course--performing-arts:hover .thumbnail__image:after {
  background-color: #bd6ca9;
}
.thumbnail--subject.course--public-services:hover .thumbnail__image:after {
  background-color: #2b9db9;
}
.thumbnail--subject.course--science:hover .thumbnail__image:after {
  background-color: #c9ce28;
}
.thumbnail--subject.course--sport:hover .thumbnail__image:after {
  background-color: #6d9f36;
}
.thumbnail--subject.course--teacher-education:hover .thumbnail__image:after {
  background-color: #b9a2b4;
}
.thumbnail--subject.course--theatrical-media-make-up:hover .thumbnail__image:after {
  background-color: #8a82bb;
}
.thumbnail--subject.course--travel-tourism-aviation:hover .thumbnail__image:after {
  background-color: #9cb752;
}
.thumbnail--career {
  font-weight: 500;
}
.thumbnail--career:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 30px;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 50%;
}
.thumbnail--career .caption .icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.thumbnail--career.course--animal-care:after {
  background-color: #ce8970;
}
.thumbnail--career.course--animal-care:hover .thumbnail__image:after {
  background-color: #ce8970;
}
.thumbnail--career.course--business-professional:after {
  background-color: #baaaaa;
}
.thumbnail--career.course--business-professional:hover .thumbnail__image:after {
  background-color: #baaaaa;
}
.thumbnail--career.course--computing-it:after {
  background-color: #68ab86;
}
.thumbnail--career.course--computing-it:hover .thumbnail__image:after {
  background-color: #68ab86;
}
.thumbnail--career.course--construction-automotive:after {
  background-color: #bba386;
}
.thumbnail--career.course--construction-automotive:hover .thumbnail__image:after {
  background-color: #bba386;
}
.thumbnail--career.course--creative-digital-media:after {
  background-color: #7591ae;
}
.thumbnail--career.course--creative-digital-media:hover .thumbnail__image:after {
  background-color: #7591ae;
}
.thumbnail--career.course--design-visual-arts:after {
  background-color: #d37957;
}
.thumbnail--career.course--design-visual-arts:hover .thumbnail__image:after {
  background-color: #d37957;
}
.thumbnail--career.course--employability-enterprise-skills:after {
  background-color: #aabbca;
}
.thumbnail--career.course--employability-enterprise-skills:hover .thumbnail__image:after {
  background-color: #aabbca;
}
.thumbnail--career.course--engineering-logistics:after {
  background-color: #ccc3a7;
}
.thumbnail--career.course--engineering-logistics:hover .thumbnail__image:after {
  background-color: #ccc3a7;
}
.thumbnail--career.course--esol-english-maths:after {
  background-color: #d95d5f;
}
.thumbnail--career.course--esol-english-maths:hover .thumbnail__image:after {
  background-color: #d95d5f;
}
.thumbnail--career.course--hair-beauty:after {
  background-color: #ba81a7;
}
.thumbnail--career.course--hair-beauty:hover .thumbnail__image:after {
  background-color: #ba81a7;
}
.thumbnail--career.course--health-care-wellbeing:after {
  background-color: #74bdce;
}
.thumbnail--career.course--health-care-wellbeing:hover .thumbnail__image:after {
  background-color: #74bdce;
}
.thumbnail--career.course--hospitality-catering:after {
  background-color: #e5b124;
}
.thumbnail--career.course--hospitality-catering:hover .thumbnail__image:after {
  background-color: #e5b124;
}
.thumbnail--career.course--humanities-social-sciences:after {
  background-color: #89c8a4;
}
.thumbnail--career.course--humanities-social-sciences:hover .thumbnail__image:after {
  background-color: #89c8a4;
}
.thumbnail--career.course--performing-arts:after {
  background-color: #bd6ca9;
}
.thumbnail--career.course--performing-arts:hover .thumbnail__image:after {
  background-color: #bd6ca9;
}
.thumbnail--career.course--public-services:after {
  background-color: #2b9db9;
}
.thumbnail--career.course--public-services:hover .thumbnail__image:after {
  background-color: #2b9db9;
}
.thumbnail--career.course--science:after {
  background-color: #c9ce28;
}
.thumbnail--career.course--science:hover .thumbnail__image:after {
  background-color: #c9ce28;
}
.thumbnail--career.course--sport:after {
  background-color: #6d9f36;
}
.thumbnail--career.course--sport:hover .thumbnail__image:after {
  background-color: #6d9f36;
}
.thumbnail--career.course--teacher-education:after {
  background-color: #b9a2b4;
}
.thumbnail--career.course--teacher-education:hover .thumbnail__image:after {
  background-color: #b9a2b4;
}
.thumbnail--career.course--theatrical-media-make-up:after {
  background-color: #8a82bb;
}
.thumbnail--career.course--theatrical-media-make-up:hover .thumbnail__image:after {
  background-color: #8a82bb;
}
.thumbnail--career.course--travel-tourism-aviation:after {
  background-color: #9cb752;
}
.thumbnail--career.course--travel-tourism-aviation:hover .thumbnail__image:after {
  background-color: #9cb752;
}
.thumbnail--career .thumbnail__title {
  font-weight: 500;
}
.thumbnail--career .thumbnail__subtitle {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.thumbnail--career:hover .thumbnail__image {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.thumbnail--career:hover .thumbnail__subtitle {
  color: #ffffff;
}
.thumbnail--social {
  position: relative;
  width: 100%;
  border: none;
}
.thumbnail--social p {
  margin-bottom: 12px;
}
.thumbnail--social .thumbnail__date {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.thumbnail--social .caption {
  padding: 24px;
}
.thumbnail--social .caption > .icon {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.thumbnail--social .thumbnail__text p {
  text-decoration: underline;
}
.thumbnail--social .thumbnail__text p:first-child {
  font-weight: 500;
  text-decoration: none;
}
.thumbnail--social .thumbnail__date,
.thumbnail--social p {
  color: #ffffff;
}
.thumbnail--social--facebook {
  background-color: #3b5998;
}
.thumbnail--social--twitter {
  background-color: #29a9e0;
}
.thumbnail--social--instagram {
  min-height: 263px;
  background-color: #444444;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.thumbnail--social--instagram:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(68, 84, 98, 0.5);
}

/***************************************
22_com_alerts.less
***************************************/
.alert {
  position: relative;
  padding: 20px 20px 20px 60px;
  margin-bottom: 30px;
  border-radius: 0;
}
.alert .icon {
  position: absolute;
  left: 20px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
.alert p,
.alert ul {
  line-height: 25px;
  line-height: 1.5625rem;
}
.alert-danger {
  background-color: rgba(219, 92, 92, 0.1);
  border-color: #db5c5c;
  color: #db5c5c;
}
.alert-success {
  background-color: rgba(134, 175, 36, 0.1);
  border-color: #86af24;
  color: #86af24;
}
/***************************************
23_com_progressbars.less
***************************************/
/***************************************
24_com_mediaobject.less
***************************************/
.panel .media {
  margin-top: 0;
}
@media (max-width: 991px) {
  .media-left {
    display: block;
    width: auto;
  }
}
.media-left {
  padding-right: 20px;
}
.media-right {
  padding-left: 20px;
}
.media-body > :last-child {
  margin-bottom: 0 !important;
}
.media__img {
  width: 106px;
  min-height: 106px;
  margin-top: 0;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .media-middle .media__img {
    margin-bottom: 0;
  }
}
.media__img img {
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .media__img {
    min-height: 0;
  }
}
@media (min-width: 768px) {
  .media__img:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .media__img--smallonmobile {
    min-height: 53px;
  }
}
@media (max-width: 767px) {
  .media__img--smallonmobile img {
    max-width: 50%;
  }
}
.media__img--small {
  width: 59px;
  height: 59px;
  min-height: 0;
}
.media__img--large {
  width: 130px;
}
.media__img--rounded img {
  border-radius: 50%;
  overflow: hidden;
}
.panel .icon + .media .media-body {
  padding-right: 20px;
}
.media--var1 {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .media--var1 {
    margin-bottom: 24px;
  }
}
.media--var1 .media-left {
  padding-right: 0;
}
@media (min-width: 992px) {
  .media--var1 .media-left {
    padding-right: 42px;
  }
}
.media--var1 .media-right {
  padding-left: 0;
}
@media (min-width: 992px) {
  .media--var1 .media-right {
    padding-left: 42px;
  }
}
.media--var1 .media-body {
  text-align: center;
}
@media (min-width: 992px) {
  .media--var1 .media-body {
    padding-right: 42px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .media--var1 .media-body {
    padding-right: 78px;
  }
}
/***************************************
25_com_listgroup.less
***************************************/
.list-group {
  margin-bottom: 24px;
}
.list-group .list-group-item {
  padding: 0;
  background-color: transparent;
  border: none;
}
.list-group .list-group-item > a {
  display: block;
  font-weight: 500;
}
.list-group .list-group-item > a:focus {
  text-decoration: none;
}
.list-group--var1 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 15px;
  line-height: 0.9375rem;
  width: 90%;
}
@media (min-width: 768px) {
  .list-group--var1 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
	width: 90%;
  }
}
.list-group--var1 .list-group-item + .list-group-item {
  border-top: 1px solid rgba(29, 90, 104, 0.4);
}
.list-group--var1 .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group--var1 .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.list-group--var1 .list-group-item > a {
  position: relative;
  padding-top: 18px;
  padding-bottom: 17px;
  color: #1d5a68;
}
.list-group--var1 .list-group-item > a .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.list-group--var1 .list-group-item > a:hover {
  text-decoration: none;
}
.list-group--var1 .list-group-item > a:hover .icon {
  -webkit-transform: translate(7px, -50%);
      -ms-transform: translate(7px, -50%);
          transform: translate(7px, -50%);
}
.list-group--var2 {
  border-bottom: 1px solid #d2dee1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .list-group--var2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.section--dgrey .list-group--var2 {
  border-color: rgba(255, 255, 255, 0.3);
}
.list-group--var2 .list-group-item {
  border-top: 1px solid #d2dee1;
}
.section--dgrey .list-group--var2 .list-group-item {
  border-color: rgba(255, 255, 255, 0.3);
}
.list-group--var2 .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group--var2 .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.list-group--var2 .list-group-item > a {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 60px;
  color: #616161;
}
.section--dgrey .list-group--var2 .list-group-item > a {
  color: #ffffff;
}
.course--animal-care .section--dgrey .list-group--var2 .list-group-item > a {
  color: #ce8970;
}
.course--business-professional .section--dgrey .list-group--var2 .list-group-item > a {
  color: #baaaaa;
}
.course--computing-it .section--dgrey .list-group--var2 .list-group-item > a {
  color: #68ab86;
}
.course--construction-automotive .section--dgrey .list-group--var2 .list-group-item > a {
  color: #bba386;
}
.course--creative-digital-media .section--dgrey .list-group--var2 .list-group-item > a {
  color: #7591ae;
}
.course--design-visual-arts .section--dgrey .list-group--var2 .list-group-item > a {
  color: #d37957;
}
.course--employability-enterprise-skills .section--dgrey .list-group--var2 .list-group-item > a {
  color: #aabbca;
}
.course--engineering-logistics .section--dgrey .list-group--var2 .list-group-item > a {
  color: #ccc3a7;
}
.course--esol-english-maths .section--dgrey .list-group--var2 .list-group-item > a {
  color: #d95d5f;
}
.course--hair-beauty .section--dgrey .list-group--var2 .list-group-item > a {
  color: #ba81a7;
}
.course--health-care-wellbeing .section--dgrey .list-group--var2 .list-group-item > a {
  color: #74bdce;
}
.course--hospitality-catering .section--dgrey .list-group--var2 .list-group-item > a {
  color: #e5b124;
}
.course--humanities-social-sciences .section--dgrey .list-group--var2 .list-group-item > a {
  color: #89c8a4;
}
.course--performing-arts .section--dgrey .list-group--var2 .list-group-item > a {
  color: #bd6ca9;
}
.course--public-services .section--dgrey .list-group--var2 .list-group-item > a {
  color: #2b9db9;
}
.course--science .section--dgrey .list-group--var2 .list-group-item > a {
  color: #c9ce28;
}
.course--sport .section--dgrey .list-group--var2 .list-group-item > a {
  color: #6d9f36;
}
.course--teacher-education .section--dgrey .list-group--var2 .list-group-item > a {
  color: #b9a2b4;
}
.course--theatrical-media-make-up .section--dgrey .list-group--var2 .list-group-item > a {
  color: #8a82bb;
}
.course--travel-tourism-aviation .section--dgrey .list-group--var2 .list-group-item > a {
  color: #9cb752;
}
.list-group--var2 .list-group-item > a > .icon {
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  color: #6aa130;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.section--dgrey .list-group--var2 .list-group-item > a > .icon {
  color: #ffffff;
}
.list-group--var2 .list-group-item > a.collapsed .icon {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #bfbfbf;
}
.list-group--var2 .list-group-item > a.collapsed:hover .icon {
  color: #787878;
}
.section--dgrey .list-group--var2 .list-group-item > a.collapsed:hover .icon {
  color: #ffffff;
}
.list-group--var2 .list-group-item > a:hover {
  text-decoration: none;
}
.list-group--var2 .list-group-item > a img {
  border-radius: 50%;
}
.list-group--var2 .list-group-item > a span {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 400;
}
.list-group--var3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .list-group--var3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
@media (max-width: 991px) {
  .list-group--var3 {
    margin-bottom: 6px;
  }
}
.list-group--var3 .list-group-item {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}
.list-group--var3 .list-group-item > a {
  position: relative;
  padding: 30px 24px;
  color: #616161;
}
.list-group--var3 .list-group-item > a > .icon {
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  color: #6aa130;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.list-group--var3 .list-group-item > a.collapsed > .icon {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #bfbfbf;
}
.list-group--var3 .list-group-item > a.collapsed:hover .icon {
  color: #787878;
}
.section--dgrey .list-group--var3 .list-group-item > a.collapsed:hover .icon {
  color: #ffffff;
}
.list-group--var3 .list-group-item > a:hover {
  text-decoration: none;
}
.list-group--var3 .list-group-item + .list-group-item {
  margin-top: 6px;
}
.list-group--var3 .list-group__content {
  padding: 0 24px 60px;
}
.list-group--var3 .list-group__content > :last-child {
  margin-bottom: 0;
}
/***************************************
26_com_panels.less
***************************************/
.panel-row {
  margin-bottom: 24px;
}
.panel {
  display: block;
  margin-bottom: 24px;
  box-shadow: none;
  border-radius: 5px;
  color: #616161;
}
.panel-row .panel {
  margin-bottom: 16px;
}
.panel:hover {
  color: #616161;
  text-decoration: none;
}
.grid__item .panel {
  min-height: 382px;
}
.grid-view .panel {
  margin-bottom: 16px;
}
.panel .panel-heading {
  padding: 18px 20px;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.14);
}
@media (min-width: 768px) {
  .panel .panel-heading {
    padding: 24px 34px 18px;
  }
}
.panel .panel-heading .panel-title {
  margin-bottom: 0;
}
.panel .panel-body {
  *zoom: 1;
  padding: 18px 20px;
}
.panel .panel-body:before,
.panel .panel-body:after {
  display: table;
  content: "";
}
.panel .panel-body:after {
  clear: both;
}

/* @media (min-width: 768px) {
  .panel .panel-body {
    padding: 29px 34px;
  }
} */

.panel .panel-body > :last-child {
  margin-bottom: 0;
}
.panel .panel-title {
  margin-top: 0;
  margin-bottom: 18px;
  color: #575656;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 500;
}
.panel .panel__subtitle {
  margin-top: 0;
  margin-bottom: 18px;
  color: #575656;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
}
.panel .panel-footer {
  padding: 18px 24px;
}
@media (max-width: 991px) {
  .panel {
    height: auto !important;
  }
}
.panel__title {
  margin-top: 0;
  font-weight: 500;
}
.panel__image {
  margin-bottom: 0;
}
.panel__image--overlay:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(68, 68, 68, 0.3);
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.panel__imageicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}
.panel-default {
  background-color: #f2f0e9;
  border: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}
.panel-default .panel-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.panel-default .panel-body {
  position: relative;
}
.panel-default .panel-body > .icon {
  position: absolute;
  top: 24px;
  right: 24px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  color: #bab7ad;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .panel-default .panel-body > .icon {
    top: 36px;
  }
}
.panel-default:hover .panel-body > .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel--var1 {
  background-color: #e6e2d5;
  border: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}
.panel--var2 {
  background-color: #f2f2f2;
  border: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}
.panel--var2 .link-icon {
  color: #c8c8c8;
}
.panel--var2:hover .link-icon {
  color: #aaaaaa;
}
.panel--var3 {
  background-color: #ffffff;
  border: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}
.panel--var3 .panel-body {
  position: relative;
}
.panel--var3 .panel-body > .icon {
  position: absolute;
  top: 24px;
  right: 24px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  color: #bab7ad;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .panel--var3 .panel-body > .icon {
    top: 36px;
  }
}
.panel--var3:hover .panel-body > .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel--var4 {
  background-color: #444444;
  border: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}
.panel--var4 .panel-body {
  color: #ffffff;
}
.panel--var4 .panel-body > * {
  color: inherit;
}
.panel--var4 .panel__title {
  margin-bottom: 24px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 32px;
  line-height: 2rem;
}
.panel--var4 .panel__subtitle {
  margin-bottom: 12px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.panel--var5 {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
}
.panel--bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  overflow: hidden;
}
.lt-ie10 .panel--bg {
  display: block;
}
.panel--bg:hover .panel__image {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.panel--bg .panel__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #b9b6ad;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: scale(1.01, 1.01);
      -ms-transform: scale(1.01, 1.01);
          transform: scale(1.01, 1.01);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.panel--bg .panel-body {
  position: relative;
  z-index: 2;
  width: 100%;
  color: #ffffff;
}
.panel--bg .panel-body > * {
  color: inherit;
}
.js.lt-ie10 .panel--bg .panel-body {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.panel--bg .panel__title {
  margin-bottom: 30px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 400;
}
.panel--small .panel-heading {
  padding: 24px 24px 14px;
}
.panel--small .panel-body {
  padding: 24px;
}
.panel--square {
  border-radius: 0;
}
.panel--square .panel-heading {
  border-radius: 0;
}
.panel--overlay .panel__image:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(68, 68, 68, 0.8);
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.panel--overlay .panel__image img {
  display: none;
}
.panel .panel-body--hasicon {
  position: relative;
  padding-right: 72px;
}
.panel .panel-body--hasicon .panel__icon {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.panel .panel-heading--color1 {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #6aa130;
  border-bottom: none;
}
.panel .panel-heading--color1 .panel-title {
  color: #ffffff;
}
/***************************************
27_com_responsiveembed.less
***************************************/
.embed-responsive {
  border-radius: 5px;
  margin-bottom: 15px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
/***************************************
28_com_wells.less
***************************************/
/***************************************
29_javascript.less
***************************************/
.filter .collapsing {
  -webkit-transition: none;
  transition: none;
}
.carousel {
  margin-bottom: 24px;
}
.carousel .item {
  border-radius: 5px;
  overflow: hidden;
}
.carousel .item figure {
  margin-top: 0;
  margin-bottom: 0;
}
.carousel.carousel--standard {
  position: relative;
}
.carousel.carousel--var2 {
  margin-bottom: 63px;
}
/* use this approach if the indicators do not have a .container-fluid parent */
.carousel-indicators-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.carousel-indicators {
  bottom: auto;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  text-align: right;
}
.carousel--standard .carousel-indicators {
  bottom: 20px;
  right: 20px;
}
@media (min-width: 768px) {
  .carousel--standard .carousel-indicators {
    right: 42px;
  }
}
.carousel--hero .carousel-indicators {
  left: 4px;
  right: auto;
  bottom: 28px;
}
@media (min-width: 768px) {
  .carousel--hero .carousel-indicators {
    bottom: 20px;
  }
}
.carousel--var1 .carousel-indicators {
  top: -40px;
  left: auto;
  right: 6px;
}
.carousel--var2 .carousel-indicators {
  left: 50%;
  bottom: -48px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.carousel-indicators li {
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .carousel-indicators li {
    width: 19px;
    height: 19px;
  }
}
.carousel-indicators li.active {
  width: 14px;
  height: 14px;
  margin-left: 4px;
}
@media (min-width: 768px) {
  .carousel-indicators li.active {
    width: 19px;
    height: 19px;
  }
}
.carousel--var1 .carousel-indicators li {
  background-color: rgba(134, 175, 36, 0.5);
}
.carousel--var1 .carousel-indicators li.active {
  background-color: #86af24;
}
.carousel--var2 .carousel-indicators li {
  background-color: rgba(87, 86, 86, 0.5);
}
.carousel--var2 .carousel-indicators li.active {
  background-color: #575656;
}
.carousel--hero {
  margin-bottom: 0;
}
.carousel-control {
  position: absolute;
  z-index: 5;
  top: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel--standard .carousel-control {
  display: none;
}
@media (min-width: 992px) {
  .carousel--standard .carousel-control {
    display: block;
    bottom: auto;
    width: 30px;
    height: 45px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: transparent;
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 45px;
    line-height: 2.8125rem;
  }
}
.carousel--var2 .carousel-control {
  width: 54px;
  height: 45px;
  border-radius: 5px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.carousel-control:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.carousel-control.left,
.carousel-control.right {
  background: transparent;
}
.carousel--var2 .carousel-control.left,
.carousel--var2 .carousel-control.right {
  background: #575656;
}
.carousel--standard .carousel-control.left {
  left: 30px;
}
.carousel--var2 .carousel-control.left {
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  left: -80px;
}
.carousel--standard .carousel-control.right {
  right: 30px;
}
.carousel--var2 .carousel-control.right {
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  right: -80px;
}
/***************************************
34_custom_components.less
***************************************/
/***************************************
TEXT COMPONENTS
***************************************/
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #d2dee1;
}
hr:first-child {
  margin-top: 6px;
}
hr:last-child {
  margin-bottom: 6px;
}
hr.spacer {
  margin-top: 9px;
  margin-bottom: 9px;
  border-color: transparent;
}
.section--light hr:not(.spacer) {
  border-color: rgba(68, 68, 68, 0.3);
}
.date {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.0625rem;
  color: #6aa130;
  font-weight: 500;
  white-space: nowrap;
}
.section--dark .date,
.section--color01 .date {
  color: #c7d103;
}
.date .icon {
  margin-right: 6px;
  color: #575656;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.section--dark .date .icon,
.section--color01 .date .icon {
  color: #ffffff;
}
.date--var1 {
  *zoom: 1;
  display: block;
  width: 140px;
  margin-bottom: 18px;
  text-align: center;
}
.date--var1:before,
.date--var1:after {
  display: table;
  content: "";
}
.date--var1:after {
  clear: both;
}
@media (min-width: 992px) {
  .date--var1 {
    width: 70px;
    margin-bottom: 0;
  }
}
.date--var1 span {
  float: left;
  display: block;
  font-weight: 500;
}
@media (min-width: 992px) {
  .date--var1 span {
    float: none;
  }
}
.date--var1 .date__day {
  width: 70px;
  height: 72px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/date.png');
  margin-bottom: 12px;
  padding-top: 30px;
  color: #f2f0e9;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 38px;
  line-height: 2.375rem;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .date--var1 .date__day {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/date@2x.png');
    background-size: 70px 72px;
  }
}
.date--var1 .date__month,
.date--var1 .date__year {
  margin-left: 12px;
  margin-top: 12px;
  color: #1d5a68;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  .date--var1 .date__month,
  .date--var1 .date__year {
    margin-top: 6px;
    margin-left: 0;
  }
}
.date--var2 {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  .date--var2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
.date--var2 span {
  display: block;
}
.link-icon {
  color: #d6d6d6;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.link-icon:hover {
  text-decoration: none;
}
.heading-list {
  margin-bottom: 18px;
}
.heading-list__title {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .heading-list__title {
    display: inline-block;
    margin-right: 42px;
  }
}
.heading-list__list {
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 992px) {
  .heading-list__list {
    display: inline-block;
  }
}
.heading-list__list li {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .heading-list__list li {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .heading-list__list li + li:before {
    content: '|';
    margin-left: 6px;
    margin-right: 12px;
  }
}
.heading-list__list a {
  color: #575656;
}
.heading-list__list a:hover,
.heading-list__list a:focus,
.heading-list__list a:active,
.heading-list__list a.active {
  color: #1d5a68;
  text-decoration: underline;
}
@font-face {
  font-family: 'fontello';
  src: url('/sites/all/themes/tmc/fontello-927d25db/font/fontello.eot?@{@cache-var}');
  src: url('/sites/all/themes/tmc/fontello-927d25db/font/fontello.eot?@{@cache-var}#iefix') format('embedded-opentype'), url('/sites/all/themes/tmc/fontello-927d25db/font/fontello.woff2?@{@cache-var}') format('woff2'), url('/sites/all/themes/tmc/fontello-927d25db/font/fontello.woff?@{@cache-var}') format('woff'), url('/sites/all/themes/tmc/fontello-927d25db/font/fontello.ttf?@{@cache-var}') format('truetype'), url('/sites/all/themes/tmc/fontello-927d25db/font/fontello.svg?@{@cache-var}#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	  @font-face {
	    font-family: 'fontello';
	    src: url(@{font-path}/font/fontello.svg?@{@cache-var}#fontello') format('svg');
	  }
	}
	*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-search:before {
  content: '\21';
}
/* '!' */
.icon-student:before {
  content: '\22';
}
/* '&quot;' */
.icon-study:before {
  content: '\23';
}
/* '#' */
.icon-arrow-left-circle:before {
  content: '\29';
}
/* ')' */
.icon-arrow-right-circle:before {
  content: '\24';
}
/* '$' */
.icon-arrow-right:before {
  content: '\25';
}
/* '%' */
.icon-arrow-left:before {
  content: '\40';
}
/* '@' */
.icon-down-open:before {
  content: '\27';
}
/* ''' */
.icon-up-open:before {
  content: '\28';
}
/* '(' */
.icon-left-open:before {
  content: '\2d';
}
/* '-' */
.icon-right-open:before {
  content: '\2e';
}
/* '.' */
.icon-plus-circle:before {
  content: '\3b';
}
/* ';' */
.icon-close:before {
  content: '\39';
}
/* '9' */
.icon-close-circle:before {
  content: '\44';
}
/* 'D' */
.icon-calendar:before {
  content: '\26';
}
/* '&amp;' */
.icon-career:before {
  content: '\3a';
}
/* ':' */
.icon-phone:before {
  content: '\3c';
}
/* '&lt;' */
.icon-envelope:before {
  content: '\3d';
}
/* '=' */
.icon-share:before {
  content: '\3e';
}
/* '&gt;' */
.icon-wishlist:before {
  content: '\3f';
}
/* '?' */
.icon-photo:before {
  content: '\41';
}
/* 'A' */
.icon-video:before {
  content: '\42';
}
/* 'B' */
.icon-facebook:before {
  content: '\2a';
}
/* '*' */
.icon-twitter:before {
  content: '\2b';
}
/* '+' */
.icon-instagram:before {
  content: '\2c';
}
/* ',' */
.socialicon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 26px;
  height: 23px;
  vertical-align: middle;
  background-image: url('/sites/all/themes/tmc/images/icons/social.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .socialicon {
    background-image: url('/sites/all/themes/tmc/images/icons/social@2x.png');
    background-size: 156px 23px;
  }
}
.socialicon-twitter {
  background-position: 0 0;
}
.socialicon-facebook {
  background-position: -26px 0;
}
.socialicon-linkedin {
  background-position: -52px 0;
}
.socialicon-youtube {
  background-position: -78px 0;
}
.socialicon-instagram {
  background-position: -104px 0;
}
.socialicon-snapchat {
  background-position: -130px 0;
}
.customicon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}
.customicon-passion {
  width: 33px;
  height: 29px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passion.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passion@2x.png');
    background-size: 33px 29px;
  }
}
.customicon-subject {
  width: 31px;
  height: 31px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/subject.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-subject {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/subject@2x.png');
    background-size: 31px 31px;
  }
}
.customicon-course-level {
  width: 29px;
  height: 29px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/course-level.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-course-level {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/course-level@2x.png');
    background-size: 29px 29px;
  }
}
.customicon-qualification {
  width: 31px;
  height: 30px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/qualification.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-qualification {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/qualification@2x.png');
    background-size: 31px 30px;
  }
}
.customicon-career {
  width: 40px;
  height: 22px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/career.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-career {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/career@2x.png');
    background-size: 40px 22px;
  }
}
.customicon-passion-art {
  width: 85px;
  height: 85px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/art.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-art {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/art@2x.png');
    background-size: 85px 170px;
  }
}
.customicon-passion-acting {
  width: 73px;
  height: 76px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/acting.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-acting {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/acting@2x.png');
    background-size: 73px 152px;
  }
}
.customicon-passion-adventure {
  width: 94px;
  height: 80px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/adventure.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-adventure {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/adventure@2x.png');
    background-size: 94px 160px;
  }
}
.customicon-passion-animals-pets {
  width: 74px;
  height: 81px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/animals-pets.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-animals-pets {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/animals-pets@2x.png');
    background-size: 74px 162px;
  }
}
.customicon-passion-architecture {
  width: 74px;
  height: 77px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/architecture.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-architecture {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/architecture@2x.png');
    background-size: 74px 154px;
  }
}
.customicon-passion-baking {
  width: 88px;
  height: 77px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/baking.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-baking {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/baking@2x.png');
    background-size: 88px 154px;
  }
}
.customicon-passion-beauty-therapy {
  width: 67px;
  height: 82px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/beauty-therapy.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-beauty-therapy {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/beauty-therapy@2x.png');
    background-size: 67px 164px;
  }
}
.customicon-passion-blogging {
  width: 70px;
  height: 64px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/blogging.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-blogging {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/blogging@2x.png');
    background-size: 70px 128px;
  }
}
.customicon-passion-building {
  width: 81px;
  height: 71px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/building.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-building {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/building@2x.png');
    background-size: 81px 142px;
  }
}
.customicon-passion-caring-for-children {
  width: 85px;
  height: 73px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/caring-for-children.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-caring-for-children {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/caring-for-children@2x.png');
    background-size: 85px 146px;
  }
}
.customicon-passion-cars {
  width: 103px;
  height: 48px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/cars.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-cars {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/cars@2x.png');
    background-size: 103px 96px;
  }
}
.customicon-passion-coaching {
  width: 91px;
  height: 77px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/coaching.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-coaching {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/coaching@2x.png');
    background-size: 91px 154px;
  }
}
.customicon-passion-coding {
  width: 75px;
  height: 61px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/coding.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-coding {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/coding@2x.png');
    background-size: 75px 122px;
  }
}
.customicon-passion-community {
  width: 84px;
  height: 77px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/community.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-community {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/community@2x.png');
    background-size: 84px 154px;
  }
}
.customicon-passion-computers {
  width: 106px;
  height: 60px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/computers.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-computers {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/computers@2x.png');
    background-size: 106px 120px;
  }
}
.customicon-passion-cooking {
  width: 82px;
  height: 86px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/cooking.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-cooking {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/cooking@2x.png');
    background-size: 82px 172px;
  }
}
.customicon-passion-costume {
  width: 87px;
  height: 70px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/costume.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-costume {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/costume@2x.png');
    background-size: 87px 140px;
  }
}
.customicon-passion-counselling {
  width: 80px;
  height: 67px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/counselling.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-counselling {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/counselling@2x.png');
    background-size: 80px 134px;
  }
}
.customicon-passion-culture {
  width: 75px;
  height: 91px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/culture.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-culture {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/culture@2x.png');
    background-size: 75px 182px;
  }
}
.customicon-passion-current-affairs {
  width: 75px;
  height: 80px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/current-affairs.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-current-affairs {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/current-affairs@2x.png');
    background-size: 75px 160px;
  }
}
.customicon-passion-dancing {
  width: 85px;
  height: 81px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/dancing.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-dancing {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/dancing@2x.png');
    background-size: 85px 162px;
  }
}
.customicon-passion-debating {
  width: 92px;
  height: 73px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/debating.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-debating {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/debating@2x.png');
    background-size: 92px 146px;
  }
}
.customicon-passion-design {
  width: 87px;
  height: 74px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/design.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-design {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/design@2x.png');
    background-size: 87px 148px;
  }
}
.customicon-passion-drawing {
  width: 100px;
  height: 86px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/drawing.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-drawing {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/drawing@2x.png');
    background-size: 100px 172px;
  }
}
.customicon-passion-driving {
  width: 79px;
  height: 79px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/driving.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-driving {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/driving@2x.png');
    background-size: 79px 158px;
  }
}
.customicon-passion-diy {
  width: 95px;
  height: 47px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/diy.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-diy {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/diy@2x.png');
    background-size: 95px 94px;
  }
}
.customicon-passion-djing {
  width: 79px;
  height: 67px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/djing.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-djing {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/djing@2x.png');
    background-size: 79px 134px;
  }
}
.customicon-passion-electronics {
  width: 78px;
  height: 77px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/electronics.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-electronics {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/electronics@2x.png');
    background-size: 78px 154px;
  }
}
.customicon-passion-entrepreneurship {
  width: 53px;
  height: 79px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/entrepreneurship.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-entrepreneurship {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/entrepreneurship@2x.png');
    background-size: 53px 158px;
  }
}
.customicon-passion-experimenting {
  width: 62px;
  height: 78px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/experimenting.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-experimenting {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/experimenting@2x.png');
    background-size: 62px 156px;
  }
}
.customicon-passion-fashion {
  width: 55px;
  height: 85px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/fashion.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-fashion {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/fashion@2x.png');
    background-size: 55px 170px;
  }
}
.customicon-passion-film-tv {
  width: 74px;
  height: 68px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/film-tv.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-film-tv {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/film-tv@2x.png');
    background-size: 74px 136px;
  }
}
.customicon-passion-fixing-things {
  width: 72px;
  height: 72px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/fixing-things.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-fixing-things {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/fixing-things@2x.png');
    background-size: 72px 144px;
  }
}
.customicon-passion-gaming {
  width: 64px;
  height: 73px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/gaming.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-gaming {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/gaming@2x.png');
    background-size: 64px 146px;
  }
}
.customicon-passion-hairdressing {
  width: 75px;
  height: 69px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/hairdressing.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-hairdressing {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/hairdressing@2x.png');
    background-size: 75px 138px;
  }
}
.customicon-passion-helping-others {
  width: 62px;
  height: 87px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/helping-others.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-helping-others {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/helping-others@2x.png');
    background-size: 62px 174px;
  }
}
.customicon-passion-history {
  width: 78px;
  height: 70px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/history.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-history {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/history@2x.png');
    background-size: 78px 140px;
  }
}
.customicon-passion-horseriding {
  width: 80px;
  height: 78px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/horseriding.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-horseriding {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/horseriding@2x.png');
    background-size: 80px 156px;
  }
}
.customicon-passion-how-things-work {
  width: 53px;
  height: 80px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/how-things-work.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-how-things-work {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/how-things-work@2x.png');
    background-size: 53px 160px;
  }
}
.customicon-passion-jewellery {
  width: 79px;
  height: 71px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/jewellery.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-jewellery {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/jewellery@2x.png');
    background-size: 79px 142px;
  }
}
.customicon-passion-keeping-fit {
  width: 77px;
  height: 54px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/keeping-fit.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-keeping-fit {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/keeping-fit@2x.png');
    background-size: 77px 108px;
  }
}
.customicon-passion-law {
  width: 78px;
  height: 77px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/law.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-law {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/law@2x.png');
    background-size: 78px 154px;
  }
}
.customicon-passion-leadership {
  width: 72px;
  height: 72px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/leadership.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-leadership {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/leadership@2x.png');
    background-size: 72px 144px;
  }
}
.customicon-passion-makeup {
  width: 67px;
  height: 80px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/makeup.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-makeup {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/makeup@2x.png');
    background-size: 67px 160px;
  }
}
.customicon-passion-making-things {
  width: 77px;
  height: 84px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/making-things.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-making-things {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/making-things@2x.png');
    background-size: 77px 168px;
  }
}
.customicon-passion-marketing {
  width: 76px;
  height: 76px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/marketing.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-marketing {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/marketing@2x.png');
    background-size: 76px 152px;
  }
}
.customicon-passion-medicine {
  width: 71px;
  height: 71px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/medicine.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-medicine {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/medicine@2x.png');
    background-size: 71px 142px;
  }
}
.customicon-passion-money-numbers {
  width: 89px;
  height: 71px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/money-numbers.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-money-numbers {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/money-numbers@2x.png');
    background-size: 89px 142px;
  }
}
.customicon-passion-music {
  width: 74px;
  height: 77px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/music.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-music {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/music@2x.png');
    background-size: 74px 154px;
  }
}
.customicon-passion-nutrition {
  width: 64px;
  height: 87px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/nutrition.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-nutrition {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/nutrition@2x.png');
    background-size: 64px 174px;
  }
}
.customicon-passion-outdoors {
  width: 113px;
  height: 74px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/outdoors.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-outdoors {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/outdoors@2x.png');
    background-size: 113px 148px;
  }
}
.customicon-passion-painting {
  width: 88px;
  height: 74px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/painting.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-painting {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/painting@2x.png');
    background-size: 88px 148px;
  }
}
.customicon-passion-photography {
  width: 79px;
  height: 59px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/photography.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-photography {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/photography@2x.png');
    background-size: 79px 118px;
  }
}
.customicon-passion-planning-organising {
  width: 75px;
  height: 75px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/planning-organising.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-planning-organising {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/planning-organising@2x.png');
    background-size: 75px 150px;
  }
}
.customicon-passion-problem-solving {
  width: 73px;
  height: 92px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/problem-solving.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-problem-solving {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/problem-solving@2x.png');
    background-size: 73px 184px;
  }
}
.customicon-passion-public-speaking {
  width: 94px;
  height: 83px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/public-speaking.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-public-speaking {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/public-speaking@2x.png');
    background-size: 94px 166px;
  }
}
.customicon-passion-reading {
  width: 84px;
  height: 64px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/reading.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-reading {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/reading@2x.png');
    background-size: 84px 128px;
  }
}
.customicon-passion-research {
  width: 78px;
  height: 78px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/research.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-research {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/research@2x.png');
    background-size: 78px 156px;
  }
}
.customicon-passion-selling {
  width: 64px;
  height: 84px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/selling.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-selling {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/selling@2x.png');
    background-size: 64px 168px;
  }
}
.customicon-passion-singing {
  width: 93px;
  height: 70px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/singing.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-singing {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/singing@2x.png');
    background-size: 93px 140px;
  }
}
.customicon-passion-styling {
  width: 97px;
  height: 75px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/styling.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-styling {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/styling@2x.png');
    background-size: 97px 150px;
  }
}
.customicon-passion-teaching {
  width: 100px;
  height: 72px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/teaching.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-teaching {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/teaching@2x.png');
    background-size: 100px 144px;
  }
}
.customicon-passion-technology {
  width: 92px;
  height: 85px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/technology.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-technology {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/technology@2x.png');
    background-size: 92px 170px;
  }
}
.customicon-passion-the-brain {
  width: 69px;
  height: 82px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/the-brain.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-the-brain {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/the-brain@2x.png');
    background-size: 69px 164px;
  }
}
.customicon-passion-theatre {
  width: 97px;
  height: 65px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/theatre.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-theatre {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/theatre@2x.png');
    background-size: 97px 130px;
  }
}
.customicon-passion-travel {
  width: 81px;
  height: 70px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/travel.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-travel {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/travel@2x.png');
    background-size: 81px 140px;
  }
}
.customicon-passion-volunteering {
  width: 88px;
  height: 82px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/volunteering.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-volunteering {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/volunteering@2x.png');
    background-size: 88px 164px;
  }
}
.customicon-passion-working-abroad {
  width: 88px;
  height: 85px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/working-abroad.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-working-abroad {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/working-abroad@2x.png');
    background-size: 88px 170px;
  }
}
.customicon-passion-working-with-the-public {
  width: 104px;
  height: 77px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/working-with-the-public.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-working-with-the-public {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/working-with-the-public@2x.png');
    background-size: 104px 154px;
  }
}
.customicon-passion-writing {
  width: 93px;
  height: 72px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/writing.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-passion-writing {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/passions/writing@2x.png');
    background-size: 93px 144px;
  }
}
.customicon-download {
  width: 28px;
  height: 28px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/download.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .customicon-download {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/download@2x.png');
    background-size: 28px 28px;
  }
}
/***************************************
BLOCK COMPONENTS
***************************************/
.bordered-block {
  padding-top: 24px;
  border-top: 1px solid rgba(87, 86, 86, 0.3);
}
.map {
  width: 100%;
  height: 310px;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 5px;
}
.map img {
  max-width: inherit;
}
.gallery__main {
  margin-bottom: 18px;
}
.gallery__main img {
  border-radius: 0;
}
.gallery__list {
  *zoom: 1;
}
.gallery__list:before,
.gallery__list:after {
  display: table;
  content: "";
}
.gallery__list:after {
  clear: both;
}
.gallery__list li {
  float: left;
  width: 25%;
}
.gallery__list li img {
  width: 100%;
}
.gallery__list a {
  position: relative;
  display: block;
}
.gallery__list a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #787878;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.gallery__list a .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.gallery__list a:hover:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.gallery__list a:hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery__list--3 li {
  width: 33.33%;
}
@media (min-width: 768px) {
  .gallery__list--5 li {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .gallery__list--6 li {
    width: 16.66%;
  }
}
.gallery__video a {
  display: block;
  position: relative;
}
.gallery__video a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(29, 90, 104, 0.8);
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery__video a:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 57px;
  height: 40px;
  background-image: url('/sites/all/themes/tmc/images/icons/custom/play.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .gallery__video a:after {
    background-image: url('/sites/all/themes/tmc/images/icons/custom/play@2x.png');
    background-size: 57px 40px;
  }
}
.gallery__video a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

/***************************************
SECTION COMPONENTS
***************************************/
.hero__item {
  min-height: 276px;
  background-color: #444444;
  background-repeat: no-repeat;
  background-position: 1000% 1000%, center bottom;
  background-size: cover;
}
@media (min-width: 480px) {
  .hero__item {
    background-position: center center, center bottom;
  }
}
@media (min-width: 768px) {
  .hero__item {
    min-height: 430px;
  }
}
.hero__item [class*="col"] {
  min-height: 146px;
}
@media (min-width: 768px) {
  .hero__item [class*="col"] {
    min-height: 253px;
  }
}
.section--hero--small .hero__item {
  min-height: 240px;
}
.section--hero--small .hero__item [class*="col"] {
  min-height: 0;
}
.hero__text {
  margin-bottom: 24px;
  color: #ffffff;
}
.hero__text > :last-child {
  margin-bottom: 0;
}
.intro__col {
  margin-left: -8px;
  margin-right: -8px;
  padding-bottom: 24px;
  background-color: #f2f0e9;
}
@media (max-width: 991px) {
  .intro__col {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .intro__col {
    min-height: 460px;
    margin-left: -4px;
    margin-right: -4px;
  }
}
.intro__col .panel {
  margin-bottom: 0;
  box-shadow: none;
}
.intro__col .panel-body {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .intro__col .panel-body {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
.intro__col .panel__icon {
  margin-top: 36px;
}
.fullwidth {
  *zoom: 1;
  margin-bottom: 24px;
}
.fullwidth:before,
.fullwidth:after {
  display: table;
  content: "";
}
.fullwidth:after {
  clear: both;
}
.fullwidth__col {
  float: left;
}
.fullwidth__col > * {
  margin-bottom: 0;
}
.fullwidth__col--25 {
  width: 100%;
}
@media (min-width: 768px) {
  .fullwidth__col--25 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .fullwidth__col--25 {
    width: 25%;
  }
}
.fullwidth__col--33 {
  width: 100%;
}
@media (min-width: 768px) {
  .fullwidth__col--33 {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .fifty-fifty__col:nth-child(2) .fifty-fifty__item {
    padding-left: 24px;
  }
}
.fifty-fifty__item {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 36px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .fifty-fifty__item {
    background-position: 1000% 1000%;
    background-size: auto;
  }
}
@media (min-width: 768px) {
  .fifty-fifty__item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 72px;
  }
}
@media (min-width: 992px) {
  .fifty-fifty__item {
    padding-right: 192px;
  }
}
.cta__heading p {
  font-weight: 500;
}
.cta__heading > *,
.cta__content > * {
  color: #ffffff;
}
.cta__functions {
  margin-bottom: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .cta__functions {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .cta__functions {
    position: absolute;
    bottom: -24px;
    right: 8px;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.cta__functions li + li {
  margin-left: 12px;
}
.cta__functions a {
  opacity: 0.8%;
  filter: alpha(opacity=80%);
  color: #ffffff;
}
.cta__functions a:hover {
  text-decoration: none;
}
.cta__functions a:hover span {
  text-decoration: underline;
}
.cta__functions span {
  vertical-align: middle;
}
.cta__functions .icon {
  margin-right: 3px;
  color: #86af24;
  vertical-align: middle;
}
.filter {
  position: relative;
}
.filter--hassearch {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .filter--hassearch {
    margin-bottom: 0;
  }
}
.filter__header {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .filter__header {
    padding-top: 24px;
    padding-bottom: 5px;
  }
}
.filter--grey .filter__header {
  background-color: #575656;
}
.filter--blue .filter__header {
  background-color: #1d5a68;
}
.filter__main {
  padding-top: 32px;
  padding-bottom: 14px;
}
.filter--grey .filter__main {
  background-color: #323232;
}
.filter--blue .filter__main {
  background-color: #143c45;
}
.filter__main label {
  margin-bottom: 0;
  font-weight: 500;
  cursor: pointer;
}
.filter__main label > .icon {
  margin-left: 6px;
}
.filter__main input[type=checkbox] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.filter__main input[type=checkbox]:checked + label {
  background-color: #f2f0e9;
}
.filter__main input[type=checkbox]:checked + label.label--var2--color1 {
  color: #1d5a68;
}
.filter__main input[type=checkbox]:checked + label.label--var2--color2 {
  color: #575656;
}
.filter__title {
  display: block;
  width: auto;
  margin-top: 6px;
  margin-bottom: 15px;
  margin-right: 36px;
  border: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 11px;
  line-height: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .filter__title {
    float: left;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
.filter__tabs {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .filter__tabs {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .filter__tabs {
    display: inline-block;
  }
}
.filter__tabs li {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .filter__tabs li {
    margin-right: 18px;
  }
}
.filter__tabs li:last-child {
  margin-left: 0;
}
.filter__tabs a {
  position: relative;
  padding: 0;
  color: #86af24;
  font-weight: 400;
  text-decoration: none;
}
.filter__tabs a:hover,
.filter__tabs a:focus,
.filter__tabs a:active,
.filter__tabs a.active {
  color: #86af24;
}
@media (min-width: 992px) {
  .filter__tabs a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -22px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent;
  }
}
.filter--grey .filter__tabs a:after {
  border-bottom-color: #323232;
}
.filter--blue .filter__tabs a:after {
  border-bottom-color: #143c45;
}
.filter__tabs a.collapsed {
  color: #ffffff;
}
.filter__tabs a.collapsed:after {
  display: none;
}
.filter__tabs a.collapsed i:before {
  content: '\27';
}
.filter__tabs a.inactive {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.filter__tabs a i {
  color: #86af24;
}
.filter__tabs a i:before {
  content: '\28';
}
.filter__form-container {
  position: static;
}
.filter__form {
  position: absolute;
  top: 100%;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .filter__form {
    position: static;
    margin-top: 0;
  }
}
.filter__form .form-group {
  position: relative;
}
.filter__form input {
  min-width: 230px;
  margin-top: 5px;
  margin-left: 48px;
}
.filter__form input:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.filter__form button {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -46%);
      -ms-transform: translate(0, -46%);
          transform: translate(0, -46%);
  padding: 0;
  background-color: transparent;
  border: none;
  color: #1d5a68;
  font-size: 32px;
  font-size: 2rem;
  line-height: 16px;
  line-height: 1rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .filter__form button {
    color: #ffffff;
  }
}
.filter__form button:focus {
  color: #6aa130;
}
.filter__list {
  margin-bottom: 12px;
}
.filter__list li {
  padding: 0;
  margin-right: 6px;
  margin-bottom: 12px;
}
.filter__selected {
  position: relative;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .filter__selected {
    padding-right: 156px;
  }
}
.filter__selected__item {
  display: block;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .filter__selected__item {
    display: inline-block;
    margin-bottom: 12px;
  }
}
.filter__selected__title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 30px;
  color: #ffffff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
  .filter__selected__title {
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.filter__selected__title b {
  font-weight: 500;
}
.filter__selected__list {
  margin-bottom: 12px;
  margin-right: 45px;
  margin-left: 0;
}
@media (min-width: 992px) {
  .filter__selected__list {
    display: inline-block;
    margin-bottom: 0;
  }
}
.filter__selected__list li {
  margin-top: 12px;
  margin-right: 6px;
  padding: 0;
}
.filter__selected__list a {
  display: inline-block;
}
@media (min-width: 768px) {
  .filter__btn {
    position: absolute;
    top: 18px;
    right: 0;
  }
}
.search-header {
  *zoom: 1;
  margin-bottom: 24px;
  border-bottom: 1px solid #d2dee1;
}
.search-header:before,
.search-header:after {
  display: table;
  content: "";
}
.search-header:after {
  clear: both;
}
.search-header__title {
  margin-top: 0;
  margin-bottom: 12px;
  color: #575656;
}
@media (min-width: 992px) {
  .search-header__title {
    margin-bottom: 18px;
  }
}
.search-footer {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 18px;
  border-top: 1px solid #d2dee1;
}
.course-level {
  margin-bottom: 24px;
  margin-left: -6px;
}
.course-level dt,
.course-level dd {
  display: inline-block;
  margin-top: 12px;
  margin-left: 6px;
  margin-right: 6px;
}
.course-level a {
  display: block;
  height: 83px;
  padding: 12px;
  background-color: #b3ae9d;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  box-shadow: inset 0 -3px 0 #9a9587;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .course-level a {
    width: 98px;
    padding: 16px;
  }
}
.course-level a span {
  display: block;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .course-level a span {
    height: 66px;
  }
}
.course-level a:hover {
  box-shadow: none;
  text-decoration: none;
}
.course-level dt {
  vertical-align: middle;
}
.course-level dt a {
  display: block;
  width: auto;
  border-radius: 49px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 60px;
}
@media (min-width: 768px) {
  .course-level dt a {
    display: inline-block;
    height: 98px;
    line-height: 66px;
  }
}
.course-level dt a:hover {
  background-color: #86af24;
}
.course-level dt a span {
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 49px;
}
.course-level dd {
  vertical-align: middle;
}
.course-level dd a {
  position: relative;
  width: 83px;
  border-radius: 50%;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 60px;
}
@media (min-width: 768px) {
  .course-level dd a {
    width: 98px;
    height: 98px;
    line-height: 66px;
  }
}
.course-level dd a:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#be02d4+0,2a6875+100 */
  background: #be02d4;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #be02d4 0%, #2a6875 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #be02d4 0%, #2a6875 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 50%;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.course-level dd a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.course-level dd a span {
  position: relative;
  z-index: 2;
  width: 60px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .course-level dd a span {
    width: 66px;
  }
}
.course .label {
  margin-bottom: 12px;
}
.list-inline .course .label {
  margin-bottom: 0;
}
.course .date {
  margin-bottom: 30px;
}
.course__title {
  margin-top: 0;
  margin-bottom: 5px;
  color: #444444;
  font-size: 25px;
  font-size: 1.125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .course__title {
    margin-bottom: 10px;
    font-size: 22px!important;
    font-size: 1.5625rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (min-width: 768px) {
  .course--small .course__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .course--small .course__title {
    max-width: 180px;
  }
}
.course__text {
  margin-bottom: 15px;
}
.course__text > :last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .course__text {
    height: auto !important;
  }
}
.course__details {
  *zoom: 1;
}
.course__details:before,
.course__details:after {
  display: table;
  content: "";
}
.course__details:after {
  clear: both;
}
.course__details dt {
  float: left;
  margin-right: 12px;
  color: #616161;
}
.course__details dd {
  float: left;
  margin-top: 0;
}
.course__details dd + dt {
  clear: left;
}
.course__details dd + dt,
.course__details dd + dt + dd {
  margin-top: 12px;
}
.course__level {
  font-size: 15px !important;
  font-size: 1.125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .course__level {
    font-size: 18px!important;
    font-size: 1.25rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
.course__level .label {
  margin-bottom: 0;
}
.course__footer {
  margin-top: 24px;
}
.course__footer .course__level {
  margin-bottom: 0;
  line-height: 44px;
  line-height: 2.75rem;
}
@media (min-width: 768px) {
  .course__footer .btn {
    float: right;
  }
}
.course-information {
  margin-top: 42px;
  margin-bottom: 60px;
}
.course-information dt {
  margin-bottom: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #d2dee1;
  color: #575656;
}
.course-information dd {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 36px;
  line-height: 2.25rem;
}
.course-information dd + dt {
  margin-top: 42px;
}
.course-information .course-information__dd--var1 {
  color: #86af24;
}
.course-information .course-information__dd--var2 {
  color: #1d5a68;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.overlay.show .overlay__content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.overlay__content {
  position: absolute;
  top: 0;
  right: 112px;
  width: 380px;
  padding: 42px 36px 36px;
  background-color: #ffffff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
          transform: translateY(-102%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.overlay__close {
  position: absolute;
  top: 42px;
  right: 36px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  cursor: pointer;
}
.overlay__title {
  margin-top: 0;
}
.path {
  padding: 42px 36px 24px;
  background-color: #6aa130;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url("/sites/all/themes/tmc/images/content/01/1.4.1-careers-detail/path.jpg");
  text-align: center;
}
.path .panel {
  position: relative;
  max-width: 418px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
}
.path .panel:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translate(-2px, -100%);
      -ms-transform: translate(-2px, -100%);
          transform: translate(-2px, -100%);
  width: 4px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 2px;
}
.path .row .panel {
  margin-top: 26px;
}
.path__panelimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 72px;
  margin-bottom: 15px;
}
.path__panelimage img {
  -o-object-fit: contain;
     object-fit: contain;
}
.lt-ie10 .path__panelimage {
  display: block;
}
.lt-ie10 .path__panelimage img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.path__title,
.path__start {
  color: #ffffff;
}
.path__title {
  margin-bottom: 36px;
}
.path__start {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 500;
}
.path__start + .panel {
  margin-top: 0;
}
.path__start + .panel:before {
  display: none;
}
.path__paneltitle {
  max-width: 250px;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
}
.path__label {
  display: inline-block;
  padding: 7px 18px 6px;
  background-color: transparent;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
  color: #1d5a68;
  font-weight: 500;
}
.fact {
  *zoom: 1;
  margin-bottom: 42px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(87, 86, 86, 0.3);
}
.fact:before,
.fact:after {
  display: table;
  content: "";
}
.fact:after {
  clear: both;
}
.fact__image {
  display: inline-block;
  width: 75px;
  margin-bottom: 3px;
  vertical-align: bottom;
}
.fact__text {
  display: inline-block;
  color: #375773;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 500;
}
.fact__text span {
  display: block;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 60px;
  line-height: 3.75rem;
}
.fact--courses .fact__text span {
  color: #007f3c;
}
.fact--subject-areas .fact__text span {
  color: #e79c10;
}
.fact--qualifications .fact__text span {
  color: #6aa130;
}
.fact--locations .fact__text span {
  color: #375773;
}
.fact--age .fact__text span {
  color: #bda585;
}
.fact--awards .fact__text span {
  color: #575656;
}
.fact--students .fact__text span {
  color: #934d9a;
  font-size: 46px;
  font-size: 2.875rem;
}
.fact--staff .fact__text span {
  color: #db5c5c;
  font-size: 55px;
  font-size: 3.4375rem;
}
.sitemap__title {
  margin-bottom: 24px;
  color: #444444;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 500;
}
.sitemap__title a {
  display: inline-block;
  margin-left: 0;
  padding: 12px 18px;
  background-color: #f2f0e9;
  border-radius: 5px;
  color: inherit;
}
.sitemap__list {
  margin-left: 12px;
  color: #6aa130;
}
.sitemap__list a {
  color: #1d5a68;
  font-weight: 500;
}
.sitemap__list li + li {
  margin-top: 18px;
}
.sitemap__list li ul {
  list-style: none;
  margin-top: 18px;
  margin-bottom: 36px;
}
.sitemap__list li li a {
  font-weight: 400;
}
.sitemap__list + .sitemap__title {
  margin-top: 36px;
}
/***************************************
FUNCTIONAL COMPONENTS
***************************************/
.filteritems.filtered {
  display: none;
}
.filteritems.selected {
  display: block;
}
/***************************************
HELPER COMPONENTS
***************************************/
@media (max-width: 767px) {
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .grid__nav {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.social-grid {
  background-color: #ffffff;
  *zoom: 1;
  margin-top: -15px;
  margin-bottom: 24px;
  margin-left: -15px;
  margin-right: -15px;
  border: 15px solid #ffffff;
}
.social-grid:before,
.social-grid:after {
  display: table;
  content: "";
}
.social-grid:after {
  clear: both;
}

.social-grid__item {
  position: relative;
}
@media (min-width: 768px) {
  .social-grid__item {
    float: left;
    min-height: 275px;
  }
}
.social-grid__item > * {
  margin-bottom: 0;
}
.social-grid__item--1w {
  width: 100%;
}
@media (min-width: 768px) {
  .social-grid__item--1w {
    width: 24.95%;
  }
}
.social-grid__item--2w {
  width: 100%;
}
@media (min-width: 768px) {
  .social-grid__item--2w {
    width: 49.95%;
  }
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-bottom: 16px;
}
.sticky:before,
.sticky:after {
  content: '';
  display: table;
}
.sticky[style] {
  padding-bottom: 16px;
  margin-bottom: 0;
}
.sticky[style] > * {
  position: relative;
  top: 0;
}
/***************************************
30_custom_header.less
***************************************/
.header {
  position: relative;
}
.header__logo img {
  width: 158px;
}
@media (min-width: 768px) {
  .header__logo img {
    width: 211px;
  }
}
.header__utils {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  background-color: #f2f0e9;
}
.header__utils--overlay {
  display: none;
  position: fixed;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9998;
  background-color: rgba(29, 90, 104, 0.98);
}
@media (min-width: 1200px) {
  .header__utils--overlay {
    position: absolute;
    bottom: auto;
	overflow: hidden;
    background-color: #575656;
  }
}
.header__utils__nav {
  position: relative;
}
@media (min-width: 1200px) {
  .header__utils__nav {
    padding-left: 147px;
    padding-right: 115px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .header__utils__nav:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -36px;
    width: 180px;
    background-image: url("/sites/all/themes/tmc/images/header/flash-green@2x.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 178px 47px;
  }
  .header__utils--overlay .header__utils__nav:before {
    background-image: url("/sites/all/themes/tmc/images/header/flash-grey@2x.png");
  }
}
@media (min-width: 1200px) {
  .header__utils__nav:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -100%;
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
    background-color: #575656;
  }
}
.header__utils__nav__tel {
  float: left;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.header__utils__nav__tel a {
  color: #1d5a68;
  cursor: default;
}
.header__utils__nav__tel a:hover {
  text-decoration: none;
}
.header__utils__nav__tel .icon {
  color: #86af24;
}
.header__main {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .header__main {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .header__main {
    padding-top: 66px;
    padding-bottom: 18px;
  }
}
.header__main .btn {
  float: right;
}
@media (max-width: 767px) {
  .header__main .btn {
    padding-top: 19px;
    padding-bottom: 18px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .header__main .btn {
    position: absolute;
    bottom: 100px;
    right: 142px;
  }
}
@media (min-width: 1200px) {
  .header__main .btn {
    position: static;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .header__main .btn .icon {
    display: none;
  }
}
/***************************************
31_custom_nav.less
***************************************/
nav ul {
  margin-bottom: 0;
}
.nav-primary {
  *zoom: 1;
  margin-top: 16px;
  margin-left: -16px;
  margin-right: -16px;
  background-color: #f2f0e9;
}
.nav-primary:before,
.nav-primary:after {
  display: table;
  content: "";
}
.nav-primary:after {
  clear: both;
}
@media (min-width: 768px) {
  .nav-primary {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
  }
}
.nav-primary ul {
  display: inline-block;
  margin-top: 14px;
  margin-left: 16px;
  font-size: 19px;
  /*font-size: 1.2rem;*/
  line-height: 16px;
  line-height: 1rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .nav-primary ul {
    *zoom: 1;
    display: block;
    margin-top: 24px;
    margin-left: -16px;
    margin-right: -16px;
    background-color: #f2f0e9;
    font-size: 19px;
    /* font-size: 1.25rem;*/
    line-height: 21px;
    line-height: 1.3125rem;
    font-weight: 400;
  }
  .nav-primary ul:before,
  .nav-primary ul:after {
    display: table;
    content: "";
  }
  .nav-primary ul:after {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .nav-primary ul {
    display: inline-block;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 6px;
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .nav-primary li {
    float: left;
    width: 25%;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .nav-primary li {
    float: none;
    width: auto;
    text-align: left;
  }
}
.nav-primary li span {
  vertical-align: middle;
}
.nav-primary li .icon {
  margin-right: 6px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #6aa130;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .nav-primary li .icon {
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
@media (min-width: 1200px) {
  .nav-primary li:not(:last-child) {
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .nav-primary li:nth-child(2), .nav-primary li:nth-child(4) {
    background-color: #e9e7e0;
  }
}
@media (min-width: 1200px) {
  .nav-primary li:nth-child(2) {
    background-color: transparent;
  }
}
.nav-primary li a {
  color: #1d5a68;
  text-decoration: none;
}
@media (min-width: 768px) {
  .nav-primary li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .nav-primary li a {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .nav-primary li a:hover span:after,
  .nav-primary li a:focus span:after,
  .nav-primary li a.active span:after {
    bottom: -5px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.nav-primary li a span {
  position: relative;
}
.nav-primary li a span:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 3px;
  border-radius: 2px;
  background-color: #6aa130;
  -webkit-transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.nav-handler {
  position: absolute;
  z-index: 10;
  top: 26px;
  right: 0;
  width: 110px;
  padding-top: 15px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .nav-handler {
    top: 45px;
  }
}
@media (min-width: 1200px) {
  .nav-handler {
    top: 0;
    bottom: 0;
    width: 105px;
    background-color: #575656;
  }
}
.nav-handler a,
.nav-handler button {
  position: relative;
  display: block;
  width: 31px;
  height: 24px;
  margin-top: 0;
  margin-left: 20px;
  padding: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 500;
  background: none;
  border: none;
}
.header__utils--overlay .nav-handler a,
.header__utils--overlay .nav-handler button {
  margin-top: 4px;
  margin-left: 24px;
}
.header__utils--main .nav-handler a:hover .nav__handler__bar:first-child,
.header__utils--main .nav-handler button:hover .nav__handler__bar:first-child,
.header__utils--main .nav-handler a:focus .nav__handler__bar:first-child,
.header__utils--main .nav-handler button:focus .nav__handler__bar:first-child {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.header__utils--main .nav-handler a:hover .nav__handler__bar:nth-child(3),
.header__utils--main .nav-handler button:hover .nav__handler__bar:nth-child(3),
.header__utils--main .nav-handler a:focus .nav__handler__bar:nth-child(3),
.header__utils--main .nav-handler button:focus .nav__handler__bar:nth-child(3) {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
.nav-handler a:hover .icon:before,
.nav-handler button:hover .icon:before,
.nav-handler a:focus .icon:before,
.nav-handler button:focus .icon:before {
  -webkit-transform: scale(2.75);
      -ms-transform: scale(2.75);
          transform: scale(2.75);
}
.nav__handler__bar {
  display: block;
  height: 4px;
  color: #ffffff;
  background-color: #575656;
  border-radius: 2px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .nav__handler__bar {
    background-color: #ffffff;
  }
}
.nav__handler__bar + .nav__handler__bar {
  margin-top: 3px;
}
.header__utils--overlay .nav__handler__bar {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .header__utils--overlay .nav__handler__bar {
    background-color: #c7d103;
  }
}
.header__utils--overlay .nav__handler__bar:first-child {
  -webkit-transform: rotate(45deg) translateY(5px);
      -ms-transform: rotate(45deg) translateY(5px);
          transform: rotate(45deg) translateY(5px);
}
.header__utils--overlay .nav__handler__bar:nth-child(2) {
  -webkit-transform: rotate(-45deg) translateY(-5px);
      -ms-transform: rotate(-45deg) translateY(-5px);
          transform: rotate(-45deg) translateY(-5px);
}
.nav__handler__text {
  position: absolute;
  top: 1px;
  padding-left: 44px;
  display: block;
  color: #575656;
  font-weight: 500;
}
.header__utils--overlay .nav__handler__text {
  padding-left: 41px;
}
@media (min-width: 1200px) {
  .nav__handler__text {
    color: #ffffff;
  }
}
.header__utils--overlay .nav__handler__text {
  top: -3px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .header__utils--overlay .nav__handler__text {
    color: #c7d103;
  }
}
.nav-secondary {
  display: none;
  padding-top: 70px;
  padding-bottom: 12px;
}
.header__utils--overlay .nav-secondary {
  display: block;
}
@media (min-width: 1200px) {
  .nav-secondary {
    display: inline-block;
    padding-top: 18px;
  }
}
.nav-secondary ul {
  margin-left: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 16px;
  line-height: 1rem;
}
@media (min-width: 1200px) {
  .nav-secondary ul {
    margin-left: -10px;
  }
}
.nav-secondary li {
  display: block;
  margin-top: 12px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .nav-secondary li {
    display: inline-block;
    margin-top: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.nav-secondary li .icon {
  margin-right: 6px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #c7d103;
  vertical-align: middle;
}
.nav-secondary li span {
  vertical-align: middle;
}
.nav-secondary a {
  position: relative;
  color: #1d5a68;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .nav-secondary a {
    font-weight: 500;
  }
}
.header__utils--overlay .nav-secondary a {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .nav-secondary a:before {
    content: '';
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #d0cec7;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
  }
  .header__utils--overlay .nav-secondary a:before {
    color: #787878;
  }
}
.nav-secondary a:hover:before,
.nav-secondary a:focus:before,
.nav-secondary a.active:before {
  top: -18px;
}
.nav-secondary .nav-secondary__break {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #4e7d89;
  border-color: ;
}
@media (min-width: 1200px) {
  .nav-secondary .nav-secondary__break {
    margin-top: 0;
    margin-left: 2px;
    padding-top: 0;
    padding-left: 16px;
    border-top: none;
    border-left: 1px solid #1d5a68;
  }
  .header__utils--overlay .nav-secondary .nav-secondary__break {
    border-color: #ffffff;
  }
}
/***************************************
32_custom_footer.less
***************************************/
.footer {
  background-color: #f2f0e9;
}
.footer a {
  color: #444444;
}
.footer nav ul {
  padding-left: 0;
  list-style: none;
}
.footer__row + .footer__row {
  border-top: 1px solid #e0ded8;
}
@media (max-width: 991px) {
  .footer__row:last-child {
    border-top: none;
  }
}
.footer__row--01 {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .footer__row--01 {
    padding-top: 48px;
    padding-bottom: 26px;
  }
}
.footer__row--02 {
  position: absolute;
  left: 15px;
  right: 15px;
  margin-top: -316px;
  padding-top: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e0ded8;
}
@media (min-width: 992px) {
  .footer__row--02 {
    position: static;
    left: auto;
    right: auto;
    margin-top: 0;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .footer__row--02 {
    padding-top: 24px;
    padding-bottom: 23px;
  }
}
.footer__row--03 {
  padding-top: 0;
}
@media (min-width: 768px) {
  .footer__row--03 {
    padding-top: 16px;
  }
}
@media (min-width: 1200px) {
  .footer__row--03 {
    padding-top: 20px;
    padding-bottom: 42px;
  }
}
.footer__title {
  margin-top: 30px;
  margin-bottom: 18px;
  color: #575656;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}
.footer__title:first-child {
  margin-top: 0;
}
.footer__list {
  display: inline-block;
  width: 49%;
  margin-bottom: 18px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  vertical-align: top;
}
@media (min-width: 768px) {
  .footer__list {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media (min-width: 992px) {
  .footer__list {
    display: block;
    width: auto;
    margin-bottom: 0;
  }
}
.footer__list dt {
  margin-bottom: 9px;
  color: #444444;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 400;
  text-decoration: underline;
}
.footer__list li,
.footer__list dd {
  line-height: 18px;
  line-height: 1.125rem;
}
.footer__list li + li,
.footer__list dd + li,
.footer__list li + dd,
.footer__list dd + dd {
  margin-top: 4px;
}
.footer__list + .footer__list {
  display: inline-block;
}
@media (min-width: 992px) {
  .footer__list + .footer__list {
    display: block;
    margin-top: 30px;
  }
}
.footer__social {
  *zoom: 1;
  margin-top: 74px;
  margin-bottom: 0;
  font-weight: 500;
}
.footer__social:before,
.footer__social:after {
  display: table;
  content: "";
}
.footer__social:after {
  clear: both;
}
@media (min-width: 992px) {
  .footer__social {
    margin-top: 0;
  }
}
.footer__social li {
  float: left;
  width: 31%;
  margin-top: 8px;
  margin-right: 3.5%;
  text-align: center;
}
.footer__social li:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 992px) {
  .footer__social li {
    float: none;
    width: auto;
    margin-top: 0;
    margin-right: 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer__social li + li {
    margin-top: 4px;
  }
}
.footer__social a {
  *zoom: 1;
  display: block;
  padding: 8px 15px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}
.footer__social a:before,
.footer__social a:after {
  display: table;
  content: "";
}
.footer__social a:after {
  clear: both;
}
.footer__social a.twitter {
  color: #29a9e0;
}
.footer__social a.facebook {
  color: #3b5998;
}
.footer__social a.linkedin {
  color: #1783bc;
}
.footer__social a.youtube {
  color: #d92624;
}
.footer__social a.instagram {
  color: #996453;
}
.footer__social a.snapchat {
  color: #444444;
}
.footer__social a:hover {
  box-shadow: none;
}
.footer__social a span {
  display: none;
  line-height: 24px;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  .footer__social a span {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .footer__social a .socialicon {
    float: right;
  }
}

.footer__logo {
  margin-top: 24px;
  text-align: center;
}
.footer__logo img {
  width: 80px;
  max-width: 100%;
}

.footer__group__list {
  display: block;
  margin-bottom: 0;
  margin-left: 0;
  text-align: right;
}
.footer__group__list dt {
  margin-bottom: 0;
  color: #444444;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1200px) {
  .footer__group__list dt {
    float: left;
    font-size: 16px;
    font-size: 1rem;
    line-height: 65px;
    line-height: 4.0625rem;
    text-align: left;
  }
}
.footer__group__list dt b {
  font-weight: 500;
}
.footer__group__list dd {
  display: none;
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: 1000% 1000%;
}
.ie .footer__group__list dd {
  background-position: left bottom;
  background-size: contain;
}
@media (min-width: 1200px) {
  .footer__group__list dd {
    display: inline-block;
  }
}
.footer__group__list dd + dd {
  margin-left: 20px;
}
.footer__group__list a {
  display: inline-block;
  -webkit-filter: gray;
          filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  /* W3C */
}
.footer__group__list a:hover {
  -webkit-filter: none;
          filter: none;
  /* IE6-9 */
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  /* W3C */
}
.ie .footer__group__list a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer__group__list img {
  width: 100%;
}
.ie .footer__group__list img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.lte {
  max-width: 157px;
  background-image: url("/sites/all/themes/tmc/images/logos/lte-group-grey@2x.png");
}
.tmc {
  max-width: 110px;
  background-image: url("/sites/all/themes/tmc/images/logos/the-manchester-college-grey@2x.png");
}
.ucm {
  max-width: 31px;
  background-image: url("/sites/all/themes/tmc/images/logos/ucm-grey@2x.png");
}
.mol {
  max-width: 105px;
  background-image: url("/sites/all/themes/tmc/images/logos/mol-grey@2x.png");
}
.novus {
  max-width: 98px;
  background-image: url("/sites/all/themes/tmc/images/logos/novus-grey@2x.png");
}
.total-people {
  max-width: 98px;
  background-image: url("/sites/all/themes/tmc/images/logos/total-people-grey@2x.png");
}
.apprenticeships {
  max-width: 120px;
  background-image: url("/sites/all/themes/tmc/images/logos/apprenticeships-grey@2x.png");
}
.footer__legal,
.footer__credit,
.footer__nav {
  margin-bottom: 0;
}
.footer__nav {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15px;
  line-height: 0.9375rem;
}
.footer__legal,
.footer__credit {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
}
@media (min-width: 768px) {
  .footer__legal,
  .footer__credit {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}
.footer__legal {
  padding-top: 22px;
  padding-bottom: 20px;
  border-top: 1px solid #e0ded8;
  color: #444444;
  text-align: center;
}
@media (min-width: 1200px) {
  .footer__legal {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    text-align: left;
  }
}
.footer__credit {
  margin-left: -16px;
  margin-right: -16px;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #e6e2d5;
  color: #444444;
  text-align: center;
}
@media (min-width: 1200px) {
  .footer__credit {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background-color: transparent;
    text-align: left;
  }
}
.footer__credit a {
  font-weight: 500;
  text-decoration: underline;
}
.footer__credit a:hover {
  color: #d51c47;
}
.footer__credit span {
  display: block;
}
@media (min-width: 1200px) {
  .footer__credit span {
    display: inline;
  }
}
.footer__nav {
  max-width: 290px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1200px) {
  .footer__nav {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
  }
}
.footer__nav li {
  margin-top: 6px;
  width: 49%;
  text-align: left;
}
@media (min-width: 1200px) {
  .footer__nav li {
    width: auto;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .footer__nav li + li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 10px;
    background-color: #616161;
    border-radius: 50%;
    vertical-align: middle;
  }
}
/***************************************
33_custom_layout.less
***************************************/
.section {
  position: relative;
  z-index: 1;
}
.section--lgrey {
  background-color: #f5f5f5;
}
.section--dgrey {
  background-color: #444444;
}
.section--light {
  background-color: #f2f0e9;
}
.section--color01 {
  background-color: #1d5a68;
}
.section--bgimage {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section--bgimage--responsive {
  background-position: 100000% 100000%, center center;
}
@media (min-width: 768px) {
  .section--bgimage--responsive {
    background-position: center center, center center;
  }
}
.section--curve {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .js .section--curve:before {
    content: '';
    position: absolute;
    left: -30px;
    right: -30px;
    top: 0;
    height: 36px;
    -webkit-transform: translateY(-18px);
        -ms-transform: translateY(-18px);
            transform: translateY(-18px);
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.section--curve.section--light:before {
  background-color: #f2f0e9;
  border-color: #f2f0e9;
}
.section--curve.section--lgrey:before {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.section--intro {
  position: relative;
  border-top: 8px solid #ffffff;
}
@media (max-width: 991px) {
  .section--intro {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .section--intro:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 66.66%;
    right: 0;
    background-color: #e6e2d5;
  }
}
.section--intro > * {
  position: relative;
  z-index: 2;
}
.section--intro .section__content {
  background-color: #ffffff;
}
.section--intro [class^="col-"] .intro__col {
  border-top: 8px solid #ffffff;
}
@media (min-width: 992px) {
  .section--intro [class^="col-"] .intro__col {
    border-top: none;
  }
}
.section--intro [class^="col-"]:first-child .intro__col {
  border-top: none;
}
.section--intro [class^="col-"]:last-child .intro__col {
  background-color: #e6e2d5;
}
.section--liftup {
  position: relative;
  z-index: 2;
}
.js .section--liftup .container-fluid {
  margin-top: -60px;
  background-color: #ffffff;
  padding-left: 22px;
  padding-right: 22px;
}
.section--liftup-before {
  padding-bottom: 42px;
}
.section--pulldown {
  z-index: 2;
  margin-bottom: -42px;
}
@media (min-width: 768px) {
  .section--pulldown {
    margin-bottom: -207px;
  }
}
.section--secondarypage .section__content > .row > [class*="col"] .content > .image-title,
.section--secondarypage .section__content > .row > [class*="col"] .content > figure {
  margin-top: 0;
  margin-bottom: 18px;
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width: 767px) {
  .section--secondarypage .section__content > .row > [class*="col"] .content > .image-title:first-child,
  .section--secondarypage .section__content > .row > [class*="col"] .content > figure:first-child {
    margin-top: -54px;
  }
}
@media (min-width: 768px) {
  .section--secondarypage .section__content > .row > [class*="col"] .content > .image-title,
  .section--secondarypage .section__content > .row > [class*="col"] .content > figure {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .section--secondarypage .section__content > .row > [class*="col"] .content > .image-title img,
  .section--secondarypage .section__content > .row > [class*="col"] .content > figure img {
    border-radius: 0;
  }
}
.secondarypage-aside {
  padding-right: 10px;
}
.section__header {
  margin-top: 42px;
  margin-bottom: 24px;
}
.section--hero .section__header {
  margin-top: 81px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .section--hero .section__header {
    margin-top: 129px;
  }
}
.section--fullwidth .section__header {
  margin-top: 30px;
  margin-bottom: 0;
}
.section--fullwidth .section__header > * {
  margin-bottom: 0;
}
.section--medmargin .section__header {
  margin-top: 54px;
}
.section--largemargin .section__header {
  margin-top: 54px;
}
@media (min-width: 768px) {
  .section--largemargin .section__header {
    margin-top: 90px;
  }
}
.section--cta .section__header {
  margin-top: 36px;
  margin-bottom: 0;
}
.section--cta .section__header + .section__content {
  margin-top: 0;
}
@media (min-width: 768px) {
  .section--cta .section__header {
    margin-top: 42px;
  }
}
.section--feature .section__header {
  margin-top: 120px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .section--feature .section__header {
    margin-top: 378px;
    margin-bottom: 60px;
  }
}
.section__header + .section__content {
  margin-top: 24px;
}
.section--medmargin .section__header + .section__content,
.section--largemargin .section__header + .section__content {
  margin-top: 24px;
}
.section__content {
  margin-top: 42px;
  margin-bottom: 18px;
}
.section--hero .section__content {
  margin-top: 81px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .section--hero .section__content {
    margin-top: 129px;
  }
}
.section--hero--small .section__content {
  margin-top: 150px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .section--hero--small .section__content {
    margin-top: 150px;
    margin-bottom: 24px;
  }
}
.section--intro .section__content {
  margin-top: 0;
  margin-bottom: 0;
}
.section--liftup .section__content {
  margin-top: 36px;
  margin-bottom: 30px;
}
.section--fullwidth .section__content {
  *zoom: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.section--fullwidth .section__content:before,
.section--fullwidth .section__content:after {
  display: table;
  content: "";
}
.section--fullwidth .section__content:after {
  clear: both;
}
.section--medmargin .section__content {
  margin-top: 54px;
  margin-bottom: 36px;
}
.section--largemargin .section__content {
  margin-top: 54px;
  margin-bottom: 54px;
}
@media (min-width: 768px) {
  .section--largemargin .section__content {
    margin-top: 90px;
  }
}
.section--cta .section__content {
  margin-top: 42px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .section--cta .section__content {
    margin-bottom: 24px;
  }
}
.section--curve-before .section__content {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .section--curve-before .section__content {
    margin-bottom: 36px;
  }
}
.section--feature .section__content {
  margin-top: 120px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .section--feature .section__content {
    margin-top: 378px;
    margin-bottom: 60px;
  }
}
.section--fifty-fifty .section__content {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section--fifty-fifty .section__content {
    margin-top: 72px;
    margin-bottom: 36px;
  }
}
.section__content + .section__content {
  margin-top: 24px;
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
.featherlight {
  background: #eee;
  background: rgba(255, 255, 255, 0);
}
.featherlight:last-of-type {
  background: rgba(255, 255, 255, 0.95);
}
.featherlight .featherlight-content {
  padding: 0;
  border-bottom: none;
}
.featherlight .featherlight-close-icon {
  top: 18px;
  right: 24px;
  background: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.4.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0);
  }
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous,
  .featherlight-loading .featherlight-next {
    display: none;
  }
}
/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
.featherlight-next,
.featherlight-previous {
  top: 0;
  bottom: 0;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.featherlight-next:after,
.featherlight-previous:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.75);
  color: #ffffff;
  border-radius: 50%;
  font-family: fontello;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .featherlight-next:after,
  .featherlight-previous:after {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}
.featherlight-previous {
  left: 0;
  right: 80%;
}
.featherlight-previous:after {
  content: '\29';
}
.featherlight-next {
  left: 80%;
  right: 0;
}
.featherlight-next:after {
  font-family: fontello;
  content: '\24';
}
.featherlight-next:hover span,
.featherlight-previous:hover span {
  display: none;
}
@media (min-width: 768px) {
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
  }
}
@media (min-width: 768px) {
  .featherlight-next,
  .featherlight-previous {
    right: 0;
    left: 80%;
  }
  .featherlight-previous {
    left: 0;
    right: 80%;
  }
}
.featherlight iframe {
  width: 640px;
  height: 360px;
  max-width: 100%;
  max-height: 100%;
}
