/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Thu Jun 07 2018 10:09:17 GMT+0800 (AWST)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    Back to top
    Header logo
    Magnific popup
    Quick search
    Secondary nav
    Skip links
    Slick
    Spritesheet
    S
 */
@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-Light.ttf) format("truetype");
}

@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-Light.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-Medium.ttf) format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-UltraLight.ttf) format("truetype");
  font-weight: 200;
}

.visuallyhidden, .sr-only, .skip-links__link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus, .skip-links__link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.popup__list, .nav__list,
.nav__sub,
.nav__deep, .skip-links__list, .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.quick-search__input, .quick-search__submit, .nav__item-link,
.nav__sub-item-link,
.nav__deep-item-link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.no-js .quick-search__input-group,
.no-flexbox .quick-search__input-group {
  display: table;
}

.flexbox .quick-search__input-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1200px) {
  .mobi {
    display: none !important;
    visibility: hidden;
  }
}

@media only screen and (max-width: 1199px) {
  .hide-mobi {
    display: none;
  }
}

.slidedown, .accordion__item.active .accordion__content, .active.footer-menu__locations ul, .active.footer-menu__quicklinks ul {
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  max-height: 15000px;
  overflow: hidden;
}

.slideup, .accordion__item .accordion__content, .footer-menu__locations ul, .footer-menu__quicklinks ul {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body {
  font-family: "helvetica-neue", sans-serif;
  color: #4a4a4a;
  letter-spacing: 0.4px;
}

body {
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: .5em 0;
}

caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

th {
  background: #4a4a4a;
  color: #b5b5b5;
}

td {
  border: 1px solid #4a4a4a;
}

/* Buttons */
.button, input.sq-form-submit, .program-togglers label, .saved-programs__button, .save-btn {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #4a4a4a;
  display: inline-block;
  border: 2px solid #9a8146;
  padding: .5em 1em;
  font-weight: bold;
}

.button, input.sq-form-submit, .program-togglers label, .saved-programs__button, .save-btn, .button:visited, input.sq-form-submit:visited, .program-togglers label:visited, .saved-programs__button:visited, .save-btn:visited {
  text-decoration: none;
}

.button:focus, input.sq-form-submit:focus, .program-togglers label:focus, .saved-programs__button:focus, .save-btn:focus, .button:hover, input.sq-form-submit:hover, .program-togglers label:hover, .saved-programs__button:hover, .save-btn:hover {
  background-color: #9a8146;
  color: white;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* Quotes */
blockquote {
  position: relative;
  margin: 2em 3em;
  margin-left: 60px;
  color: #9a8146;
  font-weight: 200;
  font-size: 25px;
}

blockquote:before {
  font-size: 48px;
  font-size: 3rem;
  color: #9a8146;
  font-weight: 300;
  content: "\201C";
  position: absolute;
  top: -6px;
  left: -25px;
  line-height: 1em;
}

blockquote:after {
  font-size: 48px;
  font-size: 3rem;
  color: #9a8146;
  font-weight: 300;
  content: "\201D";
  position: absolute;
  line-height: 1em;
  padding-top: 4px;
  padding-left: 18px;
}

blockquote p {
  display: inline;
}

.pull-quote {
  border-top: 1px solid #4a4a4a;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

/* Highlight */
.highlight {
  background: #cccccc;
  padding: .1em .5em;
}

.js-disabled-warning {
  padding: 10px 0;
  display: block;
  background: red;
  color: white;
  text-align: center;
  z-index: 2;
  position: relative;
}

/*
--------------------
Modules
--------------------
*/
/**
-------------------
 Variables
-------------------
*/
/**
-------------------
 Variables
-------------------
*/
/**
-------------------
 Variables
-------------------
*/
/**
-------------------
 Variables
-------------------
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Module: Back to top */
.back-to-top {
  text-align: center;
  display: block;
  width: 100%;
  line-height: 2em;
  height: 2em;
  text-decoration: none;
}

.back-to-top:hover, .back-to-top:focus {
  text-decoration: none;
}

/* Module: Header logo */
.header-logo {
  border: 0;
  background: transparent url(mysource_files/logo.png) 0 0 no-repeat;
  width: 135px;
  height: 79px;
  display: block;
}

/* Module: Magnific popup */
/* Module: Quick search */
.quick-search__form {
  padding: 0;
  margin: 0;
}

.quick-search__input {
  border: 1px solid #bdbdbd;
}

.quick-search__submit {
  display: block;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  line-height: 0;
  cursor: pointer;
  user-select: none;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.quick-search__submit:hover, .quick-search__submit:focus {
  background-color: #ddd;
}

.quick-search__submit {
  border-left: none;
}

.quick-search__input-wrapper {
  margin: 0 auto;
}

.quick-search__input,
.quick-search__submit {
  padding: 8px 2%;
}

.flexbox .quick-search__input, .flexbox
.quick-search__submit {
  -webkit-box-flex: 0 0 1;
  -moz-box-flex: 0 0 1;
  -webkit-flex: 0 0 1;
  -ms-flex: 0 0 1;
  flex: 0 0 1;
}

.no-js .quick-search__input,
.no-flexbox .quick-search__input, .no-js
.quick-search__submit,
.no-flexbox
.quick-search__submit {
  display: table-cell;
  vertical-align: top;
}

/* Module: Secondary nav */
.nav__item,
.nav__sub-item,
.nav__deep-item {
  display: block;
}

.nav__item-link,
.nav__sub-item-link,
.nav__deep-item-link {
  display: block;
  padding: .5em 1em;
}

.nav__deep-item-link {
  padding-left: 1.5em;
}

.nav__item--active .nav__item-link:after,
.nav__sub-item--active .nav__sub-item-link:after,
.nav__deep-item--active .nav__deep-item-link:after {
  content: " (ACTIVE)";
}

.nav__item--current .nav__item-link:after,
.nav__sub-item--current .nav__sub-item-link:after,
.nav__deep-item--current .nav__deep-item-link:after {
  content: " (CURRENT)";
}

/* Module: Skip links */
/* Module: Slick */
.slick-list {
  position: relative;
  overflow: hidden;
}

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

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

.slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -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;
  zoom: 1;
}

.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-slideshow__slide img {
  margin: 0 auto;
}

.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
}

.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.slick-dots {
  margin-top: 1em;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.slick-dots li + li {
  margin-left: 1em;
}

/* Module: Spritesheet */
.sq-icon {
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 400px 1000px;
  background-image: url(mysource_files/sprites.svg);
}

.no-svg .sq-icon {
  background-image: url(mysource_files/sprites.png);
}

.sq-icon__search {
  width: 23px;
  height: 23px;
  background-position: 0px 0px;
}

.sq-icon__home {
  width: 26px;
  height: 24px;
  background-position: -50px 0px;
}

.sq-icon__play {
  width: 11px;
  height: 13px;
  background-position: -100px 0px;
}

.sq-icon__pause {
  width: 11px;
  height: 13px;
  background-position: -150px 0px;
}

.sq-icon__prev {
  width: 10px;
  height: 13px;
  background-position: -200px 0px;
}

.sq-icon__next {
  width: 10px;
  height: 13px;
  background-position: -250px 0px;
}

.sq-icon__burger {
  width: 31px;
  height: 24px;
  background-position: -300px 0px;
}

.sq-icon__close {
  width: 19px;
  height: 19px;
  background-position: -350px 0px;
}

.sq-icon__youtube {
  width: 41px;
  height: 41px;
  background-position: 0px -50px;
}

.sq-icon__facebook {
  width: 41px;
  height: 41px;
  background-position: -50px -50px;
}

.sq-icon__twitter {
  width: 41px;
  height: 41px;
  background-position: -100px -50px;
}

.sq-icon__linkedin {
  width: 41px;
  height: 41px;
  background-position: -150px -50px;
}

.sq-icon__map-marker {
  width: 13px;
  height: 17px;
  background-position: -200px -50px;
}

.sq-icon__external-link {
  width: 16px;
  height: 17px;
  background-position: -250px -50px;
}

.sq-icon__pdf {
  width: 29px;
  height: 31px;
  background-position: 0px -100px;
}

.sq-icon__doc {
  width: 29px;
  height: 31px;
  background-position: -50px -100px;
}

.sq-icon__xls {
  width: 29px;
  height: 31px;
  background-position: -100px -100px;
}

/* Module: S */
.container, .apply-direct-cta__container, .content-container, .course-tiles__grid, .program-form, .program-banners, .footer-menu, .footer-bottom__container, .nd-difference, .news-events-banner__container, .partnerships, .program-container, .related-links, .student-landing-banner__container, .student-tiles__container, .top-nav__container {
  margin: 0 auto;
  max-width: 1200px;
}

.container::after, .apply-direct-cta__container::after, .content-container::after, .course-tiles__grid::after, .program-form::after, .program-banners::after, .footer-menu::after, .footer-bottom__container::after, .nd-difference::after, .news-events-banner__container::after, .partnerships::after, .program-container::after, .related-links::after, .student-landing-banner__container::after, .student-tiles__container::after, .top-nav__container::after {
  clear: both;
  content: "";
  display: block;
}

/* Module: S */
.accordion {
  padding: 0;
  margin: 0;
  margin-bottom: 20px !important;
}

.accordion__item {
  list-style: none;
  border-top: 1px solid #9a8146;
  position: relative;
}

.accordion__item:last-child {
  border-bottom: 1px solid #9a8146;
}

.accordion__item a {
  color: #4a4a4a;
  text-decoration: none;
  display: block;
}

.accordion__item a:hover {
  text-decoration: underline;
}

.accordion__item > a {
  padding: 10px;
  padding-right: 40px;
  display: block;
  font-weight: bold;
  color: #4a4a4a;
}

.accordion__item > a span {
  display: inline-block;
  padding: 5px;
  background: white;
}

.accordion__item:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-top: 2px solid #9a8146;
  border-right: 2px solid #9a8146;
  top: 20px;
  right: 25px;
  transform: rotate(135deg) translateY(-50%);
  margin-left: 5px;
  pointer-events: none;
}

.accordion__item.active > a {
  color: white;
}

.accordion__item.active > a span {
  background: #9a8146;
}

.accordion__item.active:after {
  transform: rotate(-45deg);
  top: 25px;
  right: 23px;
}

.content .accordion__item {
  margin-bottom: 0;
}

.accordion__item a {
  position: relative;
  color: #9a8146 !important;
  text-decoration: underline !important;
  display: inline !important;
}

.accordion__item:after {
  border-top: 2px solid black !important;
  border-right: 2px solid black !important;
  top: 30px !important;
}

.accordion__item .accordion__heading {
  cursor: pointer;
  margin: 0;
  padding: 21px 40px 21px 10px;
}

.accordion__item .accordion__content {
  padding: 0 10px;
}

.accordion__item .accordion__content > p:first-child,
.accordion__item .accordion__content > h3:first-child,
.accordion__item .accordion__content > h4:first-child,
.accordion__item .accordion__content > ol:first-child,
.accordion__item .accordion__content > ul:first-child {
  margin-top: 0;
}

.accordion__item .accordion__content > p:last-child,
.accordion__item .accordion__content > h3:last-child,
.accordion__item .accordion__content > h4:last-child,
.accordion__item .accordion__content > ol:last-child,
.accordion__item .accordion__content > ul:last-child {
  margin-bottom: 40px;
}

.accordion__item .accordion__content > ul, .accordion__item .accordion__content > ol {
  padding-left: 20px;
}

.accordion__item .accordion__content > ul {
  list-style: disc;
}

.accordion__item.active:after {
  top: 35px !important;
}

/* Module: S */
.apply-direct-cta {
  background: url(mysource_files/apply-direct-cta.jpg) #555759 no-repeat;
  background-size: cover;
  background-position: 30% center;
  padding: 60px 0;
}

@media screen and (min-width: 1200px) {
  .apply-direct-cta {
    background-position: center center;
  }
}

h2.apply-direct-cta__title {
  text-align: center;
  color: white;
  font-size: 40px;
  margin: 0 20px 20px 20px;
  letter-spacing: 1.5px;
}

.apply-direct-cta__container {
  text-align: center;
}

.apply-direct-cta__container a {
  margin-right: 20px;
}

/* Module: S */
.carousel {
  position: relative;
}

.carousel h1 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}

.carousel__content {
  z-index: 2;
  color: white;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 3.5rem;
  padding-top: 10rem;
}

.carousel__content a {
  color: white;
  text-decoration: none;
}

.carousel__content a:hover {
  text-decoration: underline;
}

.carousel__title {
  color: white;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 2;
}

.carousel__title h3 {
  position: absolute;
  left: 20px;
  top: 15px;
  padding: 7px 14px;
  border: 1px solid white;
}

.carousel__item {
  height: 26.25rem;
  position: relative;
}

.carousel--fullscreen .carousel__item {
  height: 100vh;
}

.carousel__image-container {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  transition: transform 7s ease-in-out;
}

.carousel__image-container--zoom {
  transform: scale(1.05) translateZ(0);
}

.carousel__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
}

.carousel__hidden-content {
  display: none;
}

.carousel__panels, .course-tiles__panels, .events-item__panels, .feature-item__panels {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
}

.carousel__head-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(to top, transparent 0%, black 100%);
  z-index: 1;
  pointer-events: none;
}

ul.carousel-nav {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  text-align: center;
}

ul.carousel-nav li {
  display: inline-block;
}

ul.carousel-nav li button {
  border: none;
  font-size: 0;
  height: 0.8125rem;
  width: 0.8125rem;
  padding: 0;
  margin: 0 0.25rem 2.0625rem 0.25rem;
  border-radius: 1.5625rem;
  border: 1px solid white;
  background: initial;
}

ul.carousel-nav li.slick-active button {
  background: white;
}

ul.carousel-nav li a {
  outline: 0;
  color: rgba(255, 255, 255, 0.7);
}

.carousel .slick-arrow {
  position: absolute;
  background: transparent;
  top: 45%;
  z-index: 2;
  border: none;
  background: initial;
  font-size: 0;
  padding: 0;
  width: 2.75rem;
  height: 2.75rem;
}

.carousel .slick-arrow:before, .carousel .slick-arrow:after {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.carousel .slick-arrow:before {
  content: '';
  position: absolute;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border: 2px solid;
  border-color: white;
  border-radius: 3.125rem;
}

.carousel .slick-arrow:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: white;
  height: 0.75rem;
  width: 0.75rem;
}

.carousel .slick-arrow:focus:before, .carousel .slick-arrow:hover:before {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  background-color: white;
}

.carousel .slick-arrow:focus:after, .carousel .slick-arrow:hover:after {
  border-color: black;
}

.carousel .slick-arrow.slick-prev {
  outline: 0;
  left: 2%;
}

@media screen and (min-width: 1500px) {
  .carousel .slick-arrow.slick-prev {
    left: 5%;
  }
}

.carousel .slick-arrow.slick-prev:before {
  top: 0;
}

.carousel .slick-arrow.slick-prev:after {
  transform: rotate(225deg);
  top: 1rem;
  left: 1.125rem;
}

.carousel .slick-arrow.slick-next {
  outline: 0;
  right: 2%;
}

@media screen and (min-width: 1500px) {
  .carousel .slick-arrow.slick-next {
    right: 5%;
  }
}

.carousel .slick-arrow.slick-next:after, .carousel .slick-arrow.slick-next:before {
  right: 0;
  top: 0;
}

.carousel .slick-arrow.slick-next:after {
  transform: rotate(45deg);
  top: 1rem;
  right: 1.125rem;
}

a.carousel-nav__item {
  display: block;
  height: 100%;
  text-decoration: none;
  padding-right: 20px;
}

a.carousel-nav__item p {
  margin-top: 0;
  font-size: 0.875rem;
  font-weight: 300;
}

.carousel__item--dark-text .carousel__content p {
  color: #555759;
}

.carousel__item--dark-text .carousel__content a {
  color: #555759;
}

.carousel--header .carousel__panels, .carousel--header .course-tiles__panels, .carousel--header .events-item__panels, .carousel--header .feature-item__panels {
  display: none;
}

/* Module: S */
.content-container {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media screen and (min-width: 1200px) {
  .content-container {
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .content-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.content-container.nopadding {
  padding-top: 0;
  padding-bottom: 0px;
}

.content {
  order: 1;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media screen and (min-width: 1200px) {
  .content {
    position: relative;
    order: 0;
  }
  .sidebar + .content {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
    padding-left: 30px;
  }
  .sidebar--right + .content {
    left: calc(-25% - 15px + 20px);
    position: relative;
    padding-left: 0;
    padding-right: 70px;
  }
}

.content > h1:first-child {
  margin-top: 0;
}

.sidebar {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  order: 2;
}

@media screen and (min-width: 1200px) {
  .sidebar {
    order: 0;
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
  .sidebar.sidebar--right {
    left: calc(75% - 35px + 20px);
    position: relative;
  }
}

.sidebar__foot .button, .sidebar__foot input.sq-form-submit, .sidebar__foot .program-togglers label, .program-togglers .sidebar__foot label, .sidebar__foot .saved-programs__button, .sidebar__foot .save-btn {
  display: block;
  text-align: center;
  margin-top: 20px;
}

ul.leftnav {
  padding: 0;
  margin: 0;
}

ul.leftnav ul {
  padding: 0;
}

.leftnav__level1 > a {
  display: inline-block;
  padding: 5px 0;
  font-size: 1.2em;
}

.leftnav__level1 {
  list-style: none;
}

.leftnav__level1.active > a {
  font-weight: bold;
}

.leftnav__level2 {
  list-style: none;
}

.leftnav__level2.active > a {
  font-weight: bold;
}

.leftnav__level3 {
  list-style: none;
}

.leftnav__level3.active > a {
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  ul.leftnav {
    padding: 0;
    margin: 0;
  }
  ul.leftnav ul {
    padding-left: 40px;
  }
  .leftnav__level1 {
    list-style: none;
    border-top: 1px solid #9a8146;
    position: relative;
  }
  .leftnav__level1:last-child {
    border-bottom: 1px solid #9a8146;
  }
  .leftnav__level1 a {
    color: #4a4a4a;
    text-decoration: none;
    display: block;
  }
  .leftnav__level1 a:hover {
    text-decoration: underline;
  }
  .leftnav__level1 > a {
    padding: 10px;
    padding-right: 40px;
    display: block;
    font-weight: bold;
    color: #4a4a4a;
  }
  .leftnav__level1 > a span {
    display: inline-block;
    padding: 5px;
    background: white;
  }
  .leftnav__level1:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    border-top: 2px solid #9a8146;
    border-right: 2px solid #9a8146;
    top: 20px;
    right: 25px;
    transform: rotate(135deg) translateY(-50%);
    margin-left: 5px;
    pointer-events: none;
  }
  .leftnav__level1.active > a {
    color: white;
  }
  .leftnav__level1.active > a span {
    background: #9a8146;
  }
  .leftnav__level1.active:after {
    transform: rotate(-45deg);
    top: 25px;
    right: 23px;
  }
  .leftnav__level2, .leftnav__level3, .leftnav__level4 {
    list-style: none;
  }
  .leftnav__level2 a, .leftnav__level3 a, .leftnav__level4 a {
    padding: 10px 0;
  }
  .leftnav__level2.active > a, .leftnav__level3.active > a, .leftnav__level4.active > a {
    font-weight: bold;
  }
}

.program-details__buttons {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}

.program-details__buttons::after {
  clear: both;
  content: "";
  display: block;
}

.program-details__buttons .button, .program-details__buttons input.sq-form-submit, .program-details__buttons .program-togglers label, .program-togglers .program-details__buttons label, .program-details__buttons .saved-programs__button, .program-details__buttons .save-btn {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  text-align: center;
}

.program-details__buttons .button:only-child, .program-details__buttons input.sq-form-submit:only-child, .program-details__buttons .program-togglers label:only-child, .program-togglers .program-details__buttons label:only-child, .program-details__buttons .saved-programs__button:only-child, .program-details__buttons .save-btn:only-child {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

.details-listing {
  padding: 0;
  list-style: none;
}

.details-listing li {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  margin-bottom: 10px;
}

.details-listing li::after {
  clear: both;
  content: "";
  display: block;
}

.details-listing__title {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}

.details-listing__content {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}

.program-details__container {
  padding-bottom: 30px;
  border-bottom: 1px solid #9a8146;
}

.program-details__container:last-child {
  border-bottom: none;
}

/* Module: S */
.course-tiles {
  background: #f8f8f8;
  padding-bottom: 75px;
}

.course-tiles h1 {
  text-align: center;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 20px;
}

.course-tiles__grid {
  display: flex;
  flex-wrap: wrap;
}

.course-tiles__grid::after {
  clear: both;
  content: "";
  display: block;
}

.course-tiles__item {
  border: 1px solid #9a8146;
  background-color: #555759;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-top: 20px;
  height: 205px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .course-tiles__item {
    margin-left: 20px;
    width: calc(33.33333% - 26.66667px);
  }
}

.course-tiles__item h3, .course-tiles__item a, .course-tiles__item ul {
  z-index: 1;
}

.course-tiles__item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .course-tiles__item li {
    display: inline;
  }
  .course-tiles__item li:before {
    content: '| ';
    color: white;
  }
}

.course-tiles__item li:first-child:before {
  content: none;
}

.course-tiles__item .hidden + li:before {
  content: none;
}

.course-tiles__item a {
  color: white;
  text-decoration: none;
}

.course-tiles__item a:hover {
  text-decoration: underline;
}

.course-tiles__item > a {
  display: block;
  height: 100%;
}

.course-tiles__item.active {
  box-shadow: inset 0 0 0 2px #9a8146;
  filter: none;
}

.course-tiles__item:after {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

h3.course-tiles__title {
  margin: 0;
  color: white;
  width: 100%;
  padding: 20px;
  padding-right: 160px;
  position: absolute;
  bottom: 0;
}

.course-tiles__panels {
  background: linear-gradient(to bottom, transparent 50%, black 100%) !important;
  opacity: 0.8;
  min-height: 140px;
}

.active .course-tiles__panels {
  width: calc(100% - 4px);
  margin: 0 2px 2px 2px;
}

.program-form {
  padding-top: 40px;
  font-size: 20px;
  font-weight: bold;
}

.program-form::after {
  clear: both;
  content: "";
  display: block;
}

.program-form select {
  border: 0;
  font-weight: bold;
  color: #9a8146;
  margin: 0;
  z-index: 1;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.program-form__select-wrapper {
  position: relative;
}

.program-form__select-wrapper select {
  background: transparent !important;
}

.program-form__select-wrapper select::-ms-expand {
  display: none;
}

.program-form__select-wrapper:after {
  content: '';
  position: absolute;
  border-left: 2px solid black;
  border-top: 2px solid black;
  width: 8px;
  height: 8px;
  right: 20px;
  top: 7px;
  transform: rotate(225deg);
  pointer-events: none;
}

@media screen and (min-width: 1200px) {
  .program-form__container {
    text-align: center;
  }
}

.program-form__item {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .program-form__item {
    width: initial;
    padding-bottom: 0;
    margin: 0;
    float: none;
  }
}

.program-banners {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}

.program-banners::after {
  clear: both;
  content: "";
  display: block;
}

.program-banners__dark {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  background: #555759;
  color: white;
  margin-bottom: 10px;
  padding: 20px;
}

@media screen and (min-width: 1200px) {
  .program-banners__dark {
    padding: 8px 0;
  }
}

.program-banners__dark a.button, .program-banners__dark a.saved-programs__button, .program-banners__dark a.save-btn {
  margin-left: 20px;
  color: white;
}

.program-banners__dark strong {
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .program-banners__dark strong {
    display: inline;
    margin-bottom: 0;
  }
}

.program-banners__light {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  background: #efede7;
  padding-top: 8px;
  padding-bottom: 8px;
}

.program-banners__light .button, .program-banners__light input.sq-form-submit, .program-banners__light .program-togglers label, .program-togglers .program-banners__light label, .program-banners__light .saved-programs__button, .program-banners__light .save-btn {
  font-size: 20px;
  font-weight: normal;
  border: none;
  color: #9a8146;
}

.program-banners__light .button:hover, .program-banners__light input.sq-form-submit:hover, .program-banners__light .program-togglers label:hover, .program-togglers .program-banners__light label:hover, .program-banners__light .saved-programs__button:hover, .program-banners__light .save-btn:hover, .program-banners__light .button:focus, .program-banners__light input.sq-form-submit:focus, .program-banners__light .program-togglers label:focus, .program-togglers .program-banners__light label:focus, .program-banners__light .saved-programs__button:focus, .program-banners__light .save-btn:focus {
  background: transparent;
  text-decoration: underline;
  color: #9a8146 !important;
}

.program-banners__light .button:after, .program-banners__light input.sq-form-submit:after, .program-banners__light .program-togglers label:after, .program-togglers .program-banners__light label:after, .program-banners__light .saved-programs__button:after, .program-banners__light .save-btn:after {
  border-top: 2px solid black !important;
  border-right: 2px solid black !important;
  right: 20px;
}

/* Module: S */
.event-details__register {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  color: black;
  letter-spacing: 0.6px;
  line-height: 1.5;
  margin-top: 54px;
  border-top: 1px solid rgba(85, 87, 89, 0.24);
}

.event-details__register input[type="submit"],
.event-details__register .sq-form-question-answer input {
  width: 100%;
  max-width: 380px;
}

.event-details__register input[type="submit"] {
  margin-top: 1em;
}

.event-details__register h2 {
  color: #4a4a4a;
  font-size: 24px;
  line-height: 1.13;
  margin: 32px 0 5px 0;
  font-weight: bold;
}

.event-details__register h2 + p {
  margin-top: 0;
}

/* Module: S */
ul.events-slider {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.events-slider .slick-prev, ul.events-slider .slick-next {
  z-index: 1;
}

ul.events-slider li {
  display: inline-block;
}

ul.events-slider a {
  text-decoration: none;
  color: white;
}

.events-item {
  background-color: #555759;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 408px;
  width: 295px;
  position: relative;
}

.events-item.events-item--contained {
  width: 278px;
}

.events-item__text {
  color: white;
  width: 100%;
  padding: 20px 24px;
  padding-right: 48px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  min-height: 170px;
  padding-bottom: 40px;
}

.events-item__date {
  display: block;
  font-weight: 200;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.events-item__title {
  display: block;
  font-weight: 300;
  margin: 0;
  color: white;
  font-size: 22px;
  letter-spacing: 0.8px;
}

.events-item__location {
  display: block;
  font-size: 14px;
  font-weight: 200;
  background: url(mysource_files/map-pin-icon.svg) no-repeat 0 100%;
  padding-left: 20px;
  position: absolute;
  bottom: 20px;
}

.events-item__panels {
  height: 300px;
}

.events-item__panels:hover {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, black 100%);
  height: 100%;
}

.events-slider .slick-arrow {
  position: absolute;
  background: transparent;
  top: 45%;
  z-index: 2;
  border: none;
  background: initial;
  font-size: 0;
  padding: 0;
  width: 2.75rem;
  height: 2.75rem;
}

.events-slider .slick-arrow:before, .events-slider .slick-arrow:after {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.events-slider .slick-arrow:before {
  content: '';
  position: absolute;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border: 2px solid;
  border-color: white;
  background: white;
  border-radius: 3.125rem;
}

.events-slider .slick-arrow:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #9a8146;
  height: 0.75rem;
  width: 0.75rem;
}

.events-slider .slick-arrow:focus:before, .events-slider .slick-arrow:hover:before {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  background-color: white;
}

.events-slider .slick-arrow:focus:after, .events-slider .slick-arrow:hover:after {
  border-color: black;
}

.events-slider .slick-arrow.slick-prev {
  outline: 0;
  left: 2%;
}

@media screen and (min-width: 1500px) {
  .events-slider .slick-arrow.slick-prev {
    left: 5%;
  }
}

.events-slider .slick-arrow.slick-prev:before {
  top: 0;
}

.events-slider .slick-arrow.slick-prev:after {
  transform: rotate(225deg);
  top: 1rem;
  left: 1.125rem;
}

.events-slider .slick-arrow.slick-next {
  outline: 0;
  right: 2%;
}

@media screen and (min-width: 1500px) {
  .events-slider .slick-arrow.slick-next {
    right: 5%;
  }
}

.events-slider .slick-arrow.slick-next:after, .events-slider .slick-arrow.slick-next:before {
  right: 0;
  top: 0;
}

.events-slider .slick-arrow.slick-next:after {
  transform: rotate(45deg);
  top: 1rem;
  right: 1.125rem;
}

/* Module: S */
@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-Light.ttf) format("truetype");
}

@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-Light.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-Medium.ttf) format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-UltraLight.ttf) format("truetype");
  font-weight: 200;
}

.events-list {
  max-width: 1177px;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .events-list {
    margin: 0 auto;
  }
}

.events-list h2 {
  font-size: 18px;
  color: #555759;
  font-weight: bold;
}

.events-list__options-row {
  margin: 0;
}

.events-list__options-row > p {
  display: inline-block;
  width: 220px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #555759;
}

.events-list__options-row + .events-list__options-row {
  margin-top: 5px;
}

.events-list__options {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-weight: bold;
}

.events-list__options > li {
  margin-left: -5px;
  display: inline-block;
  position: relative;
}

.events-list__options > li:not(:last-of-type):after {
  display: inline-block;
  width: 1px;
  height: 26px;
  border-left: solid 1px #9a8146;
  content: '';
  right: 0;
  top: 10px;
  position: absolute;
}

.events-list__options > li button {
  margin-left: -1px;
  padding: 13px 25px;
  background: none;
  border: none;
  color: #4d4d4f;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
}

.events-list__options > li button.active {
  color: white;
  background: #9a8146;
}

.events-list__filtering {
  margin-bottom: 3em;
}

.events-list__items {
  margin-bottom: 60px;
}

.events-list__items th,
.events-list__items td {
  font-size: 14px;
  background: none;
  color: #555759;
  font-weight: bold;
  text-align: left;
  padding: 16px 0;
  border: none;
  padding-left: 10px;
}

@media screen and (min-width: 1200px) {
  .events-list__items th,
  .events-list__items td {
    padding-left: 0;
  }
}

.events-list__items thead {
  border-top: solid 1px rgba(154, 129, 70, 0.3);
}

.events-list__items tr {
  border-bottom: solid 1px rgba(154, 129, 70, 0.3);
}

@media screen and (min-width: 1200px) {
  .events-list__items td {
    width: 25%;
  }
}

.events-list__items td:nth-child(4) {
  text-align: right;
  width: auto;
}

@media screen and (min-width: 1200px) {
  .events-list__items td:nth-child(4) {
    min-width: 110px;
  }
}

.events-list__items td:nth-child(4) a + a {
  margin-left: 10px;
}

.events-list__items th:nth-child(1),
.events-list__items td:nth-child(1) {
  width: 10%;
  padding-left: 0;
}

.events-list__date {
  width: 60px;
  height: 60px;
  background: #9a8146;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: table;
}

.events-list__date > span {
  vertical-align: middle;
  display: table-cell;
}

.events-list__share,
.events-list__calendar {
  width: 44px;
  height: 44px;
  display: inline-block;
  border-radius: 22px;
}

.events-list__share {
  background: url(mysource_files/share-icon.svg) center no-repeat rgba(216, 216, 216, 0.67);
}

.events-list__calendar {
  background: url(mysource_files/calendar-icon.svg) center no-repeat rgba(216, 216, 216, 0.67);
}

/* Module: S */
.feature-carousel {
  margin-bottom: 40px;
}

ul.feature-slider {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.feature-slider .slick-prev, ul.feature-slider .slick-next {
  z-index: 1;
}

ul.feature-slider li {
  display: inline-block;
}

ul.feature-slider a {
  text-decoration: none;
  color: white;
  display: block;
}

.feature-item {
  background-color: #555759;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 489px;
  width: 295px;
  position: relative;
}

.feature-item:after {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
}

.feature-carousel .slick-track {
  margin-top: 30px;
  margin-bottom: 0;
  height: 489px;
}

@media screen and (min-width: 1200px) {
  .feature-carousel .slick-track {
    margin-bottom: 20px;
    height: auto;
  }
}

.feature-carousel .slick-slide {
  transition: box-shadow 400ms ease, transform 400ms ease, z-index 400ms ease;
  z-index: auto;
  position: relative;
}

.feature-carousel .slick-slide:hover {
  z-index: 19;
}

@media screen and (min-width: 1200px) {
  .feature-carousel .slick-slide:hover {
    transform: scale(1.1);
  }
}

.feature-item__text {
  color: white;
  width: 100%;
  padding: 20px 24px;
  padding-right: 48px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  letter-spacing: 0.5px;
}

.feature-item__title {
  display: block;
  font-weight: 300;
  margin: 0;
  color: white;
  font-size: 18px;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 0.8px;
}

.feature-item__title:after {
  content: '';
  position: absolute;
  width: 34px;
  height: 2px;
  background-color: #9a8146;
  left: 0;
  bottom: 0;
}

.feature-item__panels {
  height: 300px;
}

.feature-slider .slick-arrow {
  position: absolute;
  background: transparent;
  top: 45%;
  z-index: 2;
  border: none;
  background: initial;
  font-size: 0;
  padding: 0;
  width: 2.75rem;
  height: 2.75rem;
}

.feature-slider .slick-arrow:before, .feature-slider .slick-arrow:after {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.feature-slider .slick-arrow:before {
  content: '';
  position: absolute;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border: 2px solid;
  border-color: white;
  background: white;
  border-radius: 3.125rem;
}

.feature-slider .slick-arrow:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #9a8146;
  height: 0.75rem;
  width: 0.75rem;
}

.feature-slider .slick-arrow:focus:before, .feature-slider .slick-arrow:hover:before {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  background-color: white;
}

.feature-slider .slick-arrow:focus:after, .feature-slider .slick-arrow:hover:after {
  border-color: black;
}

.feature-slider .slick-arrow.slick-prev {
  outline: 0;
  left: 2%;
}

@media screen and (min-width: 1500px) {
  .feature-slider .slick-arrow.slick-prev {
    left: 5%;
  }
}

.feature-slider .slick-arrow.slick-prev:before {
  top: 0;
}

.feature-slider .slick-arrow.slick-prev:after {
  transform: rotate(225deg);
  top: 1rem;
  left: 1.125rem;
}

.feature-slider .slick-arrow.slick-next {
  outline: 0;
  right: 2%;
}

@media screen and (min-width: 1500px) {
  .feature-slider .slick-arrow.slick-next {
    right: 5%;
  }
}

.feature-slider .slick-arrow.slick-next:after, .feature-slider .slick-arrow.slick-next:before {
  right: 0;
  top: 0;
}

.feature-slider .slick-arrow.slick-next:after {
  transform: rotate(45deg);
  top: 1rem;
  right: 1.125rem;
}

/* Module: S */
.footer {
  background: #555759;
  color: white;
  font-weight: 300;
  font-size: 0.875rem;
}

.footer a, .footer h4 {
  color: white;
}

.footer ul {
  margin: 0;
}

.footer-menu {
  display: block;
}

@media screen and (min-width: 1200px) {
  .footer-menu {
    display: flex;
  }
}

.footer-menu h4 {
  font-size: 1rem;
  margin: 0;
  cursor: pointer;
  padding: 23px 30px;
}

@media screen and (min-width: 1200px) {
  .footer-menu h4 {
    cursor: auto;
    font-size: 0.875rem;
    padding: 10px 0;
  }
}

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

@media screen and (min-width: 1200px) {
  .footer-menu li {
    padding: 6px 0;
  }
}

.footer-menu a {
  text-decoration: none;
}

.footer-menu a:hover {
  text-decoration: underline;
}

.footer-menu--bottom {
  margin-top: 5px;
}

.footer-menu--bottom a {
  display: inline-block;
  padding-top: 12px;
  border-top: 1px solid white;
}

.footer-menu__locations h4, .footer-menu__quicklinks h4 {
  position: relative;
}

.footer-menu__locations h4:after, .footer-menu__quicklinks h4:after {
  content: '';
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-color: white;
  right: 30px;
  top: 30px;
  transform: rotate(225deg);
}

@media screen and (min-width: 1200px) {
  .footer-menu__locations h4:after, .footer-menu__quicklinks h4:after {
    content: none;
  }
}

@media screen and (min-width: 1200px) {
  .footer-menu__locations ul, .footer-menu__quicklinks ul {
    max-height: none;
  }
}

.footer-menu__locations li, .footer-menu__quicklinks li {
  padding: 10px 30px;
}

@media screen and (min-width: 1200px) {
  .footer-menu__locations li, .footer-menu__quicklinks li {
    padding: 6px 0;
  }
}

.active.footer-menu__locations ul:last-child, .active.footer-menu__quicklinks ul:last-child {
  padding-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .active.footer-menu__locations ul:last-child, .active.footer-menu__quicklinks ul:last-child {
    padding-bottom: 0;
  }
}

.active.footer-menu__locations h4:after, .active.footer-menu__quicklinks h4:after {
  transform: rotate(45deg);
}

.footer-menu__locations {
  border-bottom: 1px solid white;
}

@media screen and (min-width: 1200px) {
  .footer-menu__locations {
    padding: 27px 0;
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    border-right: 1px solid white;
    border-bottom: none;
  }
}

.footer-menu__quicklinks {
  border-bottom: 1px solid white;
}

@media screen and (min-width: 1200px) {
  .footer-menu__quicklinks {
    padding: 27px 0;
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    border-right: 1px solid white;
    border-bottom: none;
  }
  .footer-menu__quicklinks ul {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
  .footer-menu__quicklinks li {
    padding-left: 60px;
  }
}

.footer-menu__social {
  display: flex;
  align-items: center;
}

.footer-menu__social ul {
  margin: 0 auto;
  padding: 40px 0;
}

.footer-menu__social li {
  display: inline-block;
}

.footer-menu__social svg, .footer-menu__social img {
  display: block;
}

.footer-menu__social a {
  display: block;
  background: white;
  border-radius: 50px;
  margin-left: 6px;
  width: 43px;
  height: 43px;
}

@media screen and (min-width: 1200px) {
  .footer-menu__social a {
    margin-left: 4px;
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-menu__social {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
  .footer-menu__social ul {
    margin-right: 0;
    margin-left: auto;
    padding: 0;
  }
}

.footer-bottom {
  border-top: 1px solid white;
  padding: 25px 30px;
}

@media screen and (min-width: 1200px) {
  .footer-bottom {
    padding: 34px 0;
  }
}

.footer-bottom__copy {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .footer-bottom__copy {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
    text-align: left;
  }
}

ul.footer-bottom__list {
  padding: 0;
  padding-top: 10px;
  list-style: none;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  ul.footer-bottom__list {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    padding-top: 0;
    text-align: right;
  }
}

ul.footer-bottom__list li {
  display: inline;
  padding-right: 10px;
}

ul.footer-bottom__list li:after {
  content: '|';
  padding-left: 10px;
}

ul.footer-bottom__list li:last-child:after {
  content: none;
}

ul.footer-bottom__list a {
  text-decoration: none;
}

ul.footer-bottom__list a:hover {
  text-decoration: underline;
}

/* Module: S */
input[type=text], input[type=email], input[type=number], input[type=tel], select {
  border: 1px solid #9a8146;
  padding: 0 14px;
  height: 40px;
  background: white;
}

fieldset {
  border: none;
}

.sq-form-required-field {
  color: #ef1c1c;
}

abbr[title].sq-form-required-field {
  border-bottom: none;
  text-decoration: none;
}

.sq-form-question {
  margin-bottom: 20px;
}

.sq-form-question-title {
  display: block;
  margin-top: 10px;
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .sq-form-question-title {
    margin-bottom: 7px;
  }
}

.sq-form-question-answer input {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .sq-form-question-answer input {
    width: initial;
  }
}

input.sq-form-submit {
  background-position: right 52%;
  font-weight: bold;
  float: right;
}

input[value="Back"].sq-form-submit {
  background: gray;
}

.nd-form {
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}

.nd-form::after {
  clear: both;
  content: "";
  display: block;
}

.nd-form--halfpage {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media screen and (min-width: 600px) {
  .nd-form--halfpage {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px;
    position: relative;
  }
}

.nd-form__row {
  margin-bottom: 20px;
}

.nd-form__row::after {
  clear: both;
  content: "";
  display: block;
}

.nd-form__col {
  display: block;
}

.nd-form__col.nd-form__col--basewidth input {
  width: initial;
}

.nd-form__col input {
  width: 100%;
}

.nd-form__error {
  color: #ef1c1c;
  display: block;
  margin-bottom: 0.4375rem;
}

@media screen and (min-width: 1200px) {
  .nd-form__error {
    margin-bottom: 0rem;
  }
}

.nd-form__row.error input, .nd-form__row.error textarea, .nd-form__row.error select {
  border: 1px red solid;
}

.nd-form__info {
  color: green;
  display: block;
  font-weight: bold;
}

.nd-form .nd-form--date select {
  width: 31.76157%;
  margin-right: 2.35765%;
  float: left;
  display: block;
}

.nd-form .nd-form--date select:last-of-type {
  margin-right: 0;
}

.nd-form--date input[type="text"] {
  width: 25%;
}

.nd-form--date input[name="q2490_q4_value[d]"],
.nd-form--date input[name="q3127_q4_value[d]"],
.nd-form--date input[name="q2489_q4_value[d]"] {
  margin-right: 3%;
}

.nd-form--date input[name="q2490_q4_value[m]"],
.nd-form--date input[name="q3127_q4_value[m]"],
.nd-form--date input[name="q2489_q4_value[m]"] {
  margin-right: 3%;
  margin-left: 2%;
}

.nd-form--date input[name="q2490_q4_value[y]"],
.nd-form--date input[name="q3127_q4_value[y]"],
.nd-form--date input[name="q2489_q4_value[y]"] {
  margin-left: 2%;
}

.nd-form__tip {
  margin: 10px 0;
  font-style: italic;
}

@media screen and (min-width: 600px) {
  .nd-form__tip {
    font-style: normal;
    margin: 0;
    position: absolute;
    left: 100%;
    width: 71.82117%;
    margin-left: 2.35765%;
    border: 1px solid #f8f8f8;
    padding: 15px;
    background: #f8f8f8;
  }
  .nd-form__tip:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #f8f8f8;
    border-bottom: 5px solid transparent;
    left: -6px;
    top: 15px;
  }
}

.nd-form__guest {
  position: relative;
}

@media screen and (min-width: 600px) {
  .nd-form__guest .nd-form__tip {
    top: 0;
  }
}

.nd-form__note {
  font-size: em(13);
  color: gray;
}

textarea.nd-form--contact {
  width: 100%;
  border: 1px solid #cecac6;
  background: white;
  padding: 5px;
}

.nd-form select {
  width: 100%;
  min-height: 40px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ0NC44MTkgNDQ0LjgxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ0LjgxOSA0NDQuODE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQzNC4yNTIsMTE0LjIwM2wtMjEuNDA5LTIxLjQxNmMtNy40MTktNy4wNC0xNi4wODQtMTAuNTYxLTI1Ljk3NS0xMC41NjFjLTEwLjA5NSwwLTE4LjY1NywzLjUyMS0yNS43LDEwLjU2MSAgIEwyMjIuNDEsMjMxLjU0OUw4My42NTMsOTIuNzkxYy03LjA0Mi03LjA0LTE1LjYwNi0xMC41NjEtMjUuNjk3LTEwLjU2MWMtOS44OTYsMC0xOC41NTksMy41MjEtMjUuOTc5LDEwLjU2MWwtMjEuMTI4LDIxLjQxNiAgIEMzLjYxNSwxMjEuNDM2LDAsMTMwLjA5OSwwLDE0MC4xODhjMCwxMC4yNzcsMy42MTksMTguODQyLDEwLjg0OCwyNS42OTNsMTg1Ljg2NCwxODUuODY1YzYuODU1LDcuMjMsMTUuNDE2LDEwLjg0OCwyNS42OTcsMTAuODQ4ICAgYzEwLjA4OCwwLDE4Ljc1LTMuNjE3LDI1Ljk3Ny0xMC44NDhsMTg1Ljg2NS0xODUuODY1YzcuMDQzLTcuMDQ0LDEwLjU2Ny0xNS42MDgsMTAuNTY3LTI1LjY5MyAgIEM0NDQuODE5LDEzMC4yODcsNDQxLjI5NSwxMjEuNjI5LDQzNC4yNTIsMTE0LjIwM3oiIGZpbGw9IiMwMDAwMDAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-size: 8px;
}

.nd-form .nd-form__row ul {
  list-style: none;
  padding-left: 0;
}

.nd-form .nd-form__row li {
  display: inline-block;
  margin-right: 20px;
}

.nd-form .nd-form__row li:before {
  content: none;
}

ul.sq-form-page-list {
  padding-left: 0;
}

ul.sq-form-page-list li {
  font-weight: bold;
  margin: 0;
  display: none;
}

ul.sq-form-page-list li:before {
  content: none;
}

ul.sq-form-page-list li.sq-form-current-page-number {
  display: block;
}

.step--desktop {
  display: none;
}

.step__mobi {
  display: block;
  content: '';
  width: 100%;
}

.step__bar {
  display: block;
  background: #CCC;
  border-radius: 15px;
}

.step__bar-percent {
  display: block;
  border-radius: 15px 0 0 15px;
  background: #9a8146;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.step__bar-percent.lastPage {
  border-radius: 15px;
}

.step__description {
  display: block;
  font-style: bold;
  padding-bottom: 10px;
  padding-left: 10px;
}

.sq-form-current-page-number .step--desktop {
  background: green;
}

.form--show:after {
  display: inline-block;
  content: ' ';
  right: 10px;
  margin-left: 10px;
  margin-bottom: 2px;
  top: 18px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: red;
  height: 0.5em;
  width: 0.5em;
  transform: rotate(135deg);
}

.form--show.hide:after {
  transform: rotate(-44deg);
}

.seminar__sms-reminder ul {
  padding-left: 0;
}

.seminar__sms-reminder li:before {
  content: none;
}

.back_to_top {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: transparent url(mysource_files/go_to_top.png) no-repeat;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 600px) {
  .back_to_top {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1200px) {
  .back_to_top {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

select::-ms-expand {
  border: none;
  background: #f7f6f4;
}

input[type=radio], input[type=checkbox] {
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  clip: rect(0 0 0 0);
}

input[type=radio] + label {
  padding: 10px 20px 10px 50px;
  display: block;
  cursor: pointer;
  position: relative;
}

input[type=radio] + label:before, input[type=radio] + label:after {
  position: absolute;
  content: '';
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

input[type=radio] + label:before {
  width: 25px;
  height: 25px;
  top: 9px;
  left: 9px;
  background: white;
  border: 1px solid #9a8146;
}

input[type=radio]:checked + label {
  position: relative;
}

input[type=radio]:checked + label:before {
  width: 25px;
  height: 25px;
  top: 9px;
  left: 9px;
  background: white;
  border: 8px solid #9a8146;
}

.formRadio--vertical li {
  display: block;
  margin-right: 0;
}

input[type=checkbox] + label {
  padding: 10px 20px 10px 50px;
  display: block;
  cursor: pointer;
  position: relative;
}

input[type=checkbox] + label:before, input[type=checkbox] + label:after {
  position: absolute;
  content: '';
}

input[type=checkbox] + label:before {
  width: 25px;
  height: 25px;
  top: 9px;
  left: 9px;
  background: white;
  border: 1px solid #9a8146;
}

input[type=checkbox]:checked + label {
  position: relative;
}

input[type=checkbox]:checked + label:before {
  width: 25px;
  height: 25px;
  top: 9px;
  left: 9px;
  background: white;
  border: 2px solid #9a8146;
}

input[type=checkbox]:checked + label:after {
  width: 14px;
  height: 8px;
  border: solid #9a8146;
  border-width: 0 0 3px 3px;
  transform: rotate(315deg);
  top: 37%;
  left: 15px;
}

.nd-form--fullpage {
  margin: 0 20px;
}

.nd-form__paginate-buttons {
  text-align: right;
}

.nd-form__pagination {
  margin-bottom: 2em;
}

.parsley-errors-list.filled {
  opacity: 1;
  color: red;
}

.step__bar-percent[style='width:100%;'] {
  border-radius: 15px;
}

input[type=text].parsley-error,
input[type=email].parsley-error,
input[type=number].parsley-error,
input[type=tel].parsley-error {
  border: 1px solid red !important;
}

input[type="checkbox"].parsley-error + label:before,
input[type="radio"].parsley-error + label:before {
  border: 1px solid red;
}

/* Module: S */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #4a4a4a;
}

h1 {
  color: #404040;
  font-size: 36px;
  letter-spacing: 1.2px;
}

h2 {
  color: #9a8146;
  font-size: 24px;
  letter-spacing: 0.8px;
}

h3 {
  font-weight: bold;
  font-size: 18px;
}

h4 {
  color: #9a8146;
  font-weight: bold;
  font-size: 18px;
}

h5 {
  font-weight: bold;
  font-size: 16px;
}

h6 {
  font-weight: bold;
  font-size: 16px;
}

a {
  color: #9a8146;
}

.content li {
  margin-bottom: 5px;
}

.content li ol, .content li ul {
  margin-top: 5px;
}

.button, input.sq-form-submit, .program-togglers label, .saved-programs__button, .save-btn {
  padding: 11px 22px 11px 22px;
  font-size: 13px;
  font-weight: bold;
  border: 2px solid #9a8146;
  position: relative;
  background: transparent;
}

.button:hover, input.sq-form-submit:hover, .program-togglers label:hover, .saved-programs__button:hover, .save-btn:hover, .button:focus, input.sq-form-submit:focus, .program-togglers label:focus, .saved-programs__button:focus, .save-btn:focus {
  background: #9a8146;
  color: white;
}

.button.button--arrow, input.button--arrow.sq-form-submit, .program-togglers label.button--arrow, .button--arrow.saved-programs__button, .button--arrow.save-btn {
  padding-right: 28px;
}

.button.button--arrow:after, input.button--arrow.sq-form-submit:after, .program-togglers label.button--arrow:after, .button--arrow.saved-programs__button:after, .button--arrow.save-btn:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-color: black;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 47%;
  transform: rotate(45deg) translateY(-50%);
  margin-left: 5px;
}

.button.button--padded, input.button--padded.sq-form-submit, .program-togglers label.button--padded, .button--padded.saved-programs__button, .button--padded.save-btn {
  padding-top: 16px;
  padding-bottom: 16px;
}

.button.button--uppercase, input.button--uppercase.sq-form-submit, .program-togglers label.button--uppercase, .button--uppercase.saved-programs__button, .button--uppercase.save-btn {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.button.button--clear, input.button--clear.sq-form-submit, .program-togglers label.button--clear, .button--clear.saved-programs__button, .button--clear.save-btn {
  background: none;
  color: white;
}

.button.button--clear:hover, input.button--clear.sq-form-submit:hover, .program-togglers label.button--clear:hover, .button--clear.saved-programs__button:hover, .button--clear.save-btn:hover, .button.button--clear:focus, input.button--clear.sq-form-submit:focus, .program-togglers label.button--clear:focus, .button--clear.saved-programs__button:focus, .button--clear.save-btn:focus {
  background: #9a8146;
}

.button.button--download, input.button--download.sq-form-submit, .program-togglers label.button--download, .button--download.saved-programs__button, .button--download.save-btn, .button.button--save, input.button--save.sq-form-submit, .program-togglers label.button--save, .button--save.saved-programs__button, .button--save.save-btn {
  padding-left: 40px;
}

.button.button--download, input.button--download.sq-form-submit, .program-togglers label.button--download, .button--download.saved-programs__button, .button--download.save-btn {
  background: url(mysource_files/download-icon.svg) no-repeat 12% 50%;
}

.button.button--download:hover, input.button--download.sq-form-submit:hover, .program-togglers label.button--download:hover, .button--download.saved-programs__button:hover, .button--download.save-btn:hover, .button.button--download:focus, input.button--download.sq-form-submit:focus, .program-togglers label.button--download:focus, .button--download.saved-programs__button:focus, .button--download.save-btn:focus {
  background: #9a8146 url(mysource_files/download-icon-white.svg) no-repeat 12% 50%;
}

.button.button--save, input.button--save.sq-form-submit, .program-togglers label.button--save, .button--save.saved-programs__button, .button--save.save-btn {
  background: url(mysource_files/gold-star.svg) no-repeat 12% 50%;
}

.button.button--save:hover, input.button--save.sq-form-submit:hover, .program-togglers label.button--save:hover, .button--save.saved-programs__button:hover, .button--save.save-btn:hover, .button.button--save:focus, input.button--save.sq-form-submit:focus, .program-togglers label.button--save:focus, .button--save.saved-programs__button:focus, .button--save.save-btn:focus, .button.button--save.active, input.button--save.active.sq-form-submit, .program-togglers label.button--save.active, .button--save.active.saved-programs__button, .button--save.active.save-btn {
  background: #9a8146 url(mysource_files/white-star.svg) no-repeat 12% 50%;
}

.button.button--save .program-details__selected, input.button--save.sq-form-submit .program-details__selected, .program-togglers label.button--save .program-details__selected, .button--save.saved-programs__button .program-details__selected, .button--save.save-btn .program-details__selected {
  display: inline;
}

.button.button--save .program-details__unselected, input.button--save.sq-form-submit .program-details__unselected, .program-togglers label.button--save .program-details__unselected, .button--save.saved-programs__button .program-details__unselected, .button--save.save-btn .program-details__unselected {
  display: none;
}

.button.button--save.active .program-details__selected, input.button--save.active.sq-form-submit .program-details__selected, .program-togglers label.button--save.active .program-details__selected, .button--save.active.saved-programs__button .program-details__selected, .button--save.active.save-btn .program-details__selected {
  display: none;
}

.button.button--save.active .program-details__unselected, input.button--save.active.sq-form-submit .program-details__unselected, .program-togglers label.button--save.active .program-details__unselected, .button--save.active.saved-programs__button .program-details__unselected, .button--save.active.save-btn .program-details__unselected {
  display: inline;
}

.button.active, input.active.sq-form-submit, .program-togglers label.active, .active.saved-programs__button, .active.save-btn {
  background: #9a8146;
  color: white;
}

input[type="submit"] {
  padding: 11px 22px 11px 22px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #9a8146;
  position: relative;
  background: #9a8146;
  color: white;
  float: none;
}

.program-details .content > h1:first-child {
  color: #9a8146;
  margin-bottom: 0;
  letter-spacing: 1.6px;
}

.program-details .content > div:first-of-type {
  font-size: 18px;
  letter-spacing: 0.5px;
}

.program-details .content > div:first-of-type p:first-child {
  margin-top: 0;
  letter-spacing: 0.7px;
}

.landing h1.layout-page-title {
  text-align: center;
  letter-spacing: 1.2px;
  margin: 0.67em 0;
}

/* Module: S */
.home-carousel {
  overflow: hidden;
  position: relative;
}

.home-carousel .home-carousel__item-container {
  height: 100vh;
}

.home-carousel .carousel__item {
  height: 100vh;
}

.home-carousel .carousel__item.youtube {
  position: relative;
}

.home-carousel .carousel__item.youtube:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
}

.home-carousel .carousel__content {
  padding-top: 0;
}

.carousel-location__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.carousel-location {
  color: red;
  position: absolute;
  width: 100%;
  padding: 0 20px;
  top: 90vh;
  text-align: right;
  z-index: 1;
  letter-spacing: 5px;
}

.carousel-location__text {
  background: blue;
  color: white;
  background: url(mysource_files/map-pin-icon.svg) no-repeat;
  padding-left: 20px;
  text-transform: uppercase;
}

.home-carousel-jumpDown {
  position: absolute;
  bottom: 60px;
  text-align: center;
  width: 100%;
  color: white;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.home-carousel-jumpDown span {
  display: block;
  font-size: 13px;
}

.jumpDownButton {
  margin: 0 auto;
  display: inline-block;
  width: 100px;
  height: 165px;
  padding-top: 10px;
  position: relative;
}

.jumpDownButton__circle, .jumpDownButton__line {
  position: absolute;
}

.jumpDownButton__circle {
  height: 60px;
  width: 60px;
  margin: 0 20px;
  border-radius: 50px;
  border: 2px dotted #5e9cd6;
  position: relative;
  z-index: 2;
}

.jumpDownButton__arrow {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(225deg);
  left: 45px;
  top: 35px;
}

.jumpDownButton__dot {
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  border: 5px solid #5e9cd6;
  background: white;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.jumpDownButton__line--dashed {
  content: '';
  position: absolute;
  top: 75px;
  width: 1px;
  height: 60px;
  border-left: #9a8146 dotted 2px;
  left: 50%;
  transform: translate(-50%, 0);
}

.jumpDownButton__line--solid {
  content: '';
  position: absolute;
  top: 75px;
  width: 1px;
  border-left: #9a8146 solid 2px;
  left: 50%;
  transform: translate(-50%, 0);
}

.jumpDownButton__circle--dot {
  position: absolute;
  height: 0;
  width: 0;
  border-radius: 50px;
  border: solid #5e9cd6;
  border-width: 0;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.jumpDownButton__target {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  border: 2px solid #5e9cd6;
  position: absolute;
  bottom: 0;
  left: 43px;
}

.jumpDownButton__target::after {
  content: '';
  width: 32px;
  height: 32px;
  border: 2px dotted #5e9cd6;
  border-radius: 20px;
  display: inline-block;
  margin-left: -11px;
  margin-top: -11px;
}

.scroll-jacked {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
}

.scroll-jacked--animating {
  width: 100% !important;
  overflow: hidden;
}

.video-overlay {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: red;
  position: absolute;
  opacity: 0;
}

/* Module: S */
.homepage-video {
  overflow: hidden;
}

.homepage-video__iframe-container {
  height: 100vh;
}

.homepage-video__image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 7s ease-in-out;
}

.homepage-video__image-container {
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .embed-player {
    position: relative;
  }
}

/* Module: S */
.logo {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding-top: 70px;
}

.logo img {
  margin: 0 auto;
}

.logo-crest {
  display: block;
}

.logo-type {
  display: none;
  padding-top: 22px;
}

@media screen and (min-width: 1200px) {
  .logo-type {
    display: block;
  }
}

/* Module: S */
.nd-difference {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.nd-difference .slick-track {
  margin: 0 auto;
}

.nd-difference .slick-dots button {
  border: none;
  font-size: 0;
  height: 0.875rem;
  width: 0.875rem;
  padding: 0;
  margin: 0 0.25rem;
  border-radius: 1.5625rem;
  border: 1px solid #9a8146;
  background: initial;
  position: relative;
}

.nd-difference .slick-dots button:after {
  border-radius: 1.5625rem;
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  height: 6px;
  width: 6px;
  background: #9a8146;
}

.nd-difference .slick-dots .slick-active button {
  background: #9a8146;
}

.nd-difference .slick-dots .slick-active button:after {
  background: white;
}

.nd-difference__heading {
  font-size: 35px;
  color: #4a4a4a;
  margin: 0;
  display: inline;
  letter-spacing: 1.1px;
}

.typed-cursor {
  font-size: 35px;
}

.nd-difference__subheader {
  color: #555759;
  font-size: 20px;
  letter-spacing: 1.3px;
}

.nd-difference__content {
  list-style: none;
  padding: 0;
}

.nd-difference__content::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 1200px) {
  .nd-difference__content {
    margin-left: 80px;
    margin-right: 80px;
  }
}

.nd-difference__image {
  background: url(mysource_files/laurel.svg) no-repeat;
  background-size: contain;
  background-position: center;
  height: 180px;
  margin: 0 20px;
}

.nd-difference__text {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  height: 100%;
  width: 120px;
  padding-bottom: 26px;
}

.nd-difference__text p {
  display: table-cell;
  vertical-align: middle;
}

.nd-difference__foot-text {
  font-size: 14px;
}

.nd-difference__button {
  margin-top: 20px;
}

/* Module: S */
.news-buttons {
  text-align: center;
  margin-bottom: 24px;
}

.news-buttons a {
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .news-buttons {
    text-align: right;
  }
  .news-buttons a {
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 0;
  }
}

/* Module: S */
.event-details .main > .content-container:first-child, .news-details .main > .content-container:first-child, .landing .main > .content-container:first-child, .home .main > .content-container:first-child {
  padding: 0;
}

.news-events-banner {
  background: #f8f8f8;
}

@media screen and (min-width: 1200px) {
  .news-events-banner {
    min-height: 233px;
  }
}

.news-events-banner__container {
  position: relative;
}

img.news-events-banner__thumbnail {
  display: none;
}

@media screen and (min-width: 1200px) {
  img.news-events-banner__thumbnail {
    display: block;
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
    position: absolute;
    width: initial;
    left: 20px;
    top: -20px;
    margin: 0;
    width: 425px;
    max-height: 280px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center;
  }
}

.news-events-banner__content {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  padding: 20px 0;
}

@media screen and (min-width: 1200px) {
  .news-events-banner__content {
    padding-top: 70px;
  }
}

img + .news-events-banner__content {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media screen and (min-width: 1200px) {
  img + .news-events-banner__content {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(41.66667% - 28.33333px + 40px);
  }
}

h1.news-events-banner__heading {
  margin: 0;
  font-weight: normal;
}

.news-events-banner__details {
  padding-top: 20px;
  font-weight: bold;
  color: #555759;
}

.news-events-banner__location, .news-events-banner__date {
  padding: 3px 13px 3px 30px;
  font-size: 14px;
}

.news-events-banner__location {
  border-right: 1px solid #9a8146;
  background: url(mysource_files/map-pin-icon-gold.svg) no-repeat 0 50%;
  margin-right: 13px;
}

.news-events-banner__date {
  background: url(mysource_files/calendar-icon.svg) no-repeat 0 50%;
}

/* Module: S */
@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-Light.ttf) format("truetype");
}

@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-Light.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-Medium.ttf) format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-UltraLight.ttf) format("truetype");
  font-weight: 200;
}

.news-list {
  max-width: 1177px;
  margin: 0 2em;
}

@media screen and (min-width: 1200px) {
  .news-list {
    margin: 0 auto;
  }
}

.news-list h2 {
  font-size: 18px;
  color: #555759;
  font-weight: bold;
}

.news-list__options-row {
  margin: 0;
}

.news-list__options-row > p {
  display: inline-block;
  width: 220px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #555759;
}

.news-list__options-row + .news-list__options-row {
  margin-top: 5px;
}

.news-list__options {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-weight: bold;
}

.news-list__options > li {
  margin-left: -5px;
  display: inline-block;
  position: relative;
}

.news-list__options > li:not(:last-of-type):after {
  display: inline-block;
  width: 1px;
  height: 26px;
  border-left: solid 1px #9a8146;
  content: '';
  right: 0;
  top: 10px;
  position: absolute;
}

.news-list__options > li button {
  margin-left: -1px;
  padding: 13px 25px;
  background: none;
  border: none;
  color: #4d4d4f;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
}

.news-list__options > li button.active {
  color: white;
  background: #9a8146;
}

.news-list__filtering {
  margin-bottom: 3em;
}

.news-list__item {
  padding: 2em 0;
  position: relative;
  border-top: solid 0.5px rgba(85, 87, 89, 0.24);
}

.news-list__item:last-of-type {
  border-bottom: solid 0.5px rgba(85, 87, 89, 0.24);
}

.news-list__item-title {
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #93824a;
  font-size: 18px;
  display: inline-block;
  margin-top: 0;
  margin-right: 90px;
}

.news-list__item-title > a {
  text-decoration: none;
}

.news-list__item-date {
  position: absolute;
  right: 0;
  top: 37px;
  color: #93824a;
  text-align: right;
  letter-spacing: 0.3px;
  font-size: 14px;
  font-weight: bold;
}

.news-list__item-summary {
  line-height: 1.38;
  letter-spacing: 0.4px;
  color: #4a4a4a;
}

.news-list__items-more {
  text-align: center;
  margin: 30px 0 44px 0;
}

/* Module: S */
@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-Light.ttf) format("truetype");
}

@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-Light.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-Medium.ttf) format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-UltraLight.ttf) format("truetype");
  font-weight: 200;
}

.news-masonry__sizer,
.news-masonry__column {
  width: 100%;
  height: 493px;
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .news-masonry__sizer,
  .news-masonry__column {
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .news-masonry__sizer,
  .news-masonry__column {
    width: 16.66667%;
  }
}

.news-masonry__column {
  padding-right: 0;
}

@media (min-width: 768px) {
  .news-masonry__column {
    padding-left: 22px;
  }
  .news-masonry__column--first {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .news-masonry__column--large {
    width: 66.66667%;
  }
}

@media (min-width: 1200px) {
  .news-masonry__column--large {
    width: 33.33333%;
  }
}

.news-masonry__item {
  position: relative;
  display: block;
  height: 100%;
  margin: 0 19px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .news-masonry__item {
    margin: 0;
  }
}

.news-masonry__item--small {
  height: 237px;
  border: solid 1px #9a8146;
  margin-bottom: 22px;
}

.news-masonry__item--small + .news-masonry__item--small {
  margin-bottom: 0;
}

.news-masonry__item-image img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  z-index: -1;
}

.news-masonry__item-image::before {
  top: 0;
}

.news-masonry__item-image::after {
  bottom: 0;
}

.news-masonry__item-image::before, .news-masonry__item-image::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
}

.news-masonry__item-image::after {
  background-image: linear-gradient(to bottom, transparent, #000000);
  height: 232px;
}

.news-masonry__item-caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  color: #4a4a4a;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

.news-masonry__item-caption--white {
  color: white;
  left: 40px;
  right: 40px;
  z-index: 1;
}

.news-masonry__item-category {
  border: solid 1px white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: white;
  text-align: center;
  display: inline-block;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px 12px;
}

.news-masonry__item-date {
  margin-top: 24px;
  margin-left: 30px;
  right: 24px;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
  color: #8f8f8f;
  display: inline-block;
}

.news-masonry__item-source {
  width: 25px;
  height: 25px;
  display: inline-block;
  float: right;
  margin-top: 13px;
  margin-right: 13px;
  background: black;
}

.news-masonry__item-source--external {
  background: transparent;
}

.news-masonry__item-source--twitter {
  background: url(mysource_files/twitter-white.svg) center/15px 12px no-repeat, black;
}

.news-masonry__item-source--facebook {
  background: url(mysource_files/facebook-logo.svg) bottom right 4px/11px 21px no-repeat, black;
}

.news-masonry__item-source--instagram {
  background: url(mysource_files/instagram-logo.svg) center center no-repeat;
}

.news-masonry__item-playbtn {
  width: 64px;
  height: 64px;
  content: '';
  display: block;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 32px;
  top: calc(50% - (64px/2));
  left: calc(50% - (64px/2));
  position: absolute;
}

.news-masonry__item-playbtn::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: solid transparent 7.5px;
  border-bottom: solid transparent 7.5px;
  border-left: solid black 13px;
  top: 25.5px;
  left: 24.5px;
  position: absolute;
}

/* Module: S */
.partnerships {
  padding: 35px 0;
  text-align: center;
}

.partnerships p {
  font-size: 20px;
}

.partnerships__text {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

ul.partnership-list {
  padding-left: 0;
  list-style: none;
  text-align: center;
}

ul.partnership-list li {
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 20px;
}

/* Module: S */
.program-container::after {
  clear: both;
  content: "";
  display: block;
}

.program-container h1 {
  text-align: center;
}

.program-togglers {
  text-align: center;
  margin-top: 20px;
}

.program-togglers a {
  margin-right: 10px;
}

.program-togglers input {
  position: absolute;
  opacity: 0;
}

.program-togglers label {
  cursor: pointer;
  margin-right: 10px;
  display: inline-block !important;
  padding: 10px 20px !important;
}

.program-togglers label:before, .program-togglers label:after {
  content: none !important;
}

.program-togglers input:checked + label {
  color: white;
  background: #9a8146;
}

.saved-programs {
  padding: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.saved-programs h3 {
  text-align: center;
  color: #4a4a4a;
  margin-top: 0;
}

@media screen and (min-width: 1200px) {
  .saved-programs {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    border: 1px solid #9a8146;
  }
}

.saved-programs__item {
  background: #efede7;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .saved-programs__item {
    padding-right: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .saved-programs__button-container {
    position: absolute;
    right: 90px;
    top: 10px;
  }
}

.saved-programs__button {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .saved-programs__button {
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 0;
  }
}

.saved-programs__footer {
  text-align: center;
  padding-top: 10px;
}

.saved-programs__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
}

.saved-programs__close:before, .saved-programs__close:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: black;
  top: 0;
  left: 10px;
}

.saved-programs__close:before {
  transform: rotate(135deg);
}

.saved-programs__close:after {
  transform: rotate(45deg);
}

.saved-programs__title-container {
  display: block;
  margin-bottom: 20px;
  margin-right: 30px;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .saved-programs__title-container {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
  }
}

.saved-programs__degree {
  color: black;
}

.saved-programs__campus {
  color: #9a8146;
}

ul.program-list {
  margin: 0;
  list-style: none;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  padding: 40px 0;
}

li.program-list__item {
  position: relative;
  padding: 18px 60px;
  border-bottom: 2px solid #ded3c1;
}

li.program-list__item:first-child {
  border-top: 2px solid #ded3c1;
}

@media screen and (min-width: 1200px) {
  li.program-list__item {
    padding-left: 18px;
  }
}

li.program-list__item:after {
  content: '';
  position: absolute;
  right: 20px;
  height: 6px;
  width: 6px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  margin-left: 5px;
}

.program-list__degree {
  font-size: 20px;
  font-weight: bold;
  padding-right: 20px;
}

.program-list__title {
  text-decoration: none;
}

.program-list__degree:hover {
  text-decoration: underline;
}

.program-list__campus {
  font-size: 14px;
}

.program-list__degree {
  color: #4a4a4a;
}

.save-btn {
  position: absolute;
  top: 12px;
  left: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  background-image: url(mysource_files/gold-star.svg);
  background-repeat: no-repeat;
  background-position: 8px 9px;
}

@media screen and (min-width: 1200px) {
  .save-btn {
    left: auto;
    height: auto;
    width: auto;
    right: 60px;
    padding: 11px 22px 11px 44px;
    background-position: 10px 10px;
  }
}

.save-btn:hover {
  background-color: #b69b5d;
}

.save-btn.active:hover {
  background-color: #9a8146;
}

.save-btn.active, .save-btn:hover, .save-btn:focus {
  background-image: url(mysource_files/white-star.svg);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

.find-out-more {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

ul.program-landing-links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

ul.program-landing-links li {
  display: block;
  margin-bottom: 20px;
}

ul.program-landing-links a:after {
  right: 16px;
}

/* Module: S */
.related-links {
  margin-bottom: 40px;
}

.related-links__heading {
  margin-left: 20px;
}

.related-links__items {
  list-style: none;
  padding: 0;
}

.related-links__items::after {
  clear: both;
  content: "";
  display: block;
}

.related-links__items li {
  position: relative;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #555759;
}

@media screen and (min-width: 1200px) {
  .related-links__items li {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
}

.related-links__items a {
  font-weight: normal;
  font-size: 18px;
  color: white;
  padding: 20px;
  height: 200px;
  display: block;
  text-decoration: none;
}

.related-links__items a:hover {
  text-decoration: underline;
}

.related-links__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.related-links__overlay:before {
  content: '';
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

.related-links__link {
  position: absolute;
  bottom: 20px;
  padding-right: 20px;
  z-index: 1;
  min-height: 60px;
}

/* Module: S */
.scroll-anchors {
  display: none;
  position: absolute;
  margin-top: 915px;
  z-index: 2;
  top: 35%;
  right: 1%;
  transform: translate(0, -50%);
}

@media screen and (min-width: 1200px) {
  .scroll-anchors {
    display: block;
  }
}

.scroll-anchors.scroll-anchors--fixed {
  position: fixed;
  margin-top: 0;
}

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

.scroll-anchors ul:after {
  position: absolute;
  content: '';
  border-left: 1px solid #9a8146;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: -1;
}

.scroll-anchors li {
  padding: 10px;
}

.scroll-anchors li:first-child {
  padding-top: 0;
}

.scroll-anchors li:last-child {
  padding-bottom: 0;
}

.anchor-point a {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid #9a8146;
  border-radius: 50px;
}

.anchor-point a:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  background: #9a8146;
  border-radius: 50px;
}

.anchor-point.lineage a {
  background: #9a8146;
}

.anchor-point.lineage a:after {
  background: white;
}

.anchor-point.active a:before {
  content: '';
  position: absolute;
  top: -11px;
  left: -11px;
  width: 36px;
  height: 36px;
  background: #f8f8f8;
  opacity: 0.6;
  border-radius: 50px;
  z-index: -1;
}

/* Module: S */
@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-Light.ttf) format("truetype");
}

@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-Light.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-Medium.ttf) format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: 'helvetica-neue';
  src: url(mysource_files/HelveticaNeue-UltraLight.ttf) format("truetype");
  font-weight: 200;
}

.search-results__container {
  max-width: 1180px;
}

@media screen and (min-width: 1200px) {
  .search-results__container {
    margin: 0 auto;
  }
}

.search-results__search {
  background: #f8f8f8;
  height: 233px;
  text-align: center;
  width: 100%;
  padding: 54px 0 0 0;
}

.search-results__search h2 {
  font-size: 36px;
  color: #9a8146;
  letter-spacing: 1.2px;
  font-weight: 300;
  margin: 0 0 23px 0;
}

.search-results__search form {
  width: 100%;
}

.search-results__search input[type="text"] {
  width: 100%;
  height: 46px;
  background-color: white;
  border: 1px solid #9a8146;
  padding: 14px 33px 12px 17px;
  color: #4d4d4f;
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .search-results__search input[type="text"] {
    width: 780px;
  }
}

.search-results__search button {
  background: url(mysource_files/search-icon.svg) center no-repeat, transparent;
  width: 22px;
  height: 22px;
  border: none;
  position: absolute;
  margin-left: -33px;
  margin-top: 11px;
}

.search-results__filter {
  margin-bottom: 28px;
}

.search-results__filter > p {
  display: inline-block;
  letter-spacing: 0.6px;
  font-weight: 500;
  color: #555759;
  margin-right: 22px;
  font-size: 18px;
}

.search-results__filter-options {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-weight: bold;
}

.search-results__filter-options > li {
  margin-left: -5px;
  display: inline-block;
  position: relative;
}

.search-results__filter-options > li:not(:last-of-type):after {
  display: inline-block;
  width: 1px;
  height: 26px;
  border-left: solid 1px #9a8146;
  content: '';
  right: 0;
  top: 10px;
  position: absolute;
}

.search-results__filter-options > li a {
  margin-left: -1px;
  padding: 13px 25px;
  background: none;
  border: none;
  color: #4d4d4f;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  display: block;
}

.search-results__filter-options > li a.active {
  color: white;
  background: #9a8146;
}

.search-results__results {
  padding-top: 62px;
  padding-bottom: 55px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 1200px) {
  .search-results__results {
    padding-left: 0;
    padding-right: 0;
  }
}

.search-results__list {
  margin-bottom: 55px;
}

.search-results__count {
  padding: 25px 0;
  border-top: solid 1px rgba(154, 129, 70, 0.33);
  border-bottom: solid 1px rgba(154, 129, 70, 0.33);
  font-size: 14px;
  color: #4d4d4f;
}

.search-results__item {
  padding: 15px 0;
  border-bottom: solid 1px rgba(154, 129, 70, 0.33);
}

.search-results__item h3 {
  font-size: 24px;
  letter-spacing: 0.8px;
  color: #9a8146;
  font-weight: normal;
  margin: 0;
}

.search-results__item a {
  text-decoration: none;
}

.search-results__item a:hover {
  text-decoration: underline;
}

.search-results__item-date {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #9a8146;
}

.search-results__item-summary {
  font-size: 14px;
}

.search-results__page {
  text-align: center;
  position: relative;
}

.search-results__page-list {
  list-style-type: none;
  padding: 0;
  color: #002251;
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .search-results__page-list {
    margin: 0 140px;
  }
}

.search-results__page-list li {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-top: 4px;
  margin: 0 5px;
}

.search-results__page-list li.active {
  background: #9a8146;
  color: white;
}

.search-results__page-list a {
  text-decoration: none;
  color: inherit;
}

.search-results__page-prev,
.search-results__page-next {
  position: absolute;
  top: 4px;
  font-size: 14px;
  color: #9a8146;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-decoration: none;
}

.search-results__page-prev {
  left: 0;
}

.search-results__page-prev:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url(mysource_files/arrow.svg) left center/20px no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-results__page-next {
  right: 0;
}

.search-results__page-next:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url(mysource_files/arrow.svg) right center/20px no-repeat;
}

.search-results__item {
  position: relative;
}

.search-results__text {
  min-height: 114px;
}

@media screen and (min-width: 1200px) {
  .search-results__text {
    padding-right: 300px;
  }
}

.search-results__text:last-child {
  min-height: 0;
}

.search-results__image {
  height: 128px;
  width: 180px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  right: 0;
  top: 16px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .search-results__image {
    display: block;
  }
}

.checkbox-inline label {
  max-width: 300px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (min-width: 1200px) {
  .checkbox-inline label {
    max-width: 780px;
  }
}

.twitter-typeahead {
  vertical-align: top;
}

.tt-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  font-size: 14px;
  padding-bottom: 5px;
  width: 100%;
}

.tt-menu .tt-suggestion {
  clear: both;
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 10px;
  text-align: left;
}

.tt-menu .tt-suggestion:hover, .tt-menu .tt-cursor {
  background-color: #9a8146;
  color: #fff;
  text-decoration: none;
}

.tt-menu .tt-category, .tt-menu .tt-group {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.tt-menu .tt-category {
  margin: 3px 0;
  padding: 7px 5px;
}

.tt-menu .tt-dataset:first-child .tt-category, .tt-horizontal .tt-dataset .tt-category {
  border-top: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 0;
}

.tt-menu .tt-group {
  padding: 3px 5px;
  text-align: center;
}

.tt-menu .tt-group:first-of-type {
  border-top: none;
}

.tt-horizontal {
  width: 100%;
}

.tt-horizontal .tt-dataset {
  float: left;
  width: 100%;
}

.tt-scrollable {
  overflow-y: auto;
  max-height: 460px;
}

.tt-hint {
  color: #ccc !important;
}

@media (max-width: 414px) {
  .tt-horizontal .tt-dataset {
    width: 100% !important;
  }
}

/* Module: S */
.student-landing-banner {
  background: #f8f8f8;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .student-landing-banner {
    height: 230px;
    margin-bottom: 115px;
  }
}

h1.student-landing-banner__title {
  margin: 0;
  color: #002251;
  text-align: center;
  padding: 20px 0;
}

@media screen and (min-width: 1200px) {
  h1.student-landing-banner__title {
    padding-top: 50px;
  }
}

ul.banner-tiles {
  padding: 0 20px 20px 20px;
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 1200px) {
  ul.banner-tiles {
    padding: 0 20px;
    position: absolute;
    width: 1200px;
    top: 150px;
    display: flex;
    flex-wrap: wrap;
  }
}

li.banner-tiles__item {
  background: white;
  border: 1px solid #e7e7e7;
  border-bottom: none;
}

li.banner-tiles__item:last-child {
  border-bottom: 1px solid #e7e7e7;
}

li.banner-tiles__item a {
  display: block;
  color: #5c5c5c;
  font-weight: bold;
  text-decoration: none;
  padding: 20px;
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: 20px;
}

@media screen and (min-width: 1200px) {
  li.banner-tiles__item {
    border-bottom: 1px solid #e7e7e7;
    border-right: none;
    height: 158px;
    flex-grow: 1;
    flex-basis: 0;
  }
  li.banner-tiles__item:last-child {
    border-right: 1px solid #e7e7e7;
  }
  li.banner-tiles__item a {
    padding: 0;
    height: 100%;
    text-align: center;
    padding-top: 100px;
    background-position: 50% 40%;
  }
}

/* Module: S */
.student-headings, .program-headings {
  text-align: center;
  padding: 40px 0;
}

.program-headings h1 {
  margin: 0;
}

.student-tiles {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .student-tiles {
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 1200px) {
  .student-tiles__container {
    display: flex;
    flex-wrap: wrap;
  }
}

.student-tiles__item {
  background-color: rgba(255, 255, 255, 0.9);
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .student-tiles__item {
    flex-grow: 0;
    width: calc(25% - 25px);
    margin-left: 20px;
    margin-top: 75px;
  }
}

.student-tiles__item h4 {
  color: white;
  background-color: #9a8146;
  margin: 0;
  padding: 15px;
  font-size: 14px;
}

.student-tiles__item ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.student-tiles__item a {
  font-size: 14px;
  display: block;
  padding: 5px 15px;
  padding-right: 30px;
  text-decoration: none;
  color: #555759;
  position: relative;
}

.student-tiles__item a:hover {
  text-decoration: underline;
}

.student-tiles__item a:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-top: 2px solid #9a8146;
  border-right: 2px solid #9a8146;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  margin-left: 5px;
}

.student-tiles__filters {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-bottom: 30px;
  padding-top: 30px;
}

@media screen and (min-width: 1200px) {
  .student-tiles__filters {
    padding-top: 0;
  }
}

.student-tiles__filters span {
  display: inline-block;
  font-size: 18px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 1200px) {
  .student-tiles__filters span {
    padding-left: 0;
    padding-bottom: 0;
  }
}

.student-tiles__filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.student-tiles__filters li {
  display: inline-block;
  border-right: 1px solid #9a8146;
}

.student-tiles__filters li:last-child {
  border-right: 0;
}

.student-tiles__filters a {
  display: block;
  font-size: 14px;
  padding: 3px 15px;
  text-decoration: none;
  color: #555759;
}

.student-tiles__filters a.active {
  font-weight: bold;
}

/* Module: S */
/* -------------------------------- 
Tabs 
-------------------------------- */
.tabs, .tabs-static {
  position: relative;
}

.tabs::after, .tabs-static::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 55px;
  width: 75px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0)), url(mysource_files/arrow.svg) right center no-repeat;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.no-cssgradients .tabs::after, .no-cssgradients .tabs-static::after {
  display: none;
}

.tabs.is-ended::after, .tabs-static.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.tabs nav, .tabs-static nav {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-bottom: 1px solid #9a8146;
}

@media screen and (max-width: 960px) {
  .tabs nav, .tabs-static nav {
    overflow-x: scroll;
  }
}

.tabs__navigation {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.tabs__navigation li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  margin-bottom: 0;
}

.tabs__navigation li:before {
  content: none;
}

.tabs__navigation a {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #9a8146;
  padding: 8px 16px;
  border: 1px solid #9a8146;
  border-bottom: 0;
}

.no-touch .tabs__navigation a:hover {
  color: #776436;
  background-color: rgba(213, 199, 164, 0.3);
}

.tabs__navigation a.selected {
  border-bottom: none;
  color: white;
  background: #9a8146;
}

.tabs__content {
  padding: 0;
  margin: 0;
}

.tabs__content > li {
  display: none;
  padding: 1em 0;
}

.tabs__content > li:before {
  content: none;
}

.tabs__content > li.selected {
  display: block;
  animation: cd-fade-in .5s;
}

@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Module: S */
.top-nav {
  background: rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 15px;
  text-align: center;
  z-index: 100;
  width: 100%;
  position: absolute;
}

.top-nav.top-nav--sticky {
  background: #404040;
  position: fixed;
}

.top-nav::after {
  clear: both;
  content: "";
  display: block;
}

.top-nav__container {
  position: relative;
  min-height: 45px;
}

.top-nav--sticky .top-nav__container {
  min-height: 64px;
}

ul.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
  display: none;
}

@media screen and (min-width: 1200px) {
  ul.nav-menu {
    display: inline-block;
  }
}

ul.nav-menu a {
  text-decoration: none;
}

ul.nav-menu a:hover {
  text-decoration: underline;
}

ul.nav-menu:hover > li > a {
  opacity: 0.6;
  transition-delay: .25s;
}

.nav-menu .nav-menu__heading:hover > a {
  color: white;
  opacity: 1;
}

li.nav-menu__heading {
  display: inline-block;
  transition: all 0s ease;
}

li.nav-menu__heading > a {
  text-transform: uppercase;
  display: block;
  color: white;
  padding: 12px 30px;
  letter-spacing: 1.9px;
  font-size: 14px;
  position: relative;
}

li.nav-menu__heading > a:before {
  transition: all 0s ease;
  content: '';
  border-color: transparent;
}

li.nav-menu__heading > a:after {
  transition: all 0s ease;
  content: '';
}

.top-nav--sticky li.nav-menu__heading > a {
  padding: 21px 30px;
}

li.nav-menu__heading > a:hover {
  text-decoration: none;
}

li.nav-menu__heading:hover > .subnav, li.nav-menu__heading.js-focus > .subnav {
  display: block;
  transition-delay: .25s;
  left: 0;
}

li.nav-menu__heading:hover > a:before {
  content: '';
  transition-delay: .25s;
  position: absolute;
  height: 10px;
  width: 10px;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0) rotate(90deg);
  border-style: solid;
  border-color: transparent rgba(255, 255, 255, 0.8) transparent transparent;
  border-width: 7px 7px 7px 0;
}

li.nav-menu__heading:hover > a:after {
  content: '';
  transition-delay: .25s;
  background: #0b0b0b;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

.nav-menu__logo {
  display: none;
  position: absolute;
}

.top-nav--sticky .nav-menu__logo {
  display: block;
}

.nav-menu__logo a {
  display: block;
  padding-top: 10px;
  margin-left: 1.25rem;
}

.subnav {
  transition: all 0s ease;
  left: -9999em;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  color: #4a4a4a;
  width: 100%;
  position: absolute;
  z-index: 2;
  font-size: 18px;
  padding-top: 60px;
  min-height: 350px;
}

.subnav:before, .subnav:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9999px;
  background: rgba(255, 255, 255, 0.8);
}

.subnav:before {
  right: 100%;
}

.subnav:after {
  left: 100%;
}

.subnav a {
  color: #4a4a4a;
}

.subnav h3 {
  color: #9a8146;
  font-weight: 300;
  font-size: 42px;
  margin: 0;
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
}

.subnav ul {
  padding-top: 16px;
  list-style: none;
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
}

.subnav li {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
  padding-top: 14px;
}

.subnav li.active a {
  font-weight: bold;
}

ul.overlay {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

ul.overlay li {
  display: inline-block;
  padding-right: 20px;
  padding-top: 12px;
}

.top-nav--sticky ul.overlay li {
  padding-top: 21px;
}

ul.overlay input {
  cursor: pointer;
}

.overlay__item {
  display: block;
}

.overlay-content {
  position: relative;
  width: auto;
  max-width: 1200px;
  margin: 20px auto;
  margin-top: 70px;
  color: white;
  text-align: center;
}

.overlay__logo img {
  margin: 0 auto;
}

.overlay-menu {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
  display: inline-block;
  margin-top: 25px;
  letter-spacing: 1.4px;
}

@media screen and (min-width: 1200px) {
  .overlay-menu {
    margin-top: 75px;
    letter-spacing: normal;
  }
}

.overlay-menu li {
  padding-top: 14px;
  font-size: 1.2rem;
  line-height: 14px;
}

@media screen and (min-width: 1200px) {
  .overlay-menu li {
    font-size: 48px;
    line-height: normal;
  }
}

.overlay-menu li:last-child a:after {
  content: none;
}

.overlay-menu a {
  color: white;
  text-decoration: none;
}

.overlay-menu a:after {
  content: '';
  display: block;
  margin: 0 auto;
  margin-top: 19px;
  border-bottom: 3px solid #9a8146;
  width: 37px;
  height: 3px;
}

.hamburger-content.overlay-content {
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .hamburger-content.overlay-content {
    margin-top: 70px;
  }
}

.hamburger-content button.mfp-close {
  top: -14px;
  right: 10px;
}

@media screen and (min-width: 1200px) {
  .hamburger-content button.mfp-close {
    top: -66px;
  }
}

.search-content button.mfp-close {
  top: -66px;
  right: 10px;
}

.search-content__form {
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .search-content__form {
    margin-top: 210px;
  }
}

@media screen and (min-width: 1200px) {
  .search-content__form img {
    width: 39px;
    margin-right: 26px;
    margin-top: 20px;
  }
}

.search-content__form input {
  font-size: 28px;
  height: auto;
  padding: 0;
  background: none;
  color: white;
  border: none;
  border-bottom: 1px solid #9a8146;
}

@media screen and (min-width: 1200px) {
  .search-content__form input {
    width: 800px;
    font-size: 48px;
  }
}

.search-content__form input:focus {
  outline: none;
}

.search-content__form input::placeholder {
  color: white;
}

.mfp-bg {
  background: #666;
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .mfp-bg {
    background: #0b0b0b;
    opacity: 0.8;
  }
}

.mfp-container {
  height: auto;
}

.mfp-close-btn-in .mfp-close {
  color: white;
  opacity: 1;
}

.mfp-close {
  font-size: 48px;
}

.mfp-wrap + #page-wrapper .header .logo {
  display: none;
}

.mfp-wrap + #page-wrapper .header .overlay__item {
  display: none;
}

@media (min-width: 37.5em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: Back to top */
  .back-to-top {
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 2em;
    height: 2em;
    -webkit-opacity: 0.55;
    -moz-opacity: 0.55;
    opacity: 0.55;
    -ms-filter: alpha(opacity=55);
    filter: alpha(opacity=55);
  }
  .back-to-top:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .back-to-top__text {
    display: none;
  }
  /* Module: S */
  .carousel h1 {
    margin-bottom: 2rem;
    font-size: 2.8125rem;
  }
  .carousel__mobi-only {
    display: none;
  }
  .carousel__content {
    padding-top: 16.25rem;
    padding: 0 1.25rem;
  }
  .carousel--inpage .carousel__content {
    padding-top: 13.75rem;
    font-size: 28px;
    font-weight: bold;
  }
  .carousel--fullscreen .carousel__content {
    padding-top: 13.75rem;
    font-size: 28px;
    font-weight: bold;
  }
  .carousel__item {
    height: 29.0625rem;
  }
  .carousel--inpage .carousel__item {
    height: 42.8125rem;
  }
  .carousel__panels, .course-tiles__panels, .events-item__panels, .feature-item__panels {
    min-height: 140px;
  }
  .carousel--inpage .carousel__panels, .carousel--inpage .course-tiles__panels, .carousel--inpage .events-item__panels, .carousel--inpage .feature-item__panels {
    min-height: 195px;
  }
  ul.carousel-nav {
    display: flex;
    padding: 0 1.25rem;
  }
  ul.carousel-nav li {
    width: 31%;
    flex-grow: 1;
    margin: 0%;
    vertical-align: top;
    cursor: pointer;
  }
  ul.carousel-nav li a {
    text-align: left;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
    -webkit-transition: .2s;
    transition: .2s;
  }
  ul.carousel-nav li a:focus {
    box-shadow: inset 0 3px 0 0 rgba(255, 255, 255, 0.5);
    -webkit-transition: .2s;
    transition: .2s;
  }
  ul.carousel-nav li.slick-active a {
    box-shadow: inset 0 5px 0 0 white;
    color: white;
  }
  ul.carousel-nav h3 {
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
    padding-top: 1rem;
  }
  .carousel--inpage ul.carousel-nav h3 {
    padding-top: 2rem;
  }
}

@media (min-width: 60em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  .carousel__item {
    background-position: center;
  }
  .carousel__item.carousel__item--top {
    background-position: top;
  }
  .carousel__item.carousel__item--bottom {
    background-position: bottom;
  }
  .carousel__content {
    padding-top: 18.75rem;
  }
  .carousel--inpage .carousel__content {
    padding-right: 400px;
  }
  .carousel--fullscreen .carousel__content {
    padding-right: 400px;
  }
  .carousel__image-container {
    background-position: center !important;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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