body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 600;
  line-height: 135%;
}

h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 160%;
}

a {
  color: #24a7ff;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
}

li {
  padding-bottom: 8px;
  font-weight: 300;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-family: Domine;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  color: #aaa;
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
}

.button {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px #ddd;
}

.button:hover {
  box-shadow: 0 0 0 1px #333;
}

.button.w--current {
  background-color: #2e80b6;
}

.navigation-bar {
  max-width: 300px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navigation-menu {
  float: none;
}

.section {
  background-color: #fff;
  padding-top: 63px;
  padding-bottom: 63px;
  position: relative;
}

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  color: #fff;
  background-color: #5d5d5d;
}

.social-button {
  background-color: #000;
  border-radius: 100px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  transition: opacity .3s;
}

.social-button:hover {
  opacity: .7;
}

.social-button.border {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .36);
  padding: 6px;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  width: 19px;
  opacity: .41;
  margin-right: 11px;
  transition: opacity .2s;
}

.social-icon-link:hover {
  opacity: .8;
}

.nav-link {
  color: #969696;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 6px 0;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.nav-link:hover, .nav-link.w--current {
  color: #ebebeb;
}

.post-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.post-summary {
  margin-bottom: 14px;
  line-height: 144%;
  display: block;
}

.post-info {
  color: #969696;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  margin-right: 8px;
  font-size: 12px;
  line-height: 125%;
  display: flex;
}

.post-info.when-link {
  text-decoration: none;
}

.post-info.when-link:hover {
  color: #333;
}

.post-info.home-page {
  justify-content: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400;
}

.blog-title-link {
  color: #333;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.blog-title-link:hover {
  opacity: .61;
}

.body-copy img {
  border-radius: 3px;
}

.body-copy a {
  text-decoration: none;
}

.body-copy a:hover {
  text-decoration: underline;
}

.body-copy li {
  margin-bottom: 3px;
}

.body-copy blockquote {
  border-left-width: 4px;
  border-left-color: #333;
  margin-left: -23px;
  padding-left: 18px;
  font-family: Open Sans, sans-serif;
  font-style: italic;
}

.body-copy figure {
  margin-bottom: 20px;
}

.success-message {
  background-color: #f0f0f0;
  border-radius: 3px;
  padding-top: 49px;
  padding-bottom: 49px;
}

.success-text {
  margin-bottom: 0;
  font-size: 17px;
}

.text-field {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 15px;
}

.text-field.text-area {
  min-height: 110px;
}

.social-link-group {
  margin-top: 20px;
  margin-bottom: 0;
}

.button-wrapper {
  color: green;
  text-align: center;
  margin-top: 50px;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 37px;
}

.section-header {
  text-align: left;
  text-transform: capitalize;
  background-color: #fff;
  border-bottom: 1px solid #d3d3d3;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.main-subheading {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 150%;
  display: block;
}

.button-round {
  width: auto;
  max-width: 200px;
  clear: none;
  color: #333;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 300;
  transition: border .2s, color .2s;
  display: flex;
  position: static;
}

.button-round:hover {
  color: #333;
  border-color: #333;
}

.button-round.home-page {
  clear: none;
  text-align: left;
  justify-content: center;
  position: static;
}

.post-info-wrapper {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
}

.content {
  width: 75%;
  margin-left: 25%;
  padding: 50px;
}

.post-title-section {
  text-align: center;
  border-bottom: 1px solid #dadada;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.sidebar-column {
  width: 25%;
  height: 100%;
  color: #9b9b9b;
  background-color: #333;
  padding: 50px 40px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.logo-text {
  color: #f0f0f0;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.logo-link {
  float: none;
  display: block;
}

.divider {
  width: 50%;
  height: 1px;
  background-color: #5e5e5e;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
}

.heading.left-justifed {
  text-align: left;
  font-size: 30px;
}

.date-line {
  color: #969696;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(150, 150, 150, .48);
  margin-top: 35px;
  margin-bottom: 45px;
  padding-bottom: 45px;
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
}

.date-line.home-page {
  margin-top: 0;
}

.tab-link {
  width: 140px;
  opacity: .5;
  color: #4c5458;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #afb7bb;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
  transition: border-color .2s, color .2s;
}

.tab-link:hover {
  color: #2a2f31;
  border-bottom-color: #4c5458;
}

.tab-link.w--current {
  opacity: 1;
  color: #356af0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #529dff;
  font-weight: 700;
}

.sg-label {
  color: #808c91;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.spacer {
  height: 48px;
  background-color: #ece7e0;
}

.spacer._16 {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._48 {
  width: 48px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.spacer._80 {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._96 {
  width: 96px;
  height: 96px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._64 {
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._24 {
  width: 24px;
  height: 24px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._32 {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.spacer._128 {
  width: 128px;
  height: 128px;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-menu {
  width: 100%;
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.form-error {
  color: #444;
  background-color: #ece7e0;
  border-radius: 6px;
  padding: 16px;
}

.sg-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  color: #fff;
  background-color: #356af0;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.grid.desk-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.desk-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.block-quote {
  border-left-color: #9ec5fa;
  font-size: 18px;
  line-height: 1.4em;
}

.color-block {
  width: 100%;
  height: 60px;
  background-color: #111314;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.soft-blue {
  background-color: #9ec5fa;
}

.color-block.soft-grey {
  background-color: #afb7bb;
}

.color-block.back-blue {
  background-color: #e9f3fd;
}

.color-block.grey {
  background-color: #4c5458;
}

.color-block.dark-grey {
  background-color: #2a2f31;
}

.color-block.hard-blue {
  background-color: #0a3092;
}

.color-block.silver {
  background-color: #e1e5e7;
}

.color-block.pale-blue {
  background-color: #d0e8ff;
}

.color-block.back-grey {
  background-color: #f0f2f3;
}

.color-block.blue {
  background-color: #356af0;
}

.color-block.light-blue {
  background-color: #529dff;
  border-style: none;
}

.color-block.white {
  background-color: #fff;
  border: 1px solid #f0f2f3;
}

.color-block.dark-blue {
  background-color: #0f42c3;
}

.color-block.light-grey {
  background-color: #808c91;
}

.sg-block {
  margin-bottom: 32px;
}

.sg-description {
  max-width: 400px;
  color: #929aa1;
}

.column {
  min-height: 32px;
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-1 {
  width: 8.33%;
  flex: 0 auto;
}

.column.desk-3 {
  width: 25%;
  flex: none;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-8 {
  width: 66.6667%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-7 {
  width: 58.3333%;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-4 {
  width: 33.33%;
}

.sg-menu-link {
  width: 100%;
  color: #4c5458;
  border-left: 4px solid rgba(0, 0, 0, 0);
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: #111314;
}

.sg-menu-link.w--current {
  color: #111314;
  background-color: #e1e5e7;
  padding-right: 0;
  font-weight: 600;
}

._12-columns {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.form-success {
  color: #444;
  background-color: #d4e9ff;
  border-radius: 6px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

._2-1-grid {
  max-width: 1000px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #356af0;
  border-radius: 6px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
}

.button-2:hover {
  background-color: #0f42c3;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2);
}

.button-2:active {
  background-color: #0a3092;
}

.button-2.minimal {
  box-shadow: none;
  color: #356af0;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.button-2.minimal:hover {
  color: #0f42c3;
}

.button-2.minimal:active {
  color: #0a3092;
}

.button-2.disabled {
  box-shadow: none;
  background-color: #d4e9ff;
}

.button-2.disabled:hover {
  color: #fff;
}

.button-2.grey {
  box-shadow: none;
  color: #4c5458;
  background-color: #e1e5e7;
}

.button-2.grey:hover {
  color: #2a2f31;
  background-color: #afb7bb;
}

.button-2.grey:active {
  color: #111314;
  background-color: #808c91;
}

.button-2.light {
  color: #356af0;
  background-color: #d0e8ff;
}

.button-2.light:hover {
  color: #0f42c3;
  background-color: #9ec5fa;
}

.button-2.light:active {
  color: #fff;
  background-color: #356af0;
}

.button-2.outline {
  color: #356af0;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #529dff;
}

.button-2.outline:hover {
  color: #fff;
  background-color: #356af0;
  box-shadow: inset 0 0 0 2px #356af0;
}

.button-2.outline:active {
  background-color: #0f42c3;
  box-shadow: inset 0 0 0 2px #0f42c3;
}

.icon {
  width: 55px;
  height: 55px;
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

.small-button {
  color: #fff;
  text-align: center;
  background-color: #356af0;
  border-radius: 4px;
  flex: none;
  margin-bottom: 16px;
  padding: 6px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
}

.small-button:hover {
  color: #fff;
  background-color: #0f42c3;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2);
}

.small-button:active {
  background-color: #0a3092;
}

.small-button.outline {
  color: #356af0;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #9accff;
}

.small-button.outline:hover {
  color: #fff;
  background-color: #356af0;
  box-shadow: inset 0 0 0 2px #356af0;
}

.small-button.outline:active {
  background-color: #0f42c3;
  box-shadow: inset 0 0 0 2px #0f42c3;
}

.small-button.light {
  color: #356af0;
  background-color: #d0e8ff;
  margin-right: 0;
}

.small-button.light:hover {
  color: #0f42c3;
  background-color: #9ec5fa;
}

.small-button.light:active {
  color: #fff;
  background-color: #356af0;
}

.sg-content {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 240px;
  display: flex;
}

.text-box {
  max-width: 750px;
}

.text-box._800px {
  max-width: 800px;
  min-height: 64px;
}

.text-box._800px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._700px {
  max-width: 700px;
  min-height: 64px;
}

.text-box._700px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._500px {
  max-width: 500px;
  min-height: 64px;
}

.text-box._500px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._400px {
  max-width: 400px;
  min-height: 64px;
}

.text-box._400px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

.text-box._600px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.form-dropdown {
  width: 100%;
  height: 48px;
  color: #4c5458;
  background-color: #fff;
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:hover, .form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.form {
  margin-bottom: 8px;
}

.column-styleguide {
  width: 100%;
  height: 40px;
  background-color: #d0e8ff;
  border-radius: 6px;
}

.field-label {
  color: #4c5458;
  font-size: 14px;
  font-weight: 500;
}

.sg-nav-container {
  width: 240px;
  height: 100vh;
  background-color: #f0f2f3;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #2b95ff;
}

._1-2-grid {
  max-width: 1000px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.ds-module {
  min-height: 100px;
  min-width: 100px;
  background-color: #d0e8ff;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 16px;
  border-color: #2b95ff;
}

.text-input {
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 24px 16px;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .01);
}

.text-input:focus {
  border-color: #529dff;
}

.text-input::-ms-input-placeholder {
  color: #e1e5e7;
}

.text-input::placeholder {
  color: #e1e5e7;
}

.text-input.form {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.heading-2 {
  font-size: 30px;
}

.heading-2.h4 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
}

.heading-2.h1 {
  margin-bottom: 18px;
  font-size: 45px;
  line-height: 1.25em;
}

.heading-2.h6 {
  color: #4c5458;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading-2.h3 {
  font-size: 28px;
  line-height: 1.4em;
}

.heading-2.h5 {
  color: #4c5458;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading-2.h2 {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.3em;
}

.sg-title {
  color: #3f3b35;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4em;
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.sg-body {
  background-color: #fff;
}

.sg-nav {
  width: 240px;
  height: 0;
  border-right: 1px solid #ced5db;
  position: fixed;
  top: 0%;
  bottom: 0;
  left: 0;
  right: auto;
}

.visible-spacer {
  background-color: #d0e8ff;
  border-radius: 5px;
  display: inline-block;
}

.paragraph-2 {
  margin-bottom: 16px;
  line-height: 1.5em;
}

.paragraph-2.large {
  font-size: 20px;
}

.paragraph-2.small {
  opacity: .75;
  font-size: 14px;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  opacity: .2;
  background-color: #1d1916;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.sg-menu {
  width: 100%;
}

.ds-icon {
  margin-bottom: 4px;
  margin-right: 24px;
  display: inline-block;
}

.rich-text {
  text-align: left;
}

.field-block {
  z-index: 1;
  min-height: 20px;
  min-width: 50px;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-bottom: 8px;
  display: flex;
}

.white-link {
  color: #9ec5fa;
}

.ds-icon-grid {
  margin-top: 24px;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

.button-round-home-page {
  width: auto;
  max-width: 200px;
  clear: none;
  color: #333;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 300;
  transition: border .2s, color .2s;
  display: inline-block;
  position: static;
}

.button-round-home-page:hover {
  color: #333;
  border-color: #333;
}

.button-round-home-page.home-page {
  clear: none;
  text-align: left;
  justify-content: center;
  position: static;
}

.home-page-section {
  outline-offset: 0px;
  border-bottom: 1px solid rgba(150, 150, 150, .48);
  outline: 3px #333;
  padding-bottom: 40px;
}

.home-page-spacer {
  margin-top: 10px;
  padding-top: 10px;
}

.image {
  clear: none;
  text-align: center;
  display: inline-block;
  position: static;
}

.lightbox-link {
  text-align: center;
  background-image: url('../images/The_Oshkosh_Northwestern_Tue__Oct_15__1912_-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.newspapers {
  width: 150px;
  margin: 10px;
}

.container, .container-2 {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  li {
    padding-bottom: 10px;
  }

  .sg-content {
    margin-left: 280px;
  }

  .sg-nav-container, .sg-nav {
    width: 280px;
  }

  .lightbox-link {
    margin-bottom: 20px;
  }

  .list-item, .list-item-2 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-bar {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-menu {
    background-color: #333;
    border-radius: 5px;
    padding: 20px;
  }

  .nav-link {
    text-align: center;
  }

  .post-wrapper {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .button-wrapper {
    margin-top: 30px;
  }

  .menu-button {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
    padding: 13px 11px 11px;
  }

  .menu-button.w--open {
    color: #333;
    background-color: #f0f0f0;
  }

  .section-header {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .main-subheading {
    margin-top: 0;
  }

  .button-round {
    margin-right: auto;
  }

  .content {
    width: 100%;
    margin-left: 0%;
    padding: 30px 20px;
  }

  .sidebar-column {
    width: 100%;
    padding: 20px;
    position: static;
  }

  .logo-text {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .logo-link {
    float: left;
  }

  .divider {
    width: 30%;
    margin: 14px auto;
    display: block;
  }

  .grid {
    margin-left: 0;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .column, .column.desk-5 {
    width: 50%;
  }

  .column.desk-3 {
    width: 33.33%;
    flex-wrap: nowrap;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  ._2-1-grid {
    margin-left: 0;
  }

  .button-2 {
    position: relative;
  }

  .button-2.light {
    font-size: 18px;
    line-height: 1.4;
  }

  .sg-menu-button {
    margin-right: 12px;
    padding: 15px;
    top: -10px;
  }

  .sg-menu-button.w--open {
    color: #356af0;
    background-color: #d0e8ff;
    border-radius: 40px;
  }

  .small-button {
    position: relative;
  }

  .sg-content {
    width: 100%;
    border-left-style: none;
    margin-left: 0;
    position: static;
  }

  .sg-menu-icon {
    font-size: 32px;
  }

  .sg-nav-container {
    width: auto;
    height: auto;
  }

  ._1-2-grid {
    margin-left: 0;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .sg-nav {
    z-index: 10;
    width: 100%;
    height: 80px;
    background-color: #f0f2f3;
    border-right-style: none;
    padding-top: 20px;
    position: -webkit-sticky;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .sg-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: 1px solid #e1e5e7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    top: 80px;
    bottom: auto;
    left: 0%;
    right: auto;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
  }

  .button-round-home-page {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 31px;
    line-height: 38px;
  }

  .navigation-menu {
    margin-top: 20px;
  }

  .nav-link {
    display: block;
  }

  .post-wrapper {
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 20px;
  }

  .body-copy blockquote {
    margin-left: 0;
  }

  .button-wrapper {
    text-align: center;
    margin-top: 20px;
  }

  .blog-title {
    font-size: 27px;
    line-height: 36px;
  }

  .section-header {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .main-subheading {
    width: auto;
  }

  .content {
    padding: 20px 10px;
  }

  .post-title-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .sidebar-column {
    padding: 10px;
  }

  .logo-text {
    margin-top: 5px;
  }

  .logo-link {
    padding-left: 0;
  }

  .tab-link {
    width: auto;
    border-bottom-width: 0;
    border-radius: 10px;
  }

  .tab-link.w--current {
    background-color: #d4e9ff;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .grid.desk-2.tab-2 {
    grid-template-columns: 1fr;
  }

  .grid.desk-4.tab-4, .grid.desk-3.tab-3 {
    grid-template-columns: 1fr 1fr;
  }

  .column.desk-6, .column.desk-5, .column.desk-4 {
    width: 100%;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .ds-colour-block {
    width: 25%;
  }

  ._2-1-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .button-2.minimal {
    margin-left: 0;
    margin-right: 0;
  }

  .sg-content {
    margin-left: 0;
  }

  ._1-2-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .heading-2.h4 {
    font-size: 20px;
  }

  .heading-2.h1 {
    font-size: 35px;
  }

  .heading-2.h2 {
    font-size: 28px;
  }

  .sg-menu-brand.w--current {
    margin-top: 14px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .sg-menu {
    background-color: #fff;
  }

  .field-block {
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .social-link-group {
    margin-top: 0;
  }

  .blog-title {
    font-size: 26px;
    line-height: 32px;
  }

  .main-subheading {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 150%;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-6, .column.desk-5, .column.desk-3 {
    width: 100%;
  }

  .button-2 {
    width: 100%;
    font-size: 16px;
  }

  .sg-menu-button {
    margin-right: 4px;
  }

  .text-input {
    width: 100%;
  }

  .sg-menu-brand {
    margin-left: 16px;
  }
}


