/*!
Theme Name: Borderlands
Theme URI: https://spliced.co/
Author: Spliced Digital
Author URI: http://spliced.co
Description: Custom theme. Based on borderlands theme.
Version: 1.0

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/**
 * Site-wide variables
 */
/**
 * Colours
 *
 * Use American spelling for consistancy with CSS attributes
 */
/**
 * Alignment
 */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  clear: none;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  clear: none;
  right: 0;
  left: auto;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.position-head {
  position: absolute;
  top: 0;
  bottom: auto;
}
.naked {
  margin: 0;
  padding: 0;
}
/**
 * Box
 *
 * Boxes are isolated blocks with optional styling
 */
.box {
  clear: both;
  width: auto;
  padding-right: 0;
}
.box .inner {
  padding: 0 1em 1em;
}
.box-flesh {
  padding-right: 1em;
}
.box-flesh .inner {
  padding: 1em;
}
.wrapper-box-flesh {
  margin-right: -1em;
}
.block {
  display: block;
  width: 100%;
}
/**
 * Stream
 *
 * A stream is a vertical list of items - something like a newsfeed
 */
.stream > * {
  clear: both;
  display: block;
}
.stream-naked > * {
  margin-bottom: 0;
  clear: both;
  display: block;
}
/**
 * String
 *
 * A string is a horizontal list of items - something like beads on a string
 * Some stuff from YUI grids included to avoid spaces between inline blocks.
 */
.string {
  letter-spacing: -0.31em;
  /* webkit */

  *letter-spacing: normal;
  /* reset IE < 8 */

}
.string > * {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}
.ie7 .string > * {
  display: inline;
  zoom: 1;
}
.string .string {
  letter-spacing: -0.31em;
  /* webkit */

  *letter-spacing: normal;
  /* IE6/7 reset */

}
.string .string .opera-only :-o-prefocus,
.string .string .string {
  word-spacing: -0.43em;
}
.string .opera-only :-o-prefocus,
.string .string {
  word-spacing: -0.43em;
}
.blocks > * {
  float: left;
  clear: none;
}
.blocks > * > * {
  line-height: 0;
}
.blocks > * > * > * {
  line-height: 22px;
}
/**
 * Stack
 *
 * A stack is a series of element stacked on top of each other in the z plane
 * - something like a stack of acetate viewed from above. The child elements are
 * positioned absolutely to the parent.
 *
 * A non-classed element acts as the background layer (e.g. an image). Other
 * elements overlay this background.
 */
.stack {
  position: relative;
  display: block;
}
.stack > * {
  z-index: 0;
}
.stack-foreground {
  position: absolute;
  z-index: 2;
}
.stack-midground {
  position: absolute;
  z-index: 1;
}
.stack-top,
.stack-middle,
.stack-bottom {
  left: 0;
  right: 0;
}
.stack-top {
  top: 0;
}
.stack-middle {
  top: 45%;
}
.stack-bottom {
  bottom: 0;
}
.stack-left {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 25%;
}
.stack-right {
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 25%;
}
/**
 * Ears
 *
 * An ear stick out to the side.
 */
.ear-left {
  margin-left: -42px;
  margin-left: -3rem;
}
.beta .ear-left {
  margin-left: -31.5px;
  margin-left: -2.25rem;
}
.gamma .ear-left {
  margin-left: -42px;
  margin-left: -3rem;
}
.ear-left-small {
  margin-left: -1.5rem;
}
/**
 * Misc helpers
 */
/**
 * Be Responsive
 *
 * These mixins can be called in media queries to generate
 * breakpoint-specific versions of various classes
 */
.assistive-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.assistive-text.focusable:active,
.assistive-text.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.clear-fix:before,
.clear-fix:after {
  content: "";
  display: table;
}
.clear-fix:after {
  clear: both;
}
.ie6 .clear-fix,
.ie7 .clear-fix {
  zoom: 1;
}
@-o-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.be-full-bp0 {
  width: 100%;
  *min-width: 100%;
}
.be-one-half-bp0 {
  width: 50%;
  *min-width: 50%;
}
.be-one-fifth-bp0 {
  width: 20%;
  *min-width: 20%;
}
.be-two-fifths-bp0 {
  width: 40%;
  *min-width: 40%;
}
.be-three-fifths-bp0 {
  width: 60%;
  *min-width: 60%;
}
.be-four-fifths-bp0 {
  width: 80%;
  *min-width: 80%;
}
.be-one-third-bp0 {
  width: 33.333%;
  *min-width: 33.333%;
}
.be-two-thirds-bp0 {
  width: 66.666%;
  *min-width: 66.666%;
}
.be-one-quarter-bp0 {
  width: 25%;
  *min-width: 25%;
}
.be-three-quarters-bp0 {
  width: 75%;
  *min-width: 75%;
}
.be-auto-bp0 {
  width: auto;
}
.be-string-bp0 {
  letter-spacing: -0.31em;
  /* webkit */

  *letter-spacing: normal;
  /* reset IE < 8 */

}
.be-string-bp0 > * {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}
.ie7 .be-string-bp0 > * {
  display: inline;
  zoom: 1;
}
.be-string-bp0 .string {
  letter-spacing: -0.31em;
  /* webkit */

  *letter-spacing: normal;
  /* IE6/7 reset */

}
.be-string-bp0 .string .opera-only :-o-prefocus,
.be-string-bp0 .string .string {
  word-spacing: -0.43em;
}
.be-string-bp0 .opera-only :-o-prefocus,
.be-string-bp0 .string {
  word-spacing: -0.43em;
}
.be-string-flesh-bp0 {
  letter-spacing: -0.31em;
  /* webkit */

  *letter-spacing: normal;
  /* reset IE < 8 */

}
.be-string-flesh-bp0 > * {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}
.ie7 .be-string-flesh-bp0 > * {
  display: inline;
  zoom: 1;
}
.be-string-flesh-bp0 .string {
  letter-spacing: -0.31em;
  /* webkit */

  *letter-spacing: normal;
  /* IE6/7 reset */

}
.be-string-flesh-bp0 .string .opera-only :-o-prefocus,
.be-string-flesh-bp0 .string .string {
  word-spacing: -0.43em;
}
.be-string-flesh-bp0 .opera-only :-o-prefocus,
.be-string-flesh-bp0 .string {
  word-spacing: -0.43em;
}
.be-stream-bp0 > * {
  clear: both;
  display: block;
}
.be-stack-bp0 {
  position: relative;
  display: block;
}
.be-stack-bp0 > * {
  z-index: 0;
}
.be-box-bp0 {
  clear: both;
  width: auto;
  padding-right: 0;
}
.be-box-bp0 .inner {
  padding: 0 1em 1em;
}
.be-box-flesh-bp0 {
  padding-right: 1em;
}
.be-box-flesh-bp0 .inner {
  padding: 1em;
}
.be-alignleft-bp0 {
  display: inline;
  float: left;
  margin-right: 1.5em;
  clear: none;
}
.be-alignright-bp0 {
  display: inline;
  float: right;
  margin-left: 1.5em;
  clear: none;
  right: 0;
  left: auto;
}
.be-aligncenter-bp0 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.be-alignnone-bp0 {
  float: none;
  clear: none;
  text-align: left;
}
.be-hidden-bp0 {
  display: none;
}
.be-block-bp0 {
  display: block;
}
.be-inline-block-bp0 {
  display: inline-block;
}
.be-visible-bp0 {
  display: block;
  display: initial;
}
.be-ear-left-bp0 {
  margin-left: -42px;
  margin-left: -3rem;
}
.beta .be-ear-left-bp0 {
  margin-left: -31.5px;
  margin-left: -2.25rem;
}
.gamma .be-ear-left-bp0 {
  margin-left: -42px;
  margin-left: -3rem;
}
.pull-icon-left {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before,
[data-icon]:after {
  font-family: 'borderlands_icon_font';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"]:after,
[class*=" icon-"]:after,
.icon:before,
.icon:after {
  font-family: 'borderlands_icon_font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.5em;
}
[class^="icon-rtl"]:after,
[class*=" icon-rtl"]:after {
  margin-left: 0.5em;
}
.icon-blank:before {
  content: " ";
  width: 1em;
  display: inline-block;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  -less-property:  null;
  font-size: 16.8px;
  -less-property:  null;
  font-size: 1.2rem;
}
.copy 'h2, h3, h4, h5, h6' {
  clear: none;
}
.copy 'h1, h2' {
  margin-bottom: 0.5em;
}
.copy 'h3, h4, h5, h6' {
  margin-bottom: 0.25em;
}
.copy 'h5, h6' {
  margin-bottom: 0.125em;
}
.copy h1 {
  font-size: 1.4em;
}
.copy h2 {
  font-size: 1.25em;
}
.copy h3 {
  font-size: 1.1em;
}
.copy h4 {
  font-size: 1.0em;
}
.copy h5 {
  font-size: 0.9em;
}
.copy h6 {
  font-size: 0.8em;
}
.copy p {
  margin-bottom: 1.5em;
}
.copy dt {
  font-weight: bold;
}
.copy dd {
  margin: 0 1.5em 1.5em;
}
.copy b,
.copy strong {
  font-weight: bold;
}
.copy dfn,
.copy em,
.copy i {
  font-style: italic;
}
.copy blockquote {
  margin: 0 1em;
}
.copy address {
  margin: 0 0 1.5em;
}
.copy pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
.copy code,
.copy kbd,
.copy tt,
.copy var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.copy abbr,
.copy acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.copy mark,
.copy ins {
  background: #fff9c0;
  text-decoration: none;
}
.copy sup,
.copy sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.copy sup {
  bottom: 1em;
}
.copy sub {
  top: 0.5em;
}
.copy small {
  font-size: 75%;
}
.copy big {
  font-size: 125%;
}
.copy figure {
  margin: 0;
}
.copy table {
  margin: 1em 0 1.5em;
  width: 100%;
}
.copy td,
.copy th {
  padding: 0.15em 0.15em 0.15em 0;
  vertical-align: middle;
  text-align: left;
}
.copy th {
  font-weight: bold;
}
.copy-naked p,
.copy-entry .copy-naked p {
  margin: 0;
}
.copy-naked h1,
.copy-entry .copy-naked h1,
.copy-naked h2,
.copy-entry .copy-naked h2,
.copy-naked h3,
.copy-entry .copy-naked h3,
.copy-naked h4,
.copy-entry .copy-naked h4,
.copy-naked h5,
.copy-entry .copy-naked h5,
.copy-naked h6,
.copy-entry .copy-naked h6 {
  margin-bottom: 0;
}
.copy-naked ul,
.copy-entry .copy-naked ul,
.copy-naked ol,
.copy-entry .copy-naked ol {
  margin: 0;
  list-style: none;
}
.copy-naked ul ul,
.copy-entry .copy-naked ul ul,
.copy-naked ol ol,
.copy-entry .copy-naked ol ol,
.copy-naked ul ol,
.copy-entry .copy-naked ul ol,
.copy-naked ol ul,
.copy-entry .copy-naked ol ul {
  margin: 0;
}
.copy-naked dt,
.copy-entry .copy-naked dt {
  font-weight: bold;
}
.copy-naked dd,
.copy-entry .copy-naked dd {
  margin: 0;
}
.copy-bigger {
  font-size: 16.8rempx;
  font-size: 1.2remrem;
}
.copy-smaller {
  font-size: 12.6rempx;
  font-size: 0.9remrem;
}
.copy-entry {
  line-height: 1.4;
  font-size: 14px;
  font-size: 1rem;
}
.copy-entry h4 {
  text-decoration: underline;
}
.copy-entry h5 {
  font-size: 0.9em;
}
.copy-entry h6 {
  font-size: 0.9em;
  color: #ffffff;
}
.copy-entry ul,
.copy-entry ol {
  margin: 0 0 1.5em 2em;
}
.copy-entry ul {
  list-style: disc;
}
.copy-entry ol {
  list-style: decimal;
}
.copy-entry ul ul,
.copy-entry ol ol,
.copy-entry ul ol,
.copy-entry ol ul {
  margin-bottom: 0;
  margin-left: 1em;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  margin: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1.5;
}
input[type=text],
textarea {
  max-width: 100%;
}
label {
  line-height: 2;
}
.main-navigation {
  z-index: 2;
}
.main-navigation .menu {
  letter-spacing: -0.31em;
  /* webkit */

  *letter-spacing: normal;
  /* reset IE < 8 */

  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation .menu > * {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}
.ie7 .main-navigation .menu > * {
  display: inline;
  zoom: 1;
}
.main-navigation .menu .string {
  letter-spacing: -0.31em;
  /* webkit */

  *letter-spacing: normal;
  /* IE6/7 reset */

}
.main-navigation .menu .string .opera-only :-o-prefocus,
.main-navigation .menu .string .string {
  word-spacing: -0.43em;
}
.main-navigation .menu .opera-only :-o-prefocus,
.main-navigation .menu .string {
  word-spacing: -0.43em;
}
.main-navigation .menu-item {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation .sub-menu {
  display: none;
  float: left;
  position: absolute;
  left: 0em;
  z-index: 99999;
}
.main-navigation .sub-menu ul {
  left: 100%;
  top: 0;
}
.main-navigation .sub-menu a {
  width: 200px;
}
.main-navigation .menu-item:hover > .sub-menu,
.main-navigation .menu-item.hover > .sub-menu {
  display: block;
}
.main-navigation {
  font-size: 0.9em;
}
.main-navigation a {
  font-weight: 500;
  padding: 1ex;
}
.main-navigation a:first-child {
  padding-left: 0;
}
.main-navigation .menu-item.current-menu-item a,
.main-navigation .menu-item.current_page_ancestor a {
  z-index: 20;
  font-weight: 700;
}
.main-navigation .sub-menu a {
  border-right: 0;
}
@media only screen and (min-width: 50em) {
  .main-navigation .menu ul > * {
    clear: both;
    display: block;
  }
  .main-navigation .menu .menu-item {
    float: right;
    clear: right;
  }
  .main-navigation .menu .menu-item a {
    padding: .5em 0;
  }
}
/* Small menu */
h1.menu-toggle {
  cursor: pointer;
  text-align: left;
  vertical-align: middle;
}
.main-small-navigation {
  position: absolute;
  top: 0;
  right: 0;
}
.main-small-navigation .menu {
  display: none;
}
.main-small-navigation {
  z-index: 10;
}
.main-small-navigation .menu-item {
  list-style: none;
}
.main-small-navigation a {
  padding: 0.2em;
  text-decoration: none;
}
.main-small-navigation a:hover,
.main-small-navigation a.hover {
  background: #f5f5f5;
}
.main-small-navigation .menu {
  margin: 0;
  padding: 0;
}
.image-navigation {
  letter-spacing: -0.31em;
  /* webkit */

  *letter-spacing: normal;
  /* reset IE < 8 */

  text-align: justify;
}
.image-navigation > * {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}
.ie7 .image-navigation > * {
  display: inline;
  zoom: 1;
}
.image-navigation .string {
  letter-spacing: -0.31em;
  /* webkit */

  *letter-spacing: normal;
  /* IE6/7 reset */

}
.image-navigation .string .opera-only :-o-prefocus,
.image-navigation .string .string {
  word-spacing: -0.43em;
}
.image-navigation .opera-only :-o-prefocus,
.image-navigation .string {
  word-spacing: -0.43em;
}
.image-navigation:after {
  content: '';
  display: inline-block;
  width: 100%;
}
#content .site-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
#content .nav-previous {
  float: left;
  width: 50%;
}
#content .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */

}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}
.site-header img,
.entry-content img,
img.size-full {
  max-width: 100%;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption {
  border: 1px solid #ccc;
  max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
  margin-bottom: 1.5em;
}
.wp-caption img {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
#contant .gallery {
  margin-bottom: 1.5em;
}
#contant .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
#contant .gallery dd {
  margin: 0;
}
.gallery-item {
  line-height: 0;
}
.gallery-icon a {
  display: inline-block;
  line-height: 0;
}
.ie7 .gallery-icon a {
  display: inline;
  zoom: 1;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
.wp-post-image {
  height: auto;
  max-width: 100%;
}
.pinkynail {
  min-width: 50px;
  width: 50px;
  height: 50px;
}
.pinkynail.alignleft {
  margin-right: 0.5em;
}
.widget .inner {
  padding: 1em;
}
.widget .inner > .widget-title {
  background-color: inherit;
  margin-bottom: 0;
}
/* Search widget */
.sidebar input[type='text'] {
  width: 100%;
}
#searchsubmit {
  display: none;
}
.breadcrumbs {
  opacity: 0.5;
}
.breadcrumbs:hover {
  opacity: 1;
}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.flexslider .slides li {
  -webkit-backface-visibility: visible;
}
.flexslider .slides li img {
  margin: 0;
  height: auto;
}
.csstransforms .flexslider--slide img,
.csstransforms .flex-control-thumbs li img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ie8 .flexslider--slide img {
  height: 100%;
}
.overlay--content,
.flexslider,
.flex-viewport,
.slides,
.flexslider--slide {
  height: 100%;
}
.flex-prev,
.flex-next {
  display: table;
  height: 100%;
  position: absolute;
  top: 0;
}
.flex-prev:before,
.flex-next:before {
  vertical-align: middle;
  display: none;
}
.flex-prev:hover:before,
.flex-next:hover:before {
  display: block;
  position: absolute;
  right: inherit;
  top: 50%;
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
  -o-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}
.flex-direction-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
.touch .flex-direction-nav {
  display: none;
}
.overlay--close,
.flex-next,
.flex-prev {
  text-decoration: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.overlay--close:before,
.flex-next:before,
.flex-prev:before {
  font-size: 2rem;
  text-shadow: 0 0 1px white;
  color: #000000;
}
.flex-next {
  right: 0;
  padding-left: 5rem;
}
.flex-next:before {
  text-align: right;
  content: ">\A";
  white-space: pre;
}
.flex-prev {
  padding-right: 5rem;
}
.flex-prev:before {
  content: "<\A";
}
@media only screen and (min-width: 50em) {
  .flex-prev {
    padding-right: 20%;
    padding-left: 10%;
  }
  .flex-next {
    padding-right: 10%;
    padding-left: 20%;
  }
  .flex-next:hover:before {
    right: auto;
  }
}
.overlay--close:before {
  display: block;
  font-size: 1rem;
  content: "\e605";
  white-space: pre;
}
p .touch .overlay--close:before {
  font-size: 2rem;
}
.flex-control-nav-wrapper {
  overflow: hidden;
}
.flex-control-nav {
  position: relative;
  bottom: 0px;
  text-align: center;
  width: 100%;
  z-index: 20;
  white-space: nowrap;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
}
.flex-control-nav li {
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: white;
  margin: 2px;
  vertical-align: middle;
}
.ie7 .flex-control-nav li {
  display: inline;
  zoom: 1;
}
.flex-control-nav img {
  vertical-align: middle;
  display: inline-block;
  line-height: 50px;
  max-width: 50px;
  cursor: pointer;
  opacity: .6;
}
.flex-control-nav img:hover,
.flex-control-nav img:focus,
.flex-control-nav img.flex-active {
  opacity: 1;
}
.flexslider .flex-control-nav-wrapper,
.flexslider .attachments--list {
  margin-bottom: 20px;
  max-width: 640px;
}
.flexslider .attachments--list--item {
  text-align: center;
}
.flexslider .attachments--list--item img {
  max-width: 100%;
  height: auto;
}
.wpcf7-display-none {
  display: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  text-decoration: none;
}
#social {
  background: transparent;
}
#social #reply-title {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
#social #reply-title span {
  background: transparent;
  padding: 0;
  margin: 0;
}
/*
Post Styles
*/
.archive-title,
.page-title,
.single .entry-title {
  font-size: 1.4rem;
  margin-bottom: 1ex;
  line-height: 1.5;
}
.entry-meta {
  font-size: 80%;
  margin: 1ex 0;
}
.entry-title {
  margin-bottom: 1ex;
}
.entry-content p:first-child,
.entry-content blockquote:first-child,
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  line-height: 4ex;
}
.entry-content p {
  margin-bottom: 2ex;
}
.entry-content h2 {
  font-weight: 400;
}
.blog .post {
  margin-bottom: 10ex;
}
.comments-area {
  font-family: Baskerville;
  line-height: 1.4;
  font-size: 90%;
  margin-top: 3ex;
}
.comment-meta {
  text-align: right;
}
.comment-author {
  display: inline;
}
.comment .avatar {
  float: left;
  margin-right: 0.5em;
}
.comment .reply {
  text-align: right;
}
.comment-content {
  font-style: italic;
}
.attachment-1200x1200 {
  max-height: 500px;
  max-width: auto;
  width: auto;
  height: auto;
}
/**
 * Site skin classes
 */
.flesh\:none {
  padding: 0;
}
.flesh {
  padding: 1em;
}
.flesh-above {
  padding-top: 1em;
}
.flesh-below {
  padding-bottom: 1em;
}
.flesh-left {
  padding-left: 1em;
}
.flesh-right {
  padding-right: 1em;
}
.gutter {
  margin: 1em;
}
.gutter-above {
  margin-top: 1em;
}
.gutter-below {
  margin-bottom: 1em;
}
.gutter-left {
  margin-left: 1em;
}
.gutter-right {
  margin-right: 1em;
}
.flesh\:thin {
  padding: 0.5em;
}
.flesh-above\:thin {
  padding-top: 0.5em;
}
.flesh-below\:thin {
  padding-bottom: 0.5em;
}
.flesh-left\:thin {
  padding-left: 0.5em;
}
.flesh-right\:thin {
  padding-right: 0.5em;
}
.gutter\:thin {
  margin: 0.5em;
}
.gutter-above\:thin {
  margin-top: 0.5em;
}
.gutter-below\:thin {
  margin-bottom: 0.5em;
}
.gutter-left\:thin {
  margin-left: 0.5em;
}
.gutter-right\:thin {
  margin-right: 0.5em;
}
.flesh\:wide {
  padding: 2em;
}
.flesh-above\:wide {
  padding-top: 2em;
}
.flesh-below\:wide {
  padding-bottom: 2em;
}
.flesh-left\:wide {
  padding-left: 2em;
}
.flesh-right\:wide {
  padding-right: 2em;
}
.gutter\:wide {
  margin: 2em;
}
.gutter-above\:wide {
  margin-top: 2em;
}
.gutter-below\:wide {
  margin-bottom: 2em;
}
.gutter-left\:wide {
  margin-left: 2em;
}
.gutter-right\:wide {
  margin-right: 2em;
}
.flesh\:none {
  padding: 0;
}
.gutter\:none {
  margin: 0;
}
/**
 * Base Stylesheet
 *
 * This is served to all agents regardless of abilities.
 * Subsequent breakpoints cascade over these defaults.
 */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
script {
  display: none !important;
}
html {
  font-size: 100%;
  overflow-y: scroll;
}
body {
  font-family: Helvetica, Arial, sans-serif;
}
a {
  color: #006666;
}
a:hover,
a:focus {
  color: #00b3b3;
}
.no-js .no-js-hide {
  display: none;
}
.assistive-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.assistive-text.focusable:active,
.assistive-text.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
body.home {
  background-image: url('images/europe-with-borders.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10em center;
  background-attachment: fixed;
  height: 82%;
}
body.home:after {
  display: none;
}
body:after {
  content: "";
  position: fixed;
  z-index: -1;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url('images/europe.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top right;
  opacity: 0.3;
}
.site {
  padding: 1em;
}
.site-primary {
  margin-top: 2ex;
}
.home .site-primary {
  border-left: 0;
  padding: 0;
  margin: 0;
}
.site-title a {
  text-decoration: none;
  border-bottom: 0;
  color: black;
  font-weight: 900;
  font-size: 1.3rem;
}
.site-info {
  font-size: 50%;
  color: #808080;
}
@media only screen and (min-width: 50em) {
  body:before {
    content: "bp1";
    display: none;
  }
  .grid-unit {
    padding-right: 1em;
  }
  .grid-unit:first-child {
    padding-left: 0;
  }
  .be-full-bp1 {
    width: 100%;
    *min-width: 100%;
  }
  .be-one-half-bp1 {
    width: 50%;
    *min-width: 50%;
  }
  .be-one-fifth-bp1 {
    width: 20%;
    *min-width: 20%;
  }
  .be-two-fifths-bp1 {
    width: 40%;
    *min-width: 40%;
  }
  .be-three-fifths-bp1 {
    width: 60%;
    *min-width: 60%;
  }
  .be-four-fifths-bp1 {
    width: 80%;
    *min-width: 80%;
  }
  .be-one-third-bp1 {
    width: 33.333%;
    *min-width: 33.333%;
  }
  .be-two-thirds-bp1 {
    width: 66.666%;
    *min-width: 66.666%;
  }
  .be-one-quarter-bp1 {
    width: 25%;
    *min-width: 25%;
  }
  .be-three-quarters-bp1 {
    width: 75%;
    *min-width: 75%;
  }
  .be-auto-bp1 {
    width: auto;
  }
  .be-string-bp1 {
    letter-spacing: -0.31em;
    /* webkit */
  
    *letter-spacing: normal;
    /* reset IE < 8 */
  
  }
  .be-string-bp1 > * {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
  }
  .ie7 .be-string-bp1 > * {
    display: inline;
    zoom: 1;
  }
  .be-string-bp1 .string {
    letter-spacing: -0.31em;
    /* webkit */
  
    *letter-spacing: normal;
    /* IE6/7 reset */
  
  }
  .be-string-bp1 .string .opera-only :-o-prefocus,
  .be-string-bp1 .string .string {
    word-spacing: -0.43em;
  }
  .be-string-bp1 .opera-only :-o-prefocus,
  .be-string-bp1 .string {
    word-spacing: -0.43em;
  }
  .be-string-flesh-bp1 {
    letter-spacing: -0.31em;
    /* webkit */
  
    *letter-spacing: normal;
    /* reset IE < 8 */
  
  }
  .be-string-flesh-bp1 > * {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
  }
  .ie7 .be-string-flesh-bp1 > * {
    display: inline;
    zoom: 1;
  }
  .be-string-flesh-bp1 .string {
    letter-spacing: -0.31em;
    /* webkit */
  
    *letter-spacing: normal;
    /* IE6/7 reset */
  
  }
  .be-string-flesh-bp1 .string .opera-only :-o-prefocus,
  .be-string-flesh-bp1 .string .string {
    word-spacing: -0.43em;
  }
  .be-string-flesh-bp1 .opera-only :-o-prefocus,
  .be-string-flesh-bp1 .string {
    word-spacing: -0.43em;
  }
  .be-stream-bp1 > * {
    clear: both;
    display: block;
  }
  .be-stack-bp1 {
    position: relative;
    display: block;
  }
  .be-stack-bp1 > * {
    z-index: 0;
  }
  .be-box-bp1 {
    clear: both;
    width: auto;
    padding-right: 0;
  }
  .be-box-bp1 .inner {
    padding: 0 1em 1em;
  }
  .be-box-flesh-bp1 {
    padding-right: 1em;
  }
  .be-box-flesh-bp1 .inner {
    padding: 1em;
  }
  .be-alignleft-bp1 {
    display: inline;
    float: left;
    margin-right: 1.5em;
    clear: none;
  }
  .be-alignright-bp1 {
    display: inline;
    float: right;
    margin-left: 1.5em;
    clear: none;
    right: 0;
    left: auto;
  }
  .be-aligncenter-bp1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .be-alignnone-bp1 {
    float: none;
    clear: none;
    text-align: left;
  }
  .be-hidden-bp1 {
    display: none;
  }
  .be-block-bp1 {
    display: block;
  }
  .be-inline-block-bp1 {
    display: inline-block;
  }
  .be-visible-bp1 {
    display: block;
    display: initial;
  }
  .be-ear-left-bp1 {
    margin-left: -42px;
    margin-left: -3rem;
  }
  .beta .be-ear-left-bp1 {
    margin-left: -31.5px;
    margin-left: -2.25rem;
  }
  .gamma .be-ear-left-bp1 {
    margin-left: -42px;
    margin-left: -3rem;
  }
  html,
  .site,
  .site-main,
  .site-primary,
  .site-header {
    height: 100%;
  }
  .site {
    letter-spacing: -0.31em;
    /* webkit */
  
    *letter-spacing: normal;
    /* reset IE < 8 */
  
    padding-left: 5%;
  }
  .site > * {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
  }
  .ie7 .site > * {
    display: inline;
    zoom: 1;
  }
  .site .string {
    letter-spacing: -0.31em;
    /* webkit */
  
    *letter-spacing: normal;
    /* IE6/7 reset */
  
  }
  .site .string .opera-only :-o-prefocus,
  .site .string .string {
    word-spacing: -0.43em;
  }
  .site .opera-only :-o-prefocus,
  .site .string {
    word-spacing: -0.43em;
  }
  .home .site {
    padding-top: 20%;
  }
  .site-header {
    max-width: 30%;
    min-width: 11em;
    text-align: right;
    padding-right: 1rem;
  }
  .home .site-header {
    border-right: 0;
  }
  .site-title a {
    font-size: 1.25rem;
  }
  .site-title {
    line-height: 1.5;
    margin-bottom: 3ex;
  }
  .site-header,
  .site-main {
    vertical-align: top;
  }
  .site-main {
    max-width: 70%;
    min-height: 35ex;
  }
  .site-primary {
    margin-top: 0;
    padding-top: 0;
  }
  .site-footer {
    position: relative;
    width: 100%;
    clear: both;
  }
  .site-footer .site-info {
    padding-right: 70%;
  }
  .home .site-footer {
    padding-bottom: 2ex;
  }
}
@media only screen and (max-width: 50em) {
  
}
@media only screen and (min-width: 70em) {
  body:before {
    content: "bp2";
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  
}
@media print {
  * {
    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;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .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;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
