html {
  background-color: #2399a1;
  background-image: -webkit-linear-gradient(-385deg, #2399a1 0%, #5edacc 100%);
  background-image: linear-gradient(115deg,#2399a1 0%, #5edacc 100%);
  background-attachment: fixed; }

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", arial, sans-serif;
  font-size: 12pt; }

h1, h2, h3, h4, h5 {
  font-family: "Raleway", "Helvetica Neue", "Helvetica", arial, sans-serif; }

header {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }
  header .content {
    padding: 24px 32px;
    position: relative;
    z-index: 1001; }
    header .content::after {
      clear: both;
      content: "";
      display: table; }
  header a.logo {
    display: none;
    float: left;
    height: 68px;
    font-family: "Raleway", "Helvetica Neue", "Helvetica", arial, sans-serif;
    font-weight: bold;
    font-size: 16pt;
    margin: 0;
    padding: 0; }
  header ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none; }
    header ul li {
      display: inline-block;
      padding: 0;
      margin: 0 16px 0 0;
      vertical-align: middle;
      font-size: 11pt; }
      header ul li a {
        line-height: 24px; }
      header ul li.menu {
        display: none;
        width: 37px;
        height: 24px;
        margin-right: 0;
        overflow: visible; }
        header ul li.menu a {
          display: block;
          width: 88px;
          height: 88px;
          -webkit-transform: translate(-25.5px, -32px);
          -moz-transform: translate(-25.5px, -32px);
          -ms-transform: translate(-25.5px, -32px);
          -o-transform: translate(-25.5px, -32px);
          transform: translate(-25.5px, -32px);
          background: url(../images/hamburger.png) center center no-repeat;
          background-size: 37px 24px; }
          header ul li.menu a .desc {
            display: none; }
  header a {
    font-family: "Raleway", "Helvetica Neue", "Helvetica", arial, sans-serif;
    font-weight: bold;
    color: white;
    text-decoration: none; }
    header a:hover {
      text-decoration: underline; }
  header.inverse .background {
    opacity: 0; }
  header.inverse a {
    color: #2399A1; }
  header.inverse ul li.menu a {
    background-image: url(../images/hamburger-inverse.png); }

footer .content {
  width: 90%;
  margin: 0 auto;
  padding: 48px 0; }
  footer .content::after {
    clear: both;
    content: "";
    display: table; }
footer ul {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none; }
  footer ul li {
    display: inline;
    font-weight: bold;
    margin-right: 16px;
    line-height: 1.5em; }
    footer ul li a {
      text-decoration: none;
      color: white; }
      footer ul li a:hover {
        text-decoration: underline; }
  footer ul.partners img {
    height: 30px;
    width: auto;
    vertical-align: middle;
    margin-right: 32px;
    margin-bottom: 16px; }
footer p.logo-disclaimer {
  text-transform: uppercase;
  font-size: 10pt;
  opacity: 0.5;
  color: white; }
footer a.logo {
  display: block;
  height: 68px;
  line-height: 68px;
  font-size: 16pt;
  font-weight: bold;
  color: #fff;
  font-family: "Raleway", "Helvetica Neue", "Helvetica", arial, sans-serif;
  text-decoration: none; }

/*
	Side Menu Stuff
*/
.side-menu-dialog-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1009; }

.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
  z-index: 1010;
  width: 304px;
  max-width: 80%;
  box-shadow: 0 0 0 transparent;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .side-menu.open {
    box-shadow: -2px 0 14px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .side-menu ul {
    margin: 0;
    padding: 0 0 32px 0;
    list-style: none; }
    .side-menu ul li {
      padding: 0;
      border-bottom: 1px solid #eeefef; }
      .side-menu ul li:hover {
        background: #e5f3f4; }
      .side-menu ul li:last-child {
        border-bottom: none; }
    .side-menu ul a {
      display: block;
      padding: 16px 32px;
      color: #393D3F;
      font-weight: bold;
      text-decoration: none; }
    .side-menu ul li.active a {
      color: #2399A1; }
    .side-menu ul li.close {
      padding-right: 32px;
      border-bottom: none; }
      .side-menu ul li.close a {
        display: block;
        height: 48px;
        background: url(../images/hamburger-close.png) right center no-repeat;
        background-size: 35px 35px; }
        .side-menu ul li.close a .title {
          display: none; }
    .side-menu ul ul {
      margin: -8px 0 8px 0;
      padding: 0; }
      .side-menu ul ul li {
        border-bottom: none;
        padding: 0;
        margin: 0; }
        .side-menu ul ul li a {
          padding-top: 8px;
          padding-bottom: 8px;
          color: #393D3F !important;
          font-weight: normal; }

.related {
  background: rgba(200, 243, 197, 0.4); }
  .related .content {
    width: 90%;
    margin: 0 auto;
    padding: 48px 0; }
  .related ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .related ul li {
      display: block;
      width: 60%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      text-transform: uppercase;
      padding: 0.4em 0;
      margin: 0 0; }
      .related ul li:hover {
        background: rgba(255, 255, 255, 0.1); }
      .related ul li a {
        display: block; }
  .related a {
    color: white;
    text-decoration: none; }

/*
	Subpages
*/
body.sub header {
  background: linear-gradient(-15deg, #2399a1, #7CCAB4);
  background: -webkit-linear-gradient(-15deg, #2399a1, #7CCAB4);
  background-attachment: fixed; }
  body.sub header ul li {
    opacity: 0.5; }
    body.sub header ul li.menu {
      opacity: 1; }
    body.sub header ul li:hover {
      opacity: 1; }
    body.sub header ul li.active {
      opacity: 1; }
      body.sub header ul li.active a:hover {
        text-decoration: none;
        cursor: default; }
body.sub section.content-wrapper {
  background: #F7F7F9;
  padding-bottom: 64px; }
  body.sub section.content-wrapper .content {
    width: 90%;
    margin: 0 auto;
    padding: 64px 0 0 0; }
  body.sub section.content-wrapper .content.hero {
    width: 100%;
    background: #4294f0;
    padding-bottom: 64px; }
    body.sub section.content-wrapper .content.hero > * {
      width: 90%;
      margin: 0 auto; }
    body.sub section.content-wrapper .content.hero.artists {
      background: url(../images/heros/artists_speak.jpg) center top no-repeat;
      background-size: cover; }
body.sub section.primary {
  margin-top: 72px; }
  body.sub section.primary .content {
    padding-top: 104px; }
  body.sub section.primary .content + .content {
    padding-top: 24px; }
body.sub h1 {
  font-size: 7vmin;
  color: #2399A1;
  width: 90%;
  margin: 0 0 0.2em 0;
  padding: 0; }
body.sub h2, body.sub h3, body.sub h4 {
  font-size: 3vmin;
  color: #2399A1;
  font-weight: normal;
  width: 45%;
  margin: 0 0 2em 0;
  padding: 0; }
body.sub p {
  width: 60%; }
  body.sub p a {
    color: #2399A1;
    text-decoration: underline; }
    body.sub p a.icon {
      line-height: 38px;
      background-size: 19px;
      background-position: left center;
      background-repeat: no-repeat;
      padding-left: 24px; }
      body.sub p a.icon.pdf {
        background-image: url(../images/icon-pdf.png); }
  body.sub p a[target="_blank"] {
    text-decoration: none;
    font-weight: bold; }
body.sub video {
  display: block;
  width: 100%;
  height: auto;
  margin: 1em 0; }
body.sub div.item-group {
  width: 90%;
  margin: 32px 0; }
  body.sub div.item-group::after {
    clear: both;
    content: "";
    display: table; }
  body.sub div.item-group h3 {
    text-transform: uppercase;
    margin: 0; }
  body.sub div.item-group .items {
    background: #eeeef2;
    border-radius: 4px;
    padding: 16px;
    margin: 16px -16px; }
  body.sub div.item-group .item {
    padding: 1em 0 2em 0;
    margin: 1em 0;
    border-bottom: 1px solid #dadae3; }
    body.sub div.item-group .item:last-child, body.sub div.item-group .item.last-visible {
      border-bottom: none; }
    body.sub div.item-group .item h3 {
      font-size: 1.25em;
      font-weight: lighter;
      color: #2399A1;
      margin: 0 0 0.1em 0;
      width: 100%;
      text-transform: none; }
      body.sub div.item-group .item h3 a {
        color: #2399A1;
        text-decoration: none; }
    body.sub div.item-group .item p {
      color: #697175;
      width: 100%;
      margin: 0.5em 0; }
    body.sub div.item-group .item ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      body.sub div.item-group .item ul li {
        display: inline;
        color: #9da4a7;
        font-weight: lighter;
        text-transform: uppercase; }
        body.sub div.item-group .item ul li.source:after {
          display: inline;
          content: "\2022";
          margin: 0 0.5em; }
  body.sub div.item-group a.button {
    display: block;
    background: #cde4e7;
    border-radius: 4px;
    color: #2399A1;
    text-transform: uppercase;
    padding: 8px 32px;
    float: right;
    cursor: pointer; }
    body.sub div.item-group a.button:hover {
      background: #8dc8cd;
      color: #fff; }
    body.sub div.item-group a.button:active {
      background: #2399A1;
      color: #fff; }
body.sub.join section.content-wrapper .content h1, body.sub.join section.content-wrapper .content h2, body.sub.join section.content-wrapper .content h3, body.sub.join section.content-wrapper .content h4 {
  width: 90% !important;
  margin: 0 auto;
  text-align: center; }
body.sub.join section.content-wrapper .content h2, body.sub.join section.content-wrapper .content h3 {
  margin: 0 auto; }
body.sub.join section.content-wrapper .content form {
  margin: 0;
  padding: 0;
  font-size: 0; }
body.sub.join section.content-wrapper .content .option {
  text-align: center;
  width: 90%;
  margin: 24px auto; }
body.sub.join section.content-wrapper .content .sign-up {
  vertical-align: middle; }
  body.sub.join section.content-wrapper .content .sign-up .input-container {
    display: inline-block;
    width: 40%;
    height: 48px;
    padding: 0;
    margin: 16px;
    font-size: 16pt;
    overflow: hidden;
    background: #dadae3;
    border-radius: 2px; }
    body.sub.join section.content-wrapper .content .sign-up .input-container > * {
      width: 100%;
      height: 48px;
      padding: 0;
      margin: 0; }
  body.sub.join section.content-wrapper .content .sign-up input {
    border: none;
    background: transparent;
    color: #393D3F;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", arial, sans-serif;
    outline: none;
    padding-left: 1em !important;
    font-size: 16pt; }
  body.sub.join section.content-wrapper .content .sign-up input[type="submit"] {
    text-transform: uppercase;
    border: none;
    background: transparent;
    color: #2399A1;
    font-size: 16pt;
    margin: 1em 0; }
    body.sub.join section.content-wrapper .content .sign-up input[type="submit"].disabled {
      opacity: 0.5;
      cursor: default; }
  body.sub.join section.content-wrapper .content .sign-up .location {
    overflow: hidden; }
    body.sub.join section.content-wrapper .content .sign-up .location select {
      display: block;
      padding: 0;
      margin: 0 0 0 1em;
      background: transparent;
      border: none;
      width: 120%;
      height: 48px;
      outline: none;
      color: #393D3F;
      font-family: "Open Sans", "Helvetica Neue", "Helvetica", arial, sans-serif;
      font-size: 16pt;
      -webkit-appearance: none; }
  body.sub.join section.content-wrapper .content .sign-up .submit {
    background: #d3ebec; }
  body.sub.join section.content-wrapper .content .sign-up .error p {
    display: block;
    color: #e65629;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto; }
  body.sub.join section.content-wrapper .content .sign-up .thanks p {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
    color: #2399A1;
    font-size: 1.1em;
    margin-left: auto;
    margin-right: auto; }
  body.sub.join section.content-wrapper .content .sign-up.submitted .thanks p {
    opacity: 1; }
body.sub.join section.content-wrapper .content .tell-your-friends {
  font-size: 7vmin; }
  body.sub.join section.content-wrapper .content .tell-your-friends::after {
    clear: both;
    content: "";
    display: table; }
  body.sub.join section.content-wrapper .content .tell-your-friends ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    body.sub.join section.content-wrapper .content .tell-your-friends ul li {
      display: inline-block;
      vertical-align: middle;
      padding: 0 0.2em;
      font-family: "Raleway", "Helvetica Neue", "Helvetica", arial, sans-serif;
      font-size: 18pt;
      font-weight: bold;
      color: #2399A1; }
  body.sub.join section.content-wrapper .content .tell-your-friends a {
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 1.4em;
    height: 1.4em;
    background: no-repeat center center;
    background-size: contain; }
    body.sub.join section.content-wrapper .content .tell-your-friends a.twitter {
      background-image: url(../images/twitter.png); }
    body.sub.join section.content-wrapper .content .tell-your-friends a.facebook {
      background-image: url(../images/facebook.png); }
body.sub .sidebar {
  float: right;
  width: 30%;
  margin-left: 24px;
  margin-top: 1em;
  margin-bottom: 1em; }

/*
	Responsive stuff
*/
@media screen and (max-width: 1000px) {
  header ul li, footer ul li {
    font-size: 10pt; } }
@media screen and (max-width: 840px) {
  header ul li {
    display: none; }
    header ul li.menu {
      display: inline-block; } }
@media screen and (max-width: 640px) {
  header .content {
    padding: 16px 32px; }
  header a.logo {
    height: 34px;
    line-height: 34px;
    font-size: 14pt; }
  header ul {
    padding: 0;
    margin: 4px 0 0 0; }

  body.sub h1, body.sub h2, body.sub h3, body.sub h4, body.sub h5, body.sub p {
    width: 100%; }
  body.sub h1 {
    font-size: 22pt; }
  body.sub h2 {
    font-size: 18pt; }
  body.sub h3, body.sub h4 {
    font-size: 16pt; }
  body.sub p {
    font-size: 11pt; }
  body.sub div.item-group,
  body.sub div.items {
    width: 100%; }
  body.sub.news h3 {
    width: 100% !important; }
  body.sub.join section.content-wrapper .content .sign-up .input-container {
    width: 100%;
    margin: 0.2em 0; }
  body.sub.join section.content-wrapper .content .tell-your-friends ul li {
    font-size: 18pt !important; }
  body.sub .sidebar {
    width: 100%;
    margin-left: 0;
    float: none; }
  body.sub section.content-wrapper .content.hero > * {
    width: 90%;
    margin: 0 auto; }

  section.related ul li {
    width: 100%; }

  section.quote blockquote {
    font-size: 18pt !important; }

  .side-menu {
    width: 100%;
    max-width: 100%; }
    .side-menu ul li.close a {
      padding-top: 16px;
      padding-bottom: 16px; } }

/*# sourceMappingURL=common.css.map */