/**
 * Theme Name: Puslinch Brand
 * Theme URI: https://puslinchbrand.ca/
 * Author: Phil Buchanan
 * Author URI: https://aubsandmugg.com/
 * Version: 1.0.0
 * License: Copyright 2019
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

html {
  box-sizing: border-box;
}

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

html {
  color: #fff;
  background-color: #003852;
  font-family: objektiv-mk1, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  overflow-y: scroll;
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6,
.c-h1, .c-h2, .c-h3, .c-h4, .c-h5, .c-h6 {
  line-height: 1.4;
  font-weight: 700;
}

h1,
.c-h1 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

h2,
.c-h2 {
  background-color: #003852;
  font-size: 1.3333rem;
  text-align: center;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

h3,
.c-h3 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

h4,
.c-h4 {
  font-size: 1.125rem;
}

h5,
.c-h5 {
  font-size: 0.875rem;
}

h6,
.c-h6 {
  font-size: 0.6666rem;
}

@media screen and (min-width: 640px) {
  h1,
  .c-h1 {
    font-size: 2.6666rem;
    margin-bottom: 90px;
  }
  h2,
  .c-h2 {
    font-size: 1.3333rem;
  }
  h3,
  .c-h3 {
    font-size: 2.3333rem;
  }
}

p {
  margin-bottom: 1em;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

q {
  quotes: "\201c" "\201d" "\2018" "\2019";
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

cite {
  font-style: italic;
}

caption {
  font-style: italic;
}

kbd,
code,
var {
  color: #29123c;
  background-color: #fafafa;
  font-family: "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
  font-size: 0.875rem;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 0.1em 0.25em;
}

kbd {
  border-bottom-width: 3px;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 0.8125em;
  position: relative;
  top: -0.5em;
}

sub {
  top: 0.3em;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

big {
  font-size: 2.6666rem;
}

small {
  font-size: 0.6666rem;
}

dfn {
  font-style: italic;
}

abbr {
  border-bottom: 1px dotted currentColor;
}

hr {
  border: solid #bfbfbf;
  border-width: 1px 0 0;
  height: 0;
  margin-top: 36px;
  margin-bottom: 36px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: 700;
}

dd,
ol,
ul {
  margin-left: 2.5em;
  margin-bottom: 1em;
}

a {
  color: #29123c;
  background-color: transparent;
}

a:hover {
  color: #0e0615;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

button,
input,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  background: none;
  font: inherit;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  white-space: normal;
  box-shadow: none;
}

button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
  opacity: 0.4;
}

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

label,
legend {
  display: inline-block;
}

[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="range"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea,
select {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  width: 100%;
  padding: 0.3em;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="range"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus,
select:focus {
  outline: 2px solid #29123c;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  position: relative;
  top: -2px;
  margin-right: 2px;
}

select {
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-image: url("images/ui/select-arrow.svg");
  background-size: 8px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 30px;
  -moz-padding-end: 30px;
}

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

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

[disabled] {
  pointer-events: none;
  opacity: 0.6;
}

table {
  width: 100%;
  margin-bottom: 24px;
}

th,
td {
  text-align: left;
  vertical-align: top;
  padding: 0.4rem;
}

th {
  font-weight: 700;
}

thead tr:last-child th {
  border-bottom: 1px solid #bfbfbf;
}

tfoot tr:first-child th {
  border-top: 1px solid #bfbfbf;
}

tbody tr:nth-child(odd) th,
tbody tr:nth-child(odd) td {
  background-color: #fafafa;
}

.o-box {
  display: block;
  padding: 24px;
}

.o-box:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-box > :last-child {
  margin-bottom: 0;
}

.o-box--flush {
  padding-left: 0;
  padding-right: 0;
}

.o-box--flat {
  padding-top: 0;
  padding-bottom: 0;
}

.o-button-bare, button,
[type="button"],
[type="reset"],
[type="submit"],
.c-button {
  display: inline-block;
  color: inherit;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  font: inherit;
  text-decoration: none;
  direction: ltr;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: 0;
  box-shadow: none;
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.o-row {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.o-row .o-row {
  width: auto;
  margin-left: -9px;
  margin-right: -9px;
}

.o-col {
  width: 100%;
  padding-left: 9px;
  padding-right: 9px;
}

.o-list-bare {
  list-style: none;
  margin: 0;
}

.c-section {
  padding: 24px 0;
}

.c-section h2 {
  margin-top: -24px;
}

.c-section--has-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.c-section--purple {
  background-color: #29123c;
}

.c-section--red {
  background-color: #ef3744;
}

.c-section--light-blue {
  color: #003852;
  background-color: #dcf2fd;
}

.c-section--light-blue h2 {
  color: #003852;
  background-color: #dcf2fd;
}

.c-footer {
  color: #fff;
  text-align: center;
}

.c-footer a {
  color: #fff;
  text-decoration: none;
}

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

.c-logo {
  margin-bottom: 24px;
}

.c-footer__item {
  display: block;
  margin-bottom: 12px;
}

.c-divider {
  display: none;
  margin-left: 8px;
  margin-right: 8px;
}

@media screen and (min-width: 475px) {
  .c-section {
    padding: 48px 18px;
  }
  .c-section h2 {
    margin-top: -48px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 640px) {
  .c-section--light-blue {
    background-image: url("images/colour-the-crest.svg");
    background-size: 483px 658px;
    background-repeat: no-repeat;
    background-position: right center;
    background-position: right -40% center;
  }
  .c-footer__item,
  .c-divider {
    display: inline;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .c-section--light-blue {
    background-position: right center;
  }
  .c-footer__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1360px) {
  .c-section--light-blue {
    background-position: right 20% center;
  }
}

button:focus,
[type="button"]:focus,
[type="reset"]:focus,
[type="submit"]:focus,
.c-button:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #29123c;
}

button,
[type="button"],
[type="submit"],
.c-button {
  color: #fff;
  background-color: #29123c;
  font-size: 1.3333rem;
  font-weight: 700;
  padding: 24px 48px;
  transition: color 0.2s, background-color 0.2s;
}

button:focus,
button:hover,
[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
.c-button:focus,
.c-button:hover {
  color: #fff;
  background-color: #0e0615;
}

button:not(:last-child),
[type="button"]:not(:last-child),
[type="submit"]:not(:last-child),
.c-button:not(:last-child) {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  color: transparent;
  background: #fff;
  font-size: 0px;
  line-height: 0;
  border-radius: 23px;
  border: 0;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background-color: #dcf2fd;
}

.slick-dots li.slick-active button {
  background-color: #ef3744;
}

.u-sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.u-skip-link {
  color: #29123c;
  background-color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem;
  outline: none;
  transition: 0s;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}

.u-skip-link:focus {
  left: 15px;
  top: 15px;
  clip: auto;
  width: auto;
  height: auto;
  z-index: 900;
}

.alignleft {
  float: left;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.u-center,
.aligncenter {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 1em;
}

.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.u-hidden {
  display: none !important;
}

@media screen and (max-width: 474px) {
  .u-hidden-xs {
    display: none !important;
  }
}

@media screen and (min-width: 475px) and (max-width: 639px) {
  .u-hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 899px) {
  .u-hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 900px) {
  .u-hidden-lg {
    display: none !important;
  }
}

.u-margin-sm {
  margin: 12px !important;
}

.u-margin-top-sm {
  margin-top: 12px !important;
}

.u-margin-bottom-sm {
  margin-bottom: 12px !important;
}

.u-margin-md {
  margin: 24px !important;
}

.u-margin-top-md {
  margin-top: 24px !important;
}

.u-margin-bottom-md {
  margin-bottom: 24px !important;
}

.u-margin-lg {
  margin: 36px !important;
}

.u-margin-top-lg {
  margin-top: 36px !important;
}

.u-margin-bottom-lg {
  margin-bottom: 36px !important;
}

.u-margin-xl {
  margin: 48px !important;
}

.u-margin-top-xl {
  margin-top: 48px !important;
}

.u-margin-bottom-xl {
  margin-bottom: 48px !important;
}

.u-padding-sm {
  padding: 12px !important;
}

.u-padding-top-sm {
  padding-top: 12px !important;
}

.u-padding-bottom-sm {
  padding-bottom: 12px !important;
}

.u-padding-md {
  padding: 24px !important;
}

.u-padding-top-md {
  padding-top: 24px !important;
}

.u-padding-bottom-md {
  padding-bottom: 24px !important;
}

.u-padding-lg {
  padding: 36px !important;
}

.u-padding-top-lg {
  padding-top: 36px !important;
}

.u-padding-bottom-lg {
  padding-bottom: 36px !important;
}

.u-padding-xl {
  padding: 48px !important;
}

.u-padding-top-xl {
  padding-top: 48px !important;
}

.u-padding-bottom-xl {
  padding-bottom: 48px !important;
}

.u-no-margin {
  margin: 0 !important;
}

.u-no-margin-top {
  margin-top: 0 !important;
}

.u-no-margin-bottom {
  margin-bottom: 0 !important;
}

.u-no-padding {
  padding: 0 !important;
}

.u-no-padding-top {
  padding-top: 0 !important;
}

.u-no-padding-bottom {
  padding-bottom: 0 !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-center {
  text-align: center !important;
}

.u-no-wrap {
  white-space: nowrap !important;
}

.u-text-truncate {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.u-text-small {
  font-size: 0.6666rem !important;
}

.u-text-no-decoration {
  text-decoration: none !important;
}

.u-text-normal {
  font-weight: 400 !important;
}

.u-text-bold {
  font-weight: 700 !important;
}

.u-text-italic {
  font-style: italic !important;
}

.u-text-underline {
  text-decoration: underline !important;
}

.u-text-strikethrough {
  text-decoration: line-through !important;
}

.u-text-muted {
  opacity: 0.5 !important;
}

.u-text-error {
  color: #e00 !important;
}

.u-text-success {
  color: #080 !important;
}

.u-text-ko {
  color: #fff !important;
}

.u-1of12 {
  width: 8.33333% !important;
}

.u-offset-1of12 {
  margin-left: 8.33333% !important;
}

.u-2of12 {
  width: 16.66667% !important;
}

.u-offset-2of12 {
  margin-left: 16.66667% !important;
}

.u-3of12 {
  width: 25% !important;
}

.u-offset-3of12 {
  margin-left: 25% !important;
}

.u-4of12 {
  width: 33.33333% !important;
}

.u-offset-4of12 {
  margin-left: 33.33333% !important;
}

.u-5of12 {
  width: 41.66667% !important;
}

.u-offset-5of12 {
  margin-left: 41.66667% !important;
}

.u-6of12 {
  width: 50% !important;
}

.u-offset-6of12 {
  margin-left: 50% !important;
}

.u-7of12 {
  width: 58.33333% !important;
}

.u-offset-7of12 {
  margin-left: 58.33333% !important;
}

.u-8of12 {
  width: 66.66667% !important;
}

.u-offset-8of12 {
  margin-left: 66.66667% !important;
}

.u-9of12 {
  width: 75% !important;
}

.u-offset-9of12 {
  margin-left: 75% !important;
}

.u-10of12 {
  width: 83.33333% !important;
}

.u-offset-10of12 {
  margin-left: 83.33333% !important;
}

.u-11of12 {
  width: 91.66667% !important;
}

.u-offset-11of12 {
  margin-left: 91.66667% !important;
}

.u-12of12 {
  width: 100% !important;
}

.u-offset-12of12 {
  margin-left: 100% !important;
}

@media screen and (min-width: 475px) {
  .u-1of12-sm {
    width: 8.33333% !important;
  }
  .u-offset-1of12-sm {
    margin-left: 8.33333% !important;
  }
  .u-2of12-sm {
    width: 16.66667% !important;
  }
  .u-offset-2of12-sm {
    margin-left: 16.66667% !important;
  }
  .u-3of12-sm {
    width: 25% !important;
  }
  .u-offset-3of12-sm {
    margin-left: 25% !important;
  }
  .u-4of12-sm {
    width: 33.33333% !important;
  }
  .u-offset-4of12-sm {
    margin-left: 33.33333% !important;
  }
  .u-5of12-sm {
    width: 41.66667% !important;
  }
  .u-offset-5of12-sm {
    margin-left: 41.66667% !important;
  }
  .u-6of12-sm {
    width: 50% !important;
  }
  .u-offset-6of12-sm {
    margin-left: 50% !important;
  }
  .u-7of12-sm {
    width: 58.33333% !important;
  }
  .u-offset-7of12-sm {
    margin-left: 58.33333% !important;
  }
  .u-8of12-sm {
    width: 66.66667% !important;
  }
  .u-offset-8of12-sm {
    margin-left: 66.66667% !important;
  }
  .u-9of12-sm {
    width: 75% !important;
  }
  .u-offset-9of12-sm {
    margin-left: 75% !important;
  }
  .u-10of12-sm {
    width: 83.33333% !important;
  }
  .u-offset-10of12-sm {
    margin-left: 83.33333% !important;
  }
  .u-11of12-sm {
    width: 91.66667% !important;
  }
  .u-offset-11of12-sm {
    margin-left: 91.66667% !important;
  }
  .u-12of12-sm {
    width: 100% !important;
  }
  .u-offset-12of12-sm {
    margin-left: 100% !important;
  }
}

@media screen and (min-width: 640px) {
  .u-1of12-md {
    width: 8.33333% !important;
  }
  .u-offset-1of12-md {
    margin-left: 8.33333% !important;
  }
  .u-2of12-md {
    width: 16.66667% !important;
  }
  .u-offset-2of12-md {
    margin-left: 16.66667% !important;
  }
  .u-3of12-md {
    width: 25% !important;
  }
  .u-offset-3of12-md {
    margin-left: 25% !important;
  }
  .u-4of12-md {
    width: 33.33333% !important;
  }
  .u-offset-4of12-md {
    margin-left: 33.33333% !important;
  }
  .u-5of12-md {
    width: 41.66667% !important;
  }
  .u-offset-5of12-md {
    margin-left: 41.66667% !important;
  }
  .u-6of12-md {
    width: 50% !important;
  }
  .u-offset-6of12-md {
    margin-left: 50% !important;
  }
  .u-7of12-md {
    width: 58.33333% !important;
  }
  .u-offset-7of12-md {
    margin-left: 58.33333% !important;
  }
  .u-8of12-md {
    width: 66.66667% !important;
  }
  .u-offset-8of12-md {
    margin-left: 66.66667% !important;
  }
  .u-9of12-md {
    width: 75% !important;
  }
  .u-offset-9of12-md {
    margin-left: 75% !important;
  }
  .u-10of12-md {
    width: 83.33333% !important;
  }
  .u-offset-10of12-md {
    margin-left: 83.33333% !important;
  }
  .u-11of12-md {
    width: 91.66667% !important;
  }
  .u-offset-11of12-md {
    margin-left: 91.66667% !important;
  }
  .u-12of12-md {
    width: 100% !important;
  }
  .u-offset-12of12-md {
    margin-left: 100% !important;
  }
}

@media screen and (min-width: 900px) {
  .u-1of12-lg {
    width: 8.33333% !important;
  }
  .u-offset-1of12-lg {
    margin-left: 8.33333% !important;
  }
  .u-2of12-lg {
    width: 16.66667% !important;
  }
  .u-offset-2of12-lg {
    margin-left: 16.66667% !important;
  }
  .u-3of12-lg {
    width: 25% !important;
  }
  .u-offset-3of12-lg {
    margin-left: 25% !important;
  }
  .u-4of12-lg {
    width: 33.33333% !important;
  }
  .u-offset-4of12-lg {
    margin-left: 33.33333% !important;
  }
  .u-5of12-lg {
    width: 41.66667% !important;
  }
  .u-offset-5of12-lg {
    margin-left: 41.66667% !important;
  }
  .u-6of12-lg {
    width: 50% !important;
  }
  .u-offset-6of12-lg {
    margin-left: 50% !important;
  }
  .u-7of12-lg {
    width: 58.33333% !important;
  }
  .u-offset-7of12-lg {
    margin-left: 58.33333% !important;
  }
  .u-8of12-lg {
    width: 66.66667% !important;
  }
  .u-offset-8of12-lg {
    margin-left: 66.66667% !important;
  }
  .u-9of12-lg {
    width: 75% !important;
  }
  .u-offset-9of12-lg {
    margin-left: 75% !important;
  }
  .u-10of12-lg {
    width: 83.33333% !important;
  }
  .u-offset-10of12-lg {
    margin-left: 83.33333% !important;
  }
  .u-11of12-lg {
    width: 91.66667% !important;
  }
  .u-offset-11of12-lg {
    margin-left: 91.66667% !important;
  }
  .u-12of12-lg {
    width: 100% !important;
  }
  .u-offset-12of12-lg {
    margin-left: 100% !important;
  }
}

@media screen and (min-width: 1360px) {
  .u-1of12-xl {
    width: 8.33333% !important;
  }
  .u-offset-1of12-xl {
    margin-left: 8.33333% !important;
  }
  .u-2of12-xl {
    width: 16.66667% !important;
  }
  .u-offset-2of12-xl {
    margin-left: 16.66667% !important;
  }
  .u-3of12-xl {
    width: 25% !important;
  }
  .u-offset-3of12-xl {
    margin-left: 25% !important;
  }
  .u-4of12-xl {
    width: 33.33333% !important;
  }
  .u-offset-4of12-xl {
    margin-left: 33.33333% !important;
  }
  .u-5of12-xl {
    width: 41.66667% !important;
  }
  .u-offset-5of12-xl {
    margin-left: 41.66667% !important;
  }
  .u-6of12-xl {
    width: 50% !important;
  }
  .u-offset-6of12-xl {
    margin-left: 50% !important;
  }
  .u-7of12-xl {
    width: 58.33333% !important;
  }
  .u-offset-7of12-xl {
    margin-left: 58.33333% !important;
  }
  .u-8of12-xl {
    width: 66.66667% !important;
  }
  .u-offset-8of12-xl {
    margin-left: 66.66667% !important;
  }
  .u-9of12-xl {
    width: 75% !important;
  }
  .u-offset-9of12-xl {
    margin-left: 75% !important;
  }
  .u-10of12-xl {
    width: 83.33333% !important;
  }
  .u-offset-10of12-xl {
    margin-left: 83.33333% !important;
  }
  .u-11of12-xl {
    width: 91.66667% !important;
  }
  .u-offset-11of12-xl {
    margin-left: 91.66667% !important;
  }
  .u-12of12-xl {
    width: 100% !important;
  }
  .u-offset-12of12-xl {
    margin-left: 100% !important;
  }
}

.u-reset-width {
  width: auto !important;
  max-width: none !important;
}

.u-full-height {
  height: 100% !important;
}
