body {
  height: 100%;
  padding-left: 329px;
  background-color: #e2edf4;
  font-family: Bitter, serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Arya, sans-serif;
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Arya, sans-serif;
  font-size: 1.95rem;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Arya, sans-serif;
  color: #319bc1;
  font-size: 1.56rem;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  color: #319bc1;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 1.1rem;
  line-height: 1.1;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Bitter, serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 1rem;
  line-height: 1.5;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

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

.button.full-width {
  display: block;
  width: 100%;
  background-color: #bfe5fa;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #cf404d;
  font-size: 30px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}

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

.section.section-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: rgba(191, 229, 250, 0.71);
}

.call-to-action-section {
  padding: 44px 40px;
  background-color: #319bc1;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

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

.hero-heading {
  margin-bottom: 19px;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.hero-subheading {
  width: 30%;
  margin-bottom: 25px;
  margin-left: 35%;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  text-shadow: 1px 1px 6px #000;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  background-color: #319bc1;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Bitter, serif;
  color: #fff;
  line-height: 21px;
  font-weight: 700;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #2d3e4f;
  color: #fff;
}

.hollow-button.red {
  border-color: #cf404d;
  background-color: #cf404d;
  font-family: Bitter, serif;
  color: #fff;
  font-weight: 700;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #28348b;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-heading.centered.is-white {
  color: #fff;
}

.section-subheading.center {
  font-family: Bitter, serif;
  color: rgba(40, 52, 139, 0.81);
  font-size: 19px;
  line-height: 30px;
  text-align: center;
}

.section-subheading.center.is-white {
  color: #fff;
}

.section-title-group {
  margin-bottom: 62px;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

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

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  margin-right: 10px;
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-decoration: none;
}

.social-icon-link:hover {
  opacity: 1;
  text-decoration: none;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #bfe5fa;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Bitter, serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 700;
}

.link {
  display: block;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  color: #319bc1;
  font-weight: 700;
  text-decoration: underline;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  position: absolute;
  left: 0px;
  top: 30%;
  right: 0px;
  z-index: 10000;
  margin-bottom: 155px;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 329px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(191, 229, 250, 0.24);
}

.nav-link {
  display: block;
  padding: 20px 0px;
  font-family: Arya, sans-serif;
  color: rgba(40, 52, 139, 0.75);
  font-size: 1.56rem;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #319bc1;
}

.nav-link.w--current {
  color: #28348b;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 49px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.logo-link.w--current {
  margin-top: 24px;
}

.social-footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 24px;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.banner {
  display: block;
  height: 500px;
  background-image: url('../images/2e9b0cb2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-0-padding {
  padding-right: 12px;
  padding-left: 12px;
}

.content {
  height: 100%;
  max-width: 1590px;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
}

.occ-slider {
  height: auto;
}

.occ-logo-img.is-small {
  display: none;
  opacity: 1;
}

.mugshot {
  margin-bottom: 12px;
  border: 1px solid #bfe5fa;
}

.row {
  margin-bottom: 36px;
}

.is-centred {
  text-align: center;
}

.intro-not-desk {
  margin-bottom: 36px;
}

.icon-text {
  font-family: Occ, sans-serif;
  color: #319bc1;
  font-size: 6rem;
  line-height: 1;
  font-weight: 400;
}

.icon-text.is-small {
  font-size: 4rem;
}

.icon-text.sidebar {
  font-size: 3rem;
}

.img-sep-footer {
  border-top: 1px solid #28348b;
  border-bottom: 1px solid #28348b;
  opacity: 0.78;
}

.separator {
  position: relative;
}

.separator.top-border {
  border-top: 48px solid rgba(191, 229, 250, 0.71);
}

.head-sep.is-centred {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 27px;
  color: #fff;
  font-size: 2.56rem;
  text-shadow: 1px 1px 6px #000;
}

.intext-lnk {
  color: #319bc1;
  font-weight: 700;
}

.lnk-list {
  padding-left: 0px;
  list-style-type: none;
}

.list-centred {
  display: inline-block;
  width: auto;
}

.lnk-standalone {
  color: #319bc1;
  font-weight: 600;
  text-decoration: underline;
}

.lnk-standalone:hover {
  text-decoration: underline;
}

.test {
  font-family: Occ, sans-serif;
}

.loading {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #319bc1;
  font-style: italic;
  font-weight: 400;
}

.site-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-wrapper {
  position: relative;
  display: none;
  height: 100px;
}

.article-rtb a {
  color: #319bc1;
  font-weight: 700;
  text-decoration: underline;
}

.article-rtb a:hover {
  text-decoration: underline;
}

.rtb-top h3 {
  margin-bottom: 24px;
}

.rtb-top p {
  margin-bottom: 24px;
}

.rtb-top a {
  color: #319bc1;
  font-weight: 700;
}

.note {
  padding: 12px 8px 12px 18px;
  border-left: 6px solid #319bc1;
  background-color: rgba(191, 229, 250, 0.22);
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000002, 0.6000000000000002);
  -ms-transform: scale(0.6000000000000002, 0.6000000000000002);
  transform: scale(0.6000000000000002, 0.6000000000000002);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }

  h1 {
    color: #319bc1;
    font-size: 2.2rem;
    text-align: center;
  }

  a {
    color: #319bc1;
    font-weight: 700;
  }

  .hamburger-button {
    position: absolute;
    right: 0px;
    bottom: -18px;
    z-index: 1003;
    color: #28348b;
  }

  .hamburger-button.w--open {
    z-index: 1003;
    background-color: transparent;
    color: #28348b;
  }

  .section {
    padding-top: 36px;
  }

  .hollow-button {
    background-color: #319bc1;
    font-family: Bitter, serif;
    color: #fff;
    font-weight: 700;
  }

  .section-subheading.center {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
  }

  .section-subheading.center.before-button {
    margin-bottom: -20px;
  }

  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }

  .social-icon-link {
    opacity: 0.77;
  }

  .footer-text {
    font-family: Bitter, serif;
  }

  .link {
    color: #319bc1;
  }

  .hero-title-wrapper {
    top: 40%;
  }

  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    z-index: 1000;
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    float: none;
    background-color: #daebf5;
  }

  .left-navigation.onscroll {
    position: fixed;
    z-index: 1000;
    background-color: #bfe5fa;
    opacity: 0;
  }

  .nav-link {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 13px;
    float: left;
    text-align: center;
  }

  .nav-link:hover {
    color: #fff;
  }

  .nav-link.w--current {
    width: 100%;
  }

  .nav-link.is-home {
    width: 100%;
  }

  .nav-link.is-last {
    width: 100%;
  }

  .nav-menu {
    width: 33%;
    height: 5777%;
    padding-top: 179px;
    background-color: #319bc1;
    color: #319bc1;
  }

  .logo-link {
    z-index: 1001;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    background-color: #d8ebf5;
    text-align: center;
  }

  .logo-link.w--current {
    z-index: 1001;
    background-color: #bfe5fa;
  }

  .logo-link.onscroll {
    width: 33%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 3%;
  }

  .social-footer {
    position: absolute;
    left: 14px;
    top: auto;
    right: auto;
    bottom: 0px;
    z-index: 1002;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .banner {
    height: 500px;
  }

  .occ-logo-img {
    height: 180px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .occ-logo-img.is-small {
    display: inline;
    width: auto;
    height: 50px;
    opacity: 0;
  }

  .is-centred.before-buttons {
    margin-bottom: 30px;
  }

  .icon-text.sidebar {
    color: #28348b;
    font-size: 2rem;
  }

  .button-icon {
    display: inline-block;
  }

  .button-text {
    position: relative;
    top: -5px;
    display: inline-block;
    font-family: Bitter, serif;
    font-size: 1.25rem;
    line-height: 1.1;
    font-weight: 700;
  }

  .button-close {
    position: relative;
    top: -3px;
    display: none;
    margin-right: 4px;
    margin-left: 0px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
  }

  .test {
    display: inline-block;
  }

  .site-wrapper {
    display: block;
  }

  .social-wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    display: block;
    width: auto;
    height: auto;
    margin-left: 12px;
  }

  .embed-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .small-img-wrap {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .hamburger-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }

  .align-right {
    text-align: center;
  }

  .hero-heading {
    font-size: 37px;
  }

  .hero-title-wrapper {
    top: 35%;
  }

  .nav-link {
    width: 50%;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1.25rem;
  }

  .nav-menu {
    padding-top: 120px;
  }

  .logo-link {
    margin-bottom: -14px;
  }

  .grid-fours {
    width: 33.333%;
  }

  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }

  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .occ-logo-img {
    height: 105px;
  }

  .icon-text.sidebar {
    font-size: 1.5rem;
  }

  .separator.top-border {
    border-top-width: 24px;
  }

  .head-sep.is-centred {
    font-size: 1.95rem;
  }

  .embed-wrapper {
    margin-top: 15px;
  }

  .committee {
    padding-right: 15%;
    padding-left: 15%;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 1.25rem;
  }

  p {
    font-size: 0.9rem;
  }

  ul {
    font-size: 0.9rem;
  }

  .hamburger-button {
    bottom: -26px;
    padding-right: 12px;
  }

  .hollow-button {
    padding-right: 11px;
    padding-left: 11px;
  }

  .hollow-button.white {
    font-size: 1.1rem;
  }

  .section-heading.centered {
    font-size: 1.56rem;
  }

  .section-subheading.center.before-button {
    font-size: 1rem;
  }

  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }

  .social-icon-link {
    margin-right: 5px;
  }

  .hero-title-wrapper {
    top: 28%;
  }

  .left-navigation.onscroll {
    padding-top: 8px;
  }

  .nav-link {
    width: 100%;
  }

  .nav-link.w--current {
    width: 100%;
  }

  .nav-menu {
    padding-top: 81px;
  }

  .logo-link {
    text-align: left;
  }

  .social-footer {
    left: auto;
    top: 0px;
    right: 14px;
    bottom: auto;
  }

  .banner {
    height: 450px;
  }

  .occ-logo-img {
    width: auto;
    height: 80px;
    margin-left: -9px;
  }

  .occ-logo-img.is-small {
    height: 30px;
  }

  .icon-text.sidebar {
    font-size: 1.5rem;
  }

  .head-sep.is-centred {
    bottom: -32px;
    z-index: 1;
    color: #28348b;
    font-size: 1.1rem;
    text-shadow: none;
  }

  .button-text {
    font-size: 1.1rem;
  }

  .slide-icon-left {
    margin-left: 8px;
  }

  .slide-icon-right {
    margin-right: 8px;
  }

  .social-wrapper {
    left: auto;
    top: 4px;
    right: 5px;
  }

  .committee {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@font-face {
  font-family: 'Occ';
  src: url('../fonts/occ.eot') format('embedded-opentype'), url('../fonts/occ.woff') format('woff'), url('../fonts/occ.ttf') format('truetype'), url('../fonts/occ.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}