/* Modules and Variables */
/* Partials */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 18, ../../../sass-config/sass/partials/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

/* line 31, ../../../sass-config/sass/partials/_reset.scss */
body {
  line-height: 1;
}

/* line 34, ../../../sass-config/sass/partials/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, ../../../sass-config/sass/partials/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 41, ../../../sass-config/sass/partials/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../../../sass-config/sass/partials/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 
----------------------------------------------
 G R I D   M A T H
---------------------------------------------- 
*/
/* 
 Thanks to http://framelessgrid.com 
 and http://24ways.org/2012/redesigning-the-media-query/ 
*/
/* grid column size in px */
/* convert pixels to ems, defaults to 16px */
/* take number of columns, return ems */
/* media query width set to column count, centered */
/* 
----------------------------------------------
 A L L  S C R E E N S
---------------------------------------------- 
*/
/* 
----------------------------------------------
 S M A L L   S C R E E N S
----------------------------------------------
*/
/* line 51, ../../../sass-config/sass/partials/_grid.scss */
header.wrapper, .archive-header.wrapper, .main.wrapper, .comment.wrapper, footer.wrapper {
  width: 100%;
  margin: 0 auto;
  display: block;
}
/* line 55, ../../../sass-config/sass/partials/_grid.scss */
header.wrapper article, header.wrapper #disqus_thread, .archive-header.wrapper article, .archive-header.wrapper #disqus_thread, .main.wrapper article, .main.wrapper #disqus_thread, .comment.wrapper article, .comment.wrapper #disqus_thread, footer.wrapper article, footer.wrapper #disqus_thread {
  padding: 0 0.9375em;
}

/* 
----------------------------------------------
 M E D I U M   S C R E E N S
----------------------------------------------
*/
@media (min-width: 41.875em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 40.625em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 68, ../../../sass-config/sass/partials/_grid.scss */
  header.wrapper, .archive-header.wrapper, .main.wrapper, .comment.wrapper, footer.wrapper {
    width: 41.25em;
  }

  /* line 72, ../../../sass-config/sass/partials/_grid.scss */
  .content {
    padding: 1.875em;
  }
}
/* 
----------------------------------------------
 L A R G E   S C R E E N S
----------------------------------------------
*/
@media (min-width: 64.375em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 63.125em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 83, ../../../sass-config/sass/partials/_grid.scss */
  header.wrapper, .archive-header.wrapper, .main.wrapper, .comment.wrapper, footer.wrapper {
    width: 63.75em;
  }
  /* line 85, ../../../sass-config/sass/partials/_grid.scss */
  header.wrapper article, header.wrapper #disqus_thread, .archive-header.wrapper article, .archive-header.wrapper #disqus_thread, .main.wrapper article, .main.wrapper #disqus_thread, .comment.wrapper article, .comment.wrapper #disqus_thread, footer.wrapper article, footer.wrapper #disqus_thread {
    padding: 0;
  }

  /* line 90, ../../../sass-config/sass/partials/_grid.scss */
  .content {
    padding: 1.875em;
  }

  /* line 97, ../../../sass-config/sass/partials/_grid.scss */
  .post-content p, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, .post-content ol, .post-content ul, .post-content dl, .post-content blockquote, .post-content embed,
  .post-content .audio, .post-content .video-wrapper.large, .post-content pre.prettyprint,
  .post-content .author-meta, .post-content .social-media {
    margin-left: 19.1176%;
    margin-right: 19.1176%;
  }

  /* line 124, ../../../sass-config/sass/partials/_grid.scss */
  .page-template-default .post-content > p:first-child,
  .page-template-default .post-content > h2:first-child,
  .page-template-default .post-content > h3:first-child,
  .page-template-default .post-content > h4:first-child,
  .page-template-default .post-content > h5:first-child,
  .page-template-default .post-content > h6:first-child,
  .page-template-default .post-content > ul:first-child,
  .page-template-default .post-content > ol:first-child,
  .page-template-default .post-content > dl:first-child,
  .page-template-default .post-content > blockquote:first-child,
  .page-template-default .post-content > embed:first-child,
  .page-template-default .post-content > p:first-child + p,
  .page-template-default .post-content > p:first-child + h2,
  .page-template-default .post-content > p:first-child + h3,
  .page-template-default .post-content > p:first-child + h4,
  .page-template-default .post-content > p:first-child + h5,
  .page-template-default .post-content > p:first-child + h6,
  .page-template-default .post-content > p:first-child + ol,
  .page-template-default .post-content > p:first-child + ul,
  .page-template-default .post-content > p:first-child + dl,
  .page-template-default .post-content > p:first-child + blockquote,
  .page-template-default .post-content > p:first-child + embed, .single .post-content > p:first-child,
  .single .post-content > h2:first-child,
  .single .post-content > h3:first-child,
  .single .post-content > h4:first-child,
  .single .post-content > h5:first-child,
  .single .post-content > h6:first-child,
  .single .post-content > ul:first-child,
  .single .post-content > ol:first-child,
  .single .post-content > dl:first-child,
  .single .post-content > blockquote:first-child,
  .single .post-content > embed:first-child,
  .single .post-content > p:first-child + p,
  .single .post-content > p:first-child + h2,
  .single .post-content > p:first-child + h3,
  .single .post-content > p:first-child + h4,
  .single .post-content > p:first-child + h5,
  .single .post-content > p:first-child + h6,
  .single .post-content > p:first-child + ol,
  .single .post-content > p:first-child + ul,
  .single .post-content > p:first-child + dl,
  .single .post-content > p:first-child + blockquote,
  .single .post-content > p:first-child + embed {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 131, ../../../sass-config/sass/partials/_grid.scss */
  .blog article header, .archive article header, .author article header, .category article header {
    margin-left: 19.1176%;
    margin-right: 19.1176%;
  }

  /* line 137, ../../../sass-config/sass/partials/_grid.scss */
  div.read, #disqus_thread, #nav-footer, .copyright {
    margin-left: 19.1176%;
    margin-right: 19.1176%;
  }
}
/* 
----------------------------------------------
 X - L A R G E   S C R E E N S
----------------------------------------------
*/
@media (min-width: 73.75em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 72.5em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 150, ../../../sass-config/sass/partials/_grid.scss */
  .content {
    padding: 2.8125em;
  }
}
/* 
----------------------------------------------
 T Y P O G R A P H Y
---------------------------------------------- 
*/
/* line 15, ../../../sass-config/sass/partials/_typography.scss */
h1, h2, h3, li, dt, dd,
p.by-line,
.post-content p.by-line,
.post-content p.caption,
.post-content .author-meta p,
.copyright p,
.post-content blockquote,
.post-content blockquote p,
#nav-main a, #nav-slideshow a {
  font-family: "futura-pt", sans-serif;
}

/* line 18, ../../../sass-config/sass/partials/_typography.scss */
h1 {
  font-weight: 400;
  font-size: 2em;
  line-height: 1.3;
  margin-top: .5em;
}

/* Medium Screens */
@media (min-width: 41.875em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 40.625em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 27, ../../../sass-config/sass/partials/_typography.scss */
  h1 {
    margin-top: 1em;
    font-size: 3em;
    line-height: 1.3;
  }
}
/* line 36, ../../../sass-config/sass/partials/_typography.scss */
.blog h1, .archive h1, .author h1, .category h1 {
  margin-top: 1em;
  margin-bottom: .25em;
  text-align: left;
}

/* Medium Screens */
@media (min-width: 41.875em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 40.625em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 46, ../../../sass-config/sass/partials/_typography.scss */
  .blog h1, .archive h1, .author h1, .category h1 {
    margin-top: .25em;
  }
}
/* line 51, ../../../sass-config/sass/partials/_typography.scss */
.archive-header h1 {
  text-align: center;
  color: white;
  margin: 0;
}

/* Medium Screens */
@media (min-width: 41.875em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 40.625em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 58, ../../../sass-config/sass/partials/_typography.scss */
  .archive-header h1 {
    text-align: left;
    padding: .25em .25em .25em 150px;
  }
}
/* Large Screens */
@media (min-width: 64.375em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 63.125em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 66, ../../../sass-config/sass/partials/_typography.scss */
  .archive-header h1 {
    padding: .7em .25em .25em 227px;
  }
}
/* line 71, ../../../sass-config/sass/partials/_typography.scss */
h1.ycg-banner {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 76, ../../../sass-config/sass/partials/_typography.scss */
article h1 {
  text-align: center;
}

/* line 82, ../../../sass-config/sass/partials/_typography.scss */
li, dt, dd,
#nav-main a, #nav-slideshow a {
  font-weight: 300;
}

/* line 88, ../../../sass-config/sass/partials/_typography.scss */
p.by-line,
.post-content p.by-line,
.post-content .author-meta p {
  font-size: 1em;
  color: #666;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1em;
}
/* line 94, ../../../sass-config/sass/partials/_typography.scss */
p.by-line a,
.post-content p.by-line a,
.post-content .author-meta p a {
  color: #666;
}
/* line 97, ../../../sass-config/sass/partials/_typography.scss */
p.by-line a:hover,
.post-content p.by-line a:hover,
.post-content .author-meta p a:hover {
  color: #ff8b00;
}
/* line 100, ../../../sass-config/sass/partials/_typography.scss */
p.by-line a.comment-link,
.post-content p.by-line a.comment-link,
.post-content .author-meta p a.comment-link {
  border-left: 1px solid #666;
  padding-left: 6px;
}

/* line 107, ../../../sass-config/sass/partials/_typography.scss */
.post-content p.by-line,
.post-content .author-meta p {
  text-align: left;
}

/* line 110, ../../../sass-config/sass/partials/_typography.scss */
em {
  font-style: italic;
}

/* line 115, ../../../sass-config/sass/partials/_typography.scss */
.post-content h2 {
  font-weight: 400;
  font-size: 2em;
  margin-bottom: .5em;
  color: #2a6a99;
  padding: .5em 0;
  border-top: 1px solid #2a6a99;
  border-bottom: 1px solid #2a6a99;
}
/* line 124, ../../../sass-config/sass/partials/_typography.scss */
.post-content h3 {
  font-size: 1.8em;
  color: black;
  padding: .5em 0;
}
/* line 129, ../../../sass-config/sass/partials/_typography.scss */
.post-content h4, .post-content h5, .post-content h6, .post-content p, .post-content li, .post-content dt, .post-content dd {
  font-family: "chaparral-pro-subhead", serif;
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.3;
  margin-bottom: .5em;
  color: #333;
}
/* line 138, ../../../sass-config/sass/partials/_typography.scss */
.post-content h4 {
  color: black;
  font-size: 1.5em;
}
/* line 143, ../../../sass-config/sass/partials/_typography.scss */
.post-content p {
  margin-bottom: 1em;
}
/* line 146, ../../../sass-config/sass/partials/_typography.scss */
.post-content strong, .post-content b {
  color: black;
  font-weight: 600;
}
/* line 150, ../../../sass-config/sass/partials/_typography.scss */
.post-content p.caption {
  margin: 0 0 .4em 0;
  color: #666;
}
/* line 154, ../../../sass-config/sass/partials/_typography.scss */
.post-content .left p.caption {
  text-align: left;
}
/* line 157, ../../../sass-config/sass/partials/_typography.scss */
.post-content .right p.caption {
  text-align: right;
}
/* line 160, ../../../sass-config/sass/partials/_typography.scss */
.post-content p.caption {
  font-size: .9em;
  color: #666;
  text-align: center;
}
/* line 165, ../../../sass-config/sass/partials/_typography.scss */
.post-content ul li, .post-content ol li {
  margin-left: 2em;
}
/* line 168, ../../../sass-config/sass/partials/_typography.scss */
.post-content ul li {
  list-style-type: disc;
}
/* line 171, ../../../sass-config/sass/partials/_typography.scss */
.post-content ol li {
  list-style-type: decimal;
}
/* line 174, ../../../sass-config/sass/partials/_typography.scss */
.post-content blockquote {
  border-left: 1px solid #00736a;
  padding-left: 1em;
  color: #00736a;
  font-weight: 300;
}
/* line 179, ../../../sass-config/sass/partials/_typography.scss */
.post-content blockquote p {
  margin-left: 0;
  margin-right: 0;
  color: #00736a;
  font-weight: 300;
}
/* line 186, ../../../sass-config/sass/partials/_typography.scss */
.post-content pre .linenums li {
  font-family: Courier New, monospace;
  font-size: .8em;
  color: #2a6a99;
}
/* line 191, ../../../sass-config/sass/partials/_typography.scss */
.post-content pre.nolinenums li {
  list-style-type: none;
}

/* line 195, ../../../sass-config/sass/partials/_typography.scss */
code.inline {
  font-family: Courier New, monospace;
  font-size: .8em;
  padding: .1em;
  border: 1px solid #eee;
  display: inline-block;
}

/* line 204, ../../../sass-config/sass/partials/_typography.scss */
.post-content > p:first-child,
.post-content > p:first-child + p {
  font-size: 1.5em;
}

/* line 209, ../../../sass-config/sass/partials/_typography.scss */
#nav-main a, #nav-slideshow a {
  font-size: 1em;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 216, ../../../sass-config/sass/partials/_typography.scss */
#nav-slideshow a {
  color: black;
}

/* line 220, ../../../sass-config/sass/partials/_typography.scss */
a {
  color: #1379c4;
  text-decoration: none;
}

/* line 224, ../../../sass-config/sass/partials/_typography.scss */
a:hover {
  color: #ff8b00;
  text-decoration: underline;
}

/* Post Nav */
/* line 231, ../../../sass-config/sass/partials/_typography.scss */
.post-content nav.nav-sub {
  float: right;
  max-width: 11.25em;
  padding-left: .9em;
  /* Large Screens */
}
/* line 235, ../../../sass-config/sass/partials/_typography.scss */
.post-content nav.nav-sub ul {
  border-bottom: 1px solid #ddd;
  margin: 0;
}
/* line 239, ../../../sass-config/sass/partials/_typography.scss */
.post-content nav.nav-sub li {
  font-size: .9em;
  list-style-type: none;
  font-family: "futura-pt", sans-serif;
  margin-left: 0;
  padding-top: 3px;
  border-top: 1px solid #ddd;
}
@media (min-width: 64.375em) {
  /* line 231, ../../../sass-config/sass/partials/_typography.scss */
  .post-content nav.nav-sub {
    width: 11.25em;
  }
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .post-content nav.nav-sub .wrapper {
    width: 63.125em;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 250, ../../../sass-config/sass/partials/_typography.scss */
  .post-content nav.nav-sub ul {
    display: block;
    float: left;
  }
  /* line 254, ../../../sass-config/sass/partials/_typography.scss */
  .post-content nav.nav-sub li {
    padding-right: 1em;
  }
}

/* Toggle */
/* line 263, ../../../sass-config/sass/partials/_typography.scss */
.post-content .toggle-container {
  padding-left: 23px;
  margin-bottom: 1em;
}
/* line 266, ../../../sass-config/sass/partials/_typography.scss */
.post-content .toggle-container dt {
  position: relative;
}
/* line 268, ../../../sass-config/sass/partials/_typography.scss */
.post-content .toggle-container dt span {
  background: url("../img/icons.png") no-repeat -16px -50px #1379c4;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -23px;
  top: 4px;
  text-indent: -999999px;
}
/* line 277, ../../../sass-config/sass/partials/_typography.scss */
.post-content .toggle-container dt a:hover span {
  background-color: #ff8b00;
}
/* line 281, ../../../sass-config/sass/partials/_typography.scss */
.post-content .toggle-container dt.active span {
  background-position: 0px -50px;
}
/* line 284, ../../../sass-config/sass/partials/_typography.scss */
.post-content .toggle-container dd {
  font-size: 1.3em;
  line-height: 1.3;
}
/* line 287, ../../../sass-config/sass/partials/_typography.scss */
.post-content .toggle-container dd p, .post-content .toggle-container dd blockquote, .post-content .toggle-container dd ol, .post-content .toggle-container dd ol li, .post-content .toggle-container dd dl, .post-content .toggle-container dd dl li, .post-content .toggle-container dd ul, .post-content .toggle-container dd ul li {
  font-size: inherit;
}
/* line 290, ../../../sass-config/sass/partials/_typography.scss */
.post-content .toggle-container dd p, .post-content .toggle-container dd blockquote, .post-content .toggle-container dd ol, .post-content .toggle-container dd dl, .post-content .toggle-container dd ul {
  margin-left: 0;
  margin-right: 0;
}

/* 
----------------------------------------------
 S M A L L   S C R E E N S
----------------------------------------------
*/
/* 
----------------------------------------------
 M E D I U M   S C R E E N S
----------------------------------------------
*/
@media (min-width: 41.875em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 40.625em;
    margin-left: auto;
    margin-right: auto;
  }
}
/* 
----------------------------------------------
 L A R G E   S C R E E N S
----------------------------------------------
*/
@media (min-width: 64.375em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 63.125em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 328, ../../../sass-config/sass/partials/_typography.scss */
  .post-content ul li, .post-content ol li {
    margin-left: 23px;
  }
}
/* 
----------------------------------------------
 X - L A R G E   S C R E E N S
----------------------------------------------
*/
@media (min-width: 73.75em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 72.5em;
    margin-left: auto;
    margin-right: auto;
  }
}
/* 
----------------------------------------------
 A L L  S C R E E N S
---------------------------------------------- 
*/
/* M A I N */
/* line 8, ../../../sass-config/sass/partials/_nav.scss */
.header-container {
  background: url("../img/nav-main.png") top left repeat-x #eeeeee;
}

/* F L A G S */
/* line 13, ../../../sass-config/sass/partials/_nav.scss */
#nav-flags {
  width: 100%;
  z-index: 1;
}
/* line 17, ../../../sass-config/sass/partials/_nav.scss */
#nav-flags ul {
  position: absolute;
  top: 0;
  right: 0.375em;
}
/* line 22, ../../../sass-config/sass/partials/_nav.scss */
#nav-flags li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
  float: left;
  height: 41px;
  width: 34px;
}
/* line 31, ../../../sass-config/sass/partials/_nav.scss */
#nav-flags li a {
  height: 100%;
  width: 100%;
  display: block;
  text-indent: -9999px;
  background: url("../img/flags.png") transparent no-repeat;
}
/* line 39, ../../../sass-config/sass/partials/_nav.scss */
#nav-flags .nav-email a {
  background-position: 0 0;
}
/* line 40, ../../../sass-config/sass/partials/_nav.scss */
#nav-flags .nav-twitter a {
  background-position: -34px -43px;
}
/* line 41, ../../../sass-config/sass/partials/_nav.scss */
#nav-flags .nav-facebook a {
  background-position: -68px -43px;
}
/* line 42, ../../../sass-config/sass/partials/_nav.scss */
#nav-flags .nav-kickstarter a {
  background-position: -102px -43px;
}
/* line 43, ../../../sass-config/sass/partials/_nav.scss */
#nav-flags .nav-paypal a {
  background-position: -136px -43px;
}
/* line 44, ../../../sass-config/sass/partials/_nav.scss */
#nav-flags .nav-twitch a {
  background-position: -170px -43px;
}
/* line 45, ../../../sass-config/sass/partials/_nav.scss */
#nav-flags .nav-twitch a.twitch-live {
  background-position: -204px -43px;
}
/* line 47, ../../../sass-config/sass/partials/_nav.scss */
#nav-flags .nav-email a:hover {
  background-position: 0 -43px;
}
/* line 48, ../../../sass-config/sass/partials/_nav.scss */
#nav-flags .nav-twitter a:hover {
  background-position: -34px 0;
}
/* line 49, ../../../sass-config/sass/partials/_nav.scss */
#nav-flags .nav-facebook a:hover {
  background-position: -68px 0;
}
/* line 50, ../../../sass-config/sass/partials/_nav.scss */
#nav-flags .nav-kickstarter a:hover {
  background-position: -102px 0;
}
/* line 51, ../../../sass-config/sass/partials/_nav.scss */
#nav-flags .nav-paypal a:hover {
  background-position: -136px 0;
}
/* line 52, ../../../sass-config/sass/partials/_nav.scss */
#nav-flags .nav-twitch a:hover {
  background-position: -170px 0;
}
/* line 48, ../../../sass-config/sass/partials/_nav.scss */
#nav-flags .nav-english a:hover {
  background-position: -238px 0;
}
#nav-flags .nav-english a {
  background-position: -238px -43px;
}
/* 
----------------------------------------------
 S M A L L   S C R E E N S
----------------------------------------------
*/
/* line 63, ../../../sass-config/sass/partials/_nav.scss */
header.wrapper {
  position: relative;
}
/* line 66, ../../../sass-config/sass/partials/_nav.scss */
header.wrapper h1 {
  width: 100%;
  background-color: #ff8b00;
  border-bottom: 1px solid #666;
  margin-bottom: 15px;
}
/* line 72, ../../../sass-config/sass/partials/_nav.scss */
header.wrapper h1 a {
  background: url("../img/Yacht-Club-Games-sm.png") top left no-repeat transparent;
  background-size: contain;
  height: 0;
  padding-bottom: 16.72%;
  width: 100%;
  display: block;
  text-indent: -9999999px;
}

/* M A I N */
/* line 89, ../../../sass-config/sass/partials/_nav.scss */
#nav-main li {
  background-color: #888;
  border-bottom: 1px solid #666;
}
/* line 93, ../../../sass-config/sass/partials/_nav.scss */
#nav-main .nav-main-toggle {
  background-color: transparent;
  border-bottom: none;
}
/* line 97, ../../../sass-config/sass/partials/_nav.scss */
#nav-main a {
  display: block;
  padding: 7px 5px;
}
/* line 101, ../../../sass-config/sass/partials/_nav.scss */
#nav-main a.nav-1:hover {
  background-color: #6c6ce6;
}
/* line 102, ../../../sass-config/sass/partials/_nav.scss */
#nav-main a.nav-2:hover {
  background-color: #de9da8;
}
/* line 103, ../../../sass-config/sass/partials/_nav.scss */
#nav-main a.nav-3:hover {
  background-color: #f3ac27;
}
/* line 104, ../../../sass-config/sass/partials/_nav.scss */
#nav-main a.nav-4:hover {
  background-color: #2d7973;
}
/* line 105, ../../../sass-config/sass/partials/_nav.scss */
#nav-main a.nav-5:hover {
  background-color: #b539df;
}
/* line 110, ../../../sass-config/sass/partials/_nav.scss */
#nav-main .nav-hide li {
  display: none;
}
/* line 111, ../../../sass-config/sass/partials/_nav.scss */
#nav-main .nav-hide .nav-main-toggle {
  display: block;
}

/* 
----------------------------------------------
 M E D I U M   S C R E E N S
----------------------------------------------
*/
@media (min-width: 41.875em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 40.625em;
    margin-left: auto;
    margin-right: auto;
  }

  /* Yacht Club Banner */
  /* line 126, ../../../sass-config/sass/partials/_nav.scss */
  header.wrapper {
    height: 3em;
    overflow: visible;
  }
  /* line 129, ../../../sass-config/sass/partials/_nav.scss */
  header.wrapper h1 {
    width: auto;
    border-bottom: none;
    margin-bottom: 0;
  }
  /* line 133, ../../../sass-config/sass/partials/_nav.scss */
  header.wrapper h1 a {
    background: url("../img/Yacht-Club-Games-md.png") top left no-repeat transparent;
    background-size: contain;
    padding-bottom: 14%;
    height: auto;
    width: 16.57%;
    display: block;
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 3;
    text-indent: -9999999px;
  }

  /* M A I N */
  /* line 151, ../../../sass-config/sass/partials/_nav.scss */
  #nav-main ul {
    position: absolute;
    top: 0;
    left: 21%;
    z-index: 1;
  }
  /* line 157, ../../../sass-config/sass/partials/_nav.scss */
  #nav-main li {
    list-style-type: none;
    float: left;
    display: block;
    background-color: transparent;
    border-bottom: none;
  }
  /* line 164, ../../../sass-config/sass/partials/_nav.scss */
  #nav-main a {
    display: block;
    padding: 7px 5px;
  }
  /* line 168, ../../../sass-config/sass/partials/_nav.scss */
  #nav-main a.nav-1:hover {
    background-color: #6c6ce6;
  }
  /* line 169, ../../../sass-config/sass/partials/_nav.scss */
  #nav-main a.nav-2:hover {
    background-color: #de9da8;
  }
  /* line 170, ../../../sass-config/sass/partials/_nav.scss */
  #nav-main a.nav-3:hover {
    background-color: #f3ac27;
  }
  /* line 171, ../../../sass-config/sass/partials/_nav.scss */
  #nav-main a.nav-4:hover {
    background-color: #2d7973;
  }
  /* line 172, ../../../sass-config/sass/partials/_nav.scss */
  #nav-main a.nav-5:hover {
    background-color: #b539df;
  }
  /* line 173, ../../../sass-config/sass/partials/_nav.scss */
  #nav-main .nav-main-toggle {
    display: none;
  }
  /* line 175, ../../../sass-config/sass/partials/_nav.scss */
  #nav-main .nav-hide li {
    display: block;
  }
  /* line 176, ../../../sass-config/sass/partials/_nav.scss */
  #nav-main .nav-hide .nav-main-toggle {
    display: none;
  }

  /* F L A G S */
  /* line 181, ../../../sass-config/sass/partials/_nav.scss */
  #nav-flags {
    position: relative;
  }
  /* line 184, ../../../sass-config/sass/partials/_nav.scss */
  #nav-flags .nav-email a {
    background-position: 0 -43px;
  }
  /* line 185, ../../../sass-config/sass/partials/_nav.scss */
  #nav-flags .nav-email a:hover {
    background-position: 0 0;
  }
}
/* 
----------------------------------------------
 L A R G E   S C R E E N S
----------------------------------------------
*/
@media (min-width: 64.375em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 63.125em;
    margin-left: auto;
    margin-right: auto;
  }

  /* Yacht Club Banner */
  /* line 199, ../../../sass-config/sass/partials/_nav.scss */
  header.wrapper h1 a {
    background: url("../img/Yacht-Club-Games.png") top left no-repeat transparent;
    padding-bottom: 16%;
  }

  /* M A I N */
  /* line 207, ../../../sass-config/sass/partials/_nav.scss */
  #nav-main ul {
    left: 22%;
  }
  /* line 210, ../../../sass-config/sass/partials/_nav.scss */
  #nav-main a {
    padding: 7px 11px;
  }

  /* F L A G S */
  /* line 218, ../../../sass-config/sass/partials/_nav.scss */
  #nav-flags ul {
    right: 1.875em;
  }
}
/* 
----------------------------------------------
 X - L A R G E   S C R E E N S
----------------------------------------------
*/
@media (min-width: 73.75em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 72.5em;
    margin-left: auto;
    margin-right: auto;
  }
}
/* 
----------------------------------------------
 A L L  S C R E E N S
---------------------------------------------- 
*/
/* 
----------------------------------------------
 S M A L L   S C R E E N S
----------------------------------------------
*/
/* line 13, ../../../sass-config/sass/partials/_slideshow.scss */
#slideshow-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(22%, #efefef), color-stop(55%, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #efefef 22%, #ffffff 55%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #efefef 22%, #ffffff 55%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #efefef 22%, #ffffff 55%, #ffffff 100%);
  background-image: linear-gradient(top, #eeeeee 0%, #efefef 22%, #ffffff 55%, #ffffff 100%);
}

/* line 20, ../../../sass-config/sass/partials/_slideshow.scss */
#slideshow {
  margin: 0 auto;
  display: block;
  width: 100%;
  position: relative;
}
/* line 25, ../../../sass-config/sass/partials/_slideshow.scss */
#slideshow img {
  width: 100%;
}

/* line 29, ../../../sass-config/sass/partials/_slideshow.scss */
.slide {
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
}

/* line 37, ../../../sass-config/sass/partials/_slideshow.scss */
.main-slideshow {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 29.41%;
  background-color: #666;
}

/* line 45, ../../../sass-config/sass/partials/_slideshow.scss */
.left-slideshow-wrapper, .right-slideshow-wrapper {
  display: none;
  -moz-box-shadow: inset 0 0 2px 0px #888;
  -webkit-box-shadow: inset 0 0 2px 0px #888;
  box-shadow: inset 0 0 2px 0px #888;
}

/* Single Banners */
/* line 55, ../../../sass-config/sass/partials/_slideshow.scss */
#slideshow .static #left-banner {
  background-image: url("../img/banner_bg_left.png");
  background-color: #00736a;
}
/* line 59, ../../../sass-config/sass/partials/_slideshow.scss */
#slideshow .static #right-banner {
  background-image: url("../img/banner_bg_right.png");
  background-color: #2a6a99;
}
/* line 63, ../../../sass-config/sass/partials/_slideshow.scss */
#slideshow .static .left-slideshow, #slideshow .static .right-slideshow {
  opacity: 1;
}
/* line 66, ../../../sass-config/sass/partials/_slideshow.scss */
#slideshow .static .slide {
  display: block;
}

/* line 71, ../../../sass-config/sass/partials/_slideshow.scss */
#nav-slideshow {
  margin-top: 0.9375em;
  padding: 0 13px;
}
/* line 74, ../../../sass-config/sass/partials/_slideshow.scss */
#nav-slideshow ul {
  height: 10px;
  position: relative;
  width: 100%;
  background: white;
  -moz-box-shadow: inset 0 0 2px 0px #888;
  -webkit-box-shadow: inset 0 0 2px 0px #888;
  box-shadow: inset 0 0 2px 0px #888;
}
/* line 83, ../../../sass-config/sass/partials/_slideshow.scss */
#nav-slideshow li {
  list-style-type: none;
  float: left;
  display: block;
  height: 10px;
  line-height: 20px;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
  text-indent: -99999px;
}
/* line 93, ../../../sass-config/sass/partials/_slideshow.scss */
#nav-slideshow li .slide-slide {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: red;
  z-index: 2;
  overflow: hidden;
}
/* line 103, ../../../sass-config/sass/partials/_slideshow.scss */
#nav-slideshow li .slide-slide a {
  color: white;
}
/* line 107, ../../../sass-config/sass/partials/_slideshow.scss */
#nav-slideshow li #slide-span-1 {
  width: 100%;
}
/* line 110, ../../../sass-config/sass/partials/_slideshow.scss */
#nav-slideshow li .slide-text-default, #nav-slideshow li .slide-text-active {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 116, ../../../sass-config/sass/partials/_slideshow.scss */
#nav-slideshow a {
  position: relative;
  display: block;
  float: right;
  width: 100%;
  padding: 0;
  text-align: center;
  z-index: 1;
}
/* line 128, ../../../sass-config/sass/partials/_slideshow.scss */
#nav-slideshow .nav-slide-2 {
  border-left: 1px solid #ddd;
  margin-left: -1px;
}
/* line 129, ../../../sass-config/sass/partials/_slideshow.scss */
#nav-slideshow .nav-slide-3 {
  border-left: 1px solid #ddd;
  margin-left: -1px;
}
/* line 130, ../../../sass-config/sass/partials/_slideshow.scss */
#nav-slideshow .nav-slide-4 {
  border-left: 1px solid #ddd;
  margin-left: -1px;
}
/* line 131, ../../../sass-config/sass/partials/_slideshow.scss */
#nav-slideshow .nav-slide-5 {
  border-left: 1px solid #ddd;
  margin-left: -1px;
}
/* line 133, ../../../sass-config/sass/partials/_slideshow.scss */
#nav-slideshow .count-1 .slide-slide a {
  width: 41.25em;
}
/* line 134, ../../../sass-config/sass/partials/_slideshow.scss */
#nav-slideshow .count-2 .slide-slide a {
  width: 20.625em;
}
/* line 135, ../../../sass-config/sass/partials/_slideshow.scss */
#nav-slideshow .count-3 .slide-slide a {
  width: 13.75em;
}
/* line 136, ../../../sass-config/sass/partials/_slideshow.scss */
#nav-slideshow .count-4 .slide-slide a {
  width: 10.3125em;
}
/* line 137, ../../../sass-config/sass/partials/_slideshow.scss */
#nav-slideshow .count-5 .slide-slide a {
  width: 8.25em;
}
/* line 138, ../../../sass-config/sass/partials/_slideshow.scss */
#nav-slideshow .slide-slide a {
  height: 10px;
}

/* line 142, ../../../sass-config/sass/partials/_slideshow.scss */
.count-1 span, .count-1 li {
  width: 100%;
}

/* line 143, ../../../sass-config/sass/partials/_slideshow.scss */
.count-2 span, .count-2 li {
  width: 50%;
}

/* line 144, ../../../sass-config/sass/partials/_slideshow.scss */
.count-3 span, .count-3 li {
  width: 33.33333%;
}

/* line 145, ../../../sass-config/sass/partials/_slideshow.scss */
.count-4 span, .count-4 li {
  width: 25%;
}

/* line 146, ../../../sass-config/sass/partials/_slideshow.scss */
.count-5 span, .count-5 li {
  width: 20%;
}

/* 
----------------------------------------------
 M E D I U M   S C R E E N S
----------------------------------------------
*/
@media (min-width: 41.875em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 40.625em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 158, ../../../sass-config/sass/partials/_slideshow.scss */
  #slideshow {
    width: 41.25em;
    padding-bottom: 1em;
  }
  /* line 162, ../../../sass-config/sass/partials/_slideshow.scss */
  #slideshow .left-slideshow-wrapper, #slideshow .right-slideshow-wrapper {
    margin: 0 auto;
    display: block;
    width: 38.85em;
    position: absolute;
  }
  /* line 168, ../../../sass-config/sass/partials/_slideshow.scss */
  #slideshow .left-slideshow, #slideshow .right-slideshow {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 29.41%;
    background-color: #666;
    opacity: .5;
  }
  /* line 177, ../../../sass-config/sass/partials/_slideshow.scss */
  #slideshow .left-slideshow-wrapper {
    left: -39.30863em;
  }
  /* line 180, ../../../sass-config/sass/partials/_slideshow.scss */
  #slideshow .right-slideshow-wrapper {
    right: -39.30863em;
  }

  /* line 184, ../../../sass-config/sass/partials/_slideshow.scss */
  #nav-slideshow {
    padding: 0;
  }
  /* line 186, ../../../sass-config/sass/partials/_slideshow.scss */
  #nav-slideshow ul {
    height: 30px;
  }
  /* line 189, ../../../sass-config/sass/partials/_slideshow.scss */
  #nav-slideshow li {
    height: 30px;
    text-indent: inherit;
  }
  /* line 193, ../../../sass-config/sass/partials/_slideshow.scss */
  #nav-slideshow a {
    padding: 7px 0;
  }
  /* line 196, ../../../sass-config/sass/partials/_slideshow.scss */
  #nav-slideshow .slide-slide a {
    height: 16px;
  }
}
/* 
----------------------------------------------
 L A R G E   S C R E E N S
----------------------------------------------
*/
@media (min-width: 64.375em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 63.125em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 208, ../../../sass-config/sass/partials/_slideshow.scss */
  #slideshow {
    width: 63.75em;
  }
  /* line 211, ../../../sass-config/sass/partials/_slideshow.scss */
  #slideshow .left-slideshow-wrapper, #slideshow .right-slideshow-wrapper {
    width: 60em;
  }
  /* line 214, ../../../sass-config/sass/partials/_slideshow.scss */
  #slideshow .left-slideshow-wrapper {
    left: -60.75em;
  }
  /* line 217, ../../../sass-config/sass/partials/_slideshow.scss */
  #slideshow .right-slideshow-wrapper {
    right: -60.75em;
  }

  /* line 222, ../../../sass-config/sass/partials/_slideshow.scss */
  #nav-slideshow .count-1 .slide-slide a {
    width: 63.75em;
  }
  /* line 223, ../../../sass-config/sass/partials/_slideshow.scss */
  #nav-slideshow .count-2 .slide-slide a {
    width: 31.875em;
  }
  /* line 224, ../../../sass-config/sass/partials/_slideshow.scss */
  #nav-slideshow .count-3 .slide-slide a {
    width: 21.25em;
  }
  /* line 225, ../../../sass-config/sass/partials/_slideshow.scss */
  #nav-slideshow .count-4 .slide-slide a {
    width: 15.9375em;
  }
  /* line 226, ../../../sass-config/sass/partials/_slideshow.scss */
  #nav-slideshow .count-5 .slide-slide a {
    width: 12.75em;
  }
}
/* 
----------------------------------------------
 X - L A R G E   S C R E E N S
----------------------------------------------
*/
@media (min-width: 73.75em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 72.5em;
    margin-left: auto;
    margin-right: auto;
  }
}
/*
 *  T.O.C
 *  ---------------
 *  1. Twitter
 *  2. Index
 *  3. Archives
 *  4. Social Media
 *  5. Images
 *  6. Gallery
 *  7. Code
 *  8. Video & Audio
 *  9. Humble
 * 10. Post Footer
 * 11. Comments
 * 12. Footer
/*

/* 
----------------------------------------------
 T W I T T E R
---------------------------------------------- 
*/
/* All Screens */
/* line 25, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed {
  display: none;
  margin-top: 2em;
  margin-bottom: 7.5em;
}
/* line 29, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed h1 {
  background: url("../img/twitter-bar.png") transparent top center no-repeat;
  height: 50px;
  width: 100%;
  border: none;
  display: block;
}
/* line 35, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed h1 a {
  background: url("../img/twitter-rollover.png") transparent top center no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  text-indent: -9999999px;
}
/* line 44, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed h1 a:hover {
  background-position: bottom center;
}
/* line 47, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed ul {
  list-style-type: none;
}
/* line 50, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed li {
  display: block;
  float: left;
  width: 100%;
  padding: .5em 0 1em 0;
}
/* line 56, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dl {
  padding: 0.75em;
  border-top: 1px solid #ccc;
}
/* line 60, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dt, #twitter-feed dd {
  word-wrap: break-word;
}
/* line 63, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dt, #twitter-feed dd.tweet-time {
  float: left;
  display: block;
  font-size: .8em;
  margin-bottom: .5em;
}
/* line 68, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dt a, #twitter-feed dd.tweet-time a {
  color: #333;
  text-decoration: none;
}
/* line 72, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dt a:hover, #twitter-feed dd.tweet-time a:hover {
  text-decoration: underline;
  color: #ff8b00;
}
/* line 77, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dd.tweet-time {
  float: right;
}
/* line 80, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dd.tweet {
  clear: both;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: .5em;
}
/* line 86, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dd.tweet-link {
  font-size: .8em;
  /* View Tweet */
  /* View Conversation */
  /* View Media */
  /* View Media */
  /* View ______ hover */
}
/* line 88, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dd.tweet-link span {
  background: url("../img/twitter-icons.png") #2a6a99 0 0;
  width: 16px;
  height: 28px;
  margin-top: -8px;
  display: block;
  float: left;
}
/* line 97, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dd.tweet-link .tweet-tweet {
  color: #00736a;
}
/* line 99, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dd.tweet-link .tweet-tweet span {
  background-color: #00736a;
  background-position: 0 0;
}
/* line 105, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dd.tweet-link .tweet-conversation {
  color: #662d91;
}
/* line 107, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dd.tweet-link .tweet-conversation span {
  background-color: #662d91;
  background-position: -200px 0;
}
/* line 113, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dd.tweet-link .tweet-media {
  color: #b23939;
}
/* line 115, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dd.tweet-link .tweet-media span {
  width: 20px;
  background-color: #b23939;
  background-position: -60px 0;
}
/* line 122, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dd.tweet-link .tweet-retweet {
  color: #1379c4;
}
/* line 124, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dd.tweet-link .tweet-retweet span {
  width: 20px;
  background-color: #1379c4;
  background-position: -20px 0;
}
/* line 131, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dd.tweet-link a:hover {
  color: #ff8b00;
}
/* line 133, ../../../sass-config/sass/partials/_content.scss */
#twitter-feed dd.tweet-link a:hover span {
  background-color: #ff8b00;
}

/* Medium Screens */
@media (min-width: 41.875em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 40.625em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 143, ../../../sass-config/sass/partials/_content.scss */
  #twitter-feed {
    display: block;
  }
  /* line 145, ../../../sass-config/sass/partials/_content.scss */
  #twitter-feed li {
    width: 25%;
  }
  /* line 149, ../../../sass-config/sass/partials/_content.scss */
  #twitter-feed li#twitter-post-5,
  #twitter-feed li#twitter-post-6 {
    display: none;
  }
  /* line 152, ../../../sass-config/sass/partials/_content.scss */
  #twitter-feed dl {
    padding: 0 0.75em;
    border-top: none;
    border-left: 1px solid #ccc;
  }
}
/* Large Screens */
@media (min-width: 64.375em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 63.125em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 165, ../../../sass-config/sass/partials/_content.scss */
  #twitter-feed li {
    width: 16.66667%;
  }
  /* line 169, ../../../sass-config/sass/partials/_content.scss */
  #twitter-feed li#twitter-post-5,
  #twitter-feed li#twitter-post-6 {
    display: block;
  }
}
/* 
----------------------------------------------
 I N D E X
----------------------------------------------
*/
/* line 185, ../../../sass-config/sass/partials/_content.scss */
.blog article, .archive article, .author article, .category article {
  margin-bottom: 1.875em;
}
/* line 188, ../../../sass-config/sass/partials/_content.scss */
.blog .index-post-slideshow, .archive .index-post-slideshow, .author .index-post-slideshow, .category .index-post-slideshow {
  width: 100%;
  margin-bottom: 0.9375em;
}

/* Read more */
/* line 194, ../../../sass-config/sass/partials/_content.scss */
.read {
  padding: 0 0 0 4px;
  margin-top: 30px;
}
/* line 197, ../../../sass-config/sass/partials/_content.scss */
.read .read-shadow, .read .read-bar {
  display: block;
  width: 100%;
  min-height: 70px;
  background: url("../img/read.png") bottom right #959595;
}
/* line 203, ../../../sass-config/sass/partials/_content.scss */
.read .read-shadow {
  position: relative;
  height: 100%;
  padding-bottom: 4px;
}
/* line 208, ../../../sass-config/sass/partials/_content.scss */
.read .read-bar {
  background-color: #662d91;
  margin-left: -4px;
  margin-bottom: 1px;
}
/* line 212, ../../../sass-config/sass/partials/_content.scss */
.read .read-bar a.read-more {
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-indent: -99999px;
}
/* line 221, ../../../sass-config/sass/partials/_content.scss */
.read p.by-line {
  text-align: left;
  clear: left;
  padding-right: 75px;
  padding-top: 5px;
  padding-bottom: 1em;
  margin-bottom: 0;
}

/* Post navigation arrows */
/* line 233, ../../../sass-config/sass/partials/_content.scss */
nav#nav-post {
  margin: 18px 0;
  padding: 0 9px;
}

/* line 237, ../../../sass-config/sass/partials/_content.scss */
.nav-previous {
  float: left;
  display: block;
  height: 50px;
}

/* line 242, ../../../sass-config/sass/partials/_content.scss */
.nav-next {
  float: right;
  display: block;
}

/* line 246, ../../../sass-config/sass/partials/_content.scss */
nav#nav-post a {
  text-transform: uppercase;
  padding-bottom: 30px;
  visibility: hidden;
}

/* line 251, ../../../sass-config/sass/partials/_content.scss */
nav#nav-post a:hover {
  visibility: visible;
  text-decoration: none;
}

/* line 255, ../../../sass-config/sass/partials/_content.scss */
.nav-previous a:hover {
  color: #00736a;
}

/* line 258, ../../../sass-config/sass/partials/_content.scss */
.nav-next a:hover {
  color: #2a6a99;
}

/* line 262, ../../../sass-config/sass/partials/_content.scss */
.nav-next span,
.nav-previous span {
  visibility: visible;
  margin: -18px 15px 0 0;
  height: 50px;
  width: 50px;
  display: block;
  float: left;
  text-indent: -999999px;
  background: url("../img/icons.png") #999999 top left no-repeat;
}

/* line 272, ../../../sass-config/sass/partials/_content.scss */
.nav-next span {
  margin: -18px 0 0 15px;
  float: right;
  background-position: -50px 0;
}

/* line 277, ../../../sass-config/sass/partials/_content.scss */
.nav-next a:hover span {
  background-color: #2a6a99;
}

/* line 280, ../../../sass-config/sass/partials/_content.scss */
.nav-previous a:hover span {
  background-color: #00736a;
}

/* Large Screens */
@media (min-width: 64.375em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 63.125em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 286, ../../../sass-config/sass/partials/_content.scss */
  .nav-post.wrapper {
    margin: -88px 0 0 0;
    width: 100%;
  }

  /* line 291, ../../../sass-config/sass/partials/_content.scss */
  nav#nav-post {
    margin: 18px 0 35px;
    padding: 0 36px;
  }
}
/* 
----------------------------------------------
 A R C H I V E S
----------------------------------------------
*/
/* line 302, ../../../sass-config/sass/partials/_content.scss */
.archive-header-container {
  background-color: #ffffff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(22%, #efefef), color-stop(55%, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #efefef 22%, #ffffff 55%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #efefef 22%, #ffffff 55%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #efefef 22%, #ffffff 55%, #ffffff 100%);
  background-image: linear-gradient(top, #eeeeee 0%, #efefef 22%, #ffffff 55%, #ffffff 100%);
}

/* line 307, ../../../sass-config/sass/partials/_content.scss */
.archive-header.wrapper {
  background-color: #00736a;
}

/* line 310, ../../../sass-config/sass/partials/_content.scss */
.archive .archive-header-container + .main-container {
  background-color: white;
  background-image: none;
}

/* Medium Screens */
@media (min-width: 41.875em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 40.625em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 316, ../../../sass-config/sass/partials/_content.scss */
  .archive-header {
    min-height: 144px;
    margin-bottom: 1em;
  }
}
/* 
----------------------------------------------
 S O C I A L  M E D I A
----------------------------------------------
*/
/* line 329, ../../../sass-config/sass/partials/_content.scss */
.social-media .twitter, .social-media .facebook {
  float: left;
}

/* 
----------------------------------------------
 I M A G E S
----------------------------------------------
*/
/* All Screens */
/* line 345, ../../../sass-config/sass/partials/_content.scss */
.post-content .image.left.small,
.post-content .image.left.medium {
  float: left;
}
/* line 349, ../../../sass-config/sass/partials/_content.scss */
.post-content .image.right.small,
.post-content .image.right.medium {
  float: right;
  background-color: white;
}
/* line 354, ../../../sass-config/sass/partials/_content.scss */
.post-content .image.small.left {
  padding-right: .9em;
}
/* line 355, ../../../sass-config/sass/partials/_content.scss */
.post-content .image.small.right {
  padding-left: .9em;
}
/* line 356, ../../../sass-config/sass/partials/_content.scss */
.post-content .image.medium.left {
  padding-right: 1.5em;
}
/* line 357, ../../../sass-config/sass/partials/_content.scss */
.post-content .image.medium.right {
  padding-left: 1.5em;
}

.page-id-8712 .post-content .image.medium.right {
  background-color:  black;
}

.page-id-8712 .post-content .image.medium.left {
  background-color:  black;
}

/*.image right medium
.page-id-8712 .header-cta::after {
   background-color:  black;
}*/

/* line 359, ../../../sass-config/sass/partials/_content.scss */
.post-content .image.small {
  width: 11.25em;
}
/* line 361, ../../../sass-config/sass/partials/_content.scss */
.post-content .image.medium,
.post-content img.medium {
  width: 18.75em;
}
/* line 362, ../../../sass-config/sass/partials/_content.scss */
.post-content .image.large {
  width: 100%;
  margin-bottom: 1em;
}
/* line 363, ../../../sass-config/sass/partials/_content.scss */
.post-content .image.x-large {
  width: 100%;
  margin-bottom: 1em;
}
/* line 365, ../../../sass-config/sass/partials/_content.scss */
.post-content img.large {
  width: 100%;
}
/* line 366, ../../../sass-config/sass/partials/_content.scss */
.post-content img.x-large {
  width: 100%;
}
/* line 367, ../../../sass-config/sass/partials/_content.scss */
.post-content img {
  margin: .4em 0;
}

/* Large Screens */
@media (min-width: 64.375em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 63.125em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 377, ../../../sass-config/sass/partials/_content.scss */
  .post-content img.medium,
  .post-content .image.medium {
    width: 22.5em;
  }
  /* line 381, ../../../sass-config/sass/partials/_content.scss */
  .post-content .image.large {
    width: 39.375em;
    margin-left: auto;
    margin-right: auto;
  }
}
/* 
----------------------------------------------
 G A L L E R Y
----------------------------------------------
*/
/* line 396, ../../../sass-config/sass/partials/_content.scss */
.post-content .gallery {
  margin-bottom: 1em;
}
/* line 398, ../../../sass-config/sass/partials/_content.scss */
.post-content .gallery img {
  width: 100%;
  margin: 0;
}
/* line 402, ../../../sass-config/sass/partials/_content.scss */
.post-content .gallery li {
  float: left;
  display: block;
  margin-left: 0;
  list-style-type: none;
}
/* line 409, ../../../sass-config/sass/partials/_content.scss */
.post-content .gallery .gallery-row-1 li {
  width: 100%;
}
/* line 410, ../../../sass-config/sass/partials/_content.scss */
.post-content .gallery .gallery-row-2 li {
  width: 48%;
  padding-left: 2%;
}
/* line 411, ../../../sass-config/sass/partials/_content.scss */
.post-content .gallery .gallery-row-3 li {
  width: 32.33333%;
  padding-left: 1.5%;
}
/* line 412, ../../../sass-config/sass/partials/_content.scss */
.post-content .gallery .gallery-row-4 li {
  width: 24%;
  padding-left: 1.33333%;
}
/* line 413, ../../../sass-config/sass/partials/_content.scss */
.post-content .gallery .gallery-row-5 li {
  width: 19%;
  padding-left: 1.25%;
}
/* line 414, ../../../sass-config/sass/partials/_content.scss */
.post-content .gallery ul li.gallery-image-1 {
  padding-left: 0;
}
/* line 419, ../../../sass-config/sass/partials/_content.scss */
.post-content .gallery .gallery-row-5 + .gallery-row-1 li,
.post-content .gallery .gallery-row-5 + .gallery-row-2 li,
.post-content .gallery .gallery-row-5 + .gallery-row-3 li,
.post-content .gallery .gallery-row-5 + .gallery-row-4 li {
  width: 19%;
  padding-left: 1.25%;
}
/* line 422, ../../../sass-config/sass/partials/_content.scss */
.post-content .gallery .gallery-row-5 + .gallery-row-1 .gallery-image-1 {
  margin-left: 39.25%;
}
/* line 423, ../../../sass-config/sass/partials/_content.scss */
.post-content .gallery .gallery-row-5 + .gallery-row-2 .gallery-image-1 {
  margin-left: 29.125%;
}
/* line 424, ../../../sass-config/sass/partials/_content.scss */
.post-content .gallery .gallery-row-5 + .gallery-row-3 .gallery-image-1 {
  margin-left: 19%;
}
/* line 425, ../../../sass-config/sass/partials/_content.scss */
.post-content .gallery .gallery-row-5 + .gallery-row-4 .gallery-image-1 {
  margin-left: 8.875%;
}

/* Large Screens */
@media (min-width: 64.375em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 63.125em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 433, ../../../sass-config/sass/partials/_content.scss */
  .post-content .gallery ul {
    margin-left: 0;
    margin-right: 0;
  }
}
/* 
----------------------------------------------
 C O D E
----------------------------------------------
*/
/* line 450, ../../../sass-config/sass/partials/_content.scss */
.post-content pre.prettyprint ol {
  border: 1px solid #eee;
  overflow-x: scroll;
  background: #eee;
  margin: 0 0 1em 0;
  padding-top: 7px;
}
/* line 457, ../../../sass-config/sass/partials/_content.scss */
.post-content pre.prettyprint li {
  margin-left: 46px;
  margin-bottom: 0;
  padding-bottom: .5em;
  background-color: #fafafa;
  -moz-tab-size: 2;
  tab-size: 2;
}
/* line 465, ../../../sass-config/sass/partials/_content.scss */
.post-content pre.prettyprint li:hover {
  background-color: #f9ffd2;
}
/* line 469, ../../../sass-config/sass/partials/_content.scss */
.post-content pre.nolinenums.prettyprint li {
  list-style-type: none;
  margin-left: 0;
}

/* 
----------------------------------------------
 V I D E O  &  A U D I O
----------------------------------------------
*/
/* line 482, ../../../sass-config/sass/partials/_content.scss */
.post-content .video-wrapper {
  margin-bottom: 2em;
}
/* line 484, ../../../sass-config/sass/partials/_content.scss */
.post-content .video-wrapper div {
  height: 0;
  position: relative;
}
/* line 488, ../../../sass-config/sass/partials/_content.scss */
.post-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
/* line 497, ../../../sass-config/sass/partials/_content.scss */
.post-content .audio {
  margin-bottom: 1em;
}

/* 
----------------------------------------------
 H U M B L E   W I D G E T
----------------------------------------------
*/
/* line 509, ../../../sass-config/sass/partials/_content.scss */
.post-content .humble-widget {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}

/* Medium Screens */
@media (min-width: 41.875em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 40.625em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 517, ../../../sass-config/sass/partials/_content.scss */
  .post-content .humble-widget {
    overflow-x: inherit;
  }
}
/* 
----------------------------------------------
 P O S T   F O O T E R
---------------------------------------------- 
*/
/* line 529, ../../../sass-config/sass/partials/_content.scss */
.author-meta {
  clear: both;
  margin: 20px 0;
  padding: 20px 0 0 0;
  min-height: 133px;
  border-top: 1px dashed #B1BEC9;
  border-bottom: 1px dashed #B1BEC9;
  /* Portholes */
}
/* line 537, ../../../sass-config/sass/partials/_content.scss */
.author-meta .author-img a {
  height: 114px;
  width: 114px;
  margin: 0 15px 15px 0;
  position: relative;
  float: left;
}
/* line 543, ../../../sass-config/sass/partials/_content.scss */
.author-meta .author-img a img {
  margin: 15px;
  height: 84px;
  width: 84px;
  border-radius: 50%;
}
/* line 549, ../../../sass-config/sass/partials/_content.scss */
.author-meta .author-img a .porthole {
  height: 106px;
  width: 106px;
  border-radius: 50%;
  position: absolute;
  border: 4px solid #ff8b00;
  top: 0;
  left: 0;
  background: url("../img/porthole.png") transparent -2px -2px no-repeat;
  -moz-box-shadow: 0 0 1px 0px #888;
  -webkit-box-shadow: 0 0 1px 0px #888;
  box-shadow: 0 0 1px 0px #888;
}
/* line 563, ../../../sass-config/sass/partials/_content.scss */
.author-meta h3 {
  padding-top: 0;
}
/* line 566, ../../../sass-config/sass/partials/_content.scss */
.author-meta p, .author-meta h3 {
  margin-left: 0;
  margin-right: 0;
}

/* 
----------------------------------------------
 C O M M E N T S
----------------------------------------------
*/
/* line 580, ../../../sass-config/sass/partials/_content.scss */
.comment-container {
  background-color: #f5f5f5;
  padding: 1.875em 0;
  border-top: 10px solid #b1bec9;
}

/* line 588, ../../../sass-config/sass/partials/_content.scss */
#disqus_thread iframe #footer .logo, #disqus_thread iframe #footer .install {
  display: none !important;
}

/* 
----------------------------------------------
 F O O T E R
----------------------------------------------
*/
/* line 599, ../../../sass-config/sass/partials/_content.scss */
.footer-container {
  background-color: white;
  clear: both;
  border-top: 10px solid #b1bec9;
  border-bottom: 2px solid #ff8b00;
}
/* line 607, ../../../sass-config/sass/partials/_content.scss */
.footer-container #social-footer {
  width: 250px;
  margin: 0 auto;
  padding: 30px 0;
  clear: both;
}
/* line 612, ../../../sass-config/sass/partials/_content.scss */
.footer-container #social-footer .footer-facebook {
  float: right;
}
.footer-container #social-footer .footer-twitter-jp {
  position: relative;
  width: 100%;
}

/* line 616, ../../../sass-config/sass/partials/_content.scss */
.footer-container #nav-footer {
  padding: 0 20px;
}
/* line 618, ../../../sass-config/sass/partials/_content.scss */
.footer-container #nav-footer ul {
  margin-top: 20px;
  float: left;
  width: 50%;
}
/* line 624, ../../../sass-config/sass/partials/_content.scss */
.footer-container .copyright {
  clear: both;
  padding: 10px 0;
  margin-bottom: 20px;
}
/* line 628, ../../../sass-config/sass/partials/_content.scss */
.footer-container .copyright p {
  text-align: center;
  color: #B1BEC9;
}
/* line 632, ../../../sass-config/sass/partials/_content.scss */
.footer-container .copyright img {
  display: block;
  margin: 0 auto;
  width: 120px;
}

/* Medium Screens */
@media (min-width: 41.875em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 40.625em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 642, ../../../sass-config/sass/partials/_content.scss */
  .footer-container #nav-footer ul {
    width: 25%;
  }
}
/*
 *  T.O.C
 *  ---------------
 *  1. Background Images
/*

/* 
----------------------------------------------
 B A C K G R O U N D S
---------------------------------------------- 
*/
/* All Screens */
/* line 15, ../../../sass-config/sass/partials/_takeover.scss */
#takeover .takeover-left, #takeover .takeover-right {
  display: none;
}
/* line 18, ../../../sass-config/sass/partials/_takeover.scss */
#takeover article {
  position: relative;
  z-index: 1;
}

/* Medium Screens */
@media (min-width: 41.875em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 40.625em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 27, ../../../sass-config/sass/partials/_takeover.scss */
  #takeover {
    overflow: hidden;
  }
  /* line 29, ../../../sass-config/sass/partials/_takeover.scss */
  #takeover .main {
    position: relative;
  }
  /* line 32, ../../../sass-config/sass/partials/_takeover.scss */
  #takeover .takeover-left, #takeover .takeover-right {
    margin: 0 auto;
    display: block;
    width: 38.85em;
    position: absolute;
    z-index: 0;
  }
  /* line 39, ../../../sass-config/sass/partials/_takeover.scss */
  #takeover .takeover-left {
    left: -41.25em;
  }
  /* line 41, ../../../sass-config/sass/partials/_takeover.scss */
  #takeover .takeover-left img {
    float: right;
  }
  /* line 45, ../../../sass-config/sass/partials/_takeover.scss */
  #takeover .takeover-right {
    right: -41.25em;
  }
  /* line 47, ../../../sass-config/sass/partials/_takeover.scss */
  #takeover .takeover-right img {
    float: left;
  }
}
/* Large Screens */
@media (min-width: 64.375em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 63.125em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 60, ../../../sass-config/sass/partials/_takeover.scss */
  #takeover .takeover-left, #takeover .takeover-right {
    width: 60em;
  }
  /* line 63, ../../../sass-config/sass/partials/_takeover.scss */
  #takeover .takeover-left {
    left: -50.625em;
  }
  /* line 66, ../../../sass-config/sass/partials/_takeover.scss */
  #takeover .takeover-right {
    right: -50.625em;
  }
  /* line 69, ../../../sass-config/sass/partials/_takeover.scss */
  #takeover header {
    margin-bottom: 4em;
  }
}

/* 
----------------------------------------------
 H E A D E R
---------------------------------------------- 
*/
/* line 84, ../../../sass-config/sass/partials/_takeover.scss */
#takeover header h1 {
  text-align: center;
  margin-bottom: 1em;
}
/* line 87, ../../../sass-config/sass/partials/_takeover.scss */
#takeover header h1 img {
  width: 100%;
}

/* Medium Screens */
@media (min-width: 41.875em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 40.625em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 99, ../../../sass-config/sass/partials/_takeover.scss */
  #takeover header {
    width: 22.5em;
    margin: 0 auto;
  }
  /* line 102, ../../../sass-config/sass/partials/_takeover.scss */
  #takeover header h1 {
    min-height: 2em;
    margin-bottom: 0;
  }
  /* line 107, ../../../sass-config/sass/partials/_takeover.scss */
  #takeover header.takeover-header-large {
    width: 32.5em;
  }
}
/* Large Screens */
@media (min-width: 64.375em) {
  /* line 29, ../../../sass-config/sass/partials/_grid.scss */
  .wrapper {
    width: 63.125em;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 115, ../../../sass-config/sass/partials/_takeover.scss */
  #takeover header {
    width: 26.25em;
    z-index: 1;
    position: relative;
  }
  /* line 119, ../../../sass-config/sass/partials/_takeover.scss */
  #takeover header h1 {
    min-height: 2.5em;
  }
  /* line 123, ../../../sass-config/sass/partials/_takeover.scss */
  #takeover header.takeover-header-large {
    width: 52.25em;
  }
}

#footer_language_list{
  clear: both;
  margin-bottom: 10px;
  text-align: center;
}

#footer_language_list ul{
  list-style: none;
  margin:0;
  margin-top: 10px;
  padding:0;
  display:inline-block;
}

#footer_language_list ul li img{
  margin-right:5px;
}

#footer_language_list ul li{
  display:inline;
  margin:0 5px 0 5px;
  padding:0;
}

/* 
----------------------------------------------
 F I X E S
---------------------------------------------- 
*/
/* line 8, ../../../sass-config/sass/partials/_fixes.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 13, ../../../sass-config/sass/partials/_fixes.scss */
.clearfix:after {
  clear: both;
}

/* line 17, ../../../sass-config/sass/partials/_fixes.scss */
.clearfix {
  *zoom: 1;
  clear: both;
}

/* Vendors */
/* .. */
