@charset "UTF-8";
/*
Theme Name: Service Design Melbourne
Theme URI: http://servicedesign.net.au
Author: Nico Leonard
Author URI: http://postfuture.co
Description: A theme for Service Design Melbourne (SDM).
Version: 1.0
License: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
License URI: http://creativecommons.org/licenses/by-nc-sa/4.0/
Tags:
Text Domain: sdm
*/
/* scss */
/* Normalize.css v3.0.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

/* Page */
html {
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  max-width: 1920px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none; }
  @media screen and (min-width: 0px) {
    html {
      font-size: 62.5%; } }
  @media screen and (min-width: 768px) {
    html {
      font-size: 67.5%; } }
  @media screen and (min-width: 1025px) {
    html {
      font-size: 72.5%; } }
  @media screen and (min-width: 1281px) {
    html {
      font-size: 77.5%; } }

body {
  background: #0078a4;
  margin: 0; }

a img {
  border: none;
  transition: opacity ease-in 200ms;
  -webkit-transition: opacity ease-in 200ms; }

a img:hover {
  border: none;
  opacity: .7; }

/* Typography */
h1 {
  color: white;
  font: normal 700 40px/50px "Roboto", sans-serif;
  font: normal 700 4rem/5rem "Roboto", sans-serif;
  margin: 12.5% auto 0;
  text-align: center; }
  @media screen and (min-width: 0px) {
    h1 {
      max-width: 90%; } }
  @media screen and (min-width: 768px) {
    h1 {
      max-width: 85%; } }
  @media screen and (min-width: 1025px) {
    h1 {
      max-width: 80%; } }
  @media screen and (min-width: 1281px) {
    h1 {
      max-width: 75%; } }

h2 {
  font: normal 700 21px/26px "Roboto", sans-serif;
  font: normal 700 2.1rem/2.6rem "Roboto", sans-serif;
  margin: 0 0 4% 0; }

h3 {
  font: normal 700 19px/24px "Roboto", sans-serif;
  font: normal 700 1.9rem/2.4rem "Roboto", sans-serif;
  margin: 2.5% 0 1% 0; }

h4 {
  font: normal 700 17px/21px "Roboto", sans-serif;
  font: normal 700 1.7rem/2.1rem "Roboto", sans-serif;
  margin: 2.5% 0 1% 0; }

h5 {
  font: normal 700 15px/19px "Roboto", sans-serif;
  font: normal 700 1.5rem/1.9rem "Roboto", sans-serif;
  margin: 2.5% 0 1% 0; }

header h5 {
  color: white;
  text-align: center; }
  @media screen and (min-width: 0px) {
    header h5 {
      margin: 1% 10%;
      max-width: 80%; } }
  @media screen and (min-width: 768px) {
    header h5 {
      margin: 1% 15%;
      max-width: 70%; } }
  @media screen and (min-width: 1025px) {
    header h5 {
      margin: 1% 25%;
      max-width: 50%; } }
  @media screen and (min-width: 1281px) {
    header h5 {
      margin: 1% 30%;
      max-width: 40%; } }

h6 {
  font: normal 700 13px/17px "Roboto", sans-serif;
  font: normal 700 1.3rem/1.7rem "Roboto", sans-serif;
  margin: 2.5% 0 .5% 0; }

p {
  color: #323232;
  font: normal 400 12px/18px "Roboto", sans-serif;
  font: normal 400 1.2rem/1.8rem "Roboto", sans-serif;
  margin: 1.5% 0; }

li {
  color: #323232;
  font: normal 400 12px/18px "Roboto", sans-serif;
  font: normal 400 1.2rem/1.8rem "Roboto", sans-serif;
  list-style: circle; }

b,
strong {
  font-weight: 700; }

em,
i {
  font-style: italic; }

blockquote {
  font: italic 400 12px/17px "Roboto", sans-serif;
  font: italic 400 1.2rem/1.7rem "Roboto", sans-serif;
  margin: 1%; }

a:link,
a:visited {
  color: #2b5c7b;
  text-decoration: none;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms; }

article a:link,
article a:visited {
  color: #0078a4;
  text-decoration: none;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms; }

a:hover,
a:active,
article a:hover,
article a:active {
  color: #e6b122;
  text-decoration: none; }

article h2,
article h3,
article h4,
article h5,
article h6,
.partners h3 {
  color: #2b5c7b; }

article p {
  color: #323232; }

.collaborate h3,
.members h3,
.about h3 {
  color: white;
  margin: 1% 0 1.5%; }

/* Header */
.header-home {
  background: center center no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
  width: 100%;
  z-index: 5; }
  @media screen and (min-width: 0px) {
    .header-home {
      padding: 10% 0; } }
  @media screen and (min-width: 1025px) {
    .header-home {
      padding: 5% 0; } }

.header-post {
  background: center center no-repeat;
  background-attachment: scroll;
  background-size: cover;
  padding: 2% 2% 20%;
  position: relative;
  width: 96%;
  z-index: 5; }

header p {
  color: white;
  display: block;
  font: normal 400 13px/17px "Roboto", sans-serif;
  font: normal 400 1.3rem/1.7rem "Roboto", sans-serif;
  text-align: center; }
  @media screen and (min-width: 0px) {
    header p {
      margin: 1% 10%;
      max-width: 80%; } }
  @media screen and (min-width: 768px) {
    header p {
      margin: 1% 15%;
      max-width: 70%; } }
  @media screen and (min-width: 1025px) {
    header p {
      margin: 1% 25%;
      max-width: 50%; } }
  @media screen and (min-width: 1281px) {
    header p {
      margin: 1% 30%;
      max-width: 40%; } }

/* Logo */
.logo {
  display: block;
  margin: 4% 0 4% 0;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 0px) {
    .logo {
      left: 27.5%;
      width: 45%; } }
  @media screen and (min-width: 768px) {
    .logo {
      left: 32.5%;
      width: 35%; } }
  @media screen and (min-width: 1025px) {
    .logo {
      left: 35%;
      width: 30%; } }
  @media screen and (min-width: 1281px) {
    .logo {
      left: 36%;
      width: 28%; } }

.logo-small {
  display: block;
  left: 0;
  position: relative;
  text-align: center;
  top: 0; }
  @media screen and (min-width: 0px) {
    .logo-small {
      width: 15%; } }
  @media screen and (min-width: 768px) {
    .logo-small {
      width: 12.5%; } }
  @media screen and (min-width: 1025px) {
    .logo-small {
      width: 10%; } }
  @media screen and (min-width: 1281px) {
    .logo-small {
      width: 7.5%; } }

.logo-tiny {
  display: block;
  left: 0;
  position: relative;
  text-align: center;
  top: 0; }
  @media screen and (min-width: 0px) {
    .logo-tiny {
      width: 10%; } }
  @media screen and (min-width: 768px) {
    .logo-tiny {
      width: 9%; } }
  @media screen and (min-width: 1025px) {
    .logo-tiny {
      width: 8%; } }
  @media screen and (min-width: 1281px) {
    .logo-tiny {
      width: 7%; } }

.logo a object,
.logo img,
.logo-small a object,
.logo-small img {
  display: block;
  height: auto;
  width: 100%; }

a.svg {
  display: block;
  opacity: .9;
  position: relative;
  transition: opacity ease-in 200ms;
  -webkit-transition: opacity ease-in 200ms;
  width: 100%; }

a.svg:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

a.svg:hover {
  opacity: .7; }

/* Mailchimp Form */
#mc_embed_signup {
  color: #323232;
  display: block;
  font: normal 400 13px/16px "Roboto", sans-serif;
  font: normal 400 1.3rem/1.6rem "Roboto", sans-serif;
  text-align: center; }
  @media screen and (min-width: 0px) {
    #mc_embed_signup {
      margin: 1% 5%;
      max-width: 90%; } }
  @media screen and (min-width: 768px) {
    #mc_embed_signup {
      margin: 1% 15%;
      max-width: 70%; } }
  @media screen and (min-width: 1025px) {
    #mc_embed_signup {
      margin: 1% 25%;
      max-width: 50%; } }
  @media screen and (min-width: 1281px) {
    #mc_embed_signup {
      margin: 1% 30%;
      max-width: 40%; } }

.mailchimp-input {
  -webkit-appearance: none;
  background: whitesmoke;
  border-radius: 3px;
  border-radius: .3rem;
  border: 2px transparent solid;
  color: #323232;
  display: block;
  font: normal 400 12px/16px "Roboto", sans-serif;
  font: normal 400 1.2rem/1.6rem "Roboto", sans-serif;
  outline: none;
  padding: 8px 10px;
  padding: 0.8rem 1rem;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  width: 200px;
  width: 20rem; }
  @media screen and (min-width: 0px) {
    .mailchimp-input {
      margin: 4% auto; } }
  @media screen and (min-width: 768px) {
    .mailchimp-input {
      margin: 3% auto; } }
  @media screen and (min-width: 1025px) {
    .mailchimp-input {
      margin: 2% auto; } }
  @media screen and (min-width: 1281px) {
    .mailchimp-input {
      margin: 1% auto; } }

.mailchimp-input:hover,
.mailchimp-input:focus {
  border: 2px #4a90e2 solid;
  padding: 8px 13px;
  padding: 0.8rem 1.3rem; }

.mailchimp-button {
  -webkit-appearance: none;
  background: #e6b122;
  border-radius: 3px;
  border-radius: .3rem;
  border: none;
  color: white;
  font: normal 400 12px/16px "Roboto", sans-serif;
  font: normal 400 1.2rem/1.6rem "Roboto", sans-serif;
  margin: 1%;
  padding: 8px 20px;
  padding: 0.8rem 2rem;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms; }

.mailchimp-button:hover {
  background: #ebc150; }

/* Section */
.section-main {
  background: white;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  width: 90%; }
  @media screen and (min-width: 0px) {
    .section-main {
      padding: 9% 5%; } }
  @media screen and (min-width: 768px) {
    .section-main {
      padding: 7% 5%; } }
  @media screen and (min-width: 1025px) {
    .section-main {
      padding: 5%; } }
  @media screen and (min-width: 1281px) {
    .section-main {
      padding: 3% 5%; } }

article {
  text-align: left; }
  @media screen and (min-width: 0px) {
    article {
      margin: 4% 5%;
      width: 90%; } }
  @media screen and (min-width: 768px) {
    article {
      margin: 3% 10%;
      width: 80%; } }
  @media screen and (min-width: 1025px) {
    article {
      margin: 2% 17.5%;
      width: 65%; } }
  @media screen and (min-width: 1281px) {
    article {
      margin: 1% 25%;
      width: 50%; } }

/* Isotope */
.filters {
  display: block;
  margin: 0 auto .5% auto;
  text-align: center;
  width: auto; }

.filters button {
  -webkit-appearance: none;
  border-radius: 3px;
  border-radius: .3rem;
  border: none;
  color: white;
  display: inline-block;
  font: normal 400 12px/16px "Roboto", sans-serif;
  font: normal 400 1.2rem/1.6rem "Roboto", sans-serif;
  margin: .5% .1%;
  padding: 8px 20px;
  padding: 0.8rem 2rem;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms; }

#quicksearch {
  -webkit-appearance: none;
  background: white;
  border-radius: 3px;
  border-radius: .3rem;
  border: 1px #b2b2b2 solid;
  color: #323232;
  display: block;
  font: normal 400 12px/16px "Roboto", sans-serif;
  font: normal 400 1.2rem/1.6rem "Roboto", sans-serif;
  margin: 1% auto;
  outline: none;
  padding: 8px 10px;
  padding: 0.8rem 1rem;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  width: 200px;
  width: 20rem; }

#quicksearch:hover,
#quicksearch:focus {
  border: 1px #4a90e2 solid;
  padding: 8px 13px;
  padding: 0.8rem 1.3rem; }

.isotope {
  width: 100%; }

.item {
  height: 220px;
  height: 22rem;
  overflow: hidden;
  position: relative;
  transition: background ease-in 200ms;
  -webkit-transition: background ease-in 200ms; }
  @media screen and (min-width: 0px) {
    .item {
      margin: 2%;
      width: 96%; } }
  @media screen and (min-width: 768px) {
    .item {
      margin: 1.5%;
      width: 30.333333%; } }
  @media screen and (min-width: 1281px) {
    .item {
      margin: .75%;
      width: 23.5%; } }
  @media screen and (min-width: 1441px) {
    .item {
      margin: .5%;
      width: 18.5%; } }

.item h5,
.item h6 {
  color: white;
  padding: 3.5% 5% 5%; }

.all {
  background: #2b5c7b; }

.all:hover {
  background: #3878a1; }

.future-events,
.future-events-button {
  background: #79a5d8; }

.future-events:before {
  border-color: #c8daef white; }

.future-events:hover,
.future-events-button:hover {
  background: #a1c0e3; }

.past-events,
.past-events-button {
  background: #b3b9ae; }

.past-events:before {
  border-color: #e6e8e5 white; }

.past-events:hover,
.past-events-button:hover {
  background: #cdd1c9; }

.articles,
.articles-button {
  background: #0078a4; }

.articles:before {
  border-color: #0bbeff white; }

.articles:hover,
.articles-button:hover {
  background: #009dd7; }

.resources,
.resources-button {
  background: #e6b122; }

.resources:before {
  border-color: #f0d17e white; }

.resources:hover,
.resources-button:hover {
  background: #ebc150; }

.submissions,
.submissions-button {
  background: #7f9f41; }

.submissions:before {
  border-color: #afca7c white; }

.submissions:hover,
.submissions-button:hover {
  background: #99bb58; }

.future-events:before,
.past-events:before,
.articles:before,
.resources:before,
.submissions:before {
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-width: 2rem 2rem 0 0;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0; }

/* Posts */
.post-image {
  background: center center no-repeat;
  background-attachment: scroll;
  background-size: cover;
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%; }

.event-details,
.submission-details {
  margin: 0 0 4% 0; }

.event-details h6,
.submission-details h6 {
  color: #323232;
  margin: 1% 0; }

.event-date {
  text-align: left; }

.category-articles .event-details,
.category-resources .event-details,
.category-submissions .event-details,
.category-articles .submission-details,
.category-resources .submission-details,
.category-future-events .submission-details,
.category-past-events .submission-details {
  display: none; }

.post-logo,
.post-cover {
  display: inline-block;
  float: left;
  margin: 3% 2.5% 1% 0;
  width: 20%; }

hr {
  border: 1px solid #3198ac;
  margin: 4% 0;
  width: 100%; }

.sd-content {
  padding: 4% 0 0; }

article iframe {
  border: 1px solid whitesmoke;
  display: block;
  frameborder: 0;
  margin: 0 0 1% 0;
  padding: .75%;
  width: 50%; }
  @media screen and (min-width: 0px) {
    article iframe {
      height: 240px;
      height: 24rem;
      width: 100%; } }
  @media screen and (min-width: 768px) {
    article iframe {
      height: 280px;
      height: 28rem;
      width: 80%; } }
  @media screen and (min-width: 1025px) {
    article iframe {
      height: 260px;
      height: 26rem;
      width: 70%; } }
  @media screen and (min-width: 1281px) {
    article iframe {
      height: 240px;
      height: 24rem;
      width: 60%; } }

/* Load More */
.load-more-button {
  -webkit-appearance: none;
  background: crimson;
  border-radius: 3px;
  border-radius: .3rem;
  border: none;
  color: white;
  display: none;
  font: normal 400 12px/16px "Roboto", sans-serif;
  font: normal 400 1.2rem/1.6rem "Roboto", sans-serif;
  margin: 40px auto;
  margin: 4rem auto;
  padding: 8px 20px;
  padding: 0.8rem 2rem;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  text-align: center; }

.load-more-button:hover {
  background: #ed365b; }

/* Contact Form */
.wpcf7-text,
.wpcf7-textarea {
  -webkit-appearance: none;
  background: whitesmoke;
  border-radius: 3px;
  border-radius: .3rem;
  border: 2px transparent solid;
  color: #323232;
  display: block;
  font: normal 400 12px/16px "Roboto", sans-serif;
  font: normal 400 1.2rem/1.6rem "Roboto", sans-serif;
  outline: none;
  padding: 8px 10px;
  padding: 0.8rem 1rem;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  width: 200px;
  width: 20rem; }
  @media screen and (min-width: 0px) {
    .wpcf7-text,
    .wpcf7-textarea {
      margin: 4% auto; } }
  @media screen and (min-width: 768px) {
    .wpcf7-text,
    .wpcf7-textarea {
      margin: 3% auto; } }
  @media screen and (min-width: 1025px) {
    .wpcf7-text,
    .wpcf7-textarea {
      margin: 2% auto; } }
  @media screen and (min-width: 1281px) {
    .wpcf7-text,
    .wpcf7-textarea {
      margin: 1% auto; } }

.wpcf7-textarea {
  width: 220px;
  width: 22rem; }

.wpcf7-text:hover,
.wpcf7-textarea:hover,
.wpcf7-text:focus,
.wpcf7-textarea:focus {
  border: 2px #4a90e2 solid;
  padding: 8px 13px;
  padding: 0.8rem 1.3rem; }

.wpcf7-submit {
  -webkit-appearance: none;
  background: #e6b122;
  border-radius: 3px;
  border-radius: .3rem;
  border: none;
  color: white;
  font: normal 400 12px/16px "Roboto", sans-serif;
  font: normal 400 1.2rem/1.6rem "Roboto", sans-serif;
  margin: 1% 0 1% 3%;
  padding: 8px 20px;
  padding: 0.8rem 2rem;
  text-align: center;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms; }

.wpcf7-submit:hover {
  background: #ebc150; }

.wpcf7-response-output,
.wpcf7-mail-sent-ok {
  border: none !important;
  color: white; }

/* Google Map */
.gmap iframe {
  border: none;
  display: block;
  frameborder: 0;
  width: 100%; }
  @media screen and (min-width: 0px) {
    .gmap iframe {
      height: 320px;
      height: 32rem; } }
  @media screen and (min-width: 768px) {
    .gmap iframe {
      height: 380px;
      height: 38rem; } }
  @media screen and (min-width: 1025px) {
    .gmap iframe {
      height: 440px;
      height: 44rem; } }
  @media screen and (min-width: 1281px) {
    .gmap iframe {
      height: 500px;
      height: 50rem; } }

.scroll-off {
  pointer-events: none; }

/* Slack Band */
.slack {
  align-items: center;
  background: #3eb890;
  left: 0;
  position: absolute;
  top: 0;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  width: 90%;
  z-index: 6; }
  @media screen and (min-width: 0px) {
    .slack {
      display: none;
      padding: 1.5% 5%; } }
  @media screen and (min-width: 768px) {
    .slack {
      display: flex;
      padding: 1% 5%; } }
  @media screen and (min-width: 1025px) {
    .slack {
      padding: .5% 5%; } }

.slack-hide {
  transform: translateY(-200%);
  visibility: hidden;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms; }

.slack-hidden {
  display: none; }

.slack p {
  color: white;
  display: inline-block;
  font: normal 400 13px/17px "Roboto", sans-serif;
  font: normal 400 1.3rem/1.7rem "Roboto", sans-serif;
  margin: 0 1.5%;
  max-width: 100%;
  padding: 0;
  text-align: left; }

.button-close {
  align-self: flex-end;
  -webkit-appearance: none;
  background: transparent;
  border-radius: 100%;
  border: 1px solid white;
  border: 0.1rem solid white;
  cursor: pointer;
  margin: 0 0 0 auto;
  padding: 10px;
  padding: 1rem;
  text-align: center;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms; }

.button-close:hover {
  background: #e6b122; }

/* Members Collaborate Partners Footer */
.members,
.collaborate,
.partners,
.about,
footer {
  text-align: center;
  width: 90%; }
  @media screen and (min-width: 0px) {
    .members,
    .collaborate,
    .partners,
    .about,
    footer {
      padding: 9% 5%; } }
  @media screen and (min-width: 768px) {
    .members,
    .collaborate,
    .partners,
    .about,
    footer {
      padding: 7% 5%; } }
  @media screen and (min-width: 1025px) {
    .members,
    .collaborate,
    .partners,
    .about,
    footer {
      padding: 5% 5%; } }
  @media screen and (min-width: 1281px) {
    .members,
    .collaborate,
    .partners,
    .about,
    footer {
      padding: 3% 5%; } }

.members {
  background: #79a5d8; }

.about {
  background: #2b5c7b; }

.collaborate {
  background: #7f9f41; }

.members p,
.collaborate p,
.about p,
footer p {
  color: white;
  font: normal 400 13px/17px "Roboto", sans-serif;
  font: normal 400 1.3rem/1.7rem "Roboto", sans-serif; }
  @media screen and (min-width: 0px) {
    .members p,
    .collaborate p,
    .about p,
    footer p {
      margin: 1% 10%;
      width: 80%; } }
  @media screen and (min-width: 768px) {
    .members p,
    .collaborate p,
    .about p,
    footer p {
      margin: 1% 25%;
      width: 50%; } }

.committee {
  display: block;
  margin: 1.5% 0;
  text-align: middle;
  width: 100%; }

.committee img {
  display: inline-block; }
  @media screen and (min-width: 0px) {
    .committee img {
      margin: 1%;
      width: 16%; } }
  @media screen and (min-width: 768px) {
    .committee img {
      margin: .75%;
      width: 14%; } }
  @media screen and (min-width: 1025px) {
    .committee img {
      margin: .5%;
      width: 12%; } }
  @media screen and (min-width: 1025px) {
    .committee img {
      margin: .5%;
      width: 10%; } }

.partners {
  background: whitesmoke; }

@media screen and (min-width: 0px) {
  .partners img {
    display: block;
    margin: 10% 30% 10% 30%;
    width: 40%; } }

@media screen and (min-width: 768px) {
  .partners img {
    display: inline-block;
    margin: 2%;
    width: 20%; } }

@media screen and (min-width: 1025px) {
  .partners img {
    width: 15%; } }

@media screen and (min-width: 1281px) {
  .partners img {
    width: 12%; } }

footer {
  background: #79a5d8; }

/* Jump */
.jump {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  bottom: 30px;
  bottom: 3rem;
  cursor: pointer;
  left: 30px;
  left: 3rem;
  padding: 10px;
  padding: 1rem;
  position: fixed;
  text-align: center;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  z-index: 4; }

.jump:hover {
  background: #79a5d8; }

/* Pictograms – Iconic */
.iconic {
  height: 25px;
  height: 2.5rem;
  margin: .2%;
  width: 25px;
  width: 2.5rem; }

.iconic-social-twitter,
.iconic-social-facebook,
.iconic-social-linkedin,
.iconic-social-vimeo {
  fill: white;
  stroke: white;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms; }

.iconic-calendar,
.iconic-map-marker,
.iconic-star,
.iconic-envelope {
  fill: crimson;
  height: 15px;
  height: 1.5rem;
  margin: 0 10px 2.5px 0;
  margin: 0 1rem 0.25rem 0;
  stroke: crimson;
  vertical-align: middle;
  width: 15px;
  width: 1.5rem; }

.iconic-caret-top {
  fill: white;
  height: 10px;
  height: 1rem;
  stroke: white;
  width: 10px;
  width: 1rem; }

.iconic-social-twitter:hover {
  fill: #00aced;
  stroke: #00aced; }

.iconic-social-facebook:hover {
  fill: #3b5998;
  stroke: #3b5998; }

.iconic-social-linkedin:hover {
  fill: #007bb6;
  stroke: #007bb6; }

.iconic-social-vimeo:hover {
  fill: #1ab7ea;
  stroke: #1ab7ea; }

.iconic-property-stroke,
.iconic-x {
  color: white;
  height: 12.5px;
  height: 1.25rem;
  fill: white;
  stroke: white;
  width: 12.5px;
  width: 1.25rem; }

/* Wordpress */
.alignnone {
  display: block;
  margin: 5px 20px 20px 0;
  margin: 0.5rem 2rem 2rem 0;
  width: 100%; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 1% auto;
  width: 100%; }

.alignright {
  display: inline-block;
  float: right;
  margin: 1% 0 2% 2%;
  width: 50%; }

.alignleft {
  display: inline-block;
  float: left;
  margin: 1% 2% 2% 0;
  width: 50%; }

a img.alignright {
  display: inline-block;
  float: right;
  margin: 3% 0 0 2%;
  width: 50%; }

a img.alignnone {
  display: block;
  margin: 1% 0 2% 0;
  width: 100%; }

a img.alignleft {
  display: inline-block;
  margin: 3% 2% 0 0;
  width: 50%; }

a img.aligncenter {
  display: block;
  margin: 1% auto;
  width: 100%; }

.wp-caption {
  background: white;
  border: 1px solid whitesmoke;
  border: 0.1rem solid whitesmoke;
  max-width: 96%;
  padding: 5px 3px 1px;
  padding: 0.5rem 0.3rem 1rem;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
  margin: 0.5rem 2rem 2rem 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
  margin: 0.5rem 2rem 2rem 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
  margin: 0.5rem 0 2rem 2rem; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 17px;
  line-height: 1.7rem;
  margin: 0;
  padding: 0 4px 5px;
  padding: 0 0.4rem 0.5rem; }

a.post-edit-link {
  display: none; }
