@charset "UTF-8";
/**
 * Main
 *
 * The base scss file
 */
@import url(../../icomoon/style.css);
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/** Abstract Colors
 ---------------------------------------------------------*/
/** Borders
 ---------------------------------------------------------*/
/** Shadows
 ---------------------------------------------------------*/
/** Device Sizes
 ---------------------------------------------------------*/
/** Typography
 ---------------------------------------------------------*/
/** Course Color Assignment
 ---------------------------------------------------------*/
.sports-coaching-and-outdoor .banner .no-image {
  background-color: #3a3d90; }

.course-item.sports-coaching-and-outdoor .course-item__inner:after {
  border-top: 50px solid #3a3d90; }
.course-item.sports-coaching-and-outdoor .course-item__inner h3:after {
  background-color: #3a3d90; }

.sciences .banner .no-image {
  background-color: #009c52; }

.course-item.sciences .course-item__inner:after {
  border-top: 50px solid #009c52; }
.course-item.sciences .course-item__inner h3:after {
  background-color: #009c52; }

.health .banner .no-image {
  background-color: #fcbf00; }

.course-item.health .course-item__inner:after {
  border-top: 50px solid #fcbf00; }
.course-item.health .course-item__inner h3:after {
  background-color: #fcbf00; }

.management-and-business .banner .no-image {
  background-color: #ec643c; }

.course-item.management-and-business .course-item__inner:after {
  border-top: 50px solid #ec643c; }
.course-item.management-and-business .course-item__inner h3:after {
  background-color: #ec643c; }

.education .banner .no-image {
  background-color: #e73441; }

.course-item.education .course-item__inner:after {
  border-top: 50px solid #e73441; }
.course-item.education .course-item__inner h3:after {
  background-color: #e73441; }

.construction .banner .no-image {
  background-color: #ed9b27; }

.course-item.construction .course-item__inner:after {
  border-top: 50px solid #ed9b27; }
.course-item.construction .course-item__inner h3:after {
  background-color: #ed9b27; }

.arts .banner .no-image {
  background-color: #a4338a; }

.course-item.arts .course-item__inner:after {
  border-top: 50px solid #a4338a; }
.course-item.arts .course-item__inner h3:after {
  background-color: #a4338a; }

.computing-and-engineering .banner .no-image {
  background-color: #00a6e0; }

.course-item.computing-and-engineering .course-item__inner:after {
  border-top: 50px solid #00a6e0; }
.course-item.computing-and-engineering .course-item__inner h3:after {
  background-color: #00a6e0; }

.digital-and-media .banner .no-image {
  background-color: #e83487; }

.course-item.digital-and-media .course-item__inner:after {
  border-top: 50px solid #e83487; }
.course-item.digital-and-media .course-item__inner h3:after {
  background-color: #e83487; }

.social-sciences .banner .no-image {
  background-color: #66348b; }

.course-item.social-sciences .course-item__inner:after {
  border-top: 50px solid #66348b; }
.course-item.social-sciences .course-item__inner h3:after {
  background-color: #66348b; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/** Sections
 ---------------------------------------------------------*/
section {
  margin-bottom: 3rem;
  margin-top: 3rem; }
  @media (min-width: 736px) {
    section {
      margin-bottom: 6rem;
      margin-top: 6rem; } }
  @media (min-width: 1069px) {
    section {
      margin-bottom: 9rem;
      margin-top: 9rem; } }
  section.padding-row {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 3rem;
    padding-top: 3rem; }
    @media (min-width: 736px) {
      section.padding-row {
        padding-bottom: 6rem;
        padding-top: 6rem; } }
    @media (min-width: 1069px) {
      section.padding-row {
        padding-bottom: 9rem;
        padding-top: 9rem; } }
  section.neutral {
    background-color: #F2F2F2;
    background-image: url("../../img/pattern.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 1000px 1098px;
    position: relative; }
    @media (min-width: 736px) {
      section.neutral:before, section.neutral:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 100%;
        background-color: white;
        top: 0; }
      section.neutral:before {
        left: 0; }
      section.neutral:after {
        right: 0; } }

/** Custom Additions
 ---------------------------------------------------------*/
.middle-column {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px; }

.columns p:last-child {
  margin: 0; }

/** Fixed Fluid (used on default inner page)
 ---------------------------------------------------------*/
.fixed-fluid {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1069px) {
    .fixed-fluid {
      flex-direction: row; } }
  .fixed-fluid .fixed {
    order: 1; }
    @media (min-width: 1069px) {
      .fixed-fluid .fixed {
        order: 0;
        flex: 0 0 auto;
        width: 100%;
        max-width: 300px;
        margin: 0 60px 0 0; } }
  @media (min-width: 1069px) {
    .fixed-fluid .fluid {
      flex: 1 1 auto; } }

/** Self Clearing Goodness
 ---------------------------------------------------------*/
.gform_page_footer:after,
.container:after,
.row:after {
  content: "";
  display: table;
  clear: both; }

/** Skeleton Grid
 ---------------------------------------------------------*/
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
@media (max-width: 576px) {
  .visible-xs {
    display: block; }

  .hidden-xs {
    display: none; } }
@media (min-width: 576px) {
  .visible-xs {
    display: none; }

  .hidden-xs {
    display: block; } }
/* Site Wide Elements
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-title {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0; }
  .section-title h2 {
    margin: 0; }

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

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.inline-cover {
  position: absolute;
  width: 100%;
  height: 100%; }
  .inline-cover img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    display: block; }
  .inline-cover.ie-fix {
    background-size: cover;
    background-position: center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .inline-cover.ie-fix img {
      opacity: 0; }

/* Overlay Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("../../img/banner-pattern.svg");
  z-index: 1;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 800px 535px; }

/* Gutenberg Table Block
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wp-block-table {
  border-collapse: collapse;
  margin: 0 0 30px 0; }
  .wp-block-table td {
    border: 1px solid #E1E1E1;
    padding: 8px; }
  .wp-block-table.table-header tr:first-child td {
    background-color: #F2F2F2; }
  .wp-block-table.table-align-center {
    text-align: center; }

/** Typography Defaults
 ---------------------------------------------------------*/
html {
  font-size: 62.5%; }

body, p, li {
  color: #333;
  font-family: mr-eaves-modern, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5; }

a {
  color: #2362AA;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline;
    color: #2c7cc9; }

h3 {
  font-size: 2rem;
  font-family: mr-eaves-modern, sans-serif;
  margin: 0 0 20px 0; }

h2 {
  line-height: 1;
  margin: 0 0 20px 0;
  text-transform: uppercase; }

p {
  margin: 0 0 20px 0; }

.heading-light {
  font-weight: 300; }

.heading-bold {
  font-weight: 600; }

.date {
  margin: 0 0 5px 0;
  color: #888;
  font-size: 1.6rem; }
  .date .event-time {
    display: inline-block;
    margin-left: 5px; }

/* Button Reset
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button {
  background: none;
  border: none;
  cursor: pointer; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 12px 30px;
  border: none;
  color: white;
  text-align: center;
  font-family: mr-eaves-modern, sans-serif;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  background-color: #8fc02f;
  cursor: pointer;
  box-sizing: border-box; }
  .button:hover, .button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="button"]:hover,
  input[type="button"]:focus {
    color: white;
    text-decoration: none;
    background-color: #80ac2a;
    outline: 0; }
  .button.button--primary,
  input[type="submit"].button--primary,
  input[type="reset"].button--primary,
  input[type="button"].button--primary {
    color: #FFF;
    background-color: #33C3F0;
    border-color: #33C3F0; }
    .button.button--primary:hover, .button.button--primary:focus,
    input[type="submit"].button--primary:hover,
    input[type="submit"].button--primary:focus,
    input[type="reset"].button--primary:hover,
    input[type="reset"].button--primary:focus,
    input[type="button"].button--primary:hover,
    input[type="button"].button--primary:focus {
      color: #FFF;
      background-color: #1EAEDB;
      border-color: #1EAEDB; }

/* Arrow Link Button
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.arrow-link {
  position: relative;
  color: #333;
  font-size: 2rem;
  margin: auto 26px auto 0; }
  .arrow-link:after {
    position: absolute;
    top: 50%;
    transform: translate3d(100%, -50%, 0px);
    font-size: 28px;
    font-family: 'icomoon';
    content: "\e914";
    right: -1px;
    transition: right 0.2s ease-in-out; }
  .arrow-link:hover {
    text-decoration: none; }
    .arrow-link:hover:after {
      right: -5px; }
  .arrow-link.arrow-link--white {
    color: white; }

/* Blog Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination {
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 0; }
  .pagination ul.page-numbers {
    margin: 0;
    padding: 0;
    list-style: none; }
    .pagination ul.page-numbers li {
      display: inline-block;
      margin: 0; }
  .pagination a.page-numbers,
  .pagination span.page-numbers {
    font-size: 2rem;
    padding: 3px 7px;
    cursor: pointer;
    color: #333; }
    .pagination a.page-numbers.next,
    .pagination span.page-numbers.next {
      position: relative;
      padding: 0 20px 0 0; }
    .pagination a.page-numbers.prev,
    .pagination span.page-numbers.prev {
      position: relative;
      padding: 0 20px 0 0; }
    .pagination a.page-numbers span:before,
    .pagination span.page-numbers span:before {
      position: absolute;
      top: 0; }
    .pagination a.page-numbers:hover,
    .pagination span.page-numbers:hover {
      text-decoration: underline; }
    .pagination a.page-numbers.current,
    .pagination span.page-numbers.current {
      cursor: default; }
      .pagination a.page-numbers.current:hover,
      .pagination span.page-numbers.current:hover {
        text-decoration: none; }
  .pagination .icon-chevron-thin-right,
  .pagination .icon-chevron-thin-left {
    top: 3px;
    position: relative; }

/* Post Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-pagination {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: space-between; }
  .post-pagination .icon-chevron-thin-right,
  .post-pagination .icon-chevron-thin-left {
    top: 3px;
    position: relative; }
  .post-pagination span:before {
    top: 2px;
    position: relative; }

/* Social Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.social {
  display: block;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0; }
  ul.social li {
    font-size: 20px;
    margin: 0 5px 0 0;
    display: inline-block; }
    ul.social li:last-child {
      margin: 0; }
    ul.social li .icon {
      display: block; }
      ul.social li .icon:hover, ul.social li .icon:focus {
        text-decoration: none;
        outline: none; }
        ul.social li .icon:hover:before, ul.social li .icon:focus:before {
          color: #8fc02f; }
    ul.social li .icon:before {
      color: #333; }
    ul.social li .icon:hover {
      text-decoration: none; }

.icon-bluestone360-logo:hover, .icon-bluestone360-logo:focus {
  text-decoration: none; }

/* Form Input Field
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input {
  padding: 3px; }

/* Custom Select Input
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.select-css {
  display: block;
  color: #444;
  line-height: 1.3;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #F2F2F2;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0MC42IDM2LjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwLjYgMzYuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBwb2ludHM9IjIwLjMsMCAwLDAgMjAuMywzNi4xIDQwLjYsMCAiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%; }

.select-css::-ms-expand {
  display: none; }

.select-css:hover,
.select-css:focus {
  background-color: #e5e5e5;
  outline: none; }

.select-css option {
  font-weight: normal; }

/* Core Form Elements
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=text],
textarea {
  width: 100%;
  padding: 6px;
  border: 1px solid #E1E1E1;
  box-sizing: border-box; }
  input[type=text]:focus,
  textarea:focus {
    border-color: #aeaeae;
    outline: none; }

/* Gravity Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.gform_wrapper .gform_fields {
  margin: 0;
  padding: 0;
  list-style: none; }
.gform_wrapper .gfield {
  margin: 0 0 20px 0; }
.gform_wrapper span label {
  color: #999999;
  display: block; }
.gform_wrapper .has_first_name.has_last_name {
  display: flex; }
.gform_wrapper .name_first,
.gform_wrapper .name_last {
  width: 50%; }
  .gform_wrapper .name_first input,
  .gform_wrapper .name_last input {
    width: 100%; }
.gform_wrapper .name_first {
  padding: 0 10px 0 0; }
.gform_wrapper .name_last {
  padding: 0 0 0 10px; }

/* Loaders
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Loaders
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #666;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #666 transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header {
  position: absolute;
  background-color: white;
  width: 100%;
  z-index: 4; }
  header .top-links-bar {
    display: none; }
    @media (min-width: 890px) {
      header .top-links-bar {
        display: block;
        background-color: #F2F2F2; } }
    header .top-links-bar .container {
      display: flex; }
  header .top-links {
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none; }
    header .top-links li {
      display: inline-block; }
      header .top-links li a {
        text-decoration: none;
        color: gray;
        display: block;
        padding: 7px 12px 5px;
        font-size: 1.8rem; }
        header .top-links li a:hover, header .top-links li a:focus {
          background-color: #eaeaea;
          color: #333;
          text-decoration: none;
          outline: none; }
      header .top-links li ul {
        display: none; }
  header .header-bar {
    background-color: #fff;
    padding: 20px 0; }
  header .header {
    display: flex; }
  header .logo {
    width: 230px;
    display: block;
    margin: auto; }
    @media (min-width: 736px) {
      header .logo {
        width: 400px; } }
    header .logo img {
      display: block; }
  header .header__left {
    display: flex; }
  header .header__right {
    margin-left: auto;
    display: flex; }
    header .header__right nav {
      margin: auto;
      float: left; }
  header ul.main-menu {
    display: none; }
    header ul.main-menu ul, header ul.main-menu li {
      margin: 0;
      padding: 0;
      list-style: none; }
      header ul.main-menu ul.hidden, header ul.main-menu li.hidden {
        display: none; }
      header ul.main-menu ul.no-separator:before, header ul.main-menu li.no-separator:before {
        display: none; }
    header ul.main-menu a {
      text-decoration: none; }
    header ul.main-menu a:hover,
    header ul.main-menu a:focus {
      color: #8fc02f;
      outline: none;
      text-decoration: none; }
    header ul.main-menu > li {
      position: relative;
      padding: 0;
      display: inline-block; }
      header ul.main-menu > li:before {
        content: "";
        width: 1px;
        height: 15px;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        position: absolute;
        right: 0; }
      header ul.main-menu > li:nth-child(1):before {
        background-color: #ed9b27; }
      header ul.main-menu > li:nth-child(2):before {
        background-color: #e73441; }
      header ul.main-menu > li:nth-child(3):before {
        background-color: #00a6e0; }
      header ul.main-menu > li:nth-child(4):before {
        background-color: #3a3d90; }
      header ul.main-menu > li:last-child:before {
        display: none; }
      header ul.main-menu > li:hover:after {
        content: "";
        display: block;
        height: 70px;
        position: absolute;
        bottom: -17px;
        width: 100%;
        z-index: 1; }
      header ul.main-menu > li > a {
        padding: 0.4em 1em;
        color: #333;
        font-size: 1.9rem;
        font-weight: 600;
        position: relative;
        z-index: 2; }
        header ul.main-menu > li > a:hover {
          color: #8fc02f; }
    header ul.main-menu .sub-menu {
      display: none; }
    header ul.main-menu li.menu-item-has-children:hover .sub-menu {
      display: block; }
    header ul.main-menu > li.menu-item-has-children > .sub-menu {
      top: 100%;
      left: 50%;
      transform: translate3d(-50%, 17px, 0);
      position: absolute;
      background-color: white;
      width: 260px;
      border-radius: 4px;
      padding: 15px 20px;
      box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1); }
      header ul.main-menu > li.menu-item-has-children > .sub-menu a {
        display: block; }
        header ul.main-menu > li.menu-item-has-children > .sub-menu a:hover {
          color: #8fc02f; }
      header ul.main-menu > li.menu-item-has-children > .sub-menu li a {
        color: #333;
        padding: 5px;
        font-size: 1.8rem; }
      header ul.main-menu > li.menu-item-has-children > .sub-menu:before {
        content: '';
        display: block;
        border-color: transparent transparent white transparent;
        border-style: solid;
        border-width: 10px;
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -10px;
        z-index: 3; }

.sticky header {
  position: fixed;
  background-color: white;
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
  top: 0; }
  .sticky header .top-links-bar {
    display: none; }
  .sticky header .main-menu a {
    color: #333; }
    .sticky header .main-menu a:hover {
      color: #8fc02f; }
  .sticky header .logo {
    width: 230px; }
  .sticky header .header-bar {
    padding: 10px 0; }
  .sticky header .logo-light {
    display: none; }
  .sticky header .logo-dark {
    display: block;
    width: 140px; }

@keyframes slide-in {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }
/* Main Menu / Hamburger Switch
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-button {
  margin: auto; }

@media (min-width: 1220px) {
  header .menu-button {
    display: none; }
  header ul.main-menu {
    display: inline-block; } }
/* Hamburger (Mobile Menu Button)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 18px 15px 15px;
  display: flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none; }

.hamburger:hover,
.hamburger:focus {
  background: transparent; }
  .hamburger:hover .hamburger-inner,
  .hamburger:hover .hamburger-inner::before,
  .hamburger:hover .hamburger-inner::after,
  .hamburger:focus .hamburger-inner,
  .hamburger:focus .hamburger-inner::before,
  .hamburger:focus .hamburger-inner::after {
    background-color: #8fc02f; }

.hamburger-box {
  margin: auto;
  width: 34px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 34px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/** Spin */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.swipe-open .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.swipe-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.grecaptcha-badge {
  z-index: 10; }

footer {
  padding: 30px 0;
  color: rgba(51, 51, 51, 0.5); }
  footer .footer {
    display: flex;
    font-size: 1.6rem;
    flex-direction: column; }
    @media (min-width: 1040px) {
      footer .footer {
        flex-direction: row; } }
  footer .footer-nav {
    list-style: none;
    padding: 0; }
    @media (min-width: 1040px) {
      footer .footer-nav {
        margin: 0 0 30px 0;
        columns: 100px 3; } }
    footer .footer-nav li {
      margin: 0 0 6px 0; }
  footer .footer__right {
    display: flex;
    flex-direction: column; }
    @media (min-width: 1040px) {
      footer .footer__right {
        margin-left: auto;
        flex-direction: row; } }
  footer .contact-details {
    max-width: 200px;
    margin: 0 40px 0 0; }
  footer .contact-detail {
    margin: 0 0 10px 0; }
  footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 10px 0; }
    @media (min-width: 1040px) {
      footer .footer-links {
        margin: 0 0 0 10px; } }
    footer .footer-links li {
      display: inline-block;
      margin: 0 10px 0 0; }
      @media (min-width: 1040px) {
        footer .footer-links li {
          margin: 0 10px; } }
    footer .footer-links a {
      font-size: 1.4rem;
      display: block; }
  footer .footer_bottom {
    display: flex;
    padding: 15px 0 0 0;
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    font-size: 1.6rem;
    flex-direction: column; }
    @media (min-width: 1040px) {
      footer .footer_bottom {
        flex-direction: row; } }
  footer a, footer button {
    text-decoration: none;
    color: rgba(51, 51, 51, 0.5); }
    footer a:hover, footer a:focus, footer button:hover, footer button:focus {
      color: #333;
      text-decoration: none;
      text-decoration: underline;
      outline: none; }
  footer h4 {
    font-size: 1.8rem;
    color: #333; }

/* Accreditations
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accreditations_marquee {
  margin: 40px auto;
  width: 100%; }
  .accreditations_marquee .accreditations .slick-slide {
    margin: 0 60px; }
  .accreditations_marquee .accreditations img {
    height: 60px;
    width: auto; }

/* Bluestone360 Credit Link
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.credit {
  margin: 0 0 0 auto; }
  .credit a {
    text-decoration: none; }
  .credit .icon-bluestone360-logo {
    display: inline-block;
    margin: 0px 0 0 2px; }

/* Sticky Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body {
  height: 100%; }

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column; }

header,
footer {
  flex-shrink: 0; }

main {
  flex-grow: 1; }

/* Banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header {
  height: 95px; }

.banner {
  margin-top: 95px !important; }

@media (min-width: 890px) {
  header {
    height: 182px; }

  .banner {
    margin-top: 182px !important; } }
.sticky header {
  height: auto !important; }

.banner {
  margin: 0;
  padding: 0;
  position: relative; }
  .banner .container {
    position: static; }
  .banner .no-image {
    background-color: #8fc02f;
    width: 100%;
    height: 100%; }
    .banner .no-image .overlay {
      background-color: transparent;
      background-image: url("../../img/banner-pattern.svg");
      background-repeat: no-repeat;
      background-position: top left;
      background-size: 800px 535px; }
  .banner .banner-slider {
    background-color: black; }
  .banner .slide-caption {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    max-width: 500px;
    position: absolute;
    z-index: 2; }
    @media (min-width: 736px) {
      .banner .slide-caption {
        top: 50%;
        bottom: auto;
        transform: translate3d(0, -50%, 0); } }
    .banner .slide-caption .event-meta {
      color: white; }
  .banner h1, .banner h2 {
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2rem;
    color: white;
    margin: 0; }
    @media (min-width: 736px) {
      .banner h1, .banner h2 {
        font-size: 4rem;
        line-height: 4rem; } }
  .banner .subtitle {
    color: white;
    margin: 10px 0 30px 0; }

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

/* Search in banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.banner {
  position: relative; }
  @media (max-width: 768px) {
    .banner .search-container {
      position: relative; } }
  .banner .course-search-container {
    width: 100%;
    max-width: 1200px; }
    @media (min-width: 1069px) {
      .banner .course-search-container {
        position: absolute;
        bottom: 5%; } }
    @media (max-width: 768px) {
      .banner .course-search-container {
        margin-top: 20px;
        max-width: 335px; } }
    @media (max-width: 1069px) {
      .banner .course-search-container {
        margin-top: 20px;
        max-width: 819px; } }
    .banner .course-search-container .course-search-box {
      margin: 0px; }
      .banner .course-search-container .course-search-box .form-field, .banner .course-search-container .course-search-box .button {
        display: inline-block; }
      .banner .course-search-container .course-search-box .form-field {
        width: 26%;
        margin-right: 1%; }
        @media (max-width: 1069px) {
          .banner .course-search-container .course-search-box .form-field {
            width: 30.3333%; } }
        @media (max-width: 768px) {
          .banner .course-search-container .course-search-box .form-field {
            width: 100%; } }
      .banner .course-search-container .course-search-box .button {
        width: 13%; }
        @media (max-width: 1069px) {
          .banner .course-search-container .course-search-box .button {
            width: 150px; } }
        @media (max-width: 768px) {
          .banner .course-search-container .course-search-box .button {
            width: 100%; } }

/* Banner Carousel
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.banner .slick-slide {
  position: relative; }
@media (max-width: 1069px) {
  .banner .dots-container {
    display: none; } }
.banner .dots-container .slick-dots {
  bottom: 280px;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0; }
  .banner .dots-container .slick-dots li {
    display: inline-block;
    font-size: 0;
    margin: 0 10px 0 0; }
    .banner .dots-container .slick-dots li button {
      background-color: #fff;
      width: 50px;
      height: 4px; }
    .banner .dots-container .slick-dots li.slick-active button {
      background-color: #8fc02f; }

/* Banner Height Limits
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.banner,
.banner .slick-slide {
  height: 50vh; }
  @media (max-width: 576px) {
    .banner,
    .banner .slick-slide {
      height: 30vh; } }

.home .banner,
.home .banner .slick-slide {
  height: 80vh; }
  @media (max-width: 1069px) {
    .home .banner,
    .home .banner .slick-slide {
      height: auto;
      min-height: 55vh; }
      .home .banner .inline-cover,
      .home .banner .slick-slide .inline-cover {
        height: 55vh; } }

.post-type-archive .banner,
.post-type-archive .banner .slick-slide {
  height: 50vh; }
  @media (min-width: 736px) {
    .post-type-archive .banner,
    .post-type-archive .banner .slick-slide {
      min-height: 400px; } }

/* Video
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.banner .video-full {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .banner .video-full iframe {
    width: 100%;
    height: 100%;
    border: none;
    background-color: black;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0); }

.fade {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #6b808c;
  background: -moz-linear-gradient(180deg, #6b808c 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, #6b808c 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #6b808c 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b808c",endColorstr="#ffffff",GradientType=1); }

/* Course Single
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.banner .course-detail {
  color: white; }

/* Subnav
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sidebar-menu {
  margin: 0;
  padding: 0; }
  .sidebar-menu > li {
    border: 1px solid #E1E1E1 !important; }
    .sidebar-menu > li:first-child, .sidebar-menu > li:first-child a {
      border-radius: 3px 3px 0 0; }
    .sidebar-menu > li:last-child, .sidebar-menu > li:last-child a {
      border-radius: 0 0  3px 3px; }
    .sidebar-menu > li.current-menu-item > a,
    .sidebar-menu > li > a:hover,
    .sidebar-menu > li > a:focus {
      border: 1px solid #8fc02f;
      margin: -1px;
      z-index: 2 !important; }
  .sidebar-menu ul {
    height: 0;
    margin: 0;
    padding: 0;
    transition: all 0.2s ease-in-out;
    overflow: hidden; }
  .sidebar-menu li {
    font-size: 2rem;
    display: block;
    list-style: none;
    margin: 0;
    margin-bottom: -1px;
    padding: 0;
    position: relative;
    text-align: left; }
    .sidebar-menu li.menu-item-has-children .expander {
      position: absolute;
      right: 10px;
      top: 10px;
      height: 30px;
      width: 30px;
      z-index: 3 !important; }
      .sidebar-menu li.menu-item-has-children .expander:after {
        content: "\e90b";
        display: block;
        font-family: 'icomoon' !important;
        font-size: 15px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    .sidebar-menu li a {
      color: #333;
      display: block;
      padding: 10px 20px !important; }
    .sidebar-menu li li a {
      padding: 10px 20px 10px 30px !important; }
    .sidebar-menu li li li a {
      padding: 10px 20px 10px 40px !important; }
    .sidebar-menu li li li li a {
      padding: 10px 20px 10px 50px !important; }
    .sidebar-menu li .expander {
      cursor: pointer;
      transition: all 0.2s ease-in-out; }
    .sidebar-menu li.expanded > .expander {
      transform: rotate(90deg); }
    .sidebar-menu li.current-menu-item > a,
    .sidebar-menu li a:hover,
    .sidebar-menu li a:focus {
      background: #f4faea;
      position: relative;
      z-index: 1;
      outline: none; }

/* Split Row
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.split-row {
  margin: 0 0 40px 0; }
  .split-row .split-row-content {
    display: flex;
    flex-direction: column; }
  .split-row .column-a {
    background-color: #F2F2F2;
    order: 2; }
    .split-row .column-a .content-inner {
      box-sizing: border-box;
      padding: 10%;
      width: 100%; }
  .split-row .column-b {
    order: 1; }

@media (min-width: 1069px) {
  .split-row {
    margin: 0; }
    .split-row .split-row-content {
      flex-direction: row; }
    .split-row .column-a,
    .split-row .column-b {
      width: 50%; }
    .split-row .column-a {
      order: 1;
      display: flex;
      align-items: center;
      justify-content: center; }
    .split-row .column-b {
      order: 2;
      height: auto; }
    .split-row.switch .column-a {
      order: 2; }
    .split-row.switch .column-b {
      order: 1; } }
/* Block Row
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.block-row .block-row-item a {
  display: block;
  position: relative;
  overflow: hidden; }
  .block-row .block-row-item a img {
    transition: all 500ms ease-in-out; }
  .block-row .block-row-item a:hover img {
    transform: scale3d(1.1, 1.1, 1); }
.block-row .caption {
  bottom: 0;
  position: absolute;
  z-index: 1;
  padding: 30px; }
.block-row .caption-title {
  color: white;
  margin: 0; }

/* Multi Purpose Block
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.multi-purpose-block .container {
  background-color: #00a6e0; }
.multi-purpose-block .mpb {
  position: relative; }
.multi-purpose-block .mpb-content {
  position: relative;
  z-index: 1;
  padding: 100px; }
  .multi-purpose-block .mpb-content * {
    color: white; }
.multi-purpose-block .heading-light {
  margin: 0 0 15px 0; }
.multi-purpose-block .heading-light,
.multi-purpose-block .heading-bold {
  line-height: 18px; }
.multi-purpose-block .mpb-intro {
  max-width: 300px;
  margin: 0 0 30px 0; }
.multi-purpose-block .overlay {
  background-position: center left;
  transform: scale(-1); }

.bs-accordion {
  background-color: white;
  margin: 0 0 20px 0;
  border: 1px solid #E1E1E1;
  width: 100%;
  text-align: left; }
  .bs-accordion:hover, .bs-accordion:focus {
    border: 1px solid #e73441;
    outline: none; }
  .bs-accordion .bs-accordion__heading {
    text-transform: none;
    cursor: pointer;
    display: block;
    font-family: mr-eaves-modern, sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 15px 55px 15px 20px;
    position: relative;
    text-decoration: none; }
    .bs-accordion .bs-accordion__heading .heading {
      font-size: 2rem;
      margin: 0;
      font-weight: 500; }
    .bs-accordion .bs-accordion__heading span {
      transform: rotate(0deg);
      font-size: 25px;
      margin: -12px 0 0 0;
      position: absolute;
      right: 15px;
      top: 50%; }
  .bs-accordion .bs-accordion__container {
    box-sizing: border-box;
    background: white;
    position: relative;
    overflow: hidden;
    display: none; }
  .bs-accordion .bs-accordion__content {
    background: white;
    position: relative;
    margin: 20px; }
    .bs-accordion .bs-accordion__content h3.item-title {
      margin: 0; }
    .bs-accordion .bs-accordion__content p {
      color: #4d4d4d; }
      .bs-accordion .bs-accordion__content p:last-child {
        margin-bottom: 0 !important; }
    .bs-accordion .bs-accordion__content .button {
      margin-bottom: 15px; }
    .bs-accordion .bs-accordion__content .bs-active .bs-accordion__heading {
      color: #555; }
  .bs-accordion .bs-accordion__heading span {
    transition: all 0.2s ease-in-out; }
  .bs-accordion.bs-active > .bs-accordion__heading span {
    transform: rotate(-45deg); }

/* Breadcrumbs (Breadcrumb NavXT Plugin)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.breadcrumbs {
  margin: 0;
  color: #888; }
  .breadcrumbs .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #E1E1E1; }
  .breadcrumbs a, .breadcrumbs .current-item {
    text-decoration: none;
    color: #333; }
  .breadcrumbs a:hover,
  .breadcrumbs a:focus {
    outline: none;
    text-decoration: underline; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wp-block-table {
  width: 100%; }

body, .swipe-menu {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; }

.swipe-open > h2, .swipe-open > ul, .swipe-footer {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; }

.swipe-panel, .swipe-first-panel {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; }

body {
  position: relative;
  width: 100%; }
  body.swipe-open {
    overflow: hidden; }

.swipe-menu {
  background-color: white;
  box-sizing: border-box;
  bottom: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 25px;
  position: fixed;
  transform: translate3d(0, 0, 0);
  top: 0;
  visibility: hidden;
  width: 280px;
  z-index: 99999; }
  .swipe-menu .swipe-footer {
    width: 280px; }
  .swipe-menu.left-swipe {
    transform: translate3d(-280px, 0, 0); }
  .swipe-menu.right-swipe {
    right: 0;
    transform: translate3d(280px, 0, 0); }
  .swipe-menu.swipe-open.left-swipe {
    visibility: visible;
    transform: translate3d(0, 0, 0); }
    .swipe-menu.swipe-open.left-swipe.previous-panel > h2, .swipe-menu.swipe-open.left-swipe.previous-panel > ul, .swipe-menu.swipe-open.left-swipe.previous-panel .swipe-footer {
      transform: translate3d(-70px, 0, 0); }
  .swipe-menu.swipe-open.right-swipe {
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  .swipe-menu ul {
    margin: 0;
    padding: 20px 0 20px; }
  .swipe-menu li {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .swipe-menu li a {
      color: #333;
      display: block;
      font-size: 17px;
      padding: 15px 0; }
  .swipe-menu .swipe-prev-panel, .swipe-menu .swipe-next-panel {
    color: #333;
    font-size: 22px;
    padding: 10px;
    position: absolute;
    right: -10px;
    top: 1px; }
  .swipe-menu .swipe-prev-panel {
    left: -10px;
    right: auto;
    top: -12px; }
  .swipe-menu h2 {
    color: #333;
    position: relative;
    font-size: 19px;
    text-align: center; }
  .swipe-menu .swipe-panel, .swipe-menu .swipe-first-panel {
    background: white;
    bottom: 0;
    box-sizing: border-box;
    min-height: 100%;
    padding: 25px;
    position: absolute;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    top: 0;
    width: 280px;
    z-index: 100000;
    left: 280px; }
    .swipe-menu .swipe-panel.swipe-panel-open, .swipe-menu .swipe-first-panel.swipe-panel-open {
      left: 0; }
    .swipe-menu .swipe-panel.previous-panel, .swipe-menu .swipe-first-panel.previous-panel {
      left: 0;
      transform: translate3d(-70px, 0, 0); }

.swipe-footer {
  box-sizing: border-box;
  background: white;
  bottom: 0;
  max-width: 280px;
  padding: 25px;
  width: 100%;
  position: fixed;
  z-index: 100001; }

.swipe-overlay {
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  z-index: 99998; }
  .swipe-overlay.swipe-open {
    visibility: visible;
    opacity: 1; }

@media (min-width: 736px) {
  .swipe-menu {
    width: 500px; }
    .swipe-menu .swipe-footer {
      width: 500px; }
    .swipe-menu.left-swipe {
      transform: translate3d(-500px, 0, 0); }
    .swipe-menu.right-swipe {
      transform: translate3d(500px, 0, 0); }
    .swipe-menu.swipe-open.left-swipe.previous-panel > h2, .swipe-menu.swipe-open.left-swipe.previous-panel > ul, .swipe-menu.swipe-open.left-swipe.previous-panel .swipe-footer {
      transform: translate3d(-125px, 0, 0); }
    .swipe-menu .swipe-panel, .swipe-menu .swipe-first-panel {
      width: 500px;
      left: 500px; }
      .swipe-menu .swipe-panel.previous-panel, .swipe-menu .swipe-first-panel.previous-panel {
        left: 0;
        transform: translate3d(-125px, 0, 0); }

  .swipe-footer {
    max-width: 500px; } }
/* Cookie Consent Notification Popup
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.cookie-notification {
  background-color: #8fc02f;
  bottom: 0;
  color: white;
  opacity: 0;
  padding: 15px 0;
  position: fixed;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 3; }
  .cookie-notification .cookie-notification__content {
    display: flex;
    justify-content: space-between; }
  .cookie-notification p {
    color: white;
    margin: auto 0; }
  .cookie-notification a {
    color: white;
    text-decoration: underline; }
  .cookie-notification .cookie-notification__close {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    height: max-content;
    padding: 7px;
    transform: rotate(45deg); }
    .cookie-notification .cookie-notification__close:hover {
      background-color: rgba(255, 255, 255, 0.3); }
  .cookie-notification .cookie-notification__close:before {
    font-size: 24px; }
  .cookie-notification.active {
    opacity: 1;
    visibility: visible; }

/* Sitemap (displays on Sitemap and 404 pages)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sitemap ul {
  list-style: none; }

/* Lightbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-lightbox {
  display: flex;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100; }
  .custom-lightbox.active {
    opacity: 1;
    visibility: visible; }

.lightbox-content {
  box-sizing: border-box;
  margin: auto; }

/* Search Button (When displayed in header)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.top-links-bar .search-lightbox-button {
  font-size: 14px;
  display: flex;
  color: gray; }
  .top-links-bar .search-lightbox-button:hover, .top-links-bar .search-lightbox-button:focus {
    background-color: #eaeaea;
    color: #333;
    outline: none; }

/* Search Button
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-lightbox-button {
  color: white; }

/* Search (Lightbox)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-lightbox .lightbox-content {
  top: 50px;
  opacity: 0;
  background-color: transparent;
  padding: 0 40px;
  max-width: 450px;
  position: relative;
  transition: all 0.2s ease-in-out; }
.search-lightbox.active .lightbox-content {
  top: 0px;
  opacity: 1; }
.search-lightbox #searchform {
  border-bottom: 1px solid white;
  padding: 0 0  10px 0; }
.search-lightbox .widget-title, .search-lightbox .screen-reader-text {
  display: none; }
.search-lightbox #s {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 33px;
  height: 44px;
  padding: 0 60px 0 15px;
  width: 100%;
  box-sizing: border-box;
  outline: none !important; }
  .search-lightbox #s::placeholder {
    color: rgba(255, 255, 255, 0.6); }
  @media (min-width: 736px) {
    .search-lightbox #s {
      font-size: 44px; } }
.search-lightbox #searchsubmit {
  background-color: transparent;
  position: absolute;
  top: 0px;
  right: 48px;
  padding: 5px 12px;
  font-size: 25px;
  color: white; }
  .search-lightbox #searchsubmit:before {
    font-family: 'icomoon' !important;
    content: "\e908"; }
  @media (min-width: 736px) {
    .search-lightbox #searchsubmit {
      top: 8px; } }

/* Search Results Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.result-item {
  padding: 30px 0;
  border-bottom: 1px solid #E1E1E1; }
  .result-item:last-child {
    border: none; }
  .result-item h4 {
    margin: 0;
    font-size: 20px; }

/* Back to top
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.back-to-top {
  margin: 0;
  float: right;
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  transition: none; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slider .slick-cloned {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 10ms; }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slick Arrows (Prev / Next)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 1;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.2); }
  .slick-arrow:hover, .slick-arrow:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.4); }
  .slick-arrow:after {
    color: white;
    display: inline-block;
    left: 50%;
    font-family: 'icomoon';
    position: relative;
    font-size: 30px;
    top: 0;
    transform: translate3d(-50%, 0, 0); }

.slick-prev:after {
  content: "\e909"; }

.slick-next {
  right: 0; }
  .slick-next:after {
    content: "\e90b"; }

/* Blog
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.posts-container .posts-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }
  @media (min-width: 736px) {
    .posts-container .posts-row {
      margin-left: -15px;
      margin-right: -15px; } }

/* Blog Feed
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.blog-feed .section-title {
  margin-bottom: 40px; }
section.blog-feed .post-card {
  width: 100%; }
  @media (min-width: 736px) {
    section.blog-feed .post-card {
      width: 50%; } }

/* Blog (Standard Layout)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-item {
  margin: 0 0 40px 0; }
  .post-item .wp-post-image {
    display: block;
    height: auto;
    margin: 0 0 20px 0;
    width: 100%; }
  .post-item .alignnone {
    width: 100%;
    height: auto; }

/* Blog (Cards Layout)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.blog-section .post-card {
  width: 100%;
  margin: 0 0 30px 0; }
  @media (min-width: 736px) {
    section.blog-section .post-card {
      width: 50%; } }
  @media (min-width: 1069px) {
    section.blog-section .post-card {
      width: 33.3333%; } }

/* Blog Post (Card)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-card img {
  width: 100%;
  height: auto; }
.post-card .post-details {
  margin: 0 0 20px 0; }
.post-card h3 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 20px 0; }
.post-card .read-more {
  display: none; }
  @media (min-width: 736px) {
    .post-card .read-more {
      display: block;
      position: absolute;
      bottom: 30px; }
      .post-card .read-more:after {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        background-color: #8fc02f;
        left: 0;
        bottom: 0;
        transition: width 0.1s ease-in-out; } }
.post-card .post-card__inner {
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: block;
  height: 100%;
  position: relative;
  color: #333; }
  @media (min-width: 736px) {
    .post-card .post-card__inner {
      margin: 0 15px; } }
  .post-card .post-card__inner:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-decoration: none; }
    .post-card .post-card__inner:hover .read-more:after {
      width: 100%; }
.post-card .post-card-content {
  padding: 30px 30px 50px 30px; }

/* Events
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.events-filter {
  margin: 0 0 60px 0; }

.event-item {
  border-bottom: 1px solid #E1E1E1;
  display: flex;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0; }
  .event-item:last-child {
    border: none; }
  .event-item h2 {
    margin: 0 0 20px 0; }
  .event-item .event-image {
    width: 200px;
    margin: 0 20px 0 0; }
    .event-item .event-image img {
      width: 100%;
      height: auto;
      display: block; }
  .event-item .event-content h3 a {
    color: #333; }
  .event-item .placeholder {
    height: 0;
    padding-bottom: 75%;
    background-color: #e1e1e1;
    background-image: url("../../img/south-devon-college-university-centre-logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%; }

/* Course Search
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.course-search-box {
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .course-search-box h3 {
    margin-bottom: 10px; }
  @media (min-width: 1069px) {
    .course-search-box {
      margin: 54px 0 0 0; } }
  .course-search-box .form-field {
    margin: 0 0 15px 0; }
    .course-search-box .form-field.search {
      display: flex;
      position: relative;
      /* clears the 'X' from Internet Explorer */
      /* clears the 'X' from Chrome */ }
      .course-search-box .form-field.search input[type=search]::-ms-clear {
        display: none;
        width: 0;
        height: 0; }
      .course-search-box .form-field.search input[type=search]::-ms-reveal {
        display: none;
        width: 0;
        height: 0; }
      .course-search-box .form-field.search input[type="search"]::-webkit-search-decoration,
      .course-search-box .form-field.search input[type="search"]::-webkit-search-cancel-button,
      .course-search-box .form-field.search input[type="search"]::-webkit-search-results-button,
      .course-search-box .form-field.search input[type="search"]::-webkit-search-results-decoration {
        display: none; }
      .course-search-box .form-field.search .search-field {
        padding: 10px 40px 10px 10px;
        border: none;
        background-color: #F2F2F2;
        outline: none;
        width: 100%; }
        .course-search-box .form-field.search .search-field:hover, .course-search-box .form-field.search .search-field:focus {
          background-color: #e5e5e5; }
      .course-search-box .form-field.search .icon-search {
        outline: none;
        width: 35px;
        position: absolute;
        height: 100%;
        right: 0;
        border-left: 1px dotted #ddd; }
        .course-search-box .form-field.search .icon-search:before {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate3d(-50%, -50%, 0); }
        .course-search-box .form-field.search .icon-search:focus {
          background-color: #e5e5e5; }
  .course-search-box .search-form-extras {
    display: flex;
    justify-content: space-between; }
  .course-search-box .course-search-loader {
    display: none; }
  .course-search-box button.course-search {
    width: 100%; }
  .course-search-box input, .course-search-box select {
    font-family: mr-eaves-modern, sans-serif; }
  .course-search-box .clear-search {
    display: block;
    color: #555;
    margin: 0 0 10px 0; }

.course-form-sidebar > ul {
  background: white;
  margin-top: 40px; }

/* Course Directory
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-type-archive-course .breadcrumbs .container {
  border: none; }

.course-directory .row {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1069px) {
    .course-directory .row {
      flex-direction: row; } }
.course-directory .course-form-sidebar {
  flex: 0 0 auto;
  margin: 0 30px 30px 0;
  width: 100%; }
  @media (min-width: 1069px) {
    .course-directory .course-form-sidebar {
      max-width: 280px; } }
.course-directory .courses {
  flex: 1 1 auto; }
.course-directory .course-results {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.course-directory .no-results {
  margin: 54px 0 0 0; }

/* Course Result Count and Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.course-result-information {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0; }
  .course-result-information .pagination {
    margin: 0; }
  .course-result-information .page-numbers {
    padding: 3px 7px;
    display: inline; }

/* Course Directory Items
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.course-item {
  width: 100%;
  margin: 0 0 30px 0; }
  @media (min-width: 1200px) {
    .course-item {
      width: 50%; } }
  .course-item .course-item__inner {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    box-sizing: border-box;
    color: #333;
    display: block;
    height: 100%;
    margin: 0 15px;
    padding: 20px;
    transition: box-shadow 0.3s ease-in-out; }
    .course-item .course-item__inner h3 {
      position: relative;
      margin: 0 0 20px 0;
      padding: 0 0 15px 0; }
      .course-item .course-item__inner h3:after {
        position: absolute;
        bottom: 0;
        content: "";
        height: 3px;
        width: 50px;
        display: block;
        transition: width 0.2s ease-in-out; }
    .course-item .course-item__inner:hover {
      text-decoration: none;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .course-item .course-item__inner:hover h3:after {
        width: 150px; }
    .course-item .course-item__inner:after {
      right: 20px;
      top: 20px;
      content: "";
      position: absolute;
      border-left: 50px solid transparent; }
  .course-item .course-item__details {
    padding: 0 60px 0 0; }

/* Featured Courses (Homepage)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.featured-courses .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  flex-direction: column; }
  @media (min-width: 736px) {
    .featured-courses .row {
      flex-direction: row; } }

/* Course Single
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.single-course .breadcrumbs .container {
  border: none; }

.course-details {
  display: flex;
  flex-direction: column; }
  .course-details .accordion-content {
    flex: 1 1 auto; }
    @media (min-width: 1069px) {
      .course-details .accordion-content {
        margin: 0 100px 0 0; } }
  .course-details .key-information {
    width: 100%;
    max-width: 350px;
    flex: 0 0 auto;
    order: -1;
    margin: 0 0 5rem 0; }
    @media (min-width: 1069px) {
      .course-details .key-information {
        order: 0;
        margin: 0; } }
    .course-details .key-information .course-detail {
      box-sizing: border-box;
      border-bottom: 1px solid #F2F2F2;
      padding: 10px 0;
      width: 100%;
      margin: 0 0 10px 0;
      position: relative;
      display: flex;
      align-items: flex-start; }
      .course-details .key-information .course-detail:nth-last-child(2) {
        border-bottom: 0;
        margin: 0 0 20px 0; }
      .course-details .key-information .course-detail .detail .title {
        font-weight: 600; }
      .course-details .key-information .course-detail .icon {
        color: white;
        background-color: #8fc02f;
        padding: 10px;
        border-radius: 25px;
        margin: 0 12px 0 0; }
  @media (min-width: 1069px) {
    .course-details {
      flex-direction: row; } }

/* Course Single - Gallery Carousel
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.course-gallery-slider {
  margin-top: 3rem; }
  @media (min-width: 1069px) {
    .course-gallery-slider {
      margin-top: 0; } }
  .course-gallery-slider .slide {
    outline: none; }
    .course-gallery-slider .slide img {
      width: 100%;
      height: auto; }

/* Course Single - Downloads
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.downloads-title {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
  flex-direction: column; }
  @media (min-width: 1069px) {
    .downloads-title {
      flex-direction: row; } }
  .downloads-title h3 {
    margin: 0 0 10px 0; }
    @media (min-width: 1069px) {
      .downloads-title h3 {
        margin: 0; } }
  .downloads-title .previous-downloads {
    margin: 0 20px 0 0; }

.downloads {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .downloads .download-item {
    width: 100%;
    margin: 0 0 20px 0; }
    @media (min-width: 1069px) {
      .downloads .download-item {
        width: 50%; } }
  .downloads .download-item__inner {
    text-decoration: none;
    border: 1px solid #E1E1E1;
    display: block;
    display: flex;
    padding: 13px 10px 10px;
    margin: 0 10px;
    justify-content: space-between;
    color: #333;
    height: 100%;
    box-sizing: border-box; }
    .downloads .download-item__inner:hover, .downloads .download-item__inner:focus {
      border: 1px solid #e73441;
      text-decoration: none;
      background-color: white;
      outline: none; }
      .downloads .download-item__inner:hover .icon-download, .downloads .download-item__inner:focus .icon-download {
        display: block; }
  .downloads .icon-file-text {
    width: 40px;
    margin: 0 10px 0 0; }
  .downloads .icon-file-text,
  .downloads .icon-download {
    color: #e73441;
    font-size: 30px;
    position: relative; }
    .downloads .icon-file-text:before,
    .downloads .icon-download:before {
      top: 50%;
      position: absolute;
      transform: translate3d(0, -50%, 0); }
  .downloads .icon-download {
    display: none; }
    .downloads .icon-download:before {
      right: 0; }
  .downloads .content-left {
    display: flex;
    align-items: center; }
  .downloads .title {
    line-height: 1;
    font-weight: 600;
    margin: 0 0 5px 0; }
  .downloads .filename {
    font-size: 1.5rem; }

/* Course Single - Testimonial
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1069px) {
  .testimonial .row, .testimonial .columns {
    display: flex; }
  .testimonial .column-inner {
    margin: auto; } }
.testimonial img {
  width: 100%;
  height: auto; }
.testimonial .attestant {
  font-weight: 600;
  margin: 0 0 20px 0; }
  @media (min-width: 1069px) {
    .testimonial .attestant {
      margin: 0; } }

/* Unistats
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.unistats {
  margin: 0 auto;
  max-width: 600px; }

/* Intro Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.intro-section {
  display: flex;
  flex-direction: column; }
  @media (min-width: 736px) {
    .intro-section {
      flex-direction: row; } }
  .intro-section .intro-copy {
    flex: 1 1 auto;
    padding: 0 40px 0 0; }
  .intro-section .intro-copy__inner {
    max-width: 600px; }
  .intro-section .course-search-container {
    flex: 0 0 auto;
    width: 100%;
    order: -1;
    margin-top: -150px;
    position: relative;
    z-index: 1; }
    @media (min-width: 736px) {
      .intro-section .course-search-container {
        max-width: 280px;
        min-height: 250px;
        order: 0;
        margin-top: 0; } }
  .intro-section .course-search-box {
    margin: 0 0 30px 0;
    box-sizing: border-box; }
    @media (min-width: 736px) {
      .intro-section .course-search-box {
        margin: 0;
        width: 280px;
        position: absolute;
        top: -208px;
        z-index: 1; } }
    .intro-section .course-search-box h3 {
      font-size: 22px;
      line-height: 38px;
      margin: 0 0 15px 0;
      font-weight: 300;
      text-transform: uppercase; }

/* Featured Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.featured-content .row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-direction: column; }
  @media (min-width: 736px) {
    .featured-content .row {
      flex-direction: row; } }
.featured-content .featured-item {
  width: 100%;
  margin: 0 0 30px 0; }
  @media (min-width: 736px) {
    .featured-content .featured-item {
      width: 50%;
      margin: 0; } }
  @media (min-width: 1069px) {
    .featured-content .featured-item {
      width: 33.3333%; } }
.featured-content .featured-item__inner {
  color: #333;
  text-decoration: none;
  display: block;
  margin: 0 15px; }
  .featured-content .featured-item__inner img {
    display: block;
    height: auto;
    width: 100%;
    margin: 0 0 20px 0; }
  .featured-content .featured-item__inner p {
    margin: 0; }

/* Events Feed
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.event-feed {
  margin-bottom: 60px; }
  .event-feed .post-card {
    width: 100%;
    margin: 0 0 30px 0; }
    @media (min-width: 736px) {
      .event-feed .post-card {
        width: 50%; }
        .event-feed .post-card:last-child {
          display: none; } }
    @media (min-width: 1069px) {
      .event-feed .post-card {
        width: 33.3333%; }
        .event-feed .post-card:last-child {
          display: block; } }
  .event-feed .post-card__inner {
    display: flex; }
    @media (min-width: 736px) {
      .event-feed .post-card__inner {
        flex-direction: column; } }
  .event-feed .thumbnail {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100px;
    min-height: 285px;
    background-image: url("../../img/south-devon-college-university-centre-logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    position: relative;
    width: 100%;
    height: 100%; }
    @media (min-width: 736px) {
      .event-feed .thumbnail {
        max-width: 100%;
        height: auto; } }
    .event-feed .thumbnail img {
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      width: 100%;
      display: block; }
  .event-feed .post-card-content {
    flex: 1 1 auto; }

/* Featured News
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.featured-news {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ddd;
  width: 100%;
  display: flex; }
  .featured-news .news-list {
    background-color: white;
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 1069px) {
      .featured-news .news-list {
        max-width: 500px; } }
  .featured-news .news-list__item {
    min-height: 80px;
    flex: 1;
    padding: 30px 30px 30px 20px;
    position: relative;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    display: flex; }
    .featured-news .news-list__item .wp-post-image {
      width: 100px;
      display: block; }
      @media (min-width: 1069px) {
        .featured-news .news-list__item .wp-post-image {
          display: none; } }
    .featured-news .news-list__item:last-child {
      border: none; }
    .featured-news .news-list__item.current, .featured-news .news-list__item:hover {
      background-color: white; }
      @media (min-width: 1069px) {
        .featured-news .news-list__item.current:after, .featured-news .news-list__item:hover:after {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          transform: translate3d(100%, -50%, 0);
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          border-left: 15px solid white;
          z-index: 3; } }
  .featured-news .thumbnail {
    flex: 0 0 auto;
    width: 100%;
    max-width: 120px;
    position: relative; }
    @media (min-width: 1069px) {
      .featured-news .thumbnail {
        display: none; } }
  .featured-news .news-list__content {
    flex: 1 1 auto; }
  .featured-news .news-image {
    display: none; }
    @media (min-width: 1069px) {
      .featured-news .news-image {
        display: block;
        flex: 1 1 auto;
        position: relative; } }
    .featured-news .news-image .news-image__item {
      position: absolute;
      z-index: 1; }
      .featured-news .news-image .news-image__item.current {
        z-index: 2; }
  .featured-news h3 {
    color: #333;
    line-height: 24px;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 35px 0; }

/* Default Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.article-title {
  margin-top: 0; }

/** References
 ---------------------------------------------------------*/
 /**
* 1. Front-End Architecture
*    https://www.youtube.com/watch?v=gFKsEab2-iA
* 2. Commenting Convention
*    http://wilsonpage.co.uk/commenting-css/
* 3. Grid based on Skeleton
*    http://getskeleton.com/ 
*/
/** File Header
 ---------------------------------------------------------*/
/**
 * Footer
 *
 * The main application footer
 * found on all pages.
 */
/** Commenting Rules
 ---------------------------------------------------------*/
/**
* 1. Use a single line break between
*    all blocks.
* 2. Keep comment length under 40
*    characters.
*/
/** Dividers
 ---------------------------------------------------------*/
/** State Overrides
 ---------------------------------------------------------*/
/**
  * @large screen
  */

/*# sourceMappingURL=main.css.map */
