@charset "UTF-8";
/*!
Theme Name: Digipress
Theme URI: http://www.digeratisolutions.com.au
Author: Digerati Solutions
Author URI: http://www.digeratisolutions.com.au
Description: Starter Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digipress
Domain Path: /lang/
Tags: black
*/
/* Theme
  ==========================================================================

  1.0 Base
    1.1 General
    1.2 Typography
    1.3 Forms
  2.0 Layout
    2.1 Blocks
    2.2 Grid
  3.0 Module
    3.1 Sections
    3.3 Parts
    3.3 Navigation
  4.0 State
    4.1 Animations
    4.2 Plugins

*/
/* 1.0 Base
  ========================================================================== */
/* 1.1 General
  -------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

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

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-weight: normal;
  line-height: 1;
  overflow-x: hidden;
  color: #212121;
}
body > * {
  font-size: 1.8rem;
  background-repeat: no-repeat;
}
body.error404 section.theme_header .text-box h1 {
  font-size: 3.5rem;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

figure {
  margin: 0;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

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

hr {
  margin: 7.5% 0;
  height: 1px;
  border: none;
  background: rgba(0, 0, 0, 0.05);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

table {
  width: 100%;
  max-width: none;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
table tr th, table tr td {
  text-align: left;
  border: none;
  line-height: 1.5;
}
table tr th {
  text-transform: uppercase;
  letter-spacing: 0px;
}

.acf-form-submit {
  position: relative;
}
.acf-form-submit .custom-spinner {
  padding: 15px 40px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 3rem;
  color: white;
  visibility: hidden;
}
.acf-form-submit .custom-spinner.active {
  visibility: visible;
}

/* 1.2 Typography
  -------------------------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2.4rem;
  letter-spacing: 3px;
  text-align: center;
}

h4 {
  font-size: 1.4rem;
}

blockquote {
  margin: 2.5% 0;
  padding: 0;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 1.6rem;
  }
}
/* 1.3 Forms
  -------------------------------------------------------------------------- */
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  color: inherit;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

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

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

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

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

label {
  font-weight: normal;
  color: #212121;
}

input, textarea, select {
  padding: 10px 15px;
  width: 100%;
  height: 40px;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  border: 0;
  border-bottom: 1px solid #a3a3a3;
  background: white;
  outline: none;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  padding: 12px 15px;
  height: 90px;
  border: 0;
  border-bottom: 1px solid #a3a3a3;
}

input[type=submit] {
  margin: 25px 0;
  padding: 25px 50px;
  font-size: 2.4rem;
  width: auto;
  height: auto;
  text-align: center;
  color: white;
  background: black;
}
input[type=submit]:hover {
  color: black;
  background: white;
}
input[type=submit]:disabled {
  opacity: 0.5;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #999999;
}

.acf-repeater .acf-row.acf-clone {
  display: none !important;
}

.hidden-by-conditional-logic {
  display: none;
}

main.main-form {
  position: relative;
  padding: 75px 0 0;
}

.acf-button {
  border: 3px solid #212121;
  color: #212121;
  background-color: white;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 2rem;
  width: auto;
  display: inline-block;
  padding: 10px 30px;
  margin: 20px 0 0;
  letter-spacing: 2px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  text-align: center;
}
.acf-button:hover {
  background-color: #212121;
  color: white;
}

ul.acf-clearfix {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-container {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px 120px 20px;
}
.form-container::after {
  clear: both;
  content: "";
  display: table;
}

.gform_wrapper.gform_wrapper label {
  font-weight: 500;
}
.gform_wrapper.gform_wrapper input[type=email],
.gform_wrapper.gform_wrapper input[type=date],
.gform_wrapper.gform_wrapper input[type=datetime],
.gform_wrapper.gform_wrapper input[type=datetime-local],
.gform_wrapper.gform_wrapper input[type=month],
.gform_wrapper.gform_wrapper input[type=number],
.gform_wrapper.gform_wrapper input[type=password],
.gform_wrapper.gform_wrapper input[type=search],
.gform_wrapper.gform_wrapper input[type=tel],
.gform_wrapper.gform_wrapper input[type=text],
.gform_wrapper.gform_wrapper input[type=time],
.gform_wrapper.gform_wrapper input[type=week],
.gform_wrapper.gform_wrapper input[type=url],
.gform_wrapper.gform_wrapper input[type=submit],
.gform_wrapper.gform_wrapper button[type=submit],
.gform_wrapper.gform_wrapper select,
.gform_wrapper.gform_wrapper textarea {
  margin: 0;
  padding: 0 15px !important;
  width: 100%;
  max-width: 100%;
  height: 40px;
  outline: none;
  font-weight: 500;
  font-size: 16px;
  color: inherit;
  background-color: white;
  border: 2px solid #cccccc;
  border-radius: 0;
  transition: border 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper.gform_wrapper input[type=submit],
.gform_wrapper.gform_wrapper button[type=submit] {
  height: 40px;
}
.gform_wrapper.gform_wrapper input[type=submit]:focus,
.gform_wrapper.gform_wrapper button[type=submit]:focus {
  border-color: transparent;
}
.gform_wrapper.gform_wrapper input[type=radio],
.gform_wrapper.gform_wrapper input[type=checkbox],
.gform_wrapper.gform_wrapper input[type=submit],
.gform_wrapper.gform_wrapper button[type=submit] {
  width: auto;
}
.gform_wrapper.gform_wrapper input[type=radio],
.gform_wrapper.gform_wrapper input[type=checkbox] {
  vertical-align: middle;
}
.gform_wrapper.gform_wrapper select {
  padding-right: 30px;
  min-width: 75px;
  border: 0;
  outline: 2px solid #dddddd;
  outline-offset: -2px;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") transparent no-repeat right 0.75rem center/8px 10px;
}
.gform_wrapper.gform_wrapper select:focus {
  border: 0;
}
.gform_wrapper.gform_wrapper select[multiple] {
  height: auto;
}
.gform_wrapper.gform_wrapper textarea {
  padding: 10px 15px !important;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 125px;
  line-height: 1.5;
}
.gform_wrapper.gform_wrapper fieldset {
  margin: 15px 0;
  padding: 20px;
  display: block;
  border: 2px solid #dddddd;
}
.gform_wrapper.gform_wrapper fieldset legend {
  font-weight: 700;
}
.gform_wrapper.gform_wrapper button {
  padding: 10px 15px;
  font-size: 14px;
}
.gform_wrapper.gform_wrapper button,
.gform_wrapper.gform_wrapper input[type=submit],
.gform_wrapper.gform_wrapper input[type=button] {
  font-weight: bold !important;
  color: white !important;
  background: black !important;
  border: none !important;
  letter-spacing: 0;
}
.gform_wrapper.gform_wrapper .gform_ajax_spinner {
  margin-top: 20px;
}
.gform_wrapper.gform_wrapper .gf_page_steps {
  margin: 0 0 50px 0;
  padding: 0;
  display: none;
  justify-content: space-between;
  border: none;
  background: #efefef;
}
@media screen and (min-width: 1023px) {
  .gform_wrapper.gform_wrapper .gf_page_steps {
    display: flex;
  }
}
.gform_wrapper.gform_wrapper .gf_page_steps .gf_step {
  margin: 0;
  padding: 10px 15px;
  height: auto;
  font-size: 15px;
  text-align: center;
}
.gform_wrapper.gform_wrapper .gf_page_steps .gf_step .gf_step_number {
  display: block;
  font-size: 15px;
}
.gform_wrapper.gform_wrapper .gf_page_steps .gf_step_clear {
  display: none;
}
.gform_wrapper.gform_wrapper .gform_page_footer {
  margin: 30px 0 0 0 !important;
  padding: 10px 15px;
  width: 100%;
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #efefef;
}
.gform_wrapper.gform_wrapper .gform_page_footer .gform_prev_button {
  order: 1;
}
.gform_wrapper.gform_wrapper .gform_page_footer .gform_save_link {
  margin-left: 0;
  order: 2;
}
.gform_wrapper.gform_wrapper .gform_page_footer .gform_next_button,
.gform_wrapper.gform_wrapper .gform_page_footer input[type=submit] {
  order: 3;
}
.gform_wrapper.gform_wrapper .gform_page_footer .button {
  padding-top: 0;
  padding-bottom: 0;
}
.gform_wrapper.gform_wrapper .gfield_description, .gform_wrapper.gform_wrapper .gsection_description {
  margin: 10px 0;
  line-height: 1.35;
  opacity: 0.75;
}
.gform_wrapper.gform_wrapper .gsection {
  margin: 30px 10px !important;
}
.gform_wrapper.gform_wrapper .gform_drop_area {
  font-size: 14px;
}
.gform_wrapper.gform_wrapper .gform_drop_area .gform_button_select_files {
  margin: 20px auto !important;
}
.gform_wrapper.gform_wrapper .ginput_preview {
  margin: 1px 0 0 0;
  padding: 10px;
  position: relative;
  background: #efefef;
}
.gform_wrapper.gform_wrapper .ginput_preview strong:before {
  content: "Uploaded";
  margin-right: 10px;
  color: green;
}
.gform_wrapper.gform_wrapper .ginput_preview img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.gform_wrapper .gform_page_footer .button.gform_button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
  margin-right: 0 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  background: transparent !important;
}
.gform_wrapper li.gfield.gfield_error label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning label {
  margin-top: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 8px !important;
}

.gform_wrapper .ginput_container_radio ul li,
.gform_wrapper .ginput_container_checkbox ul li {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.gform_wrapper .ginput_container_radio ul li input,
.gform_wrapper .ginput_container_checkbox ul li input {
  margin: 0 15px 0 0 !important;
  height: auto;
}

.form_saved_message_emailform form {
  margin: 0 auto;
  padding: 20px;
  max-width: 400px;
  background: #efefef;
}
.form_saved_message_emailform form input[type=text] {
  margin-bottom: 15px !important;
}

.gpnf-dialog .ui-dialog-titlebar {
  background: #212121 !important;
}

.gpnf-nested-entries {
  font-size: 14px;
}
.gpnf-nested-entries .gpnf-row-actions ul {
  display: flex;
}
.gpnf-nested-entries .gpnf-row-actions ul li {
  margin-left: 5px;
}

.ui-datepicker-title {
  color: black;
}

.acf-form ul {
  margin: 0;
  padding: 0;
}
.acf-form h2 {
  letter-spacing: 5px;
}
.acf-form .form-fields {
  overflow: hidden;
}
.acf-form .acf-field {
  width: 100%;
  float: left;
  color: #212121;
  font-weight: bold;
  padding: 0px 20px 0px;
  position: relative;
  list-style: none;
}
.acf-form .acf-field.six-cols {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .acf-form .acf-field.six-cols {
    width: 100%;
  }
}
.acf-form .acf-field.three-cols {
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .acf-form .acf-field.three-cols {
    width: 100%;
  }
}
.acf-form .acf-field.acf-field-recaptcha label {
  display: none !important;
}
.acf-form .acf-field.acf-field-message:first-of-type {
  padding: 0px 20px 25px;
}
.acf-form .acf-field.acf-field-hidden {
  display: none;
}
.acf-form .acf-field.less-padding {
  padding: 5px 0;
}
.acf-form .acf-field .acf-position-wrapper {
  position: relative;
  padding: 30px 0px 25px;
}
.acf-form .acf-field .acf-label {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 140% !important;
  -webkit-transition: all 0.23s ease-out;
  -moz-transition: all 0.23s ease-out;
  transition: all 0.23s ease-out;
  display: none;
}
.acf-form .acf-field .acf-input p {
  font-size: 1.2rem;
  font-weight: normal;
  position: relative;
  padding: 0 0 20px 24px;
}
.acf-form .acf-field .acf-input p:first-child:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/sprite_icons.png) 0 -340px no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}
.acf-form .acf-field .acf-input .error {
  border-color: #e74c3c;
}
.acf-form .acf-field .acf-input label.error {
  position: absolute;
  bottom: 6px;
  left: 0px;
  color: #e74c3c;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 100%;
  padding: 4px 0 0 25px;
  background: url(../img/sprite_icons.png) 0 -210px no-repeat;
  z-index: 20;
}
.acf-form .acf-field:not(.acf-field-message) .acf-label {
  display: block;
  position: absolute;
  bottom: 35px;
  width: 100%;
}
.acf-form .acf-field:not(.acf-field-message) .acf-label label {
  background-color: white;
  padding: 10px 0;
  width: 100%;
  display: block;
}
.acf-form .acf-field.hide-label > .acf-label {
  display: none;
}
.acf-form .acf-field.hide-label .acf-position-wrapper > .acf-label {
  display: none;
}
.acf-form .acf-field .description {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 120%;
  position: relative;
  padding: 0 0 20px 24px;
  margin: 0;
}
.acf-form .acf-field .description:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/sprite_icons.png) 0 -340px no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}
.acf-form .acf-field h4 {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 160%;
  text-transform: none;
  padding: 18px 0 0;
}
.acf-form .acf-field input, .acf-form .acf-field textarea {
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-transition: all 0.23s ease-out;
  -moz-transition: all 0.23s ease-out;
  transition: all 0.23s ease-out;
}
.acf-form .acf-field input {
  padding-left: 0;
  padding-right: 0;
}
.acf-form .acf-field select::-ms-expand {
  display: none;
}
.acf-form .acf-field select {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: white url("../img/arrow_select-dwn.png") top right no-repeat;
}
.acf-form .acf-field textarea {
  padding-left: 0;
  padding-right: 0;
  height: 40px;
}
.acf-form .acf-field.acf-field-repeater {
  padding: 0 !important;
}
.acf-form .acf-field.acf-field-repeater > .acf-label {
  padding-left: 0;
  padding-right: 0;
}
.acf-form .acf-field.acf-field-repeater .acf-field {
  padding: 30px 20px 25px;
}
.acf-form .acf-field.acf-field-repeater th.order, .acf-form .acf-field.acf-field-repeater td.order {
  opacity: 0;
}
.acf-form .acf-field.acf-field-repeater .acf-fields {
  width: 90%;
}
.acf-form .acf-field.acf-field-repeater .acf-repeater-add-row {
  margin-left: 20px;
}
.acf-form .acf-field.acf-field-repeater td.remove {
  padding-right: 20px;
}
.acf-form .acf-field.acf-field-repeater td.remove .acf-repeater-add-row {
  margin-left: 0px;
}
.acf-form .acf-field.acf-field-repeater td.remove .acf-repeater-remove-row {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/sprite_icons.png) -2px -362px no-repeat;
  border: 2px solid #212121;
}
.acf-form .acf-field.acf-field-trinity-uploader .acf-label, .acf-form .acf-field.acf-field-trinity-images .acf-label {
  position: absolute;
  width: auto;
  min-width: 220px;
  max-width: 90%;
  bottom: 25px;
  z-index: 10;
}
.acf-form .acf-field.acf-field-trinity-uploader input[type=file], .acf-form .acf-field.acf-field-trinity-images input[type=file] {
  background: url(../img/icon_upload.png) center right no-repeat;
  position: absolute;
  bottom: -10px;
}
.acf-form .acf-field.acf-field-trinity-uploader .file-list, .acf-form .acf-field.acf-field-trinity-images .file-list {
  list-style: none;
  margin: 0;
  padding: 8px 0px;
  position: relative;
  background-color: white;
  min-width: 220px;
  width: 80%;
  min-height: 39px;
}
.acf-form .acf-field.acf-field-trinity-uploader .file-list .file-item, .acf-form .acf-field.acf-field-trinity-images .file-list .file-item {
  padding: 0;
}
.acf-form .acf-field.acf-field-trinity-uploader .file-list .file-item button.remove, .acf-form .acf-field.acf-field-trinity-images .file-list .file-item button.remove {
  border: 0;
  width: 30px;
  height: 30px;
  background: url(../img/icon_cross.png) center center no-repeat;
}
.acf-form .acf-field.acf-field-trinity-uploader .file-list .file-item img, .acf-form .acf-field.acf-field-trinity-images .file-list .file-item img {
  max-width: 250px;
}
.acf-form .acf-field.acf-field-trinity-uploader.has-value .acf-position-wrapper, .acf-form .acf-field.acf-field-trinity-images.has-value .acf-position-wrapper {
  padding: 0 0 25px;
}
.acf-form .acf-field.acf-field-trinity-uploader.has-value .acf-label, .acf-form .acf-field.acf-field-trinity-images.has-value .acf-label {
  position: relative;
  bottom: auto;
}
.acf-form .acf-field.acf-field-trinity-uploader .progress-bar, .acf-form .acf-field.acf-field-trinity-images .progress-bar {
  display: none;
  width: 100%;
  height: 30px;
  border: solid 1px black;
}
.acf-form .acf-field.acf-field-trinity-uploader .progress-bar .progress-bar-inner, .acf-form .acf-field.acf-field-trinity-images .progress-bar .progress-bar-inner {
  width: 0;
  height: 100%;
  background-color: #6b6b6b;
}
.acf-form .acf-field.acf-field-true-false .acf-label {
  position: relative;
  bottom: auto !important;
  font-size: 1.6rem !important;
}
.acf-form .acf-field.acf-field-true-false .acf-label label {
  background-color: transparent;
}
.acf-form .acf-field.acf-field-true-false .acf-input .acf-checkbox-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.acf-form .acf-field.acf-field-true-false .acf-input .acf-checkbox-list input[type=checkbox] {
  padding: 0;
  margin: 0 10px 0 0;
  height: auto;
  width: auto;
}
.acf-form .acf-field.multiple-choice .acf-label {
  bottom: 70px;
}
@media screen and (max-width: 767px) {
  .acf-form .acf-field.multiple-choice .acf-label {
    bottom: 62px;
    font-size: 1.4rem;
  }
}
.acf-form .acf-field.is-focused .acf-label {
  font-size: 1.4rem;
  bottom: 62px;
}
.acf-form .acf-field.is-focused.acf-field-textarea .acf-label {
  bottom: 113px;
}
.acf-form .acf-field.is-focused input, .acf-form .acf-field.is-focused textarea {
  border-bottom: 3px solid #a3a3a3;
}
.acf-form .acf-field.is-focused textarea {
  height: 90px;
}
.acf-form .acf-field.has-value .acf-label {
  font-size: 1.4rem;
  bottom: 62px;
}
.acf-form .acf-field.has-value.multiple-choice .acf-label {
  bottom: 70px;
}
@media screen and (max-width: 767px) {
  .acf-form .acf-field.has-value.multiple-choice .acf-label {
    bottom: 62px;
  }
}
.acf-form .acf-field.has-value.acf-field-textarea .acf-label {
  bottom: 113px;
}
.acf-form .acf-field.has-value textarea {
  height: 90px;
}
.acf-form .acf-field.trinity-relations .acf-repeater table .acf-row .acf-field {
  padding: 20px 20px 10px;
}
.acf-form .acf-field.schooling-history {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0;
}
.acf-form .acf-field.schooling-history ul.acf-clearfix {
  padding: 0 20px;
}
.acf-form .acf-field.character-references {
  padding-top: 0;
}
.acf-form .acf-field.character-references .acf-position-wrapper > .acf-label {
  position: relative !important;
  width: 100%;
  bottom: auto;
}
.acf-form .acf-field.character-references .acf-position-wrapper > .acf-label label {
  display: none;
}
.acf-form td.acf-field {
  width: auto;
  float: none;
}
.acf-form .acf-th {
  padding-left: 20px;
  padding-right: 20px;
}
.acf-form .acf-form-submit {
  padding-left: 20px;
  padding-right: 20px;
}
.acf-form .acf-form-submit input[type=submit] {
  width: 100% !important;
  border: 2px solid black;
}

#progress {
  position: absolute;
  right: 0;
  margin-top: 60px;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  z-index: 2;
}
#progress.progress-sticky {
  position: fixed;
  top: 95px;
}
#progress ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#progress li {
  margin: 0;
  padding: 0;
  min-height: 52px;
  width: 52px;
  position: relative;
}
#progress li div {
  display: block;
  width: 52px;
  min-height: 52px;
  border: 2px solid #000;
  position: relative;
  background-color: white;
}
#progress li div a {
  background-color: #edece6;
}
#progress li .hover-item {
  display: block;
}
#progress li .hover-item:hover {
  cursor: pointer;
  background-color: #edece6;
}
#progress li .hover-item:hover .expanded {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#progress li.phone div {
  margin-top: -2px;
}
#progress li.phone div .icon-phone {
  display: block;
  width: 48px;
  height: 48px;
  background: #edece6 url(img/sprite_icons.png) -2px -237px no-repeat;
}
#progress li.email div {
  margin-top: -2px;
}
#progress li.email div .icon-email {
  display: block;
  width: 48px;
  height: 48px;
  background: #edece6 url(img/sprite_icons.png) -2px -289px no-repeat;
}
#progress li ul {
  display: none;
}
#progress li ul li div {
  margin-top: -2px;
}
#progress #page-count {
  display: block;
  text-align: center;
  line-height: 48px;
  background: url(img/sprite_arrows.png) -52px -100px;
}
#progress #page-count:hover {
  cursor: pointer;
}
#progress #page-count.open {
  background: url(img/sprite_arrows.png) 0 -100px;
}
#progress .summary {
  display: block;
  text-align: center;
  line-height: 48px;
}
#progress .expanded {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  top: -2px;
  right: 48px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  height: 52px;
  border: 2px solid black;
  white-space: nowrap;
  background-color: #edece6;
  line-height: 48px;
  padding: 0 24px;
  z-index: -1;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media screen and (max-width: 767px) {
  #progress {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #progress li .hover-item .expanded {
    display: none !important;
  }
}
div#ui-datepicker-div {
  width: 353px;
  background-color: #edece6;
  margin-top: -95px;
  border: 1px solid #212121;
  text-align: center;
  z-index: 999 !important;
}
div#ui-datepicker-div .ui-datepicker-calendar {
  padding: 10px 0 0;
}
div#ui-datepicker-div .ui-datepicker-header {
  position: relative;
}
div#ui-datepicker-div .ui-datepicker-prev {
  display: block;
  background: url(img/sprite_arrows.png) 0 -73px no-repeat;
  width: 14px;
  height: 25px;
  text-indent: -9999px;
  position: absolute;
  top: 17px;
  left: 9px;
}
div#ui-datepicker-div .ui-datepicker-next {
  display: block;
  background: url(img/sprite_arrows.png) -77px -73px no-repeat;
  width: 14px;
  height: 25px;
  text-indent: -9999px;
  position: absolute;
  top: 17px;
  right: 9px;
}
div#ui-datepicker-div select {
  width: 40%;
  display: inline-block;
  margin: 10px 1%;
  font-size: 1.5rem;
  text-transform: uppercase;
}
div#ui-datepicker-div th, div#ui-datepicker-div td {
  text-align: center;
  font-size: 1.6rem;
  padding: 6px 0;
}
div#ui-datepicker-div th {
  padding: 10px 0 6px;
}
div#ui-datepicker-div button.ui-datepicker-current {
  display: none;
}
div#ui-datepicker-div button.ui-datepicker-close {
  border: 1px solid #212121;
  color: white;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 2rem;
  width: auto;
  display: inline-block;
  padding: 10px 20px;
  margin: 10px auto 20px;
  letter-spacing: 2px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  text-align: center;
  background-color: #212121;
}
div#ui-datepicker-div button.ui-datepicker-close:hover {
  background-color: white;
  color: #212121;
}
div#ui-datepicker-div .ui-datepicker-current-day {
  background-color: white;
  border-bottom: 1px solid #212121;
}

@media screen and (max-width: 767px) {
  div#ui-datepicker-div {
    margin-top: 0;
  }
}
.ui-datepicker {
  display: none;
}

/* 2.0 Layout
========================================================================== */
/* 2.1 Blocks
-------------------------------------------------------------------------- */
#site-wrap {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
#site-wrap .page-row {
  display: table-row;
  min-height: 1px;
  overflow: hidden;
}
#site-wrap .page-row-expanded {
  height: 100%;
}

#site-header {
  min-height: 98px;
  z-index: 151;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: white;
}

@media screen and (max-width: 767px) {
  #site-header {
    min-height: 70px;
  }
}
@media screen and (max-height: 768px) {
  #site-header {
    min-height: 70px;
  }
}
.fixfixed #site-header {
  position: absolute;
}

#site-main {
  padding-top: 98px;
}
#site-main.has-subnav {
  padding-top: calc(98px + 40px);
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #site-main.has-subnav {
    padding-top: calc(98px + 40px);
  }
}
@media screen and (max-width: 767px) {
  #site-main.has-subnav {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1023px) {
  #site-main {
    padding-top: 98px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #site-main {
    padding-top: 98px;
  }
}
@media screen and (max-width: 767px) {
  #site-main {
    padding-top: 70px;
  }
}
@media screen and (max-height: 768px) {
  #site-main {
    padding-top: 70px;
  }
}
body.home #site-main {
  padding-top: 0;
}

#site-footer {
  background-color: #edece6;
  padding: 45px 0 30px;
}
#site-footer .footer-item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 18.1138787216%;
  font-size: 1.3rem;
  color: #212121;
  text-align: center;
  line-height: 180%;
}
#site-footer .footer-item:last-child {
  margin-right: 0;
}
#site-footer .footer-item h3 {
  font-size: 1.3rem;
  font-weight: bold;
}
#site-footer .footer-item .logo {
  width: 95px;
  height: 115px;
  margin: 0 auto;
  background-image: url(img/logo_large.png);
  background-size: 100%;
}
#site-footer .footer-item .digerati {
  display: block;
  width: 138px;
  height: 33px;
  background: url(img/logo_digerati.png) 0 0 no-repeat;
  text-indent: -9999px;
  margin: 0 auto;
}
#site-footer .footer-item .logo-link {
  display: block;
  width: 45%;
  height: auto;
  text-indent: -9999px;
  margin: 0 2.5%;
  float: left;
}
#site-footer .footer-item .logo-link img {
  margin: 0 auto;
  max-width: 100%;
}
#site-footer .footer-links {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  font-size: 1.2rem;
  color: #212121;
  padding: 35px 0 0;
  text-align: center;
  line-height: 180%;
}
#site-footer .footer-links:last-child {
  margin-right: 0;
}
#site-footer .footer-links a {
  color: #212121;
}

@media screen and (max-width: 767px) {
  #site-footer {
    padding: 35px 0 30px;
  }
}
@media screen and (max-width: 1023px) {
  #site-footer .footer-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    padding-bottom: 30px;
  }
  #site-footer .footer-item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .footer-item h3 {
    padding-bottom: 7px;
  }
}
.social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  text-align: center;
}
.social-links ul li {
  display: inline-block;
}
.social-links ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(img/sprite_icons.png);
  text-indent: -9999px;
  margin-right: 10px;
}
.social-links ul li.facebook a {
  background-position: 0 -20px;
}
.social-links ul li.twitter a {
  background-position: 0 -50px;
}
.social-links ul li.youtube a {
  background-position: 0 -80px;
}
.social-links ul li.instagram a {
  background-position: 0 -110px;
  margin-right: 0;
}

/* 2.2 Grid
-------------------------------------------------------------------------- */
.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.clipped > *:first-child {
  margin-top: 0 !important;
}
.clipped > *:first-child > *:first-child {
  margin-top: 0 !important;
}
.clipped > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important;
}
.clipped > *:last-child {
  margin-bottom: 0 !important;
}
.clipped > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}
.clipped > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

/* 3.0 Module
========================================================================== */
/* 3.1 Sections
-------------------------------------------------------------------------- */
section .button {
  border: 3px solid white;
  color: white;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 2rem;
  width: 285px;
  display: block;
  padding: 20px 15px;
  margin: 40px auto 0;
  letter-spacing: 2px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  text-align: center;
}
section .button:hover {
  background-color: white;
  color: #212121;
}
section .button:disabled {
  color: white;
  background-color: black;
}
section .button.black {
  border: 3px solid #212121;
  color: #212121;
}
section .button.black:hover {
  background-color: #212121;
  color: white;
}
section .back-link {
  color: black;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2rem;
  display: block;
  padding: 0px 15px 0 25px;
  margin: 35px 0 0;
  letter-spacing: 2px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  text-align: left;
  position: relative;
}
section .back-link:before {
  content: "";
  display: block;
  width: 12px;
  height: 21px;
  background: url(img/sprite_arrows.png) 0 -75px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
section.open-days .four-boxes {
  margin: 45px auto;
}
section.open-days .three-columns {
  padding: 120px 0;
}
section.bannerfullscreen {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 100vh;
  color: black;
  background-size: cover;
  background-position: center center;
  position: relative;
}
section.bannerfullscreen.first {
  height: -webkit-calc(100vh - 98px);
  height: calc(100vh - 98px);
}
section.bannerfullscreen .text-box {
  display: table-cell;
  width: 100%;
}
section.bannerfullscreen .text-box.top-left, section.bannerfullscreen .text-box.top, section.bannerfullscreen .text-box.top-right {
  vertical-align: top;
}
section.bannerfullscreen .text-box.top-left p, section.bannerfullscreen .text-box.left p {
  text-align: left;
  float: left;
}
section.bannerfullscreen .text-box.bottom-left {
  vertical-align: bottom;
}
section.bannerfullscreen .text-box.bottom-left p {
  text-align: left;
  float: left;
}
section.bannerfullscreen .text-box.bottom, section.bannerfullscreen .text-box.bottom-right {
  vertical-align: bottom;
}
section.bannerfullscreen .text-box.top-right p, section.bannerfullscreen .text-box.right p, section.bannerfullscreen .text-box.bottom-right p {
  text-align: right;
  float: right;
}
section.bannerfullscreen .text-box.left, section.bannerfullscreen .text-box.centre, section.bannerfullscreen .text-box.right {
  vertical-align: middle;
}
section.bannerfullscreen .text-box.top p, section.bannerfullscreen .text-box.centre p, section.bannerfullscreen .text-box.bottom p {
  text-align: center;
}
section.bannerfullscreen .text-box.white {
  color: white;
}
section.bannerfullscreen .text-box.white p {
  text-shadow: 0 0 50px black;
}
section.bannerfullscreen .text-box.black {
  color: black;
}
section.bannerfullscreen .text-box.black p {
  text-shadow: 0 0 50px white;
}
section.bannerfullscreen .text-box p {
  display: table-cell;
  width: 50%;
  display: block;
  font-size: 3rem;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-weight: 700;
  margin: 0 auto;
  padding: 70px;
  line-height: 160%;
  letter-spacing: 5px;
  text-transform: uppercase;
}
section.bannerfullscreen .text-box.top {
  vertical-align: top;
}
section.bannerfullscreen .text-box.top p {
  padding-top: 70px;
}
section.bannerfullscreen.first .text-box p {
  padding-top: 0px;
}
section.bannerfullscreen .scroll {
  display: block;
  width: 75px;
  height: 75px;
  background: url(img/scroll.png) 0 0 no-repeat;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  text-indent: -9999px;
}
section.mobile-text-box {
  display: none;
  background-color: #edece6;
  padding: 20px 20px 25px 20px;
  font-size: 1.6rem;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid white;
}
section.mobile-text-box h1 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  padding: 0 33px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #212121;
  display: inline-block;
}
section.mobile-text-box h2 {
  font-size: 1.4rem;
  letter-spacing: 2px;
}
section.home-quote {
  display: block;
  padding: 115px 0 75px;
  text-align: center;
  position: relative;
  font-size: 2rem;
  line-height: 190%;
}
section.home-quote::after {
  clear: both;
  content: "";
  display: table;
}
section.home-quote.grey {
  background: #edece6;
}
section.home-quote.white {
  background: white;
}
section.home-quote .home-quote-inner {
  max-width: 630px;
  margin: 0 auto;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-size: 2rem;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 140%;
}
section.home-quote .home-quote-inner div {
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
  display: block;
  letter-spacing: 2px;
  padding-top: 5px;
}
section.home-quote:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url(img/sprite_icons.png) 0 0 no-repeat;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -12px;
}

@media screen and (max-width: 767px) {
  section .button {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  section .button {
    padding: 12px 15px;
  }
}
@media screen and (max-width: 767px) {
  section.open-days {
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  section.open-days .three-columns {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  section.bannerfullscreen {
    height: 800px;
  }
  section.bannerfullscreen.first {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.bannerfullscreen {
    height: 280px;
  }
  section.bannerfullscreen.first {
    height: 280px;
    padding-top: 100px;
  }
}
@media screen and (max-height: 768px) {
  section.bannerfullscreen .text-box {
    padding-top: 8%;
  }
}
@media screen and (max-width: 1023px) {
  section.bannerfullscreen .text-box {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  section.bannerfullscreen .text-box p {
    display: table-cell;
    width: 55%;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  section.bannerfullscreen .text-box p {
    display: table-cell;
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  section.bannerfullscreen .text-box p {
    display: table-cell;
    width: 100%;
    height: 330px;
    font-size: 2.3rem;
    padding: 50px 30px 0 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  section.mobile-text-box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.home-quote {
    padding: 75px 20px 45px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  section.home-quote .home-quote-inner div {
    line-height: 160%;
    padding-top: 20px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  section.home-quote:before {
    top: 40px;
  }
}
body.home section.home-link {
  color: white !important;
}
body.home section.home-link .button {
  color: white !important;
  border-color: white !important;
}
body.home section.home-link .button:hover {
  color: #212121 !important;
  background: white;
}

@media screen and (max-width: 767px) {
  body.home section.home-link .button {
    color: #212121;
    border-color: #212121;
    margin: 0 auto 20px auto !important;
  }
}
section.home-link {
  background-color: #212121;
  padding: 75px 0 65px;
  text-align: center;
  color: white;
}
section.home-link .container {
  max-width: 880px;
}
section.home-link h2 {
  font-size: 2.4rem;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 160%;
  padding: 50px 20px !important;
}
section.home-link .button {
  color: white !important;
  border-color: white !important;
}
section.home-link .button:hover {
  color: #212121 !important;
}
section.home-link.accordion-content h2.accordion-header {
  padding: 30px 20px !important;
}
section.theme_header {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 80vh;
  background-color: black;
  background-size: cover;
  background-position: center center;
  vertical-align: middle;
  position: relative;
}
section.theme_header .text-box {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 0 12%;
}
section.theme_header .text-box h1 {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: normal;
  color: white;
  letter-spacing: 2px;
  padding: 0 33px 20px;
  border-bottom: 1px solid white;
  text-shadow: 3px 3px 30px black;
}
section.theme_header .text-box h2 {
  margin: 0 auto;
  padding: 10px 20px 0;
  color: white;
  font-size: 4rem;
  letter-spacing: 5px;
  line-height: 140%;
  text-shadow: 3px 3px 70px black;
}
section.theme_header .left-nav, section.theme_header .right-nav {
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  display: inline-block;
}
section.theme_header .left-nav span, section.theme_header .right-nav span {
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 60px;
  padding-top: 48px;
  text-shadow: 0 0 10px black;
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
}
section.theme_header .left-nav .shadow, section.theme_header .right-nav .shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
section.theme_header .left-nav:hover .shadow, section.theme_header .right-nav:hover .shadow {
  opacity: 1;
}
section.theme_header .left-nav {
  left: 0;
}
section.theme_header .left-nav:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 36px;
  height: 70px;
  display: block;
  background-image: url(img/sprite_arrows.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.theme_header .left-nav .shadow {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
section.theme_header .left-nav span {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
section.theme_header .right-nav {
  right: 0;
}
section.theme_header .right-nav:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 36px;
  height: 70px;
  display: block;
  background-image: url(img/sprite_arrows.png);
  background-position: -44px 0;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.theme_header .right-nav .shadow {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
section.theme_header .right-nav span {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
section.theme_header .scroll {
  display: block;
  width: 53px;
  height: 48px;
  background: url(img/scroll.png) 0 0 no-repeat;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  text-indent: -9999px;
}
section.theme_header.article, section.theme_header.small {
  height: 336px;
}
section.theme_header.article .date, section.theme_header.small .date {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  font-weight: normal;
  color: white;
  padding-bottom: 25px;
}
section.theme_header.article .scroll, section.theme_header.small .scroll {
  display: none;
}
section.welcome {
  background-color: #edece6;
  padding-bottom: 50px;
}
section.welcome .container p {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media screen and (max-width: 767px) {
  section.home-link {
    color: #212121;
  }
}
@media screen and (max-width: 767px) {
  section.home-link {
    padding: 0 0 1px;
  }
}
@media screen and (max-width: 767px) {
  section.home-link h2 {
    padding: 20px !important;
    font-size: 1.3rem !important;
  }
}
@media screen and (max-width: 767px) {
  section.home-link .button {
    color: #212121 !important;
    border-color: #212121 !important;
    margin: 0 auto 20px auto !important;
  }
}
@media screen and (max-width: 1023px) {
  section.theme_header {
    height: 440px;
  }
}
@media screen and (max-width: 767px) {
  section.theme_header {
    height: 300px;
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  section.theme_header .text-box {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  section.theme_header .text-box h2 {
    padding: 10px 100px 0;
  }
}
@media screen and (max-width: 767px) {
  section.theme_header .text-box h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  section.theme_header .left-nav, section.theme_header .right-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.theme_header .scroll {
    bottom: 20px;
  }
}
.links-container {
  text-align: center;
  margin: 55px 0 95px;
}
.links-container h4 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: #212121;
  text-transform: uppercase;
  margin: 20px 0;
}
.links-container .link {
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  margin: 20px 0;
}

section.article-content.grey {
  background: #edece6;
}

.accordion-items {
  margin: -35px 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .accordion-items {
    margin: -25px 0 0 0;
  }
}
.accordion-items .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.accordion-items .accordion-item.is-activated .accordion-header:after {
  transform: rotate(180deg);
}
.accordion-items .accordion-item .accordion-inner-header {
  padding: 35px 70px 35px 0;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .accordion-items .accordion-item .accordion-inner-header {
    padding: 25px 50px 25px 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.accordion-items .accordion-item .accordion-inner-header:after {
  content: "";
  margin: -9px 0 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "fontawesome";
  font-size: 18px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}
.accordion-items .accordion-item .accordion-inner-content {
  padding: 0 0 35px 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .accordion-items .accordion-item .accordion-inner-content {
    padding: 0 0 25px 0;
  }
}

section.content-container {
  display: block;
  font-size: 1.5rem;
  line-height: 190%;
}
section.content-container::after {
  clear: both;
  content: "";
  display: table;
}
section.content-container.grey {
  background: #edece6;
}
section.content-container.white {
  background: white;
}
section.content-container .container {
  padding: 0;
}
section.content-container h2 {
  font-size: 3rem;
  text-align: center;
  padding: 85px 20px 60px;
  letter-spacing: 5px;
  line-height: 140%;
}
section.content-container h3 {
  font-size: 2.4rem;
  letter-spacing: 4px;
}
section.content-container div {
  clear: none !important;
}
section.content-container div:nth-child(2n) {
  margin-right: 0;
}
section.content-container div:nth-child(2n+1) {
  clear: left;
}
section.content-container a {
  font-weight: bold;
}
section.content-container .narrow, section.content-container .wide {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 47.5854210427%;
}
section.content-container .narrow:last-child, section.content-container .wide:last-child {
  margin-right: 0;
}
section.content-container .right {
  float: right;
}
section.content-container .right.text .text-inner {
  padding-right: 25%;
}
section.content-container .right.image {
  text-align: left;
}
section.content-container .left {
  float: left;
}
section.content-container .left.image {
  text-align: right;
}
section.content-container .left.image img {
  max-width: 90%;
}
section.content-container .left.text .text-inner {
  padding-left: 15%;
  padding-right: 7%;
}
section.content-container .text .text-inner {
  padding-bottom: 62px;
}
section.content-container .text .text-inner > *:first-child {
  margin-top: 0;
}
section.content-container .text .text-inner > *:last-child {
  margin-bottom: 0;
}
section.content-container .text h2, section.content-container .text h3 {
  padding: 0;
  text-align: left;
}
section.content-container .image {
  padding-bottom: 40px;
}
section.content-container .image img {
  display: inline-block;
  max-height: 500px;
}
section.content-container .clear {
  clear: both !important;
}
section.quick-facts {
  display: block;
  padding-bottom: 100px;
}
section.quick-facts::after {
  clear: both;
  content: "";
  display: table;
}
section.quick-facts .quick-fact-row {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 40px 0;
  margin: 0 auto !important;
  max-width: 1100px;
}
section.quick-facts .quick-fact-row::after {
  clear: both;
  content: "";
  display: table;
  clear: both;
  content: "";
  display: table;
}
section.quick-facts .quick-fact-row .quick-fact-item {
  display: table;
  overflow: hidden;
  max-width: 760px;
  position: relative;
  box-sizing: content-box;
}
section.quick-facts .quick-fact-row .quick-fact-item .number {
  padding-top: 2px;
  display: table-cell;
  font-family: "Playfair Display", serif;
  font-size: 9rem;
  color: #005038;
  line-height: 70%;
  vertical-align: top;
  padding-right: 20px;
  letter-spacing: -2px;
}
section.quick-facts .quick-fact-row .quick-fact-item .number span {
  font-size: 5rem;
}
section.quick-facts .quick-fact-row .quick-fact-item .quote {
  display: table-cell;
  width: auto;
  vertical-align: top;
  line-height: 135%;
  font-size: 1.6rem;
  height: 80px;
}
section.quick-facts .quick-fact-row .quick-fact-item .quote h3 {
  font-size: 2rem;
  text-align: left;
  padding-bottom: 5px;
}
section.quick-facts .quick-fact-row:nth-child(odd) .quick-fact-item {
  float: left;
  padding-left: 5%;
}
section.quick-facts .quick-fact-row:nth-child(even) .quick-fact-item {
  float: right;
  padding-right: 5%;
}
section.quick-facts .quick-fact-row:last-of-type .quick-fact-item:after {
  display: none;
}

@media screen and (max-width: 767px) {
  section.content-container {
    background-color: white !important;
    padding-bottom: 1px !important;
  }
}
@media screen and (max-width: 1023px) {
  section.content-container h2 {
    padding: 60px 20px;
  }
}
@media screen and (min-width: 1200px) {
  section.content-container .narrow {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 38.8496578831%;
  }
  section.content-container .narrow:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  section.content-container .narrow {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  section.content-container .narrow:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  section.content-container .wide {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 56.3211842022%;
  }
  section.content-container .wide:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  section.content-container .wide {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  section.content-container .wide:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  section.content-container .wide {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  section.content-container .right.text .text-inner {
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  section.content-container .left.image img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  section.content-container .left.text .text-inner {
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 767px) {
  section.content-container .text h2, section.content-container .text h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  section.content-container .text.left p {
    padding: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  section.content-container .text.right p {
    padding: 0px !important;
  }
}
@media screen and (max-width: 1023px) {
  section.content-container .text {
    margin-right: 0;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1023px) {
  section.content-container .image {
    text-align: center;
  }
  section.content-container .image img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.content-container .image {
    padding-bottom: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  section.quick-facts .quick-fact-row {
    padding: 5px 20px 0;
  }
}
@media screen and (max-width: 1023px) {
  section.quick-facts .quick-fact-row .quick-fact-item {
    display: block;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  section.quick-facts .quick-fact-row .quick-fact-item:after {
    content: "";
    display: block;
    width: 160px;
    height: 1px;
    background-color: #dadada;
    left: 50%;
    margin-left: -80px;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  section.quick-facts .quick-fact-row .quick-fact-item .number {
    margin: 0 0 10px 0;
    width: 100% !important;
    line-height: 100%;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  section.quick-facts .quick-fact-row .quick-fact-item .quote {
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  section.quick-facts .quick-fact-row .quick-fact-item .quote h3 {
    text-align: center;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1023px) {
  section.quick-facts .quick-fact-row .quick-fact-item .quote {
    width: 100% !important;
    display: block;
  }
  section.quick-facts .quick-fact-row .quick-fact-item .quote h3 {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
  section.quick-facts .quick-fact-row:nth-child(odd) .quick-fact-item {
    padding-right: 5%;
  }
}
@media screen and (max-width: 1023px) {
  section.quick-facts .quick-fact-row:nth-child(odd) .quick-fact-item {
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  section.quick-facts .quick-fact-row:nth-child(even) .quick-fact-item {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1023px) {
  section.quick-facts .quick-fact-row:nth-child(even) .quick-fact-item {
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
}
.row-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.four-boxes {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.four-boxes > div, .four-boxes > a {
  display: table-cell;
  width: 25%;
  font-size: 1.5rem;
  text-align: center;
  border: 2px solid white;
  background-color: #edece6;
  padding: 45px 35px;
}
.four-boxes > div h3, .four-boxes > a h3 {
  font-size: 2rem;
  letter-spacing: 3px;
  line-height: 150%;
}
.four-boxes > div p, .four-boxes > a p {
  line-height: 190%;
}
.four-boxes > div .day, .four-boxes > a .day {
  display: block;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 4px;
  color: #212121;
  text-transform: uppercase;
}
.four-boxes > div .day, .four-boxes > a .day {
  padding-bottom: 20px;
}
.four-boxes > div .tag, .four-boxes > a .tag {
  padding-top: 20px;
  display: block;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #212121;
  text-transform: uppercase;
  line-height: 1.5;
}
.four-boxes > div .date, .four-boxes > a .date {
  display: block;
  font-family: "Playfair", serif;
  font-size: 7rem;
  color: #005038;
}

@media screen and (max-width: 767px) {
  .four-boxes {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .four-boxes > div, .four-boxes > a {
    border: 5px solid white;
    border-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .four-boxes {
    display: block;
  }
  .four-boxes::after {
    clear: both;
    content: "";
    display: table;
  }
  .four-boxes div {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    height: 330px;
    margin-right: 0;
    width: 50%;
  }
  .four-boxes div:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .four-boxes div {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    height: auto;
  }
  .four-boxes div:last-child {
    margin-right: 0;
  }
}
.three-columns {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.three-columns::after {
  clear: both;
  content: "";
  display: table;
}
.three-columns .column {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  font-size: 1.6rem;
  text-align: center;
  padding: 45px 35px;
}
.three-columns .column:last-child {
  margin-right: 0;
}
.three-columns .column h3 {
  font-size: 1.6rem;
  letter-spacing: 3px;
  line-height: 150%;
  padding-bottom: 10px;
}
.three-columns .column p {
  line-height: 190%;
  margin: 0;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .three-columns {
    display: block;
    padding: 0;
  }
  .three-columns::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (max-width: 767px) {
  .three-columns .column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    padding: 45px 35px 0;
  }
  .three-columns .column:last-child {
    margin-right: 0;
  }
  .three-columns .column:last-of-type {
    padding: 45px 35px;
  }
}
.two-columns {
  background-color: #edece6;
  padding: 0;
  box-sizing: content-box;
}
.two-columns .content-wrapper {
  padding: 0 !important;
  box-sizing: content-box;
}
.two-columns .accordion-header {
  display: none;
}
.two-columns .columns-wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.two-columns .column {
  display: table-cell;
  width: 50%;
  font-size: 1.6rem;
  text-align: center;
  box-sizing: content-box;
}
.two-columns .column img {
  width: 100%;
}
.two-columns .column.text {
  color: #212121;
  vertical-align: top;
  text-align: left;
  line-height: 180%;
  box-sizing: border-box;
}
.two-columns .column.text.lhs .wrapper {
  float: right;
}
.two-columns .column.text .wrapper {
  max-width: 700px;
  padding: 100px 14%;
}
.two-columns .column.text h2 {
  font-size: 3rem;
  letter-spacing: 3px;
  padding-bottom: 10px;
}
.two-columns .column.text h3 {
  text-align: left;
  padding: 25px 0 0;
}
.two-columns .column.text .acf-field {
  padding-left: 0;
  padding-right: 0;
}
.two-columns .column.text .acf-field input {
  padding: 0;
}
.two-columns .column.text input[type=submit] {
  background-color: black;
  color: white;
}
.two-columns .column.text a.more {
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid black;
}
.two-columns .column.text .button {
  border: 2px solid black;
  color: black;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
.two-columns .column.text .button:hover {
  background-color: #212121;
  color: white;
}
.two-columns.white {
  background-color: white;
}
.two-columns.grey {
  background-color: #edece6;
}

@media screen and (max-width: 767px) {
  .two-columns .accordion-header {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .two-columns .column.text {
    box-sizing: border-box;
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .two-columns .column.text .wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .two-columns .column.text .button {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .two-columns {
    display: block;
    padding-bottom: 1px;
  }
  .two-columns::after {
    clear: both;
    content: "";
    display: table;
  }
  .two-columns .container {
    padding: 0;
  }
  .two-columns .column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    min-height: 250px;
  }
  .two-columns .column:last-child {
    margin-right: 0;
  }
  .two-columns .column.text {
    min-height: 200px;
  }
}
section.history {
  padding-bottom: 170px;
  background-color: white;
}
section.history .container p {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
section.faqs {
  padding: 70px 0 50px;
  text-align: center;
  background-color: #edece6;
}
section.faqs h2 {
  font-size: 3rem;
  letter-spacing: 3px;
  padding: 0;
}
section.faqs p {
  max-width: 560px;
  margin: 50px auto;
  line-height: 180%;
}
section.faqs .button {
  border: 3px solid black;
  color: black;
}
section.faqs .button:hover {
  background-color: #212121;
  color: white;
}

@media screen and (max-width: 767px) {
  section.history {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.faqs {
    padding: 0 0 1px;
    background-color: white;
  }
  section.faqs .container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  section.faqs h2 {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
    background-color: #edece6;
    background-image: url(img/arrow_acc-right.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 30px 20px;
  }
  section.faqs h2.active {
    background-image: url(img/arrow_acc-dwn.png);
  }
}
@media screen and (max-width: 767px) {
  section.faqs p {
    font-size: 1.5rem;
    line-height: 190%;
    text-align: left;
    padding: 30px 20px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  section.faqs .button {
    border-width: 2px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.school-links a {
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 27px;
}
.school-links a:before {
  content: "";
  display: inline-block;
  background-image: url(img/sprite_icons.png);
  background-position: 0 -145px;
  width: 20px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
}
.school-links a.map:before {
  background-position: 0 -145px;
}
.school-links a.directions:before {
  background-position: 0 -165px;
}
.school-links a.parking:before {
  background-position: 0 -185px;
}

section.transport {
  text-align: center;
  background-color: White;
}
section.transport form {
  display: block;
  margin-top: 30px;
}
section.transport form::after {
  clear: both;
  content: "";
  display: table;
}
section.transport form > div {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
section.transport form > div:last-child {
  margin-right: 0;
}
section.transport form > div:nth-child(1) {
  text-align: right;
}
section.transport form > div:nth-child(2) {
  text-align: left;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.3rem;
}
section.transport form > div:nth-child(2) a.button {
  width: auto;
  background: url(img/lifeattrinity-transport-calendaricon.png) 7% center no-repeat;
  margin: 0 0 0 40px;
  padding: 13px 4% 13px 14%;
  display: inline-block;
  vertical-align: middle;
}
section.transport form > div:nth-child(2) a.button:hover {
  color: black;
}
section.transport form > div input[type=text] {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid Black !important;
  width: 100%;
  max-width: 320px;
  padding: 1% 14px 1% 25px;
  background: url(img/lifeattrinity-transport-mapicon.png) no-repeat left center;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
section.transport form > div input[type=text]::-webkit-input-placeholder, section.transport form > div input[type=text]::-moz-placeholder, section.transport form > div input[type=text]:-moz-placeholder, section.transport form > div input[type=text]:-ms-input-placeholder {
  color: #111111;
}
section.transport .map {
  position: relative;
  margin-top: 110px;
}
section.transport .map div#mapLayers img {
  position: absolute;
  top: 0;
  width: 100%;
}
section.transport .map div#tooFarMessage {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
}
section.transport .map div#tooFarMessage div {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
section.transport .map .background {
  display: none;
}
section.transport .map .routeStops {
  z-index: 10;
}

@media screen and (min-width: 1025px) {
  section.transport h2 {
    padding-bottom: 60px;
  }
  section.transport p {
    width: 50%;
    margin: auto;
    line-height: 150%;
  }
}
@media screen and (max-width: 767px) {
  section.transport form > div {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  section.transport form > div:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  section.transport form > div:nth-child(2) {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  section.transport form > div:nth-child(2) a.button {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  section.transport form > div:nth-child(2) a.button {
    margin: 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.transport .map {
    margin-top: 50px;
  }
}
.carousel-slider {
  overflow: hidden;
}

.video-slider-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}
.video-slider-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.video-slider-wrapper h2 {
  font-size: 3rem;
  text-align: center;
  padding: 85px 20px 60px;
  letter-spacing: 5px;
  line-height: 140%;
}
.video-slider-wrapper .video-slider {
  position: relative;
}
.video-slider-wrapper .video-slider .slick-dots {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-slider-wrapper .video-slider .slick-arrow {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 60px;
  height: 60px;
  border: 1px solid white;
  background-color: transparent;
  position: absolute;
  bottom: 40px;
  z-index: 20;
  text-indent: -9999px;
  background-image: url(img/sprite_arrows.png);
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.23s linear;
  -moz-transition: background-color 0.23s linear;
  transition: background-color 0.23s linear;
}
.video-slider-wrapper .video-slider .slick-arrow.slick-next {
  left: 50%;
  margin-left: 5px;
  background-position: -60px -152px;
}
.video-slider-wrapper .video-slider .slick-arrow.slick-prev {
  right: 50%;
  margin-right: 5px;
  background-position: 0px -152px;
}
.video-slider-wrapper .video-slider .slick-arrow:hover {
  background-color: #212121;
}
.video-slider-wrapper .video-slider .slick-slide .videoWrapper {
  outline: 0;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-slider-wrapper .video-slider .slick-slide .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-slider-wrapper .video-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(calc(-50% + 12px));
  -moz-transform: translateY(calc(-50% + 12px));
  -ms-transform: translateY(calc(-50% + 12px));
  -o-transform: translateY(calc(-50% + 12px));
  transform: translateY(calc(-50% + 12px));
  width: 250px;
  position: absolute;
}
.video-slider-wrapper .video-slider .slick-dots li {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  background-color: #edece6;
}
.video-slider-wrapper .video-slider .slick-dots li a {
  display: inline-block;
  height: 100px;
  width: auto;
  float: left;
  position: relative;
}
.video-slider-wrapper .video-slider .slick-dots li a .caption {
  width: 150px;
  float: left;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: normal;
  color: #212121;
  letter-spacing: 2px;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-slider-wrapper .video-slider .slick-dots li a .caption b {
  display: block;
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.video-slider-wrapper .video-slider .slick-dots li.slick-active {
  display: none;
}
.video-slider-wrapper .video-slider .slick-dots li .image {
  width: 100px;
  height: 100px;
  background-size: cover;
  float: right;
}
.video-slider-wrapper .video-slider .slick-dots li .image a {
  width: 100px;
  height: 100px;
}
.video-slider-wrapper .video-slider.playing .slick-dots, .video-slider-wrapper .video-slider.playing .slick-arrow {
  opacity: 0;
}

@media screen and (max-width: 1023px) {
  .video-slider-wrapper {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  .video-slider-wrapper {
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  .video-slider-wrapper .video-slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
    bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .video-slider-wrapper .video-slider .slick-arrow.slick-prev {
    left: 0;
    right: auto;
    bottom: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .video-slider-wrapper .video-slider .slick-dots {
    top: 100%;
    right: auto;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .video-slider-wrapper .video-slider .slick-dots {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .video-slider-wrapper .video-slider .slick-dots li {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .video-slider-wrapper .video-slider .slick-dots li {
    width: auto;
    float: none;
    margin: 5px;
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) {
  .video-slider-wrapper .video-slider .slick-dots li a .caption {
    display: none;
  }
}
section.carousel {
  background-color: white;
}
section.carousel .slider-items .item {
  display: block;
  background-position: center center;
  background-size: cover;
  position: relative;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.carousel .slider-items .item .slider-info {
  background: transparent;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 35px;
}
section.carousel .slider-items .item h3 {
  color: white;
  font-size: 2.5rem;
  text-shadow: 0px 0px 10px black;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.carousel .slider-items .item .slider-text {
  opacity: 0;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.carousel .slider-items .item .slider-explore {
  position: absolute;
  z-index: 6;
  bottom: 0;
  background: #edece6;
  opacity: 0;
  padding: 34px 28px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
section.carousel .slider-items .item .slider-explore .button.explore {
  color: black;
  border-color: black;
  margin: 0;
  width: 100%;
}
section.carousel .slider-items .item .slider-explore .button.explore:hover {
  color: inherit;
  background-color: inherit;
}
section.carousel .slider-items .item.slick-active .slider-explore, section.carousel .slider-items .item:hover .slider-explore {
  opacity: 1;
}
section.carousel .slider-items .item.expanded {
  z-index: 999;
  box-shadow: 0 0 300px 60px black;
}
section.carousel .slider-items .item.expanded .slider-info {
  z-index: 9;
  top: 50%;
  background: #edece6;
  overflow-y: auto !important;
}
section.carousel .slider-items .item.expanded h3 {
  margin-top: 25px;
  color: black;
  text-shadow: none;
}
section.carousel .slider-items .item.expanded .slider-text {
  opacity: 1;
}
section.carousel .slider-items .item.expanded .close {
  display: inline-block;
}
section.carousel .slider-items .item.expanded .slider-explore {
  opacity: 0;
}
section.carousel .slider-items .item .close {
  display: none;
  width: 23px;
  height: 23px;
  background: url(img/but_nav-menu-active.png) center center no-repeat;
}
section.carousel .slider-items:hover .item:not(:hover) .slider-explore {
  opacity: 0;
}
section.carousel .slider-controls {
  display: table;
  width: 100%;
  padding: 25px 0;
  table-layout: fixed;
}
section.carousel .slider-controls > * {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
  width: 185px;
}
section.carousel .menu select {
  text-transform: uppercase;
  font-weight: bold;
  height: auto;
  padding: 5px 0;
  width: 125px;
  -webkit-border-radius: 0;
}
section.carousel .menu select option {
  text-transform: none;
}
section.carousel .dots {
  width: auto;
}
section.carousel .dots ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: white;
  overflow: hidden;
  text-align: center;
}
section.carousel .dots ul li {
  float: none;
  display: inline-block;
  padding: 0 0 0 35px;
  position: relative;
}
section.carousel .dots ul li:before {
  content: "";
  height: 1px;
  width: 20px;
  background-color: #c4c4c4;
  display: block;
  position: absolute;
  left: 7px;
  top: 4px;
}
section.carousel .dots ul li a {
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  text-indent: -9999px;
}
section.carousel .dots ul li:first-child {
  padding: 0;
}
section.carousel .dots ul li:first-child:before {
  display: none;
}
section.carousel .dots ul li.slick-active a {
  border-color: #005038;
}
section.carousel .arrows {
  text-align: right;
}
section.carousel .arrows .slick-prev, section.carousel .arrows .slick-next {
  display: inline-block;
  width: 17px;
  height: 32px;
}
section.carousel .arrows .slick-prev {
  background-image: url("img/arrow-left-black.png");
  margin-right: 29px;
}
section.carousel .arrows .slick-next {
  background-image: url("img/arrow-right-black.png");
}

@media screen and (max-width: 1023px) {
  section.carousel .slider-items .item .slider-info {
    top: 25%;
    overflow: none;
  }
}
@media screen and (max-width: 767px) {
  section.carousel .slider-items .item .slider-explore {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  section.carousel .slider-items .item.expanded .slider-info {
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto;
  }
}
@media screen and (max-width: 767px) {
  section.carousel .slider-items .item.expanded .slider-info {
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto;
  }
}
@media screen and (max-width: 1023px) {
  section.carousel ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  section.carousel ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 767px) {
  section.carousel .dots {
    display: none;
  }
}
.featureBox {
  padding: 130px 0 120px;
  text-align: center;
  background-color: black;
  background-size: cover;
  background-position: center center;
  color: white;
}
.featureBox h2 {
  font-size: 3rem;
  letter-spacing: 5px;
  color: white;
}
.featureBox p {
  max-width: 560px;
  margin: 20px auto;
  line-height: 180%;
  font-size: 1.8rem;
  color: white;
  text-shadow: 0 0 6px black;
}

@media screen and (max-width: 767px) {
  .featureBox {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .featureBox h2 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #212121;
    letter-spacing: 1px;
    text-align: left;
    background-color: #edece6;
    padding: 30px 20px;
    background-image: url(img/arrow_acc-right.png);
    background-position: top right;
    background-repeat: no-repeat;
  }
  .featureBox h2.active {
    background-image: url(img/arrow_acc-dwn.png);
  }
}
@media screen and (max-width: 767px) {
  .featureBox p {
    font-size: 1.5rem;
    line-height: 190%;
    text-align: left;
    padding: 30px 20px;
    margin: 0;
  }
}
#news-event-content .column.text {
  padding-right: 30px;
}
#news-event-content h1 {
  font-size: 4rem;
  letter-spacing: 3px;
  padding: 0 0 20px;
  line-height: 100%;
}
#news-event-content .event-date {
  font-family: "Playfair", serif;
  font-size: 2.4rem;
  padding: 20px 0;
}
#news-event-content .event-location {
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#news-event-content .event-time {
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#news-event-content .button {
  margin-left: 0;
}

.article-content {
  display: block;
  padding: 85px 0 80px;
}
.article-content::after {
  clear: both;
  content: "";
  display: table;
}
.article-content .lhs-container {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  padding: 5px 3%;
  box-sizing: border-box;
}
.article-content .lhs-container:last-child {
  margin-right: 0;
}
.article-content .lhs-container .back-link {
  margin: 0 auto;
  display: inline-block;
}
.article-content article {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  font-size: 1.6rem;
  line-height: 180%;
  padding: 0 3% 0 0;
  box-sizing: border-box;
}
.article-content article:last-child {
  margin-right: 0;
}
.article-content article h2 {
  font-size: 3rem;
  padding-bottom: 50px;
  letter-spacing: 5px;
  line-height: 140%;
}
.article-content article a {
  font-weight: bold;
}
.article-content article p {
  margin: 0;
  padding: 0 0 15px;
}
.article-content article.faq-container {
  padding: 0;
}
.article-content article.faq-container h3 {
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 2px;
  padding: 15px 60px 15px 28px;
  border: 2px solid #dfdfdf;
  border-bottom: 0;
  position: relative;
}
.article-content article.faq-container h3:last-of-type {
  border-bottom: 2px solid #dfdfdf;
}
.article-content article.faq-container h3:hover {
  cursor: pointer;
}
.article-content article.faq-container h3:after {
  content: "";
  width: 20px;
  height: 11px;
  background: url(img/sprite_arrows.png) -30px -81px no-repeat;
  display: inline-block;
  position: absolute;
  top: 23px;
  right: 24px;
}
.article-content article.faq-container h3.active:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.article-content article.faq-container .faq-item-content {
  display: none;
  padding: 20px 32px;
  margin: 0 0 30px;
  background-color: #edece6;
}
.article-content aside {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  padding: 5px 3%;
  box-sizing: border-box;
}
.article-content aside:last-child {
  margin-right: 0;
}
.article-content aside h3 {
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 2px;
  padding: 0 0 30px;
}
.article-content aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-content aside ul li {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #6b6b6b;
  letter-spacing: 2px;
  padding: 0 0 15px;
  font-weight: bold;
}
.article-content aside ul li a {
  color: #6b6b6b;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .article-content {
    padding: 50px 0 50px;
  }
}
@media screen and (max-width: 1023px) {
  .article-content {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .article-content {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .article-content .lhs-container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    padding: 5px 0 30px;
  }
  .article-content .lhs-container:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .article-content .lhs-container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    padding: 5px 0 30px;
  }
  .article-content .lhs-container:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .article-content article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
    padding: 0;
  }
  .article-content article:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .article-content article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    padding: 0 20px 30px;
  }
  .article-content article:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .article-content aside {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    padding: 0 0 30px;
  }
  .article-content aside:last-child {
    margin-right: 0;
  }
}
.search-results .hentry {
  padding: 30px 0;
  border-bottom: 1px solid #212121;
}
.search-results .hentry:first-child {
  padding-top: 0;
}
.search-results .hentry:last-child {
  border-bottom: 0;
}
.search-results.no-results {
  padding-top: 40px;
}
.search-results.no-results .search-form {
  display: block;
}
.search-results.no-results .search-form::after {
  clear: both;
  content: "";
  display: table;
}
.search-results.no-results .search-form label {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  margin: 0;
}
.search-results.no-results .search-form label:last-child {
  margin-right: 0;
}
.search-results.no-results .search-form input[type=submit] {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
  margin: 36px 0 0 10px;
  padding: 5px 0px;
  border: 1px solid black;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 2px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.search-results.no-results .search-form input[type=submit]:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .search-results.no-results .search-form input[type=submit] {
    width: 100px;
    display: both;
    margin-left: 0;
  }
}
section.calendar-section {
  padding: 80px 0;
}
section.calendar-section .calendar {
  font-size: 1.5rem;
}
section.page-navigation {
  display: table;
  width: 100%;
  table-layout: fixed;
}
section.page-navigation a {
  display: table-cell;
  width: 50%;
  color: white;
  font-size: 2.4rem;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  height: 170px;
  vertical-align: middle;
  letter-spacing: 3px;
  position: relative;
  background-color: black;
  text-shadow: 3px 3px 30px black;
}
section.page-navigation a span {
  font-family: "Playfair", serif;
  font-size: 1.6rem;
  text-transform: none;
  font-weight: normal;
  display: block;
  padding-bottom: 3px;
  letter-spacing: 0;
}
section.page-navigation .prev, section.page-navigation .next {
  opacity: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.page-navigation .prev:hover, section.page-navigation .next:hover {
  opacity: 0.7;
}
section.page-navigation .prev:before, section.page-navigation .next:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 70px;
  background-image: url(img/sprite_arrows.png);
  position: absolute;
  text-shadow: 3px 3px 30px black;
  top: 55px;
}
section.page-navigation .prev {
  text-align: left;
  padding-left: 120px;
  background-image: url(img/about_prev.jpg);
}
section.page-navigation .prev:before {
  background-position: 0 0;
  left: 54px;
}
section.page-navigation .next {
  text-align: right;
  padding-right: 120px;
  background-image: url(img/about_next.jpg);
}
section.page-navigation .next:before {
  background-position: -44px 0;
  right: 54px;
}

@media screen and (max-width: 767px) {
  section.calendar-section .calendar {
    font-size: 1.3rem;
  }
  section.calendar-section .calendar .fc-day-grid-container {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  section.page-navigation {
    display: block;
  }
  section.page-navigation::after {
    clear: both;
    content: "";
    display: table;
  }
  section.page-navigation a {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    position: relative;
    margin: 0;
    height: auto !important;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.page-navigation a:last-child {
    margin-right: 0;
  }
  section.page-navigation .prev {
    padding-left: 90px;
  }
  section.page-navigation .prev:before {
    margin-top: -35px;
    left: 24px;
    top: 50%;
  }
  section.page-navigation .next {
    padding-right: 90px;
  }
  section.page-navigation .next:before {
    margin-top: -35px;
    right: 24px;
    top: 50%;
  }
}
/* 3.2 Parts
-------------------------------------------------------------------------- */
.vertical-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 3.4 Navigation
-------------------------------------------------------------------------- */
#site-navigation .button-row {
  position: relative;
  padding: 0 40px;
  height: 98px;
}
#site-navigation .button-row .nav-button {
  display: block;
  float: left;
  width: 57px;
  height: 23px;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: transparent;
  background: url(img/but_nav-menu2.png) 0 5px no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 38px 20px 0 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 0;
  left: 40px;
}
#site-navigation .button-row .desktop-search {
  display: block;
  position: absolute;
  top: 30px;
  left: 110px;
  width: 33%;
}
#site-navigation .button-row .desktop-search .search-button {
  width: 23px;
  height: 23px;
  background: url(img/but_search.png) 0 0 no-repeat;
  background-size: 100%;
  border: 0;
  text-indent: -9999px;
  padding: 0;
  outline: 0;
}
#site-navigation .button-row .desktop-search #desktop-search-input {
  border: none;
  background: url(img/but_search.png) 0 center no-repeat;
  background-size: 23px;
  padding: 0 0 0 30px;
}
#site-navigation .button-row .headerLogo {
  display: block;
  width: 65px;
  height: 60px;
  background: url(img/tgs_crest.svg) 0 0 no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -33px;
}
#site-navigation .button-row .tnet-link {
  position: absolute;
  right: 130px;
  top: 0;
  font-size: 1.5rem;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 98px;
  letter-spacing: 2px;
}
#site-navigation .button-row .tnet-link img {
  margin: 32px 0 0 8px;
  float: right;
}
#site-navigation .button-row .enrol-link {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 1.5rem;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 98px;
  padding: 0 40px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  #site-navigation .button-row {
    height: 70px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #site-navigation .button-row .nav-button {
    margin: 25px 0 0 0;
    left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  #site-navigation .button-row .desktop-search {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #site-navigation .button-row .headerLogo {
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  #site-navigation .button-row .tnet-link img {
    margin: 7px 0 0 5px;
    height: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  #site-navigation .button-row .tnet-link {
    padding: 0 20px;
    top: 30px;
    right: 0;
    font-size: 1.3rem;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  #site-navigation .button-row .enrol-link {
    top: 5px;
    right: 10px;
    line-height: 35px;
    padding: 0 20px;
    font-size: 1.3rem;
  }
}
.esmart img {
  margin: 15px auto 0 auto;
  max-height: 35px;
}

body.home #site-header:not(.nav-visible):not(.main-nav-scrolled) {
  background: transparent;
  background-image: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.6) 100%);
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.6) 100%);
  box-shadow: 0 0 100px 75px rgba(255, 255, 255, 0.6);
}
body.home #site-header:not(.nav-visible):not(.main-nav-scrolled) .headerLogo {
  width: 205px;
  height: 247px;
  background: url(img/logo_large.png) 0 0 no-repeat;
  background-size: 100%;
  top: 10px;
  margin-left: -103px;
}
body.home #site-header.main-nav-scrolled {
  background-color: white;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  body.home #site-header:not(.nav-visible):not(.main-nav-scrolled) .headerLogo {
    display: block;
    width: 65px;
    height: 60px;
    background: url(img/header_logo-sml.png) 0 0 no-repeat;
    text-indent: -9999px;
    top: 5px;
    left: 50%;
    margin-left: -33px;
  }
}
@media screen and (max-width: 767px) {
  body.home #site-navigation {
    background-color: white;
  }
}
.nav-header {
  background-color: #edece6;
  padding: 60px 20px 0;
  display: none;
  z-index: 200;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: -webkit-calc(100vh - 98px);
  max-height: calc(100vh - 98px);
}
.nav-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.nav-header ul::after {
  clear: both;
  content: "";
  display: table;
  clear: both;
  content: "";
  display: table;
}
.nav-header ul > li {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 18.1138787216%;
  padding: 0 0 60px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.nav-header ul > li:last-child, .nav-header ul > li:nth-child(6n) {
  margin-right: 0;
}
.nav-header ul > li:nth-child(6n+1) {
  clear: left;
}
.nav-header ul > li.search {
  display: none;
}
.nav-header ul > li.hide-self > a {
  display: none !important;
}
.nav-header ul > li > a {
  font-size: 1.6rem;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 6px 0;
  display: block;
  line-height: 140%;
  color: #005038;
}
.nav-header ul > li > a:hover {
  color: #7f9a6d;
}
.nav-header ul > li ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
.nav-header ul > li ul.sub-menu li {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  padding: 0;
}
.nav-header ul > li ul.sub-menu li:last-child {
  margin-right: 0;
}
.nav-header ul > li ul.sub-menu li a {
  font-size: 1.3rem;
  font-weight: normal;
  display: block;
  padding: 10px 0;
  letter-spacing: 2px;
  line-height: 130%;
  color: #494949;
}
.nav-header ul > li ul.sub-menu li a:hover {
  color: #777;
}
.nav-header ul > li ul.sub-menu li.lower-case a {
  text-transform: none;
}
.nav-header ul > li.social-links ul {
  margin-top: 20px;
}
.nav-header ul > li.social-links ul li {
  float: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: auto;
}
.nav-header ul > li.social-links ul li a {
  margin: 0;
  padding: 0;
  font-size: 1px;
}
.nav-header ul > li.social-links ul li a:hover {
  opacity: 0.8;
}
.nav-header ul > li.social-links ul li:last-child a {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .nav-header {
    max-height: calc(100vh - 70px);
  }
}
@media screen and (max-height: 768px) {
  .nav-header {
    max-height: -webkit-calc(100vh - 70px);
    max-height: calc(100vh - 70px);
    max-height: calc(100vh - 70px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .nav-header {
    padding: 45px 20px 0;
  }
}
@media screen and (max-width: 1023px) {
  .nav-header {
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-header ul {
    border-top: 1px solid #e0dfd9;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .nav-header ul > li {
    padding: 0 0 45px;
  }
}
@media screen and (max-width: 1023px) {
  .nav-header ul > li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #e0dfd9;
    font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  }
  .nav-header ul > li:last-child {
    margin-right: 0;
  }
  .nav-header ul > li.search {
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
    padding: 15px 40px !important;
    letter-spacing: 2px;
    line-height: 140%;
  }
  .nav-header ul > li.search #mobile-search-input {
    display: inline-block;
    position: relative;
    padding: 2px 0 2px 35px;
    background: url(img/but_search.png) 10px center no-repeat;
    background-size: 19px;
    width: 100px;
    height: auto;
    border: none;
    font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
    font-size: 1.3rem;
    color: #005038;
    letter-spacing: 2px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .nav-header ul > li.search #mobile-search-input:focus {
    width: 100%;
  }
  .nav-header ul > li.search span {
    display: inline-block;
    position: relative;
    padding-left: 25px;
  }
  .nav-header ul > li.search span:before {
    content: "";
    width: 19px;
    height: 19px;
    background: url(img/but_search.png) 0 0 no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .nav-header ul > li.has-subnav .mobile-hassubnav {
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    width: 38px;
    height: 38px;
    background: url(img/arrow_has-submenu.png) center center no-repeat;
  }
  .nav-header ul > li.has-subnav .mobile-hassubnav.active {
    background: url(img/arrow_has-submenu-active.png) center center no-repeat;
  }
  .nav-header ul > li.has-subnav.contact a {
    border-bottom: 1px solid #e0dfd9;
  }
  .nav-header ul > li.has-subnav.social-links .mobile-hassubnav {
    display: none;
  }
  .nav-header ul > li ul {
    display: none;
  }
  .nav-header ul > li.social-links ul {
    display: block;
    margin: 0 0 20px;
  }
  .nav-header ul > li.social-links ul li {
    width: 30px;
  }
  .nav-header ul > li.social-links ul li a {
    width: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .nav-header ul > li > a {
    font-size: 1.3rem;
    font-weight: normal;
    padding: 15px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .nav-header ul > li.social-links ul {
    margin: 0 0 20px;
    border-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .nav-header ul > li.social-links ul li {
    border-bottom: 0;
  }
}
.mobile-search {
  position: relative;
}
.mobile-search button {
  position: absolute;
  top: 50%;
  right: -35px;
  letter-spacing: 2px;
  color: #005038;
  border: none;
  background: transparent;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-search button.is-toggled {
  visibility: visible;
}

.subnav {
  background-color: #edece6;
  padding: 20px 0;
  position: fixed;
  top: 98px;
  left: 0;
  right: 0;
  z-index: 150;
  display: block;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.subnav ul li {
  float: none;
  display: inline-block;
}
.subnav ul li a {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  padding: 10px 30px;
}

@media screen and (max-width: 767px) {
  .subnav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .subnav ul li {
    width: 100%;
  }
}
a {
  text-decoration: none;
  color: black;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a img {
  border: none;
}

/* 4.0 State
========================================================================== */
/* 4.1 Animations
-------------------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 4.2 Plugins
-------------------------------------------------------------------------- */
/* Accordion Hiding */
.accordion-content .container {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .accordion-content .content-wrapper {
    display: none;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .accordion-content.article-content {
    padding: 0;
  }
  .accordion-content.article-content .lhs-container, .accordion-content.article-content aside {
    display: none;
  }
  .accordion-content.article-content article {
    padding: 0 0 1px;
  }
  .accordion-content.article-content article .content-wrapper {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  h2.accordion-header {
    font-size: 1.3rem !important;
    font-weight: bold;
    letter-spacing: 2px !important;
    text-align: left !important;
    background-color: #edece6;
    padding: 30px 20px !important;
    background-image: url(img/arrow_acc-right.png);
    background-position: top right;
    background-repeat: no-repeat;
    line-height: 140%;
  }
  h2.accordion-header.active {
    background-image: url(img/arrow_acc-dwn.png);
  }
}
@media screen and (max-width: 767px) {
  body.home h2.accordion-header {
    font-size: 1.3rem !important;
    font-weight: bold;
    letter-spacing: 2px !important;
    text-align: center !important;
    padding: 30px 20px !important;
    background: #212121;
    line-height: 140%;
  }
  body.home h2.accordion-header.active {
    background: #212121;
  }
}
#news-feed {
  height: auto !important;
  text-align: center;
  /* ---- filter-button ---- */
  /* ---- button-group ---- */
  /* ---- isotope ---- */
  /* clear fix */
  /* ---- .news-feed-item ---- */
}
#news-feed header {
  background-color: #edece6;
  padding: 150px 0 25px;
}
#news-feed header h1 {
  font-size: 4rem;
  letter-spacing: 5px;
  padding-bottom: 32px;
}
#news-feed * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#news-feed .filter-button {
  display: inline-block;
  padding: 10px 0px;
  margin: 0 30px 10px;
  border: none;
  color: #212121;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 2px;
  background-color: transparent;
  text-transform: uppercase;
  outline: 0;
  cursor: pointer;
}
#news-feed .filter-button:hover, #news-feed .filter-button:active, #news-feed .filter-button.is-checked, #news-feed .filter-button:active {
  border-bottom: 2px solid black;
}
#news-feed .button-group {
  margin: 0 auto;
  display: inline-block;
}
#news-feed .button-group:after {
  content: "";
  display: block;
  clear: both;
}
#news-feed .button-group2 {
  padding: 0 0 3% 0;
  display: block;
  text-align: center;
}
#news-feed .button-group2 .button {
  margin: 0 10px;
  padding: 12px 30px;
  display: inline-block;
  width: auto;
  font-size: 1.3rem;
}
#news-feed .news-feed-grid {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
#news-feed .news-feed-grid::after {
  clear: both;
  content: "";
  display: table;
}
#news-feed .news-feed-grid:after {
  content: "";
  display: block;
  clear: both;
}
#news-feed .news-feed-item, #news-feed .grid-sizer {
  width: 50%;
}
#news-feed .news-feed-item {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  height: 350px;
  margin: 0px;
  padding: 0px;
  background-color: #edece6;
  text-align: left;
}
#news-feed .news-feed-item::after {
  clear: both;
  content: "";
  display: table;
}
#news-feed .news-feed-item .image-container {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
}
#news-feed .news-feed-item .text-container {
  width: 50%;
  height: 100%;
  background-color: white;
  vertical-align: middle;
  z-index: 40;
  color: #212121;
  position: absolute;
  top: 0;
  left: 50%;
}
#news-feed .news-feed-item .text-container:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: white;
  -webkit-transform: rotate(-45deg) translateY(-69%);
  -moz-transform: rotate(-45deg) translateY(-69%);
  -ms-transform: rotate(-45deg) translateY(-69%);
  -o-transform: rotate(-45deg) translateY(-69%);
  transform: rotate(-45deg) translateY(-69%);
}
#news-feed .news-feed-item .text-container .vertical-wrapper {
  padding: 20px 9%;
}
#news-feed .news-feed-item .text-container .date {
  font-family: "Playfair", serif;
  font-size: 1.8rem;
  padding: 0 0 18px;
}
#news-feed .news-feed-item .text-container h4 {
  font-size: 2.4rem;
  letter-spacing: 3px;
}
#news-feed .news-feed-item .text-container .blurb {
  font-size: 1.6rem;
  line-height: 190%;
  padding: 15px 0;
  display: none;
}
#news-feed .news-feed-item .text-container .button {
  width: auto;
  padding: 12px 30px;
  display: inline-block;
  margin: 25px auto 0;
  border: 2px solid #212121;
  font-size: 1.3rem;
  font-weight: 900 !important;
}
#news-feed .news-feed-item:nth-child(6n+4) .image-container, #news-feed .news-feed-item:nth-child(6n+7) .image-container {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 50%;
}
#news-feed .news-feed-item:nth-child(6n+4) .text-container, #news-feed .news-feed-item:nth-child(6n+7) .text-container {
  width: 50%;
  height: 100%;
  background-color: white;
  vertical-align: middle;
  z-index: 40;
  color: #212121;
  position: absolute;
  top: 0;
  left: 0;
}
#news-feed .news-feed-item:nth-child(6n+4) .text-container:before, #news-feed .news-feed-item:nth-child(6n+7) .text-container:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 100%;
  background-color: white;
  -webkit-transform: rotate(-45deg) translateY(-69%);
  -moz-transform: rotate(-45deg) translateY(-69%);
  -ms-transform: rotate(-45deg) translateY(-69%);
  -o-transform: rotate(-45deg) translateY(-69%);
  transform: rotate(-45deg) translateY(-69%);
}
#news-feed .news-feed-item:nth-child(6n+2), #news-feed .news-feed-item:nth-child(6n+6) {
  display: block;
  height: 700px;
}
#news-feed .news-feed-item:nth-child(6n+2)::after, #news-feed .news-feed-item:nth-child(6n+6)::after {
  clear: both;
  content: "";
  display: table;
}
#news-feed .news-feed-item:nth-child(6n+2) .vertical-wrapper, #news-feed .news-feed-item:nth-child(6n+6) .vertical-wrapper {
  padding: 20px 11%;
}
#news-feed .news-feed-item:nth-child(6n+2) .image-container, #news-feed .news-feed-item:nth-child(6n+6) .image-container {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#news-feed .news-feed-item:nth-child(6n+2) .image-container:last-child, #news-feed .news-feed-item:nth-child(6n+6) .image-container:last-child {
  margin-right: 0;
}
#news-feed .news-feed-item:nth-child(6n+2) .text-container, #news-feed .news-feed-item:nth-child(6n+6) .text-container {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  background-color: transparent;
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#news-feed .news-feed-item:nth-child(6n+2) .text-container:last-child, #news-feed .news-feed-item:nth-child(6n+6) .text-container:last-child {
  margin-right: 0;
}
#news-feed .news-feed-item:nth-child(6n+2) .text-container:before, #news-feed .news-feed-item:nth-child(6n+6) .text-container:before {
  display: none;
}
#news-feed .news-feed-item:nth-child(6n+2) .text-container .date, #news-feed .news-feed-item:nth-child(6n+6) .text-container .date {
  font-size: 2rem;
}
#news-feed .news-feed-item:nth-child(6n+2) .text-container h4, #news-feed .news-feed-item:nth-child(6n+6) .text-container h4 {
  font-size: 3rem;
  letter-spacing: 5px;
}
#news-feed .news-feed-item:nth-child(6n+2) .text-container .blurb, #news-feed .news-feed-item:nth-child(6n+6) .text-container .blurb {
  display: block;
}
#news-feed .news-feed-item:nth-child(6n+2) .text-container .button, #news-feed .news-feed-item:nth-child(6n+6) .text-container .button {
  border-color: white;
  color: white;
}
#news-feed .news-feed-item:nth-child(6n+2) .text-container .button:hover, #news-feed .news-feed-item:nth-child(6n+6) .text-container .button:hover {
  border-color: #212121;
  background-color: #212121;
}
#news-feed .news-feed-item > * {
  margin: 0;
  padding: 0;
}
#news-feed .button-wrapper {
  background-color: #edece6;
  padding: 40px 0;
}
#news-feed .button-wrapper .button {
  margin-top: 0;
}

@media screen and (max-width: 1023px) {
  #news-feed header {
    padding: 130px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  #news-feed .button-group2 .button {
    margin: 5px 10px;
  }
}
@media (max-width: 1200px) {
  #news-feed .news-feed-item {
    height: 300px;
  }
  #news-feed .news-feed-item.large-box {
    height: 600px;
  }
}
@media (max-width: 1100px) {
  #news-feed .news-feed-item {
    height: 275px;
  }
  #news-feed .news-feed-item.large-box {
    height: 550px;
  }
}
@media (max-width: 1024px) {
  #news-feed .news-feed-item {
    height: 256px;
  }
  #news-feed .news-feed-item.large-box {
    height: 512px;
  }
}
@media (max-width: 768px) {
  #news-feed .news-feed-item {
    height: 192px;
  }
  #news-feed .news-feed-item .text-container .date {
    font-size: 1.4rem;
    padding: 0 0 8px;
  }
  #news-feed .news-feed-item .text-container h4 {
    font-size: 1.3rem;
    line-height: 120%;
  }
  #news-feed .news-feed-item .text-container .button {
    margin-top: 0px;
    padding: 8px 30px;
  }
  #news-feed .news-feed-item.large-box {
    height: 384px;
  }
  #news-feed .news-feed-item.large-box .text-container .date {
    font-size: 1.6rem;
    padding: 0 0 8px;
  }
  #news-feed .news-feed-item.large-box .text-container h4 {
    font-size: 2rem;
    line-height: 120%;
  }
  #news-feed .news-feed-item.large-box .text-container .blurb {
    font-size: 1.5rem;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  #news-feed .news-feed-item {
    height: 250px;
    width: 100%;
  }
}
.ui-multiselect-menu {
  display: none;
  position: absolute;
  z-index: 10000;
  text-align: left;
  font-size: 1.6rem;
  margin-top: -18px;
}
.ui-multiselect-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ui-multiselect-menu .ui-widget-header {
  display: none;
}

.ui-multiselect {
  list-style: none;
  margin: 0;
  padding: 10px 0px;
  text-align: left;
  background-color: white;
  border: 0;
  border-bottom: 1px solid #a3a3a3;
}
.ui-multiselect span.ui-icon {
  float: right;
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
  position: absolute !important;
  top: auto !important;
  left: -9999px;
}
.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px !important;
}

.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 3px 0 3px 4px;
}
.ui-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0;
}
.ui-multiselect-header ul li.ui-multiselect-close {
  float: right;
  text-align: right;
  padding-right: 0;
}
.ui-multiselect-header a {
  text-decoration: none;
}
.ui-multiselect-header a:hover {
  text-decoration: underline;
}
.ui-multiselect-header span.ui-icon {
  float: left;
}

button.ui-multiselect {
  font-size: 1.6rem;
  font-weight: bold;
}

.ui-multiselect-checkboxes {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-y: auto;
  background-color: white;
}
.ui-multiselect-checkboxes label {
  cursor: default;
  display: block;
  border: 1px solid transparent;
  padding: 3px 1px;
}
.ui-multiselect-checkboxes label input {
  position: absolute;
  top: 13px;
  width: auto;
  height: auto;
  left: 0;
}
.ui-multiselect-checkboxes li {
  clear: both;
  padding: 8px 10px 8px 20px;
  position: relative;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  display: block;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none;
}

#open-morning article {
  padding-right: 0 !important;
}
#open-morning h2 {
  margin: 0;
  padding: 0;
  text-align: center;
}

.side-list li a {
  text-transform: capitalize !important;
  letter-spacing: 0px !important;
}

section#elearning h2 {
  text-transform: none;
}

body.page-id-1250 .article-content {
  padding: 85px 0 25px 0;
}
body.page-id-1250 .three-columns-section {
  margin-bottom: -65px;
}

@media screen and (max-width: 767px) {
  body.page-id-1250 .article-content {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  body.page-id-1250 .three-columns-section {
    margin-bottom: 0;
  }
}
* html .ui-multiselect-checkboxes label {
  border: none;
}

.fixfixed #site-header {
  position: absolute;
}

.header-home {
  position: relative;
  margin-top: -25px;
  padding-bottom: 25px;
  text-align: center;
}
.header-home a {
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  color: #005038;
}

@media screen and (max-width: 1023px) {
  .header-home {
    margin-top: 15px;
    padding-bottom: 10px;
  }
}
#donations .content-wrapper {
  display: block;
}
#donations .content-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
#donations .content-wrapper p a {
  color: #1abc9c;
}

@media screen and (max-width: 767px) {
  #donations .content-wrapper p a {
    color: #005038;
  }
}
.page-id-1873 .accordion-content .container {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .page-id-1873 .accordion-content .content-wrapper {
    display: block;
    padding: 20px;
  }
  .page-id-1873 .accordion-content .content-wrapper img {
    margin: 0 auto;
  }
}
.page-id-458 .accordion-header {
  text-align: center;
}
.page-id-458 .article-content {
  padding-bottom: 0;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.slider {
  position: relative;
  height: 100vh;
  background-color: #6b6b6b;
}
.slider .slides {
  width: 100%;
  height: 100%;
}
.slider .slides .slick-list, .slider .slides .slick-track {
  height: 100%;
}
.slider .slides .slide {
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider .slides .slide > div {
  display: table;
  width: 100%;
  height: 100%;
}
.slider .slides .slide > div > div {
  padding: 350px 120px 180px 120px;
  display: table-cell;
  width: 100%;
  height: 100%;
  font-size: 3rem;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  vertical-align: middle;
  color: white;
}
.slider .slides .slide > div > div p {
  margin: 0;
}
.slider .slides .slide > div > div p .btn {
  margin-top: 20px;
  display: inline-block;
  padding: 15px 20px;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: none;
  line-height: 2rem;
  letter-spacing: 2px;
  color: white;
  background: #1abc9c;
  border-radius: 5px;
}
.slider .slides .slide > div > div p .btn:hover {
  background: #005038;
}
.slider .slides .slide > div > div p .btn.btn-black {
  background-color: #000;
  color: #fff;
}
.slider .slides .slide > div > div p .btn.btn-black:hover {
  background-color: #444;
}
.slider .slides .slide > div > div.top-left {
  text-align: left;
  vertical-align: top;
}
.slider .slides .slide > div > div.top-center {
  text-align: center;
  vertical-align: top;
}
.slider .slides .slide > div > div.top-center p {
  text-align: center;
}
.slider .slides .slide > div > div.top-right {
  text-align: right;
  vertical-align: top;
}
.slider .slides .slide > div > div.middle-left {
  top: -110px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.slider .slides .slide > div > div.middle-center {
  top: -110px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.slider .slides .slide > div > div.middle-center p {
  text-align: center;
}
.slider .slides .slide > div > div.middle-right {
  top: -110px;
  position: relative;
  text-align: right;
  vertical-align: middle;
}
.slider .slides .slide > div > div.bottom-left {
  text-align: left;
  vertical-align: bottom;
}
.slider .slides .slide > div > div.bottom-center {
  text-align: middle;
  vertical-align: bottom;
}
.slider .slides .slide > div > div.bottom-center p {
  text-align: center;
}
.slider .slides .slide > div > div.bottom-right {
  text-align: right;
  vertical-align: bottom;
}
.slider .slides .slide > div > div .caption {
  display: inline-block;
  width: 100%;
  max-width: 600px;
}
.slider .scroll {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 40px;
  width: 75px;
  height: 75px;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  text-indent: -9999px;
  color: white;
  background: url(img/scroll.png) 0 0 no-repeat;
  cursor: default;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider .slick-arrow {
  margin-top: -55px;
  position: absolute;
  z-index: 20;
  top: 50%;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  border: 1px solid white;
  background-color: transparent;
  background-image: url(img/sprite_arrows.png);
  background-repeat: no-repeat;
  outline: none;
  -webkit-transition: background-color 0.23s linear;
  -moz-transition: background-color 0.23s linear;
  transition: background-color 0.23s linear;
  -webkit-transform: scale(0.8) translateY(-50%);
  -moz-transform: scale(0.8) translateY(-50%);
  -ms-transform: scale(0.8) translateY(-50%);
  -o-transform: scale(0.8) translateY(-50%);
  transform: scale(0.8) translateY(-50%);
}
.slider .slick-arrow.slick-next {
  right: 20px;
  margin-left: 5px;
  background-position: -60px -152px;
}
.slider .slick-arrow.slick-prev {
  left: 20px;
  margin-right: 5px;
  background-position: 0px -152px;
}
.slider .slick-arrow:hover {
  background-color: #212121;
}

@media screen and (max-width: 767px) {
  .slider .slides .slide > div > div {
    padding: 100px 30px 30px 30px !important;
    text-align: center !important;
    vertical-align: middle !important;
  }
}
@media screen and (max-width: 767px) {
  .slider .slides .slide > div > div p {
    font-size: 1.5rem;
    text-align: center !important;
    line-height: 1.35;
  }
}
@media screen and (max-width: 767px) {
  .slider .slides .slide > div > div p .btn {
    padding: 5px 15px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .slider .slides .slide > div > div.middle-left {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .slider .slides .slide > div > div.middle-center {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .slider .slides .slide > div > div.middle-right {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .slider .scroll {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .slider .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
    bottom: 60px;
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .slider .slick-arrow.slick-prev {
    left: 0;
    right: auto;
    bottom: 60px;
    display: none !important;
  }
}
.employment-form .form-fields {
  overflow: visible;
}
.employment-form .acf-form-submit {
  position: static;
}
.employment-form .acf-repeater-remove-row {
  position: relative;
  left: 40px;
}
.employment-form .acf-field-repeater > .acf-position-wrapper > .acf-label {
  margin-bottom: 10px;
  position: static;
}
.employment-form .acf-field-repeater > .acf-position-wrapper > .acf-label label {
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 2.4rem;
  letter-spacing: 5px;
  font-weight: bold;
  margin-left: 20px;
}

#news-items {
  display: table;
  width: 100%;
  height: 50vh;
  table-layout: fixed;
  background: white;
}
#news-items .news-item {
  padding: 50px;
  position: relative;
  display: table-cell;
  height: 100%;
  text-align: center;
  color: white;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  vertical-align: middle;
}
#news-items .news-item:hover:before {
  background: rgba(0, 0, 0, 0.35);
}
#news-items .news-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#news-items .news-item > * {
  position: relative;
  z-index: 2;
}
#news-items .news-item h2 {
  margin: 0;
  font-size: 3rem;
}
#news-items .news-item .button {
  margin: 40px auto 0 auto;
  color: white;
  border: 2px solid white;
}
#news-items .news-item .button:hover {
  color: black;
  border: 2px solid white;
  background: white;
}

@media screen and (max-width: 1023px) {
  #news-items {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  #news-items .news-item {
    padding: 75px 20px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #news-items .news-item {
    padding: 50px 20px;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  #news-items .news-item .button {
    margin: 20px auto 0 auto;
    padding: 10px;
    width: auto;
  }
}
.acf-checkbox-list input[type=checkbox] {
  width: 20px;
}

.surcharge-details {
  background-color: #eee;
  padding: 30px 50px;
  clear: both;
}
.surcharge-details p {
  text-align: center;
  font-size: 16px;
}

.form-container .hide-on-site {
  display: none;
}

.acf-actions.acf-hl .acf-button {
  background: #212121;
}
.acf-actions.acf-hl .acf-button:hover {
  color: white;
}

.filters {
  margin: 10px 0 30px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
.filters li {
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 2px;
  background-color: transparent;
  text-transform: uppercase;
  outline: 0;
  cursor: pointer;
}
.filters li.all.active {
  text-decoration: underline;
}
.filters li.all a {
  display: block;
}
.filters li a {
  display: none;
}
.filters li ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
}
.filters li ul li {
  margin: 0 20px;
}
.filters li ul li.current-cat {
  text-decoration: underline;
}
.filters li ul li a {
  display: block;
}

@media screen and (max-width: 767px) {
  .filters {
    margin: 0;
    flex-flow: column nowrap;
  }
}
@media screen and (max-width: 767px) {
  .filters li.all {
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .filters li ul {
    margin: 0;
    flex-flow: column nowrap;
  }
}
@media screen and (max-width: 767px) {
  .filters li ul li {
    margin: 10px 0;
  }
}
small {
  margin: 0 0 5px 0;
  display: block;
  font-family: "brandon-grotesque-n7", "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.5;
  color: #005038;
}

.acf-actions {
  list-style: none;
}

dt, dl {
  margin: 0;
}

.gallery-caption {
  margin: 0;
  padding: 10px;
  font-size: 12px;
  line-height: 1.2;
  background: #eeeeee;
}

.gallery {
  margin: -2.5px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.gallery .gallery-item {
  margin: 2.5px;
  width: -webkit-calc(100% - 5px);
  width: calc(100% - 5px);
}
.gallery .gallery-item img {
  width: 100%;
  height: auto;
}
.gallery.remove > a {
  margin: 0 5px 0 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery.remove > a:hover:before {
  color: red;
}
.gallery.remove > a:before {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 3rem;
  line-height: 1;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .gallery.gallery-columns-2 .gallery-item {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
  .gallery.gallery-columns-3 .gallery-item {
    width: -webkit-calc(33.333333% - 5px);
    width: calc(33.333333% - 5px);
  }
  .gallery.gallery-columns-4 .gallery-item {
    width: -webkit-calc(25% - 5px);
    width: calc(25% - 5px);
  }
}
@media screen and (min-width: 768px) {
  .gallery .gallery-item {
    width: -webkit-calc(100% - 5px);
    width: calc(100% - 5px);
  }
}
.lg {
  font-family: inherit;
}

#lg-share, #lg-download, #lg-actual-size, #lg-zoom-out, #lg-zoom-in, .lg-fullscreen, .lg-autoplay-button {
  display: none;
}

.lg-outer .lg-thumb-item {
  opacity: 0.5;
  border: none;
}
.lg-outer .lg-thumb-item:hover, .lg-outer .lg-thumb-item.active {
  opacity: 1;
}

.open-day-campuses {
  margin: 30px 0 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.open-day-campuses > a {
  padding: 50px 75px;
  text-align: center;
  width: 33.333333%;
  background: #edece6;
  border-width: 0 5px 0 5px;
  border-color: white;
  border-style: solid;
  transition: all 0.2s ease-in-out;
}
.open-day-campuses > a:hover {
  background: #d8d7d2;
}
.open-day-campuses > a:first-child {
  border-color: transparent white transparent transparent;
}
.open-day-campuses > a:last-child {
  border-color: transparent transparent transparent white;
}
.open-day-campuses > a .campus {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.35;
}
.open-day-campuses > a .campus div {
  margin: 10px 0 0 0;
  font-size: 13px;
  font-weight: lighter;
}
.open-day-campuses > a .dates h5 {
  margin-bottom: 10px;
  color: #005038;
}
.open-day-campuses > a .dates ul {
  margin: 0 auto;
  padding: 0;
  max-width: 225px;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
  list-style: none;
}
.open-day-campuses > a .dates ul li {
  padding: 10px 0;
  display: block;
  line-height: 1.35;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.open-day-campuses > a .dates ul li:Last-child {
  border-bottom: none;
}

@media screen and (max-width: 1023px) {
  .open-day-campuses > a {
    margin: 0 0 5px 0;
    width: 100%;
    border-width: 0;
  }
}
/*!
 * FullCalendar v2.4.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  border-color: #ddd;
  background-color: #fff;
}
.fc-unthemed .fc-divider {
  background: #eee;
}
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}
.fc-unthemed .fc-today {
  background: #fcf8e3;
}

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fc-icon:after {
  position: relative;
  margin: 0 -1em;
  /* ensures character will be centered, regardless of width */
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: 3%;
}

.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: -3%;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
  left: -2%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
  left: 2%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

/* Firefox has an annoying inner border */
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-down, .fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}

.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg, .fc-bgevent-skeleton, .fc-highlight-skeleton, .fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}
.fc th {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}
.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}
.fc-row .fc-bg {
  z-index: 1;
}
.fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-bgevent-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
/* highlighting cells & background event skeleton */
/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden;
}
.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href], .fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
  filter: alpha(opacity=25);
  /* for IE */
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 3;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer */
.fc-h-event .fc-resizer {
  /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px;
}

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize;
}
.fc-ltr .fc-h-event .fc-start-resizer:before, .fc-ltr .fc-h-event .fc-start-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize;
}

.fc-rtl .fc-h-event .fc-end-resizer {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize;
}
.fc-rtl .fc-h-event .fc-end-resizer:before, .fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize;
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize;
}
.fc-ltr .fc-h-event .fc-end-resizer:before, .fc-ltr .fc-h-event .fc-end-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize;
}

.fc-rtl .fc-h-event .fc-start-resizer {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize;
}
.fc-rtl .fc-h-event .fc-start-resizer:before, .fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize;
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}
.fc-day-grid-event .fc-resizer {
  /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px;
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* the first thing within each left/center/right section */
/* title text */
.fc-toolbar h2 {
  margin: 0;
}
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}

/* button layering (for border precedence) */
/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view-container *:before, .fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton, .fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-basic-view .fc-week-number, .fc-basic-view .fc-day-number {
  padding: 0 2px;
}
.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px;
}
.fc-basic-view .fc-week-number {
  text-align: center;
}
.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
     might want to set the 'color' property instead
     making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats, .fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-bgevent-skeleton, .fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3;
}
.fc-time-grid .fc-highlight-skeleton {
  z-index: 4;
}
.fc-time-grid .fc-content-skeleton {
  z-index: 5;
}
.fc-time-grid .fc-helper-skeleton {
  z-index: 6;
}
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}
.fc-time-grid .fc-event-container, .fc-time-grid .fc-bgevent-container {
  /* a div within a cell within the fc-bgevent-skeleton */
  position: relative;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}
.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}
.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event .fc-resizer:after {
  content: "=";
}

/* short mode, where time and title are on the same line */
/* resizer */
/*!
 * FullCalendar v2.4.0 Print Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
/*
 * Include this stylesheet on your page to get a more printer-friendly calendar.
 * When including this stylesheet, use the media='print' attribute of the <link> tag.
 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
 */
@media print {
  .fc {
    max-width: 100% !important;
  }

  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }
  .fc-event .fc-resizer {
    display: none;
  }

  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/
  th, td, hr, thead, tbody, .fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }

  /* kill the overlaid, absolutely-positioned common components */
  .fc-bg, .fc-bgevent-skeleton, .fc-highlight-skeleton, .fc-helper-skeleton {
    display: none;
  }

  /* don't force a min-height on rows (for DayGrid) */
  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */
  }
  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */
  }
  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */
  }
  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
       making it look more like 3em. for other browers, it will already be this tall */
    height: 1em;
  }

  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/
  .fc-more-cell, .fc-more {
    display: none !important;
  }

  .fc tr.fc-limited {
    display: table-row !important;
  }
  .fc td.fc-limited {
    display: table-cell !important;
  }

  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */
  }

  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/
  /* undo the min-height 100% trick used to fill the container's height */
  .fc-time-grid {
    min-height: 0 !important;
  }

  /* don't display the side axis at all ("all-day" and time cells) */
  .fc-agenda-view .fc-axis {
    display: none;
  }

  /* don't display the horizontal lines */
  .fc-slats {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */
  }

  .fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */
  }
  .fc-time-grid .fc-content-skeleton {
    position: static;
  }
  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }
  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }
  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }
  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }
  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }

  /* let the container that holds the events be naturally positioned and create real height */
  /* in case there are no events, we still want some height */
  /* kill the horizontal spacing made by the event container. event margins will be done below */
  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/
  /* naturally position events, vertically stacking them */
  /* for events that continue to a future day, give the bottom border back */
  /* indicate the event continues via "..." text */
  /* for events that are continuations from previous days, give the top border back */
  /* indicate the event is a continuation via "..." text */
  /* time */
  /* undo a previous declaration and let the time text span to a second line */
  /* hide the the time that is normally displayed... */
  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/
  /* kill the scrollbars and allow natural height */
  .fc-scroller, .fc-day-grid-container, .fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important;
  }

  /* kill the horizontal border/padding used to compensate for scrollbars */
  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }

  /* Button Controls
  --------------------------------------------------------------------------------------------------*/
  .fc-button-group, .fc button {
    display: none;
    /* don't display any button-related controls */
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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;
}

/* Contact From 7
  -------------------------------------------------------------------------- */
.wpcf7 {
  margin: 0;
  padding: 0;
}

.wpcf7 p {
  margin: 0 0 25px 0;
}

.wpcf7-response-output {
  margin: 20px 0;
  padding: 0;
  font-size: 80%;
}

.wpcf7 .screen-reader-response {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

.wpcf7-mail-sent-ok {
  color: #8e7de5;
  border: none;
}

.wpcf7-mail-sent-ok:before {
  padding: 0 5px 0 0;
  content: "";
  font-family: "fontawesome";
}

.wpcf7-mail-sent-ng, .wpcf7-spam-blocked, .wpcf7-validation-errors {
  color: red;
  border: none;
}

.wpcf7-mail-sent-ng:before, .wpcf7-spam-blocked:before, .wpcf7-validation-errors:before {
  padding: 0 5px 0 0;
  content: "";
  font-family: "fontawesome";
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  padding: 5px 0;
  display: block;
  font-size: 75%;
  color: red;
}

.wpcf7-not-valid-tip:before {
  padding: 0 5px 0 0;
  content: "";
  font-family: "fontawesome";
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  padding: 5px 10px;
  position: absolute;
  z-index: 100;
  top: 20%;
  left: 20%;
  background: #fff;
  border: 1px solid #c4b9af;
}

.wpcf7-list-item {
  margin-left: 0.5em;
}

.wpcf7-display-none {
  display: none;
}

.wpcf7 img.ajax-loader, .wpcf7 .ajax-error {
  display: none;
}

.wpcf7 .placeheld {
  color: #8e7de5;
}

.surcharge-container {
  margin: 30px 0 0 0;
  padding: 20px;
  background: #efefef;
}
.surcharge-container p {
  margin-top: 0;
  font-size: 13px;
  font-weight: 700;
}
.surcharge-container table th {
  font-weight: 700;
}