/**
 * Theme Name: Oxford Mindfulness Centre
 * Author: <a href="http://oneltd.co.uk/">One</a>
 * Author URI: http://oneltd.co.uk/
 * Version: 1.0
 * Description: 
 * Template: oneltd-base
 */

@font-face {
  font-family: 'League Spartan';
  src: url("fonts/leaguespartan-bold.eot");
  src: url("fonts/leaguespartan-bold.eot?#iefix") format("embedded-opentype"), url("fonts/leaguespartan-bold.woff2") format("woff2"), url("fonts/leaguespartan-bold.woff") format("woff"), url("fonts/leaguespartan-bold.ttf") format("truetype"), url("fonts/leaguespartan-bold.svg#league_spartanbold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
    font-family: 'League Spartan';
    src: url('fonts/leaguespartan-bold.eot');
    src: url('fonts/leaguespartan-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguespartan-bold.woff2') format('woff2'),
         url('fonts/leaguespartan-bold.woff') format('woff'),
         url('fonts/leaguespartan-bold.ttf') format('truetype'),
         url('fonts/leaguespartan-bold.svg#league_spartanbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
/* line 1, ../../src/sass/_reset.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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 22, ../../src/sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 26, ../../src/sass/_reset.scss */
body {
  line-height: 1;
}

/* line 29, ../../src/sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 32, ../../src/sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 35, ../../src/sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 40, ../../src/sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 45, ../../src/sass/_reset.scss */
html {
  transition: all 0.4s ease;
}
/* line 48, ../../src/sass/_reset.scss */
html.wf-loading {
  opacity: 0;
}
/* line 52, ../../src/sass/_reset.scss */
html.wf-active, html.wf-inactive {
  opacity: 1;
}

@font-face {
  font-family: 'League Spartan';
  src: url("fonts/leaguespartan-bold.eot");
  src: url("fonts/leaguespartan-bold.eot?#iefix") format("embedded-opentype"), url("fonts/leaguespartan-bold.woff2") format("woff2"), url("fonts/leaguespartan-bold.woff") format("woff"), url("fonts/leaguespartan-bold.ttf") format("truetype"), url("fonts/leaguespartan-bold.svg#league_spartanbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* line 1, ../../src/sass/_grid.scss */
body {
  text-align: center;
}

/* line 5, ../../src/sass/_grid.scss */
.container {
  width: 100%;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (min-width: 500px) {
  /* line 5, ../../src/sass/_grid.scss */
  .container {
    max-width: 800px;
  }
}
@media (min-width: 1024px) {
  /* line 5, ../../src/sass/_grid.scss */
  .container {
    max-width: 960px;
  }
}

/* line 1, ../../src/sass/_top-bar.scss */
.call-to-action {
  display: none;
}
@media (min-width: 1024px) {
  /* line 1, ../../src/sass/_top-bar.scss */
  .call-to-action {
    display: block;
    position: fixed;
    width: 30px;
    background-color: #000;
    color: #FFF;
    font-family: 'proxima-nova';
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    letter-spacing: 10px;
    padding: 5px 0 5px 5px;
    top: 0;
    right: 0;
    word-wrap: break-word;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 100;
    transition: all 0.4s ease-in-out;
  }
}

/* line 23, ../../src/sass/_top-bar.scss */
.top-bar {
  background-color: #bfbfbf;
  display: none;
}
@media (min-width: 1024px) {
  /* line 23, ../../src/sass/_top-bar.scss */
  .top-bar {
    display: block;
  }
  /* line 30, ../../src/sass/_top-bar.scss */
  .top-bar .container {
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  /* line 35, ../../src/sass/_top-bar.scss */
  .top-bar aside.site-toggle {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 40, ../../src/sass/_top-bar.scss */
  .top-bar aside.site-toggle a {
    font-family: 'proxima-nova';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    transition: all 0.4s ease-in-out;
    font-size: 14px;
  }
  /* line 51, ../../src/sass/_top-bar.scss */
  .top-bar aside.site-toggle a.active, .top-bar aside.site-toggle a:hover {
    background-color: #FFF;
    color: #bfbfbf;
  }
  /* line 58, ../../src/sass/_top-bar.scss */
  .top-bar aside.social-media {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
  }
  /* line 66, ../../src/sass/_top-bar.scss */
  .top-bar aside.social-media a {
    text-decoration: none;
  }
  /* line 69, ../../src/sass/_top-bar.scss */
  .top-bar aside.social-media a svg {
    height: 32px;
    width: 32px;
    margin: 0 10px;
  }
  /* line 74, ../../src/sass/_top-bar.scss */
  .top-bar aside.social-media a svg path {
    transition: all 0.4s ease-in-out;
  }
  /* line 81, ../../src/sass/_top-bar.scss */
  .top-bar aside.social-media a:last-of-type svg {
    margin-right: 20px;
  }
  /* line 88, ../../src/sass/_top-bar.scss */
  .top-bar aside.search {
    border-right: 1px solid #FFF;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    cursor: pointer;
  }
  /* line 93, ../../src/sass/_top-bar.scss */
  .top-bar aside.search svg {
    height: 30px;
    width: 30px;
    margin: 5px;
    z-index: 1000;
    position: absolute;
    right: 25px;
  }
  /* line 102, ../../src/sass/_top-bar.scss */
  .top-bar aside.search input[type=text] {
    width: 0px;
    border: 0;
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    width: 0;
    background-color: #f2f2f2;
    opacity: 0;
    padding: 0 60px 0 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    transition: all 1s ease-in-out;
  }
  /* line 40, ../../src/sass/_mixins.scss */
  .top-bar aside.search input[type=text] ::-webkit-input-placeholder {
    color: #4e5758;
    font-size: 16px;
  }
  /* line 41, ../../src/sass/_mixins.scss */
  .top-bar aside.search input[type=text] :-moz-placeholder {
    color: #4e5758;
    font-size: 16px;
  }
  /* line 42, ../../src/sass/_mixins.scss */
  .top-bar aside.search input[type=text] ::-moz-placeholder {
    color: #4e5758;
    font-size: 16px;
  }
  /* line 43, ../../src/sass/_mixins.scss */
  .top-bar aside.search input[type=text] :-ms-input-placeholder {
    color: #4e5758;
    font-size: 16px;
  }
  /* line 122, ../../src/sass/_top-bar.scss */
  .top-bar aside.search input[type=text]:focus, .top-bar aside.search input[type=text]:active {
    border: 0;
    outline: 0;
  }
  /* line 127, ../../src/sass/_top-bar.scss */
  .top-bar aside.search input[type=text].active {
    width: 920px;
    opacity: 1;
  }
  /* line 133, ../../src/sass/_top-bar.scss */
  .top-bar aside.search input[type=submit] {
    display: none;
  }
}

/* line 1, ../../src/sass/_navigation.scss */
header[aria-role="banner"] {
  position: relative;
}
@media (min-width: 1024px) {
  /* line 1, ../../src/sass/_navigation.scss */
  header[aria-role="banner"] {
    position: static;
  }
}

/* line 9, ../../src/sass/_navigation.scss */
.main-header {
  padding: 20px 0;
}
/* line 12, ../../src/sass/_navigation.scss */
.main-header > .container {
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  /* line 17, ../../src/sass/_navigation.scss */
  .main-header > .container {
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}
/* line 22, ../../src/sass/_navigation.scss */
.main-header .container {
  display: -ms-flexbox;
  display: flex;
}
/* line 26, ../../src/sass/_navigation.scss */
.main-header .logo-wrapper {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
/* line 32, ../../src/sass/_navigation.scss */
.main-header .logo-wrapper svg {
  height: 70px;
  width: 195px;
}
@media (min-width: 500px) {
  /* line 38, ../../src/sass/_navigation.scss */
  .main-header .logo-wrapper svg {
    height: 80px;
  }
}
@media (min-width: 1024px) {
  /* line 26, ../../src/sass/_navigation.scss */
  .main-header .logo-wrapper {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
  /* line 46, ../../src/sass/_navigation.scss */
  .main-header .logo-wrapper svg {
    height: 60px;
  }
}
/* line 52, ../../src/sass/_navigation.scss */
.main-header .menu-wrapper {
  display: none;
}
@media (min-width: 1024px) {
  /* line 52, ../../src/sass/_navigation.scss */
  .main-header .menu-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  /* line 60, ../../src/sass/_navigation.scss */
  .main-header .menu-wrapper .mini-nav {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
  }
  /* line 64, ../../src/sass/_navigation.scss */
  .main-header .menu-wrapper .mini-nav ul li a {
    font-weight: 800;
    border-bottom: 2px solid #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
  }
  /* line 72, ../../src/sass/_navigation.scss */
  .main-header .menu-wrapper .main-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
  }
  /* line 78, ../../src/sass/_navigation.scss */
  .main-header .menu-wrapper .main-menu div {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  /* line 81, ../../src/sass/_navigation.scss */
  .main-header .menu-wrapper .main-menu div ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  /* line 85, ../../src/sass/_navigation.scss */
  .main-header .menu-wrapper .main-menu div ul a {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 15px;
  }
}

/* line 98, ../../src/sass/_navigation.scss */
nav ul li {
  display: inline-block;
  padding: 10px 20px 0;
}
/* line 102, ../../src/sass/_navigation.scss */
nav ul li a {
  font-family: 'proxima-nova';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  color: #000;
}
/* line 110, ../../src/sass/_navigation.scss */
nav ul li.current-menu-item a, nav ul li.current-page-ancestor a {
  font-weight: 800;
}
/* line 115, ../../src/sass/_navigation.scss */
nav ul li:last-of-type {
  padding-right: 0;
}

/* line 1, ../../src/sass/_mobile-navigation.scss */
#hamburger {
  position: absolute;
  height: 32px;
  width: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
/* line 9, ../../src/sass/_mobile-navigation.scss */
#hamburger #top, #hamburger #middle, #hamburger #bottom {
  transition: all 0.4s ease-in-out;
  transform: rotate(0deg);
}
/* line 14, ../../src/sass/_mobile-navigation.scss */
#hamburger #middle {
  opacity: 1;
}
/* line 18, ../../src/sass/_mobile-navigation.scss */
#hamburger #top {
  transform-origin: 1px 5px 0px;
}
/* line 22, ../../src/sass/_mobile-navigation.scss */
#hamburger #bottom {
  transform-origin: 1px 16px;
}
/* line 27, ../../src/sass/_mobile-navigation.scss */
#hamburger.open #middle {
  opacity: 0;
}
/* line 31, ../../src/sass/_mobile-navigation.scss */
#hamburger.open #top {
  transform: rotate(45deg);
}
/* line 35, ../../src/sass/_mobile-navigation.scss */
#hamburger.open #bottom {
  transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  /* line 1, ../../src/sass/_mobile-navigation.scss */
  #hamburger {
    display: none;
  }
}

/* line 45, ../../src/sass/_mobile-navigation.scss */
.mobile-search {
  display: none;
}
@media (min-width: 1024px) {
  /* line 45, ../../src/sass/_mobile-navigation.scss */
  .mobile-search {
    display: none !important;
  }
}
/* line 51, ../../src/sass/_mobile-navigation.scss */
.mobile-search form input[type='submit'] {
  display: none;
}
/* line 55, ../../src/sass/_mobile-navigation.scss */
.mobile-search form input[type='text'] {
  width: 100%;
  border: 0;
  height: 50px;
  background-color: #f2f2f2;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 30px;
  transition: all 1s ease-in-out;
}
/* line 40, ../../src/sass/_mixins.scss */
.mobile-search form input[type='text'] ::-webkit-input-placeholder {
  color: #4e5758;
  font-size: 16px;
}
/* line 41, ../../src/sass/_mixins.scss */
.mobile-search form input[type='text'] :-moz-placeholder {
  color: #4e5758;
  font-size: 16px;
}
/* line 42, ../../src/sass/_mixins.scss */
.mobile-search form input[type='text'] ::-moz-placeholder {
  color: #4e5758;
  font-size: 16px;
}
/* line 43, ../../src/sass/_mixins.scss */
.mobile-search form input[type='text'] :-ms-input-placeholder {
  color: #4e5758;
  font-size: 16px;
}

/* line 73, ../../src/sass/_mobile-navigation.scss */
.mobile-navigation #search-icon {
  position: absolute;
  height: 32px;
  width: 32px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}
/* line 82, ../../src/sass/_mobile-navigation.scss */
.mobile-navigation #search-icon line, .mobile-navigation #search-icon circle {
  stroke: #C0BFBF;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1024px) {
  /* line 73, ../../src/sass/_mobile-navigation.scss */
  .mobile-navigation #search-icon {
    display: none;
  }
}

@media (min-width: 1024px) {
  /* line 92, ../../src/sass/_mobile-navigation.scss */
  nav.mobile-menu-nav {
    display: none;
  }
}
/* line 98, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .toggles {
  display: -ms-flexbox;
  display: flex;
}
/* line 101, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .toggles .mobile-toggle {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 10px 20px;
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  text-align: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 97, ../../src/sass/_typography.scss */
nav.mobile-menu-nav .toggles .mobile-toggle em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
nav.mobile-menu-nav .toggles .mobile-toggle strong {
  font-weight: 800;
  color: #666666;
}
/* line 110, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .toggles .mobile-toggle.active {
  background-color: #333d47;
  color: #FFF;
}
/* line 117, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
}
/* line 121, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item-has-children {
  position: relative;
}
/* line 122, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item-has-children a {
  position: relative;
}
/* line 124, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item-has-children .down-arrow-menu {
  width: 30px;
  height: 20px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}
/* line 125, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item-has-children .down-arrow-menu .image {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f00;
}
/* line 140, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item-has-children .down-arrow-menu .image-copy {
  top: calc(50% - 4px);
  border-top-color: white;
}
/* line 156, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item {
  text-align: left;
  padding: 0;
}
/* line 161, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.about {
  background-color: #66c5e5;
}
/* line 164, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.about .sub-menu li.menu-item a {
  color: #66c5e5;
  font-weight: 800;
  text-decoration: underline;
  font-weight: 400;
}
/* line 170, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.training {
  background-color: #e497c2;
}
/* line 173, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.training .sub-menu li.menu-item a {
  color: #e497c2;
  font-weight: 800;
  text-decoration: underline;
  font-weight: 400;
}
/* line 179, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.summer-school {
  background-color: #f1a88a;
}
/* line 182, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.summer-school .sub-menu li.menu-item a {
  color: #f1a88a;
  font-weight: 800;
  text-decoration: underline;
  font-weight: 400;
}
/* line 188, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.events {
  background-color: #f1a88a;
}
/* line 191, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.events .sub-menu li.menu-item a {
  color: #f1a88a;
  font-weight: 800;
  text-decoration: underline;
  font-weight: 400;
}
/* line 196, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.research {
  background-color: #66c5e5;
}
/* line 199, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.research .sub-menu li.menu-item a {
  color: #66c5e5;
  font-weight: 800;
  text-decoration: underline;
  font-weight: 400;
}
/* line 204, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.people {
  background-color: #6edbd5;
}
/* line 207, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.people .sub-menu li.menu-item a {
  color: #6edbd5;
  font-weight: 800;
  text-decoration: underline;
  font-weight: 400;
}
/* line 212, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.insight {
  background-color: #c6ccd3;
}
/* line 215, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.insight .sub-menu li.menu-item a {
  color: #c6ccd3;
  font-weight: 800;
  text-decoration: underline;
  font-weight: 400;
}
/* line 221, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.issues {
  background-color: #6edbd5;
}
/* line 224, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.issues .sub-menu li.menu-item a {
  color: #6edbd5;
  font-weight: 800;
  text-decoration: underline;
  font-weight: 400;
}
/* line 230, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.courses {
  background-color: #f1a88a;
}
/* line 233, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.courses .sub-menu li.menu-item a {
  color: #f1a88a;
  font-weight: 800;
  text-decoration: underline;
  font-weight: 400;
}
/* line 239, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.mind-full {
  background-color: #cdc3bb;
}
/* line 242, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.mind-full .sub-menu li.menu-item a {
  color: #cdc3bb;
  font-weight: 800;
  text-decoration: underline;
  font-weight: 400;
}
/* line 248, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.resources {
  background-color: #d1b3d1;
}
/* line 251, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.resources .sub-menu li.menu-item a {
  color: #d1b3d1;
  font-weight: 800;
  text-decoration: underline;
  font-weight: 400;
}
/* line 258, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.home {
  background-color: #333d47;
  padding-left: 30px;
  position: relative;
}
/* line 263, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.home:before {
  height: 20px;
  width: 20px;
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(images/home.svg);
}
/* line 275, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #FFF;
  margin-bottom: 0;
  font-weight: 800;
  display: block;
  margin: 10px 20px;
}
/* line 97, ../../src/sass/_typography.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item a em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item a strong {
  font-weight: 800;
  color: white;
}
/* line 283, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item .sub-menu {
  background-color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}
/* line 290, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item .sub-menu li.menu-item {
  background-color: initial;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  display: block;
}
/* line 297, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item .sub-menu li.menu-item a {
  letter-spacing: initial;
  text-transform: initial;
  color: #009fd4;
  font-weight: 800;
  text-decoration: underline;
  font-weight: 400;
  position: relative;
  line-height: 25px;
  padding: 10px 20px;
  margin: 0px;
}
/* line 310, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item .sub-menu li.menu-item.menu-item-has-children {
  font-size: bold;
  position: relative;
}
/* line 313, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item .sub-menu li.menu-item.menu-item-has-children .down-arrow-menu {
  width: 30px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}
/* line 314, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item .sub-menu li.menu-item.menu-item-has-children .down-arrow-menu .image {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f00;
}
/* line 329, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item .sub-menu li.menu-item.menu-item-has-children .down-arrow-menu .image-copy {
  top: calc(50% - 4px);
  border-top-color: white;
}
/* line 342, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item .sub-menu li.menu-item.menu-item-has-children .sub-menu {
  display: none;
  background-color: #f2f2f2;
}
/* line 347, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item .sub-menu li.menu-item.menu-item-has-children .sub-menu li a {
  text-decoration: underline;
  position: relative;
}
/* line 350, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item .sub-menu li.menu-item.menu-item-has-children .sub-menu li .sub-menu {
  background-color: #e5e5e5;
  display: none;
}
/* line 357, ../../src/sass/_mobile-navigation.scss */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item .sub-menu li.menu-item.menu-item-has-children .sub-menu li .sub-menu li a {
  text-decoration: none;
  position: relative;
}

/* line 1, ../../src/sass/_inside-page.scss */
.container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  /* line 1, ../../src/sass/_inside-page.scss */
  .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

/* line 12, ../../src/sass/_inside-page.scss */
header.page-heading .container {
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  /* line 12, ../../src/sass/_inside-page.scss */
  header.page-heading .container {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
/* line 20, ../../src/sass/_inside-page.scss */
header.page-heading h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #FFF;
  margin: 10px 0 30px;
  margin-top: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  /* line 20, ../../src/sass/_inside-page.scss */
  header.page-heading h2 {
    font-family: 'League Spartan';
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    line-height: 60px;
    color: #FFF;
    margin: 10px 0 30px;
    margin-top: 40px;
  }
}

/* line 32, ../../src/sass/_inside-page.scss */
.main-content {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 30px;
}
/* line 37, ../../src/sass/_inside-page.scss */
.main-content img {
  max-width: 100%;
  height: auto;
}
/* line 42, ../../src/sass/_inside-page.scss */
.main-content p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 25px;
}
/* line 97, ../../src/sass/_typography.scss */
.main-content p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.main-content p strong {
  font-weight: 800;
  color: #666666;
}
/* line 45, ../../src/sass/_inside-page.scss */
.main-content p a {
  transition: all 0.4s ease-in-out;
}
/* line 49, ../../src/sass/_inside-page.scss */
.main-content p.standfirst {
  font-family: 'proxima-nova';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #000;
  margin-bottom: 35px;
}
/* line 54, ../../src/sass/_inside-page.scss */
.main-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 45px;
  color: #000;
  margin: 10px 0 35px;
}
/* line 58, ../../src/sass/_inside-page.scss */
.main-content h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #000;
  margin: 10px 0 30px;
}
/* line 61, ../../src/sass/_inside-page.scss */
.main-content h3:first-of-type {
  margin: 40px 0 30px;
}
/* line 66, ../../src/sass/_inside-page.scss */
.main-content h4 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #000;
  margin: 10px 0 10px;
}
/* line 70, ../../src/sass/_inside-page.scss */
.main-content h5 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #000;
  margin: 10px 0 10px;
}
/* line 74, ../../src/sass/_inside-page.scss */
.main-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 15px;
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 25px;
}
/* line 97, ../../src/sass/_typography.scss */
.main-content ul em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.main-content ul strong {
  font-weight: 800;
  color: #666666;
}
/* line 80, ../../src/sass/_inside-page.scss */
.main-content ol {
  list-style-type: decimal;
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 25px;
}
/* line 97, ../../src/sass/_typography.scss */
.main-content ol em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.main-content ol strong {
  font-weight: 800;
  color: #666666;
}
/* line 85, ../../src/sass/_inside-page.scss */
.main-content ol li {
  margin-left: 15px;
}
/* line 89, ../../src/sass/_inside-page.scss */
.main-content ul ul, .main-content ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
/* line 94, ../../src/sass/_inside-page.scss */
.main-content ol ol, .main-content ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}
/* line 100, ../../src/sass/_inside-page.scss */
.main-content blockquote {
  margin: 30px 0;
  padding-top: 20px;
}

/* line 141, ../../src/sass/_inside-page.scss */
.accordion {
  margin-bottom: 40px;
}
/* line 144, ../../src/sass/_inside-page.scss */
.accordion-row {
  border-bottom: 2px solid #e76e3c;
}
/* line 148, ../../src/sass/_inside-page.scss */
.accordion-row .title-bar {
  padding: 20px;
  background-color: #f2f2f2;
  position: relative;
}
/* line 153, ../../src/sass/_inside-page.scss */
.accordion-row .title-bar:before, .accordion-row .title-bar:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  transform-origin: left;
}
/* line 163, ../../src/sass/_inside-page.scss */
.accordion-row .title-bar:before {
  border: 15px solid transparent;
  border-left-color: #e76e3c;
  right: 30px;
}
/* line 169, ../../src/sass/_inside-page.scss */
.accordion-row .title-bar:after {
  border: 13px solid transparent;
  border-left-color: #f2f2f2;
  right: 34px;
}
/* line 175, ../../src/sass/_inside-page.scss */
.accordion-row .title-bar p {
  margin-bottom: 0;
}
/* line 180, ../../src/sass/_inside-page.scss */
.accordion-row .content-bar {
  display: none;
  padding: 20px 0;
  border-top: 2px solid #f1a88a;
}
/* line 185, ../../src/sass/_inside-page.scss */
.accordion-row .content-bar p:last-of-type {
  margin-bottom: 0;
}
/* line 190, ../../src/sass/_inside-page.scss */
.accordion-row:first-of-type {
  border-top: 2px solid #e76e3c;
}
/* line 196, ../../src/sass/_inside-page.scss */
.accordion-row.open .title-bar:after, .accordion-row.open .title-bar:before {
  transform: rotate(90deg) translateX(-50%);
}

/* line 9, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content,
body.post-type-archive-insight .page-content .main-content,
body.post-type-archive-news .page-content .main-content,
body.page-id-41 .page-content .main-content,
body.post-type-archive-event .page-content .main-content,
body.post-type-archive-course .page-content .main-content,
body.page-template-template-events .page-content .main-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 50px;
  width: 680px;
  max-width: 100%;
}
/* line 18, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .archive-body-text,
body.post-type-archive-insight .page-content .main-content .archive-body-text,
body.post-type-archive-news .page-content .main-content .archive-body-text,
body.page-id-41 .page-content .main-content .archive-body-text,
body.post-type-archive-event .page-content .main-content .archive-body-text,
body.post-type-archive-course .page-content .main-content .archive-body-text,
body.page-template-template-events .page-content .main-content .archive-body-text {
  padding: 10px 0 0px 0;
}
/* line 22, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .archive-body-text + .header-area,
body.post-type-archive-insight .page-content .main-content .archive-body-text + .header-area,
body.post-type-archive-news .page-content .main-content .archive-body-text + .header-area,
body.page-id-41 .page-content .main-content .archive-body-text + .header-area,
body.post-type-archive-event .page-content .main-content .archive-body-text + .header-area,
body.post-type-archive-course .page-content .main-content .archive-body-text + .header-area,
body.page-template-template-events .page-content .main-content .archive-body-text + .header-area {
  margin-top: 30px;
}
/* line 27, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .available-courses,
body.post-type-archive-insight .page-content .main-content .available-courses,
body.post-type-archive-news .page-content .main-content .available-courses,
body.page-id-41 .page-content .main-content .available-courses,
body.post-type-archive-event .page-content .main-content .available-courses,
body.post-type-archive-course .page-content .main-content .available-courses,
body.page-template-template-events .page-content .main-content .available-courses {
  margin: 10px 0;
}
/* line 30, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .available-courses p,
body.post-type-archive-insight .page-content .main-content .available-courses p,
body.post-type-archive-news .page-content .main-content .available-courses p,
body.page-id-41 .page-content .main-content .available-courses p,
body.post-type-archive-event .page-content .main-content .available-courses p,
body.post-type-archive-course .page-content .main-content .available-courses p,
body.page-template-template-events .page-content .main-content .available-courses p {
  margin-bottom: 0;
}
/* line 33, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .available-courses p.available,
body.post-type-archive-insight .page-content .main-content .available-courses p.available,
body.post-type-archive-news .page-content .main-content .available-courses p.available,
body.page-id-41 .page-content .main-content .available-courses p.available,
body.post-type-archive-event .page-content .main-content .available-courses p.available,
body.post-type-archive-course .page-content .main-content .available-courses p.available,
body.page-template-template-events .page-content .main-content .available-courses p.available {
  margin-bottom: 15px;
}
/* line 38, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .available-courses .course-entry,
body.post-type-archive-insight .page-content .main-content .available-courses .course-entry,
body.post-type-archive-news .page-content .main-content .available-courses .course-entry,
body.page-id-41 .page-content .main-content .available-courses .course-entry,
body.post-type-archive-event .page-content .main-content .available-courses .course-entry,
body.post-type-archive-course .page-content .main-content .available-courses .course-entry,
body.page-template-template-events .page-content .main-content .available-courses .course-entry {
  padding: 10px;
  background-color: #e5e5e5;
  margin: 1px 0 0 0;
  display: -ms-flexbox;
  display: flex;
}
/* line 44, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .available-courses .course-entry .stem,
body.post-type-archive-insight .page-content .main-content .available-courses .course-entry .stem,
body.post-type-archive-news .page-content .main-content .available-courses .course-entry .stem,
body.page-id-41 .page-content .main-content .available-courses .course-entry .stem,
body.post-type-archive-event .page-content .main-content .available-courses .course-entry .stem,
body.post-type-archive-course .page-content .main-content .available-courses .course-entry .stem,
body.page-template-template-events .page-content .main-content .available-courses .course-entry .stem {
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
}
/* line 48, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .available-courses .course-entry .response,
body.post-type-archive-insight .page-content .main-content .available-courses .course-entry .response,
body.post-type-archive-news .page-content .main-content .available-courses .course-entry .response,
body.page-id-41 .page-content .main-content .available-courses .course-entry .response,
body.post-type-archive-event .page-content .main-content .available-courses .course-entry .response,
body.post-type-archive-course .page-content .main-content .available-courses .course-entry .response,
body.page-template-template-events .page-content .main-content .available-courses .course-entry .response {
  padding: 0 0 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
/* line 56, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .available-courses .course-entry .response a, body.single .page-content .main-content .available-courses .course-entry .response span,
body.post-type-archive-insight .page-content .main-content .available-courses .course-entry .response a,
body.post-type-archive-insight .page-content .main-content .available-courses .course-entry .response span,
body.post-type-archive-news .page-content .main-content .available-courses .course-entry .response a,
body.post-type-archive-news .page-content .main-content .available-courses .course-entry .response span,
body.page-id-41 .page-content .main-content .available-courses .course-entry .response a,
body.page-id-41 .page-content .main-content .available-courses .course-entry .response span,
body.post-type-archive-event .page-content .main-content .available-courses .course-entry .response a,
body.post-type-archive-event .page-content .main-content .available-courses .course-entry .response span,
body.post-type-archive-course .page-content .main-content .available-courses .course-entry .response a,
body.post-type-archive-course .page-content .main-content .available-courses .course-entry .response span,
body.page-template-template-events .page-content .main-content .available-courses .course-entry .response a,
body.page-template-template-events .page-content .main-content .available-courses .course-entry .response span {
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
  text-align: center;
}
/* line 65, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .header-area,
body.post-type-archive-insight .page-content .main-content .header-area,
body.post-type-archive-news .page-content .main-content .header-area,
body.page-id-41 .page-content .main-content .header-area,
body.post-type-archive-event .page-content .main-content .header-area,
body.post-type-archive-course .page-content .main-content .header-area,
body.page-template-template-events .page-content .main-content .header-area {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 71, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .header-area h1,
body.post-type-archive-insight .page-content .main-content .header-area h1,
body.post-type-archive-news .page-content .main-content .header-area h1,
body.page-id-41 .page-content .main-content .header-area h1,
body.post-type-archive-event .page-content .main-content .header-area h1,
body.post-type-archive-course .page-content .main-content .header-area h1,
body.page-template-template-events .page-content .main-content .header-area h1 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  /* line 65, ../../src/sass/_post-styles.scss */
  body.single .page-content .main-content .header-area,
  body.post-type-archive-insight .page-content .main-content .header-area,
  body.post-type-archive-news .page-content .main-content .header-area,
  body.page-id-41 .page-content .main-content .header-area,
  body.post-type-archive-event .page-content .main-content .header-area,
  body.post-type-archive-course .page-content .main-content .header-area,
  body.page-template-template-events .page-content .main-content .header-area {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
/* line 79, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .header-area img:not(.icon),
body.post-type-archive-insight .page-content .main-content .header-area img:not(.icon),
body.post-type-archive-news .page-content .main-content .header-area img:not(.icon),
body.page-id-41 .page-content .main-content .header-area img:not(.icon),
body.post-type-archive-event .page-content .main-content .header-area img:not(.icon),
body.post-type-archive-course .page-content .main-content .header-area img:not(.icon),
body.page-template-template-events .page-content .main-content .header-area img:not(.icon) {
  border-radius: 50%;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  /* line 79, ../../src/sass/_post-styles.scss */
  body.single .page-content .main-content .header-area img:not(.icon),
  body.post-type-archive-insight .page-content .main-content .header-area img:not(.icon),
  body.post-type-archive-news .page-content .main-content .header-area img:not(.icon),
  body.page-id-41 .page-content .main-content .header-area img:not(.icon),
  body.post-type-archive-event .page-content .main-content .header-area img:not(.icon),
  body.post-type-archive-course .page-content .main-content .header-area img:not(.icon),
  body.page-template-template-events .page-content .main-content .header-area img:not(.icon) {
    margin-right: 30px;
  }
}
/* line 90, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .header-area .header-content,
body.post-type-archive-insight .page-content .main-content .header-area .header-content,
body.post-type-archive-news .page-content .main-content .header-area .header-content,
body.page-id-41 .page-content .main-content .header-area .header-content,
body.post-type-archive-event .page-content .main-content .header-area .header-content,
body.post-type-archive-course .page-content .main-content .header-area .header-content,
body.page-template-template-events .page-content .main-content .header-area .header-content {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
/* line 101, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .header-area .header-content a,
body.post-type-archive-insight .page-content .main-content .header-area .header-content a,
body.post-type-archive-news .page-content .main-content .header-area .header-content a,
body.page-id-41 .page-content .main-content .header-area .header-content a,
body.post-type-archive-event .page-content .main-content .header-area .header-content a,
body.post-type-archive-course .page-content .main-content .header-area .header-content a,
body.page-template-template-events .page-content .main-content .header-area .header-content a {
  text-decoration: none;
}
@media (min-width: 768px) {
  /* line 90, ../../src/sass/_post-styles.scss */
  body.single .page-content .main-content .header-area .header-content,
  body.post-type-archive-insight .page-content .main-content .header-area .header-content,
  body.post-type-archive-news .page-content .main-content .header-area .header-content,
  body.page-id-41 .page-content .main-content .header-area .header-content,
  body.post-type-archive-event .page-content .main-content .header-area .header-content,
  body.post-type-archive-course .page-content .main-content .header-area .header-content,
  body.page-template-template-events .page-content .main-content .header-area .header-content {
    -ms-flex: 1;
    flex: 1;
  }
}
/* line 109, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .header-area .header-content p,
body.post-type-archive-insight .page-content .main-content .header-area .header-content p,
body.post-type-archive-news .page-content .main-content .header-area .header-content p,
body.page-id-41 .page-content .main-content .header-area .header-content p,
body.post-type-archive-event .page-content .main-content .header-area .header-content p,
body.post-type-archive-course .page-content .main-content .header-area .header-content p,
body.page-template-template-events .page-content .main-content .header-area .header-content p {
  margin-bottom: 0;
}
/* line 113, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .header-area .header-content p.author,
body.post-type-archive-insight .page-content .main-content .header-area .header-content p.author,
body.post-type-archive-news .page-content .main-content .header-area .header-content p.author,
body.page-id-41 .page-content .main-content .header-area .header-content p.author,
body.post-type-archive-event .page-content .main-content .header-area .header-content p.author,
body.post-type-archive-course .page-content .main-content .header-area .header-content p.author,
body.page-template-template-events .page-content .main-content .header-area .header-content p.author {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 45px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
/* line 97, ../../src/sass/_typography.scss */
body.single .page-content .main-content .header-area .header-content p.author em,
body.post-type-archive-insight .page-content .main-content .header-area .header-content p.author em,
body.post-type-archive-news .page-content .main-content .header-area .header-content p.author em,
body.page-id-41 .page-content .main-content .header-area .header-content p.author em,
body.post-type-archive-event .page-content .main-content .header-area .header-content p.author em,
body.post-type-archive-course .page-content .main-content .header-area .header-content p.author em,
body.page-template-template-events .page-content .main-content .header-area .header-content p.author em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
body.single .page-content .main-content .header-area .header-content p.author strong,
body.post-type-archive-insight .page-content .main-content .header-area .header-content p.author strong,
body.post-type-archive-news .page-content .main-content .header-area .header-content p.author strong,
body.page-id-41 .page-content .main-content .header-area .header-content p.author strong,
body.post-type-archive-event .page-content .main-content .header-area .header-content p.author strong,
body.post-type-archive-course .page-content .main-content .header-area .header-content p.author strong,
body.page-template-template-events .page-content .main-content .header-area .header-content p.author strong {
  font-weight: 800;
  color: #666666;
}
/* line 122, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .header-area .header-content p.date,
body.post-type-archive-insight .page-content .main-content .header-area .header-content p.date,
body.post-type-archive-news .page-content .main-content .header-area .header-content p.date,
body.page-id-41 .page-content .main-content .header-area .header-content p.date,
body.post-type-archive-event .page-content .main-content .header-area .header-content p.date,
body.post-type-archive-course .page-content .main-content .header-area .header-content p.date,
body.page-template-template-events .page-content .main-content .header-area .header-content p.date {
  margin-bottom: 15px;
}
/* line 126, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .header-area .header-content p.categories,
body.post-type-archive-insight .page-content .main-content .header-area .header-content p.categories,
body.post-type-archive-news .page-content .main-content .header-area .header-content p.categories,
body.page-id-41 .page-content .main-content .header-area .header-content p.categories,
body.post-type-archive-event .page-content .main-content .header-area .header-content p.categories,
body.post-type-archive-course .page-content .main-content .header-area .header-content p.categories,
body.page-template-template-events .page-content .main-content .header-area .header-content p.categories {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0;
}
/* line 131, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .header-area .header-content p.categories img,
body.post-type-archive-insight .page-content .main-content .header-area .header-content p.categories img,
body.post-type-archive-news .page-content .main-content .header-area .header-content p.categories img,
body.page-id-41 .page-content .main-content .header-area .header-content p.categories img,
body.post-type-archive-event .page-content .main-content .header-area .header-content p.categories img,
body.post-type-archive-course .page-content .main-content .header-area .header-content p.categories img,
body.page-template-template-events .page-content .main-content .header-area .header-content p.categories img {
  margin-bottom: 0;
}
/* line 134, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .header-area .header-content p.categories a,
body.post-type-archive-insight .page-content .main-content .header-area .header-content p.categories a,
body.post-type-archive-news .page-content .main-content .header-area .header-content p.categories a,
body.page-id-41 .page-content .main-content .header-area .header-content p.categories a,
body.post-type-archive-event .page-content .main-content .header-area .header-content p.categories a,
body.post-type-archive-course .page-content .main-content .header-area .header-content p.categories a,
body.page-template-template-events .page-content .main-content .header-area .header-content p.categories a {
  text-decoration: none;
  font-weight: initial;
  transition: all 0.4s ease-in-out;
}
/* line 142, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .header-area .header-content .middle-bit,
body.post-type-archive-insight .page-content .main-content .header-area .header-content .middle-bit,
body.post-type-archive-news .page-content .main-content .header-area .header-content .middle-bit,
body.page-id-41 .page-content .main-content .header-area .header-content .middle-bit,
body.post-type-archive-event .page-content .main-content .header-area .header-content .middle-bit,
body.post-type-archive-course .page-content .main-content .header-area .header-content .middle-bit,
body.page-template-template-events .page-content .main-content .header-area .header-content .middle-bit {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
/* line 147, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .header-area .header-content .share,
body.post-type-archive-insight .page-content .main-content .header-area .header-content .share,
body.post-type-archive-news .page-content .main-content .header-area .header-content .share,
body.page-id-41 .page-content .main-content .header-area .header-content .share,
body.post-type-archive-event .page-content .main-content .header-area .header-content .share,
body.post-type-archive-course .page-content .main-content .header-area .header-content .share,
body.page-template-template-events .page-content .main-content .header-area .header-content .share {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
/* line 151, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .header-area .header-content .share p,
body.post-type-archive-insight .page-content .main-content .header-area .header-content .share p,
body.post-type-archive-news .page-content .main-content .header-area .header-content .share p,
body.page-id-41 .page-content .main-content .header-area .header-content .share p,
body.post-type-archive-event .page-content .main-content .header-area .header-content .share p,
body.post-type-archive-course .page-content .main-content .header-area .header-content .share p,
body.page-template-template-events .page-content .main-content .header-area .header-content .share p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 800;
}
/* line 157, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .header-area .header-content .share a,
body.post-type-archive-insight .page-content .main-content .header-area .header-content .share a,
body.post-type-archive-news .page-content .main-content .header-area .header-content .share a,
body.page-id-41 .page-content .main-content .header-area .header-content .share a,
body.post-type-archive-event .page-content .main-content .header-area .header-content .share a,
body.post-type-archive-course .page-content .main-content .header-area .header-content .share a,
body.page-template-template-events .page-content .main-content .header-area .header-content .share a {
  text-decoration: none;
  padding: 5px 7px 0px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}
/* line 164, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .header-area .header-content .share a:first-of-type,
body.post-type-archive-insight .page-content .main-content .header-area .header-content .share a:first-of-type,
body.post-type-archive-news .page-content .main-content .header-area .header-content .share a:first-of-type,
body.page-id-41 .page-content .main-content .header-area .header-content .share a:first-of-type,
body.post-type-archive-event .page-content .main-content .header-area .header-content .share a:first-of-type,
body.post-type-archive-course .page-content .main-content .header-area .header-content .share a:first-of-type,
body.page-template-template-events .page-content .main-content .header-area .header-content .share a:first-of-type {
  margin-left: 10px;
}
/* line 168, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .header-area .header-content .share a svg,
body.post-type-archive-insight .page-content .main-content .header-area .header-content .share a svg,
body.post-type-archive-news .page-content .main-content .header-area .header-content .share a svg,
body.page-id-41 .page-content .main-content .header-area .header-content .share a svg,
body.post-type-archive-event .page-content .main-content .header-area .header-content .share a svg,
body.post-type-archive-course .page-content .main-content .header-area .header-content .share a svg,
body.page-template-template-events .page-content .main-content .header-area .header-content .share a svg {
  height: 27px;
  width: 27px;
}
/* line 175, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .header-area .header-content a.button_sm,
body.post-type-archive-insight .page-content .main-content .header-area .header-content a.button_sm,
body.post-type-archive-news .page-content .main-content .header-area .header-content a.button_sm,
body.page-id-41 .page-content .main-content .header-area .header-content a.button_sm,
body.post-type-archive-event .page-content .main-content .header-area .header-content a.button_sm,
body.post-type-archive-course .page-content .main-content .header-area .header-content a.button_sm,
body.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'proxima-nova';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 20px 0;
  display: inline-block;
}
/* line 187, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .investigators,
body.post-type-archive-insight .page-content .main-content .investigators,
body.post-type-archive-news .page-content .main-content .investigators,
body.page-id-41 .page-content .main-content .investigators,
body.post-type-archive-event .page-content .main-content .investigators,
body.post-type-archive-course .page-content .main-content .investigators,
body.page-template-template-events .page-content .main-content .investigators {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
/* line 193, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .investigators p,
body.post-type-archive-insight .page-content .main-content .investigators p,
body.post-type-archive-news .page-content .main-content .investigators p,
body.page-id-41 .page-content .main-content .investigators p,
body.post-type-archive-event .page-content .main-content .investigators p,
body.post-type-archive-course .page-content .main-content .investigators p,
body.page-template-template-events .page-content .main-content .investigators p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
  display: inline-block;
}
/* line 97, ../../src/sass/_typography.scss */
body.single .page-content .main-content .investigators p em,
body.post-type-archive-insight .page-content .main-content .investigators p em,
body.post-type-archive-news .page-content .main-content .investigators p em,
body.page-id-41 .page-content .main-content .investigators p em,
body.post-type-archive-event .page-content .main-content .investigators p em,
body.post-type-archive-course .page-content .main-content .investigators p em,
body.page-template-template-events .page-content .main-content .investigators p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
body.single .page-content .main-content .investigators p strong,
body.post-type-archive-insight .page-content .main-content .investigators p strong,
body.post-type-archive-news .page-content .main-content .investigators p strong,
body.page-id-41 .page-content .main-content .investigators p strong,
body.post-type-archive-event .page-content .main-content .investigators p strong,
body.post-type-archive-course .page-content .main-content .investigators p strong,
body.page-template-template-events .page-content .main-content .investigators p strong {
  font-weight: 800;
  color: #666666;
}
/* line 199, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .course-details,
body.post-type-archive-insight .page-content .main-content .course-details,
body.post-type-archive-news .page-content .main-content .course-details,
body.page-id-41 .page-content .main-content .course-details,
body.post-type-archive-event .page-content .main-content .course-details,
body.post-type-archive-course .page-content .main-content .course-details,
body.page-template-template-events .page-content .main-content .course-details {
  margin-bottom: 25px;
}
/* line 202, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .course-details .details-row,
body.post-type-archive-insight .page-content .main-content .course-details .details-row,
body.post-type-archive-news .page-content .main-content .course-details .details-row,
body.page-id-41 .page-content .main-content .course-details .details-row,
body.post-type-archive-event .page-content .main-content .course-details .details-row,
body.post-type-archive-course .page-content .main-content .course-details .details-row,
body.page-template-template-events .page-content .main-content .course-details .details-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 10px 0;
}
/* line 207, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .course-details .details-row div,
body.post-type-archive-insight .page-content .main-content .course-details .details-row div,
body.post-type-archive-news .page-content .main-content .course-details .details-row div,
body.page-id-41 .page-content .main-content .course-details .details-row div,
body.post-type-archive-event .page-content .main-content .course-details .details-row div,
body.post-type-archive-course .page-content .main-content .course-details .details-row div,
body.page-template-template-events .page-content .main-content .course-details .details-row div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
/* line 210, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .course-details .details-row div p,
body.post-type-archive-insight .page-content .main-content .course-details .details-row div p,
body.post-type-archive-news .page-content .main-content .course-details .details-row div p,
body.page-id-41 .page-content .main-content .course-details .details-row div p,
body.post-type-archive-event .page-content .main-content .course-details .details-row div p,
body.post-type-archive-course .page-content .main-content .course-details .details-row div p,
body.page-template-template-events .page-content .main-content .course-details .details-row div p {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
/* line 215, ../../src/sass/_post-styles.scss */
body.single .page-content .main-content .course-details .details-row p,
body.post-type-archive-insight .page-content .main-content .course-details .details-row p,
body.post-type-archive-news .page-content .main-content .course-details .details-row p,
body.page-id-41 .page-content .main-content .course-details .details-row p,
body.post-type-archive-event .page-content .main-content .course-details .details-row p,
body.post-type-archive-course .page-content .main-content .course-details .details-row p,
body.page-template-template-events .page-content .main-content .course-details .details-row p {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 0;
}

/* line 225, ../../src/sass/_post-styles.scss */
.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 230, ../../src/sass/_post-styles.scss */
.pagination .page-numbers {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 800;
  padding: 10px 17px;
  margin: 0 5px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
/* line 97, ../../src/sass/_typography.scss */
.pagination .page-numbers em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.pagination .page-numbers strong {
  font-weight: 800;
  color: #666666;
}
/* line 240, ../../src/sass/_post-styles.scss */
.pagination .page-numbers:first-of-type {
  margin-left: 0;
}
/* line 244, ../../src/sass/_post-styles.scss */
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  color: #FFF;
}

/* line 1, ../../src/sass/_tactical-box-strip.scss */
section.tactical {
  background-color: #e5e5e5;
}
/* line 4, ../../src/sass/_tactical-box-strip.scss */
section.tactical h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #000;
  margin: 10px 0 30px;
  text-align: left;
}
/* line 9, ../../src/sass/_tactical-box-strip.scss */
section.tactical .container {
  -ms-flex-flow: column;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 14, ../../src/sass/_tactical-box-strip.scss */
section.tactical .container .tacticals {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  /* line 14, ../../src/sass/_tactical-box-strip.scss */
  section.tactical .container .tacticals {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/* line 25, ../../src/sass/_tactical-box-strip.scss */
section.tactical .container .tacticals .tactical {
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  padding-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 20px;
}
@media (min-width: 768px) {
  /* line 25, ../../src/sass/_tactical-box-strip.scss */
  section.tactical .container .tacticals .tactical {
    -ms-flex: 0 1 33.3%;
    flex: 0 1 33.3%;
    margin: inherit;
  }
}
/* line 37, ../../src/sass/_tactical-box-strip.scss */
section.tactical .container .tacticals .tactical:last-of-type {
  padding-right: 0;
}
/* line 41, ../../src/sass/_tactical-box-strip.scss */
section.tactical .container .tacticals .tactical img {
  max-width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: auto;
  margin-bottom: 10px;
}
/* line 48, ../../src/sass/_tactical-box-strip.scss */
section.tactical .container .tacticals .tactical h3 {
  text-align: left;
  text-decoration: underline;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
/* line 55, ../../src/sass/_tactical-box-strip.scss */
section.tactical .container .tacticals .tactical p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 25px;
  text-align: left;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
/* line 97, ../../src/sass/_typography.scss */
section.tactical .container .tacticals .tactical p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
section.tactical .container .tacticals .tactical p strong {
  font-weight: 800;
  color: #666666;
}
/* line 61, ../../src/sass/_tactical-box-strip.scss */
section.tactical .container .tacticals .tactical a.button_small {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'proxima-nova';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* line 1, ../../src/sass/_sub-nav.scss */
.sub-nav {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-top: 50px;
  display: none;
}
@media (min-width: 768px) {
  /* line 1, ../../src/sass/_sub-nav.scss */
  .sub-nav {
    display: block;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }
}
/* line 11, ../../src/sass/_sub-nav.scss */
.sub-nav .sub-nav-toggle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
  background-color: #e5e5e5;
  font-weight: 800;
  padding: 10px 20px;
  text-align: left;
  position: relative;
}
/* line 97, ../../src/sass/_typography.scss */
.sub-nav .sub-nav-toggle em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.sub-nav .sub-nav-toggle strong {
  font-weight: 800;
  color: #666666;
}
/* line 20, ../../src/sass/_sub-nav.scss */
.sub-nav .sub-nav-toggle:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  right: 16px;
  border: 10px solid transparent;
  transition: transform 0.4s ease;
}
/* line 30, ../../src/sass/_sub-nav.scss */
.sub-nav .sub-nav-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-35%);
  border: 10px solid transparent;
  border-top-color: #e5e5e5;
  right: 16px;
  transition: transform 0.4s ease;
}
/* line 42, ../../src/sass/_sub-nav.scss */
.sub-nav .sub-nav-toggle.active:before {
  transform: translateY(-80%);
}
/* line 46, ../../src/sass/_sub-nav.scss */
.sub-nav .sub-nav-toggle.active:after {
  border-top-color: transparent;
  border-bottom-color: #e5e5e5;
  transform: translateY(-75%);
}
@media (min-width: 768px) {
  /* line 11, ../../src/sass/_sub-nav.scss */
  .sub-nav .sub-nav-toggle {
    display: none;
  }
}
/* line 58, ../../src/sass/_sub-nav.scss */
.sub-nav > ul {
  margin-bottom: 30px;
  padding-left: 20px;
  display: none;
}
@media (min-width: 768px) {
  /* line 58, ../../src/sass/_sub-nav.scss */
  .sub-nav > ul {
    padding-left: 0;
    display: block;
  }
}
/* line 68, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li {
  margin-right: 30px;
  text-align: left;
  padding: 10px 0;
  position: relative;
  transition: all 0.4s ease-in-out;
}
/* line 75, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li > a {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 25px;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
  transition: all 0.4s ease-in-out;
}
/* line 97, ../../src/sass/_typography.scss */
.sub-nav > ul > li > a em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.sub-nav > ul > li > a strong {
  font-weight: 800;
  color: #666666;
}
/* line 83, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li.news, .sub-nav > ul > li.blog, .sub-nav > ul > li.videos, .sub-nav > ul > li.science {
  padding-left: 45px;
  background-size: 35px;
  background-position: center left;
  background-repeat: no-repeat;
}
/* line 90, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li.blog {
  background-image: url(images/blog-icon.png);
}
/* line 94, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li.news {
  background-image: url(images/news-icon.png);
}
/* line 98, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li.videos {
  background-image: url(images/videos-icon.png);
}
/* line 102, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li.science {
  background-image: url(images/science-icon.png);
}
/* line 106, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li.heading {
  border-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
  font-weight: 800;
  padding: 0 0 10px 0;
}
/* line 97, ../../src/sass/_typography.scss */
.sub-nav > ul > li.heading em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.sub-nav > ul > li.heading strong {
  font-weight: 800;
  color: #666666;
}
/* line 115, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li.all a {
  font-weight: 500;
}
/* line 119, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li.all:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
  border: 6px solid transparent;
}
/* line 128, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li.all:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #FFF;
  right: -3px;
}
/* line 140, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li.current_page_item a {
  font-weight: 800;
  pointer-events: none;
}
/* line 145, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li.current_page_item:before {
  content: '';
  position: absolute;
  top: 15px;
  right: -6px;
  border: 6px solid transparent;
}
/* line 154, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li.current_page_item:after {
  content: '';
  position: absolute;
  top: 16px;
  border: 5px solid transparent;
  border-left-color: #FFF;
  right: -3px;
}
/* line 165, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li .children {
  display: none;
}
/* line 169, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li.current_page_item > .children, .sub-nav > ul > li.current_page_parent > .children {
  display: block;
}
/* line 173, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li.current_page_item > .children li, .sub-nav > ul > li.current_page_parent > .children li {
  list-style-type: disc;
  margin-left: 20px;
}
/* line 177, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li.current_page_item > .children li a, .sub-nav > ul > li.current_page_parent > .children li a {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 25px;
  pointer-events: auto;
  margin-bottom: 0;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
/* line 97, ../../src/sass/_typography.scss */
.sub-nav > ul > li.current_page_item > .children li a em, .sub-nav > ul > li.current_page_parent > .children li a em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.sub-nav > ul > li.current_page_item > .children li a strong, .sub-nav > ul > li.current_page_parent > .children li a strong {
  font-weight: 800;
  color: #666666;
}
/* line 185, ../../src/sass/_sub-nav.scss */
.sub-nav > ul > li.current_page_item > .children li.current_page_item > .children, .sub-nav > ul > li.current_page_parent > .children li.current_page_item > .children {
  display: block;
}

/* line 1, ../../src/sass/_footer.scss */
.dividing-line {
  padding: 10px 0;
}

/* line 5, ../../src/sass/_footer.scss */
.main-footer {
  display: block;
  background-color: #333d47;
}
@media (min-width: 768px) {
  /* line 5, ../../src/sass/_footer.scss */
  .main-footer {
    padding: 0 0 40px 0;
  }
}
/* line 13, ../../src/sass/_footer.scss */
.main-footer .container {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  /* line 13, ../../src/sass/_footer.scss */
  .main-footer .container {
    padding: 20px 0;
  }
}
/* line 23, ../../src/sass/_footer.scss */
.main-footer .footer-menu {
  text-align: center;
  margin: 0 auto;
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #bfbfbf;
  margin-bottom: 0;
}
/* line 97, ../../src/sass/_typography.scss */
.main-footer .footer-menu em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.main-footer .footer-menu strong {
  font-weight: 800;
  color: white;
}
/* line 29, ../../src/sass/_footer.scss */
.main-footer section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 40px 0;
  border-bottom: 1px solid #4e5758;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
}
@media (min-width: 768px) {
  /* line 29, ../../src/sass/_footer.scss */
  .main-footer section {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: initial;
  }
}
/* line 42, ../../src/sass/_footer.scss */
.main-footer section:last-of-type {
  border-bottom: 0;
  padding-bottom: 20px;
}
/* line 46, ../../src/sass/_footer.scss */
.main-footer section:last-of-type div {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  /* line 46, ../../src/sass/_footer.scss */
  .main-footer section:last-of-type div {
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
  }
}
/* line 55, ../../src/sass/_footer.scss */
.main-footer section .copyright {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-order: 2;
  order: 2;
}
/* line 60, ../../src/sass/_footer.scss */
.main-footer section .copyright.dept {
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 768px) {
  /* line 55, ../../src/sass/_footer.scss */
  .main-footer section .copyright {
    -ms-flex-order: initial;
    order: initial;
  }
}
/* line 68, ../../src/sass/_footer.scss */
.main-footer section .copyright p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #bfbfbf;
  margin-bottom: 0;
  margin-top: 10px;
}
/* line 97, ../../src/sass/_typography.scss */
.main-footer section .copyright p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.main-footer section .copyright p strong {
  font-weight: 800;
  color: white;
}
/* line 75, ../../src/sass/_footer.scss */
.main-footer aside {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 100%;
}
@media (min-width: 768px) {
  /* line 75, ../../src/sass/_footer.scss */
  .main-footer aside {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    margin: 0;
    max-width: initial;
  }
}
/* line 92, ../../src/sass/_footer.scss */
.main-footer aside h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #FFF;
  margin: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 97, ../../src/sass/_footer.scss */
.main-footer aside p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #bfbfbf;
  margin-bottom: 25px;
  font-size: 18px;
  margin: 0px auto 10px;
  width: 80%;
}
/* line 97, ../../src/sass/_typography.scss */
.main-footer aside p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.main-footer aside p strong {
  font-weight: 800;
  color: white;
}
/* line 104, ../../src/sass/_footer.scss */
.main-footer aside .addressblock > p, .main-footer aside .charityblock > p {
  width: auto;
}
/* line 109, ../../src/sass/_footer.scss */
.main-footer aside .frm_submit p, .main-footer aside .frm_error_style p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #bfbfbf;
  margin-bottom: 25px;
}
/* line 97, ../../src/sass/_typography.scss */
.main-footer aside .frm_submit p em, .main-footer aside .frm_error_style p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.main-footer aside .frm_submit p strong, .main-footer aside .frm_error_style p strong {
  font-weight: 800;
  color: white;
}
/* line 115, ../../src/sass/_footer.scss */
.main-footer aside .addressblock, .main-footer aside .charityblock {
  margin: 0 0 20px 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* line 119, ../../src/sass/_footer.scss */
.main-footer aside .addressblock hr, .main-footer aside .charityblock hr {
  margin: 20px 0;
  border: 0;
  height: 1px;
  background-color: #4e5758;
}
/* line 127, ../../src/sass/_footer.scss */
.main-footer aside .addressblock p, .main-footer aside .charityblock p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #FFF;
  margin-bottom: 25px;
  margin: 0 auto;
}
/* line 97, ../../src/sass/_typography.scss */
.main-footer aside .addressblock p em, .main-footer aside .charityblock p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.main-footer aside .addressblock p strong, .main-footer aside .charityblock p strong {
  font-weight: 800;
  color: white;
}
/* line 132, ../../src/sass/_footer.scss */
.main-footer aside .addressblock p strong, .main-footer aside .charityblock p strong {
  margin: 10px 0;
  display: inline-block;
}
/* line 138, ../../src/sass/_footer.scss */
.main-footer aside .addressblock blockquote p, .main-footer aside .charityblock blockquote p {
  margin: 10px 0;
  color: #bfbfbf;
}
/* line 144, ../../src/sass/_footer.scss */
.main-footer aside .button.small {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'proxima-nova';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
/* line 150, ../../src/sass/_footer.scss */
.main-footer aside form {
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (min-width: 768px) {
  /* line 150, ../../src/sass/_footer.scss */
  .main-footer aside form {
    max-width: initial;
  }
}
/* line 161, ../../src/sass/_footer.scss */
.main-footer aside form .frm_form_field, .main-footer aside form .frm_submit {
  display: inline-block;
}
/* line 165, ../../src/sass/_footer.scss */
.main-footer aside form input {
  border: 0;
  outline: 0;
  margin: 0;
  font-size: 16px;
}
/* line 171, ../../src/sass/_footer.scss */
.main-footer aside form input[type='text'], .main-footer aside form input[type='email'] {
  padding: 15px 20px;
  font-family: 'proxima-nova';
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 150px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 450px) {
  /* line 171, ../../src/sass/_footer.scss */
  .main-footer aside form input[type='text'], .main-footer aside form input[type='email'] {
    max-width: initial;
  }
}
/* line 184, ../../src/sass/_footer.scss */
.main-footer aside form input[type='submit'] {
  padding: 15px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'proxima-nova';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.4s ease-in-out;
  color: #FFF;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  /* line 184, ../../src/sass/_footer.scss */
  .main-footer aside form input[type='submit'] {
    padding: 15px 20px;
  }
}

/* line 201, ../../src/sass/_footer.scss */
fieldset {
  position: relative;
}

/* line 205, ../../src/sass/_footer.scss */
.captcha {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 20px;
  transform: translateX(-50%);
}

/* line 213, ../../src/sass/_footer.scss */
.frm_forms {
  margin-bottom: 90px;
}

/* line 249, ../../src/sass/_footer.scss */
#mce-responses {
  font-family: 'proxima-nova';
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #bfbfbf;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 4, ../../src/sass/_people.scss */
body.single-people .page-content.dark,
body.single-project .page-content.dark {
  background-color: #e5e5e5;
}
/* line 8, ../../src/sass/_people.scss */
body.single-people .page-content .container,
body.single-project .page-content .container {
  -ms-flex-flow: column;
  flex-flow: column;
}
/* line 13, ../../src/sass/_people.scss */
body.single-people .page-content .header-area,
body.single-project .page-content .header-area {
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 20, ../../src/sass/_people.scss */
body.single-people .page-content .header-area h1,
body.single-project .page-content .header-area h1 {
  text-align: left;
  margin: 0;
}
/* line 25, ../../src/sass/_people.scss */
body.single-people .page-content .header-area h2,
body.single-project .page-content .header-area h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 45px;
  color: #000;
  margin: 10px 0 0;
  font-size: 25px;
  line-height: 35px;
  text-align: left;
}
/* line 31, ../../src/sass/_people.scss */
body.single-people .page-content .header-area h2.research-h2,
body.single-project .page-content .header-area h2.research-h2 {
  font-size: 18px;
  line-height: 25px;
}
/* line 37, ../../src/sass/_people.scss */
body.single-people .page-content .header-area .investigators,
body.single-project .page-content .header-area .investigators {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
/* line 43, ../../src/sass/_people.scss */
body.single-people .page-content .header-area .investigators p,
body.single-project .page-content .header-area .investigators p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 25px;
  display: inline-block;
}
/* line 97, ../../src/sass/_typography.scss */
body.single-people .page-content .header-area .investigators p em,
body.single-project .page-content .header-area .investigators p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
body.single-people .page-content .header-area .investigators p strong,
body.single-project .page-content .header-area .investigators p strong {
  font-weight: 800;
  color: #666666;
}
@media (min-width: 768px) {
  /* line 13, ../../src/sass/_people.scss */
  body.single-people .page-content .header-area,
  body.single-project .page-content .header-area {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
/* line 53, ../../src/sass/_people.scss */
body.single-people .page-content .header-area img,
body.single-project .page-content .header-area img {
  border-radius: 50%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 53, ../../src/sass/_people.scss */
  body.single-people .page-content .header-area img,
  body.single-project .page-content .header-area img {
    margin-right: 40px;
  }
}
/* line 64, ../../src/sass/_people.scss */
body.single-people .page-content .header-area .header-content,
body.single-project .page-content .header-area .header-content {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'proxima-nova';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #000;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  /* line 64, ../../src/sass/_people.scss */
  body.single-people .page-content .header-area .header-content,
  body.single-project .page-content .header-area .header-content {
    -ms-flex: 1;
    flex: 1;
  }
}
/* line 78, ../../src/sass/_people.scss */
body.single-people .content-wrap,
body.single-project .content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  /* line 78, ../../src/sass/_people.scss */
  body.single-people .content-wrap,
  body.single-project .content-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
/* line 86, ../../src/sass/_people.scss */
body.single-people .content-wrap .sub-nav,
body.single-project .content-wrap .sub-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 768px) {
  /* line 86, ../../src/sass/_people.scss */
  body.single-people .content-wrap .sub-nav,
  body.single-project .content-wrap .sub-nav {
    -ms-flex-order: 0;
    order: 0;
  }
}
/* line 98, ../../src/sass/_people.scss */
body.single-people .content-wrap .sub-nav p,
body.single-project .content-wrap .sub-nav p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
  text-align: left;
}
/* line 97, ../../src/sass/_typography.scss */
body.single-people .content-wrap .sub-nav p em,
body.single-project .content-wrap .sub-nav p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
body.single-people .content-wrap .sub-nav p strong,
body.single-project .content-wrap .sub-nav p strong {
  font-weight: 800;
  color: #666666;
}
/* line 103, ../../src/sass/_people.scss */
body.single-people .content-wrap .sub-nav blockquote,
body.single-project .content-wrap .sub-nav blockquote {
  padding-top: 30px;
  text-align: left;
}
/* line 106, ../../src/sass/_people.scss */
body.single-people .content-wrap .sub-nav blockquote + p,
body.single-project .content-wrap .sub-nav blockquote + p {
  font-weight: 800;
}
/* line 112, ../../src/sass/_people.scss */
body.single-people .content-wrap .main-content,
body.single-project .content-wrap .main-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-order: 0;
  order: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 112, ../../src/sass/_people.scss */
  body.single-people .content-wrap .main-content,
  body.single-project .content-wrap .main-content {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0px;
  }
}
/* line 122, ../../src/sass/_people.scss */
body.single-people .content-wrap .main-content .supporters,
body.single-project .content-wrap .main-content .supporters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-top: 20px;
}
/* line 127, ../../src/sass/_people.scss */
body.single-people .content-wrap .main-content .supporters .supporter,
body.single-project .content-wrap .main-content .supporters .supporter {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
/* line 131, ../../src/sass/_people.scss */
body.single-people .content-wrap .main-content .supporters .supporter img,
body.single-project .content-wrap .main-content .supporters .supporter img {
  -ms-flex: 0 auto;
  flex: 0 auto;
}
/* line 135, ../../src/sass/_people.scss */
body.single-people .content-wrap .main-content .supporters .supporter aside,
body.single-project .content-wrap .main-content .supporters .supporter aside {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
/* line 142, ../../src/sass/_people.scss */
body.single-people .content-wrap .main-content .supporters .supporter aside h3,
body.single-project .content-wrap .main-content .supporters .supporter aside h3 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
/* line 146, ../../src/sass/_people.scss */
body.single-people .content-wrap .main-content .supporters .supporter aside a,
body.single-project .content-wrap .main-content .supporters .supporter aside a {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
}
/* line 97, ../../src/sass/_typography.scss */
body.single-people .content-wrap .main-content .supporters .supporter aside a em,
body.single-project .content-wrap .main-content .supporters .supporter aside a em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
body.single-people .content-wrap .main-content .supporters .supporter aside a strong,
body.single-project .content-wrap .main-content .supporters .supporter aside a strong {
  font-weight: 800;
  color: #666666;
}

/* line 3, ../../src/sass/_people-tile.scss */
.related-people h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #000;
  margin: 10px 0 10px;
  text-align: left;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 15px;
  margin-top: 0;
}
/* line 13, ../../src/sass/_people-tile.scss */
.related-people .people-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
}
/* line 18, ../../src/sass/_people-tile.scss */
.related-people .container {
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (min-width: 768px) {
  /* line 18, ../../src/sass/_people-tile.scss */
  .related-people .container {
    padding-left: 250px;
  }
}

/* line 27, ../../src/sass/_people-tile.scss */
.archive .people-tile img,
.page-id-41 .people-tile img,
.page-template-template-event img {
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  height: 200px;
}

/* line 34, ../../src/sass/_people-tile.scss */
.single-people .people-tile img,
.single-project .people-tile img {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  height: 100px;
}

/* line 42, ../../src/sass/_people-tile.scss */
.people-tile {
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 47, ../../src/sass/_people-tile.scss */
.people-tile a {
  text-decoration: none;
}
/* line 51, ../../src/sass/_people-tile.scss */
.people-tile img + a {
  margin-left: 15px;
}
/* line 55, ../../src/sass/_people-tile.scss */
.people-tile .link {
  display: inline-block;
  margin-right: 5px;
}
/* line 60, ../../src/sass/_people-tile.scss */
.people-tile:last-of-type {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  /* line 42, ../../src/sass/_people-tile.scss */
  .people-tile {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
/* line 68, ../../src/sass/_people-tile.scss */
.people-tile img {
  border-radius: 50%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: 40px;
}
@media (min-width: 768px) {
  /* line 68, ../../src/sass/_people-tile.scss */
  .people-tile img {
    margin-left: 0;
  }
}
/* line 78, ../../src/sass/_people-tile.scss */
.people-tile img + .people-content {
  padding-left: 40px;
}
/* line 82, ../../src/sass/_people-tile.scss */
.people-tile .people-content {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 89, ../../src/sass/_people-tile.scss */
.people-tile .people-content h2 {
  transition: all 0.4s ease-in-out;
}
/* line 93, ../../src/sass/_people-tile.scss */
.people-tile .people-content a {
  text-decoration: none;
}
@media (min-width: 768px) {
  /* line 82, ../../src/sass/_people-tile.scss */
  .people-tile .people-content {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
/* line 101, ../../src/sass/_people-tile.scss */
.people-tile .people-content p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 25px;
}
/* line 97, ../../src/sass/_typography.scss */
.people-tile .people-content p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.people-tile .people-content p strong {
  font-weight: 800;
  color: #666666;
}
/* line 104, ../../src/sass/_people-tile.scss */
.people-tile .people-content p.title {
  font-weight: 800;
}
/* line 109, ../../src/sass/_people-tile.scss */
.people-tile .people-content a.button_sm {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #FFF;
  margin-bottom: 25px;
  text-decoration: none;
  font-weight: 800;
}
/* line 97, ../../src/sass/_typography.scss */
.people-tile .people-content a.button_sm em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.people-tile .people-content a.button_sm strong {
  font-weight: 800;
  color: white;
}

/* line 1, ../../src/sass/_front-page.scss */
.front-page-particles {
  height: 600px;
  width: 100%;
  background-color: #66c5e5;
  position: relative;
}
/* line 7, ../../src/sass/_front-page.scss */
.front-page-particles h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 80px;
  line-height: 80px;
  color: #FFF;
  margin: 10px 0 50px;
  font-size: 120px;
  line-height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100%;
}

/* line 23, ../../src/sass/_front-page.scss */
.pulsater svg:first-of-type {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-665%, -190%);
  overflow: visible;
}
/* line 33, ../../src/sass/_front-page.scss */
.pulsater svg:nth-of-type(2) {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(880%, 50%);
  overflow: visible;
}
/* line 44, ../../src/sass/_front-page.scss */
.pulsater.animating #fader {
  transform-origin: center;
  animation: pulsation 4s infinite;
}

@keyframes pulsation {
  from {
    transform: scale(1);
    opacity: 0.7;
  }
  to {
    transform: scale(9);
    opacity: 0;
  }
}
/* line 1, ../../src/sass/_strips.scss */
.strip-header {
  background-color: #66c5e5;
  height: 530px;
  position: relative;
  width: 100%;
}
/* line 7, ../../src/sass/_strips.scss */
.strip-header h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 80px;
  line-height: 80px;
  color: #FFF;
  margin: 10px 0 50px;
  font-size: 120px;
  line-height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100%;
}
@media (max-width: 500px) {
  /* line 7, ../../src/sass/_strips.scss */
  .strip-header h1 {
    font-size: 100px;
    line-height: 120px;
  }
}
/* line 24, ../../src/sass/_strips.scss */
.strip-header svg {
  bottom: 40px;
  left: 0px;
  margin: 0px auto;
  right: 0px;
  position: absolute;
}

/* line 33, ../../src/sass/_strips.scss */
.strip-header-v2 {
  position: relative;
  width: 100%;
  text-align: center;
}
/* line 38, ../../src/sass/_strips.scss */
.strip-header-v2 h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  line-height: 60px;
  color: #FFF;
  margin: 10px 0 30px;
  margin: 0px auto;
  max-width: 600px;
  pointer-events: none;
  width: 80%;
  padding: 100px 0;
}
@media (max-width: 500px) {
  /* line 38, ../../src/sass/_strips.scss */
  .strip-header-v2 h2 {
    font-size: 35px;
  }
}

/* line 53, ../../src/sass/_strips.scss */
.strip-text {
  height: auto;
  padding: 70px 20px 90px;
}
/* line 59, ../../src/sass/_strips.scss */
.strip-text.regular p {
  font-family: 'proxima-nova';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #333e48;
  margin-bottom: 35px;
  font-weight: 400;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/* line 70, ../../src/sass/_strips.scss */
.strip-text.large h1, .strip-text.large h2, .strip-text.large h3, .strip-text.large h4, .strip-text.large h5, .strip-text.large p {
  font-family: 'proxima-nova';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 40px;
  color: #333e48;
  margin-bottom: 40px;
  font-weight: 400;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/* line 79, ../../src/sass/_strips.scss */
.strip-text h1, .strip-text h2, .strip-text h3, .strip-text h4, .strip-text h5, .strip-text p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #333e48;
  margin-bottom: 25px;
  font-weight: 400;
  max-width: 800px;
}
/* line 97, ../../src/sass/_typography.scss */
.strip-text h1 em, .strip-text h2 em, .strip-text h3 em, .strip-text h4 em, .strip-text h5 em, .strip-text p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.strip-text h1 strong, .strip-text h2 strong, .strip-text h3 strong, .strip-text h4 strong, .strip-text h5 strong, .strip-text p strong {
  font-weight: 800;
  color: #94a4b3;
}
/* line 85, ../../src/sass/_strips.scss */
.strip-text .button {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #FFF;
  margin-bottom: 25px;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 800;
}
/* line 97, ../../src/sass/_typography.scss */
.strip-text .button em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.strip-text .button strong {
  font-weight: 800;
  color: white;
}

/* line 95, ../../src/sass/_strips.scss */
.strip-text-image {
  padding: 90px 20px 1px;
}
/* line 99, ../../src/sass/_strips.scss */
.strip-text-image h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 80px;
  line-height: 80px;
  color: #FFF;
  margin: 10px 0 20px;
}
@media (max-width: 500px) {
  /* line 99, ../../src/sass/_strips.scss */
  .strip-text-image h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
/* line 108, ../../src/sass/_strips.scss */
.strip-text-image p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #333e48;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
  margin: 0px auto 40px;
  max-width: 800px;
}
/* line 97, ../../src/sass/_typography.scss */
.strip-text-image p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.strip-text-image p strong {
  font-weight: 800;
  color: #94a4b3;
}
/* line 117, ../../src/sass/_strips.scss */
.strip-text-image img {
  max-width: 1280px;
  width: 100%;
  vertical-align: bottom;
}
/* line 123, ../../src/sass/_strips.scss */
.strip-text-image .button {
  border-radius: 10px;
  font-size: 22px;
  padding: 25px 50px;
  background-color: #708090;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'proxima-nova';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin: 30px;
  text-decoration: none;
}
/* line 13, ../../src/sass/_mixins.scss */
.strip-text-image .button:hover {
  background-color: #333e48;
}

/* line 135, ../../src/sass/_strips.scss */
.strip-two-tile .block-holder {
  background-color: #cdc3bb;
  font-size: 0;
  max-height: 640px;
  width: 100%;
}
@media (max-width: 900px) {
  /* line 135, ../../src/sass/_strips.scss */
  .strip-two-tile .block-holder {
    max-height: none;
  }
}
/* line 145, ../../src/sass/_strips.scss */
.strip-two-tile .block-holder .right .content-image {
  float: left;
}
/* line 149, ../../src/sass/_strips.scss */
.strip-two-tile .block-holder .right .content-tile {
  left: 0px;
}
/* line 153, ../../src/sass/_strips.scss */
.strip-two-tile .block-holder .left .content-image {
  float: right;
}
/* line 157, ../../src/sass/_strips.scss */
.strip-two-tile .block-holder .left .content-tile {
  right: 0px;
}
/* line 161, ../../src/sass/_strips.scss */
.strip-two-tile .block-holder .left, .strip-two-tile .block-holder .right {
  display: inline-block;
  height: 100%;
  max-width: 640px;
  overflow: hidden;
  position: relative;
  width: 50%;
}
@media (max-width: 900px) {
  /* line 161, ../../src/sass/_strips.scss */
  .strip-two-tile .block-holder .left, .strip-two-tile .block-holder .right {
    width: 100%;
  }
}
/* line 173, ../../src/sass/_strips.scss */
.strip-two-tile .block-holder .left .content-image, .strip-two-tile .block-holder .right .content-image {
  background-size: contain;
  height: 100%;
  width: 640px;
}
/* line 180, ../../src/sass/_strips.scss */
.strip-two-tile .block-holder .left .content-image:hover .overlay, .strip-two-tile .block-holder .right .content-image:hover .overlay {
  opacity: 1;
}
/* line 184, ../../src/sass/_strips.scss */
.strip-two-tile .block-holder .left .content-image:hover h1, .strip-two-tile .block-holder .right .content-image:hover h1 {
  top: 18%;
}
/* line 188, ../../src/sass/_strips.scss */
.strip-two-tile .block-holder .left .content-image:hover .content-tile, .strip-two-tile .block-holder .right .content-image:hover .content-tile {
  top: 80px;
}
/* line 193, ../../src/sass/_strips.scss */
.strip-two-tile .block-holder .left .content-image .overlay, .strip-two-tile .block-holder .right .content-image .overlay {
  background-color: rgba(52, 61, 72, 0.8);
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: 0.3s;
  width: 100%;
}
/* line 202, ../../src/sass/_strips.scss */
.strip-two-tile .block-holder .left .content-image h1, .strip-two-tile .block-holder .right .content-image h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  line-height: 60px;
  color: #FFF;
  margin: 10px 0 30px;
  left: 50%;
  margin: 0px;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
/* line 214, ../../src/sass/_strips.scss */
.strip-two-tile .block-holder .left .content-tile, .strip-two-tile .block-holder .right .content-tile {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 600px;
  padding: 0px 60px;
  position: absolute;
  transition: 0.5s;
  top: 100%;
}
@media (max-width: 500px) {
  /* line 214, ../../src/sass/_strips.scss */
  .strip-two-tile .block-holder .left .content-tile, .strip-two-tile .block-holder .right .content-tile {
    padding: 0px 20px;
  }
}
/* line 226, ../../src/sass/_strips.scss */
.strip-two-tile .block-holder .left .content-tile .content-container, .strip-two-tile .block-holder .right .content-tile .content-container {
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 232, ../../src/sass/_strips.scss */
.strip-two-tile .block-holder .left .content-tile .content-container p, .strip-two-tile .block-holder .right .content-tile .content-container p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #FFF;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
/* line 97, ../../src/sass/_typography.scss */
.strip-two-tile .block-holder .left .content-tile .content-container p em, .strip-two-tile .block-holder .right .content-tile .content-container p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.strip-two-tile .block-holder .left .content-tile .content-container p strong, .strip-two-tile .block-holder .right .content-tile .content-container p strong {
  font-weight: 800;
  color: white;
}
@media (min-width: 1024px) {
  /* line 232, ../../src/sass/_strips.scss */
  .strip-two-tile .block-holder .left .content-tile .content-container p, .strip-two-tile .block-holder .right .content-tile .content-container p {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 900px) {
  /* line 232, ../../src/sass/_strips.scss */
  .strip-two-tile .block-holder .left .content-tile .content-container p, .strip-two-tile .block-holder .right .content-tile .content-container p {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 500px) {
  /* line 232, ../../src/sass/_strips.scss */
  .strip-two-tile .block-holder .left .content-tile .content-container p, .strip-two-tile .block-holder .right .content-tile .content-container p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
/* line 255, ../../src/sass/_strips.scss */
.strip-two-tile .block-holder .left .content-tile .content-container .button, .strip-two-tile .block-holder .right .content-tile .content-container .button {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #FFF;
  margin-bottom: 25px;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 800;
}
/* line 97, ../../src/sass/_typography.scss */
.strip-two-tile .block-holder .left .content-tile .content-container .button em, .strip-two-tile .block-holder .right .content-tile .content-container .button em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.strip-two-tile .block-holder .left .content-tile .content-container .button strong, .strip-two-tile .block-holder .right .content-tile .content-container .button strong {
  font-weight: 800;
  color: white;
}
@media (max-width: 500px) {
  /* line 255, ../../src/sass/_strips.scss */
  .strip-two-tile .block-holder .left .content-tile .content-container .button, .strip-two-tile .block-holder .right .content-tile .content-container .button {
    font-size: 15px;
    margin-top: 10px;
  }
}

/* line 1, ../../src/sass/_animation.scss */
.animation-container {
  background-color: #E6E1DD;
  height: 100vh;
  position: fixed;
  width: 100%;
}
/* line 7, ../../src/sass/_animation.scss */
.animation-container .autoplay, .animation-container .stop {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #333e48;
  margin-bottom: 25px;
  font-weight: 800;
  background-color: #6EDBD5;
  border-bottom-left-radius: 10px;
  color: white;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 0px;
}
/* line 97, ../../src/sass/_typography.scss */
.animation-container .autoplay em, .animation-container .stop em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.animation-container .autoplay strong, .animation-container .stop strong {
  font-weight: 800;
  color: #94a4b3;
}
/* line 19, ../../src/sass/_animation.scss */
.animation-container .stop {
  display: none;
}
/* line 23, ../../src/sass/_animation.scss */
.animation-container h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 80px;
  line-height: 80px;
  color: #6EDBD5;
  margin: 10px 0 50px;
  font-size: 100px;
  margin: 0px;
  opacity: 1;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  word-spacing: 0px;
}
/* line 34, ../../src/sass/_animation.scss */
.animation-container h1.blur {
  filter: blur(10px);
}
/* line 39, ../../src/sass/_animation.scss */
.animation-container .scroll-icon {
  left: 0px;
  margin: 0px auto;
  position: absolute;
  right: 0px;
  top: 100%;
  transition: 0.5s;
}
/* line 48, ../../src/sass/_animation.scss */
.animation-container .mindfull-man {
  left: 15%;
  position: absolute;
  top: 100%;
  transition: top 0.5s, opacity 4s, filter 4s;
  z-index: 10;
}
/* line 55, ../../src/sass/_animation.scss */
.animation-container .mindfull-man .stop-1 {
  transition: 0.5s;
}
/* line 60, ../../src/sass/_animation.scss */
.animation-container .thoughts {
  display: none;
}
/* line 63, ../../src/sass/_animation.scss */
.animation-container .thoughts li {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #FFF;
  margin-bottom: 25px;
  background-color: #D25299;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  font-weight: 600;
  left: 46%;
  line-height: 140px;
  margin: 0px;
  position: absolute;
  text-transform: uppercase;
  top: 40%;
  transform-origin: 50% 200px;
  transition: 3s;
  z-index: 0;
}
/* line 97, ../../src/sass/_typography.scss */
.animation-container .thoughts li em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.animation-container .thoughts li strong {
  font-weight: 800;
  color: white;
}
/* line 80, ../../src/sass/_animation.scss */
.animation-container .thoughts li.one {
  height: 132px;
  line-height: 132px;
  width: 132px;
}
/* line 86, ../../src/sass/_animation.scss */
.animation-container .thoughts li.two {
  height: 126px;
  line-height: 126px;
  width: 126px;
}
/* line 92, ../../src/sass/_animation.scss */
.animation-container .thoughts li.three {
  height: 176px;
  line-height: 176px;
  width: 176px;
}
/* line 98, ../../src/sass/_animation.scss */
.animation-container .thoughts li.four {
  height: 158px;
  line-height: 158px;
  width: 158px;
}
/* line 104, ../../src/sass/_animation.scss */
.animation-container .thoughts li.five {
  height: 116px;
  line-height: 116px;
  width: 116px;
}
/* line 110, ../../src/sass/_animation.scss */
.animation-container .thoughts li.six {
  height: 116px;
  line-height: 116px;
  width: 116px;
}
/* line 116, ../../src/sass/_animation.scss */
.animation-container .thoughts li.seven {
  height: 164px;
  line-height: 164px;
  width: 164px;
}
/* line 122, ../../src/sass/_animation.scss */
.animation-container .thoughts li.eight {
  height: 178px;
  line-height: 178px;
  width: 178px;
}
/* line 130, ../../src/sass/_animation.scss */
.animation-container .doughnut {
  left: 667px;
  opacity: 0;
  position: absolute;
  transition: 0.5s;
  top: 340px;
  z-index: 15;
}
/* line 138, ../../src/sass/_animation.scss */
.animation-container .doughnut .d0 {
  transition: 1s;
}
/* line 143, ../../src/sass/_animation.scss */
.animation-container .pause {
  display: none;
  left: 668px;
  position: absolute;
  top: 340px;
  z-index: 15;
}
/* line 151, ../../src/sass/_animation.scss */
.animation-container .pause-text {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  line-height: 60px;
  color: #938F8C;
  margin: 10px 0 30px;
  font-size: 60px;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 100%;
  transition: 1s;
}
/* line 161, ../../src/sass/_animation.scss */
.animation-container .growing-circle-one {
  background-color: #6EDBD5;
  border-radius: 50%;
  display: none;
  height: 170px;
  left: 668px;
  position: absolute;
  top: 340px;
  transform: scale(0, 0);
  transition: 3s;
  width: 170px;
  z-index: 15;
}
/* line 175, ../../src/sass/_animation.scss */
.animation-container .growing-circle-two {
  background-color: #57A19C;
  border-radius: 50%;
  display: none;
  height: 170px;
  left: 668px;
  position: absolute;
  top: 340px;
  transform: scale(0, 0);
  transition: 3s;
  width: 170px;
  z-index: 15;
}
/* line 189, ../../src/sass/_animation.scss */
.animation-container .growing-circle-three {
  background-color: #A6BB7B;
  border-radius: 50%;
  display: none;
  height: 170px;
  left: 668px;
  position: absolute;
  top: 340px;
  transform: scale(0, 0);
  transition: 3s;
  width: 170px;
  z-index: 15;
}
/* line 203, ../../src/sass/_animation.scss */
.animation-container .breathe-text {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  line-height: 60px;
  color: #FFF;
  margin: 10px 0 30px;
  font-size: 60px;
  left: 0px;
  margin: 0px;
  position: absolute;
  right: 0px;
  top: 50%;
  transition: 2.5s;
  transform: translateY(-50%);
  z-index: 20;
}
/* line 215, ../../src/sass/_animation.scss */
.animation-container .breathe-text.one {
  opacity: 0;
}
/* line 219, ../../src/sass/_animation.scss */
.animation-container .breathe-text.two {
  opacity: 0;
}
/* line 223, ../../src/sass/_animation.scss */
.animation-container .breathe-text.three {
  opacity: 0;
}

/*
==============================================
bounce
==============================================
*/
/* line 237, ../../src/sass/_animation.scss */
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6);
  }
  60% {
    transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
/*
==============================================
pulse
==============================================
*/
/* line 301, ../../src/sass/_animation.scss */
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
/*
==============================================
floating
==============================================
*/
/* line 348, ../../src/sass/_animation.scss */
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(4%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*
==============================================
tossing
==============================================
*/
/* line 389, ../../src/sass/_animation.scss */
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
/*
==============================================
pullUp
==============================================
*/
/* line 430, ../../src/sass/_animation.scss */
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

@keyframes pullUp {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
/*
==============================================
pullDown
==============================================
*/
/* line 499, ../../src/sass/_animation.scss */
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}

@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
/*
==============================================
stretchLeft
==============================================
*/
/* line 568, ../../src/sass/_animation.scss */
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
}

@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
/*
==============================================
stretchRight
==============================================
*/
/* line 637, ../../src/sass/_animation.scss */
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}

@keyframes stretchRight {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
/* line 2, ../../src/sass/_resources.scss */
.resource-strip .container {
  display: -ms-flexbox;
  display: flex;
}
/* line 5, ../../src/sass/_resources.scss */
.resource-strip .container .resource-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 10, ../../src/sass/_resources.scss */
.resource-strip .container .resource-item p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 25px;
}
/* line 97, ../../src/sass/_typography.scss */
.resource-strip .container .resource-item p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.resource-strip .container .resource-item p strong {
  font-weight: 800;
  color: #666666;
}
/* line 14, ../../src/sass/_resources.scss */
.resource-strip .container .resource-item a {
  transition: all 0.4s ease-in-out;
  color: #000;
  font-weight: 800;
  text-decoration: underline;
  font-family: 'proxima-nova';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 20, ../../src/sass/_resources.scss */
.resource-strip .container .resource-item aside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 0 20px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  /* line 20, ../../src/sass/_resources.scss */
  .resource-strip .container .resource-item aside {
    width: 320px;
  }
}
/* line 32, ../../src/sass/_resources.scss */
.resource-strip .container .resource-item aside h3, .resource-strip .container .resource-item aside a {
  text-align: left;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
/* line 38, ../../src/sass/_resources.scss */
.resource-strip .container .resource-item aside p {
  text-align: left;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}
/* line 47, ../../src/sass/_resources.scss */
.resource-strip .heading-section {
  background-color: #e5e5e5;
  padding: 30px 0;
}
/* line 51, ../../src/sass/_resources.scss */
.resource-strip .heading-section h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #000;
  margin: 10px 0 0;
}
/* line 58, ../../src/sass/_resources.scss */
.resource-strip.image .container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 62, ../../src/sass/_resources.scss */
.resource-strip.image .container .resource-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 20px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  /* line 62, ../../src/sass/_resources.scss */
  .resource-strip.image .container .resource-item {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    margin: 20px 0 20px 40px;
    padding: 50px 0 20px;
  }
  /* line 72, ../../src/sass/_resources.scss */
  .resource-strip.image .container .resource-item:nth-of-type(odd) {
    margin: 20px 0 20px 0;
  }
}
/* line 77, ../../src/sass/_resources.scss */
.resource-strip.image .container .resource-item img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 120px;
  height: auto;
}
/* line 90, ../../src/sass/_resources.scss */
.resource-strip.video .resources-wrapper .container {
  -ms-flex-flow: column;
  flex-flow: column;
}
/* line 94, ../../src/sass/_resources.scss */
.resource-strip.video .resources-wrapper .resource-item {
  margin: 20px 0;
  padding: 50px 0 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  /* line 94, ../../src/sass/_resources.scss */
  .resource-strip.video .resources-wrapper .resource-item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
/* line 103, ../../src/sass/_resources.scss */
.resource-strip.video .resources-wrapper .resource-item div.plyr {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (min-width: 768px) {
  /* line 103, ../../src/sass/_resources.scss */
  .resource-strip.video .resources-wrapper .resource-item div.plyr {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
  }
}
/* line 112, ../../src/sass/_resources.scss */
.resource-strip.video .resources-wrapper .resource-item aside {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  /* line 112, ../../src/sass/_resources.scss */
  .resource-strip.video .resources-wrapper .resource-item aside {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }
}

/* line 2, ../../src/sass/_search.scss */
.search-results .result {
  margin-top: 30px;
  padding-top: 20px;
}
/* line 6, ../../src/sass/_search.scss */
.search-results .result:last-of-type {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

/* line 13, ../../src/sass/_search.scss */
.error404 .main-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 17, ../../src/sass/_search.scss */
.error-search {
  display: -ms-flexbox;
  display: flex;
}
/* line 20, ../../src/sass/_search.scss */
.error-search input {
  position: relative;
  padding: 10px 20px;
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 25px;
}
/* line 97, ../../src/sass/_typography.scss */
.error-search input em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
.error-search input strong {
  font-weight: 800;
  color: #666666;
}
/* line 26, ../../src/sass/_search.scss */
.error-search input[type='text'] {
  -ms-flex: 1;
  flex: 1;
}
/* line 29, ../../src/sass/_search.scss */
.error-search input[type='text']:focus {
  outline: 0;
}
/* line 34, ../../src/sass/_search.scss */
.error-search input[type='submit'] {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  color: #FFF;
  transition: all 0.4s ease;
  font-weight: 500;
  min-width: 150px;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
/* line 18, ../../src/sass/plyr/plyr.scss */
.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  direction: ltr;
}
/* line 28, ../../src/sass/plyr/plyr.scss */
.plyr,
.plyr *,
.plyr *::after,
.plyr *::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 38, ../../src/sass/plyr/plyr.scss */
.plyr a, .plyr button, .plyr input, .plyr label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
/* line 44, ../../src/sass/plyr/plyr.scss */
.plyr:focus {
  outline: 0;
}
/* line 49, ../../src/sass/plyr/plyr.scss */
.plyr video,
.plyr audio {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}
/* line 59, ../../src/sass/plyr/plyr.scss */
.plyr input[type='range'] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  appearance: none;
  cursor: pointer;
  border: none;
  background: transparent;
}
/* line 73, ../../src/sass/plyr/plyr.scss */
.plyr input[type='range']::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}
/* line 76, ../../src/sass/plyr/plyr.scss */
.plyr input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
/* line 83, ../../src/sass/plyr/plyr.scss */
.plyr input[type='range']::-moz-range-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
  user-select: none;
}
/* line 86, ../../src/sass/plyr/plyr.scss */
.plyr input[type='range']::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 91, ../../src/sass/plyr/plyr.scss */
.plyr input[type='range']::-ms-track {
  height: 8px;
  background: transparent;
  border: 0;
  color: transparent;
}
/* line 97, ../../src/sass/plyr/plyr.scss */
.plyr input[type='range']::-ms-fill-upper {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
}
/* line 100, ../../src/sass/plyr/plyr.scss */
.plyr input[type='range']::-ms-fill-lower {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
  background: #3498db;
}
/* line 104, ../../src/sass/plyr/plyr.scss */
.plyr input[type='range']::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}
/* line 109, ../../src/sass/plyr/plyr.scss */
.plyr input[type='range']::-ms-tooltip {
  display: none;
}
/* line 114, ../../src/sass/plyr/plyr.scss */
.plyr input[type='range']:focus {
  outline: 0;
}
/* line 117, ../../src/sass/plyr/plyr.scss */
.plyr input[type='range']::-moz-focus-outer {
  border: 0;
}
/* line 120, ../../src/sass/plyr/plyr.scss */
.plyr input[type='range'].tab-focus:focus {
  outline-offset: 3px;
}

/* line 127, ../../src/sass/plyr/plyr.scss */
.plyr--video input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

/* line 132, ../../src/sass/plyr/plyr.scss */
.plyr--audio input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5);
}

/* line 137, ../../src/sass/plyr/plyr.scss */
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}

/* line 158, ../../src/sass/plyr/plyr.scss */
.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}

/* line 165, ../../src/sass/plyr/plyr.scss */
.plyr__video-embed {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: inherit;
  z-index: 0;
}
/* line 174, ../../src/sass/plyr/plyr.scss */
.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 185, ../../src/sass/plyr/plyr.scss */
.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}

/* line 192, ../../src/sass/plyr/plyr.scss */
.plyr .plyr__video-embed iframe {
  pointer-events: none;
}

/* line 199, ../../src/sass/plyr/plyr.scss */
.plyr video::-webkit-media-text-track-container {
  display: none;
}

/* line 202, ../../src/sass/plyr/plyr.scss */
.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(-60px);
  transition: transform .3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
/* line 216, ../../src/sass/plyr/plyr.scss */
.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  box-decoration-break: clone;
  line-height: 150%;
}
/* line 223, ../../src/sass/plyr/plyr.scss */
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 768px) {
  /* line 202, ../../src/sass/plyr/plyr.scss */
  .plyr__captions {
    font-size: 24px;
  }
}

/* line 231, ../../src/sass/plyr/plyr.scss */
.plyr--captions-active .plyr__captions {
  display: block;
}

/* line 234, ../../src/sass/plyr/plyr.scss */
.plyr--hide-controls .plyr__captions {
  transform: translateY(-20px);
}

@media (min-width: 1024px) {
  /* line 239, ../../src/sass/plyr/plyr.scss */
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
  }
}
/* line 247, ../../src/sass/plyr/plyr.scss */
.plyr ::-webkit-media-controls {
  display: none;
}

/* line 252, ../../src/sass/plyr/plyr.scss */
.plyr__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-align: center;
}
/* line 259, ../../src/sass/plyr/plyr.scss */
.plyr__controls > button,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time {
  margin-left: 5px;
}
/* line 264, ../../src/sass/plyr/plyr.scss */
.plyr__controls > button:first-child,
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child {
  margin-left: 0;
}
/* line 268, ../../src/sass/plyr/plyr.scss */
.plyr__controls .plyr__volume {
  margin-left: 5px;
}
/* line 271, ../../src/sass/plyr/plyr.scss */
.plyr__controls [data-plyr="pause"] {
  margin-left: 0;
}
/* line 276, ../../src/sass/plyr/plyr.scss */
.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  transition: background .3s ease, color .3s ease, opacity .3s ease;
  color: inherit;
}
/* line 290, ../../src/sass/plyr/plyr.scss */
.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
/* line 298, ../../src/sass/plyr/plyr.scss */
.plyr__controls button:focus {
  outline: 0;
}
/* line 304, ../../src/sass/plyr/plyr.scss */
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted,
.plyr__controls .icon--captions-on {
  display: none;
}
@media (min-width: 480px) {
  /* line 311, ../../src/sass/plyr/plyr.scss */
  .plyr__controls > button,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time {
    margin-left: 10px;
  }
}

/* line 319, ../../src/sass/plyr/plyr.scss */
.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

/* line 325, ../../src/sass/plyr/plyr.scss */
.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  transition: opacity .3s ease;
}

/* line 348, ../../src/sass/plyr/plyr.scss */
.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64;
}
/* line 357, ../../src/sass/plyr/plyr.scss */
.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover {
  background: #3498db;
  color: #fff;
}

/* line 366, ../../src/sass/plyr/plyr.scss */
.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: all .3s ease;
}
/* line 381, ../../src/sass/plyr/plyr.scss */
.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}
/* line 390, ../../src/sass/plyr/plyr.scss */
.plyr__play-large:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

/* line 394, ../../src/sass/plyr/plyr.scss */
.plyr .plyr__play-large {
  display: inline-block;
}

/* line 397, ../../src/sass/plyr/plyr.scss */
.plyr--audio .plyr__play-large {
  display: none;
}

/* line 400, ../../src/sass/plyr/plyr.scss */
.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

/* line 406, ../../src/sass/plyr/plyr.scss */
.plyr__controls [data-plyr='pause'],
.plyr--playing .plyr__controls [data-plyr='play'] {
  display: none;
}

/* line 410, ../../src/sass/plyr/plyr.scss */
.plyr--playing .plyr__controls [data-plyr='pause'] {
  display: inline-block;
}

/* line 415, ../../src/sass/plyr/plyr.scss */
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block;
}
/* line 420, ../../src/sass/plyr/plyr.scss */
.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg,
.plyr--captions-active .plyr__controls .icon--captions-on + svg {
  display: none;
}

/* line 426, ../../src/sass/plyr/plyr.scss */
.plyr [data-plyr='captions'],
.plyr [data-plyr='fullscreen'] {
  display: none;
}

/* line 430, ../../src/sass/plyr/plyr.scss */
.plyr--captions-enabled [data-plyr='captions'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block;
}

/* line 437, ../../src/sass/plyr/plyr.scss */
.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease, opacity .2s .1s ease;
}
/* line 457, ../../src/sass/plyr/plyr.scss */
.plyr__tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

/* line 474, ../../src/sass/plyr/plyr.scss */
.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

/* line 480, ../../src/sass/plyr/plyr.scss */
.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

/* line 485, ../../src/sass/plyr/plyr.scss */
.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
/* line 490, ../../src/sass/plyr/plyr.scss */
.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}

/* line 496, ../../src/sass/plyr/plyr.scss */
.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
/* line 501, ../../src/sass/plyr/plyr.scss */
.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

/* line 510, ../../src/sass/plyr/plyr.scss */
.plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:last-child:hover .plyr__tooltip,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

/* line 520, ../../src/sass/plyr/plyr.scss */
.plyr__progress {
  display: none;
  position: relative;
  -ms-flex: 1;
  flex: 1;
}
/* line 525, ../../src/sass/plyr/plyr.scss */
.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}
/* line 529, ../../src/sass/plyr/plyr.scss */
.plyr__progress input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
}
/* line 532, ../../src/sass/plyr/plyr.scss */
.plyr__progress input[type="range"]::-moz-range-track {
  background: transparent;
}
/* line 535, ../../src/sass/plyr/plyr.scss */
.plyr__progress input[type="range"]::-ms-fill-upper {
  background: transparent;
}
/* line 541, ../../src/sass/plyr/plyr.scss */
.plyr__progress .plyr__tooltip {
  left: 0;
}

/* line 545, ../../src/sass/plyr/plyr.scss */
.plyr .plyr__progress {
  display: inline-block;
}

/* line 549, ../../src/sass/plyr/plyr.scss */
.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  appearance: none;
  border: none;
  border-radius: 100px;
}
/* line 564, ../../src/sass/plyr/plyr.scss */
.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: transparent;
}
/* line 567, ../../src/sass/plyr/plyr.scss */
.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}
/* line 572, ../../src/sass/plyr/plyr.scss */
.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}
/* line 577, ../../src/sass/plyr/plyr.scss */
.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

/* line 581, ../../src/sass/plyr/plyr.scss */
.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  background: transparent;
  transition: none;
}
/* line 588, ../../src/sass/plyr/plyr.scss */
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}
/* line 595, ../../src/sass/plyr/plyr.scss */
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}
/* line 602, ../../src/sass/plyr/plyr.scss */
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}

/* line 607, ../../src/sass/plyr/plyr.scss */
.plyr__progress--buffer::-webkit-progress-value {
  transition: width .2s ease;
}
/* line 610, ../../src/sass/plyr/plyr.scss */
.plyr__progress--buffer::-moz-progress-bar {
  transition: width .2s ease;
}
/* line 613, ../../src/sass/plyr/plyr.scss */
.plyr__progress--buffer::-ms-fill {
  transition: width .2s ease;
}

/* line 617, ../../src/sass/plyr/plyr.scss */
.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

/* line 621, ../../src/sass/plyr/plyr.scss */
.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

/* line 624, ../../src/sass/plyr/plyr.scss */
.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.67);
}

/* line 628, ../../src/sass/plyr/plyr.scss */
.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.67);
}

/* line 633, ../../src/sass/plyr/plyr.scss */
.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}

/* line 648, ../../src/sass/plyr/plyr.scss */
.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 651, ../../src/sass/plyr/plyr.scss */
.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.67);
}

/* line 657, ../../src/sass/plyr/plyr.scss */
.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

/* line 663, ../../src/sass/plyr/plyr.scss */
.plyr__time + .plyr__time {
  display: none;
}
@media (min-width: 768px) {
  /* line 663, ../../src/sass/plyr/plyr.scss */
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}
/* line 671, ../../src/sass/plyr/plyr.scss */
.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}

/* line 679, ../../src/sass/plyr/plyr.scss */
.plyr__volume {
  display: none;
}

/* line 682, ../../src/sass/plyr/plyr.scss */
.plyr .plyr__volume {
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
/* line 686, ../../src/sass/plyr/plyr.scss */
.plyr .plyr__volume input[type="range"] {
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  /* line 682, ../../src/sass/plyr/plyr.scss */
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}
@media (min-width: 768px) {
  /* line 682, ../../src/sass/plyr/plyr.scss */
  .plyr .plyr__volume {
    max-width: 100px;
  }
}

/* line 702, ../../src/sass/plyr/plyr.scss */
.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr='mute'] {
  display: none !important;
}

/* line 709, ../../src/sass/plyr/plyr.scss */
.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0 !important;
}
/* line 721, ../../src/sass/plyr/plyr.scss */
.plyr--fullscreen-active video {
  height: 100%;
}
/* line 724, ../../src/sass/plyr/plyr.scss */
.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
/* line 728, ../../src/sass/plyr/plyr.scss */
.plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 736, ../../src/sass/plyr/plyr.scss */
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 218, ../../src/sass/_footer.scss */
body.about .dividing-line {
  background-color: #009fd4;
}
/* line 225, ../../src/sass/_footer.scss */
body.about .main-footer .footer-menu a {
  color: #009fd4;
  font-weight: 800;
  text-decoration: underline;
  font-size: 14px;
}
/* line 232, ../../src/sass/_footer.scss */
body.about .main-footer aside .button.small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #009fd4;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.about .main-footer aside .button.small:hover {
  background-color: #66c5e5;
}
/* line 237, ../../src/sass/_footer.scss */
body.about .main-footer aside form input[type='submit'] {
  background-color: #009fd4;
}
/* line 240, ../../src/sass/_footer.scss */
body.about .main-footer aside form input[type='submit']:hover {
  background-color: #66c5e5;
}
/* line 107, ../../src/sass/_inside-page.scss */
body.about header.page-heading {
  background-color: #66c5e5;
}
/* line 112, ../../src/sass/_inside-page.scss */
body.about .main-content h1, body.about .header-area h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 45px;
  color: #009fd4;
  margin: 10px 0 35px;
}
/* line 117, ../../src/sass/_inside-page.scss */
body.about .main-content p a, body.about .main-content li a, body.about .header-area p a, body.about .header-area li a {
  color: #009fd4;
  font-weight: 800;
  text-decoration: underline;
}
/* line 120, ../../src/sass/_inside-page.scss */
body.about .main-content p a:hover, body.about .main-content li a:hover, body.about .header-area p a:hover, body.about .header-area li a:hover {
  color: #66c5e5;
}
/* line 124, ../../src/sass/_inside-page.scss */
body.about .main-content p a.button, body.about .main-content li a.button, body.about .header-area p a.button, body.about .header-area li a.button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #009fd4;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
/* line 26, ../../src/sass/_mixins.scss */
body.about .main-content p a.button:hover, body.about .main-content li a.button:hover, body.about .header-area p a.button:hover, body.about .header-area li a.button:hover {
  background-color: #66c5e5;
}
/* line 131, ../../src/sass/_inside-page.scss */
body.about .main-content blockquote, body.about .header-area blockquote {
  border-top: 2px solid #009fd4;
}
/* line 134, ../../src/sass/_inside-page.scss */
body.about .main-content blockquote p, body.about .main-content blockquote p:first-of-type, body.about .header-area blockquote p, body.about .header-area blockquote p:first-of-type {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #009fd4;
  margin: 10px 0 30px;
}
/* line 258, ../../src/sass/_post-styles.scss */
body.about.single .page-content .main-content h2, body.about.page-id-41 .page-content .main-content h2, body.about.post-type-archive-about .page-content .main-content h2, body.about.page-template-template-events .page-content .main-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #009fd4;
  margin: 10px 0 15px;
}
/* line 265, ../../src/sass/_post-styles.scss */
body.about.single .page-content .main-content .available-courses .course-entry .response a.book, body.about.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book, body.about.post-type-archive-about .page-content .main-content .available-courses .course-entry .response a.book, body.about.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #009fd4;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.about.single .page-content .main-content .available-courses .course-entry .response a.book:hover, body.about.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book:hover, body.about.post-type-archive-about .page-content .main-content .available-courses .course-entry .response a.book:hover, body.about.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book:hover {
  background-color: #66c5e5;
}
/* line 269, ../../src/sass/_post-styles.scss */
body.about.single .page-content .main-content .available-courses .course-entry .response a.waitlist, body.about.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist, body.about.post-type-archive-about .page-content .main-content .available-courses .course-entry .response a.waitlist, body.about.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #66c5e5;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.about.single .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.about.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.about.post-type-archive-about .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.about.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist:hover {
  background-color: #009fd4;
}
/* line 273, ../../src/sass/_post-styles.scss */
body.about.single .page-content .main-content .available-courses .course-entry .response span, body.about.page-id-41 .page-content .main-content .available-courses .course-entry .response span, body.about.post-type-archive-about .page-content .main-content .available-courses .course-entry .response span, body.about.page-template-template-events .page-content .main-content .available-courses .course-entry .response span {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #f2f2f2;
  color: #009fd4;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.about.single .page-content .main-content .available-courses .course-entry .response span:hover, body.about.page-id-41 .page-content .main-content .available-courses .course-entry .response span:hover, body.about.post-type-archive-about .page-content .main-content .available-courses .course-entry .response span:hover, body.about.page-template-template-events .page-content .main-content .available-courses .course-entry .response span:hover {
  background-color: #f2f2f2;
}
/* line 280, ../../src/sass/_post-styles.scss */
body.about.single .page-content .main-content .archive-body-text, body.about.page-id-41 .page-content .main-content .archive-body-text, body.about.post-type-archive-about .page-content .main-content .archive-body-text, body.about.page-template-template-events .page-content .main-content .archive-body-text {
  border-bottom: 1px solid #66c5e5;
}
/* line 283, ../../src/sass/_post-styles.scss */
body.about.single .page-content .main-content .archive-body-text p:first-of-type, body.about.page-id-41 .page-content .main-content .archive-body-text p:first-of-type, body.about.post-type-archive-about .page-content .main-content .archive-body-text p:first-of-type, body.about.page-template-template-events .page-content .main-content .archive-body-text p:first-of-type {
  font-family: 'proxima-nova';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #009fd4;
  margin-bottom: 35px;
}
/* line 288, ../../src/sass/_post-styles.scss */
body.about.single .page-content .main-content .header-area, body.about.page-id-41 .page-content .main-content .header-area, body.about.post-type-archive-about .page-content .main-content .header-area, body.about.page-template-template-events .page-content .main-content .header-area {
  border-bottom: 1px solid #009fd4;
}
/* line 292, ../../src/sass/_post-styles.scss */
body.about.single .page-content .main-content .header-area .header-content h1, body.about.page-id-41 .page-content .main-content .header-area .header-content h1, body.about.post-type-archive-about .page-content .main-content .header-area .header-content h1, body.about.page-template-template-events .page-content .main-content .header-area .header-content h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #009fd4;
  margin: 10px 0 15px;
}
/* line 297, ../../src/sass/_post-styles.scss */
body.about.single .page-content .main-content .header-area .header-content .share p, body.about.page-id-41 .page-content .main-content .header-area .header-content .share p, body.about.post-type-archive-about .page-content .main-content .header-area .header-content .share p, body.about.page-template-template-events .page-content .main-content .header-area .header-content .share p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
}
/* line 97, ../../src/sass/_typography.scss */
body.about.single .page-content .main-content .header-area .header-content .share p em, body.about.page-id-41 .page-content .main-content .header-area .header-content .share p em, body.about.post-type-archive-about .page-content .main-content .header-area .header-content .share p em, body.about.page-template-template-events .page-content .main-content .header-area .header-content .share p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
body.about.single .page-content .main-content .header-area .header-content .share p strong, body.about.page-id-41 .page-content .main-content .header-area .header-content .share p strong, body.about.post-type-archive-about .page-content .main-content .header-area .header-content .share p strong, body.about.page-template-template-events .page-content .main-content .header-area .header-content .share p strong {
  font-weight: 800;
  color: #666666;
}
/* line 301, ../../src/sass/_post-styles.scss */
body.about.single .page-content .main-content .header-area .header-content .share a, body.about.page-id-41 .page-content .main-content .header-area .header-content .share a, body.about.post-type-archive-about .page-content .main-content .header-area .header-content .share a, body.about.page-template-template-events .page-content .main-content .header-area .header-content .share a {
  background-color: #009fd4;
}
/* line 304, ../../src/sass/_post-styles.scss */
body.about.single .page-content .main-content .header-area .header-content .share a:hover, body.about.page-id-41 .page-content .main-content .header-area .header-content .share a:hover, body.about.post-type-archive-about .page-content .main-content .header-area .header-content .share a:hover, body.about.page-template-template-events .page-content .main-content .header-area .header-content .share a:hover {
  background-color: #009fd4;
}
/* line 310, ../../src/sass/_post-styles.scss */
body.about.single .page-content .main-content .header-area .header-content a.button_sm, body.about.page-id-41 .page-content .main-content .header-area .header-content a.button_sm, body.about.post-type-archive-about .page-content .main-content .header-area .header-content a.button_sm, body.about.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #009fd4;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.about.single .page-content .main-content .header-area .header-content a.button_sm:hover, body.about.page-id-41 .page-content .main-content .header-area .header-content a.button_sm:hover, body.about.post-type-archive-about .page-content .main-content .header-area .header-content a.button_sm:hover, body.about.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm:hover {
  background-color: #66c5e5;
}
/* line 317, ../../src/sass/_post-styles.scss */
body.about.single .page-content .main-content .course-details .details-row, body.about.page-id-41 .page-content .main-content .course-details .details-row, body.about.post-type-archive-about .page-content .main-content .course-details .details-row, body.about.page-template-template-events .page-content .main-content .course-details .details-row {
  border-top: 1px solid #009fd4;
}
/* line 320, ../../src/sass/_post-styles.scss */
body.about.single .page-content .main-content .course-details .details-row:last-of-type, body.about.page-id-41 .page-content .main-content .course-details .details-row:last-of-type, body.about.post-type-archive-about .page-content .main-content .course-details .details-row:last-of-type, body.about.page-template-template-events .page-content .main-content .course-details .details-row:last-of-type {
  border-bottom: 1px solid #009fd4;
}
/* line 331, ../../src/sass/_post-styles.scss */
body.about .pagination .page-numbers.current, body.about .pagination .page-numbers:hover {
  background-color: #009fd4;
}
/* line 335, ../../src/sass/_post-styles.scss */
body.about .pagination .page-numbers.next, body.about .pagination .page-numbers.prev {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #009fd4;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.about .pagination .page-numbers.next:hover, body.about .pagination .page-numbers.prev:hover {
  background-color: #66c5e5;
}
/* line 197, ../../src/sass/_sub-nav.scss */
body.about .sub-nav .sub-nav-toggle:before {
  border-top-color: #009fd4;
}
/* line 202, ../../src/sass/_sub-nav.scss */
body.about .sub-nav .sub-nav-toggle.active:before {
  border-top-color: transparent;
  border-bottom-color: #009fd4;
}
/* line 213, ../../src/sass/_sub-nav.scss */
body.about .sub-nav li.current_page_item > a, body.about .sub-nav li.current_page_parent > a {
  color: #009fd4 !important;
}
/* line 217, ../../src/sass/_sub-nav.scss */
body.about .sub-nav li.current_page_item:before, body.about .sub-nav li.current_page_parent:before {
  border-left-color: #009fd4;
}
/* line 222, ../../src/sass/_sub-nav.scss */
body.about .sub-nav li.current_page_item > .children > li:hover > a, body.about .sub-nav li.current_page_parent > .children > li:hover > a {
  color: #009fd4;
}
/* line 230, ../../src/sass/_sub-nav.scss */
body.about .sub-nav > ul > li {
  border-bottom: 1px solid #009fd4;
}
/* line 258, ../../src/sass/_sub-nav.scss */
body.about .sub-nav > ul > li.all:before {
  border-left-color: #009fd4;
}
/* line 264, ../../src/sass/_sub-nav.scss */
body.about .sub-nav > ul > li:hover > a {
  color: #66c5e5;
}
/* line 78, ../../src/sass/_tactical-box-strip.scss */
body.about section.tactical .container .tacticals .tactical h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #009fd4;
  margin: 10px 0 30px;
  font-size: 25px;
  line-height: 30px;
}
/* line 84, ../../src/sass/_tactical-box-strip.scss */
body.about section.tactical .container .tacticals .tactical a.button_small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #009fd4;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.about section.tactical .container .tacticals .tactical a.button_small:hover {
  background-color: #66c5e5;
}
/* line 142, ../../src/sass/_top-bar.scss */
body.about .call-to-action:hover {
  color: #009fd4;
}
@media (min-width: 1024px) {
  /* line 153, ../../src/sass/_top-bar.scss */
  body.about .top-bar aside.social-media a:hover svg path {
    fill: #009fd4;
  }
  /* line 162, ../../src/sass/_top-bar.scss */
  body.about .top-bar aside.search input[type="text"] {
    color: #009fd4;
  }
  /* line 170, ../../src/sass/_top-bar.scss */
  body.about .top-bar.active aside.search svg line, body.about .top-bar.active aside.search svg circle {
    stroke: #009fd4;
  }
}
/* line 33, ../../src/sass/_mixins.scss */
body.about svg#omc_logo path#circle {
  fill: #009fd4;
}
/* line 129, ../../src/sass/_navigation.scss */
body.about nav ul li.current-menu-item a, body.about nav ul li.current-page-ancestor a {
  color: #009fd4;
}
/* line 134, ../../src/sass/_navigation.scss */
body.about nav ul li:hover a {
  color: #009fd4;
}
/* line 378, ../../src/sass/_mobile-navigation.scss */
body.about #hamburger.open #top, body.about #hamburger.open #bottom {
  fill: #009fd4;
}
/* line 385, ../../src/sass/_mobile-navigation.scss */
body.about .mobile-search form input[type="text"] {
  color: #009fd4;
}
/* line 392, ../../src/sass/_mobile-navigation.scss */
body.about .mobile-navigation #search-icon.active line, body.about .mobile-navigation #search-icon.active circle {
  stroke: #009fd4;
}
/* line 164, ../../src/sass/_people.scss */
body.about.single-people .page-content .header-area .header-content h3, body.about.single-project .page-content .header-area .header-content h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #009fd4;
  margin: 10px 0 0;
}
/* line 168, ../../src/sass/_people.scss */
body.about.single-people .page-content .header-area .header-content a, body.about.single-project .page-content .header-area .header-content a {
  color: #009fd4;
  text-decoration: none;
}
/* line 172, ../../src/sass/_people.scss */
body.about.single-people .page-content .header-area .header-content a:hover, body.about.single-project .page-content .header-area .header-content a:hover {
  text-decoration: underline;
}
/* line 180, ../../src/sass/_people.scss */
body.about.single-people .page-content .main-content .supporters, body.about.single-project .page-content .main-content .supporters {
  border-top: 1px solid #009fd4;
}
/* line 183, ../../src/sass/_people.scss */
body.about.single-people .page-content .main-content .supporters .supporter, body.about.single-project .page-content .main-content .supporters .supporter {
  border-bottom: 1px solid #009fd4;
}
/* line 186, ../../src/sass/_people.scss */
body.about.single-people .page-content .main-content .supporters .supporter a, body.about.single-project .page-content .main-content .supporters .supporter a {
  color: #009fd4;
  text-decoration: none;
}
/* line 190, ../../src/sass/_people.scss */
body.about.single-people .page-content .main-content .supporters .supporter a:hover, body.about.single-project .page-content .main-content .supporters .supporter a:hover {
  text-decoration: underline;
}
/* line 199, ../../src/sass/_people.scss */
body.about.single-people .page-content .content-wrap blockquote, body.about.single-project .page-content .content-wrap blockquote {
  border-top: 1px solid #009fd4;
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #009fd4;
  margin: 10px 0 10px;
  font-size: 16px;
  line-height: 25px;
  max-width: 100%;
}
/* line 120, ../../src/sass/_people-tile.scss */
body.about .related-people h3 {
  border-top: 1px solid #009fd4;
}
/* line 125, ../../src/sass/_people-tile.scss */
body.about .people-list {
  border-top: 1px solid #009fd4;
}
/* line 129, ../../src/sass/_people-tile.scss */
body.about .course-details + .people-list {
  border-top: 0;
}
/* line 133, ../../src/sass/_people-tile.scss */
body.about .people-tile {
  border-bottom: 1px solid #009fd4;
}
/* line 138, ../../src/sass/_people-tile.scss */
body.about .people-tile .people-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #009fd4;
  margin: 10px 0 10px;
}
/* line 142, ../../src/sass/_people-tile.scss */
body.about .people-tile .people-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #009fd4;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
/* line 26, ../../src/sass/_mixins.scss */
body.about .people-tile .people-content a.button_sm:hover {
  background-color: #66c5e5;
}
/* line 149, ../../src/sass/_people-tile.scss */
body.about .people-tile:hover .people-content h2 {
  color: #66c5e5;
}
/* line 277, ../../src/sass/_strips.scss */
body.about .strip-text a:not(.button) {
  transition: all 0.4s ease-in-out;
  color: #009fd4;
  font-weight: 800;
  text-decoration: underline;
}
/* line 281, ../../src/sass/_strips.scss */
body.about .strip-text a:not(.button):hover {
  color: #66c5e5;
}
/* line 286, ../../src/sass/_strips.scss */
body.about .strip-text .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #66c5e5;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.about .strip-text .button:hover {
  background-color: #009fd4;
}
/* line 291, ../../src/sass/_strips.scss */
body.about .strip-header-v2 {
  background-color: #66c5e5;
}
/* line 295, ../../src/sass/_strips.scss */
body.about .strip-text-image {
  background-color: #66c5e5;
}
/* line 304, ../../src/sass/_strips.scss */
body.about .strip-two-tile .block-holder .left .content-tile .content-container .button, body.about .strip-two-tile .block-holder .right .content-tile .content-container .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #009fd4;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.about .strip-two-tile .block-holder .left .content-tile .content-container .button:hover, body.about .strip-two-tile .block-holder .right .content-tile .content-container .button:hover {
  background-color: #66c5e5;
}
/* line 128, ../../src/sass/_resources.scss */
body.about .resource-strip .container .resource-item h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #009fd4;
  margin: 10px 0 10px;
}
/* line 132, ../../src/sass/_resources.scss */
body.about .resource-strip .container .resource-item a {
  color: #009fd4;
}
/* line 135, ../../src/sass/_resources.scss */
body.about .resource-strip .container .resource-item a:hover {
  color: #66c5e5;
}
/* line 143, ../../src/sass/_resources.scss */
body.about .resource-strip.video .resource-item {
  border-top: 1px solid #009fd4;
}
/* line 146, ../../src/sass/_resources.scss */
body.about .resource-strip.video .resource-item:nth-of-type(1) {
  border-top: 0;
}
@media (min-width: 768px) {
  /* line 153, ../../src/sass/_resources.scss */
  body.about .resource-strip.image .resource-item {
    border-top: 1px solid #009fd4;
  }
  /* line 156, ../../src/sass/_resources.scss */
  body.about .resource-strip.image .resource-item:nth-of-type(1), body.about .resource-strip.image .resource-item:nth-of-type(2) {
    border-top: 0;
  }
}
/* line 754, ../../src/sass/plyr/plyr.scss */
body.about .plyr input[type="range"]:active::-webkit-slider-thumb {
  background: #009fd4;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 757, ../../src/sass/plyr/plyr.scss */
body.about .plyr input[type="range"]:active::-moz-range-thumb {
  background: #009fd4;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 760, ../../src/sass/plyr/plyr.scss */
body.about .plyr input[type="range"]:active::-ms-thumb {
  background: #009fd4;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 767, ../../src/sass/plyr/plyr.scss */
body.about .plyr__play-large {
  background: #009fd4;
}
/* line 770, ../../src/sass/plyr/plyr.scss */
body.about .plyr__play-large:hover {
  background: #66c5e5;
}
/* line 775, ../../src/sass/plyr/plyr.scss */
body.about .plyr__progress--played,
body.about .plyr__volume--display {
  color: #009fd4;
}
/* line 783, ../../src/sass/plyr/plyr.scss */
body.about .plyr--video .plyr__controls button.tab-focus:focus, body.about .plyr--video .plyr__controls button:hover {
  background: #009fd4;
  color: #FFF;
}
/* line 48, ../../src/sass/_search.scss */
body.about .search-results .result {
  border-top: 1px solid #009fd4;
}
/* line 49, ../../src/sass/_search.scss */
body.about .search-results .result h3 {
  color: #009fd4;
}
/* line 55, ../../src/sass/_search.scss */
body.about .search-results .result:last-of-type {
  border-bottom: 1px solid #009fd4;
}
/* line 62, ../../src/sass/_search.scss */
body.about .error-search input[type='text'] {
  color: #009fd4;
}
/* line 66, ../../src/sass/_search.scss */
body.about .error-search input[type='submit'] {
  background-color: #009fd4;
}
/* line 69, ../../src/sass/_search.scss */
body.about .error-search input[type='submit']:hover {
  background-color: #66c5e5;
}

/* line 218, ../../src/sass/_footer.scss */
body.mindfull .dividing-line {
  background-color: #938f8c;
}
/* line 225, ../../src/sass/_footer.scss */
body.mindfull .main-footer .footer-menu a {
  color: #938f8c;
  font-weight: 800;
  text-decoration: underline;
  font-size: 14px;
}
/* line 232, ../../src/sass/_footer.scss */
body.mindfull .main-footer aside .button.small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #938f8c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.mindfull .main-footer aside .button.small:hover {
  background-color: #cdc3bb;
}
/* line 237, ../../src/sass/_footer.scss */
body.mindfull .main-footer aside form input[type='submit'] {
  background-color: #938f8c;
}
/* line 240, ../../src/sass/_footer.scss */
body.mindfull .main-footer aside form input[type='submit']:hover {
  background-color: #cdc3bb;
}
/* line 107, ../../src/sass/_inside-page.scss */
body.mindfull header.page-heading {
  background-color: #cdc3bb;
}
/* line 112, ../../src/sass/_inside-page.scss */
body.mindfull .main-content h1, body.mindfull .header-area h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 45px;
  color: #938f8c;
  margin: 10px 0 35px;
}
/* line 117, ../../src/sass/_inside-page.scss */
body.mindfull .main-content p a, body.mindfull .main-content li a, body.mindfull .header-area p a, body.mindfull .header-area li a {
  color: #938f8c;
  font-weight: 800;
  text-decoration: underline;
}
/* line 120, ../../src/sass/_inside-page.scss */
body.mindfull .main-content p a:hover, body.mindfull .main-content li a:hover, body.mindfull .header-area p a:hover, body.mindfull .header-area li a:hover {
  color: #cdc3bb;
}
/* line 124, ../../src/sass/_inside-page.scss */
body.mindfull .main-content p a.button, body.mindfull .main-content li a.button, body.mindfull .header-area p a.button, body.mindfull .header-area li a.button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #938f8c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
/* line 26, ../../src/sass/_mixins.scss */
body.mindfull .main-content p a.button:hover, body.mindfull .main-content li a.button:hover, body.mindfull .header-area p a.button:hover, body.mindfull .header-area li a.button:hover {
  background-color: #cdc3bb;
}
/* line 131, ../../src/sass/_inside-page.scss */
body.mindfull .main-content blockquote, body.mindfull .header-area blockquote {
  border-top: 2px solid #938f8c;
}
/* line 134, ../../src/sass/_inside-page.scss */
body.mindfull .main-content blockquote p, body.mindfull .main-content blockquote p:first-of-type, body.mindfull .header-area blockquote p, body.mindfull .header-area blockquote p:first-of-type {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #938f8c;
  margin: 10px 0 30px;
}
/* line 258, ../../src/sass/_post-styles.scss */
body.mindfull.single .page-content .main-content h2, body.mindfull.page-id-41 .page-content .main-content h2, body.mindfull.post-type-archive-mindfull .page-content .main-content h2, body.mindfull.page-template-template-events .page-content .main-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #938f8c;
  margin: 10px 0 15px;
}
/* line 265, ../../src/sass/_post-styles.scss */
body.mindfull.single .page-content .main-content .available-courses .course-entry .response a.book, body.mindfull.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book, body.mindfull.post-type-archive-mindfull .page-content .main-content .available-courses .course-entry .response a.book, body.mindfull.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #938f8c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.mindfull.single .page-content .main-content .available-courses .course-entry .response a.book:hover, body.mindfull.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book:hover, body.mindfull.post-type-archive-mindfull .page-content .main-content .available-courses .course-entry .response a.book:hover, body.mindfull.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book:hover {
  background-color: #cdc3bb;
}
/* line 269, ../../src/sass/_post-styles.scss */
body.mindfull.single .page-content .main-content .available-courses .course-entry .response a.waitlist, body.mindfull.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist, body.mindfull.post-type-archive-mindfull .page-content .main-content .available-courses .course-entry .response a.waitlist, body.mindfull.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #cdc3bb;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.mindfull.single .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.mindfull.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.mindfull.post-type-archive-mindfull .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.mindfull.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist:hover {
  background-color: #938f8c;
}
/* line 273, ../../src/sass/_post-styles.scss */
body.mindfull.single .page-content .main-content .available-courses .course-entry .response span, body.mindfull.page-id-41 .page-content .main-content .available-courses .course-entry .response span, body.mindfull.post-type-archive-mindfull .page-content .main-content .available-courses .course-entry .response span, body.mindfull.page-template-template-events .page-content .main-content .available-courses .course-entry .response span {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #f2f2f2;
  color: #938f8c;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.mindfull.single .page-content .main-content .available-courses .course-entry .response span:hover, body.mindfull.page-id-41 .page-content .main-content .available-courses .course-entry .response span:hover, body.mindfull.post-type-archive-mindfull .page-content .main-content .available-courses .course-entry .response span:hover, body.mindfull.page-template-template-events .page-content .main-content .available-courses .course-entry .response span:hover {
  background-color: #f2f2f2;
}
/* line 280, ../../src/sass/_post-styles.scss */
body.mindfull.single .page-content .main-content .archive-body-text, body.mindfull.page-id-41 .page-content .main-content .archive-body-text, body.mindfull.post-type-archive-mindfull .page-content .main-content .archive-body-text, body.mindfull.page-template-template-events .page-content .main-content .archive-body-text {
  border-bottom: 1px solid #cdc3bb;
}
/* line 283, ../../src/sass/_post-styles.scss */
body.mindfull.single .page-content .main-content .archive-body-text p:first-of-type, body.mindfull.page-id-41 .page-content .main-content .archive-body-text p:first-of-type, body.mindfull.post-type-archive-mindfull .page-content .main-content .archive-body-text p:first-of-type, body.mindfull.page-template-template-events .page-content .main-content .archive-body-text p:first-of-type {
  font-family: 'proxima-nova';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #938f8c;
  margin-bottom: 35px;
}
/* line 288, ../../src/sass/_post-styles.scss */
body.mindfull.single .page-content .main-content .header-area, body.mindfull.page-id-41 .page-content .main-content .header-area, body.mindfull.post-type-archive-mindfull .page-content .main-content .header-area, body.mindfull.page-template-template-events .page-content .main-content .header-area {
  border-bottom: 1px solid #938f8c;
}
/* line 292, ../../src/sass/_post-styles.scss */
body.mindfull.single .page-content .main-content .header-area .header-content h1, body.mindfull.page-id-41 .page-content .main-content .header-area .header-content h1, body.mindfull.post-type-archive-mindfull .page-content .main-content .header-area .header-content h1, body.mindfull.page-template-template-events .page-content .main-content .header-area .header-content h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #938f8c;
  margin: 10px 0 15px;
}
/* line 297, ../../src/sass/_post-styles.scss */
body.mindfull.single .page-content .main-content .header-area .header-content .share p, body.mindfull.page-id-41 .page-content .main-content .header-area .header-content .share p, body.mindfull.post-type-archive-mindfull .page-content .main-content .header-area .header-content .share p, body.mindfull.page-template-template-events .page-content .main-content .header-area .header-content .share p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
}
/* line 97, ../../src/sass/_typography.scss */
body.mindfull.single .page-content .main-content .header-area .header-content .share p em, body.mindfull.page-id-41 .page-content .main-content .header-area .header-content .share p em, body.mindfull.post-type-archive-mindfull .page-content .main-content .header-area .header-content .share p em, body.mindfull.page-template-template-events .page-content .main-content .header-area .header-content .share p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
body.mindfull.single .page-content .main-content .header-area .header-content .share p strong, body.mindfull.page-id-41 .page-content .main-content .header-area .header-content .share p strong, body.mindfull.post-type-archive-mindfull .page-content .main-content .header-area .header-content .share p strong, body.mindfull.page-template-template-events .page-content .main-content .header-area .header-content .share p strong {
  font-weight: 800;
  color: #666666;
}
/* line 301, ../../src/sass/_post-styles.scss */
body.mindfull.single .page-content .main-content .header-area .header-content .share a, body.mindfull.page-id-41 .page-content .main-content .header-area .header-content .share a, body.mindfull.post-type-archive-mindfull .page-content .main-content .header-area .header-content .share a, body.mindfull.page-template-template-events .page-content .main-content .header-area .header-content .share a {
  background-color: #938f8c;
}
/* line 304, ../../src/sass/_post-styles.scss */
body.mindfull.single .page-content .main-content .header-area .header-content .share a:hover, body.mindfull.page-id-41 .page-content .main-content .header-area .header-content .share a:hover, body.mindfull.post-type-archive-mindfull .page-content .main-content .header-area .header-content .share a:hover, body.mindfull.page-template-template-events .page-content .main-content .header-area .header-content .share a:hover {
  background-color: #938f8c;
}
/* line 310, ../../src/sass/_post-styles.scss */
body.mindfull.single .page-content .main-content .header-area .header-content a.button_sm, body.mindfull.page-id-41 .page-content .main-content .header-area .header-content a.button_sm, body.mindfull.post-type-archive-mindfull .page-content .main-content .header-area .header-content a.button_sm, body.mindfull.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #938f8c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.mindfull.single .page-content .main-content .header-area .header-content a.button_sm:hover, body.mindfull.page-id-41 .page-content .main-content .header-area .header-content a.button_sm:hover, body.mindfull.post-type-archive-mindfull .page-content .main-content .header-area .header-content a.button_sm:hover, body.mindfull.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm:hover {
  background-color: #cdc3bb;
}
/* line 317, ../../src/sass/_post-styles.scss */
body.mindfull.single .page-content .main-content .course-details .details-row, body.mindfull.page-id-41 .page-content .main-content .course-details .details-row, body.mindfull.post-type-archive-mindfull .page-content .main-content .course-details .details-row, body.mindfull.page-template-template-events .page-content .main-content .course-details .details-row {
  border-top: 1px solid #938f8c;
}
/* line 320, ../../src/sass/_post-styles.scss */
body.mindfull.single .page-content .main-content .course-details .details-row:last-of-type, body.mindfull.page-id-41 .page-content .main-content .course-details .details-row:last-of-type, body.mindfull.post-type-archive-mindfull .page-content .main-content .course-details .details-row:last-of-type, body.mindfull.page-template-template-events .page-content .main-content .course-details .details-row:last-of-type {
  border-bottom: 1px solid #938f8c;
}
/* line 331, ../../src/sass/_post-styles.scss */
body.mindfull .pagination .page-numbers.current, body.mindfull .pagination .page-numbers:hover {
  background-color: #938f8c;
}
/* line 335, ../../src/sass/_post-styles.scss */
body.mindfull .pagination .page-numbers.next, body.mindfull .pagination .page-numbers.prev {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #938f8c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.mindfull .pagination .page-numbers.next:hover, body.mindfull .pagination .page-numbers.prev:hover {
  background-color: #cdc3bb;
}
/* line 197, ../../src/sass/_sub-nav.scss */
body.mindfull .sub-nav .sub-nav-toggle:before {
  border-top-color: #938f8c;
}
/* line 202, ../../src/sass/_sub-nav.scss */
body.mindfull .sub-nav .sub-nav-toggle.active:before {
  border-top-color: transparent;
  border-bottom-color: #938f8c;
}
/* line 213, ../../src/sass/_sub-nav.scss */
body.mindfull .sub-nav li.current_page_item > a, body.mindfull .sub-nav li.current_page_parent > a {
  color: #938f8c !important;
}
/* line 217, ../../src/sass/_sub-nav.scss */
body.mindfull .sub-nav li.current_page_item:before, body.mindfull .sub-nav li.current_page_parent:before {
  border-left-color: #938f8c;
}
/* line 222, ../../src/sass/_sub-nav.scss */
body.mindfull .sub-nav li.current_page_item > .children > li:hover > a, body.mindfull .sub-nav li.current_page_parent > .children > li:hover > a {
  color: #938f8c;
}
/* line 230, ../../src/sass/_sub-nav.scss */
body.mindfull .sub-nav > ul > li {
  border-bottom: 1px solid #938f8c;
}
/* line 258, ../../src/sass/_sub-nav.scss */
body.mindfull .sub-nav > ul > li.all:before {
  border-left-color: #938f8c;
}
/* line 264, ../../src/sass/_sub-nav.scss */
body.mindfull .sub-nav > ul > li:hover > a {
  color: #cdc3bb;
}
/* line 78, ../../src/sass/_tactical-box-strip.scss */
body.mindfull section.tactical .container .tacticals .tactical h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #938f8c;
  margin: 10px 0 30px;
  font-size: 25px;
  line-height: 30px;
}
/* line 84, ../../src/sass/_tactical-box-strip.scss */
body.mindfull section.tactical .container .tacticals .tactical a.button_small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #938f8c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.mindfull section.tactical .container .tacticals .tactical a.button_small:hover {
  background-color: #cdc3bb;
}
/* line 142, ../../src/sass/_top-bar.scss */
body.mindfull .call-to-action:hover {
  color: #938f8c;
}
@media (min-width: 1024px) {
  /* line 153, ../../src/sass/_top-bar.scss */
  body.mindfull .top-bar aside.social-media a:hover svg path {
    fill: #938f8c;
  }
  /* line 162, ../../src/sass/_top-bar.scss */
  body.mindfull .top-bar aside.search input[type="text"] {
    color: #938f8c;
  }
  /* line 170, ../../src/sass/_top-bar.scss */
  body.mindfull .top-bar.active aside.search svg line, body.mindfull .top-bar.active aside.search svg circle {
    stroke: #938f8c;
  }
}
/* line 33, ../../src/sass/_mixins.scss */
body.mindfull svg#omc_logo path#circle {
  fill: #938f8c;
}
/* line 129, ../../src/sass/_navigation.scss */
body.mindfull nav ul li.current-menu-item a, body.mindfull nav ul li.current-page-ancestor a {
  color: #938f8c;
}
/* line 134, ../../src/sass/_navigation.scss */
body.mindfull nav ul li:hover a {
  color: #938f8c;
}
/* line 378, ../../src/sass/_mobile-navigation.scss */
body.mindfull #hamburger.open #top, body.mindfull #hamburger.open #bottom {
  fill: #938f8c;
}
/* line 385, ../../src/sass/_mobile-navigation.scss */
body.mindfull .mobile-search form input[type="text"] {
  color: #938f8c;
}
/* line 392, ../../src/sass/_mobile-navigation.scss */
body.mindfull .mobile-navigation #search-icon.active line, body.mindfull .mobile-navigation #search-icon.active circle {
  stroke: #938f8c;
}
/* line 164, ../../src/sass/_people.scss */
body.mindfull.single-people .page-content .header-area .header-content h3, body.mindfull.single-project .page-content .header-area .header-content h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #938f8c;
  margin: 10px 0 0;
}
/* line 168, ../../src/sass/_people.scss */
body.mindfull.single-people .page-content .header-area .header-content a, body.mindfull.single-project .page-content .header-area .header-content a {
  color: #938f8c;
  text-decoration: none;
}
/* line 172, ../../src/sass/_people.scss */
body.mindfull.single-people .page-content .header-area .header-content a:hover, body.mindfull.single-project .page-content .header-area .header-content a:hover {
  text-decoration: underline;
}
/* line 180, ../../src/sass/_people.scss */
body.mindfull.single-people .page-content .main-content .supporters, body.mindfull.single-project .page-content .main-content .supporters {
  border-top: 1px solid #938f8c;
}
/* line 183, ../../src/sass/_people.scss */
body.mindfull.single-people .page-content .main-content .supporters .supporter, body.mindfull.single-project .page-content .main-content .supporters .supporter {
  border-bottom: 1px solid #938f8c;
}
/* line 186, ../../src/sass/_people.scss */
body.mindfull.single-people .page-content .main-content .supporters .supporter a, body.mindfull.single-project .page-content .main-content .supporters .supporter a {
  color: #938f8c;
  text-decoration: none;
}
/* line 190, ../../src/sass/_people.scss */
body.mindfull.single-people .page-content .main-content .supporters .supporter a:hover, body.mindfull.single-project .page-content .main-content .supporters .supporter a:hover {
  text-decoration: underline;
}
/* line 199, ../../src/sass/_people.scss */
body.mindfull.single-people .page-content .content-wrap blockquote, body.mindfull.single-project .page-content .content-wrap blockquote {
  border-top: 1px solid #938f8c;
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #938f8c;
  margin: 10px 0 10px;
  font-size: 16px;
  line-height: 25px;
  max-width: 100%;
}
/* line 120, ../../src/sass/_people-tile.scss */
body.mindfull .related-people h3 {
  border-top: 1px solid #938f8c;
}
/* line 125, ../../src/sass/_people-tile.scss */
body.mindfull .people-list {
  border-top: 1px solid #938f8c;
}
/* line 129, ../../src/sass/_people-tile.scss */
body.mindfull .course-details + .people-list {
  border-top: 0;
}
/* line 133, ../../src/sass/_people-tile.scss */
body.mindfull .people-tile {
  border-bottom: 1px solid #938f8c;
}
/* line 138, ../../src/sass/_people-tile.scss */
body.mindfull .people-tile .people-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #938f8c;
  margin: 10px 0 10px;
}
/* line 142, ../../src/sass/_people-tile.scss */
body.mindfull .people-tile .people-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #938f8c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
/* line 26, ../../src/sass/_mixins.scss */
body.mindfull .people-tile .people-content a.button_sm:hover {
  background-color: #cdc3bb;
}
/* line 149, ../../src/sass/_people-tile.scss */
body.mindfull .people-tile:hover .people-content h2 {
  color: #cdc3bb;
}
/* line 277, ../../src/sass/_strips.scss */
body.mindfull .strip-text a:not(.button) {
  transition: all 0.4s ease-in-out;
  color: #938f8c;
  font-weight: 800;
  text-decoration: underline;
}
/* line 281, ../../src/sass/_strips.scss */
body.mindfull .strip-text a:not(.button):hover {
  color: #cdc3bb;
}
/* line 286, ../../src/sass/_strips.scss */
body.mindfull .strip-text .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #cdc3bb;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.mindfull .strip-text .button:hover {
  background-color: #938f8c;
}
/* line 291, ../../src/sass/_strips.scss */
body.mindfull .strip-header-v2 {
  background-color: #cdc3bb;
}
/* line 295, ../../src/sass/_strips.scss */
body.mindfull .strip-text-image {
  background-color: #cdc3bb;
}
/* line 304, ../../src/sass/_strips.scss */
body.mindfull .strip-two-tile .block-holder .left .content-tile .content-container .button, body.mindfull .strip-two-tile .block-holder .right .content-tile .content-container .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #938f8c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.mindfull .strip-two-tile .block-holder .left .content-tile .content-container .button:hover, body.mindfull .strip-two-tile .block-holder .right .content-tile .content-container .button:hover {
  background-color: #cdc3bb;
}
/* line 128, ../../src/sass/_resources.scss */
body.mindfull .resource-strip .container .resource-item h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #938f8c;
  margin: 10px 0 10px;
}
/* line 132, ../../src/sass/_resources.scss */
body.mindfull .resource-strip .container .resource-item a {
  color: #938f8c;
}
/* line 135, ../../src/sass/_resources.scss */
body.mindfull .resource-strip .container .resource-item a:hover {
  color: #cdc3bb;
}
/* line 143, ../../src/sass/_resources.scss */
body.mindfull .resource-strip.video .resource-item {
  border-top: 1px solid #938f8c;
}
/* line 146, ../../src/sass/_resources.scss */
body.mindfull .resource-strip.video .resource-item:nth-of-type(1) {
  border-top: 0;
}
@media (min-width: 768px) {
  /* line 153, ../../src/sass/_resources.scss */
  body.mindfull .resource-strip.image .resource-item {
    border-top: 1px solid #938f8c;
  }
  /* line 156, ../../src/sass/_resources.scss */
  body.mindfull .resource-strip.image .resource-item:nth-of-type(1), body.mindfull .resource-strip.image .resource-item:nth-of-type(2) {
    border-top: 0;
  }
}
/* line 754, ../../src/sass/plyr/plyr.scss */
body.mindfull .plyr input[type="range"]:active::-webkit-slider-thumb {
  background: #938f8c;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 757, ../../src/sass/plyr/plyr.scss */
body.mindfull .plyr input[type="range"]:active::-moz-range-thumb {
  background: #938f8c;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 760, ../../src/sass/plyr/plyr.scss */
body.mindfull .plyr input[type="range"]:active::-ms-thumb {
  background: #938f8c;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 767, ../../src/sass/plyr/plyr.scss */
body.mindfull .plyr__play-large {
  background: #938f8c;
}
/* line 770, ../../src/sass/plyr/plyr.scss */
body.mindfull .plyr__play-large:hover {
  background: #cdc3bb;
}
/* line 775, ../../src/sass/plyr/plyr.scss */
body.mindfull .plyr__progress--played,
body.mindfull .plyr__volume--display {
  color: #938f8c;
}
/* line 783, ../../src/sass/plyr/plyr.scss */
body.mindfull .plyr--video .plyr__controls button.tab-focus:focus, body.mindfull .plyr--video .plyr__controls button:hover {
  background: #938f8c;
  color: #FFF;
}
/* line 48, ../../src/sass/_search.scss */
body.mindfull .search-results .result {
  border-top: 1px solid #938f8c;
}
/* line 49, ../../src/sass/_search.scss */
body.mindfull .search-results .result h3 {
  color: #938f8c;
}
/* line 55, ../../src/sass/_search.scss */
body.mindfull .search-results .result:last-of-type {
  border-bottom: 1px solid #938f8c;
}
/* line 62, ../../src/sass/_search.scss */
body.mindfull .error-search input[type='text'] {
  color: #938f8c;
}
/* line 66, ../../src/sass/_search.scss */
body.mindfull .error-search input[type='submit'] {
  background-color: #938f8c;
}
/* line 69, ../../src/sass/_search.scss */
body.mindfull .error-search input[type='submit']:hover {
  background-color: #cdc3bb;
}

/* line 218, ../../src/sass/_footer.scss */
body.issues .dividing-line {
  background-color: #57a19c;
}
/* line 225, ../../src/sass/_footer.scss */
body.issues .main-footer .footer-menu a {
  color: #57a19c;
  font-weight: 800;
  text-decoration: underline;
  font-size: 14px;
}
/* line 232, ../../src/sass/_footer.scss */
body.issues .main-footer aside .button.small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #57a19c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.issues .main-footer aside .button.small:hover {
  background-color: #6edbd5;
}
/* line 237, ../../src/sass/_footer.scss */
body.issues .main-footer aside form input[type='submit'] {
  background-color: #57a19c;
}
/* line 240, ../../src/sass/_footer.scss */
body.issues .main-footer aside form input[type='submit']:hover {
  background-color: #6edbd5;
}
/* line 107, ../../src/sass/_inside-page.scss */
body.issues header.page-heading {
  background-color: #6edbd5;
}
/* line 112, ../../src/sass/_inside-page.scss */
body.issues .main-content h1, body.issues .header-area h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 45px;
  color: #57a19c;
  margin: 10px 0 35px;
}
/* line 117, ../../src/sass/_inside-page.scss */
body.issues .main-content p a, body.issues .main-content li a, body.issues .header-area p a, body.issues .header-area li a {
  color: #57a19c;
  font-weight: 800;
  text-decoration: underline;
}
/* line 120, ../../src/sass/_inside-page.scss */
body.issues .main-content p a:hover, body.issues .main-content li a:hover, body.issues .header-area p a:hover, body.issues .header-area li a:hover {
  color: #6edbd5;
}
/* line 124, ../../src/sass/_inside-page.scss */
body.issues .main-content p a.button, body.issues .main-content li a.button, body.issues .header-area p a.button, body.issues .header-area li a.button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #57a19c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
/* line 26, ../../src/sass/_mixins.scss */
body.issues .main-content p a.button:hover, body.issues .main-content li a.button:hover, body.issues .header-area p a.button:hover, body.issues .header-area li a.button:hover {
  background-color: #6edbd5;
}
/* line 131, ../../src/sass/_inside-page.scss */
body.issues .main-content blockquote, body.issues .header-area blockquote {
  border-top: 2px solid #57a19c;
}
/* line 134, ../../src/sass/_inside-page.scss */
body.issues .main-content blockquote p, body.issues .main-content blockquote p:first-of-type, body.issues .header-area blockquote p, body.issues .header-area blockquote p:first-of-type {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #57a19c;
  margin: 10px 0 30px;
}
/* line 258, ../../src/sass/_post-styles.scss */
body.issues.single .page-content .main-content h2, body.issues.page-id-41 .page-content .main-content h2, body.issues.post-type-archive-issues .page-content .main-content h2, body.issues.page-template-template-events .page-content .main-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #57a19c;
  margin: 10px 0 15px;
}
/* line 265, ../../src/sass/_post-styles.scss */
body.issues.single .page-content .main-content .available-courses .course-entry .response a.book, body.issues.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book, body.issues.post-type-archive-issues .page-content .main-content .available-courses .course-entry .response a.book, body.issues.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #57a19c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.issues.single .page-content .main-content .available-courses .course-entry .response a.book:hover, body.issues.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book:hover, body.issues.post-type-archive-issues .page-content .main-content .available-courses .course-entry .response a.book:hover, body.issues.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book:hover {
  background-color: #6edbd5;
}
/* line 269, ../../src/sass/_post-styles.scss */
body.issues.single .page-content .main-content .available-courses .course-entry .response a.waitlist, body.issues.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist, body.issues.post-type-archive-issues .page-content .main-content .available-courses .course-entry .response a.waitlist, body.issues.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #6edbd5;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.issues.single .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.issues.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.issues.post-type-archive-issues .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.issues.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist:hover {
  background-color: #57a19c;
}
/* line 273, ../../src/sass/_post-styles.scss */
body.issues.single .page-content .main-content .available-courses .course-entry .response span, body.issues.page-id-41 .page-content .main-content .available-courses .course-entry .response span, body.issues.post-type-archive-issues .page-content .main-content .available-courses .course-entry .response span, body.issues.page-template-template-events .page-content .main-content .available-courses .course-entry .response span {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #f2f2f2;
  color: #57a19c;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.issues.single .page-content .main-content .available-courses .course-entry .response span:hover, body.issues.page-id-41 .page-content .main-content .available-courses .course-entry .response span:hover, body.issues.post-type-archive-issues .page-content .main-content .available-courses .course-entry .response span:hover, body.issues.page-template-template-events .page-content .main-content .available-courses .course-entry .response span:hover {
  background-color: #f2f2f2;
}
/* line 280, ../../src/sass/_post-styles.scss */
body.issues.single .page-content .main-content .archive-body-text, body.issues.page-id-41 .page-content .main-content .archive-body-text, body.issues.post-type-archive-issues .page-content .main-content .archive-body-text, body.issues.page-template-template-events .page-content .main-content .archive-body-text {
  border-bottom: 1px solid #6edbd5;
}
/* line 283, ../../src/sass/_post-styles.scss */
body.issues.single .page-content .main-content .archive-body-text p:first-of-type, body.issues.page-id-41 .page-content .main-content .archive-body-text p:first-of-type, body.issues.post-type-archive-issues .page-content .main-content .archive-body-text p:first-of-type, body.issues.page-template-template-events .page-content .main-content .archive-body-text p:first-of-type {
  font-family: 'proxima-nova';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #57a19c;
  margin-bottom: 35px;
}
/* line 288, ../../src/sass/_post-styles.scss */
body.issues.single .page-content .main-content .header-area, body.issues.page-id-41 .page-content .main-content .header-area, body.issues.post-type-archive-issues .page-content .main-content .header-area, body.issues.page-template-template-events .page-content .main-content .header-area {
  border-bottom: 1px solid #57a19c;
}
/* line 292, ../../src/sass/_post-styles.scss */
body.issues.single .page-content .main-content .header-area .header-content h1, body.issues.page-id-41 .page-content .main-content .header-area .header-content h1, body.issues.post-type-archive-issues .page-content .main-content .header-area .header-content h1, body.issues.page-template-template-events .page-content .main-content .header-area .header-content h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #57a19c;
  margin: 10px 0 15px;
}
/* line 297, ../../src/sass/_post-styles.scss */
body.issues.single .page-content .main-content .header-area .header-content .share p, body.issues.page-id-41 .page-content .main-content .header-area .header-content .share p, body.issues.post-type-archive-issues .page-content .main-content .header-area .header-content .share p, body.issues.page-template-template-events .page-content .main-content .header-area .header-content .share p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
}
/* line 97, ../../src/sass/_typography.scss */
body.issues.single .page-content .main-content .header-area .header-content .share p em, body.issues.page-id-41 .page-content .main-content .header-area .header-content .share p em, body.issues.post-type-archive-issues .page-content .main-content .header-area .header-content .share p em, body.issues.page-template-template-events .page-content .main-content .header-area .header-content .share p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
body.issues.single .page-content .main-content .header-area .header-content .share p strong, body.issues.page-id-41 .page-content .main-content .header-area .header-content .share p strong, body.issues.post-type-archive-issues .page-content .main-content .header-area .header-content .share p strong, body.issues.page-template-template-events .page-content .main-content .header-area .header-content .share p strong {
  font-weight: 800;
  color: #666666;
}
/* line 301, ../../src/sass/_post-styles.scss */
body.issues.single .page-content .main-content .header-area .header-content .share a, body.issues.page-id-41 .page-content .main-content .header-area .header-content .share a, body.issues.post-type-archive-issues .page-content .main-content .header-area .header-content .share a, body.issues.page-template-template-events .page-content .main-content .header-area .header-content .share a {
  background-color: #57a19c;
}
/* line 304, ../../src/sass/_post-styles.scss */
body.issues.single .page-content .main-content .header-area .header-content .share a:hover, body.issues.page-id-41 .page-content .main-content .header-area .header-content .share a:hover, body.issues.post-type-archive-issues .page-content .main-content .header-area .header-content .share a:hover, body.issues.page-template-template-events .page-content .main-content .header-area .header-content .share a:hover {
  background-color: #57a19c;
}
/* line 310, ../../src/sass/_post-styles.scss */
body.issues.single .page-content .main-content .header-area .header-content a.button_sm, body.issues.page-id-41 .page-content .main-content .header-area .header-content a.button_sm, body.issues.post-type-archive-issues .page-content .main-content .header-area .header-content a.button_sm, body.issues.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #57a19c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.issues.single .page-content .main-content .header-area .header-content a.button_sm:hover, body.issues.page-id-41 .page-content .main-content .header-area .header-content a.button_sm:hover, body.issues.post-type-archive-issues .page-content .main-content .header-area .header-content a.button_sm:hover, body.issues.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm:hover {
  background-color: #6edbd5;
}
/* line 317, ../../src/sass/_post-styles.scss */
body.issues.single .page-content .main-content .course-details .details-row, body.issues.page-id-41 .page-content .main-content .course-details .details-row, body.issues.post-type-archive-issues .page-content .main-content .course-details .details-row, body.issues.page-template-template-events .page-content .main-content .course-details .details-row {
  border-top: 1px solid #57a19c;
}
/* line 320, ../../src/sass/_post-styles.scss */
body.issues.single .page-content .main-content .course-details .details-row:last-of-type, body.issues.page-id-41 .page-content .main-content .course-details .details-row:last-of-type, body.issues.post-type-archive-issues .page-content .main-content .course-details .details-row:last-of-type, body.issues.page-template-template-events .page-content .main-content .course-details .details-row:last-of-type {
  border-bottom: 1px solid #57a19c;
}
/* line 331, ../../src/sass/_post-styles.scss */
body.issues .pagination .page-numbers.current, body.issues .pagination .page-numbers:hover {
  background-color: #57a19c;
}
/* line 335, ../../src/sass/_post-styles.scss */
body.issues .pagination .page-numbers.next, body.issues .pagination .page-numbers.prev {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #57a19c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.issues .pagination .page-numbers.next:hover, body.issues .pagination .page-numbers.prev:hover {
  background-color: #6edbd5;
}
/* line 197, ../../src/sass/_sub-nav.scss */
body.issues .sub-nav .sub-nav-toggle:before {
  border-top-color: #57a19c;
}
/* line 202, ../../src/sass/_sub-nav.scss */
body.issues .sub-nav .sub-nav-toggle.active:before {
  border-top-color: transparent;
  border-bottom-color: #57a19c;
}
/* line 213, ../../src/sass/_sub-nav.scss */
body.issues .sub-nav li.current_page_item > a, body.issues .sub-nav li.current_page_parent > a {
  color: #57a19c !important;
}
/* line 217, ../../src/sass/_sub-nav.scss */
body.issues .sub-nav li.current_page_item:before, body.issues .sub-nav li.current_page_parent:before {
  border-left-color: #57a19c;
}
/* line 222, ../../src/sass/_sub-nav.scss */
body.issues .sub-nav li.current_page_item > .children > li:hover > a, body.issues .sub-nav li.current_page_parent > .children > li:hover > a {
  color: #57a19c;
}
/* line 230, ../../src/sass/_sub-nav.scss */
body.issues .sub-nav > ul > li {
  border-bottom: 1px solid #57a19c;
}
/* line 258, ../../src/sass/_sub-nav.scss */
body.issues .sub-nav > ul > li.all:before {
  border-left-color: #57a19c;
}
/* line 264, ../../src/sass/_sub-nav.scss */
body.issues .sub-nav > ul > li:hover > a {
  color: #6edbd5;
}
/* line 78, ../../src/sass/_tactical-box-strip.scss */
body.issues section.tactical .container .tacticals .tactical h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #57a19c;
  margin: 10px 0 30px;
  font-size: 25px;
  line-height: 30px;
}
/* line 84, ../../src/sass/_tactical-box-strip.scss */
body.issues section.tactical .container .tacticals .tactical a.button_small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #57a19c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.issues section.tactical .container .tacticals .tactical a.button_small:hover {
  background-color: #6edbd5;
}
/* line 142, ../../src/sass/_top-bar.scss */
body.issues .call-to-action:hover {
  color: #57a19c;
}
@media (min-width: 1024px) {
  /* line 153, ../../src/sass/_top-bar.scss */
  body.issues .top-bar aside.social-media a:hover svg path {
    fill: #57a19c;
  }
  /* line 162, ../../src/sass/_top-bar.scss */
  body.issues .top-bar aside.search input[type="text"] {
    color: #57a19c;
  }
  /* line 170, ../../src/sass/_top-bar.scss */
  body.issues .top-bar.active aside.search svg line, body.issues .top-bar.active aside.search svg circle {
    stroke: #57a19c;
  }
}
/* line 33, ../../src/sass/_mixins.scss */
body.issues svg#omc_logo path#circle {
  fill: #57a19c;
}
/* line 129, ../../src/sass/_navigation.scss */
body.issues nav ul li.current-menu-item a, body.issues nav ul li.current-page-ancestor a {
  color: #57a19c;
}
/* line 134, ../../src/sass/_navigation.scss */
body.issues nav ul li:hover a {
  color: #57a19c;
}
/* line 378, ../../src/sass/_mobile-navigation.scss */
body.issues #hamburger.open #top, body.issues #hamburger.open #bottom {
  fill: #57a19c;
}
/* line 385, ../../src/sass/_mobile-navigation.scss */
body.issues .mobile-search form input[type="text"] {
  color: #57a19c;
}
/* line 392, ../../src/sass/_mobile-navigation.scss */
body.issues .mobile-navigation #search-icon.active line, body.issues .mobile-navigation #search-icon.active circle {
  stroke: #57a19c;
}
/* line 164, ../../src/sass/_people.scss */
body.issues.single-people .page-content .header-area .header-content h3, body.issues.single-project .page-content .header-area .header-content h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #57a19c;
  margin: 10px 0 0;
}
/* line 168, ../../src/sass/_people.scss */
body.issues.single-people .page-content .header-area .header-content a, body.issues.single-project .page-content .header-area .header-content a {
  color: #57a19c;
  text-decoration: none;
}
/* line 172, ../../src/sass/_people.scss */
body.issues.single-people .page-content .header-area .header-content a:hover, body.issues.single-project .page-content .header-area .header-content a:hover {
  text-decoration: underline;
}
/* line 180, ../../src/sass/_people.scss */
body.issues.single-people .page-content .main-content .supporters, body.issues.single-project .page-content .main-content .supporters {
  border-top: 1px solid #57a19c;
}
/* line 183, ../../src/sass/_people.scss */
body.issues.single-people .page-content .main-content .supporters .supporter, body.issues.single-project .page-content .main-content .supporters .supporter {
  border-bottom: 1px solid #57a19c;
}
/* line 186, ../../src/sass/_people.scss */
body.issues.single-people .page-content .main-content .supporters .supporter a, body.issues.single-project .page-content .main-content .supporters .supporter a {
  color: #57a19c;
  text-decoration: none;
}
/* line 190, ../../src/sass/_people.scss */
body.issues.single-people .page-content .main-content .supporters .supporter a:hover, body.issues.single-project .page-content .main-content .supporters .supporter a:hover {
  text-decoration: underline;
}
/* line 199, ../../src/sass/_people.scss */
body.issues.single-people .page-content .content-wrap blockquote, body.issues.single-project .page-content .content-wrap blockquote {
  border-top: 1px solid #57a19c;
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #57a19c;
  margin: 10px 0 10px;
  font-size: 16px;
  line-height: 25px;
  max-width: 100%;
}
/* line 120, ../../src/sass/_people-tile.scss */
body.issues .related-people h3 {
  border-top: 1px solid #57a19c;
}
/* line 125, ../../src/sass/_people-tile.scss */
body.issues .people-list {
  border-top: 1px solid #57a19c;
}
/* line 129, ../../src/sass/_people-tile.scss */
body.issues .course-details + .people-list {
  border-top: 0;
}
/* line 133, ../../src/sass/_people-tile.scss */
body.issues .people-tile {
  border-bottom: 1px solid #57a19c;
}
/* line 138, ../../src/sass/_people-tile.scss */
body.issues .people-tile .people-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #57a19c;
  margin: 10px 0 10px;
}
/* line 142, ../../src/sass/_people-tile.scss */
body.issues .people-tile .people-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #57a19c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
/* line 26, ../../src/sass/_mixins.scss */
body.issues .people-tile .people-content a.button_sm:hover {
  background-color: #6edbd5;
}
/* line 149, ../../src/sass/_people-tile.scss */
body.issues .people-tile:hover .people-content h2 {
  color: #6edbd5;
}
/* line 277, ../../src/sass/_strips.scss */
body.issues .strip-text a:not(.button) {
  transition: all 0.4s ease-in-out;
  color: #57a19c;
  font-weight: 800;
  text-decoration: underline;
}
/* line 281, ../../src/sass/_strips.scss */
body.issues .strip-text a:not(.button):hover {
  color: #6edbd5;
}
/* line 286, ../../src/sass/_strips.scss */
body.issues .strip-text .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #6edbd5;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.issues .strip-text .button:hover {
  background-color: #57a19c;
}
/* line 291, ../../src/sass/_strips.scss */
body.issues .strip-header-v2 {
  background-color: #6edbd5;
}
/* line 295, ../../src/sass/_strips.scss */
body.issues .strip-text-image {
  background-color: #6edbd5;
}
/* line 304, ../../src/sass/_strips.scss */
body.issues .strip-two-tile .block-holder .left .content-tile .content-container .button, body.issues .strip-two-tile .block-holder .right .content-tile .content-container .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #57a19c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.issues .strip-two-tile .block-holder .left .content-tile .content-container .button:hover, body.issues .strip-two-tile .block-holder .right .content-tile .content-container .button:hover {
  background-color: #6edbd5;
}
/* line 128, ../../src/sass/_resources.scss */
body.issues .resource-strip .container .resource-item h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #57a19c;
  margin: 10px 0 10px;
}
/* line 132, ../../src/sass/_resources.scss */
body.issues .resource-strip .container .resource-item a {
  color: #57a19c;
}
/* line 135, ../../src/sass/_resources.scss */
body.issues .resource-strip .container .resource-item a:hover {
  color: #6edbd5;
}
/* line 143, ../../src/sass/_resources.scss */
body.issues .resource-strip.video .resource-item {
  border-top: 1px solid #57a19c;
}
/* line 146, ../../src/sass/_resources.scss */
body.issues .resource-strip.video .resource-item:nth-of-type(1) {
  border-top: 0;
}
@media (min-width: 768px) {
  /* line 153, ../../src/sass/_resources.scss */
  body.issues .resource-strip.image .resource-item {
    border-top: 1px solid #57a19c;
  }
  /* line 156, ../../src/sass/_resources.scss */
  body.issues .resource-strip.image .resource-item:nth-of-type(1), body.issues .resource-strip.image .resource-item:nth-of-type(2) {
    border-top: 0;
  }
}
/* line 754, ../../src/sass/plyr/plyr.scss */
body.issues .plyr input[type="range"]:active::-webkit-slider-thumb {
  background: #57a19c;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 757, ../../src/sass/plyr/plyr.scss */
body.issues .plyr input[type="range"]:active::-moz-range-thumb {
  background: #57a19c;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 760, ../../src/sass/plyr/plyr.scss */
body.issues .plyr input[type="range"]:active::-ms-thumb {
  background: #57a19c;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 767, ../../src/sass/plyr/plyr.scss */
body.issues .plyr__play-large {
  background: #57a19c;
}
/* line 770, ../../src/sass/plyr/plyr.scss */
body.issues .plyr__play-large:hover {
  background: #6edbd5;
}
/* line 775, ../../src/sass/plyr/plyr.scss */
body.issues .plyr__progress--played,
body.issues .plyr__volume--display {
  color: #57a19c;
}
/* line 783, ../../src/sass/plyr/plyr.scss */
body.issues .plyr--video .plyr__controls button.tab-focus:focus, body.issues .plyr--video .plyr__controls button:hover {
  background: #57a19c;
  color: #FFF;
}
/* line 48, ../../src/sass/_search.scss */
body.issues .search-results .result {
  border-top: 1px solid #57a19c;
}
/* line 49, ../../src/sass/_search.scss */
body.issues .search-results .result h3 {
  color: #57a19c;
}
/* line 55, ../../src/sass/_search.scss */
body.issues .search-results .result:last-of-type {
  border-bottom: 1px solid #57a19c;
}
/* line 62, ../../src/sass/_search.scss */
body.issues .error-search input[type='text'] {
  color: #57a19c;
}
/* line 66, ../../src/sass/_search.scss */
body.issues .error-search input[type='submit'] {
  background-color: #57a19c;
}
/* line 69, ../../src/sass/_search.scss */
body.issues .error-search input[type='submit']:hover {
  background-color: #6edbd5;
}

/* line 218, ../../src/sass/_footer.scss */
body.project .dividing-line {
  background-color: #009fd4;
}
/* line 225, ../../src/sass/_footer.scss */
body.project .main-footer .footer-menu a {
  color: #009fd4;
  font-weight: 800;
  text-decoration: underline;
  font-size: 14px;
}
/* line 232, ../../src/sass/_footer.scss */
body.project .main-footer aside .button.small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #009fd4;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.project .main-footer aside .button.small:hover {
  background-color: #66c5e5;
}
/* line 237, ../../src/sass/_footer.scss */
body.project .main-footer aside form input[type='submit'] {
  background-color: #009fd4;
}
/* line 240, ../../src/sass/_footer.scss */
body.project .main-footer aside form input[type='submit']:hover {
  background-color: #66c5e5;
}
/* line 107, ../../src/sass/_inside-page.scss */
body.project header.page-heading {
  background-color: #66c5e5;
}
/* line 112, ../../src/sass/_inside-page.scss */
body.project .main-content h1, body.project .header-area h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 45px;
  color: #009fd4;
  margin: 10px 0 35px;
}
/* line 117, ../../src/sass/_inside-page.scss */
body.project .main-content p a, body.project .main-content li a, body.project .header-area p a, body.project .header-area li a {
  color: #009fd4;
  font-weight: 800;
  text-decoration: underline;
}
/* line 120, ../../src/sass/_inside-page.scss */
body.project .main-content p a:hover, body.project .main-content li a:hover, body.project .header-area p a:hover, body.project .header-area li a:hover {
  color: #66c5e5;
}
/* line 124, ../../src/sass/_inside-page.scss */
body.project .main-content p a.button, body.project .main-content li a.button, body.project .header-area p a.button, body.project .header-area li a.button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #009fd4;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
/* line 26, ../../src/sass/_mixins.scss */
body.project .main-content p a.button:hover, body.project .main-content li a.button:hover, body.project .header-area p a.button:hover, body.project .header-area li a.button:hover {
  background-color: #66c5e5;
}
/* line 131, ../../src/sass/_inside-page.scss */
body.project .main-content blockquote, body.project .header-area blockquote {
  border-top: 2px solid #009fd4;
}
/* line 134, ../../src/sass/_inside-page.scss */
body.project .main-content blockquote p, body.project .main-content blockquote p:first-of-type, body.project .header-area blockquote p, body.project .header-area blockquote p:first-of-type {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #009fd4;
  margin: 10px 0 30px;
}
/* line 258, ../../src/sass/_post-styles.scss */
body.project.single .page-content .main-content h2, body.project.page-id-41 .page-content .main-content h2, body.project.post-type-archive-project .page-content .main-content h2, body.project.page-template-template-events .page-content .main-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #009fd4;
  margin: 10px 0 15px;
}
/* line 265, ../../src/sass/_post-styles.scss */
body.project.single .page-content .main-content .available-courses .course-entry .response a.book, body.project.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book, body.project.post-type-archive-project .page-content .main-content .available-courses .course-entry .response a.book, body.project.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #009fd4;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.project.single .page-content .main-content .available-courses .course-entry .response a.book:hover, body.project.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book:hover, body.project.post-type-archive-project .page-content .main-content .available-courses .course-entry .response a.book:hover, body.project.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book:hover {
  background-color: #66c5e5;
}
/* line 269, ../../src/sass/_post-styles.scss */
body.project.single .page-content .main-content .available-courses .course-entry .response a.waitlist, body.project.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist, body.project.post-type-archive-project .page-content .main-content .available-courses .course-entry .response a.waitlist, body.project.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #66c5e5;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.project.single .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.project.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.project.post-type-archive-project .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.project.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist:hover {
  background-color: #009fd4;
}
/* line 273, ../../src/sass/_post-styles.scss */
body.project.single .page-content .main-content .available-courses .course-entry .response span, body.project.page-id-41 .page-content .main-content .available-courses .course-entry .response span, body.project.post-type-archive-project .page-content .main-content .available-courses .course-entry .response span, body.project.page-template-template-events .page-content .main-content .available-courses .course-entry .response span {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #f2f2f2;
  color: #009fd4;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.project.single .page-content .main-content .available-courses .course-entry .response span:hover, body.project.page-id-41 .page-content .main-content .available-courses .course-entry .response span:hover, body.project.post-type-archive-project .page-content .main-content .available-courses .course-entry .response span:hover, body.project.page-template-template-events .page-content .main-content .available-courses .course-entry .response span:hover {
  background-color: #f2f2f2;
}
/* line 280, ../../src/sass/_post-styles.scss */
body.project.single .page-content .main-content .archive-body-text, body.project.page-id-41 .page-content .main-content .archive-body-text, body.project.post-type-archive-project .page-content .main-content .archive-body-text, body.project.page-template-template-events .page-content .main-content .archive-body-text {
  border-bottom: 1px solid #66c5e5;
}
/* line 283, ../../src/sass/_post-styles.scss */
body.project.single .page-content .main-content .archive-body-text p:first-of-type, body.project.page-id-41 .page-content .main-content .archive-body-text p:first-of-type, body.project.post-type-archive-project .page-content .main-content .archive-body-text p:first-of-type, body.project.page-template-template-events .page-content .main-content .archive-body-text p:first-of-type {
  font-family: 'proxima-nova';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #009fd4;
  margin-bottom: 35px;
}
/* line 288, ../../src/sass/_post-styles.scss */
body.project.single .page-content .main-content .header-area, body.project.page-id-41 .page-content .main-content .header-area, body.project.post-type-archive-project .page-content .main-content .header-area, body.project.page-template-template-events .page-content .main-content .header-area {
  border-bottom: 1px solid #009fd4;
}
/* line 292, ../../src/sass/_post-styles.scss */
body.project.single .page-content .main-content .header-area .header-content h1, body.project.page-id-41 .page-content .main-content .header-area .header-content h1, body.project.post-type-archive-project .page-content .main-content .header-area .header-content h1, body.project.page-template-template-events .page-content .main-content .header-area .header-content h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #009fd4;
  margin: 10px 0 15px;
}
/* line 297, ../../src/sass/_post-styles.scss */
body.project.single .page-content .main-content .header-area .header-content .share p, body.project.page-id-41 .page-content .main-content .header-area .header-content .share p, body.project.post-type-archive-project .page-content .main-content .header-area .header-content .share p, body.project.page-template-template-events .page-content .main-content .header-area .header-content .share p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
}
/* line 97, ../../src/sass/_typography.scss */
body.project.single .page-content .main-content .header-area .header-content .share p em, body.project.page-id-41 .page-content .main-content .header-area .header-content .share p em, body.project.post-type-archive-project .page-content .main-content .header-area .header-content .share p em, body.project.page-template-template-events .page-content .main-content .header-area .header-content .share p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
body.project.single .page-content .main-content .header-area .header-content .share p strong, body.project.page-id-41 .page-content .main-content .header-area .header-content .share p strong, body.project.post-type-archive-project .page-content .main-content .header-area .header-content .share p strong, body.project.page-template-template-events .page-content .main-content .header-area .header-content .share p strong {
  font-weight: 800;
  color: #666666;
}
/* line 301, ../../src/sass/_post-styles.scss */
body.project.single .page-content .main-content .header-area .header-content .share a, body.project.page-id-41 .page-content .main-content .header-area .header-content .share a, body.project.post-type-archive-project .page-content .main-content .header-area .header-content .share a, body.project.page-template-template-events .page-content .main-content .header-area .header-content .share a {
  background-color: #009fd4;
}
/* line 304, ../../src/sass/_post-styles.scss */
body.project.single .page-content .main-content .header-area .header-content .share a:hover, body.project.page-id-41 .page-content .main-content .header-area .header-content .share a:hover, body.project.post-type-archive-project .page-content .main-content .header-area .header-content .share a:hover, body.project.page-template-template-events .page-content .main-content .header-area .header-content .share a:hover {
  background-color: #009fd4;
}
/* line 310, ../../src/sass/_post-styles.scss */
body.project.single .page-content .main-content .header-area .header-content a.button_sm, body.project.page-id-41 .page-content .main-content .header-area .header-content a.button_sm, body.project.post-type-archive-project .page-content .main-content .header-area .header-content a.button_sm, body.project.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #009fd4;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.project.single .page-content .main-content .header-area .header-content a.button_sm:hover, body.project.page-id-41 .page-content .main-content .header-area .header-content a.button_sm:hover, body.project.post-type-archive-project .page-content .main-content .header-area .header-content a.button_sm:hover, body.project.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm:hover {
  background-color: #66c5e5;
}
/* line 317, ../../src/sass/_post-styles.scss */
body.project.single .page-content .main-content .course-details .details-row, body.project.page-id-41 .page-content .main-content .course-details .details-row, body.project.post-type-archive-project .page-content .main-content .course-details .details-row, body.project.page-template-template-events .page-content .main-content .course-details .details-row {
  border-top: 1px solid #009fd4;
}
/* line 320, ../../src/sass/_post-styles.scss */
body.project.single .page-content .main-content .course-details .details-row:last-of-type, body.project.page-id-41 .page-content .main-content .course-details .details-row:last-of-type, body.project.post-type-archive-project .page-content .main-content .course-details .details-row:last-of-type, body.project.page-template-template-events .page-content .main-content .course-details .details-row:last-of-type {
  border-bottom: 1px solid #009fd4;
}
/* line 331, ../../src/sass/_post-styles.scss */
body.project .pagination .page-numbers.current, body.project .pagination .page-numbers:hover {
  background-color: #009fd4;
}
/* line 335, ../../src/sass/_post-styles.scss */
body.project .pagination .page-numbers.next, body.project .pagination .page-numbers.prev {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #009fd4;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.project .pagination .page-numbers.next:hover, body.project .pagination .page-numbers.prev:hover {
  background-color: #66c5e5;
}
/* line 197, ../../src/sass/_sub-nav.scss */
body.project .sub-nav .sub-nav-toggle:before {
  border-top-color: #009fd4;
}
/* line 202, ../../src/sass/_sub-nav.scss */
body.project .sub-nav .sub-nav-toggle.active:before {
  border-top-color: transparent;
  border-bottom-color: #009fd4;
}
/* line 213, ../../src/sass/_sub-nav.scss */
body.project .sub-nav li.current_page_item > a, body.project .sub-nav li.current_page_parent > a {
  color: #009fd4 !important;
}
/* line 217, ../../src/sass/_sub-nav.scss */
body.project .sub-nav li.current_page_item:before, body.project .sub-nav li.current_page_parent:before {
  border-left-color: #009fd4;
}
/* line 222, ../../src/sass/_sub-nav.scss */
body.project .sub-nav li.current_page_item > .children > li:hover > a, body.project .sub-nav li.current_page_parent > .children > li:hover > a {
  color: #009fd4;
}
/* line 230, ../../src/sass/_sub-nav.scss */
body.project .sub-nav > ul > li {
  border-bottom: 1px solid #009fd4;
}
/* line 258, ../../src/sass/_sub-nav.scss */
body.project .sub-nav > ul > li.all:before {
  border-left-color: #009fd4;
}
/* line 264, ../../src/sass/_sub-nav.scss */
body.project .sub-nav > ul > li:hover > a {
  color: #66c5e5;
}
/* line 78, ../../src/sass/_tactical-box-strip.scss */
body.project section.tactical .container .tacticals .tactical h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #009fd4;
  margin: 10px 0 30px;
  font-size: 25px;
  line-height: 30px;
}
/* line 84, ../../src/sass/_tactical-box-strip.scss */
body.project section.tactical .container .tacticals .tactical a.button_small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #009fd4;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.project section.tactical .container .tacticals .tactical a.button_small:hover {
  background-color: #66c5e5;
}
/* line 142, ../../src/sass/_top-bar.scss */
body.project .call-to-action:hover {
  color: #009fd4;
}
@media (min-width: 1024px) {
  /* line 153, ../../src/sass/_top-bar.scss */
  body.project .top-bar aside.social-media a:hover svg path {
    fill: #009fd4;
  }
  /* line 162, ../../src/sass/_top-bar.scss */
  body.project .top-bar aside.search input[type="text"] {
    color: #009fd4;
  }
  /* line 170, ../../src/sass/_top-bar.scss */
  body.project .top-bar.active aside.search svg line, body.project .top-bar.active aside.search svg circle {
    stroke: #009fd4;
  }
}
/* line 33, ../../src/sass/_mixins.scss */
body.project svg#omc_logo path#circle {
  fill: #009fd4;
}
/* line 129, ../../src/sass/_navigation.scss */
body.project nav ul li.current-menu-item a, body.project nav ul li.current-page-ancestor a {
  color: #009fd4;
}
/* line 134, ../../src/sass/_navigation.scss */
body.project nav ul li:hover a {
  color: #009fd4;
}
/* line 378, ../../src/sass/_mobile-navigation.scss */
body.project #hamburger.open #top, body.project #hamburger.open #bottom {
  fill: #009fd4;
}
/* line 385, ../../src/sass/_mobile-navigation.scss */
body.project .mobile-search form input[type="text"] {
  color: #009fd4;
}
/* line 392, ../../src/sass/_mobile-navigation.scss */
body.project .mobile-navigation #search-icon.active line, body.project .mobile-navigation #search-icon.active circle {
  stroke: #009fd4;
}
/* line 164, ../../src/sass/_people.scss */
body.project.single-people .page-content .header-area .header-content h3, body.project.single-project .page-content .header-area .header-content h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #009fd4;
  margin: 10px 0 0;
}
/* line 168, ../../src/sass/_people.scss */
body.project.single-people .page-content .header-area .header-content a, body.project.single-project .page-content .header-area .header-content a {
  color: #009fd4;
  text-decoration: none;
}
/* line 172, ../../src/sass/_people.scss */
body.project.single-people .page-content .header-area .header-content a:hover, body.project.single-project .page-content .header-area .header-content a:hover {
  text-decoration: underline;
}
/* line 180, ../../src/sass/_people.scss */
body.project.single-people .page-content .main-content .supporters, body.project.single-project .page-content .main-content .supporters {
  border-top: 1px solid #009fd4;
}
/* line 183, ../../src/sass/_people.scss */
body.project.single-people .page-content .main-content .supporters .supporter, body.project.single-project .page-content .main-content .supporters .supporter {
  border-bottom: 1px solid #009fd4;
}
/* line 186, ../../src/sass/_people.scss */
body.project.single-people .page-content .main-content .supporters .supporter a, body.project.single-project .page-content .main-content .supporters .supporter a {
  color: #009fd4;
  text-decoration: none;
}
/* line 190, ../../src/sass/_people.scss */
body.project.single-people .page-content .main-content .supporters .supporter a:hover, body.project.single-project .page-content .main-content .supporters .supporter a:hover {
  text-decoration: underline;
}
/* line 199, ../../src/sass/_people.scss */
body.project.single-people .page-content .content-wrap blockquote, body.project.single-project .page-content .content-wrap blockquote {
  border-top: 1px solid #009fd4;
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #009fd4;
  margin: 10px 0 10px;
  font-size: 16px;
  line-height: 25px;
  max-width: 100%;
}
/* line 120, ../../src/sass/_people-tile.scss */
body.project .related-people h3 {
  border-top: 1px solid #009fd4;
}
/* line 125, ../../src/sass/_people-tile.scss */
body.project .people-list {
  border-top: 1px solid #009fd4;
}
/* line 129, ../../src/sass/_people-tile.scss */
body.project .course-details + .people-list {
  border-top: 0;
}
/* line 133, ../../src/sass/_people-tile.scss */
body.project .people-tile {
  border-bottom: 1px solid #009fd4;
}
/* line 138, ../../src/sass/_people-tile.scss */
body.project .people-tile .people-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #009fd4;
  margin: 10px 0 10px;
}
/* line 142, ../../src/sass/_people-tile.scss */
body.project .people-tile .people-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #009fd4;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
/* line 26, ../../src/sass/_mixins.scss */
body.project .people-tile .people-content a.button_sm:hover {
  background-color: #66c5e5;
}
/* line 149, ../../src/sass/_people-tile.scss */
body.project .people-tile:hover .people-content h2 {
  color: #66c5e5;
}
/* line 277, ../../src/sass/_strips.scss */
body.project .strip-text a:not(.button) {
  transition: all 0.4s ease-in-out;
  color: #009fd4;
  font-weight: 800;
  text-decoration: underline;
}
/* line 281, ../../src/sass/_strips.scss */
body.project .strip-text a:not(.button):hover {
  color: #66c5e5;
}
/* line 286, ../../src/sass/_strips.scss */
body.project .strip-text .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #66c5e5;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.project .strip-text .button:hover {
  background-color: #009fd4;
}
/* line 291, ../../src/sass/_strips.scss */
body.project .strip-header-v2 {
  background-color: #66c5e5;
}
/* line 295, ../../src/sass/_strips.scss */
body.project .strip-text-image {
  background-color: #66c5e5;
}
/* line 304, ../../src/sass/_strips.scss */
body.project .strip-two-tile .block-holder .left .content-tile .content-container .button, body.project .strip-two-tile .block-holder .right .content-tile .content-container .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #009fd4;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.project .strip-two-tile .block-holder .left .content-tile .content-container .button:hover, body.project .strip-two-tile .block-holder .right .content-tile .content-container .button:hover {
  background-color: #66c5e5;
}
/* line 128, ../../src/sass/_resources.scss */
body.project .resource-strip .container .resource-item h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #009fd4;
  margin: 10px 0 10px;
}
/* line 132, ../../src/sass/_resources.scss */
body.project .resource-strip .container .resource-item a {
  color: #009fd4;
}
/* line 135, ../../src/sass/_resources.scss */
body.project .resource-strip .container .resource-item a:hover {
  color: #66c5e5;
}
/* line 143, ../../src/sass/_resources.scss */
body.project .resource-strip.video .resource-item {
  border-top: 1px solid #009fd4;
}
/* line 146, ../../src/sass/_resources.scss */
body.project .resource-strip.video .resource-item:nth-of-type(1) {
  border-top: 0;
}
@media (min-width: 768px) {
  /* line 153, ../../src/sass/_resources.scss */
  body.project .resource-strip.image .resource-item {
    border-top: 1px solid #009fd4;
  }
  /* line 156, ../../src/sass/_resources.scss */
  body.project .resource-strip.image .resource-item:nth-of-type(1), body.project .resource-strip.image .resource-item:nth-of-type(2) {
    border-top: 0;
  }
}
/* line 754, ../../src/sass/plyr/plyr.scss */
body.project .plyr input[type="range"]:active::-webkit-slider-thumb {
  background: #009fd4;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 757, ../../src/sass/plyr/plyr.scss */
body.project .plyr input[type="range"]:active::-moz-range-thumb {
  background: #009fd4;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 760, ../../src/sass/plyr/plyr.scss */
body.project .plyr input[type="range"]:active::-ms-thumb {
  background: #009fd4;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 767, ../../src/sass/plyr/plyr.scss */
body.project .plyr__play-large {
  background: #009fd4;
}
/* line 770, ../../src/sass/plyr/plyr.scss */
body.project .plyr__play-large:hover {
  background: #66c5e5;
}
/* line 775, ../../src/sass/plyr/plyr.scss */
body.project .plyr__progress--played,
body.project .plyr__volume--display {
  color: #009fd4;
}
/* line 783, ../../src/sass/plyr/plyr.scss */
body.project .plyr--video .plyr__controls button.tab-focus:focus, body.project .plyr--video .plyr__controls button:hover {
  background: #009fd4;
  color: #FFF;
}
/* line 48, ../../src/sass/_search.scss */
body.project .search-results .result {
  border-top: 1px solid #009fd4;
}
/* line 49, ../../src/sass/_search.scss */
body.project .search-results .result h3 {
  color: #009fd4;
}
/* line 55, ../../src/sass/_search.scss */
body.project .search-results .result:last-of-type {
  border-bottom: 1px solid #009fd4;
}
/* line 62, ../../src/sass/_search.scss */
body.project .error-search input[type='text'] {
  color: #009fd4;
}
/* line 66, ../../src/sass/_search.scss */
body.project .error-search input[type='submit'] {
  background-color: #009fd4;
}
/* line 69, ../../src/sass/_search.scss */
body.project .error-search input[type='submit']:hover {
  background-color: #66c5e5;
}

/* line 218, ../../src/sass/_footer.scss */
body.people .dividing-line {
  background-color: #57a19c;
}
/* line 225, ../../src/sass/_footer.scss */
body.people .main-footer .footer-menu a {
  color: #57a19c;
  font-weight: 800;
  text-decoration: underline;
  font-size: 14px;
}
/* line 232, ../../src/sass/_footer.scss */
body.people .main-footer aside .button.small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #57a19c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.people .main-footer aside .button.small:hover {
  background-color: #6edbd5;
}
/* line 237, ../../src/sass/_footer.scss */
body.people .main-footer aside form input[type='submit'] {
  background-color: #57a19c;
}
/* line 240, ../../src/sass/_footer.scss */
body.people .main-footer aside form input[type='submit']:hover {
  background-color: #6edbd5;
}
/* line 107, ../../src/sass/_inside-page.scss */
body.people header.page-heading {
  background-color: #6edbd5;
}
/* line 112, ../../src/sass/_inside-page.scss */
body.people .main-content h1, body.people .header-area h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 45px;
  color: #57a19c;
  margin: 10px 0 35px;
}
/* line 117, ../../src/sass/_inside-page.scss */
body.people .main-content p a, body.people .main-content li a, body.people .header-area p a, body.people .header-area li a {
  color: #57a19c;
  font-weight: 800;
  text-decoration: underline;
}
/* line 120, ../../src/sass/_inside-page.scss */
body.people .main-content p a:hover, body.people .main-content li a:hover, body.people .header-area p a:hover, body.people .header-area li a:hover {
  color: #6edbd5;
}
/* line 124, ../../src/sass/_inside-page.scss */
body.people .main-content p a.button, body.people .main-content li a.button, body.people .header-area p a.button, body.people .header-area li a.button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #57a19c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
/* line 26, ../../src/sass/_mixins.scss */
body.people .main-content p a.button:hover, body.people .main-content li a.button:hover, body.people .header-area p a.button:hover, body.people .header-area li a.button:hover {
  background-color: #6edbd5;
}
/* line 131, ../../src/sass/_inside-page.scss */
body.people .main-content blockquote, body.people .header-area blockquote {
  border-top: 2px solid #57a19c;
}
/* line 134, ../../src/sass/_inside-page.scss */
body.people .main-content blockquote p, body.people .main-content blockquote p:first-of-type, body.people .header-area blockquote p, body.people .header-area blockquote p:first-of-type {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #57a19c;
  margin: 10px 0 30px;
}
/* line 258, ../../src/sass/_post-styles.scss */
body.people.single .page-content .main-content h2, body.people.page-id-41 .page-content .main-content h2, body.people.post-type-archive-people .page-content .main-content h2, body.people.page-template-template-events .page-content .main-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #57a19c;
  margin: 10px 0 15px;
}
/* line 265, ../../src/sass/_post-styles.scss */
body.people.single .page-content .main-content .available-courses .course-entry .response a.book, body.people.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book, body.people.post-type-archive-people .page-content .main-content .available-courses .course-entry .response a.book, body.people.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #57a19c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.people.single .page-content .main-content .available-courses .course-entry .response a.book:hover, body.people.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book:hover, body.people.post-type-archive-people .page-content .main-content .available-courses .course-entry .response a.book:hover, body.people.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book:hover {
  background-color: #6edbd5;
}
/* line 269, ../../src/sass/_post-styles.scss */
body.people.single .page-content .main-content .available-courses .course-entry .response a.waitlist, body.people.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist, body.people.post-type-archive-people .page-content .main-content .available-courses .course-entry .response a.waitlist, body.people.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #6edbd5;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.people.single .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.people.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.people.post-type-archive-people .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.people.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist:hover {
  background-color: #57a19c;
}
/* line 273, ../../src/sass/_post-styles.scss */
body.people.single .page-content .main-content .available-courses .course-entry .response span, body.people.page-id-41 .page-content .main-content .available-courses .course-entry .response span, body.people.post-type-archive-people .page-content .main-content .available-courses .course-entry .response span, body.people.page-template-template-events .page-content .main-content .available-courses .course-entry .response span {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #f2f2f2;
  color: #57a19c;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.people.single .page-content .main-content .available-courses .course-entry .response span:hover, body.people.page-id-41 .page-content .main-content .available-courses .course-entry .response span:hover, body.people.post-type-archive-people .page-content .main-content .available-courses .course-entry .response span:hover, body.people.page-template-template-events .page-content .main-content .available-courses .course-entry .response span:hover {
  background-color: #f2f2f2;
}
/* line 280, ../../src/sass/_post-styles.scss */
body.people.single .page-content .main-content .archive-body-text, body.people.page-id-41 .page-content .main-content .archive-body-text, body.people.post-type-archive-people .page-content .main-content .archive-body-text, body.people.page-template-template-events .page-content .main-content .archive-body-text {
  border-bottom: 1px solid #6edbd5;
}
/* line 283, ../../src/sass/_post-styles.scss */
body.people.single .page-content .main-content .archive-body-text p:first-of-type, body.people.page-id-41 .page-content .main-content .archive-body-text p:first-of-type, body.people.post-type-archive-people .page-content .main-content .archive-body-text p:first-of-type, body.people.page-template-template-events .page-content .main-content .archive-body-text p:first-of-type {
  font-family: 'proxima-nova';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #57a19c;
  margin-bottom: 35px;
}
/* line 288, ../../src/sass/_post-styles.scss */
body.people.single .page-content .main-content .header-area, body.people.page-id-41 .page-content .main-content .header-area, body.people.post-type-archive-people .page-content .main-content .header-area, body.people.page-template-template-events .page-content .main-content .header-area {
  border-bottom: 1px solid #57a19c;
}
/* line 292, ../../src/sass/_post-styles.scss */
body.people.single .page-content .main-content .header-area .header-content h1, body.people.page-id-41 .page-content .main-content .header-area .header-content h1, body.people.post-type-archive-people .page-content .main-content .header-area .header-content h1, body.people.page-template-template-events .page-content .main-content .header-area .header-content h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #57a19c;
  margin: 10px 0 15px;
}
/* line 297, ../../src/sass/_post-styles.scss */
body.people.single .page-content .main-content .header-area .header-content .share p, body.people.page-id-41 .page-content .main-content .header-area .header-content .share p, body.people.post-type-archive-people .page-content .main-content .header-area .header-content .share p, body.people.page-template-template-events .page-content .main-content .header-area .header-content .share p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
}
/* line 97, ../../src/sass/_typography.scss */
body.people.single .page-content .main-content .header-area .header-content .share p em, body.people.page-id-41 .page-content .main-content .header-area .header-content .share p em, body.people.post-type-archive-people .page-content .main-content .header-area .header-content .share p em, body.people.page-template-template-events .page-content .main-content .header-area .header-content .share p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
body.people.single .page-content .main-content .header-area .header-content .share p strong, body.people.page-id-41 .page-content .main-content .header-area .header-content .share p strong, body.people.post-type-archive-people .page-content .main-content .header-area .header-content .share p strong, body.people.page-template-template-events .page-content .main-content .header-area .header-content .share p strong {
  font-weight: 800;
  color: #666666;
}
/* line 301, ../../src/sass/_post-styles.scss */
body.people.single .page-content .main-content .header-area .header-content .share a, body.people.page-id-41 .page-content .main-content .header-area .header-content .share a, body.people.post-type-archive-people .page-content .main-content .header-area .header-content .share a, body.people.page-template-template-events .page-content .main-content .header-area .header-content .share a {
  background-color: #57a19c;
}
/* line 304, ../../src/sass/_post-styles.scss */
body.people.single .page-content .main-content .header-area .header-content .share a:hover, body.people.page-id-41 .page-content .main-content .header-area .header-content .share a:hover, body.people.post-type-archive-people .page-content .main-content .header-area .header-content .share a:hover, body.people.page-template-template-events .page-content .main-content .header-area .header-content .share a:hover {
  background-color: #57a19c;
}
/* line 310, ../../src/sass/_post-styles.scss */
body.people.single .page-content .main-content .header-area .header-content a.button_sm, body.people.page-id-41 .page-content .main-content .header-area .header-content a.button_sm, body.people.post-type-archive-people .page-content .main-content .header-area .header-content a.button_sm, body.people.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #57a19c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.people.single .page-content .main-content .header-area .header-content a.button_sm:hover, body.people.page-id-41 .page-content .main-content .header-area .header-content a.button_sm:hover, body.people.post-type-archive-people .page-content .main-content .header-area .header-content a.button_sm:hover, body.people.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm:hover {
  background-color: #6edbd5;
}
/* line 317, ../../src/sass/_post-styles.scss */
body.people.single .page-content .main-content .course-details .details-row, body.people.page-id-41 .page-content .main-content .course-details .details-row, body.people.post-type-archive-people .page-content .main-content .course-details .details-row, body.people.page-template-template-events .page-content .main-content .course-details .details-row {
  border-top: 1px solid #57a19c;
}
/* line 320, ../../src/sass/_post-styles.scss */
body.people.single .page-content .main-content .course-details .details-row:last-of-type, body.people.page-id-41 .page-content .main-content .course-details .details-row:last-of-type, body.people.post-type-archive-people .page-content .main-content .course-details .details-row:last-of-type, body.people.page-template-template-events .page-content .main-content .course-details .details-row:last-of-type {
  border-bottom: 1px solid #57a19c;
}
/* line 331, ../../src/sass/_post-styles.scss */
body.people .pagination .page-numbers.current, body.people .pagination .page-numbers:hover {
  background-color: #57a19c;
}
/* line 335, ../../src/sass/_post-styles.scss */
body.people .pagination .page-numbers.next, body.people .pagination .page-numbers.prev {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #57a19c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.people .pagination .page-numbers.next:hover, body.people .pagination .page-numbers.prev:hover {
  background-color: #6edbd5;
}
/* line 197, ../../src/sass/_sub-nav.scss */
body.people .sub-nav .sub-nav-toggle:before {
  border-top-color: #57a19c;
}
/* line 202, ../../src/sass/_sub-nav.scss */
body.people .sub-nav .sub-nav-toggle.active:before {
  border-top-color: transparent;
  border-bottom-color: #57a19c;
}
/* line 213, ../../src/sass/_sub-nav.scss */
body.people .sub-nav li.current_page_item > a, body.people .sub-nav li.current_page_parent > a {
  color: #57a19c !important;
}
/* line 217, ../../src/sass/_sub-nav.scss */
body.people .sub-nav li.current_page_item:before, body.people .sub-nav li.current_page_parent:before {
  border-left-color: #57a19c;
}
/* line 222, ../../src/sass/_sub-nav.scss */
body.people .sub-nav li.current_page_item > .children > li:hover > a, body.people .sub-nav li.current_page_parent > .children > li:hover > a {
  color: #57a19c;
}
/* line 230, ../../src/sass/_sub-nav.scss */
body.people .sub-nav > ul > li {
  border-bottom: 1px solid #57a19c;
}
/* line 258, ../../src/sass/_sub-nav.scss */
body.people .sub-nav > ul > li.all:before {
  border-left-color: #57a19c;
}
/* line 264, ../../src/sass/_sub-nav.scss */
body.people .sub-nav > ul > li:hover > a {
  color: #6edbd5;
}
/* line 78, ../../src/sass/_tactical-box-strip.scss */
body.people section.tactical .container .tacticals .tactical h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #57a19c;
  margin: 10px 0 30px;
  font-size: 25px;
  line-height: 30px;
}
/* line 84, ../../src/sass/_tactical-box-strip.scss */
body.people section.tactical .container .tacticals .tactical a.button_small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #57a19c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.people section.tactical .container .tacticals .tactical a.button_small:hover {
  background-color: #6edbd5;
}
/* line 142, ../../src/sass/_top-bar.scss */
body.people .call-to-action:hover {
  color: #57a19c;
}
@media (min-width: 1024px) {
  /* line 153, ../../src/sass/_top-bar.scss */
  body.people .top-bar aside.social-media a:hover svg path {
    fill: #57a19c;
  }
  /* line 162, ../../src/sass/_top-bar.scss */
  body.people .top-bar aside.search input[type="text"] {
    color: #57a19c;
  }
  /* line 170, ../../src/sass/_top-bar.scss */
  body.people .top-bar.active aside.search svg line, body.people .top-bar.active aside.search svg circle {
    stroke: #57a19c;
  }
}
/* line 33, ../../src/sass/_mixins.scss */
body.people svg#omc_logo path#circle {
  fill: #57a19c;
}
/* line 129, ../../src/sass/_navigation.scss */
body.people nav ul li.current-menu-item a, body.people nav ul li.current-page-ancestor a {
  color: #57a19c;
}
/* line 134, ../../src/sass/_navigation.scss */
body.people nav ul li:hover a {
  color: #57a19c;
}
/* line 378, ../../src/sass/_mobile-navigation.scss */
body.people #hamburger.open #top, body.people #hamburger.open #bottom {
  fill: #57a19c;
}
/* line 385, ../../src/sass/_mobile-navigation.scss */
body.people .mobile-search form input[type="text"] {
  color: #57a19c;
}
/* line 392, ../../src/sass/_mobile-navigation.scss */
body.people .mobile-navigation #search-icon.active line, body.people .mobile-navigation #search-icon.active circle {
  stroke: #57a19c;
}
/* line 164, ../../src/sass/_people.scss */
body.people.single-people .page-content .header-area .header-content h3, body.people.single-project .page-content .header-area .header-content h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #57a19c;
  margin: 10px 0 0;
}
/* line 168, ../../src/sass/_people.scss */
body.people.single-people .page-content .header-area .header-content a, body.people.single-project .page-content .header-area .header-content a {
  color: #57a19c;
  text-decoration: none;
}
/* line 172, ../../src/sass/_people.scss */
body.people.single-people .page-content .header-area .header-content a:hover, body.people.single-project .page-content .header-area .header-content a:hover {
  text-decoration: underline;
}
/* line 180, ../../src/sass/_people.scss */
body.people.single-people .page-content .main-content .supporters, body.people.single-project .page-content .main-content .supporters {
  border-top: 1px solid #57a19c;
}
/* line 183, ../../src/sass/_people.scss */
body.people.single-people .page-content .main-content .supporters .supporter, body.people.single-project .page-content .main-content .supporters .supporter {
  border-bottom: 1px solid #57a19c;
}
/* line 186, ../../src/sass/_people.scss */
body.people.single-people .page-content .main-content .supporters .supporter a, body.people.single-project .page-content .main-content .supporters .supporter a {
  color: #57a19c;
  text-decoration: none;
}
/* line 190, ../../src/sass/_people.scss */
body.people.single-people .page-content .main-content .supporters .supporter a:hover, body.people.single-project .page-content .main-content .supporters .supporter a:hover {
  text-decoration: underline;
}
/* line 199, ../../src/sass/_people.scss */
body.people.single-people .page-content .content-wrap blockquote, body.people.single-project .page-content .content-wrap blockquote {
  border-top: 1px solid #57a19c;
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #57a19c;
  margin: 10px 0 10px;
  font-size: 16px;
  line-height: 25px;
  max-width: 100%;
}
/* line 120, ../../src/sass/_people-tile.scss */
body.people .related-people h3 {
  border-top: 1px solid #57a19c;
}
/* line 125, ../../src/sass/_people-tile.scss */
body.people .people-list {
  border-top: 1px solid #57a19c;
}
/* line 129, ../../src/sass/_people-tile.scss */
body.people .course-details + .people-list {
  border-top: 0;
}
/* line 133, ../../src/sass/_people-tile.scss */
body.people .people-tile {
  border-bottom: 1px solid #57a19c;
}
/* line 138, ../../src/sass/_people-tile.scss */
body.people .people-tile .people-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #57a19c;
  margin: 10px 0 10px;
}
/* line 142, ../../src/sass/_people-tile.scss */
body.people .people-tile .people-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #57a19c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
/* line 26, ../../src/sass/_mixins.scss */
body.people .people-tile .people-content a.button_sm:hover {
  background-color: #6edbd5;
}
/* line 149, ../../src/sass/_people-tile.scss */
body.people .people-tile:hover .people-content h2 {
  color: #6edbd5;
}
/* line 277, ../../src/sass/_strips.scss */
body.people .strip-text a:not(.button) {
  transition: all 0.4s ease-in-out;
  color: #57a19c;
  font-weight: 800;
  text-decoration: underline;
}
/* line 281, ../../src/sass/_strips.scss */
body.people .strip-text a:not(.button):hover {
  color: #6edbd5;
}
/* line 286, ../../src/sass/_strips.scss */
body.people .strip-text .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #6edbd5;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.people .strip-text .button:hover {
  background-color: #57a19c;
}
/* line 291, ../../src/sass/_strips.scss */
body.people .strip-header-v2 {
  background-color: #6edbd5;
}
/* line 295, ../../src/sass/_strips.scss */
body.people .strip-text-image {
  background-color: #6edbd5;
}
/* line 304, ../../src/sass/_strips.scss */
body.people .strip-two-tile .block-holder .left .content-tile .content-container .button, body.people .strip-two-tile .block-holder .right .content-tile .content-container .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #57a19c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.people .strip-two-tile .block-holder .left .content-tile .content-container .button:hover, body.people .strip-two-tile .block-holder .right .content-tile .content-container .button:hover {
  background-color: #6edbd5;
}
/* line 128, ../../src/sass/_resources.scss */
body.people .resource-strip .container .resource-item h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #57a19c;
  margin: 10px 0 10px;
}
/* line 132, ../../src/sass/_resources.scss */
body.people .resource-strip .container .resource-item a {
  color: #57a19c;
}
/* line 135, ../../src/sass/_resources.scss */
body.people .resource-strip .container .resource-item a:hover {
  color: #6edbd5;
}
/* line 143, ../../src/sass/_resources.scss */
body.people .resource-strip.video .resource-item {
  border-top: 1px solid #57a19c;
}
/* line 146, ../../src/sass/_resources.scss */
body.people .resource-strip.video .resource-item:nth-of-type(1) {
  border-top: 0;
}
@media (min-width: 768px) {
  /* line 153, ../../src/sass/_resources.scss */
  body.people .resource-strip.image .resource-item {
    border-top: 1px solid #57a19c;
  }
  /* line 156, ../../src/sass/_resources.scss */
  body.people .resource-strip.image .resource-item:nth-of-type(1), body.people .resource-strip.image .resource-item:nth-of-type(2) {
    border-top: 0;
  }
}
/* line 754, ../../src/sass/plyr/plyr.scss */
body.people .plyr input[type="range"]:active::-webkit-slider-thumb {
  background: #57a19c;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 757, ../../src/sass/plyr/plyr.scss */
body.people .plyr input[type="range"]:active::-moz-range-thumb {
  background: #57a19c;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 760, ../../src/sass/plyr/plyr.scss */
body.people .plyr input[type="range"]:active::-ms-thumb {
  background: #57a19c;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 767, ../../src/sass/plyr/plyr.scss */
body.people .plyr__play-large {
  background: #57a19c;
}
/* line 770, ../../src/sass/plyr/plyr.scss */
body.people .plyr__play-large:hover {
  background: #6edbd5;
}
/* line 775, ../../src/sass/plyr/plyr.scss */
body.people .plyr__progress--played,
body.people .plyr__volume--display {
  color: #57a19c;
}
/* line 783, ../../src/sass/plyr/plyr.scss */
body.people .plyr--video .plyr__controls button.tab-focus:focus, body.people .plyr--video .plyr__controls button:hover {
  background: #57a19c;
  color: #FFF;
}
/* line 48, ../../src/sass/_search.scss */
body.people .search-results .result {
  border-top: 1px solid #57a19c;
}
/* line 49, ../../src/sass/_search.scss */
body.people .search-results .result h3 {
  color: #57a19c;
}
/* line 55, ../../src/sass/_search.scss */
body.people .search-results .result:last-of-type {
  border-bottom: 1px solid #57a19c;
}
/* line 62, ../../src/sass/_search.scss */
body.people .error-search input[type='text'] {
  color: #57a19c;
}
/* line 66, ../../src/sass/_search.scss */
body.people .error-search input[type='submit'] {
  background-color: #57a19c;
}
/* line 69, ../../src/sass/_search.scss */
body.people .error-search input[type='submit']:hover {
  background-color: #6edbd5;
}

/* line 218, ../../src/sass/_footer.scss */
body.course .dividing-line {
  background-color: #e76e3c;
}
/* line 225, ../../src/sass/_footer.scss */
body.course .main-footer .footer-menu a {
  color: #e76e3c;
  font-weight: 800;
  text-decoration: underline;
  font-size: 14px;
}
/* line 232, ../../src/sass/_footer.scss */
body.course .main-footer aside .button.small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #e76e3c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.course .main-footer aside .button.small:hover {
  background-color: #f1a88a;
}
/* line 237, ../../src/sass/_footer.scss */
body.course .main-footer aside form input[type='submit'] {
  background-color: #e76e3c;
}
/* line 240, ../../src/sass/_footer.scss */
body.course .main-footer aside form input[type='submit']:hover {
  background-color: #f1a88a;
}
/* line 107, ../../src/sass/_inside-page.scss */
body.course header.page-heading {
  background-color: #f1a88a;
}
/* line 112, ../../src/sass/_inside-page.scss */
body.course .main-content h1, body.course .header-area h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 45px;
  color: #e76e3c;
  margin: 10px 0 35px;
}
/* line 117, ../../src/sass/_inside-page.scss */
body.course .main-content p a, body.course .main-content li a, body.course .header-area p a, body.course .header-area li a {
  color: #e76e3c;
  font-weight: 800;
  text-decoration: underline;
}
/* line 120, ../../src/sass/_inside-page.scss */
body.course .main-content p a:hover, body.course .main-content li a:hover, body.course .header-area p a:hover, body.course .header-area li a:hover {
  color: #f1a88a;
}
/* line 124, ../../src/sass/_inside-page.scss */
body.course .main-content p a.button, body.course .main-content li a.button, body.course .header-area p a.button, body.course .header-area li a.button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #e76e3c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
/* line 26, ../../src/sass/_mixins.scss */
body.course .main-content p a.button:hover, body.course .main-content li a.button:hover, body.course .header-area p a.button:hover, body.course .header-area li a.button:hover {
  background-color: #f1a88a;
}
/* line 131, ../../src/sass/_inside-page.scss */
body.course .main-content blockquote, body.course .header-area blockquote {
  border-top: 2px solid #e76e3c;
}
/* line 134, ../../src/sass/_inside-page.scss */
body.course .main-content blockquote p, body.course .main-content blockquote p:first-of-type, body.course .header-area blockquote p, body.course .header-area blockquote p:first-of-type {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #e76e3c;
  margin: 10px 0 30px;
}
/* line 258, ../../src/sass/_post-styles.scss */
body.course.single .page-content .main-content h2, body.course.page-id-41 .page-content .main-content h2, body.course.post-type-archive-course .page-content .main-content h2, body.course.page-template-template-events .page-content .main-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #e76e3c;
  margin: 10px 0 15px;
}
/* line 265, ../../src/sass/_post-styles.scss */
body.course.single .page-content .main-content .available-courses .course-entry .response a.book, body.course.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book, body.course.post-type-archive-course .page-content .main-content .available-courses .course-entry .response a.book, body.course.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #e76e3c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.course.single .page-content .main-content .available-courses .course-entry .response a.book:hover, body.course.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book:hover, body.course.post-type-archive-course .page-content .main-content .available-courses .course-entry .response a.book:hover, body.course.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book:hover {
  background-color: #f1a88a;
}
/* line 269, ../../src/sass/_post-styles.scss */
body.course.single .page-content .main-content .available-courses .course-entry .response a.waitlist, body.course.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist, body.course.post-type-archive-course .page-content .main-content .available-courses .course-entry .response a.waitlist, body.course.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #f1a88a;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.course.single .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.course.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.course.post-type-archive-course .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.course.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist:hover {
  background-color: #e76e3c;
}
/* line 273, ../../src/sass/_post-styles.scss */
body.course.single .page-content .main-content .available-courses .course-entry .response span, body.course.page-id-41 .page-content .main-content .available-courses .course-entry .response span, body.course.post-type-archive-course .page-content .main-content .available-courses .course-entry .response span, body.course.page-template-template-events .page-content .main-content .available-courses .course-entry .response span {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #f2f2f2;
  color: #e76e3c;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.course.single .page-content .main-content .available-courses .course-entry .response span:hover, body.course.page-id-41 .page-content .main-content .available-courses .course-entry .response span:hover, body.course.post-type-archive-course .page-content .main-content .available-courses .course-entry .response span:hover, body.course.page-template-template-events .page-content .main-content .available-courses .course-entry .response span:hover {
  background-color: #f2f2f2;
}
/* line 280, ../../src/sass/_post-styles.scss */
body.course.single .page-content .main-content .archive-body-text, body.course.page-id-41 .page-content .main-content .archive-body-text, body.course.post-type-archive-course .page-content .main-content .archive-body-text, body.course.page-template-template-events .page-content .main-content .archive-body-text {
  border-bottom: 1px solid #f1a88a;
}
/* line 283, ../../src/sass/_post-styles.scss */
body.course.single .page-content .main-content .archive-body-text p:first-of-type, body.course.page-id-41 .page-content .main-content .archive-body-text p:first-of-type, body.course.post-type-archive-course .page-content .main-content .archive-body-text p:first-of-type, body.course.page-template-template-events .page-content .main-content .archive-body-text p:first-of-type {
  font-family: 'proxima-nova';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #e76e3c;
  margin-bottom: 35px;
}
/* line 288, ../../src/sass/_post-styles.scss */
body.course.single .page-content .main-content .header-area, body.course.page-id-41 .page-content .main-content .header-area, body.course.post-type-archive-course .page-content .main-content .header-area, body.course.page-template-template-events .page-content .main-content .header-area {
  border-bottom: 1px solid #e76e3c;
}
/* line 292, ../../src/sass/_post-styles.scss */
body.course.single .page-content .main-content .header-area .header-content h1, body.course.page-id-41 .page-content .main-content .header-area .header-content h1, body.course.post-type-archive-course .page-content .main-content .header-area .header-content h1, body.course.page-template-template-events .page-content .main-content .header-area .header-content h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #e76e3c;
  margin: 10px 0 15px;
}
/* line 297, ../../src/sass/_post-styles.scss */
body.course.single .page-content .main-content .header-area .header-content .share p, body.course.page-id-41 .page-content .main-content .header-area .header-content .share p, body.course.post-type-archive-course .page-content .main-content .header-area .header-content .share p, body.course.page-template-template-events .page-content .main-content .header-area .header-content .share p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
}
/* line 97, ../../src/sass/_typography.scss */
body.course.single .page-content .main-content .header-area .header-content .share p em, body.course.page-id-41 .page-content .main-content .header-area .header-content .share p em, body.course.post-type-archive-course .page-content .main-content .header-area .header-content .share p em, body.course.page-template-template-events .page-content .main-content .header-area .header-content .share p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
body.course.single .page-content .main-content .header-area .header-content .share p strong, body.course.page-id-41 .page-content .main-content .header-area .header-content .share p strong, body.course.post-type-archive-course .page-content .main-content .header-area .header-content .share p strong, body.course.page-template-template-events .page-content .main-content .header-area .header-content .share p strong {
  font-weight: 800;
  color: #666666;
}
/* line 301, ../../src/sass/_post-styles.scss */
body.course.single .page-content .main-content .header-area .header-content .share a, body.course.page-id-41 .page-content .main-content .header-area .header-content .share a, body.course.post-type-archive-course .page-content .main-content .header-area .header-content .share a, body.course.page-template-template-events .page-content .main-content .header-area .header-content .share a {
  background-color: #e76e3c;
}
/* line 304, ../../src/sass/_post-styles.scss */
body.course.single .page-content .main-content .header-area .header-content .share a:hover, body.course.page-id-41 .page-content .main-content .header-area .header-content .share a:hover, body.course.post-type-archive-course .page-content .main-content .header-area .header-content .share a:hover, body.course.page-template-template-events .page-content .main-content .header-area .header-content .share a:hover {
  background-color: #e76e3c;
}
/* line 310, ../../src/sass/_post-styles.scss */
body.course.single .page-content .main-content .header-area .header-content a.button_sm, body.course.page-id-41 .page-content .main-content .header-area .header-content a.button_sm, body.course.post-type-archive-course .page-content .main-content .header-area .header-content a.button_sm, body.course.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #e76e3c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.course.single .page-content .main-content .header-area .header-content a.button_sm:hover, body.course.page-id-41 .page-content .main-content .header-area .header-content a.button_sm:hover, body.course.post-type-archive-course .page-content .main-content .header-area .header-content a.button_sm:hover, body.course.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm:hover {
  background-color: #f1a88a;
}
/* line 317, ../../src/sass/_post-styles.scss */
body.course.single .page-content .main-content .course-details .details-row, body.course.page-id-41 .page-content .main-content .course-details .details-row, body.course.post-type-archive-course .page-content .main-content .course-details .details-row, body.course.page-template-template-events .page-content .main-content .course-details .details-row {
  border-top: 1px solid #e76e3c;
}
/* line 320, ../../src/sass/_post-styles.scss */
body.course.single .page-content .main-content .course-details .details-row:last-of-type, body.course.page-id-41 .page-content .main-content .course-details .details-row:last-of-type, body.course.post-type-archive-course .page-content .main-content .course-details .details-row:last-of-type, body.course.page-template-template-events .page-content .main-content .course-details .details-row:last-of-type {
  border-bottom: 1px solid #e76e3c;
}
/* line 331, ../../src/sass/_post-styles.scss */
body.course .pagination .page-numbers.current, body.course .pagination .page-numbers:hover {
  background-color: #e76e3c;
}
/* line 335, ../../src/sass/_post-styles.scss */
body.course .pagination .page-numbers.next, body.course .pagination .page-numbers.prev {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #e76e3c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.course .pagination .page-numbers.next:hover, body.course .pagination .page-numbers.prev:hover {
  background-color: #f1a88a;
}
/* line 197, ../../src/sass/_sub-nav.scss */
body.course .sub-nav .sub-nav-toggle:before {
  border-top-color: #e76e3c;
}
/* line 202, ../../src/sass/_sub-nav.scss */
body.course .sub-nav .sub-nav-toggle.active:before {
  border-top-color: transparent;
  border-bottom-color: #e76e3c;
}
/* line 213, ../../src/sass/_sub-nav.scss */
body.course .sub-nav li.current_page_item > a, body.course .sub-nav li.current_page_parent > a {
  color: #e76e3c !important;
}
/* line 217, ../../src/sass/_sub-nav.scss */
body.course .sub-nav li.current_page_item:before, body.course .sub-nav li.current_page_parent:before {
  border-left-color: #e76e3c;
}
/* line 222, ../../src/sass/_sub-nav.scss */
body.course .sub-nav li.current_page_item > .children > li:hover > a, body.course .sub-nav li.current_page_parent > .children > li:hover > a {
  color: #e76e3c;
}
/* line 230, ../../src/sass/_sub-nav.scss */
body.course .sub-nav > ul > li {
  border-bottom: 1px solid #e76e3c;
}
/* line 258, ../../src/sass/_sub-nav.scss */
body.course .sub-nav > ul > li.all:before {
  border-left-color: #e76e3c;
}
/* line 264, ../../src/sass/_sub-nav.scss */
body.course .sub-nav > ul > li:hover > a {
  color: #f1a88a;
}
/* line 78, ../../src/sass/_tactical-box-strip.scss */
body.course section.tactical .container .tacticals .tactical h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #e76e3c;
  margin: 10px 0 30px;
  font-size: 25px;
  line-height: 30px;
}
/* line 84, ../../src/sass/_tactical-box-strip.scss */
body.course section.tactical .container .tacticals .tactical a.button_small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #e76e3c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.course section.tactical .container .tacticals .tactical a.button_small:hover {
  background-color: #f1a88a;
}
/* line 142, ../../src/sass/_top-bar.scss */
body.course .call-to-action:hover {
  color: #e76e3c;
}
@media (min-width: 1024px) {
  /* line 153, ../../src/sass/_top-bar.scss */
  body.course .top-bar aside.social-media a:hover svg path {
    fill: #e76e3c;
  }
  /* line 162, ../../src/sass/_top-bar.scss */
  body.course .top-bar aside.search input[type="text"] {
    color: #e76e3c;
  }
  /* line 170, ../../src/sass/_top-bar.scss */
  body.course .top-bar.active aside.search svg line, body.course .top-bar.active aside.search svg circle {
    stroke: #e76e3c;
  }
}
/* line 33, ../../src/sass/_mixins.scss */
body.course svg#omc_logo path#circle {
  fill: #e76e3c;
}
/* line 129, ../../src/sass/_navigation.scss */
body.course nav ul li.current-menu-item a, body.course nav ul li.current-page-ancestor a {
  color: #e76e3c;
}
/* line 134, ../../src/sass/_navigation.scss */
body.course nav ul li:hover a {
  color: #e76e3c;
}
/* line 378, ../../src/sass/_mobile-navigation.scss */
body.course #hamburger.open #top, body.course #hamburger.open #bottom {
  fill: #e76e3c;
}
/* line 385, ../../src/sass/_mobile-navigation.scss */
body.course .mobile-search form input[type="text"] {
  color: #e76e3c;
}
/* line 392, ../../src/sass/_mobile-navigation.scss */
body.course .mobile-navigation #search-icon.active line, body.course .mobile-navigation #search-icon.active circle {
  stroke: #e76e3c;
}
/* line 164, ../../src/sass/_people.scss */
body.course.single-people .page-content .header-area .header-content h3, body.course.single-project .page-content .header-area .header-content h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #e76e3c;
  margin: 10px 0 0;
}
/* line 168, ../../src/sass/_people.scss */
body.course.single-people .page-content .header-area .header-content a, body.course.single-project .page-content .header-area .header-content a {
  color: #e76e3c;
  text-decoration: none;
}
/* line 172, ../../src/sass/_people.scss */
body.course.single-people .page-content .header-area .header-content a:hover, body.course.single-project .page-content .header-area .header-content a:hover {
  text-decoration: underline;
}
/* line 180, ../../src/sass/_people.scss */
body.course.single-people .page-content .main-content .supporters, body.course.single-project .page-content .main-content .supporters {
  border-top: 1px solid #e76e3c;
}
/* line 183, ../../src/sass/_people.scss */
body.course.single-people .page-content .main-content .supporters .supporter, body.course.single-project .page-content .main-content .supporters .supporter {
  border-bottom: 1px solid #e76e3c;
}
/* line 186, ../../src/sass/_people.scss */
body.course.single-people .page-content .main-content .supporters .supporter a, body.course.single-project .page-content .main-content .supporters .supporter a {
  color: #e76e3c;
  text-decoration: none;
}
/* line 190, ../../src/sass/_people.scss */
body.course.single-people .page-content .main-content .supporters .supporter a:hover, body.course.single-project .page-content .main-content .supporters .supporter a:hover {
  text-decoration: underline;
}
/* line 199, ../../src/sass/_people.scss */
body.course.single-people .page-content .content-wrap blockquote, body.course.single-project .page-content .content-wrap blockquote {
  border-top: 1px solid #e76e3c;
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #e76e3c;
  margin: 10px 0 10px;
  font-size: 16px;
  line-height: 25px;
  max-width: 100%;
}
/* line 120, ../../src/sass/_people-tile.scss */
body.course .related-people h3 {
  border-top: 1px solid #e76e3c;
}
/* line 125, ../../src/sass/_people-tile.scss */
body.course .people-list {
  border-top: 1px solid #e76e3c;
}
/* line 129, ../../src/sass/_people-tile.scss */
body.course .course-details + .people-list {
  border-top: 0;
}
/* line 133, ../../src/sass/_people-tile.scss */
body.course .people-tile {
  border-bottom: 1px solid #e76e3c;
}
/* line 138, ../../src/sass/_people-tile.scss */
body.course .people-tile .people-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #e76e3c;
  margin: 10px 0 10px;
}
/* line 142, ../../src/sass/_people-tile.scss */
body.course .people-tile .people-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #e76e3c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
/* line 26, ../../src/sass/_mixins.scss */
body.course .people-tile .people-content a.button_sm:hover {
  background-color: #f1a88a;
}
/* line 149, ../../src/sass/_people-tile.scss */
body.course .people-tile:hover .people-content h2 {
  color: #f1a88a;
}
/* line 277, ../../src/sass/_strips.scss */
body.course .strip-text a:not(.button) {
  transition: all 0.4s ease-in-out;
  color: #e76e3c;
  font-weight: 800;
  text-decoration: underline;
}
/* line 281, ../../src/sass/_strips.scss */
body.course .strip-text a:not(.button):hover {
  color: #f1a88a;
}
/* line 286, ../../src/sass/_strips.scss */
body.course .strip-text .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #f1a88a;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.course .strip-text .button:hover {
  background-color: #e76e3c;
}
/* line 291, ../../src/sass/_strips.scss */
body.course .strip-header-v2 {
  background-color: #f1a88a;
}
/* line 295, ../../src/sass/_strips.scss */
body.course .strip-text-image {
  background-color: #f1a88a;
}
/* line 304, ../../src/sass/_strips.scss */
body.course .strip-two-tile .block-holder .left .content-tile .content-container .button, body.course .strip-two-tile .block-holder .right .content-tile .content-container .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #e76e3c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.course .strip-two-tile .block-holder .left .content-tile .content-container .button:hover, body.course .strip-two-tile .block-holder .right .content-tile .content-container .button:hover {
  background-color: #f1a88a;
}
/* line 128, ../../src/sass/_resources.scss */
body.course .resource-strip .container .resource-item h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #e76e3c;
  margin: 10px 0 10px;
}
/* line 132, ../../src/sass/_resources.scss */
body.course .resource-strip .container .resource-item a {
  color: #e76e3c;
}
/* line 135, ../../src/sass/_resources.scss */
body.course .resource-strip .container .resource-item a:hover {
  color: #f1a88a;
}
/* line 143, ../../src/sass/_resources.scss */
body.course .resource-strip.video .resource-item {
  border-top: 1px solid #e76e3c;
}
/* line 146, ../../src/sass/_resources.scss */
body.course .resource-strip.video .resource-item:nth-of-type(1) {
  border-top: 0;
}
@media (min-width: 768px) {
  /* line 153, ../../src/sass/_resources.scss */
  body.course .resource-strip.image .resource-item {
    border-top: 1px solid #e76e3c;
  }
  /* line 156, ../../src/sass/_resources.scss */
  body.course .resource-strip.image .resource-item:nth-of-type(1), body.course .resource-strip.image .resource-item:nth-of-type(2) {
    border-top: 0;
  }
}
/* line 754, ../../src/sass/plyr/plyr.scss */
body.course .plyr input[type="range"]:active::-webkit-slider-thumb {
  background: #e76e3c;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 757, ../../src/sass/plyr/plyr.scss */
body.course .plyr input[type="range"]:active::-moz-range-thumb {
  background: #e76e3c;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 760, ../../src/sass/plyr/plyr.scss */
body.course .plyr input[type="range"]:active::-ms-thumb {
  background: #e76e3c;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 767, ../../src/sass/plyr/plyr.scss */
body.course .plyr__play-large {
  background: #e76e3c;
}
/* line 770, ../../src/sass/plyr/plyr.scss */
body.course .plyr__play-large:hover {
  background: #f1a88a;
}
/* line 775, ../../src/sass/plyr/plyr.scss */
body.course .plyr__progress--played,
body.course .plyr__volume--display {
  color: #e76e3c;
}
/* line 783, ../../src/sass/plyr/plyr.scss */
body.course .plyr--video .plyr__controls button.tab-focus:focus, body.course .plyr--video .plyr__controls button:hover {
  background: #e76e3c;
  color: #FFF;
}
/* line 48, ../../src/sass/_search.scss */
body.course .search-results .result {
  border-top: 1px solid #e76e3c;
}
/* line 49, ../../src/sass/_search.scss */
body.course .search-results .result h3 {
  color: #e76e3c;
}
/* line 55, ../../src/sass/_search.scss */
body.course .search-results .result:last-of-type {
  border-bottom: 1px solid #e76e3c;
}
/* line 62, ../../src/sass/_search.scss */
body.course .error-search input[type='text'] {
  color: #e76e3c;
}
/* line 66, ../../src/sass/_search.scss */
body.course .error-search input[type='submit'] {
  background-color: #e76e3c;
}
/* line 69, ../../src/sass/_search.scss */
body.course .error-search input[type='submit']:hover {
  background-color: #f1a88a;
}

/* line 218, ../../src/sass/_footer.scss */
body.training .dividing-line {
  background-color: #d25299;
}
/* line 225, ../../src/sass/_footer.scss */
body.training .main-footer .footer-menu a {
  color: #d25299;
  font-weight: 800;
  text-decoration: underline;
  font-size: 14px;
}
/* line 232, ../../src/sass/_footer.scss */
body.training .main-footer aside .button.small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #d25299;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.training .main-footer aside .button.small:hover {
  background-color: #e497c2;
}
/* line 237, ../../src/sass/_footer.scss */
body.training .main-footer aside form input[type='submit'] {
  background-color: #d25299;
}
/* line 240, ../../src/sass/_footer.scss */
body.training .main-footer aside form input[type='submit']:hover {
  background-color: #e497c2;
}
/* line 107, ../../src/sass/_inside-page.scss */
body.training header.page-heading {
  background-color: #e497c2;
}
/* line 112, ../../src/sass/_inside-page.scss */
body.training .main-content h1, body.training .header-area h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 45px;
  color: #d25299;
  margin: 10px 0 35px;
}
/* line 117, ../../src/sass/_inside-page.scss */
body.training .main-content p a, body.training .main-content li a, body.training .header-area p a, body.training .header-area li a {
  color: #d25299;
  font-weight: 800;
  text-decoration: underline;
}
/* line 120, ../../src/sass/_inside-page.scss */
body.training .main-content p a:hover, body.training .main-content li a:hover, body.training .header-area p a:hover, body.training .header-area li a:hover {
  color: #e497c2;
}
/* line 124, ../../src/sass/_inside-page.scss */
body.training .main-content p a.button, body.training .main-content li a.button, body.training .header-area p a.button, body.training .header-area li a.button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #d25299;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
/* line 26, ../../src/sass/_mixins.scss */
body.training .main-content p a.button:hover, body.training .main-content li a.button:hover, body.training .header-area p a.button:hover, body.training .header-area li a.button:hover {
  background-color: #e497c2;
}
/* line 131, ../../src/sass/_inside-page.scss */
body.training .main-content blockquote, body.training .header-area blockquote {
  border-top: 2px solid #d25299;
}
/* line 134, ../../src/sass/_inside-page.scss */
body.training .main-content blockquote p, body.training .main-content blockquote p:first-of-type, body.training .header-area blockquote p, body.training .header-area blockquote p:first-of-type {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #d25299;
  margin: 10px 0 30px;
}
/* line 258, ../../src/sass/_post-styles.scss */
body.training.single .page-content .main-content h2, body.training.page-id-41 .page-content .main-content h2, body.training.post-type-archive-training .page-content .main-content h2, body.training.page-template-template-events .page-content .main-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #d25299;
  margin: 10px 0 15px;
}
/* line 265, ../../src/sass/_post-styles.scss */
body.training.single .page-content .main-content .available-courses .course-entry .response a.book, body.training.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book, body.training.post-type-archive-training .page-content .main-content .available-courses .course-entry .response a.book, body.training.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #d25299;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.training.single .page-content .main-content .available-courses .course-entry .response a.book:hover, body.training.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book:hover, body.training.post-type-archive-training .page-content .main-content .available-courses .course-entry .response a.book:hover, body.training.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book:hover {
  background-color: #e497c2;
}
/* line 269, ../../src/sass/_post-styles.scss */
body.training.single .page-content .main-content .available-courses .course-entry .response a.waitlist, body.training.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist, body.training.post-type-archive-training .page-content .main-content .available-courses .course-entry .response a.waitlist, body.training.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #e497c2;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.training.single .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.training.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.training.post-type-archive-training .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.training.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist:hover {
  background-color: #d25299;
}
/* line 273, ../../src/sass/_post-styles.scss */
body.training.single .page-content .main-content .available-courses .course-entry .response span, body.training.page-id-41 .page-content .main-content .available-courses .course-entry .response span, body.training.post-type-archive-training .page-content .main-content .available-courses .course-entry .response span, body.training.page-template-template-events .page-content .main-content .available-courses .course-entry .response span {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #f2f2f2;
  color: #d25299;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.training.single .page-content .main-content .available-courses .course-entry .response span:hover, body.training.page-id-41 .page-content .main-content .available-courses .course-entry .response span:hover, body.training.post-type-archive-training .page-content .main-content .available-courses .course-entry .response span:hover, body.training.page-template-template-events .page-content .main-content .available-courses .course-entry .response span:hover {
  background-color: #f2f2f2;
}
/* line 280, ../../src/sass/_post-styles.scss */
body.training.single .page-content .main-content .archive-body-text, body.training.page-id-41 .page-content .main-content .archive-body-text, body.training.post-type-archive-training .page-content .main-content .archive-body-text, body.training.page-template-template-events .page-content .main-content .archive-body-text {
  border-bottom: 1px solid #e497c2;
}
/* line 283, ../../src/sass/_post-styles.scss */
body.training.single .page-content .main-content .archive-body-text p:first-of-type, body.training.page-id-41 .page-content .main-content .archive-body-text p:first-of-type, body.training.post-type-archive-training .page-content .main-content .archive-body-text p:first-of-type, body.training.page-template-template-events .page-content .main-content .archive-body-text p:first-of-type {
  font-family: 'proxima-nova';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #d25299;
  margin-bottom: 35px;
}
/* line 288, ../../src/sass/_post-styles.scss */
body.training.single .page-content .main-content .header-area, body.training.page-id-41 .page-content .main-content .header-area, body.training.post-type-archive-training .page-content .main-content .header-area, body.training.page-template-template-events .page-content .main-content .header-area {
  border-bottom: 1px solid #d25299;
}
/* line 292, ../../src/sass/_post-styles.scss */
body.training.single .page-content .main-content .header-area .header-content h1, body.training.page-id-41 .page-content .main-content .header-area .header-content h1, body.training.post-type-archive-training .page-content .main-content .header-area .header-content h1, body.training.page-template-template-events .page-content .main-content .header-area .header-content h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #d25299;
  margin: 10px 0 15px;
}
/* line 297, ../../src/sass/_post-styles.scss */
body.training.single .page-content .main-content .header-area .header-content .share p, body.training.page-id-41 .page-content .main-content .header-area .header-content .share p, body.training.post-type-archive-training .page-content .main-content .header-area .header-content .share p, body.training.page-template-template-events .page-content .main-content .header-area .header-content .share p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
}
/* line 97, ../../src/sass/_typography.scss */
body.training.single .page-content .main-content .header-area .header-content .share p em, body.training.page-id-41 .page-content .main-content .header-area .header-content .share p em, body.training.post-type-archive-training .page-content .main-content .header-area .header-content .share p em, body.training.page-template-template-events .page-content .main-content .header-area .header-content .share p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
body.training.single .page-content .main-content .header-area .header-content .share p strong, body.training.page-id-41 .page-content .main-content .header-area .header-content .share p strong, body.training.post-type-archive-training .page-content .main-content .header-area .header-content .share p strong, body.training.page-template-template-events .page-content .main-content .header-area .header-content .share p strong {
  font-weight: 800;
  color: #666666;
}
/* line 301, ../../src/sass/_post-styles.scss */
body.training.single .page-content .main-content .header-area .header-content .share a, body.training.page-id-41 .page-content .main-content .header-area .header-content .share a, body.training.post-type-archive-training .page-content .main-content .header-area .header-content .share a, body.training.page-template-template-events .page-content .main-content .header-area .header-content .share a {
  background-color: #d25299;
}
/* line 304, ../../src/sass/_post-styles.scss */
body.training.single .page-content .main-content .header-area .header-content .share a:hover, body.training.page-id-41 .page-content .main-content .header-area .header-content .share a:hover, body.training.post-type-archive-training .page-content .main-content .header-area .header-content .share a:hover, body.training.page-template-template-events .page-content .main-content .header-area .header-content .share a:hover {
  background-color: #d25299;
}
/* line 310, ../../src/sass/_post-styles.scss */
body.training.single .page-content .main-content .header-area .header-content a.button_sm, body.training.page-id-41 .page-content .main-content .header-area .header-content a.button_sm, body.training.post-type-archive-training .page-content .main-content .header-area .header-content a.button_sm, body.training.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #d25299;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.training.single .page-content .main-content .header-area .header-content a.button_sm:hover, body.training.page-id-41 .page-content .main-content .header-area .header-content a.button_sm:hover, body.training.post-type-archive-training .page-content .main-content .header-area .header-content a.button_sm:hover, body.training.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm:hover {
  background-color: #e497c2;
}
/* line 317, ../../src/sass/_post-styles.scss */
body.training.single .page-content .main-content .course-details .details-row, body.training.page-id-41 .page-content .main-content .course-details .details-row, body.training.post-type-archive-training .page-content .main-content .course-details .details-row, body.training.page-template-template-events .page-content .main-content .course-details .details-row {
  border-top: 1px solid #d25299;
}
/* line 320, ../../src/sass/_post-styles.scss */
body.training.single .page-content .main-content .course-details .details-row:last-of-type, body.training.page-id-41 .page-content .main-content .course-details .details-row:last-of-type, body.training.post-type-archive-training .page-content .main-content .course-details .details-row:last-of-type, body.training.page-template-template-events .page-content .main-content .course-details .details-row:last-of-type {
  border-bottom: 1px solid #d25299;
}
/* line 331, ../../src/sass/_post-styles.scss */
body.training .pagination .page-numbers.current, body.training .pagination .page-numbers:hover {
  background-color: #d25299;
}
/* line 335, ../../src/sass/_post-styles.scss */
body.training .pagination .page-numbers.next, body.training .pagination .page-numbers.prev {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #d25299;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.training .pagination .page-numbers.next:hover, body.training .pagination .page-numbers.prev:hover {
  background-color: #e497c2;
}
/* line 197, ../../src/sass/_sub-nav.scss */
body.training .sub-nav .sub-nav-toggle:before {
  border-top-color: #d25299;
}
/* line 202, ../../src/sass/_sub-nav.scss */
body.training .sub-nav .sub-nav-toggle.active:before {
  border-top-color: transparent;
  border-bottom-color: #d25299;
}
/* line 213, ../../src/sass/_sub-nav.scss */
body.training .sub-nav li.current_page_item > a, body.training .sub-nav li.current_page_parent > a {
  color: #d25299 !important;
}
/* line 217, ../../src/sass/_sub-nav.scss */
body.training .sub-nav li.current_page_item:before, body.training .sub-nav li.current_page_parent:before {
  border-left-color: #d25299;
}
/* line 222, ../../src/sass/_sub-nav.scss */
body.training .sub-nav li.current_page_item > .children > li:hover > a, body.training .sub-nav li.current_page_parent > .children > li:hover > a {
  color: #d25299;
}
/* line 230, ../../src/sass/_sub-nav.scss */
body.training .sub-nav > ul > li {
  border-bottom: 1px solid #d25299;
}
/* line 258, ../../src/sass/_sub-nav.scss */
body.training .sub-nav > ul > li.all:before {
  border-left-color: #d25299;
}
/* line 264, ../../src/sass/_sub-nav.scss */
body.training .sub-nav > ul > li:hover > a {
  color: #e497c2;
}
/* line 78, ../../src/sass/_tactical-box-strip.scss */
body.training section.tactical .container .tacticals .tactical h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #d25299;
  margin: 10px 0 30px;
  font-size: 25px;
  line-height: 30px;
}
/* line 84, ../../src/sass/_tactical-box-strip.scss */
body.training section.tactical .container .tacticals .tactical a.button_small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #d25299;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.training section.tactical .container .tacticals .tactical a.button_small:hover {
  background-color: #e497c2;
}
/* line 142, ../../src/sass/_top-bar.scss */
body.training .call-to-action:hover {
  color: #d25299;
}
@media (min-width: 1024px) {
  /* line 153, ../../src/sass/_top-bar.scss */
  body.training .top-bar aside.social-media a:hover svg path {
    fill: #d25299;
  }
  /* line 162, ../../src/sass/_top-bar.scss */
  body.training .top-bar aside.search input[type="text"] {
    color: #d25299;
  }
  /* line 170, ../../src/sass/_top-bar.scss */
  body.training .top-bar.active aside.search svg line, body.training .top-bar.active aside.search svg circle {
    stroke: #d25299;
  }
}
/* line 33, ../../src/sass/_mixins.scss */
body.training svg#omc_logo path#circle {
  fill: #d25299;
}
/* line 129, ../../src/sass/_navigation.scss */
body.training nav ul li.current-menu-item a, body.training nav ul li.current-page-ancestor a {
  color: #d25299;
}
/* line 134, ../../src/sass/_navigation.scss */
body.training nav ul li:hover a {
  color: #d25299;
}
/* line 378, ../../src/sass/_mobile-navigation.scss */
body.training #hamburger.open #top, body.training #hamburger.open #bottom {
  fill: #d25299;
}
/* line 385, ../../src/sass/_mobile-navigation.scss */
body.training .mobile-search form input[type="text"] {
  color: #d25299;
}
/* line 392, ../../src/sass/_mobile-navigation.scss */
body.training .mobile-navigation #search-icon.active line, body.training .mobile-navigation #search-icon.active circle {
  stroke: #d25299;
}
/* line 164, ../../src/sass/_people.scss */
body.training.single-people .page-content .header-area .header-content h3, body.training.single-project .page-content .header-area .header-content h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #d25299;
  margin: 10px 0 0;
}
/* line 168, ../../src/sass/_people.scss */
body.training.single-people .page-content .header-area .header-content a, body.training.single-project .page-content .header-area .header-content a {
  color: #d25299;
  text-decoration: none;
}
/* line 172, ../../src/sass/_people.scss */
body.training.single-people .page-content .header-area .header-content a:hover, body.training.single-project .page-content .header-area .header-content a:hover {
  text-decoration: underline;
}
/* line 180, ../../src/sass/_people.scss */
body.training.single-people .page-content .main-content .supporters, body.training.single-project .page-content .main-content .supporters {
  border-top: 1px solid #d25299;
}
/* line 183, ../../src/sass/_people.scss */
body.training.single-people .page-content .main-content .supporters .supporter, body.training.single-project .page-content .main-content .supporters .supporter {
  border-bottom: 1px solid #d25299;
}
/* line 186, ../../src/sass/_people.scss */
body.training.single-people .page-content .main-content .supporters .supporter a, body.training.single-project .page-content .main-content .supporters .supporter a {
  color: #d25299;
  text-decoration: none;
}
/* line 190, ../../src/sass/_people.scss */
body.training.single-people .page-content .main-content .supporters .supporter a:hover, body.training.single-project .page-content .main-content .supporters .supporter a:hover {
  text-decoration: underline;
}
/* line 199, ../../src/sass/_people.scss */
body.training.single-people .page-content .content-wrap blockquote, body.training.single-project .page-content .content-wrap blockquote {
  border-top: 1px solid #d25299;
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #d25299;
  margin: 10px 0 10px;
  font-size: 16px;
  line-height: 25px;
  max-width: 100%;
}
/* line 120, ../../src/sass/_people-tile.scss */
body.training .related-people h3 {
  border-top: 1px solid #d25299;
}
/* line 125, ../../src/sass/_people-tile.scss */
body.training .people-list {
  border-top: 1px solid #d25299;
}
/* line 129, ../../src/sass/_people-tile.scss */
body.training .course-details + .people-list {
  border-top: 0;
}
/* line 133, ../../src/sass/_people-tile.scss */
body.training .people-tile {
  border-bottom: 1px solid #d25299;
}
/* line 138, ../../src/sass/_people-tile.scss */
body.training .people-tile .people-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #d25299;
  margin: 10px 0 10px;
}
/* line 142, ../../src/sass/_people-tile.scss */
body.training .people-tile .people-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #d25299;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
/* line 26, ../../src/sass/_mixins.scss */
body.training .people-tile .people-content a.button_sm:hover {
  background-color: #e497c2;
}
/* line 149, ../../src/sass/_people-tile.scss */
body.training .people-tile:hover .people-content h2 {
  color: #e497c2;
}
/* line 277, ../../src/sass/_strips.scss */
body.training .strip-text a:not(.button) {
  transition: all 0.4s ease-in-out;
  color: #d25299;
  font-weight: 800;
  text-decoration: underline;
}
/* line 281, ../../src/sass/_strips.scss */
body.training .strip-text a:not(.button):hover {
  color: #e497c2;
}
/* line 286, ../../src/sass/_strips.scss */
body.training .strip-text .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #e497c2;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.training .strip-text .button:hover {
  background-color: #d25299;
}
/* line 291, ../../src/sass/_strips.scss */
body.training .strip-header-v2 {
  background-color: #e497c2;
}
/* line 295, ../../src/sass/_strips.scss */
body.training .strip-text-image {
  background-color: #e497c2;
}
/* line 304, ../../src/sass/_strips.scss */
body.training .strip-two-tile .block-holder .left .content-tile .content-container .button, body.training .strip-two-tile .block-holder .right .content-tile .content-container .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #d25299;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.training .strip-two-tile .block-holder .left .content-tile .content-container .button:hover, body.training .strip-two-tile .block-holder .right .content-tile .content-container .button:hover {
  background-color: #e497c2;
}
/* line 128, ../../src/sass/_resources.scss */
body.training .resource-strip .container .resource-item h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #d25299;
  margin: 10px 0 10px;
}
/* line 132, ../../src/sass/_resources.scss */
body.training .resource-strip .container .resource-item a {
  color: #d25299;
}
/* line 135, ../../src/sass/_resources.scss */
body.training .resource-strip .container .resource-item a:hover {
  color: #e497c2;
}
/* line 143, ../../src/sass/_resources.scss */
body.training .resource-strip.video .resource-item {
  border-top: 1px solid #d25299;
}
/* line 146, ../../src/sass/_resources.scss */
body.training .resource-strip.video .resource-item:nth-of-type(1) {
  border-top: 0;
}
@media (min-width: 768px) {
  /* line 153, ../../src/sass/_resources.scss */
  body.training .resource-strip.image .resource-item {
    border-top: 1px solid #d25299;
  }
  /* line 156, ../../src/sass/_resources.scss */
  body.training .resource-strip.image .resource-item:nth-of-type(1), body.training .resource-strip.image .resource-item:nth-of-type(2) {
    border-top: 0;
  }
}
/* line 754, ../../src/sass/plyr/plyr.scss */
body.training .plyr input[type="range"]:active::-webkit-slider-thumb {
  background: #d25299;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 757, ../../src/sass/plyr/plyr.scss */
body.training .plyr input[type="range"]:active::-moz-range-thumb {
  background: #d25299;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 760, ../../src/sass/plyr/plyr.scss */
body.training .plyr input[type="range"]:active::-ms-thumb {
  background: #d25299;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 767, ../../src/sass/plyr/plyr.scss */
body.training .plyr__play-large {
  background: #d25299;
}
/* line 770, ../../src/sass/plyr/plyr.scss */
body.training .plyr__play-large:hover {
  background: #e497c2;
}
/* line 775, ../../src/sass/plyr/plyr.scss */
body.training .plyr__progress--played,
body.training .plyr__volume--display {
  color: #d25299;
}
/* line 783, ../../src/sass/plyr/plyr.scss */
body.training .plyr--video .plyr__controls button.tab-focus:focus, body.training .plyr--video .plyr__controls button:hover {
  background: #d25299;
  color: #FFF;
}
/* line 48, ../../src/sass/_search.scss */
body.training .search-results .result {
  border-top: 1px solid #d25299;
}
/* line 49, ../../src/sass/_search.scss */
body.training .search-results .result h3 {
  color: #d25299;
}
/* line 55, ../../src/sass/_search.scss */
body.training .search-results .result:last-of-type {
  border-bottom: 1px solid #d25299;
}
/* line 62, ../../src/sass/_search.scss */
body.training .error-search input[type='text'] {
  color: #d25299;
}
/* line 66, ../../src/sass/_search.scss */
body.training .error-search input[type='submit'] {
  background-color: #d25299;
}
/* line 69, ../../src/sass/_search.scss */
body.training .error-search input[type='submit']:hover {
  background-color: #e497c2;
}

/* line 218, ../../src/sass/_footer.scss */
body.insight .dividing-line {
  background-color: #708090;
}
/* line 225, ../../src/sass/_footer.scss */
body.insight .main-footer .footer-menu a {
  color: #708090;
  font-weight: 800;
  text-decoration: underline;
  font-size: 14px;
}
/* line 232, ../../src/sass/_footer.scss */
body.insight .main-footer aside .button.small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #708090;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.insight .main-footer aside .button.small:hover {
  background-color: #c6ccd3;
}
/* line 237, ../../src/sass/_footer.scss */
body.insight .main-footer aside form input[type='submit'] {
  background-color: #708090;
}
/* line 240, ../../src/sass/_footer.scss */
body.insight .main-footer aside form input[type='submit']:hover {
  background-color: #c6ccd3;
}
/* line 107, ../../src/sass/_inside-page.scss */
body.insight header.page-heading {
  background-color: #c6ccd3;
}
/* line 112, ../../src/sass/_inside-page.scss */
body.insight .main-content h1, body.insight .header-area h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 45px;
  color: #708090;
  margin: 10px 0 35px;
}
/* line 117, ../../src/sass/_inside-page.scss */
body.insight .main-content p a, body.insight .main-content li a, body.insight .header-area p a, body.insight .header-area li a {
  color: #708090;
  font-weight: 800;
  text-decoration: underline;
}
/* line 120, ../../src/sass/_inside-page.scss */
body.insight .main-content p a:hover, body.insight .main-content li a:hover, body.insight .header-area p a:hover, body.insight .header-area li a:hover {
  color: #c6ccd3;
}
/* line 124, ../../src/sass/_inside-page.scss */
body.insight .main-content p a.button, body.insight .main-content li a.button, body.insight .header-area p a.button, body.insight .header-area li a.button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #708090;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
/* line 26, ../../src/sass/_mixins.scss */
body.insight .main-content p a.button:hover, body.insight .main-content li a.button:hover, body.insight .header-area p a.button:hover, body.insight .header-area li a.button:hover {
  background-color: #c6ccd3;
}
/* line 131, ../../src/sass/_inside-page.scss */
body.insight .main-content blockquote, body.insight .header-area blockquote {
  border-top: 2px solid #708090;
}
/* line 134, ../../src/sass/_inside-page.scss */
body.insight .main-content blockquote p, body.insight .main-content blockquote p:first-of-type, body.insight .header-area blockquote p, body.insight .header-area blockquote p:first-of-type {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #708090;
  margin: 10px 0 30px;
}
/* line 258, ../../src/sass/_post-styles.scss */
body.insight.single .page-content .main-content h2, body.insight.page-id-41 .page-content .main-content h2, body.insight.post-type-archive-insight .page-content .main-content h2, body.insight.page-template-template-events .page-content .main-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #708090;
  margin: 10px 0 15px;
}
/* line 265, ../../src/sass/_post-styles.scss */
body.insight.single .page-content .main-content .available-courses .course-entry .response a.book, body.insight.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book, body.insight.post-type-archive-insight .page-content .main-content .available-courses .course-entry .response a.book, body.insight.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #708090;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.insight.single .page-content .main-content .available-courses .course-entry .response a.book:hover, body.insight.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book:hover, body.insight.post-type-archive-insight .page-content .main-content .available-courses .course-entry .response a.book:hover, body.insight.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book:hover {
  background-color: #c6ccd3;
}
/* line 269, ../../src/sass/_post-styles.scss */
body.insight.single .page-content .main-content .available-courses .course-entry .response a.waitlist, body.insight.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist, body.insight.post-type-archive-insight .page-content .main-content .available-courses .course-entry .response a.waitlist, body.insight.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #c6ccd3;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.insight.single .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.insight.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.insight.post-type-archive-insight .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.insight.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist:hover {
  background-color: #708090;
}
/* line 273, ../../src/sass/_post-styles.scss */
body.insight.single .page-content .main-content .available-courses .course-entry .response span, body.insight.page-id-41 .page-content .main-content .available-courses .course-entry .response span, body.insight.post-type-archive-insight .page-content .main-content .available-courses .course-entry .response span, body.insight.page-template-template-events .page-content .main-content .available-courses .course-entry .response span {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #f2f2f2;
  color: #708090;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.insight.single .page-content .main-content .available-courses .course-entry .response span:hover, body.insight.page-id-41 .page-content .main-content .available-courses .course-entry .response span:hover, body.insight.post-type-archive-insight .page-content .main-content .available-courses .course-entry .response span:hover, body.insight.page-template-template-events .page-content .main-content .available-courses .course-entry .response span:hover {
  background-color: #f2f2f2;
}
/* line 280, ../../src/sass/_post-styles.scss */
body.insight.single .page-content .main-content .archive-body-text, body.insight.page-id-41 .page-content .main-content .archive-body-text, body.insight.post-type-archive-insight .page-content .main-content .archive-body-text, body.insight.page-template-template-events .page-content .main-content .archive-body-text {
  border-bottom: 1px solid #c6ccd3;
}
/* line 283, ../../src/sass/_post-styles.scss */
body.insight.single .page-content .main-content .archive-body-text p:first-of-type, body.insight.page-id-41 .page-content .main-content .archive-body-text p:first-of-type, body.insight.post-type-archive-insight .page-content .main-content .archive-body-text p:first-of-type, body.insight.page-template-template-events .page-content .main-content .archive-body-text p:first-of-type {
  font-family: 'proxima-nova';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #708090;
  margin-bottom: 35px;
}
/* line 288, ../../src/sass/_post-styles.scss */
body.insight.single .page-content .main-content .header-area, body.insight.page-id-41 .page-content .main-content .header-area, body.insight.post-type-archive-insight .page-content .main-content .header-area, body.insight.page-template-template-events .page-content .main-content .header-area {
  border-bottom: 1px solid #708090;
}
/* line 292, ../../src/sass/_post-styles.scss */
body.insight.single .page-content .main-content .header-area .header-content h1, body.insight.page-id-41 .page-content .main-content .header-area .header-content h1, body.insight.post-type-archive-insight .page-content .main-content .header-area .header-content h1, body.insight.page-template-template-events .page-content .main-content .header-area .header-content h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #708090;
  margin: 10px 0 15px;
}
/* line 297, ../../src/sass/_post-styles.scss */
body.insight.single .page-content .main-content .header-area .header-content .share p, body.insight.page-id-41 .page-content .main-content .header-area .header-content .share p, body.insight.post-type-archive-insight .page-content .main-content .header-area .header-content .share p, body.insight.page-template-template-events .page-content .main-content .header-area .header-content .share p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
}
/* line 97, ../../src/sass/_typography.scss */
body.insight.single .page-content .main-content .header-area .header-content .share p em, body.insight.page-id-41 .page-content .main-content .header-area .header-content .share p em, body.insight.post-type-archive-insight .page-content .main-content .header-area .header-content .share p em, body.insight.page-template-template-events .page-content .main-content .header-area .header-content .share p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
body.insight.single .page-content .main-content .header-area .header-content .share p strong, body.insight.page-id-41 .page-content .main-content .header-area .header-content .share p strong, body.insight.post-type-archive-insight .page-content .main-content .header-area .header-content .share p strong, body.insight.page-template-template-events .page-content .main-content .header-area .header-content .share p strong {
  font-weight: 800;
  color: #666666;
}
/* line 301, ../../src/sass/_post-styles.scss */
body.insight.single .page-content .main-content .header-area .header-content .share a, body.insight.page-id-41 .page-content .main-content .header-area .header-content .share a, body.insight.post-type-archive-insight .page-content .main-content .header-area .header-content .share a, body.insight.page-template-template-events .page-content .main-content .header-area .header-content .share a {
  background-color: #708090;
}
/* line 304, ../../src/sass/_post-styles.scss */
body.insight.single .page-content .main-content .header-area .header-content .share a:hover, body.insight.page-id-41 .page-content .main-content .header-area .header-content .share a:hover, body.insight.post-type-archive-insight .page-content .main-content .header-area .header-content .share a:hover, body.insight.page-template-template-events .page-content .main-content .header-area .header-content .share a:hover {
  background-color: #708090;
}
/* line 310, ../../src/sass/_post-styles.scss */
body.insight.single .page-content .main-content .header-area .header-content a.button_sm, body.insight.page-id-41 .page-content .main-content .header-area .header-content a.button_sm, body.insight.post-type-archive-insight .page-content .main-content .header-area .header-content a.button_sm, body.insight.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #708090;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.insight.single .page-content .main-content .header-area .header-content a.button_sm:hover, body.insight.page-id-41 .page-content .main-content .header-area .header-content a.button_sm:hover, body.insight.post-type-archive-insight .page-content .main-content .header-area .header-content a.button_sm:hover, body.insight.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm:hover {
  background-color: #c6ccd3;
}
/* line 317, ../../src/sass/_post-styles.scss */
body.insight.single .page-content .main-content .course-details .details-row, body.insight.page-id-41 .page-content .main-content .course-details .details-row, body.insight.post-type-archive-insight .page-content .main-content .course-details .details-row, body.insight.page-template-template-events .page-content .main-content .course-details .details-row {
  border-top: 1px solid #708090;
}
/* line 320, ../../src/sass/_post-styles.scss */
body.insight.single .page-content .main-content .course-details .details-row:last-of-type, body.insight.page-id-41 .page-content .main-content .course-details .details-row:last-of-type, body.insight.post-type-archive-insight .page-content .main-content .course-details .details-row:last-of-type, body.insight.page-template-template-events .page-content .main-content .course-details .details-row:last-of-type {
  border-bottom: 1px solid #708090;
}
/* line 331, ../../src/sass/_post-styles.scss */
body.insight .pagination .page-numbers.current, body.insight .pagination .page-numbers:hover {
  background-color: #708090;
}
/* line 335, ../../src/sass/_post-styles.scss */
body.insight .pagination .page-numbers.next, body.insight .pagination .page-numbers.prev {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #708090;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.insight .pagination .page-numbers.next:hover, body.insight .pagination .page-numbers.prev:hover {
  background-color: #c6ccd3;
}
/* line 197, ../../src/sass/_sub-nav.scss */
body.insight .sub-nav .sub-nav-toggle:before {
  border-top-color: #708090;
}
/* line 202, ../../src/sass/_sub-nav.scss */
body.insight .sub-nav .sub-nav-toggle.active:before {
  border-top-color: transparent;
  border-bottom-color: #708090;
}
/* line 213, ../../src/sass/_sub-nav.scss */
body.insight .sub-nav li.current_page_item > a, body.insight .sub-nav li.current_page_parent > a {
  color: #708090 !important;
}
/* line 217, ../../src/sass/_sub-nav.scss */
body.insight .sub-nav li.current_page_item:before, body.insight .sub-nav li.current_page_parent:before {
  border-left-color: #708090;
}
/* line 222, ../../src/sass/_sub-nav.scss */
body.insight .sub-nav li.current_page_item > .children > li:hover > a, body.insight .sub-nav li.current_page_parent > .children > li:hover > a {
  color: #708090;
}
/* line 230, ../../src/sass/_sub-nav.scss */
body.insight .sub-nav > ul > li {
  border-bottom: 1px solid #708090;
}
/* line 258, ../../src/sass/_sub-nav.scss */
body.insight .sub-nav > ul > li.all:before {
  border-left-color: #708090;
}
/* line 264, ../../src/sass/_sub-nav.scss */
body.insight .sub-nav > ul > li:hover > a {
  color: #c6ccd3;
}
/* line 78, ../../src/sass/_tactical-box-strip.scss */
body.insight section.tactical .container .tacticals .tactical h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #708090;
  margin: 10px 0 30px;
  font-size: 25px;
  line-height: 30px;
}
/* line 84, ../../src/sass/_tactical-box-strip.scss */
body.insight section.tactical .container .tacticals .tactical a.button_small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #708090;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.insight section.tactical .container .tacticals .tactical a.button_small:hover {
  background-color: #c6ccd3;
}
/* line 142, ../../src/sass/_top-bar.scss */
body.insight .call-to-action:hover {
  color: #708090;
}
@media (min-width: 1024px) {
  /* line 153, ../../src/sass/_top-bar.scss */
  body.insight .top-bar aside.social-media a:hover svg path {
    fill: #708090;
  }
  /* line 162, ../../src/sass/_top-bar.scss */
  body.insight .top-bar aside.search input[type="text"] {
    color: #708090;
  }
  /* line 170, ../../src/sass/_top-bar.scss */
  body.insight .top-bar.active aside.search svg line, body.insight .top-bar.active aside.search svg circle {
    stroke: #708090;
  }
}
/* line 33, ../../src/sass/_mixins.scss */
body.insight svg#omc_logo path#circle {
  fill: #708090;
}
/* line 129, ../../src/sass/_navigation.scss */
body.insight nav ul li.current-menu-item a, body.insight nav ul li.current-page-ancestor a {
  color: #708090;
}
/* line 134, ../../src/sass/_navigation.scss */
body.insight nav ul li:hover a {
  color: #708090;
}
/* line 378, ../../src/sass/_mobile-navigation.scss */
body.insight #hamburger.open #top, body.insight #hamburger.open #bottom {
  fill: #708090;
}
/* line 385, ../../src/sass/_mobile-navigation.scss */
body.insight .mobile-search form input[type="text"] {
  color: #708090;
}
/* line 392, ../../src/sass/_mobile-navigation.scss */
body.insight .mobile-navigation #search-icon.active line, body.insight .mobile-navigation #search-icon.active circle {
  stroke: #708090;
}
/* line 164, ../../src/sass/_people.scss */
body.insight.single-people .page-content .header-area .header-content h3, body.insight.single-project .page-content .header-area .header-content h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #708090;
  margin: 10px 0 0;
}
/* line 168, ../../src/sass/_people.scss */
body.insight.single-people .page-content .header-area .header-content a, body.insight.single-project .page-content .header-area .header-content a {
  color: #708090;
  text-decoration: none;
}
/* line 172, ../../src/sass/_people.scss */
body.insight.single-people .page-content .header-area .header-content a:hover, body.insight.single-project .page-content .header-area .header-content a:hover {
  text-decoration: underline;
}
/* line 180, ../../src/sass/_people.scss */
body.insight.single-people .page-content .main-content .supporters, body.insight.single-project .page-content .main-content .supporters {
  border-top: 1px solid #708090;
}
/* line 183, ../../src/sass/_people.scss */
body.insight.single-people .page-content .main-content .supporters .supporter, body.insight.single-project .page-content .main-content .supporters .supporter {
  border-bottom: 1px solid #708090;
}
/* line 186, ../../src/sass/_people.scss */
body.insight.single-people .page-content .main-content .supporters .supporter a, body.insight.single-project .page-content .main-content .supporters .supporter a {
  color: #708090;
  text-decoration: none;
}
/* line 190, ../../src/sass/_people.scss */
body.insight.single-people .page-content .main-content .supporters .supporter a:hover, body.insight.single-project .page-content .main-content .supporters .supporter a:hover {
  text-decoration: underline;
}
/* line 199, ../../src/sass/_people.scss */
body.insight.single-people .page-content .content-wrap blockquote, body.insight.single-project .page-content .content-wrap blockquote {
  border-top: 1px solid #708090;
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #708090;
  margin: 10px 0 10px;
  font-size: 16px;
  line-height: 25px;
  max-width: 100%;
}
/* line 120, ../../src/sass/_people-tile.scss */
body.insight .related-people h3 {
  border-top: 1px solid #708090;
}
/* line 125, ../../src/sass/_people-tile.scss */
body.insight .people-list {
  border-top: 1px solid #708090;
}
/* line 129, ../../src/sass/_people-tile.scss */
body.insight .course-details + .people-list {
  border-top: 0;
}
/* line 133, ../../src/sass/_people-tile.scss */
body.insight .people-tile {
  border-bottom: 1px solid #708090;
}
/* line 138, ../../src/sass/_people-tile.scss */
body.insight .people-tile .people-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #708090;
  margin: 10px 0 10px;
}
/* line 142, ../../src/sass/_people-tile.scss */
body.insight .people-tile .people-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #708090;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
/* line 26, ../../src/sass/_mixins.scss */
body.insight .people-tile .people-content a.button_sm:hover {
  background-color: #c6ccd3;
}
/* line 149, ../../src/sass/_people-tile.scss */
body.insight .people-tile:hover .people-content h2 {
  color: #c6ccd3;
}
/* line 277, ../../src/sass/_strips.scss */
body.insight .strip-text a:not(.button) {
  transition: all 0.4s ease-in-out;
  color: #708090;
  font-weight: 800;
  text-decoration: underline;
}
/* line 281, ../../src/sass/_strips.scss */
body.insight .strip-text a:not(.button):hover {
  color: #c6ccd3;
}
/* line 286, ../../src/sass/_strips.scss */
body.insight .strip-text .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #c6ccd3;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.insight .strip-text .button:hover {
  background-color: #708090;
}
/* line 291, ../../src/sass/_strips.scss */
body.insight .strip-header-v2 {
  background-color: #c6ccd3;
}
/* line 295, ../../src/sass/_strips.scss */
body.insight .strip-text-image {
  background-color: #c6ccd3;
}
/* line 304, ../../src/sass/_strips.scss */
body.insight .strip-two-tile .block-holder .left .content-tile .content-container .button, body.insight .strip-two-tile .block-holder .right .content-tile .content-container .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #708090;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.insight .strip-two-tile .block-holder .left .content-tile .content-container .button:hover, body.insight .strip-two-tile .block-holder .right .content-tile .content-container .button:hover {
  background-color: #c6ccd3;
}
/* line 128, ../../src/sass/_resources.scss */
body.insight .resource-strip .container .resource-item h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #708090;
  margin: 10px 0 10px;
}
/* line 132, ../../src/sass/_resources.scss */
body.insight .resource-strip .container .resource-item a {
  color: #708090;
}
/* line 135, ../../src/sass/_resources.scss */
body.insight .resource-strip .container .resource-item a:hover {
  color: #c6ccd3;
}
/* line 143, ../../src/sass/_resources.scss */
body.insight .resource-strip.video .resource-item {
  border-top: 1px solid #708090;
}
/* line 146, ../../src/sass/_resources.scss */
body.insight .resource-strip.video .resource-item:nth-of-type(1) {
  border-top: 0;
}
@media (min-width: 768px) {
  /* line 153, ../../src/sass/_resources.scss */
  body.insight .resource-strip.image .resource-item {
    border-top: 1px solid #708090;
  }
  /* line 156, ../../src/sass/_resources.scss */
  body.insight .resource-strip.image .resource-item:nth-of-type(1), body.insight .resource-strip.image .resource-item:nth-of-type(2) {
    border-top: 0;
  }
}
/* line 754, ../../src/sass/plyr/plyr.scss */
body.insight .plyr input[type="range"]:active::-webkit-slider-thumb {
  background: #708090;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 757, ../../src/sass/plyr/plyr.scss */
body.insight .plyr input[type="range"]:active::-moz-range-thumb {
  background: #708090;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 760, ../../src/sass/plyr/plyr.scss */
body.insight .plyr input[type="range"]:active::-ms-thumb {
  background: #708090;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 767, ../../src/sass/plyr/plyr.scss */
body.insight .plyr__play-large {
  background: #708090;
}
/* line 770, ../../src/sass/plyr/plyr.scss */
body.insight .plyr__play-large:hover {
  background: #c6ccd3;
}
/* line 775, ../../src/sass/plyr/plyr.scss */
body.insight .plyr__progress--played,
body.insight .plyr__volume--display {
  color: #708090;
}
/* line 783, ../../src/sass/plyr/plyr.scss */
body.insight .plyr--video .plyr__controls button.tab-focus:focus, body.insight .plyr--video .plyr__controls button:hover {
  background: #708090;
  color: #FFF;
}
/* line 48, ../../src/sass/_search.scss */
body.insight .search-results .result {
  border-top: 1px solid #708090;
}
/* line 49, ../../src/sass/_search.scss */
body.insight .search-results .result h3 {
  color: #708090;
}
/* line 55, ../../src/sass/_search.scss */
body.insight .search-results .result:last-of-type {
  border-bottom: 1px solid #708090;
}
/* line 62, ../../src/sass/_search.scss */
body.insight .error-search input[type='text'] {
  color: #708090;
}
/* line 66, ../../src/sass/_search.scss */
body.insight .error-search input[type='submit'] {
  background-color: #708090;
}
/* line 69, ../../src/sass/_search.scss */
body.insight .error-search input[type='submit']:hover {
  background-color: #c6ccd3;
}

/* line 218, ../../src/sass/_footer.scss */
body.news .dividing-line {
  background-color: #708090;
}
/* line 225, ../../src/sass/_footer.scss */
body.news .main-footer .footer-menu a {
  color: #708090;
  font-weight: 800;
  text-decoration: underline;
  font-size: 14px;
}
/* line 232, ../../src/sass/_footer.scss */
body.news .main-footer aside .button.small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #708090;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.news .main-footer aside .button.small:hover {
  background-color: #c6ccd3;
}
/* line 237, ../../src/sass/_footer.scss */
body.news .main-footer aside form input[type='submit'] {
  background-color: #708090;
}
/* line 240, ../../src/sass/_footer.scss */
body.news .main-footer aside form input[type='submit']:hover {
  background-color: #c6ccd3;
}
/* line 107, ../../src/sass/_inside-page.scss */
body.news header.page-heading {
  background-color: #c6ccd3;
}
/* line 112, ../../src/sass/_inside-page.scss */
body.news .main-content h1, body.news .header-area h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 45px;
  color: #708090;
  margin: 10px 0 35px;
}
/* line 117, ../../src/sass/_inside-page.scss */
body.news .main-content p a, body.news .main-content li a, body.news .header-area p a, body.news .header-area li a {
  color: #708090;
  font-weight: 800;
  text-decoration: underline;
}
/* line 120, ../../src/sass/_inside-page.scss */
body.news .main-content p a:hover, body.news .main-content li a:hover, body.news .header-area p a:hover, body.news .header-area li a:hover {
  color: #c6ccd3;
}
/* line 124, ../../src/sass/_inside-page.scss */
body.news .main-content p a.button, body.news .main-content li a.button, body.news .header-area p a.button, body.news .header-area li a.button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #708090;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
/* line 26, ../../src/sass/_mixins.scss */
body.news .main-content p a.button:hover, body.news .main-content li a.button:hover, body.news .header-area p a.button:hover, body.news .header-area li a.button:hover {
  background-color: #c6ccd3;
}
/* line 131, ../../src/sass/_inside-page.scss */
body.news .main-content blockquote, body.news .header-area blockquote {
  border-top: 2px solid #708090;
}
/* line 134, ../../src/sass/_inside-page.scss */
body.news .main-content blockquote p, body.news .main-content blockquote p:first-of-type, body.news .header-area blockquote p, body.news .header-area blockquote p:first-of-type {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #708090;
  margin: 10px 0 30px;
}
/* line 258, ../../src/sass/_post-styles.scss */
body.news.single .page-content .main-content h2, body.news.page-id-41 .page-content .main-content h2, body.news.post-type-archive-news .page-content .main-content h2, body.news.page-template-template-events .page-content .main-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #708090;
  margin: 10px 0 15px;
}
/* line 265, ../../src/sass/_post-styles.scss */
body.news.single .page-content .main-content .available-courses .course-entry .response a.book, body.news.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book, body.news.post-type-archive-news .page-content .main-content .available-courses .course-entry .response a.book, body.news.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #708090;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.news.single .page-content .main-content .available-courses .course-entry .response a.book:hover, body.news.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book:hover, body.news.post-type-archive-news .page-content .main-content .available-courses .course-entry .response a.book:hover, body.news.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book:hover {
  background-color: #c6ccd3;
}
/* line 269, ../../src/sass/_post-styles.scss */
body.news.single .page-content .main-content .available-courses .course-entry .response a.waitlist, body.news.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist, body.news.post-type-archive-news .page-content .main-content .available-courses .course-entry .response a.waitlist, body.news.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #c6ccd3;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.news.single .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.news.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.news.post-type-archive-news .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.news.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist:hover {
  background-color: #708090;
}
/* line 273, ../../src/sass/_post-styles.scss */
body.news.single .page-content .main-content .available-courses .course-entry .response span, body.news.page-id-41 .page-content .main-content .available-courses .course-entry .response span, body.news.post-type-archive-news .page-content .main-content .available-courses .course-entry .response span, body.news.page-template-template-events .page-content .main-content .available-courses .course-entry .response span {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #f2f2f2;
  color: #708090;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.news.single .page-content .main-content .available-courses .course-entry .response span:hover, body.news.page-id-41 .page-content .main-content .available-courses .course-entry .response span:hover, body.news.post-type-archive-news .page-content .main-content .available-courses .course-entry .response span:hover, body.news.page-template-template-events .page-content .main-content .available-courses .course-entry .response span:hover {
  background-color: #f2f2f2;
}
/* line 280, ../../src/sass/_post-styles.scss */
body.news.single .page-content .main-content .archive-body-text, body.news.page-id-41 .page-content .main-content .archive-body-text, body.news.post-type-archive-news .page-content .main-content .archive-body-text, body.news.page-template-template-events .page-content .main-content .archive-body-text {
  border-bottom: 1px solid #c6ccd3;
}
/* line 283, ../../src/sass/_post-styles.scss */
body.news.single .page-content .main-content .archive-body-text p:first-of-type, body.news.page-id-41 .page-content .main-content .archive-body-text p:first-of-type, body.news.post-type-archive-news .page-content .main-content .archive-body-text p:first-of-type, body.news.page-template-template-events .page-content .main-content .archive-body-text p:first-of-type {
  font-family: 'proxima-nova';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #708090;
  margin-bottom: 35px;
}
/* line 288, ../../src/sass/_post-styles.scss */
body.news.single .page-content .main-content .header-area, body.news.page-id-41 .page-content .main-content .header-area, body.news.post-type-archive-news .page-content .main-content .header-area, body.news.page-template-template-events .page-content .main-content .header-area {
  border-bottom: 1px solid #708090;
}
/* line 292, ../../src/sass/_post-styles.scss */
body.news.single .page-content .main-content .header-area .header-content h1, body.news.page-id-41 .page-content .main-content .header-area .header-content h1, body.news.post-type-archive-news .page-content .main-content .header-area .header-content h1, body.news.page-template-template-events .page-content .main-content .header-area .header-content h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #708090;
  margin: 10px 0 15px;
}
/* line 297, ../../src/sass/_post-styles.scss */
body.news.single .page-content .main-content .header-area .header-content .share p, body.news.page-id-41 .page-content .main-content .header-area .header-content .share p, body.news.post-type-archive-news .page-content .main-content .header-area .header-content .share p, body.news.page-template-template-events .page-content .main-content .header-area .header-content .share p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
}
/* line 97, ../../src/sass/_typography.scss */
body.news.single .page-content .main-content .header-area .header-content .share p em, body.news.page-id-41 .page-content .main-content .header-area .header-content .share p em, body.news.post-type-archive-news .page-content .main-content .header-area .header-content .share p em, body.news.page-template-template-events .page-content .main-content .header-area .header-content .share p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
body.news.single .page-content .main-content .header-area .header-content .share p strong, body.news.page-id-41 .page-content .main-content .header-area .header-content .share p strong, body.news.post-type-archive-news .page-content .main-content .header-area .header-content .share p strong, body.news.page-template-template-events .page-content .main-content .header-area .header-content .share p strong {
  font-weight: 800;
  color: #666666;
}
/* line 301, ../../src/sass/_post-styles.scss */
body.news.single .page-content .main-content .header-area .header-content .share a, body.news.page-id-41 .page-content .main-content .header-area .header-content .share a, body.news.post-type-archive-news .page-content .main-content .header-area .header-content .share a, body.news.page-template-template-events .page-content .main-content .header-area .header-content .share a {
  background-color: #708090;
}
/* line 304, ../../src/sass/_post-styles.scss */
body.news.single .page-content .main-content .header-area .header-content .share a:hover, body.news.page-id-41 .page-content .main-content .header-area .header-content .share a:hover, body.news.post-type-archive-news .page-content .main-content .header-area .header-content .share a:hover, body.news.page-template-template-events .page-content .main-content .header-area .header-content .share a:hover {
  background-color: #708090;
}
/* line 310, ../../src/sass/_post-styles.scss */
body.news.single .page-content .main-content .header-area .header-content a.button_sm, body.news.page-id-41 .page-content .main-content .header-area .header-content a.button_sm, body.news.post-type-archive-news .page-content .main-content .header-area .header-content a.button_sm, body.news.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #708090;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.news.single .page-content .main-content .header-area .header-content a.button_sm:hover, body.news.page-id-41 .page-content .main-content .header-area .header-content a.button_sm:hover, body.news.post-type-archive-news .page-content .main-content .header-area .header-content a.button_sm:hover, body.news.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm:hover {
  background-color: #c6ccd3;
}
/* line 317, ../../src/sass/_post-styles.scss */
body.news.single .page-content .main-content .course-details .details-row, body.news.page-id-41 .page-content .main-content .course-details .details-row, body.news.post-type-archive-news .page-content .main-content .course-details .details-row, body.news.page-template-template-events .page-content .main-content .course-details .details-row {
  border-top: 1px solid #708090;
}
/* line 320, ../../src/sass/_post-styles.scss */
body.news.single .page-content .main-content .course-details .details-row:last-of-type, body.news.page-id-41 .page-content .main-content .course-details .details-row:last-of-type, body.news.post-type-archive-news .page-content .main-content .course-details .details-row:last-of-type, body.news.page-template-template-events .page-content .main-content .course-details .details-row:last-of-type {
  border-bottom: 1px solid #708090;
}
/* line 331, ../../src/sass/_post-styles.scss */
body.news .pagination .page-numbers.current, body.news .pagination .page-numbers:hover {
  background-color: #708090;
}
/* line 335, ../../src/sass/_post-styles.scss */
body.news .pagination .page-numbers.next, body.news .pagination .page-numbers.prev {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #708090;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.news .pagination .page-numbers.next:hover, body.news .pagination .page-numbers.prev:hover {
  background-color: #c6ccd3;
}
/* line 197, ../../src/sass/_sub-nav.scss */
body.news .sub-nav .sub-nav-toggle:before {
  border-top-color: #708090;
}
/* line 202, ../../src/sass/_sub-nav.scss */
body.news .sub-nav .sub-nav-toggle.active:before {
  border-top-color: transparent;
  border-bottom-color: #708090;
}
/* line 213, ../../src/sass/_sub-nav.scss */
body.news .sub-nav li.current_page_item > a, body.news .sub-nav li.current_page_parent > a {
  color: #708090 !important;
}
/* line 217, ../../src/sass/_sub-nav.scss */
body.news .sub-nav li.current_page_item:before, body.news .sub-nav li.current_page_parent:before {
  border-left-color: #708090;
}
/* line 222, ../../src/sass/_sub-nav.scss */
body.news .sub-nav li.current_page_item > .children > li:hover > a, body.news .sub-nav li.current_page_parent > .children > li:hover > a {
  color: #708090;
}
/* line 230, ../../src/sass/_sub-nav.scss */
body.news .sub-nav > ul > li {
  border-bottom: 1px solid #708090;
}
/* line 258, ../../src/sass/_sub-nav.scss */
body.news .sub-nav > ul > li.all:before {
  border-left-color: #708090;
}
/* line 264, ../../src/sass/_sub-nav.scss */
body.news .sub-nav > ul > li:hover > a {
  color: #c6ccd3;
}
/* line 78, ../../src/sass/_tactical-box-strip.scss */
body.news section.tactical .container .tacticals .tactical h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #708090;
  margin: 10px 0 30px;
  font-size: 25px;
  line-height: 30px;
}
/* line 84, ../../src/sass/_tactical-box-strip.scss */
body.news section.tactical .container .tacticals .tactical a.button_small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #708090;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.news section.tactical .container .tacticals .tactical a.button_small:hover {
  background-color: #c6ccd3;
}
/* line 142, ../../src/sass/_top-bar.scss */
body.news .call-to-action:hover {
  color: #708090;
}
@media (min-width: 1024px) {
  /* line 153, ../../src/sass/_top-bar.scss */
  body.news .top-bar aside.social-media a:hover svg path {
    fill: #708090;
  }
  /* line 162, ../../src/sass/_top-bar.scss */
  body.news .top-bar aside.search input[type="text"] {
    color: #708090;
  }
  /* line 170, ../../src/sass/_top-bar.scss */
  body.news .top-bar.active aside.search svg line, body.news .top-bar.active aside.search svg circle {
    stroke: #708090;
  }
}
/* line 33, ../../src/sass/_mixins.scss */
body.news svg#omc_logo path#circle {
  fill: #708090;
}
/* line 129, ../../src/sass/_navigation.scss */
body.news nav ul li.current-menu-item a, body.news nav ul li.current-page-ancestor a {
  color: #708090;
}
/* line 134, ../../src/sass/_navigation.scss */
body.news nav ul li:hover a {
  color: #708090;
}
/* line 378, ../../src/sass/_mobile-navigation.scss */
body.news #hamburger.open #top, body.news #hamburger.open #bottom {
  fill: #708090;
}
/* line 385, ../../src/sass/_mobile-navigation.scss */
body.news .mobile-search form input[type="text"] {
  color: #708090;
}
/* line 392, ../../src/sass/_mobile-navigation.scss */
body.news .mobile-navigation #search-icon.active line, body.news .mobile-navigation #search-icon.active circle {
  stroke: #708090;
}
/* line 164, ../../src/sass/_people.scss */
body.news.single-people .page-content .header-area .header-content h3, body.news.single-project .page-content .header-area .header-content h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #708090;
  margin: 10px 0 0;
}
/* line 168, ../../src/sass/_people.scss */
body.news.single-people .page-content .header-area .header-content a, body.news.single-project .page-content .header-area .header-content a {
  color: #708090;
  text-decoration: none;
}
/* line 172, ../../src/sass/_people.scss */
body.news.single-people .page-content .header-area .header-content a:hover, body.news.single-project .page-content .header-area .header-content a:hover {
  text-decoration: underline;
}
/* line 180, ../../src/sass/_people.scss */
body.news.single-people .page-content .main-content .supporters, body.news.single-project .page-content .main-content .supporters {
  border-top: 1px solid #708090;
}
/* line 183, ../../src/sass/_people.scss */
body.news.single-people .page-content .main-content .supporters .supporter, body.news.single-project .page-content .main-content .supporters .supporter {
  border-bottom: 1px solid #708090;
}
/* line 186, ../../src/sass/_people.scss */
body.news.single-people .page-content .main-content .supporters .supporter a, body.news.single-project .page-content .main-content .supporters .supporter a {
  color: #708090;
  text-decoration: none;
}
/* line 190, ../../src/sass/_people.scss */
body.news.single-people .page-content .main-content .supporters .supporter a:hover, body.news.single-project .page-content .main-content .supporters .supporter a:hover {
  text-decoration: underline;
}
/* line 199, ../../src/sass/_people.scss */
body.news.single-people .page-content .content-wrap blockquote, body.news.single-project .page-content .content-wrap blockquote {
  border-top: 1px solid #708090;
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #708090;
  margin: 10px 0 10px;
  font-size: 16px;
  line-height: 25px;
  max-width: 100%;
}
/* line 120, ../../src/sass/_people-tile.scss */
body.news .related-people h3 {
  border-top: 1px solid #708090;
}
/* line 125, ../../src/sass/_people-tile.scss */
body.news .people-list {
  border-top: 1px solid #708090;
}
/* line 129, ../../src/sass/_people-tile.scss */
body.news .course-details + .people-list {
  border-top: 0;
}
/* line 133, ../../src/sass/_people-tile.scss */
body.news .people-tile {
  border-bottom: 1px solid #708090;
}
/* line 138, ../../src/sass/_people-tile.scss */
body.news .people-tile .people-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #708090;
  margin: 10px 0 10px;
}
/* line 142, ../../src/sass/_people-tile.scss */
body.news .people-tile .people-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #708090;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
/* line 26, ../../src/sass/_mixins.scss */
body.news .people-tile .people-content a.button_sm:hover {
  background-color: #c6ccd3;
}
/* line 149, ../../src/sass/_people-tile.scss */
body.news .people-tile:hover .people-content h2 {
  color: #c6ccd3;
}
/* line 277, ../../src/sass/_strips.scss */
body.news .strip-text a:not(.button) {
  transition: all 0.4s ease-in-out;
  color: #708090;
  font-weight: 800;
  text-decoration: underline;
}
/* line 281, ../../src/sass/_strips.scss */
body.news .strip-text a:not(.button):hover {
  color: #c6ccd3;
}
/* line 286, ../../src/sass/_strips.scss */
body.news .strip-text .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #c6ccd3;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.news .strip-text .button:hover {
  background-color: #708090;
}
/* line 291, ../../src/sass/_strips.scss */
body.news .strip-header-v2 {
  background-color: #c6ccd3;
}
/* line 295, ../../src/sass/_strips.scss */
body.news .strip-text-image {
  background-color: #c6ccd3;
}
/* line 304, ../../src/sass/_strips.scss */
body.news .strip-two-tile .block-holder .left .content-tile .content-container .button, body.news .strip-two-tile .block-holder .right .content-tile .content-container .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #708090;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.news .strip-two-tile .block-holder .left .content-tile .content-container .button:hover, body.news .strip-two-tile .block-holder .right .content-tile .content-container .button:hover {
  background-color: #c6ccd3;
}
/* line 128, ../../src/sass/_resources.scss */
body.news .resource-strip .container .resource-item h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #708090;
  margin: 10px 0 10px;
}
/* line 132, ../../src/sass/_resources.scss */
body.news .resource-strip .container .resource-item a {
  color: #708090;
}
/* line 135, ../../src/sass/_resources.scss */
body.news .resource-strip .container .resource-item a:hover {
  color: #c6ccd3;
}
/* line 143, ../../src/sass/_resources.scss */
body.news .resource-strip.video .resource-item {
  border-top: 1px solid #708090;
}
/* line 146, ../../src/sass/_resources.scss */
body.news .resource-strip.video .resource-item:nth-of-type(1) {
  border-top: 0;
}
@media (min-width: 768px) {
  /* line 153, ../../src/sass/_resources.scss */
  body.news .resource-strip.image .resource-item {
    border-top: 1px solid #708090;
  }
  /* line 156, ../../src/sass/_resources.scss */
  body.news .resource-strip.image .resource-item:nth-of-type(1), body.news .resource-strip.image .resource-item:nth-of-type(2) {
    border-top: 0;
  }
}
/* line 754, ../../src/sass/plyr/plyr.scss */
body.news .plyr input[type="range"]:active::-webkit-slider-thumb {
  background: #708090;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 757, ../../src/sass/plyr/plyr.scss */
body.news .plyr input[type="range"]:active::-moz-range-thumb {
  background: #708090;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 760, ../../src/sass/plyr/plyr.scss */
body.news .plyr input[type="range"]:active::-ms-thumb {
  background: #708090;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 767, ../../src/sass/plyr/plyr.scss */
body.news .plyr__play-large {
  background: #708090;
}
/* line 770, ../../src/sass/plyr/plyr.scss */
body.news .plyr__play-large:hover {
  background: #c6ccd3;
}
/* line 775, ../../src/sass/plyr/plyr.scss */
body.news .plyr__progress--played,
body.news .plyr__volume--display {
  color: #708090;
}
/* line 783, ../../src/sass/plyr/plyr.scss */
body.news .plyr--video .plyr__controls button.tab-focus:focus, body.news .plyr--video .plyr__controls button:hover {
  background: #708090;
  color: #FFF;
}
/* line 48, ../../src/sass/_search.scss */
body.news .search-results .result {
  border-top: 1px solid #708090;
}
/* line 49, ../../src/sass/_search.scss */
body.news .search-results .result h3 {
  color: #708090;
}
/* line 55, ../../src/sass/_search.scss */
body.news .search-results .result:last-of-type {
  border-bottom: 1px solid #708090;
}
/* line 62, ../../src/sass/_search.scss */
body.news .error-search input[type='text'] {
  color: #708090;
}
/* line 66, ../../src/sass/_search.scss */
body.news .error-search input[type='submit'] {
  background-color: #708090;
}
/* line 69, ../../src/sass/_search.scss */
body.news .error-search input[type='submit']:hover {
  background-color: #c6ccd3;
}

/* line 218, ../../src/sass/_footer.scss */
body.event .dividing-line {
  background-color: #e76e3c;
}
/* line 225, ../../src/sass/_footer.scss */
body.event .main-footer .footer-menu a {
  color: #e76e3c;
  font-weight: 800;
  text-decoration: underline;
  font-size: 14px;
}
/* line 232, ../../src/sass/_footer.scss */
body.event .main-footer aside .button.small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #e76e3c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.event .main-footer aside .button.small:hover {
  background-color: #f1a88a;
}
/* line 237, ../../src/sass/_footer.scss */
body.event .main-footer aside form input[type='submit'] {
  background-color: #e76e3c;
}
/* line 240, ../../src/sass/_footer.scss */
body.event .main-footer aside form input[type='submit']:hover {
  background-color: #f1a88a;
}
/* line 107, ../../src/sass/_inside-page.scss */
body.event header.page-heading {
  background-color: #f1a88a;
}
/* line 112, ../../src/sass/_inside-page.scss */
body.event .main-content h1, body.event .header-area h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 45px;
  color: #e76e3c;
  margin: 10px 0 35px;
}
/* line 117, ../../src/sass/_inside-page.scss */
body.event .main-content p a, body.event .main-content li a, body.event .header-area p a, body.event .header-area li a {
  color: #e76e3c;
  font-weight: 800;
  text-decoration: underline;
}
/* line 120, ../../src/sass/_inside-page.scss */
body.event .main-content p a:hover, body.event .main-content li a:hover, body.event .header-area p a:hover, body.event .header-area li a:hover {
  color: #f1a88a;
}
/* line 124, ../../src/sass/_inside-page.scss */
body.event .main-content p a.button, body.event .main-content li a.button, body.event .header-area p a.button, body.event .header-area li a.button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #e76e3c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
/* line 26, ../../src/sass/_mixins.scss */
body.event .main-content p a.button:hover, body.event .main-content li a.button:hover, body.event .header-area p a.button:hover, body.event .header-area li a.button:hover {
  background-color: #f1a88a;
}
/* line 131, ../../src/sass/_inside-page.scss */
body.event .main-content blockquote, body.event .header-area blockquote {
  border-top: 2px solid #e76e3c;
}
/* line 134, ../../src/sass/_inside-page.scss */
body.event .main-content blockquote p, body.event .main-content blockquote p:first-of-type, body.event .header-area blockquote p, body.event .header-area blockquote p:first-of-type {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #e76e3c;
  margin: 10px 0 30px;
}
/* line 258, ../../src/sass/_post-styles.scss */
body.event.single .page-content .main-content h2, body.event.page-id-41 .page-content .main-content h2, body.event.post-type-archive-event .page-content .main-content h2, body.event.page-template-template-events .page-content .main-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #e76e3c;
  margin: 10px 0 15px;
}
/* line 265, ../../src/sass/_post-styles.scss */
body.event.single .page-content .main-content .available-courses .course-entry .response a.book, body.event.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book, body.event.post-type-archive-event .page-content .main-content .available-courses .course-entry .response a.book, body.event.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #e76e3c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.event.single .page-content .main-content .available-courses .course-entry .response a.book:hover, body.event.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book:hover, body.event.post-type-archive-event .page-content .main-content .available-courses .course-entry .response a.book:hover, body.event.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book:hover {
  background-color: #f1a88a;
}
/* line 269, ../../src/sass/_post-styles.scss */
body.event.single .page-content .main-content .available-courses .course-entry .response a.waitlist, body.event.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist, body.event.post-type-archive-event .page-content .main-content .available-courses .course-entry .response a.waitlist, body.event.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #f1a88a;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.event.single .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.event.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.event.post-type-archive-event .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.event.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist:hover {
  background-color: #e76e3c;
}
/* line 273, ../../src/sass/_post-styles.scss */
body.event.single .page-content .main-content .available-courses .course-entry .response span, body.event.page-id-41 .page-content .main-content .available-courses .course-entry .response span, body.event.post-type-archive-event .page-content .main-content .available-courses .course-entry .response span, body.event.page-template-template-events .page-content .main-content .available-courses .course-entry .response span {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #f2f2f2;
  color: #e76e3c;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.event.single .page-content .main-content .available-courses .course-entry .response span:hover, body.event.page-id-41 .page-content .main-content .available-courses .course-entry .response span:hover, body.event.post-type-archive-event .page-content .main-content .available-courses .course-entry .response span:hover, body.event.page-template-template-events .page-content .main-content .available-courses .course-entry .response span:hover {
  background-color: #f2f2f2;
}
/* line 280, ../../src/sass/_post-styles.scss */
body.event.single .page-content .main-content .archive-body-text, body.event.page-id-41 .page-content .main-content .archive-body-text, body.event.post-type-archive-event .page-content .main-content .archive-body-text, body.event.page-template-template-events .page-content .main-content .archive-body-text {
  border-bottom: 1px solid #f1a88a;
}
/* line 283, ../../src/sass/_post-styles.scss */
body.event.single .page-content .main-content .archive-body-text p:first-of-type, body.event.page-id-41 .page-content .main-content .archive-body-text p:first-of-type, body.event.post-type-archive-event .page-content .main-content .archive-body-text p:first-of-type, body.event.page-template-template-events .page-content .main-content .archive-body-text p:first-of-type {
  font-family: 'proxima-nova';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #e76e3c;
  margin-bottom: 35px;
}
/* line 288, ../../src/sass/_post-styles.scss */
body.event.single .page-content .main-content .header-area, body.event.page-id-41 .page-content .main-content .header-area, body.event.post-type-archive-event .page-content .main-content .header-area, body.event.page-template-template-events .page-content .main-content .header-area {
  border-bottom: 1px solid #e76e3c;
}
/* line 292, ../../src/sass/_post-styles.scss */
body.event.single .page-content .main-content .header-area .header-content h1, body.event.page-id-41 .page-content .main-content .header-area .header-content h1, body.event.post-type-archive-event .page-content .main-content .header-area .header-content h1, body.event.page-template-template-events .page-content .main-content .header-area .header-content h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #e76e3c;
  margin: 10px 0 15px;
}
/* line 297, ../../src/sass/_post-styles.scss */
body.event.single .page-content .main-content .header-area .header-content .share p, body.event.page-id-41 .page-content .main-content .header-area .header-content .share p, body.event.post-type-archive-event .page-content .main-content .header-area .header-content .share p, body.event.page-template-template-events .page-content .main-content .header-area .header-content .share p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
}
/* line 97, ../../src/sass/_typography.scss */
body.event.single .page-content .main-content .header-area .header-content .share p em, body.event.page-id-41 .page-content .main-content .header-area .header-content .share p em, body.event.post-type-archive-event .page-content .main-content .header-area .header-content .share p em, body.event.page-template-template-events .page-content .main-content .header-area .header-content .share p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
body.event.single .page-content .main-content .header-area .header-content .share p strong, body.event.page-id-41 .page-content .main-content .header-area .header-content .share p strong, body.event.post-type-archive-event .page-content .main-content .header-area .header-content .share p strong, body.event.page-template-template-events .page-content .main-content .header-area .header-content .share p strong {
  font-weight: 800;
  color: #666666;
}
/* line 301, ../../src/sass/_post-styles.scss */
body.event.single .page-content .main-content .header-area .header-content .share a, body.event.page-id-41 .page-content .main-content .header-area .header-content .share a, body.event.post-type-archive-event .page-content .main-content .header-area .header-content .share a, body.event.page-template-template-events .page-content .main-content .header-area .header-content .share a {
  background-color: #e76e3c;
}
/* line 304, ../../src/sass/_post-styles.scss */
body.event.single .page-content .main-content .header-area .header-content .share a:hover, body.event.page-id-41 .page-content .main-content .header-area .header-content .share a:hover, body.event.post-type-archive-event .page-content .main-content .header-area .header-content .share a:hover, body.event.page-template-template-events .page-content .main-content .header-area .header-content .share a:hover {
  background-color: #e76e3c;
}
/* line 310, ../../src/sass/_post-styles.scss */
body.event.single .page-content .main-content .header-area .header-content a.button_sm, body.event.page-id-41 .page-content .main-content .header-area .header-content a.button_sm, body.event.post-type-archive-event .page-content .main-content .header-area .header-content a.button_sm, body.event.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #e76e3c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.event.single .page-content .main-content .header-area .header-content a.button_sm:hover, body.event.page-id-41 .page-content .main-content .header-area .header-content a.button_sm:hover, body.event.post-type-archive-event .page-content .main-content .header-area .header-content a.button_sm:hover, body.event.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm:hover {
  background-color: #f1a88a;
}
/* line 317, ../../src/sass/_post-styles.scss */
body.event.single .page-content .main-content .course-details .details-row, body.event.page-id-41 .page-content .main-content .course-details .details-row, body.event.post-type-archive-event .page-content .main-content .course-details .details-row, body.event.page-template-template-events .page-content .main-content .course-details .details-row {
  border-top: 1px solid #e76e3c;
}
/* line 320, ../../src/sass/_post-styles.scss */
body.event.single .page-content .main-content .course-details .details-row:last-of-type, body.event.page-id-41 .page-content .main-content .course-details .details-row:last-of-type, body.event.post-type-archive-event .page-content .main-content .course-details .details-row:last-of-type, body.event.page-template-template-events .page-content .main-content .course-details .details-row:last-of-type {
  border-bottom: 1px solid #e76e3c;
}
/* line 331, ../../src/sass/_post-styles.scss */
body.event .pagination .page-numbers.current, body.event .pagination .page-numbers:hover {
  background-color: #e76e3c;
}
/* line 335, ../../src/sass/_post-styles.scss */
body.event .pagination .page-numbers.next, body.event .pagination .page-numbers.prev {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #e76e3c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.event .pagination .page-numbers.next:hover, body.event .pagination .page-numbers.prev:hover {
  background-color: #f1a88a;
}
/* line 197, ../../src/sass/_sub-nav.scss */
body.event .sub-nav .sub-nav-toggle:before {
  border-top-color: #e76e3c;
}
/* line 202, ../../src/sass/_sub-nav.scss */
body.event .sub-nav .sub-nav-toggle.active:before {
  border-top-color: transparent;
  border-bottom-color: #e76e3c;
}
/* line 213, ../../src/sass/_sub-nav.scss */
body.event .sub-nav li.current_page_item > a, body.event .sub-nav li.current_page_parent > a {
  color: #e76e3c !important;
}
/* line 217, ../../src/sass/_sub-nav.scss */
body.event .sub-nav li.current_page_item:before, body.event .sub-nav li.current_page_parent:before {
  border-left-color: #e76e3c;
}
/* line 222, ../../src/sass/_sub-nav.scss */
body.event .sub-nav li.current_page_item > .children > li:hover > a, body.event .sub-nav li.current_page_parent > .children > li:hover > a {
  color: #e76e3c;
}
/* line 230, ../../src/sass/_sub-nav.scss */
body.event .sub-nav > ul > li {
  border-bottom: 1px solid #e76e3c;
}
/* line 258, ../../src/sass/_sub-nav.scss */
body.event .sub-nav > ul > li.all:before {
  border-left-color: #e76e3c;
}
/* line 264, ../../src/sass/_sub-nav.scss */
body.event .sub-nav > ul > li:hover > a {
  color: #f1a88a;
}
/* line 78, ../../src/sass/_tactical-box-strip.scss */
body.event section.tactical .container .tacticals .tactical h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #e76e3c;
  margin: 10px 0 30px;
  font-size: 25px;
  line-height: 30px;
}
/* line 84, ../../src/sass/_tactical-box-strip.scss */
body.event section.tactical .container .tacticals .tactical a.button_small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #e76e3c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.event section.tactical .container .tacticals .tactical a.button_small:hover {
  background-color: #f1a88a;
}
/* line 142, ../../src/sass/_top-bar.scss */
body.event .call-to-action:hover {
  color: #e76e3c;
}
@media (min-width: 1024px) {
  /* line 153, ../../src/sass/_top-bar.scss */
  body.event .top-bar aside.social-media a:hover svg path {
    fill: #e76e3c;
  }
  /* line 162, ../../src/sass/_top-bar.scss */
  body.event .top-bar aside.search input[type="text"] {
    color: #e76e3c;
  }
  /* line 170, ../../src/sass/_top-bar.scss */
  body.event .top-bar.active aside.search svg line, body.event .top-bar.active aside.search svg circle {
    stroke: #e76e3c;
  }
}
/* line 33, ../../src/sass/_mixins.scss */
body.event svg#omc_logo path#circle {
  fill: #e76e3c;
}
/* line 129, ../../src/sass/_navigation.scss */
body.event nav ul li.current-menu-item a, body.event nav ul li.current-page-ancestor a {
  color: #e76e3c;
}
/* line 134, ../../src/sass/_navigation.scss */
body.event nav ul li:hover a {
  color: #e76e3c;
}
/* line 378, ../../src/sass/_mobile-navigation.scss */
body.event #hamburger.open #top, body.event #hamburger.open #bottom {
  fill: #e76e3c;
}
/* line 385, ../../src/sass/_mobile-navigation.scss */
body.event .mobile-search form input[type="text"] {
  color: #e76e3c;
}
/* line 392, ../../src/sass/_mobile-navigation.scss */
body.event .mobile-navigation #search-icon.active line, body.event .mobile-navigation #search-icon.active circle {
  stroke: #e76e3c;
}
/* line 164, ../../src/sass/_people.scss */
body.event.single-people .page-content .header-area .header-content h3, body.event.single-project .page-content .header-area .header-content h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #e76e3c;
  margin: 10px 0 0;
}
/* line 168, ../../src/sass/_people.scss */
body.event.single-people .page-content .header-area .header-content a, body.event.single-project .page-content .header-area .header-content a {
  color: #e76e3c;
  text-decoration: none;
}
/* line 172, ../../src/sass/_people.scss */
body.event.single-people .page-content .header-area .header-content a:hover, body.event.single-project .page-content .header-area .header-content a:hover {
  text-decoration: underline;
}
/* line 180, ../../src/sass/_people.scss */
body.event.single-people .page-content .main-content .supporters, body.event.single-project .page-content .main-content .supporters {
  border-top: 1px solid #e76e3c;
}
/* line 183, ../../src/sass/_people.scss */
body.event.single-people .page-content .main-content .supporters .supporter, body.event.single-project .page-content .main-content .supporters .supporter {
  border-bottom: 1px solid #e76e3c;
}
/* line 186, ../../src/sass/_people.scss */
body.event.single-people .page-content .main-content .supporters .supporter a, body.event.single-project .page-content .main-content .supporters .supporter a {
  color: #e76e3c;
  text-decoration: none;
}
/* line 190, ../../src/sass/_people.scss */
body.event.single-people .page-content .main-content .supporters .supporter a:hover, body.event.single-project .page-content .main-content .supporters .supporter a:hover {
  text-decoration: underline;
}
/* line 199, ../../src/sass/_people.scss */
body.event.single-people .page-content .content-wrap blockquote, body.event.single-project .page-content .content-wrap blockquote {
  border-top: 1px solid #e76e3c;
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #e76e3c;
  margin: 10px 0 10px;
  font-size: 16px;
  line-height: 25px;
  max-width: 100%;
}
/* line 120, ../../src/sass/_people-tile.scss */
body.event .related-people h3 {
  border-top: 1px solid #e76e3c;
}
/* line 125, ../../src/sass/_people-tile.scss */
body.event .people-list {
  border-top: 1px solid #e76e3c;
}
/* line 129, ../../src/sass/_people-tile.scss */
body.event .course-details + .people-list {
  border-top: 0;
}
/* line 133, ../../src/sass/_people-tile.scss */
body.event .people-tile {
  border-bottom: 1px solid #e76e3c;
}
/* line 138, ../../src/sass/_people-tile.scss */
body.event .people-tile .people-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #e76e3c;
  margin: 10px 0 10px;
}
/* line 142, ../../src/sass/_people-tile.scss */
body.event .people-tile .people-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #e76e3c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
/* line 26, ../../src/sass/_mixins.scss */
body.event .people-tile .people-content a.button_sm:hover {
  background-color: #f1a88a;
}
/* line 149, ../../src/sass/_people-tile.scss */
body.event .people-tile:hover .people-content h2 {
  color: #f1a88a;
}
/* line 277, ../../src/sass/_strips.scss */
body.event .strip-text a:not(.button) {
  transition: all 0.4s ease-in-out;
  color: #e76e3c;
  font-weight: 800;
  text-decoration: underline;
}
/* line 281, ../../src/sass/_strips.scss */
body.event .strip-text a:not(.button):hover {
  color: #f1a88a;
}
/* line 286, ../../src/sass/_strips.scss */
body.event .strip-text .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #f1a88a;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.event .strip-text .button:hover {
  background-color: #e76e3c;
}
/* line 291, ../../src/sass/_strips.scss */
body.event .strip-header-v2 {
  background-color: #f1a88a;
}
/* line 295, ../../src/sass/_strips.scss */
body.event .strip-text-image {
  background-color: #f1a88a;
}
/* line 304, ../../src/sass/_strips.scss */
body.event .strip-two-tile .block-holder .left .content-tile .content-container .button, body.event .strip-two-tile .block-holder .right .content-tile .content-container .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #e76e3c;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.event .strip-two-tile .block-holder .left .content-tile .content-container .button:hover, body.event .strip-two-tile .block-holder .right .content-tile .content-container .button:hover {
  background-color: #f1a88a;
}
/* line 128, ../../src/sass/_resources.scss */
body.event .resource-strip .container .resource-item h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #e76e3c;
  margin: 10px 0 10px;
}
/* line 132, ../../src/sass/_resources.scss */
body.event .resource-strip .container .resource-item a {
  color: #e76e3c;
}
/* line 135, ../../src/sass/_resources.scss */
body.event .resource-strip .container .resource-item a:hover {
  color: #f1a88a;
}
/* line 143, ../../src/sass/_resources.scss */
body.event .resource-strip.video .resource-item {
  border-top: 1px solid #e76e3c;
}
/* line 146, ../../src/sass/_resources.scss */
body.event .resource-strip.video .resource-item:nth-of-type(1) {
  border-top: 0;
}
@media (min-width: 768px) {
  /* line 153, ../../src/sass/_resources.scss */
  body.event .resource-strip.image .resource-item {
    border-top: 1px solid #e76e3c;
  }
  /* line 156, ../../src/sass/_resources.scss */
  body.event .resource-strip.image .resource-item:nth-of-type(1), body.event .resource-strip.image .resource-item:nth-of-type(2) {
    border-top: 0;
  }
}
/* line 754, ../../src/sass/plyr/plyr.scss */
body.event .plyr input[type="range"]:active::-webkit-slider-thumb {
  background: #e76e3c;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 757, ../../src/sass/plyr/plyr.scss */
body.event .plyr input[type="range"]:active::-moz-range-thumb {
  background: #e76e3c;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 760, ../../src/sass/plyr/plyr.scss */
body.event .plyr input[type="range"]:active::-ms-thumb {
  background: #e76e3c;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 767, ../../src/sass/plyr/plyr.scss */
body.event .plyr__play-large {
  background: #e76e3c;
}
/* line 770, ../../src/sass/plyr/plyr.scss */
body.event .plyr__play-large:hover {
  background: #f1a88a;
}
/* line 775, ../../src/sass/plyr/plyr.scss */
body.event .plyr__progress--played,
body.event .plyr__volume--display {
  color: #e76e3c;
}
/* line 783, ../../src/sass/plyr/plyr.scss */
body.event .plyr--video .plyr__controls button.tab-focus:focus, body.event .plyr--video .plyr__controls button:hover {
  background: #e76e3c;
  color: #FFF;
}
/* line 48, ../../src/sass/_search.scss */
body.event .search-results .result {
  border-top: 1px solid #e76e3c;
}
/* line 49, ../../src/sass/_search.scss */
body.event .search-results .result h3 {
  color: #e76e3c;
}
/* line 55, ../../src/sass/_search.scss */
body.event .search-results .result:last-of-type {
  border-bottom: 1px solid #e76e3c;
}
/* line 62, ../../src/sass/_search.scss */
body.event .error-search input[type='text'] {
  color: #e76e3c;
}
/* line 66, ../../src/sass/_search.scss */
body.event .error-search input[type='submit'] {
  background-color: #e76e3c;
}
/* line 69, ../../src/sass/_search.scss */
body.event .error-search input[type='submit']:hover {
  background-color: #f1a88a;
}

/* line 218, ../../src/sass/_footer.scss */
body.resources .dividing-line {
  background-color: #b381b3;
}
/* line 225, ../../src/sass/_footer.scss */
body.resources .main-footer .footer-menu a {
  color: #b381b3;
  font-weight: 800;
  text-decoration: underline;
  font-size: 14px;
}
/* line 232, ../../src/sass/_footer.scss */
body.resources .main-footer aside .button.small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #b381b3;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.resources .main-footer aside .button.small:hover {
  background-color: #d1b3d1;
}
/* line 237, ../../src/sass/_footer.scss */
body.resources .main-footer aside form input[type='submit'] {
  background-color: #b381b3;
}
/* line 240, ../../src/sass/_footer.scss */
body.resources .main-footer aside form input[type='submit']:hover {
  background-color: #d1b3d1;
}
/* line 107, ../../src/sass/_inside-page.scss */
body.resources header.page-heading {
  background-color: #d1b3d1;
}
/* line 112, ../../src/sass/_inside-page.scss */
body.resources .main-content h1, body.resources .header-area h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 45px;
  color: #b381b3;
  margin: 10px 0 35px;
}
/* line 117, ../../src/sass/_inside-page.scss */
body.resources .main-content p a, body.resources .main-content li a, body.resources .header-area p a, body.resources .header-area li a {
  color: #b381b3;
  font-weight: 800;
  text-decoration: underline;
}
/* line 120, ../../src/sass/_inside-page.scss */
body.resources .main-content p a:hover, body.resources .main-content li a:hover, body.resources .header-area p a:hover, body.resources .header-area li a:hover {
  color: #d1b3d1;
}
/* line 124, ../../src/sass/_inside-page.scss */
body.resources .main-content p a.button, body.resources .main-content li a.button, body.resources .header-area p a.button, body.resources .header-area li a.button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #b381b3;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
/* line 26, ../../src/sass/_mixins.scss */
body.resources .main-content p a.button:hover, body.resources .main-content li a.button:hover, body.resources .header-area p a.button:hover, body.resources .header-area li a.button:hover {
  background-color: #d1b3d1;
}
/* line 131, ../../src/sass/_inside-page.scss */
body.resources .main-content blockquote, body.resources .header-area blockquote {
  border-top: 2px solid #b381b3;
}
/* line 134, ../../src/sass/_inside-page.scss */
body.resources .main-content blockquote p, body.resources .main-content blockquote p:first-of-type, body.resources .header-area blockquote p, body.resources .header-area blockquote p:first-of-type {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #b381b3;
  margin: 10px 0 30px;
}
/* line 258, ../../src/sass/_post-styles.scss */
body.resources.single .page-content .main-content h2, body.resources.page-id-41 .page-content .main-content h2, body.resources.post-type-archive-resources .page-content .main-content h2, body.resources.page-template-template-events .page-content .main-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #b381b3;
  margin: 10px 0 15px;
}
/* line 265, ../../src/sass/_post-styles.scss */
body.resources.single .page-content .main-content .available-courses .course-entry .response a.book, body.resources.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book, body.resources.post-type-archive-resources .page-content .main-content .available-courses .course-entry .response a.book, body.resources.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #b381b3;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.resources.single .page-content .main-content .available-courses .course-entry .response a.book:hover, body.resources.page-id-41 .page-content .main-content .available-courses .course-entry .response a.book:hover, body.resources.post-type-archive-resources .page-content .main-content .available-courses .course-entry .response a.book:hover, body.resources.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.book:hover {
  background-color: #d1b3d1;
}
/* line 269, ../../src/sass/_post-styles.scss */
body.resources.single .page-content .main-content .available-courses .course-entry .response a.waitlist, body.resources.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist, body.resources.post-type-archive-resources .page-content .main-content .available-courses .course-entry .response a.waitlist, body.resources.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #d1b3d1;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.resources.single .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.resources.page-id-41 .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.resources.post-type-archive-resources .page-content .main-content .available-courses .course-entry .response a.waitlist:hover, body.resources.page-template-template-events .page-content .main-content .available-courses .course-entry .response a.waitlist:hover {
  background-color: #b381b3;
}
/* line 273, ../../src/sass/_post-styles.scss */
body.resources.single .page-content .main-content .available-courses .course-entry .response span, body.resources.page-id-41 .page-content .main-content .available-courses .course-entry .response span, body.resources.post-type-archive-resources .page-content .main-content .available-courses .course-entry .response span, body.resources.page-template-template-events .page-content .main-content .available-courses .course-entry .response span {
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #f2f2f2;
  color: #b381b3;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.resources.single .page-content .main-content .available-courses .course-entry .response span:hover, body.resources.page-id-41 .page-content .main-content .available-courses .course-entry .response span:hover, body.resources.post-type-archive-resources .page-content .main-content .available-courses .course-entry .response span:hover, body.resources.page-template-template-events .page-content .main-content .available-courses .course-entry .response span:hover {
  background-color: #f2f2f2;
}
/* line 280, ../../src/sass/_post-styles.scss */
body.resources.single .page-content .main-content .archive-body-text, body.resources.page-id-41 .page-content .main-content .archive-body-text, body.resources.post-type-archive-resources .page-content .main-content .archive-body-text, body.resources.page-template-template-events .page-content .main-content .archive-body-text {
  border-bottom: 1px solid #d1b3d1;
}
/* line 283, ../../src/sass/_post-styles.scss */
body.resources.single .page-content .main-content .archive-body-text p:first-of-type, body.resources.page-id-41 .page-content .main-content .archive-body-text p:first-of-type, body.resources.post-type-archive-resources .page-content .main-content .archive-body-text p:first-of-type, body.resources.page-template-template-events .page-content .main-content .archive-body-text p:first-of-type {
  font-family: 'proxima-nova';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #b381b3;
  margin-bottom: 35px;
}
/* line 288, ../../src/sass/_post-styles.scss */
body.resources.single .page-content .main-content .header-area, body.resources.page-id-41 .page-content .main-content .header-area, body.resources.post-type-archive-resources .page-content .main-content .header-area, body.resources.page-template-template-events .page-content .main-content .header-area {
  border-bottom: 1px solid #b381b3;
}
/* line 292, ../../src/sass/_post-styles.scss */
body.resources.single .page-content .main-content .header-area .header-content h1, body.resources.page-id-41 .page-content .main-content .header-area .header-content h1, body.resources.post-type-archive-resources .page-content .main-content .header-area .header-content h1, body.resources.page-template-template-events .page-content .main-content .header-area .header-content h1 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #b381b3;
  margin: 10px 0 15px;
}
/* line 297, ../../src/sass/_post-styles.scss */
body.resources.single .page-content .main-content .header-area .header-content .share p, body.resources.page-id-41 .page-content .main-content .header-area .header-content .share p, body.resources.post-type-archive-resources .page-content .main-content .header-area .header-content .share p, body.resources.page-template-template-events .page-content .main-content .header-area .header-content .share p {
  font-family: 'proxima-nova';
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
}
/* line 97, ../../src/sass/_typography.scss */
body.resources.single .page-content .main-content .header-area .header-content .share p em, body.resources.page-id-41 .page-content .main-content .header-area .header-content .share p em, body.resources.post-type-archive-resources .page-content .main-content .header-area .header-content .share p em, body.resources.page-template-template-events .page-content .main-content .header-area .header-content .share p em {
  font-style: italic;
}
/* line 101, ../../src/sass/_typography.scss */
body.resources.single .page-content .main-content .header-area .header-content .share p strong, body.resources.page-id-41 .page-content .main-content .header-area .header-content .share p strong, body.resources.post-type-archive-resources .page-content .main-content .header-area .header-content .share p strong, body.resources.page-template-template-events .page-content .main-content .header-area .header-content .share p strong {
  font-weight: 800;
  color: #666666;
}
/* line 301, ../../src/sass/_post-styles.scss */
body.resources.single .page-content .main-content .header-area .header-content .share a, body.resources.page-id-41 .page-content .main-content .header-area .header-content .share a, body.resources.post-type-archive-resources .page-content .main-content .header-area .header-content .share a, body.resources.page-template-template-events .page-content .main-content .header-area .header-content .share a {
  background-color: #b381b3;
}
/* line 304, ../../src/sass/_post-styles.scss */
body.resources.single .page-content .main-content .header-area .header-content .share a:hover, body.resources.page-id-41 .page-content .main-content .header-area .header-content .share a:hover, body.resources.post-type-archive-resources .page-content .main-content .header-area .header-content .share a:hover, body.resources.page-template-template-events .page-content .main-content .header-area .header-content .share a:hover {
  background-color: #b381b3;
}
/* line 310, ../../src/sass/_post-styles.scss */
body.resources.single .page-content .main-content .header-area .header-content a.button_sm, body.resources.page-id-41 .page-content .main-content .header-area .header-content a.button_sm, body.resources.post-type-archive-resources .page-content .main-content .header-area .header-content a.button_sm, body.resources.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #b381b3;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.resources.single .page-content .main-content .header-area .header-content a.button_sm:hover, body.resources.page-id-41 .page-content .main-content .header-area .header-content a.button_sm:hover, body.resources.post-type-archive-resources .page-content .main-content .header-area .header-content a.button_sm:hover, body.resources.page-template-template-events .page-content .main-content .header-area .header-content a.button_sm:hover {
  background-color: #d1b3d1;
}
/* line 317, ../../src/sass/_post-styles.scss */
body.resources.single .page-content .main-content .course-details .details-row, body.resources.page-id-41 .page-content .main-content .course-details .details-row, body.resources.post-type-archive-resources .page-content .main-content .course-details .details-row, body.resources.page-template-template-events .page-content .main-content .course-details .details-row {
  border-top: 1px solid #b381b3;
}
/* line 320, ../../src/sass/_post-styles.scss */
body.resources.single .page-content .main-content .course-details .details-row:last-of-type, body.resources.page-id-41 .page-content .main-content .course-details .details-row:last-of-type, body.resources.post-type-archive-resources .page-content .main-content .course-details .details-row:last-of-type, body.resources.page-template-template-events .page-content .main-content .course-details .details-row:last-of-type {
  border-bottom: 1px solid #b381b3;
}
/* line 331, ../../src/sass/_post-styles.scss */
body.resources .pagination .page-numbers.current, body.resources .pagination .page-numbers:hover {
  background-color: #b381b3;
}
/* line 335, ../../src/sass/_post-styles.scss */
body.resources .pagination .page-numbers.next, body.resources .pagination .page-numbers.prev {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #b381b3;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.resources .pagination .page-numbers.next:hover, body.resources .pagination .page-numbers.prev:hover {
  background-color: #d1b3d1;
}
/* line 197, ../../src/sass/_sub-nav.scss */
body.resources .sub-nav .sub-nav-toggle:before {
  border-top-color: #b381b3;
}
/* line 202, ../../src/sass/_sub-nav.scss */
body.resources .sub-nav .sub-nav-toggle.active:before {
  border-top-color: transparent;
  border-bottom-color: #b381b3;
}
/* line 213, ../../src/sass/_sub-nav.scss */
body.resources .sub-nav li.current_page_item > a, body.resources .sub-nav li.current_page_parent > a {
  color: #b381b3 !important;
}
/* line 217, ../../src/sass/_sub-nav.scss */
body.resources .sub-nav li.current_page_item:before, body.resources .sub-nav li.current_page_parent:before {
  border-left-color: #b381b3;
}
/* line 222, ../../src/sass/_sub-nav.scss */
body.resources .sub-nav li.current_page_item > .children > li:hover > a, body.resources .sub-nav li.current_page_parent > .children > li:hover > a {
  color: #b381b3;
}
/* line 230, ../../src/sass/_sub-nav.scss */
body.resources .sub-nav > ul > li {
  border-bottom: 1px solid #b381b3;
}
/* line 258, ../../src/sass/_sub-nav.scss */
body.resources .sub-nav > ul > li.all:before {
  border-left-color: #b381b3;
}
/* line 264, ../../src/sass/_sub-nav.scss */
body.resources .sub-nav > ul > li:hover > a {
  color: #d1b3d1;
}
/* line 78, ../../src/sass/_tactical-box-strip.scss */
body.resources section.tactical .container .tacticals .tactical h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #b381b3;
  margin: 10px 0 30px;
  font-size: 25px;
  line-height: 30px;
}
/* line 84, ../../src/sass/_tactical-box-strip.scss */
body.resources section.tactical .container .tacticals .tactical a.button_small {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #b381b3;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.resources section.tactical .container .tacticals .tactical a.button_small:hover {
  background-color: #d1b3d1;
}
/* line 142, ../../src/sass/_top-bar.scss */
body.resources .call-to-action:hover {
  color: #b381b3;
}
@media (min-width: 1024px) {
  /* line 153, ../../src/sass/_top-bar.scss */
  body.resources .top-bar aside.social-media a:hover svg path {
    fill: #b381b3;
  }
  /* line 162, ../../src/sass/_top-bar.scss */
  body.resources .top-bar aside.search input[type="text"] {
    color: #b381b3;
  }
  /* line 170, ../../src/sass/_top-bar.scss */
  body.resources .top-bar.active aside.search svg line, body.resources .top-bar.active aside.search svg circle {
    stroke: #b381b3;
  }
}
/* line 33, ../../src/sass/_mixins.scss */
body.resources svg#omc_logo path#circle {
  fill: #b381b3;
}
/* line 129, ../../src/sass/_navigation.scss */
body.resources nav ul li.current-menu-item a, body.resources nav ul li.current-page-ancestor a {
  color: #b381b3;
}
/* line 134, ../../src/sass/_navigation.scss */
body.resources nav ul li:hover a {
  color: #b381b3;
}
/* line 378, ../../src/sass/_mobile-navigation.scss */
body.resources #hamburger.open #top, body.resources #hamburger.open #bottom {
  fill: #b381b3;
}
/* line 385, ../../src/sass/_mobile-navigation.scss */
body.resources .mobile-search form input[type="text"] {
  color: #b381b3;
}
/* line 392, ../../src/sass/_mobile-navigation.scss */
body.resources .mobile-navigation #search-icon.active line, body.resources .mobile-navigation #search-icon.active circle {
  stroke: #b381b3;
}
/* line 164, ../../src/sass/_people.scss */
body.resources.single-people .page-content .header-area .header-content h3, body.resources.single-project .page-content .header-area .header-content h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #b381b3;
  margin: 10px 0 0;
}
/* line 168, ../../src/sass/_people.scss */
body.resources.single-people .page-content .header-area .header-content a, body.resources.single-project .page-content .header-area .header-content a {
  color: #b381b3;
  text-decoration: none;
}
/* line 172, ../../src/sass/_people.scss */
body.resources.single-people .page-content .header-area .header-content a:hover, body.resources.single-project .page-content .header-area .header-content a:hover {
  text-decoration: underline;
}
/* line 180, ../../src/sass/_people.scss */
body.resources.single-people .page-content .main-content .supporters, body.resources.single-project .page-content .main-content .supporters {
  border-top: 1px solid #b381b3;
}
/* line 183, ../../src/sass/_people.scss */
body.resources.single-people .page-content .main-content .supporters .supporter, body.resources.single-project .page-content .main-content .supporters .supporter {
  border-bottom: 1px solid #b381b3;
}
/* line 186, ../../src/sass/_people.scss */
body.resources.single-people .page-content .main-content .supporters .supporter a, body.resources.single-project .page-content .main-content .supporters .supporter a {
  color: #b381b3;
  text-decoration: none;
}
/* line 190, ../../src/sass/_people.scss */
body.resources.single-people .page-content .main-content .supporters .supporter a:hover, body.resources.single-project .page-content .main-content .supporters .supporter a:hover {
  text-decoration: underline;
}
/* line 199, ../../src/sass/_people.scss */
body.resources.single-people .page-content .content-wrap blockquote, body.resources.single-project .page-content .content-wrap blockquote {
  border-top: 1px solid #b381b3;
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #b381b3;
  margin: 10px 0 10px;
  font-size: 16px;
  line-height: 25px;
  max-width: 100%;
}
/* line 120, ../../src/sass/_people-tile.scss */
body.resources .related-people h3 {
  border-top: 1px solid #b381b3;
}
/* line 125, ../../src/sass/_people-tile.scss */
body.resources .people-list {
  border-top: 1px solid #b381b3;
}
/* line 129, ../../src/sass/_people-tile.scss */
body.resources .course-details + .people-list {
  border-top: 0;
}
/* line 133, ../../src/sass/_people-tile.scss */
body.resources .people-tile {
  border-bottom: 1px solid #b381b3;
}
/* line 138, ../../src/sass/_people-tile.scss */
body.resources .people-tile .people-content h2 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 35px;
  color: #b381b3;
  margin: 10px 0 10px;
}
/* line 142, ../../src/sass/_people-tile.scss */
body.resources .people-tile .people-content a.button_sm {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #b381b3;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
/* line 26, ../../src/sass/_mixins.scss */
body.resources .people-tile .people-content a.button_sm:hover {
  background-color: #d1b3d1;
}
/* line 149, ../../src/sass/_people-tile.scss */
body.resources .people-tile:hover .people-content h2 {
  color: #d1b3d1;
}
/* line 277, ../../src/sass/_strips.scss */
body.resources .strip-text a:not(.button) {
  transition: all 0.4s ease-in-out;
  color: #b381b3;
  font-weight: 800;
  text-decoration: underline;
}
/* line 281, ../../src/sass/_strips.scss */
body.resources .strip-text a:not(.button):hover {
  color: #d1b3d1;
}
/* line 286, ../../src/sass/_strips.scss */
body.resources .strip-text .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #d1b3d1;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.resources .strip-text .button:hover {
  background-color: #b381b3;
}
/* line 291, ../../src/sass/_strips.scss */
body.resources .strip-header-v2 {
  background-color: #d1b3d1;
}
/* line 295, ../../src/sass/_strips.scss */
body.resources .strip-text-image {
  background-color: #d1b3d1;
}
/* line 304, ../../src/sass/_strips.scss */
body.resources .strip-two-tile .block-holder .left .content-tile .content-container .button, body.resources .strip-two-tile .block-holder .right .content-tile .content-container .button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #b381b3;
  color: #FFF;
  transition: all 0.4s ease-in-out;
}
/* line 26, ../../src/sass/_mixins.scss */
body.resources .strip-two-tile .block-holder .left .content-tile .content-container .button:hover, body.resources .strip-two-tile .block-holder .right .content-tile .content-container .button:hover {
  background-color: #d1b3d1;
}
/* line 128, ../../src/sass/_resources.scss */
body.resources .resource-strip .container .resource-item h3 {
  font-family: 'League Spartan';
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 30px;
  color: #b381b3;
  margin: 10px 0 10px;
}
/* line 132, ../../src/sass/_resources.scss */
body.resources .resource-strip .container .resource-item a {
  color: #b381b3;
}
/* line 135, ../../src/sass/_resources.scss */
body.resources .resource-strip .container .resource-item a:hover {
  color: #d1b3d1;
}
/* line 143, ../../src/sass/_resources.scss */
body.resources .resource-strip.video .resource-item {
  border-top: 1px solid #b381b3;
}
/* line 146, ../../src/sass/_resources.scss */
body.resources .resource-strip.video .resource-item:nth-of-type(1) {
  border-top: 0;
}
@media (min-width: 768px) {
  /* line 153, ../../src/sass/_resources.scss */
  body.resources .resource-strip.image .resource-item {
    border-top: 1px solid #b381b3;
  }
  /* line 156, ../../src/sass/_resources.scss */
  body.resources .resource-strip.image .resource-item:nth-of-type(1), body.resources .resource-strip.image .resource-item:nth-of-type(2) {
    border-top: 0;
  }
}
/* line 754, ../../src/sass/plyr/plyr.scss */
body.resources .plyr input[type="range"]:active::-webkit-slider-thumb {
  background: #b381b3;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 757, ../../src/sass/plyr/plyr.scss */
body.resources .plyr input[type="range"]:active::-moz-range-thumb {
  background: #b381b3;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 760, ../../src/sass/plyr/plyr.scss */
body.resources .plyr input[type="range"]:active::-ms-thumb {
  background: #b381b3;
  border-color: #fff;
  transform: scale(1.25);
}
/* line 767, ../../src/sass/plyr/plyr.scss */
body.resources .plyr__play-large {
  background: #b381b3;
}
/* line 770, ../../src/sass/plyr/plyr.scss */
body.resources .plyr__play-large:hover {
  background: #d1b3d1;
}
/* line 775, ../../src/sass/plyr/plyr.scss */
body.resources .plyr__progress--played,
body.resources .plyr__volume--display {
  color: #b381b3;
}
/* line 783, ../../src/sass/plyr/plyr.scss */
body.resources .plyr--video .plyr__controls button.tab-focus:focus, body.resources .plyr--video .plyr__controls button:hover {
  background: #b381b3;
  color: #FFF;
}
/* line 48, ../../src/sass/_search.scss */
body.resources .search-results .result {
  border-top: 1px solid #b381b3;
}
/* line 49, ../../src/sass/_search.scss */
body.resources .search-results .result h3 {
  color: #b381b3;
}
/* line 55, ../../src/sass/_search.scss */
body.resources .search-results .result:last-of-type {
  border-bottom: 1px solid #b381b3;
}
/* line 62, ../../src/sass/_search.scss */
body.resources .error-search input[type='text'] {
  color: #b381b3;
}
/* line 66, ../../src/sass/_search.scss */
body.resources .error-search input[type='submit'] {
  background-color: #b381b3;
}
/* line 69, ../../src/sass/_search.scss */
body.resources .error-search input[type='submit']:hover {
  background-color: #d1b3d1;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */