/***********************************************************************
Filename: _style.scss
Title: Style
Author: Maraid Design
Client:YOS
************************************************************************/
/* Reset
-----------------------------------------------------------------------*/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* Import formatting
-----------------------------------------------------------------------*/
/***********************************************************************
Filename: _fonts.scss
Title: Fonts
Author: Maraid Design
Client: YOS
************************************************************************/
/* Import fonts
-----------------------------------------------------------------------*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/* Icon font
-----------------------------------------------------------------------*/
/*
$icons-pika: 'SSPika';
$icons-social: 'SSSocialRegular';
$icons-social-circle: 'SSSocialCircle';

$ssiconpika-default-color: #5f6c76;//default pika icon colour
$ssiconpika-2nd-color:$blue;
$ssiconpika-3rd-color:$orange;
*/
/* Body font
-----------------------------------------------------------------------*/
/* Font stack
-----------------------------------------------------------------------*/
/*
$bold:              'xx', $sans-serif;
$italics:           'xx', $sans-serif;
*/
/* Body font variations
-----------------------------------------------------------------------*/
/***********************************************************************
Filename: _base.scss
Title: Main colours
Author: Maraid Design
Client: YOS
************************************************************************/
/* Set media query names
-----------------------------------------------------------------------*/
/* Main site colours
-----------------------------------------------------------------------*/
/* Main links
-----------------------------------------------------------------------*/
a {
  color: #336699; }
  a:hover, a:focus {
    color: #204060; }

strong, b {
  font-weight: 700; }

/*
italic, em {
	font-family: $italics;
}
*/
/* Headings
-----------------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: normal; }

h1, .h1 {
  font-size: 26px;
  line-height: 1.333em;
  font-weight: 700;
  margin-top: 0; }

h2, .h2 {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  font-weight: 700; }

h3, .h3 {
  font-size: 1.125em; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

/* General
-----------------------------------------------------------------------*/
body {
  font-size: 17px;
  line-height: 1.6;
  color: #252525;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Karla", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 600px) {
    body {
      background-color: #f6f4f1;
      background-repeat: no-repeat;
      background-position: center center;
      background-attachment: fixed;
      background-image: url(/images/backgrounds/rotator.php);
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-color: #e2e2e2; } }

#wrapper {
  max-width: 1100px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin: 0; }
  @media screen and (min-width: 481px) {
    #wrapper {
      margin-left: auto;
      margin-right: auto;
      width: 96%; } }
  @media screen and (min-width: 600px) {
    #wrapper {
      margin: 50px auto; } }

.container {
  margin: 0 auto;
  max-width: 1040px;
  width: 90%; }
  @media screen and (min-width: 481px) {
    .container {
      width: 90%; } }
  @media screen and (min-width: 1100px) {
    .container {
      width: 100%; } }

/* Blockquote
-----------------------------------------------------------------------*/
blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #336699;
  font-style: italic;
  color: #686868; }

/* Border radius
-----------------------------------------------------------------------*/
/* Pagination and blog prev back
-----------------------------------------------------------------------*/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #f6f4f1; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #336699; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #336699;
      color: #fff; }
  .pagination .current {
    cursor: default;
    color: #252525; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: #fff;
      color: #252525; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/***********************************************************************
Filename: _grid.scss
Title: Grid
Author: Maraid Design
Client: YOS
************************************************************************/
.box {
  background-color: #fff;
  margin: 20px 0; }
  @media screen and (min-width: 600px) {
    .box {
      padding: 4.081632653061%; } }

main#wide {
  background-color: #fff;
  padding: 4.081632653061%;
  margin: 20px 0; }

/* columns
-----------------------------------------------------------------------*/
.col1 {
  background-color: #fff;
  padding: 4.081632653061%; }
  @media screen and (min-width: 600px) {
    .col1 {
      float: left;
      width: 65.30612244898%; } }

.col2 {
  background-color: #fff;
  padding: 4.081632653061%; }
  @media screen and (min-width: 600px) {
    .col2 {
      float: right;
      width: 30.612244897959%; } }

/* grid thirds
-----------------------------------------------------------------------*/
@media screen and (min-width: 600px) {
  .third {
    float: left;
    width: 30.612244897959%;
    margin-right: 4.081632653061%; } }

.third p {
  margin-bottom: 0; }

@media screen and (min-width: 600px) {
  .twothirds {
    float: right;
    width: 65.30612244898%;
    margin-left: 4.081632653061%; } }

@media screen and (min-width: 1030px) {
  .twothirdsplus {
    float: left;
    width: 70%;
    margin-right: 4.081632653061%; } }

@media screen and (min-width: 600px) {
  .artists .artist-detail {
    float: left;
    width: 65.30612244898%;
    margin-right: 4.081632653061%;
    margin-left: 0; } }

@media screen and (min-width: 600px) {
  .artists .third {
    float: right;
    width: 30.612244897959%; } }

@media screen and (min-width: 600px) {
  .artists .bio, .artists .with-map {
    float: left;
    margin-right: 0; } }

/* made up grid
-----------------------------------------------------------------------*/
main {
  position: relative; }

.main {
  background-color: #fff;
  margin: 20px 0;
  padding: 4.081632653061%; }
  @media screen and (min-width: 600px) {
    .main {
      width: 72.448979591837%;
      float: left;
      margin-right: 2.040816326531%; } }

.side {
  background-color: #fff;
  margin-top: 20px;
  padding: 30px 4.08163% 20px; }
  @media screen and (min-width: 600px) {
    .side {
      width: 25.510204081633%;
      float: left; } }

/* grid half - used on nearby
-----------------------------------------------------------------------*/
@media screen and (min-width: 600px) {
  .half-1 {
    width: 47.959183673469%;
    float: left;
    margin-right: 4.081632653061%; } }

@media screen and (min-width: 600px) {
  .half-2 {
    width: 47.959183673469%;
    float: right; } }

/* grid quarters (unused)
-----------------------------------------------------------------------*/
.quarter {
  background-color: #fff;
  padding: 4.081632653061%;
  width: 21.938775510204%;
  float: right; }

/* Last col
-----------------------------------------------------------------------*/
.last-col, .end {
  padding-right: 0 !important;
  margin-right: 0 !important; }
  @media screen and (min-width: 600px) {
    .last-col, .end {
      float: right; } }

/* Clears and hides
-----------------------------------------------------------------------*/
.hidden, footer span, .screen-reader-text {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: auto; }

.clear-float:after {
  /*clear floated elements*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clear-float {
  height: 1%; }

/* IE6 */
*:first-child + html .clear-float {
  min-height: 1%; }

/* IE7 */
.clear {
  /*clears anything leaving no gap*/
  float: none;
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px; }

.clearheight {
  /*clear anything leaving a gap*/
  float: none;
  clear: both; }

.end {
  margin: 0; }

/***********************************************************************
Filename: _images.scss
Title: Images
Author: Maraid Design
Client: YOS
************************************************************************/
/* base images
-----------------------------------------------------------------------*/
img {
  width: 100%;
  height: auto; }

img.size {
  width: auto; }

/* artist page
-----------------------------------------------------------------------*/
img.bio {
  margin-bottom: 20px; }

/* floated images
-----------------------------------------------------------------------*/
img.alignright {
  margin-bottom: 20px; }
  @media screen and (min-width: 600px) {
    img.alignright {
      width: 45%;
      float: right;
      margin: 20px 0 20px 20px; } }

img.alignleft {
  margin-bottom: 20px; }
  @media screen and (min-width: 600px) {
    img.alignleft {
      width: 45%;
      float: left;
      margin: 20px 20px 20px 0; } }

/***********************************************************************
Filename: _lists.scss
Title: Lists
Author: Maraid Design
Client: YOS
************************************************************************/
/* social
-----------------------------------------------------------------------*/
.social li {
  padding-left: 30px;
  font-weight: 700;
  background: url("../images/site/social-twitter.svg") no-repeat 0 50%;
  background-size: 18px 18px;
  font-weight: 700; }
  .social li.instagram {
    background-image: url("../images/site/social-instagram.svg"); }
  .social li.pinterest {
    background-image: url("../images/site/social-pin.svg"); }
  .social li.facebook {
    background-image: url("../images/site/social-facebook.svg"); }
  .social li.youtube {
    background-image: url("../images/site/social-youtube.svg"); }

.social a:hover, .social a:focus {
  color: #ffcc00; }

/* Artists
-----------------------------------------------------------------------*/
ul.artists li {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden; }
  @media screen and (min-width: 600px) {
    ul.artists li {
      float: left;
      width: 30.612244897959%;
      margin-right: 4.081632653061%; } }
  ul.artists li:nth-child(3n+1) {
    clear: left; }
  ul.artists li:nth-child(3n+3) {
    margin-right: 0; }

ul.artists .new {
  position: absolute;
  top: -24px;
  right: -70px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  padding: 45px 45px 14px;
  text-align: center; }
  ul.artists .new span {
    display: block;
    text-transform: uppercase; }

ul.artists img {
  display: block; }

ul.artists p {
  margin: 0;
  display: inline-block; }
  ul.artists p.medium {
    display: block; }

ul.artists address {
  margin: 0 0 0 4px;
  display: inline-block;
  font-style: normal; }

ul.artists a:focus {
  background-color: #ffcc00; }

/* Artists - nearby etc
-----------------------------------------------------------------------*/
@media screen and (min-width: 1030px) {
  .same-nearby {
    font-size: 90%; } }

.same-nearby h3 {
  margin: 0; }

.same-nearby p {
  margin: 0; }

.same-nearby ul {
  margin-top: 30px;
  margin-bottom: 0; }
  .same-nearby ul li {
    margin-bottom: 20px; }
    @media screen and (min-width: 600px) {
      .same-nearby ul li {
        float: left;
        width: 47.916666666667%;
        margin-right: 4.081632653061%; } }
    .same-nearby ul li img {
      width: 45.652173913043%;
      float: left; }
    .same-nearby ul li .micro-text {
      width: 45.652173913043%;
      float: right; }
  .same-nearby ul li:nth-child(2n+1) {
    clear: both; }
  .same-nearby ul li:nth-child(2n+2) {
    margin-right: 0; }

.same-nearby > h2 {
  margin-top: 0; }

/* Lists in content
-----------------------------------------------------------------------*/
article ul {
  list-style-type: circle;
  margin-left: 1em; }

article ol {
  list-style-type: decimal;
  margin-left: 1.5em; }

/*
.entry-content {
	ul {
		list-style-type: none;
		margin-left: 0;
		
		li {
			background:url('../images/bullet.gif') no-repeat 0 7px ;
			padding-left: 30px;
		}
	}
}
*/
/* row1 image and text side by side
-----------------------------------------------------------------------*/
ul.modules-row1 {
  list-style-type: none;
  margin-left: 0; }
  ul.modules-row1 p {
    color: #252525; }
  ul.modules-row1 p.link {
    display: inline-block;
    border: 2px solid #666;
    padding: 10px 17px;
    color: #666; }
    ul.modules-row1 p.link span {
      display: none; }
  ul.modules-row1 li {
    padding: 0 !important;
    background: none !important; }
    @media screen and (min-width: 1030px) {
      ul.modules-row1 li {
        margin-bottom: 1em; } }
  ul.modules-row1 img {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 70%; }
    @media screen and (min-width: 481px) {
      ul.modules-row1 img {
        width: 50%; } }
    @media screen and (min-width: 1030px) {
      ul.modules-row1 img {
        float: left;
        margin-bottom: 0;
        margin-top: 0;
        width: 33.052%;
        margin-bottom: 1em; } }
  ul.modules-row1 h2 {
    margin: 0 !important;
    line-height: 1.2em;
    margin-bottom: 0.8em;
    margin-top: 0;
    position: relative;
    top: -5px; }
    @media screen and (min-width: 1030px) {
      ul.modules-row1 h2 {
        margin-bottom: 0.4em;
        margin-top: 0;
        position: relative;
        top: -5px; } }
  @media screen and (min-width: 1030px) {
    ul.modules-row1 .text {
      float: right;
      width: 64.135%; } }

/* D lists
-----------------------------------------------------------------------*/
/*
dl {}

	dt {}

	dd {
		margin-left: 0;
		font-size: 0.9em;
		color: #787878;
		margin-bottom: 1.5em;
		}
*/
/***********************************************************************
Filename: _forms.scss
Title: Forms
Author: Maraid Design
Client: YOS
************************************************************************/
/* Defaults
-----------------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #252525;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  background-color: #f6f4f1;
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }
  input[type="text"]:focus,
  input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #eeeae5;
    outline: none; }
  input[type="text"].error,
  input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success,
  input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled],
  input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus,
    input[type="text"][disabled]:active,
    input[type="text"].is-disabled:focus,
    input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url("../images/site/selector.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 14px auto; }

/* Filter artists
-----------------------------------------------------------------------*/
form#filter {
  margin: 20px 0 40px 0;
  display: block; }
  @media screen and (min-width: 600px) {
    form#filter {
      float: left;
      width: 65.30612244898%; } }
  form#filter label {
    font-weight: 700;
    margin-bottom: 15px;
    display: block; }
  form#filter div {
    width: 100%; }
    @media screen and (min-width: 600px) {
      form#filter div {
        float: left;
        width: auto;
        min-width: 220px;
        margin-right: 10px; } }
  form#filter select {
    border-radius: 5px;
    -moz-appearance: none; }

@media screen and (min-width: 600px) {
  .order {
    margin-right: 0;
    float: right; } }

/* contact form
-----------------------------------------------------------------------*/
#submitform fieldset {
  border: none;
  padding: 0; }

/* mailchimp
-----------------------------------------------------------------------*/
#mc-embedded-subscribe-form {
  /*
	width:100%;
	@media screen and ($min : $kindle) {
	width:70%;
			}
*/ }
  #mc-embedded-subscribe-form input {
    float: left;
    height: 65px; }
  #mc-embedded-subscribe-form label {
    margin-bottom: 20px;
    display: block; }

/* application forms
-----------------------------------------------------------------------*/
body.form fieldset {
  margin-bottom: 30px; }

/* progress bar
-----------------------------------------------------------------------*/
#progressbox {
  border: 1px solid #0099CC;
  padding: 1px;
  position: relative;
  border-radius: 3px;
  margin: 10px;
  display: none;
  text-align: left; }

#progressbar {
  height: 20px;
  border-radius: 3px;
  background-color: #006699;
  width: 1%; }

#statustxt {
  top: 3px;
  left: 50%;
  position: absolute;
  display: inline-block;
  color: #000000;
  font-size: 12px;
  line-height: 15px; }

/* Form */
#AddFileInputBox span {
  display: block;
  clear: both; }

.sep_s {
  margin-top: 70px !important; }

#AddFileInputBox .small2 {
  font-size: 11px;
  font-weight: normal;
  text-align: right; }

.addedInput {
  margin-left: 150px !important;
  margin-bottom: 5px !important; }

#output ul {
  margin: 20px;
  padding: 0px; }

#output li {
  margin-bottom: 20px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
  list-style: none;
  background: #DDD;
  padding: 10px;
  overflow: hidden;
  border-radius: 10px; }

.error {
  color: red;
  font-size: 11px;
  margin: 10px; }

/* result */
#uploadResults {
  width: 600px;
  margin-right: auto;
  margin-left: auto; }

/***********************************************************************
Filename: _buttons.scss
Title: Buttons
Author: Maraid Design
Client: YOS
************************************************************************/
/* details
-----------------------------------------------------------------------*/
/*-------------------
BUTTON DEFAULTS
Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac
-------------------*/
.blue-btn, .comment-reply-link, #submit, .button {
  display: inline-block;
  position: relative;
  text-decoration: none;
  line-height: 34px;
  font-weight: normal;
  padding: 10px 24px 14px;
  border: 0;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -webkit-appearance: none; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .button:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus, .button:focus {
    color: #fff;
    text-decoration: none; }
  .blue-btn:active, .comment-reply-link:active, #submit:active, .button:active {
    top: 1px; }

/* the actual buttons
-----------------------------------------------------------------------*/
.blue-btn, .comment-reply-link, #submit, .button {
  background-color: #214e7b;
  color: #fff;
  font-weight: 700; }
  .blue-btn:hover,
  .comment-reply-link:hover,
  #submit:hover,
  .blue-btn:focus, .comment-reply-link:focus, #submit:focus, .button:hover,
  .button:focus {
    background-color: #2e5c8a; }
  .blue-btn:focus, .comment-reply-link:focus, #submit:focus, .button:focus {
    color: #ffcc00; }
  .blue-btn:active, .comment-reply-link:active, #submit:active, .button:active {
    background-color: #2d5986; }

/***********************************************************************
Filename: _footers.scss
Title: Footers
Author: Maraid Design
Client: YOS
************************************************************************/
.keep-updated {
  background-color: #336699;
  color: white;
  margin-bottom: 20px; }
  .keep-updated a {
    color: #fff; }
  .keep-updated h2 {
    margin-top: 0; }
  .keep-updated .social {
    padding: 4.081632653061%;
    background-color: #214e7b; }
    @media screen and (min-width: 1030px) {
      .keep-updated .social {
        float: right;
        width: 30.612244897959%; } }
  .keep-updated .newsletter {
    padding: 4.081632653061%;
    padding-bottom: 40px; }
    @media screen and (min-width: 1030px) {
      .keep-updated .newsletter {
        float: left;
        width: 65.30612244898%;
        padding-bottom: 0; } }

/* real footer
-----------------------------------------------------------------------*/
footer {
  clear: both;
  text-align: center;
  padding: 20px;
  font-weight: 700;
  color: #323944; }
  footer p {
    margin: 0; }
  footer a {
    color: #323944; }
    footer a:hover, footer a:focus {
      text-decoration: none; }

/* blog footer
-----------------------------------------------------------------------*/
footer.article-footer {
  text-align: left;
  padding: 0;
  margin-top: 30px; }

/***********************************************************************
Filename: _main_header.scss
Title: Main Header
Author: Maraid Design
Client: YOS
************************************************************************/
/* Main header
-----------------------------------------------------------------------*/
.header {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 20px; }
  @media screen and (min-width: 600px) {
    .header {
      padding: 30px 0 27px; } }
  .header p {
    margin: 0;
    font-size: 20px; }
  .header #logo {
    max-width: 480px;
    margin: 0px auto; }
    .header #logo img {
      max-width: 100px;
      margin-bottom: 5px; }
      @media screen and (min-width: 600px) {
        .header #logo img {
          max-width: 165px; } }
  .header a {
    color: #fff; }
  .header .times {
    padding-left: 15px;
    margin-left: 4px;
    background: url("../images/site/sep.png") no-repeat 0 50%;
    background-size: 7px 15px; }

/* Content header
-----------------------------------------------------------------------*/
#content {
  margin-top: 1.5em; }

/* end .hentry */
/***********************************************************************
Filename: _icons.scss
Title: Icons
Author: Maraid Design
Client: YOS
************************************************************************/
/* x
-----------------------------------------------------------------------*/
/***********************************************************************
Filename: _blog_posts.scss
Title: Blog posts
Author: Maraid Design
Client: YOS
************************************************************************/
/* General
-----------------------------------------------------------------------*/
/* post meta */
.byline {
  color: #686868;
  font-size: 90%;
  margin: 0; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* comments
-----------------------------------------------------------------------*/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */ }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #686868;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: #fff; }
  .comment.even {
    background: #f8f9fa; }

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic; }

/* comment forms
-----------------------------------------------------------------------*/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa; }

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #686868;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #252525; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em; }

/* comment submit button */
#submit {
  float: right;
  font-size: 1em; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

@media only screen and (min-width: 481px) {
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
  /* end .entry-content */ }

/* end .media query */
/***********************************************************************
Filename: _homepage.scss
Title: Home page 
Author: Maraid Design
Client: YOS
************************************************************************/
body.home .third h2 a {
  text-decoration: none;
  border-bottom: 3px solid #ffcc00; }
  body.home .third h2 a:hover, body.home .third h2 a:focus {
    border-color: #336699; }

.intro-area {
  /*
	.third {
		@media screen and ($min : $desktop-small) {
			text-align: center;
		}
	}
*/ }
  @media screen and (min-width: 1030px) {
    .intro-area {
      background: url("../images/site/logo-large.png") no-repeat 100% 100% white;
      background-size: 280px 265px; } }

@media screen and (min-width: 600px) {
  .third-wrap .third {
    text-align: center; } }

body.home article {
  margin-bottom: 40px; }
  @media screen and (min-width: 600px) {
    body.home article {
      margin-bottom: 0; } }

.this-year h2 {
  margin-top: 0; }
  @media screen and (min-width: 1030px) {
    .this-year h2 {
      margin-top: 0.8em; } }
  .this-year h2 a {
    text-decoration: none;
    border-bottom: 3px solid #ffcc00; }
    .this-year h2 a:hover, .this-year h2 a:focus {
      border-bottom: 3px solid #336699; }

.this-year .third {
  margin: 0; }

.map-area {
  color: white;
  text-align: center;
  background: url("../images/site/map-york.gif") no-repeat 50% 50% #132d42; }
  .map-area article {
    padding: 60px 10px; }
  .map-area h2 {
    background: url("../images/site/pointer-home.svg") 50% 0/30px 45px no-repeat, url("../images/site/arrow-home.svg") 50% 100%/22px 22px no-repeat transparent;
    margin: 0;
    padding: 50px 0 30px; }
  .map-area span {
    display: block; }
  .map-area a {
    text-decoration: none;
    color: #fff; }
    .map-area a:focus {
      text-decoration: underline; }

/***********************************************************************
Filename: _main_content.scss
Title: Main content
Author: Maraid Design
Client: YOS
************************************************************************/
#st-1 {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #f6f4f1; }

/*  general bits
-----------------------------------------------------------------------*/
hr {
  border: 1px solid #f6f4f1;
  margin: 30px 0; }

/* switch between map and list on artists
-----------------------------------------------------------------------*/
nav.switch {
  margin-bottom: 30px;
  background-color: #f6f4f1;
  padding: 10px;
  font-size: 20px; }
  @media screen and (min-width: 600px) {
    nav.switch {
      float: right;
      position: relative;
      top: -50px;
      margin-bottom: 0;
      /*
		position: absolute;
		top:0;
		right:0;
		margin: 4.081632653061%; // 40 / 980
*/
      width: 30.612244897959%; } }
  nav.switch ul {
    margin: 0;
    padding: 0; }
  nav.switch li {
    float: left;
    width: 50%;
    text-align: center;
    font-weight: 700; }
  nav.switch .active {
    color: #fff;
    background: url("../images/site/list.svg") no-repeat 50% 10px #336699;
    background-size: 25px 25px; }
  nav.switch span, nav.switch a {
    padding: 40px 10px 10px;
    display: block; }
  nav.switch .map a {
    background: url("../images/site/location-alt.svg") no-repeat 50% 10px;
    background-size: 27px 27px; }
    nav.switch .map a:focus {
      background-color: #ffcc00; }

body.map nav.switch .active {
  background: url("../images/site/location.svg") no-repeat 50% 10px #336699;
  background-size: 27px 27px; }

body.map nav.switch .list a {
  background: url("../images/site/list-alt.svg") no-repeat 50% 10px;
  background-size: 25px 25px; }
  body.map nav.switch .list a:focus {
    background-color: #ffcc00; }

/* artist detail
-----------------------------------------------------------------------*/
.boxed {
  background-color: #336699;
  font-weight: 700;
  color: #fff;
  padding: 40px;
  text-align: center;
  position: relative; }
  @media screen and (min-width: 600px) {
    .boxed {
      float: right;
      margin: 0 !important; } }
  .boxed a {
    color: #fff; }
  .boxed p {
    margin: 0; }

.artist-detail {
  margin-right: 0 !important; }
  @media screen and (min-width: 600px) {
    .artist-detail {
      float: left; } }

.artist-text {
  float: right;
  margin-right: 0; }

.artist-text > h2 {
  margin-top: 0; }

p.venue-no {
  font-weight: 700; }

/******************************************************************
Site Name: yos
Author: Maraid Design
Stylesheet: Mixins Stylesheet
Client: YOS
******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/***********************************************************************
Filename: _map.scss
Title: Social
Author: Maraid Design
Client: YOS
************************************************************************/
/* main map
-----------------------------------------------------------------------*/
#mapmain {
  height: 600px;
  width: 100%; }

/* main detail
-----------------------------------------------------------------------*/
#map {
  height: 300px;
  width: 100%; }

/***********************************************************************
Filename: _main_nav.scss
Title: Main nav
Author: Maraid Design
Client: YOS
************************************************************************/
/*
body.home li.home a, body.artists li.artists a, body.blog li.blog a, body.workshops li.workshops a, body.faqs li.faqs a, body.contact li.contact a {
	@media screen and ($min : $tablet) {
	border-bottom: 7px solid $annual;
	padding-bottom: 20px;
	}
}
*/
nav#main-nav {
  padding: 10px 0;
  background-color: #f6f4f1;
  font-size: 20px; }
  @media screen and (min-width: 600px) {
    nav#main-nav {
      background-color: #fff; } }
  @media screen and (min-width: 768px) {
    nav#main-nav {
      padding: 1px 0;
      text-align: center; }
      nav#main-nav li {
        display: inline-block;
        margin: 0 10px; } }
  @media screen and (max-width: 767px) {
    .js nav#main-nav ul {
      display: none;
      padding-left: 30px; }
    nav#main-nav a {
      display: block;
      padding: 10px 0; } }
  nav#main-nav a {
    color: #323944;
    text-decoration: none;
    text-transform: lowercase;
    /*
		&:focus {
			background-color: $yellow;
		}
*/ }
    nav#main-nav a:hover, nav#main-nav a:focus {
      color: #336699; }

.nav-trigger {
  height: 40px;
  line-height: 40px;
  border: 0;
  padding-left: 20px;
  background: none;
  text-transform: lowercase;
  display: block;
  font-weight: 700 !important;
  color: #336699; }
  .nav-trigger span {
    display: inline-block;
    width: 16px;
    margin-right: 14px;
    color: #336699; }
  @media screen and (min-width: 768px) {
    .nav-trigger {
      display: none; } }
  .nav-trigger-secondary span {
    color: green; }

/***********************************************************************
Filename: _sub_nav.scss
Title: Sub nav and asides
Author: Maraid Design
Client: YOS
************************************************************************/
/* x
-----------------------------------------------------------------------*/
.side h2 {
  margin-top: 0; }

.side ul li {
  margin-bottom: 15px;
  line-height: 1.4em; }

.sidebar {
  margin-top: 2.2em; }

.widgettitle {
  margin-bottom: 0.75em; }

.widget {
  margin: 0 0; }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */ }
    .widget ul li ul {
      margin-top: 0.75em;
      padding-left: 1em; }

/******************************************************************
Filename: _slider.scss
Author: Maraid Design
Stylesheet: Slider
Client: YOS
******************************************************************/
/*
home and artists
---------------------------------------------------------------- */
/*! http://responsiveslides.com v1.55 by @viljamis
	http://responsiveslides.com/themes/themes.html */
.carousel {
  position: relative; }
  .carousel a {
    text-decoration: none; }
  .carousel img {
    display: block; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

/*
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  max-height: 700px;
  width: auto;
  }
*/
p.caption {
  color: #fff;
  margin: 0;
  padding: 20px;
  background-color: #336699; }
  @media screen and (min-width: 600px) {
    p.caption {
      color: #323944;
      background-color: rgba(255, 255, 255, 0.9);
      position: absolute;
      z-index: 100;
      bottom: 40px;
      right: 40px; } }
  p.caption span {
    padding-right: 30px;
    background: url("../images/site/arrow-alt.svg") no-repeat 100% 50%;
    background-size: 15px 15px; }
    @media screen and (min-width: 600px) {
      p.caption span {
        background-image: url("../images/site/arrow.svg");
        background-position: 100% 50%;
        background-repeat: no-repeat; } }

.centered-btns_nav {
  margin-top: 10px;
  text-transform: lowercase; }
  @media screen and (min-width: 600px) {
    .centered-btns_nav {
      margin-top: 0;
      display: block;
      padding: 0;
      text-decoration: none;
      -webkit-tap-highlight-color: transparent;
      opacity: 0.5;
      text-indent: -9999px;
      overflow: hidden;
      text-decoration: none;
      height: 60px;
      width: 60px;
      background: url("/images/site/arrow-left.png") no-repeat 0 58%;
      top: 50%;
      left: 40px;
      margin-top: -45px;
      position: absolute;
      z-index: 3; } }
  .centered-btns_nav:hover, .centered-btns_nav:focus {
    opacity: 1; }

.centered-btns_nav.next {
  float: right;
  padding: 5px 15px;
  background-color: #f6f4f1; }
  @media screen and (min-width: 600px) {
    .centered-btns_nav.next {
      float: none;
      background-position: right top;
      background-color: transparent;
      background: url("/images/site/arrow-right.png") no-repeat 50% 50%;
      right: 40px;
      left: auto; } }

.centered-btns_nav.prev {
  padding: 5px 15px;
  background-color: #f6f4f1;
  float: left; }
  @media screen and (min-width: 600px) {
    .centered-btns_nav.prev {
      float: none;
      background-color: transparent; } }

/*

body.artists .carousel li {






	a {
		display: block;
		float: right !important;
		right:50% !important;
		position: relative !important;
		}

	img {
		display: block;
 		float: right !important;
 		right: -50% !important;
 		position: relative !important;
 		}


}
*/
body.artists .carousel {
  background-color: #f6f4f1; }
  body.artists .carousel li img {
    width: 100%;
    height: auto !important; }
    @media screen and (min-width: 600px) {
      body.artists .carousel li img {
        min-height: 500px;
        width: auto; } }
    @media screen and (min-width: 1030px) {
      body.artists .carousel li img {
        min-height: 600px;
        width: auto; } }
  @media screen and (min-width: 600px) {
    body.artists .carousel li div.horizontal {
      display: flex;
      justify-content: center; } }
  body.artists .carousel .centered-btns_nav {
    display: block;
    margin-bottom: 20px; }

/*
galleria
---------------------------------------------------------------- */
#galleria {
  height: 100%;
  width: 100%;
  margin-bottom: 100px; }

.galleria-container {
  position: relative;
  overflow: hidden;
  font: 11px/1.4 arial,sans-serif;
  color: #fff;
  margin-bottom: 1em; }

.galleria-container img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.galleria-stage {
  overflow: hidden;
  background: #353935;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px; }

.galleria-container.fullscreen .galleria-stage {
  bottom: 0; }

.galleria-bar {
  height: 31px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #353935;
  z-index: 3; }

.galleria-s1,
.galleria-s2,
.galleria-s3,
.galleria-s4 {
  background: url(separator.png);
  height: 29px;
  width: 2px;
  position: absolute;
  left: 28px;
  bottom: 1px; }

.galleria-s2 {
  left: 58px; }

.galleria-s3 {
  right: 29px;
  left: auto; }

.galleria-s4 {
  right: 58px;
  left: auto; }

.galleria-progress {
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: #aaa;
  opacity: .5;
  z-index: 3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); }

.galleria-thumblink,
.galleria-fullscreen,
.galleria-play,
.galleria-popout {
  width: 29px;
  height: 29px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: url(thumbs.png) no-repeat 50% 50%;
  cursor: pointer; }

.galleria-fullscreen,
.galleria-popout {
  left: auto;
  right: 0;
  background-image: url(fullscreen.png);
  background-position: 8px 7px; }

.galleria-popout {
  background-image: url(popout.png);
  right: 30px;
  background-position: 50% 50%; }

.galleria-play {
  left: 30px;
  background-image: url(playpause.png);
  background-position: 10px 9px; }

.galleria-play.playing {
  background-position: 10px -91px; }

.galleria-fullscreen.open {
  background-position: 8px -93px; }

.galleria-container.notouch .galleria-thumblink:hover,
.galleria-container.touch .galleria-thumblink:active,
.galleria-thumblink.open,
.galleria-container.notouch .galleria-fullscreen:hover,
.galleria-container.touch .galleria-fullscreen:active,
.galleria-container.notouch .galleria-play:hover,
.galleria-container.touch .galleria-play:active,
.galleria-container.notouch .galleria-popout:hover,
.galleria-container.touch .galleria-popout:active {
  background-color: #353935; }

.galleria-thumbnails-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: url(bg.png);
  z-index: 2; }

.galleria-thumbnails-list {
  position: absolute !important;
  top: 50px;
  right: 50px;
  left: 50px;
  bottom: 41px;
  overflow: auto !important; }

.galleria-thumbnails .galleria-image {
  width: 80px;
  height: 45px;
  float: left;
  margin: 0 7px 7px 0;
  border: 3px solid #1a1a1a;
  cursor: pointer; }

.galleria-container.notouch .galleria-thumbnails .galleria-image:hover,
.galleria-container.touch .galleria-thumbnails .galleria-image:active {
  opacity: .9;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }

.galleria-info {
  position: absolute;
  overflow: hidden;
  height: 29px;
  line-height: 29px;
  left: 70px;
  right: 70px;
  bottom: 1px;
  color: #bbb; }

.galleria-info > *,
.galleria-info-text > * {
  display: inline; }

.galleria-info-title {
  color: #fff;
  font-weight: bold;
  padding: 0 10px; }

.galleria-info-text {
  padding-left: 10px; }

.galleria-counter {
  /*     background: url(separator.png) no-repeat 100% 0 #353935; */
  display: inline-block;
  *display: inline;
  padding-right: 10px;
  _height: 29px;
  zoom: 1; }

.galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  z-index: 2;
  display: none;
  background: #fff url(loader.gif) no-repeat 50% 50%;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); }

.galleria-image-nav {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 100%;
  height: 36px;
  left: 0; }

.galleria-image-nav-left,
.galleria-image-nav-right {
  cursor: pointer;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 20px;
  z-index: 2;
  background: url(nav.png); }

.galleria-image-nav-right {
  left: auto;
  right: 20px;
  background-position: -36px 0;
  z-index: 2; }

.galleria-container.notouch .galleria-image-nav-left:hover,
.galleria-container.touch .galleria-image-nav-left:active {
  background-position: 0 -36px; }

.galleria-container.notouch .galleria-image-nav-right:hover,
.galleria-container.touch .galleria-image-nav-right:active {
  background-position: -36px -36px; }

.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
  cursor: pointer;
  display: none;
  background-position: -495px 5px;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 23px;
  z-index: 3;
  opacity: .8; }

.galleria-thumb-nav-right {
  background-position: -578px 5px;
  border-right: none;
  right: 0;
  left: auto; }

.galleria-thumbnails-container .disabled,
.galleria-thumbnails-container .disabled:hover,
.galleria-thumbnails-container .disabled:active {
  opacity: .2;
  cursor: default; }

.galleria-container.notouch .galleria-thumb-nav-left:hover,
.galleria-container.touch .galleria-thumb-nav-left:active,
.galleria-container.notouch .galleria-thumb-nav-right:hover,
.galleria-container.touch .galleria-thumb-nav-right:active {
  opacity: 1;
  background-color: #111; }

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
  display: block; }

.galleria-lightbox-content {
  background: url(loader_pos.gif) no-repeat 50% 50%; }

/* alt page */
body.productdetail .galleria-bar, body.productdetail .galleria-counter {
  background-color: #ccc;
  background-image: none;
  color: #fff; }

.galleria-container.notouch .galleria-thumblink:hover,
.galleria-container.touch .galleria-thumblink:active,
.galleria-thumblink.open,
.galleria-container.notouch .galleria-fullscreen:hover,
.galleria-container.touch .galleria-fullscreen:active,
.galleria-container.notouch .galleria-play:hover,
.galleria-container.touch .galleria-play:active,
.galleria-container.notouch .galleria-popout:hover,
.galleria-container.touch .galleria-popout:active {
  background-color: #ddd; }

.galleria-s1,
.galleria-s2,
.galleria-s3,
.galleria-s4 {
  background-image: none; }

/*slideshow on faq
--------------------------------------*/
.galleria-bar {
  background-color: #fff !important; }

.galleria-counter {
  color: #336699 !important;
  opacity: 1 !important; }

.galleria-popout, .galleria-fullscreen {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  top: auto !important; }

.galleria-container {
  border-bottom: 1px solid #dbdbdb; }

/* Third party
-----------------------------------------------------------------------*/
/***********************************************************************
Filename: _mailchimp.scss
Title: Mailchimp
Author: Maraid Design
************************************************************************/
/* x
-----------------------------------------------------------------------*/
#mc_embed_signup form {
  padding-left: 0 !important; }

/* Print
-----------------------------------------------------------------------*/
@media print {
  /***********************************************************************
Filename: _print.scss
Title: Print
Author: Maraid Design
Client:
************************************************************************/
  /* to test print styles in chrome:
	
	open inspect
	go to '3 dots' menu 
	choose more tools > rendering
	click box for 'emulate css media' then choose 'print' from dropdown
-----------------------------------------------------------------------*/
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav,
  .keep-updated,
  form,
  .side {
    display: none; }
  .boxed {
    border: 2px solid black;
    float: right;
    margin: 0 !important; }
  .artist-detail {
    float: left; }
  /* made up grid
-----------------------------------------------------------------------*/
  main, .main {
    width: 100% !important;
    display: block !important;
    float: none !important; }
  /* Artists - nearby etc
-----------------------------------------------------------------------*/
  .same-nearby {
    font-size: 90%; }
    .same-nearby h3 {
      margin: 0; }
    .same-nearby p {
      margin: 0; }
    .same-nearby ul {
      margin-top: 30px;
      margin-bottom: 0; }
      .same-nearby ul li {
        float: left;
        width: 47.916666666667%;
        margin-right: 4.081632653061%;
        margin-bottom: 20px; }
        .same-nearby ul li img {
          width: 45.652173913043%;
          float: left; }
        .same-nearby ul li .micro-text {
          width: 45.652173913043%;
          float: right; }
      .same-nearby ul li:nth-child(2n+1) {
        clear: both; }
      .same-nearby ul li:nth-child(2n+2) {
        margin-right: 0; }
  .same-nearby > h2 {
    margin-top: 0; }
  ul.artists li {
    position: relative;
    margin-bottom: 40px;
    float: left;
    width: 30.612244897959%;
    margin-right: 4.081632653061%; }
    ul.artists li:nth-child(3n+1) {
      clear: left; }
    ul.artists li:nth-child(3n+3) {
      margin-right: 0; }
  ul.artists .new {
    color: red !important;
    position: relative;
    text-align: left;
    padding: 0;
    top: 0;
    right: 0; }
    ul.artists .new span {
      color: red !important;
      display: inline; }
  ul.artists img {
    display: block; }
  ul.artists p {
    margin: 0;
    display: inline-block; }
    ul.artists p.medium {
      display: block; }
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .intro-area .third {
    text-align: center; }
  .third-wrap .third {
    text-align: center; }
  body.home article {
    margin-bottom: 0; }
  .box {
    padding: 0;
    margin: 0; }
  main#wide {
    padding: 0;
    margin: 0; }
  /* columns
-----------------------------------------------------------------------*/
  .col1 {
    background-color: #fff;
    padding: 4.081632653061%; } }
