@font-face {
  font-family: "oot-font";
  src: url("../fonts/fontastic/oot-font.eot");
  src: url("../fonts/fontastic/oot-font.eot?#iefix") format("embedded-opentype"), url("../fonts/fontastic/oot-font.woff") format("woff"), url("../fonts/fontastic/oot-font.ttf") format("truetype"), url("../fonts/fontastic/oot-font.svg#oot-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../sass/_base-typography-app.scss */
.oot-icon-before:before, .oot-icon-before--twitter:before,
.oot-icon-before--up:before,
.oot-icon-before--down:before, .oot-icon-after:after, .mailchimp-signup .btn-newsletter-signup-submit, .ty-icon-before:before, .ty-icon-before--arrow-down:before,
.ty-icon-before--arrow-right-long:before,
.ty-icon-before--tick:before,
.ty-icon-before--cross:before,
.ty-icon-before--hamburger:before, .ty-icon-after:after, .ty-icon-after--arrow-down:after,
.ty-icon-after--arrow-right-long:after,
.ty-icon-after--tick:after,
.ty-icon-after--cross:after,
.ty-icon-after--hamburger:after,
.ty-icon-after--colourpicker:after {
  vertical-align: top;
  speak: none;
  font-family: "oot-font";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 25, ../sass/_base-typography-app.scss */
.oot-icon-before, .oot-icon-before--twitter,
.oot-icon-before--up,
.oot-icon-before--down, .oot-icon-after {
  padding: 0;
  line-height: 1;
  text-decoration: none;
}

/* line 33, ../sass/_base-typography-app.scss */
.oot-icon-before:before, .oot-icon-before--twitter:before,
.oot-icon-before--up:before,
.oot-icon-before--down:before {
  font-size: 22px;
  position: relative;
}

/* line 41, ../sass/_base-typography-app.scss */
.oot-icon-after:after {
  font-size: 22px;
  position: relative;
}

/* line 52, ../sass/_base-typography-app.scss */
.oot-icon-before--twitter:before {
  content: 'e';
}

/* line 55, ../sass/_base-typography-app.scss */
.oot-icon-before--up:before {
  content: 'k';
}

/* line 58, ../sass/_base-typography-app.scss */
.oot-icon-before--down:before {
  content: 'l';
}

/* line 5, ../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_reset.scss */
* {
  text-decoration: none;
}

/* line 4, ../sass/_reset.scss */
address, article, aside, blockquote, center, dir, div, dd, details, dl, dt, fieldset, figcaption, figure, form, footer, frameset, h1, h2, h3, h4, h5, h6, hr, header, hgroup, isindex, main, menu, nav, noframes, noscript, ol, p, pre, section, summary, ul,
li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../sass/_reset.scss */
a {
  outline: none;
  border-color: transparent;
  -moz-transition: color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 14, ../sass/_reset.scss */
a:hover {
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

/* line 18, ../sass/_reset.scss */
.no-touch * {
  -webkit-tap-highlight-color: transparent;
}

/* line 21, ../sass/_reset.scss */
input::-ms-clear {
  display: none;
}

/* line 15, ../sass/utilities/_variables.scss */
.ty-typeschool-main .ty-typeschool-intro, .modular-scale-preview-row {
  height: 100%;
}
/* line 17, ../sass/utilities/_variables.scss */
.ty-typeschool-main .ty-typeschool-intro:before, .modular-scale-preview-row:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.35em;
  /* Adjusts for spacing */
}
/* line 25, ../sass/utilities/_variables.scss */
.ty-typeschool-main .ty-typeschool-intro > *, .modular-scale-preview-row > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 1, ../sass/utilities/_helpers.scss */
.overflow-hidden {
  overflow: hidden;
}

/* Typography */
/* line 3, ../sass/templates/_typography-app.scss */
.grid-switch {
  margin: 18px 21px 0 0;
  display: inline-block;
  float: right;
  font-size: 14px;
}
/* line 8, ../sass/templates/_typography-app.scss */
.grid-switch:before {
  margin-right: 10px;
  vertical-align: middle;
}
/* line 12, ../sass/templates/_typography-app.scss */
.grid-switch span {
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: middle;
}

/* line 19, ../sass/templates/_typography-app.scss */
.grid-switch {
  margin-top: 23px;
}

/* line 23, ../sass/templates/_typography-app.scss */
.ty-toolbox,
.element-settings-panel {
  position: fixed;
  width: 230px;
  min-height: 100vh;
  padding: 0 0 6em;
  overflow: auto;
  z-index: 1000;
  color: #30716b;
  background: #313131;
}
/* line 33, ../sass/templates/_typography-app.scss */
.popup-is-showing .ty-toolbox, .popup-is-showing
.element-settings-panel {
  opacity: 0.2;
  transition: opacity 0.3s;
}
/* line 37, ../sass/templates/_typography-app.scss */
.ty-toolbox h2, .ty-toolbox h3, .ty-toolbox h4,
.element-settings-panel h2,
.element-settings-panel h3,
.element-settings-panel h4 {
  margin: 0;
}
/* line 40, ../sass/templates/_typography-app.scss */
.ty-toolbox h2,
.element-settings-panel h2 {
  margin: 0;
  padding: 0;
}
/* line 44, ../sass/templates/_typography-app.scss */
.ty-toolbox h3,
.element-settings-panel h3 {
  font-size: 1.8em;
  font-weight: 600;
}
/* line 48, ../sass/templates/_typography-app.scss */
.ty-toolbox h4,
.element-settings-panel h4 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: 600;
}

/* line 56, ../sass/templates/_typography-app.scss */
.ty-toolbox h2 {
  padding-bottom: 1em;
  border-bottom: 1px solid #79aca7;
}

/* line 61, ../sass/templates/_typography-app.scss */
.element-settings-panel {
  left: -230px;
  padding-top: 22px;
  transition: left 0.3s;
}
/* line 65, ../sass/templates/_typography-app.scss */
.element-settings-panel.is-showing {
  left: 0px;
  transition: left 0.3s;
}
/* line 69, ../sass/templates/_typography-app.scss */
.element-settings-panel .element-settings-panel__title {
  margin: 0px 35px 27px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #b2b2b2;
}
/* line 75, ../sass/templates/_typography-app.scss */
.element-settings-panel .element-settings-panel__title em {
  padding: 11px 0 0;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #f2f8f8;
}
/* line 84, ../sass/templates/_typography-app.scss */
.element-settings-panel .ty-toolbox__toolset {
  margin-bottom: 5px;
}
/* line 87, ../sass/templates/_typography-app.scss */
.element-settings-panel .ty-button--small:last-child {
  margin: 30px 0 0 20px;
}

/* line 91, ../sass/templates/_typography-app.scss */
.ty-toolbox__footer {
  padding: 20px;
}

/* line 94, ../sass/templates/_typography-app.scss */
.toolbox-small-label {
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #b2b2b2;
  display: block;
}

/* line 102, ../sass/templates/_typography-app.scss */
.element-settings-panel__colour-container,
.element-settings-panel__caps-container {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}
/* line 107, ../sass/templates/_typography-app.scss */
.element-settings-panel__colour-container > label,
.element-settings-panel__caps-container > label {
  margin-bottom: 8px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #b2b2b2;
}

/* line 116, ../sass/templates/_typography-app.scss */
.element-settings-panel__colour-container {
  width: 125px;
  margin-left: 20px;
}
/* line 119, ../sass/templates/_typography-app.scss */
.element-settings-panel__colour-container > label {
  margin-bottom: 10px;
}

/* line 123, ../sass/templates/_typography-app.scss */
.element-settings-panel__caps-container {
  width: 63px;
  display: inline-block;
}
/* line 126, ../sass/templates/_typography-app.scss */
.element-settings-panel__caps-container > label {
  text-align: center;
}

/* line 130, ../sass/templates/_typography-app.scss */
.logo-text {
  margin: 18px 0 14px 22px;
  color: #1e1e1e;
  font-size: 28px;
  text-transform: uppercase;
}
/* line 135, ../sass/templates/_typography-app.scss */
.logo-text img {
  width: 110px;
}

/* line 139, ../sass/templates/_typography-app.scss */
.ty-toolbox__accordion {
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
}
/* line 142, ../sass/templates/_typography-app.scss */
.ty-toolbox__accordion li {
  position: relative;
  padding-bottom: 5px;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
}
/* line 147, ../sass/templates/_typography-app.scss */
.ty-toolbox__accordion li h3 {
  padding: 19px 0 13px 20px;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #f2f8f8;
  cursor: pointer;
}
/* line 157, ../sass/templates/_typography-app.scss */
.ty-toolbox__accordion .ty-icon-after--arrow-down:after {
  position: absolute;
  top: 18px;
  right: 15px;
  font-size: 26px;
  color: #494949;
}
/* line 165, ../sass/templates/_typography-app.scss */
.ty-toolbox__accordion .ty-icon-after--arrow-down.is-open:after {
  color: #706af1;
}

/* line 171, ../sass/templates/_typography-app.scss */
.ty-toolbox__toolset {
  margin: 0 20px;
}
/* line 173, ../sass/templates/_typography-app.scss */
.ty-toolbox__toolset .ty-button--action {
  margin-top: 10px;
  margin-bottom: 14px;
}
/* line 177, ../sass/templates/_typography-app.scss */
.ty-toolbox__toolset h4 {
  margin-bottom: 6px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #b2b2b2;
  text-align: center;
}

/* line 185, ../sass/templates/_typography-app.scss */
.ty-toolbox__find-container {
  margin: 0 20px 11px;
}

/* line 188, ../sass/templates/_typography-app.scss */
.ty-input,
.ty-dropdown {
  width: 100%;
  padding: 0 13px;
  margin-bottom: 5px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 34px;
  color: #f2f8f8;
  border: 1px solid #181818;
  border-radius: 5px;
  background-color: #1f1f1f;
}

/* line 205, ../sass/templates/_typography-app.scss */
.ty-input-range {
  width: 100%;
}

/* line 208, ../sass/templates/_typography-app.scss */
.ty-typeschool-main {
  position: fixed;
  left: 230px;
  top: 0;
  width: calc(100% - 230px);
  height: 100vh;
  z-index: 100;
  color: #fcfdfd;
  background-color: #706af1;
}
/* line 217, ../sass/templates/_typography-app.scss */
.ty-typeschool-main.is-closed {
  left: calc(100% - 10px);
  transition: left 0.5s;
}
/* line 221, ../sass/templates/_typography-app.scss */
.ty-typeschool-main .ty-typeschool-intro {
  width: 500px;
  display: inline-block;
  float: right;
  margin-right: 80px;
}
/* line 228, ../sass/templates/_typography-app.scss */
.ty-typeschool-main .ty-title {
  margin-bottom: 41px;
  font-size: 80px;
  line-height: 1.12;
  text-align: right;
  overflow: visible;
}
/* line 234, ../sass/templates/_typography-app.scss */
.ty-typeschool-main .ty-title span {
  text-decoration: line-through;
}
/* line 238, ../sass/templates/_typography-app.scss */
.ty-typeschool-main p {
  margin: 40px 0 0;
  font-size: 18px;
  line-height: 1.5;
  text-align: right;
}

/* line 245, ../sass/templates/_typography-app.scss */
.input-button {
  position: relative;
  left: 8px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
/* line 251, ../sass/templates/_typography-app.scss */
.input-button:before {
  color: #494949;
  font-size: 19px !important;
}
/* line 256, ../sass/templates/_typography-app.scss */
.input-button:hover:before {
  color: #626262;
}
/* line 260, ../sass/templates/_typography-app.scss */
.input-button.input-button--add {
  left: 6px;
  transform: rotate(45deg);
}

/* line 265, ../sass/templates/_typography-app.scss */
.ty-toolbox__accordion__modular-scale .ty-input.input-global-base-font-size-two,
.ty-toolbox__accordion__modular-scale .ty-input.input-modular-scale-ratio-two {
  display: none;
}
/* line 268, ../sass/templates/_typography-app.scss */
.ty-toolbox__accordion__modular-scale .ty-input.input-global-base-font-size-two + .input-button,
.ty-toolbox__accordion__modular-scale .ty-input.input-modular-scale-ratio-two + .input-button {
  display: none;
}
/* line 271, ../sass/templates/_typography-app.scss */
.ty-toolbox__accordion__modular-scale .ty-input.input-global-base-font-size-two.is-showing,
.ty-toolbox__accordion__modular-scale .ty-input.input-modular-scale-ratio-two.is-showing {
  display: inline-block;
}
/* line 273, ../sass/templates/_typography-app.scss */
.ty-toolbox__accordion__modular-scale .ty-input.input-global-base-font-size-two.is-showing + .input-button,
.ty-toolbox__accordion__modular-scale .ty-input.input-modular-scale-ratio-two.is-showing + .input-button {
  display: inline-block;
  vertical-align: middle;
}

/* line 279, ../sass/templates/_typography-app.scss */
.close-element-settings-icon.ty-icon-after--cross {
  position: fixed;
  top: 22px;
  right: 30px;
  display: none;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
/* line 288, ../sass/templates/_typography-app.scss */
.close-element-settings-icon.ty-icon-after--cross:after {
  font-size: 19px;
  color: #494949;
  transition: color 0.2s;
}
/* line 294, ../sass/templates/_typography-app.scss */
.close-element-settings-icon.ty-icon-after--cross:hover:after {
  color: #706af1;
  transition: color 0.3s;
}
/* line 299, ../sass/templates/_typography-app.scss */
.preview-container.is-showing .close-element-settings-icon.ty-icon-after--cross {
  display: block;
}

/* line 303, ../sass/templates/_typography-app.scss */
.ty-typeschool-intro__centred {
  margin-top: -40px;
}

/* line 306, ../sass/templates/_typography-app.scss */
.ty-typeschool-intro__start-link {
  position: relative;
  margin-top: 70px;
  padding-right: 42px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  color: #fcfdfd;
  text-align: right;
  text-decoration: underline;
}
/* line 318, ../sass/templates/_typography-app.scss */
.ty-typeschool-intro__start-link.ty-icon-after--arrow-right-long:after {
  position: absolute;
  top: 5px;
  right: 2px;
  margin-left: 0px;
  font-size: 32px;
}

/* line 326, ../sass/templates/_typography-app.scss */
.ty-header {
  position: fixed;
  left: 230px;
  width: calc(100% - 230px);
  height: 61px;
  padding: 0 30px 0 22px;
  z-index: 10;
  float: right;
  text-align: left;
  background-color: #e6e6e6;
  border-bottom: 1px solid #cccccc;
}

/* line 338, ../sass/templates/_typography-app.scss */
.grid-toggle-container,
.caps-toggle-container {
  padding: 5px 9px 5px 6px;
  margin-top: 14px;
  border: 1px solid #b2b2b2;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
}
/* line 346, ../sass/templates/_typography-app.scss */
.grid-toggle-container label,
.caps-toggle-container label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
/* line 351, ../sass/templates/_typography-app.scss */
.grid-toggle-container .label-checkbox,
.caps-toggle-container .label-checkbox {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background-color: transparent;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  transition: background-color 0.2s;
}
/* line 359, ../sass/templates/_typography-app.scss */
.grid-toggle-container .label-checkbox.ty-icon-before--tick:before,
.caps-toggle-container .label-checkbox.ty-icon-before--tick:before {
  position: relative;
  top: 3px;
  left: 3px;
  font-size: 12px;
  color: #e6e6e6;
}
/* line 365, ../sass/templates/_typography-app.scss */
.preview-container .grid-toggle-container .label-checkbox.ty-icon-before--tick:before, .preview-container
.caps-toggle-container .label-checkbox.ty-icon-before--tick:before {
  color: #fcfdfd;
}
/* line 370, ../sass/templates/_typography-app.scss */
.grid-toggle-container input[type=checkbox],
.caps-toggle-container input[type=checkbox] {
  position: absolute;
  left: -999rem;
}
/* line 374, ../sass/templates/_typography-app.scss */
.grid-toggle-container input[type=checkbox]:checked + .label-checkbox,
.caps-toggle-container input[type=checkbox]:checked + .label-checkbox {
  border: 1px solid #e6e6e6;
  background-color: #706af1;
  transition: background-color 0.3s;
}
/* line 379, ../sass/templates/_typography-app.scss */
.grid-toggle-container .label-text,
.caps-toggle-container .label-text {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #2a2a2a;
}

/* line 386, ../sass/templates/_typography-app.scss */
.caps-toggle-container {
  margin-top: 0;
  background-color: #3d3d3d;
  border: 1px solid #181818;
}
/* line 390, ../sass/templates/_typography-app.scss */
.caps-toggle-container .label-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1.45rem;
  color: #bcbcbc;
}
/* line 394, ../sass/templates/_typography-app.scss */
.caps-toggle-container .label-text span {
  padding-right: 1px;
  display: inline-block;
}

/* line 401, ../sass/templates/_typography-app.scss */
.caps-toggle-container.caps-toggle-container--dark .label-checkbox {
  border: none;
  background: #313131;
}
/* line 404, ../sass/templates/_typography-app.scss */
.caps-toggle-container.caps-toggle-container--dark .label-checkbox.ty-icon-before--tick:before {
  color: #313131;
  transition: color 0.2s;
}
/* line 409, ../sass/templates/_typography-app.scss */
.caps-toggle-container.caps-toggle-container--dark input[type=checkbox]:checked + .label-checkbox {
  border: none;
  background: #313131;
}
/* line 412, ../sass/templates/_typography-app.scss */
.caps-toggle-container.caps-toggle-container--dark input[type=checkbox]:checked + .label-checkbox.ty-icon-before--tick:before {
  color: #fcfdfd;
  border: none;
  transition: color 0.2s;
}

/* line 419, ../sass/templates/_typography-app.scss */
.label-colourpicker.ty-icon-after--colourpicker {
  margin: 12px 5px 0 13px;
  display: inline-block;
  vertical-align: middle;
}
/* line 423, ../sass/templates/_typography-app.scss */
.label-colourpicker.ty-icon-after--colourpicker:after {
  font-size: 17px;
  color: #2a2a2a;
}

/* line 428, ../sass/templates/_typography-app.scss */
.colourpicker {
  margin-top: 14px;
  vertical-align: top;
  font-size: 0;
  display: inline-block;
  border: 1px solid #b2b2b2;
  border-radius: 6px;
}
/* line 435, ../sass/templates/_typography-app.scss */
.colourpicker .colourpicker__text-button,
.colourpicker .colourpicker__background-button {
  width: 34px;
  height: 30px;
  line-height: 27px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
}

/* line 446, ../sass/templates/_typography-app.scss */
.colourpicker__text-button {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #2a2a2a;
  border-right: 1px solid #b2b2b2;
}
/* line 452, ../sass/templates/_typography-app.scss */
.colourpicker__text-button:hover {
  color: #5d5d5d;
}

/* line 457, ../sass/templates/_typography-app.scss */
.colourpicker__background-button span {
  width: 12px;
  height: 12px;
  margin-top: 8px;
  display: inline-block;
  border: 1px solid #313131;
  border-radius: 3px;
}
/* line 466, ../sass/templates/_typography-app.scss */
.colourpicker__background-button:hover span {
  border-color: #646464;
}

/* line 471, ../sass/templates/_typography-app.scss */
.input-set-global-custom-colour {
  position: absolute;
  left: -999em;
}

/* line 475, ../sass/templates/_typography-app.scss */
.ty-oot-logo {
  margin-top: 20px;
  float: right;
  display: inline-block;
}

/* line 480, ../sass/templates/_typography-app.scss */
.ty-site-links {
  padding-top: 26px;
  padding-right: 6px;
  float: right;
  display: inline-block;
  vertical-align: middle;
}
/* line 486, ../sass/templates/_typography-app.scss */
.ty-site-links li {
  padding-right: 23px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}
/* line 493, ../sass/templates/_typography-app.scss */
.ty-site-links a {
  color: #7e7e7e;
}

/* line 497, ../sass/templates/_typography-app.scss */
.ty-main {
  position: relative;
  width: calc(100% - 230px);
  padding: 0 22px;
  float: right;
  text-align: left;
  overflow: visible;
  transition: padding 0.2s;
}
/* line 505, ../sass/templates/_typography-app.scss */
.popup-is-showing .ty-main {
  opacity: 0.2;
  transition: opacity 0.3s;
}
/* line 509, ../sass/templates/_typography-app.scss */
.page-takeover-is-showing .ty-main {
  background-color: #a7a7a7;
}

/* line 513, ../sass/templates/_typography-app.scss */
.ty-main-content {
  position: relative;
  top: 61px;
  left: 50%;
  width: 660px;
  margin-top: 6rem;
  margin-left: -330px;
  padding-bottom: 6rem;
  display: inline-block;
  text-align: left;
  overflow: visible;
  transition: all 0.3s, width 1s;
}
/* line 525, ../sass/templates/_typography-app.scss */
.ty-main-content .js-element {
  overflow: visible;
}
/* line 528, ../sass/templates/_typography-app.scss */
.page-takeover-is-showing .ty-main-content {
  left: 0;
  margin-left: 22px;
  transition: all 0.3s;
}
/* line 533, ../sass/templates/_typography-app.scss */
.ty-main-content.is-720 {
  width: 320px;
  transition: width 1s;
}

/* line 539, ../sass/templates/_typography-app.scss */
.baseline-grid-overlay ul {
  position: absolute;
  width: 100%;
  top: 61px;
  left: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
/* line 548, ../sass/templates/_typography-app.scss */
.baseline-grid-overlay ul li {
  height: 3rem;
  margin: 0;
  display: block;
  border-bottom: 1px solid #c9c5c5;
  transition: all 0.3s;
}
/* line 554, ../sass/templates/_typography-app.scss */
.page-takeover-is-showing .baseline-grid-overlay ul li {
  border-bottom: 1px solid #a7a7a7;
}
/* line 558, ../sass/templates/_typography-app.scss */
.baseline-grid-overlay ul.baseline-overlay-on {
  opacity: 0.6;
  transition: opacity 0.3s;
}

/* line 564, ../sass/templates/_typography-app.scss */
.popup {
  position: fixed;
  visibility: hidden;
  opacity: 0;
}
/* line 568, ../sass/templates/_typography-app.scss */
.popup.is-showing {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s;
}

/* line 574, ../sass/templates/_typography-app.scss */
.popup--font-list {
  left: -230px;
  width: 230px;
  height: 100vh;
  padding: 30px 0 0 0;
  z-index: 2000;
  opacity: 1;
  color: #fff;
  background-color: #313131;
  transition: left 0.2s;
}
/* line 584, ../sass/templates/_typography-app.scss */
.popup--font-list.is-showing {
  left: 0;
  transition: left 0.3s;
}

/* line 589, ../sass/templates/_typography-app.scss */
.popup--font-list-container {
  padding-top: 20px;
  height: calc(100vh - 217px);
  overflow: auto;
  border-top: 1px solid #1f1f1f;
}
/* line 594, ../sass/templates/_typography-app.scss */
.popup--font-list-container li {
  height: 30px;
  padding-right: 20px;
  padding-left: 30px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4em;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 606, ../sass/templates/_typography-app.scss */
.popup__heading {
  margin-left: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #f2f8f8;
}

/* line 612, ../sass/templates/_typography-app.scss */
.filter-list {
  margin: 20px 20px 14px;
  font-size: 0;
  border-radius: 5px;
  border: 1px solid #000;
  border-top: 0;
}
/* line 618, ../sass/templates/_typography-app.scss */
.filter-list li {
  width: 50%;
  display: inline-block;
  border-top: 1px solid #000;
}
/* line 622, ../sass/templates/_typography-app.scss */
.filter-list li label {
  padding: 9px 0 8px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 11px;
  text-align: center;
  background-color: #3d3d3d;
}
/* line 632, ../sass/templates/_typography-app.scss */
.filter-list li input {
  display: none;
}
/* line 635, ../sass/templates/_typography-app.scss */
.filter-list li input:checked + label {
  background-color: #5753b9;
}
/* line 638, ../sass/templates/_typography-app.scss */
.filter-list li:nth-child(odd) {
  border-right: 1px solid #000;
}
/* line 641, ../sass/templates/_typography-app.scss */
.filter-list li:first-child, .filter-list li:nth-child(2) {
  border-top: 0;
}

/* line 647, ../sass/templates/_typography-app.scss */
.find-input {
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 34px;
  color: #6f6f6f;
  border: 1px solid #181818;
  border-radius: 5px;
  background-color: #1f1f1f;
}

/* line 660, ../sass/templates/_typography-app.scss */
.popup--css-styles {
  top: 60px;
  left: 50%;
  width: 600px;
  height: 800px;
  margin-left: -300px;
  padding: 2em;
  overflow: auto;
  font-family: "Lora", serif;
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  background-color: #222;
}

/* line 675, ../sass/templates/_typography-app.scss */
.page-takeover,
.page-takeover-element-editing {
  position: fixed;
  height: 100vh;
  overflow: auto;
  top: 0;
  right: -100%;
  z-index: 101;
  background-color: #e6e6e6;
  transition: right 0.5s ease-in;
}

/* line 687, ../sass/templates/_typography-app.scss */
.page-takeover-is-showing .page-takeover {
  right: 0;
  transition: right 0.5s ease-out;
}

/* line 692, ../sass/templates/_typography-app.scss */
.page-takeover-element-editing {
  width: calc(100% - 230px);
}
/* line 694, ../sass/templates/_typography-app.scss */
.page-takeover-element-editing.is-showing {
  right: 0;
  z-index: 1000;
  transition: right 0.5s;
}

/* line 700, ../sass/templates/_typography-app.scss */
.page-takeover--modular-scale {
  top: 61px;
  width: calc(100% - 421px);
  padding-bottom: 61px;
  border-left: 10px solid #706af1;
}
/* line 705, ../sass/templates/_typography-app.scss */
.page-takeover-is-showing .page-takeover--modular-scale {
  right: -20px;
}
/* line 708, ../sass/templates/_typography-app.scss */
.page-takeover--modular-scale li.is-hidden {
  display: none;
}

/* line 712, ../sass/templates/_typography-app.scss */
.modular-scale-preview-row {
  min-height: 75px;
  border-bottom: 1px solid #d4d4d4;
}
/* line 716, ../sass/templates/_typography-app.scss */
.modular-scale-preview-row:before {
  min-height: 75px;
}
/* line 719, ../sass/templates/_typography-app.scss */
.modular-scale-preview-row .modular-scale-components {
  width: 223px;
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
}
/* line 725, ../sass/templates/_typography-app.scss */
.modular-scale-preview-row .modular-scale-font-label {
  padding-bottom: 11px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #2a2a2a;
}
/* line 732, ../sass/templates/_typography-app.scss */
.modular-scale-preview-row .modular-scale-font-label span {
  font-size: 12px;
  font-weight: 400;
}
/* line 737, ../sass/templates/_typography-app.scss */
.modular-scale-preview-row .modular-scale-font-size {
  width: calc(100% - 230px);
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #aaa;
  transition: all 0.3s;
}

/* line 750, ../sass/templates/_typography-app.scss */
.selected-element .modular-scale-font-size {
  color: #313131;
}

/* line 753, ../sass/templates/_typography-app.scss */
.modular-scale-select-element {
  width: 145px;
  display: inline-block;
  float: left;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}

/* line 760, ../sass/templates/_typography-app.scss */
.element-container {
  position: relative;
  overflow: visible;
}

/* line 764, ../sass/templates/_typography-app.scss */
.element-container--static {
  margin-right: 30px;
  border-bottom: 1px solid #c2c2c2;
}

/* line 768, ../sass/templates/_typography-app.scss */
.element-name {
  margin-bottom: 7px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #2a2a2a;
}

/* line 776, ../sass/templates/_typography-app.scss */
.edit-element-button {
  z-index: 10;
}

/* line 779, ../sass/templates/_typography-app.scss */
.margin-edit-container {
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 10;
}
/* line 784, ../sass/templates/_typography-app.scss */
.margin-edit-container label, .margin-edit-container input {
  font-size: 1.2rem;
  display: inline-block;
  color: grey;
}
/* line 789, ../sass/templates/_typography-app.scss */
.margin-edit-container label {
  padding-right: 3px;
}
/* line 792, ../sass/templates/_typography-app.scss */
.margin-edit-container input {
  padding: 2px;
}

/* line 796, ../sass/templates/_typography-app.scss */
.margin-bottom-indicator {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3rem;
  background-color: rgba(247, 148, 29, 0.3);
  transition: height 0.3s;
}

/* line 805, ../sass/templates/_typography-app.scss */
.edit-element-options {
  position: absolute;
  top: calc(50% - 26px);
  left: -157px;
  width: 140px;
  padding-right: 10px;
  text-align: right;
  border-right: 2px solid #ccc;
}
/* line 813, ../sass/templates/_typography-app.scss */
.edit-element-options .ty-button--small {
  padding-left: 13px;
  padding-right: 13px;
}

/* line 819, ../sass/templates/_typography-app.scss */
.element-container .margin-edit-container,
.element-container .element-edit-indicator,
.element-container .margin-bottom-indicator,
.element-container .edit-element-options {
  opacity: 1;
}
/* line 827, ../sass/templates/_typography-app.scss */
.element-container:hover .margin-edit-container,
.element-container:hover .element-edit-indicator,
.element-container:hover .margin-bottom-indicator,
.element-container:hover .edit-element-options, .element-container.is-being-edited .margin-edit-container,
.element-container.is-being-edited .element-edit-indicator,
.element-container.is-being-edited .margin-bottom-indicator,
.element-container.is-being-edited .edit-element-options {
  opacity: 1;
  transition: opacity 0.3s;
}

/* line 836, ../sass/templates/_typography-app.scss */
.all-caps {
  text-transform: uppercase;
}

/* line 839, ../sass/templates/_typography-app.scss */
.close-panel-link {
  position: absolute;
  top: 31px;
  right: 21px;
  font-size: 12px;
  color: white;
  text-decoration: underline;
}

/* line 847, ../sass/templates/_typography-app.scss */
.collapse {
  display: none;
}

/* line 851, ../sass/templates/_typography-app.scss */
.ty-toolbox__accordion__modular-scale .ty-input {
  width: calc(100% - 28px);
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

/* line 859, ../sass/templates/_typography-app.scss */
.mailchimp-signup .mc-field-group {
  position: relative;
}
/* line 862, ../sass/templates/_typography-app.scss */
.mailchimp-signup .ty-input {
  padding-right: 42px;
  font-size: 12px;
  font-weight: 400;
}
/* line 867, ../sass/templates/_typography-app.scss */
.mailchimp-signup .btn-newsletter-signup-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  display: block;
  color: #e6e6e6;
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 0 6px 6px 0;
  background-color: #5753b9;
  transition: background-color 0.2s;
}
/* line 881, ../sass/templates/_typography-app.scss */
.mailchimp-signup .btn-newsletter-signup-submit:hover {
  background-color: #423f9a;
  transition: background-color 0.3s;
}

/* line 887, ../sass/templates/_typography-app.scss */
#mc_embed_signup input.mce_inline_error {
  border-color: #7f7cd2 !important;
}

/* line 890, ../sass/templates/_typography-app.scss */
#mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0 !important;
  padding: 5px 10px !important;
  z-index: 1 !important;
  color: #7f7cd2 !important;
  font-size: 12px !important;
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.4;
  font-weight: bold !important;
  background-color: transparent !important;
}

/* line 901, ../sass/templates/_typography-app.scss */
#mce-responses #mce-success-response,
#mce-responses #mce-error-response {
  padding: 10px 12px !important;
  font-size: 12px !important;
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.4;
  font-weight: bold !important;
  color: #a2a2a2 !important;
  background-color: transparent !important;
}

/* line 911, ../sass/templates/_typography-app.scss */
.newsletter-signup-form-note {
  padding: 4px 0 0 0;
  display: block;
  color: #7e7e7e;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/* line 10, ../sass/components/_typography-app-typography.scss */
.ty-main-content h1, .ty-main-content h2, .ty-main-content h3, .ty-main-content h4, .ty-main-content h5, .ty-main-content h6 {
  margin: 0 0 3rem;
  transition: all 0.3s;
}
/* line 14, ../sass/components/_typography-app-typography.scss */
.ty-main-content h1 {
  font-size: 6.56916em;
  line-height: 3rem;
}
/* line 18, ../sass/components/_typography-app-typography.scss */
.ty-main-content h2 {
  font-size: 5.4743em;
  line-height: 3rem;
}
/* line 22, ../sass/components/_typography-app-typography.scss */
.ty-main-content h3 {
  font-size: 4.56192em;
  line-height: 3rem;
}
/* line 26, ../sass/components/_typography-app-typography.scss */
.ty-main-content h4 {
  font-size: 3.8016em;
  line-height: 3rem;
}
/* line 30, ../sass/components/_typography-app-typography.scss */
.ty-main-content h5 {
  font-size: 3.168em;
  line-height: 3rem;
}
/* line 34, ../sass/components/_typography-app-typography.scss */
.ty-main-content h6 {
  font-size: 2.64em;
  line-height: 3rem;
}
/* line 38, ../sass/components/_typography-app-typography.scss */
.ty-main-content p {
  margin: 0 0 3rem;
  font-size: 2.2em;
  line-height: 3rem;
  transition: all 0.3s;
}
/* line 43, ../sass/components/_typography-app-typography.scss */
.ty-main-content p strong {
  font-weight: 700;
}

@font-face {
  font-family: "archetype";
  src: url("../fonts/fontastic/archetype.eot");
  src: url("../fonts/fontastic/archetype.eot?#iefix") format("embedded-opentype"), url("../fonts/fontastic/archetype.woff") format("woff"), url("../fonts/fontastic/archetype.ttf") format("truetype"), url("../fonts/fontastic/archetype.svg#ty-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 60, ../sass/components/_typography-app-typography.scss */
.oot-icon-before:before, .oot-icon-before--twitter:before,
.oot-icon-before--up:before,
.oot-icon-before--down:before, .oot-icon-after:after, .mailchimp-signup .btn-newsletter-signup-submit, .ty-icon-before:before, .ty-icon-before--arrow-down:before,
.ty-icon-before--arrow-right-long:before,
.ty-icon-before--tick:before,
.ty-icon-before--cross:before,
.ty-icon-before--hamburger:before, .ty-icon-after:after, .ty-icon-after--arrow-down:after,
.ty-icon-after--arrow-right-long:after,
.ty-icon-after--tick:after,
.ty-icon-after--cross:after,
.ty-icon-after--hamburger:after,
.ty-icon-after--colourpicker:after {
  vertical-align: top;
  speak: none;
  font-family: "archetype";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 73, ../sass/components/_typography-app-typography.scss */
[class^="ty-icon-"]:before, [class^="ty-icon-"]:after, [class*=" ty-icon-"]:before, [class*=" ty-icon-"]:after {
  display: inline-block;
  fill: currentColor;
}

/* line 80, ../sass/components/_typography-app-typography.scss */
.ty-icon-before:before, .ty-icon-before--arrow-down:before,
.ty-icon-before--arrow-right-long:before,
.ty-icon-before--tick:before,
.ty-icon-before--cross:before,
.ty-icon-before--hamburger:before {
  font-size: 22px;
  position: relative;
}

/* line 87, ../sass/components/_typography-app-typography.scss */
.ty-icon-after:after, .ty-icon-after--arrow-down:after,
.ty-icon-after--arrow-right-long:after,
.ty-icon-after--tick:after,
.ty-icon-after--cross:after,
.ty-icon-after--hamburger:after,
.ty-icon-after--colourpicker:after {
  font-size: 22px;
  position: relative;
}

/* line 110, ../sass/components/_typography-app-typography.scss */
.ty-icon-before--arrow-down:before {
  content: "a";
}

/* line 115, ../sass/components/_typography-app-typography.scss */
.ty-icon-after--arrow-down:after {
  content: "a";
}

/* line 120, ../sass/components/_typography-app-typography.scss */
.ty-icon-before--arrow-right-long:before {
  content: "d";
}

/* line 125, ../sass/components/_typography-app-typography.scss */
.ty-icon-after--arrow-right-long:after {
  content: "d";
}

/* line 130, ../sass/components/_typography-app-typography.scss */
.ty-icon-before--tick:before {
  content: "e";
}

/* line 135, ../sass/components/_typography-app-typography.scss */
.ty-icon-after--tick:after {
  content: "e";
}

/* line 140, ../sass/components/_typography-app-typography.scss */
.ty-icon-after--colourpicker:after {
  content: "f";
}

/* line 145, ../sass/components/_typography-app-typography.scss */
.ty-icon-before--cross:before {
  content: "b";
}

/* line 150, ../sass/components/_typography-app-typography.scss */
.ty-icon-after--cross:after {
  content: "b";
}

/* line 155, ../sass/components/_typography-app-typography.scss */
.ty-icon-before--hamburger:before {
  content: "c";
}

/* line 160, ../sass/components/_typography-app-typography.scss */
.ty-icon-after--hamburger:after {
  content: "c";
}

/* line 1, ../sass/components/_ty-form.scss */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 3, ../sass/components/_ty-button.scss */
input[type="submit"],
input[type="reset"],
input[type="button"],
.ty-button {
  background: none;
  border: 0;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  outline: none;
  cursor: pointer;
  text-shadow: none !important;
  font-family: "Montserrat", sans-serif;
  transition: background-color 0.2s;
}
/* line 22, ../sass/components/_ty-button.scss */
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.ty-button:hover {
  transition: background-color 0.3s;
}

/* line 26, ../sass/components/_ty-button.scss */
.ty-button--large {
  width: 100%;
  padding: 10px 0 11px;
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
}

/* line 33, ../sass/components/_ty-button.scss */
.ty-button--small {
  padding: 7px 29px 8px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  border-radius: 20px;
}

/* line 41, ../sass/components/_ty-button.scss */
.ty-button--link {
  width: 100%;
  margin: 15px 0;
  font-size: 13px;
  text-align: center;
  border-radius: 20px;
}

/* line 48, ../sass/components/_ty-button.scss */
.ty-button--dark {
  color: #fff;
  background-color: #3d3d3d;
  border: 1px solid #000;
}

/* line 53, ../sass/components/_ty-button.scss */
.ty-button--link--dark {
  color: #8e8e8e;
  text-decoration: underline;
}

/* line 57, ../sass/components/_ty-button.scss */
.ty-button--action {
  color: #fff;
  background-color: #5753b9;
  border: 1px solid #000;
}
/* line 61, ../sass/components/_ty-button.scss */
.ty-button--action:hover {
  background-color: #6965c0;
}

/* line 65, ../sass/components/_ty-button.scss */
.ty-button--action-on-light {
  color: #fcfdfd;
  background-color: #706af1;
  border: 1px solid #4440a7;
}
/* line 69, ../sass/components/_ty-button.scss */
.ty-button--action-on-light:hover {
  background-color: #8681f3;
}

/* line 79, ../sass/_base-typography-app.scss */
html, body {
  font-family: "Lora", serif;
  font-size: 10px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #313131;
  background-color: #e6e6e6;
}

/* line 88, ../sass/_base-typography-app.scss */
body {
  line-height: 1;
}

/* line 91, ../sass/_base-typography-app.scss */
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

/* line 96, ../sass/_base-typography-app.scss */
p {
  position: relative;
  margin: 0 0 3rem;
}

/* line 100, ../sass/_base-typography-app.scss */
address, article, aside, blockquote, center, dir, div, dd, details, dl, dt, fieldset, figcaption, figure, form, footer, frameset, h1, h2, h3, h4, h5, h6, hr, header, hgroup, isindex, main, menu, nav, noframes, noscript, ol, p, pre, section, summary, ul,
li {
  width: auto;
  overflow: hidden;
}
