/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Sintony:400,700);
html,
button,
input,
select,
textarea {
  color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* =====================  SASS Variables */
/* =====================  Fonts */
@font-face {
  font-family: KlavikaRegular;
  src: url("../webfonts/KlavikaWebBasicRegular.eot?#iefix") format("embedded-opentype"), url("../webfonts/KlavikaWebBasicRegular.woff") format("woff"); }
@font-face {
  font-family: KlavikaMedium;
  src: url("../webfonts/KlavikaWebBasicMedium.eot?#iefix") format("embedded-opentype"), url("../webfonts/KlavikaWebBasicMedium.woff") format("woff"); }
@font-face {
  font-family: 'IONC-Regular';
  src: url("../webfonts/1FE4D8_0_0.eot");
  src: url("../webfonts/1FE4D8_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/1FE4D8_0_0.woff") format("woff"), url("../webfonts/1FE4D8_0_0.ttf") format("truetype"); }
/* ===================== Base Typography =====================  */
html {
  background-color: #000;
  height: 100%; }

body {
  font-family: 'Sintony', sans-serif;
  font-weight: 400;
  background: url(../images/interface/bgd_main.jpg) repeat-x center top; }

body.ptw {
  background: none; }

.mainWrap {
  background: #fff; }

p {
  color: #444;
  font-size: .9em;
  line-height: 1.4em;
  padding: 0;
  margin: 0 0 1em;
  word-spacing: .2em; }

strong {
  font-family: 'Sintony', sans-serif;
  font-weight: 700;
  word-spacing: 0; }

h1, h2, h3, h4 {
  color: #c52c37;
  font-family: KlavikaRegular, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  margin: 0 0 .4em; }

.collapse {
  padding: 0 !important;
  margin: 0 !important; }

.textCenter {
  text-align: center; }

h1 b, h2 b, h3 b, h4 b {
  font-family: KlavikaMedium, sans-serif;
  font-style: normal; }

h1 a, h2 a, h3 a, h4 a {
  font-style: normal;
  font-weight: 300;
  color: #c52c37; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    color: #801c23; }

h1 {
  font-size: 2.4em;
  line-height: 1em; }

h2 {
  font-size: 2em;
  line-height: 1em; }

h3 {
  font-size: 1.6em;
  line-height: 1em; }

h4 {
  font-size: 1.2em;
  line-height: 1em; }

a {
  text-decoration: none;
  font-weight: normal;
  color: #c52c37; }

a:hover {
  color: #801c23; }

a.button {
  display: inline-block;
  font-size: .9em;
  color: #fff;
  background: #c52c37;
  padding: .4em 1em;
  text-transform: uppercase; }

a:hover.button {
  background: #801c23; }

hr {
  height: 7px;
  margin: 10px 0;
  width: 100%;
  border: solid 1px 0 0 0 #777; }

.noMargin {
  margin: 0; }

blockquote {
  display: block;
  margin: 0 0 1em 0;
  padding: 1.5em 1em;
  background: #f4f4f4;
  text-align: left;
  border-left: 10px solid #c52c37; }

blockquote p, blockquote strong {
  color: #000;
  font-family: 'Sintony', sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1em;
  padding: 0;
  margin: 0; }

/* ===================== Core Structure =====================  */
.headerWrap.ptw {
  background: #000 url(../images/interface/ptw_header.jpg) no-repeat center top;
  margin: 0;
  padding: 0; }

.container {
  width: 1200px;
  padding: 0;
  margin: 0 auto; }

.relative {
  position: relative; }

@media screen and (max-width: 1240px) {
  .container {
    width: 960px;
    padding: 0; } }
@media screen and (max-width: 1000px) {
  .container {
    width: 768px;
    padding: 0; } }
@media screen and (max-width: 808px) {
  .container {
    width: 640px;
    padding: 0; } }
@media screen and (max-width: 680px) {
  .container {
    width: 480px;
    padding: 0; } }
@media screen and (max-width: 520px) {
  .container {
    width: 88%;
    padding: 0 6%; } }
header {
  height: 80px;
  padding: 30px 0 0;
  z-index: 999;
  position: relative;
  margin: 0; }

.logo {
  width: 210px;
  float: left; }

.logo img {
  width: 100%; }

/* ===================== Navigation =====================  */
nav {
  font-family: KlavikaRegular, sans-serif;
  text-transform: uppercase;
  margin: 34px 0 0;
  float: right;
  z-index: 999;
  overflow: visible; }

#mainNav {
  padding: 0;
  margin: 0;
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: visible; }

#mainNav a:hover {
  color: #c52c37; }

#mainNav > li {
  position: relative;
  float: left;
  border-right: 1px #555 solid;
  padding: 0 .6em; }
  #mainNav > li a {
    font-size: 1.2em;
    color: #555; }
  #mainNav > li:last-child {
    border-right: 0px;
    padding: 0 0 0 .6em; }

#mainNav > li > ul {
  padding: 4px .6em 0;
  margin: 0;
  width: auto;
  display: none;
  position: absolute;
  left: -1px;
  background: #fff;
  border-left: 1px #555 solid; }

#mainNav > li > ul > li {
  width: auto;
  white-space: nowrap;
  height: 24px;
  line-height: 24px; }
  #mainNav > li > ul > li a {
    display: block;
    width: auto;
    font-size: 1em;
    line-height: 20px;
    color: #555; }

#mainNav li:hover ul {
  display: block; }

/* ===================== Responsive Navigation =====================  */
.mobileNav {
  display: none; }

@media screen and (max-width: 808px) {
  nav {
    display: none; }

  .mobileNavContainer {
    position: relative; }

  .mobileNav {
    font-family: KlavikaRegular, sans-serif;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    width: 100%;
    clear: both; }

  .mobileNav ul {
    padding: 0;
    margin: 0; }

  .mobileNav a:hover {
    color: #c52c37; } }
/* ===================== Social =====================  */
.socailLinks {
  position: absolute;
  top: 26px;
  right: 0px; }

.socailLinks a .ss-icon {
  font-size: 1.6em;
  color: #444; }

.socailLinks a:hover .ss-icon {
  color: #c52c37; }

/*  Homepage Slider (Royal Slider - http://dimsemenov.com/plugins/royal-slider/) =====================  */
#full-width-slider {
  width: 100%;
  color: #000; }

.coloredBlock {
  padding: 12px;
  background: rgba(255, 0, 0, 0.6);
  color: #FFF;
  width: 200px;
  left: 20%;
  top: 5%; }

.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px; }

.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  left: 30px;
  right: auto; }

.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px; }

.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0; }

.infoBlock a {
  color: #FFF;
  text-decoration: underline; }

.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; }

.photosBy a {
  color: #000; }

.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px; }

@media screen and (min-width: 769px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    height: 440px !important; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    height: 360px !important; } }
@media screen and (min-width: 321px) and (max-width: 480px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 260px !important; } }
@media screen and (min-width: 0px) and (max-width: 320px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 170px !important; } }
/* ===================== Homepage Content =====================  */
#photo-slider {
  width: 100% !important; }

/* ===================== Homepage Content =====================  */
.homeGrid {
  background: #ccc url(../images/interface/bgd_footer.jpg) repeat;
  display: block;
  margin: 2.5em 0 0; }

.homeBlock {
  position: relative;
  width: 22.7%;
  float: left;
  margin: 0 3% 2em 0;
  height: auto; }

.homeBlock.last {
  margin: 0 0 2em 0; }

.homeBlockTag {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 135px;
  height: 29px;
  background: url(../images/interface/angle-ribbon.png) no-repeat;
  font-size: .9em;
  padding: 0 0 0 1.5em;
  line-height: 29px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  z-index: 5; }

.homeBlock .callout {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: .8em;
  color: #777;
  margin: 0 0 .2em; }

.homeBlock a {
  color: #c52c37; }

.homeBlock h4 {
  color: #333; }

.homeBlockImage {
  margin: 0 0 .5em;
  display: block; }

.homeBlockImage a {
  position: relative;
  height: auto;
  display: block; }

.homeBlockImage a img {
  width: 100%;
  height: auto; }

.countdownWrap, .newsletterWrap {
  background: #c52c37 url(../images/interface/red-texture.gif) repeat;
  padding: 1em 0; }

h4.countdown {
  color: #fff;
  text-align: center; }

#countdown {
  width: 290px;
  display: block;
  margin: 0 auto; }

.dash {
  display: block;
  float: left;
  width: 56px;
  margin-left: 20px; }

.dash.days_dash {
  margin-left: 0px; }

.digit {
  background: #000;
  color: #fff;
  float: left;
  font-family: IONC-Regular;
  font-size: 36px;
  line-height: 36px;
  width: 26px;
  height: 36px;
  overflow: hidden;
  padding: 0 0 5px 2px;
  margin-bottom: .1em; }

.key {
  font-size: .7em;
  color: #fff; }

.newsletterWrap h4 {
  color: #fff;
  text-align: center; }

#mc-embedded-subscribe-form {
  width: 80%;
  display: block;
  margin: 0 auto; }

.formInputSmall {
  float: left;
  width: 21%;
  overflow: hidden;
  margin: 0 1% 0 0; }

.formInputBig {
  float: left;
  width: 40%;
  overflow: hidden;
  margin: 0 1% 0 0; }

.formInputButton {
  float: left;
  margin: 0; }

#mc-embedded-subscribe-form input {
  color: #222;
  background-color: #fff;
  font-family: 'Sintony', sans-serif;
  font-size: .8em;
  width: 100%;
  border: none;
  padding: .6em .5em .5em .5em;
  -webkit-appearance: none;
  border-radius: 0; }

#mc-embedded-subscribe-form .button {
  font-size: .9em;
  color: #c52c37;
  background: #fff;
  padding: .4em 1em .5em;
  text-transform: uppercase; }

#mc-embedded-subscribe-form .button:hover {
  background: #801c23;
  color: #fff; }

input::-webkit-input-placeholder {
  color: #777; }

input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #777; }

input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #777; }

input:-ms-input-placeholder {
  color: #777; }

@media screen and (max-width: 1000px) {
  .formInputBig {
    width: 37%; } }
@media screen and (max-width: 808px) {
  .homeBlock {
    width: 48%;
    margin: 0 4% 2em 0; }

  .homeBlock:nth-child(2n+2) {
    margin: 0 0 2em 0; }

  #mc-embedded-subscribe-form {
    width: 100%; }

  .formInputBig {
    width: 36%; } }
@media screen and (max-width: 680px) {
  .formInputSmall {
    width: 19%; }

  .formInputBig {
    width: 36%; } }
@media screen and (max-width: 520px) {
  .homeBlock {
    width: 100%;
    margin: 0 0 2em 0; }

  .homeBlock:nth-child(2n+2) {
    margin: 0 0 2em 0; }

  #countdown {
    width: 250px; }

  .dash {
    width: 44px; }

  .digit {
    font-size: 26px;
    line-height: 26px;
    width: 20px;
    height: 26px;
    overflow: hidden;
    margin-bottom: .1em; }

  .formInputSmall {
    width: 100%;
    margin: 0 0 .3em; }

  .formInputBig {
    width: 100%;
    margin: 0 0 .3em; }

  .formInputButton {
    width: 100%;
    margin: 0; } }
/* ===================== Global Footer =====================  */
footer {
  background: #000;
  padding: 2em 0 5em; }

.footerNavSection {
  float: left; }

.footerNavBlock {
  float: left;
  font-family: KlavikaRegular, sans-serif;
  font-size: .9em;
  margin: 0 4em 0 0; }

.footerNavBlock.social {
  font-size: 1.6em;
  margin: 0; }

.footerNavBlock a {
  color: #888; }

.footerNavBlock a:hover {
  color: #c52c37; }

.footerNavBlock > a {
  text-transform: uppercase; }

.footerNav {
  list-style: none;
  padding: 0;
  margin: .2em 0 0; }
  .footerNav li {
    padding: 0;
    margin: 0; }

.ecfa {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0em;
  right: 20px; }

p.copyright {
  font-family: KlavikaRegular, sans-serif;
  font-size: .8em;
  margin: 3em 0 0;
  color: #777; }

@media screen and (max-width: 1000px) {
  .footerNavBlock {
    margin: 0 2em 0 0; } }
@media screen and (max-width: 808px) {
  .footerNavBlock {
    float: none;
    margin: 0 0 1em 0; }

  .footerNavSection {
    width: 33.333%; } }
@media screen and (max-width: 520px) {
  .footerNavSection {
    width: 50%; } }
/* ===================== Main Article Content =====================  */
article {
  position: relative;
  padding: 0 0 5em; }

article h1 {
  margin: 0 0 .2em; }

article h3 {
  margin: 1.2em 0 0; }

article h4.byline {
  color: #444; }

article ol, article ul {
  font-size: .9em;
  padding: 0 0 0 2em;
  color: #444; }

article ol li, article ul li {
  padding-bottom: .3em; }

article img {
  width: 100%;
  height: auto; }

.leftColumn {
  float: left;
  width: 10%;
  display: block; }

.articleDate {
  background: #ddd;
  text-align: center;
  padding: 1em 0 0;
  margin: 0 0 1em; }
  .articleDate .day, .articleDate .month, .articleDate .year {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 1em; }
  .articleDate .month {
    font-size: 2em;
    line-height: .8em;
    padding-bottom: .2em; }
  .articleDate .day {
    font-size: 3.5em;
    line-height: 1em;
    padding-bottom: .2em; }
  .articleDate .year {
    border-top: 2px solid #fff;
    font-size: 1.2em;
    line-height: 2em;
    letter-spacing: 2px; }

ul.tags {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 1em !important;
  line-height: 12px; }

ul.tags li {
  padding: 0;
  margin: 0 0 .4em; }

ul.tags li a {
  font-size: 11px;
  line-height: 12px;
  color: #c52c37; }

ul.tags li a:hover {
  color: #801c23; }

.articleBody {
  width: 63%;
  margin: 0 0 0 12%; }

.articleBodyFull {
  width: 88%;
  margin: 0 0 0 12%; }

article figure {
  display: block;
  padding: 0 0 1em; }

figcaption {
  font-size: .9em;
  color: #333;
  background: #eee;
  padding: 10px; }

.articleImage {
  width: 100%;
  margin: 0 0 1em; }

.articleImage.offset {
  width: 80%;
  height: auto;
  margin: auto -39.66% 0px 3%;
  float: right;
  position: relative;
  z-index: 1; }

.articleImage img {
  width: 100%;
  height: auto; }

ul.pagination {
  clear: both;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: -30px; }

ul.pagination li {
  padding: 0;
  position: relative;
  z-index: 3;
  display: block;
  height: 30px;
  float: left;
  list-style-type: none;
  margin-right: 5px; }

ul.pagination li a {
  line-height: 20px;
  text-decoration: none;
  width: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  background-color: #CCC;
  font-size: 10px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

ul.pagination li a:hover {
  color: #000;
  background-color: #cc3333;
  text-decoration: none; }

ul.pagination li.page_total {
  color: #cc3333;
  text-transform: uppercase;
  padding-top: 1px; }

@media screen and (max-width: 808px) {
  .articleBody, .articleBodyFull {
    width: 100%;
    margin: .3em 0 0; }

  .articleImage, .articleImage.offset {
    width: 100%;
    height: auto;
    margin: 0; }

  .leftColumn {
    width: 100%;
    margin-bottom: .5em; }

  .articleDate {
    width: 100%;
    height: 19px;
    display: block;
    background: none;
    text-align: left;
    padding: 0 0 .2em;
    margin: 0; }
    .articleDate .day, .articleDate .month, .articleDate .year {
      font-family: KlavikaRegular, sans-serif;
      color: #999;
      padding: 0 .2em 0 0;
      margin: 0;
      line-height: 1em;
      float: left;
      font-size: 1.2em;
      line-height: 1em;
      padding-bottom: 0em;
      letter-spacing: 0px;
      border-top: none; }

  h4.tags {
    font-size: 1em;
    line-height: 16px;
    float: left;
    margin: 0;
    padding: 0; }

  ul.tags {
    float: left;
    margin: 0 !important; }

  ul.tags li {
    float: left;
    line-height: 14px;
    margin: 0 0 0 10px; } }
/* --------- Content Grid ---------- */
.mediaGrid {
  padding: 0 0 5em; }

.mediaGrid ul {
  height: 22px !important;
  min-height: 22px !important; }

.gridItem {
  display: block;
  float: left;
  width: 32%;
  margin: 0 2% 2em 0; }

.gridItem h4 {
  padding: 0;
  margin: 0 0 .2em; }

.gridItem p {
  font-size: .8em; }

.gridItem:nth-of-type(3n+3) {
  margin: 0; }

.gridItem.last {
  margin: 0; }

.gridItem img {
  width: 100%;
  height: auto;
  margin-bottom: .4em; }

.gridItem h3 {
  padding: 0;
  margin: 0 0 .2em; }

.gridDate {
  padding: 0;
  margin: 0 0 .1em;
  font-family: Oswald, sans-serif;
  text-transform: uppercase; }

@media screen and (max-width: 808px) {
  .gridItem {
    width: 48%;
    margin: 0 4% 0 0; }

  .gridItem:nth-of-type(3n+3) {
    margin: 0 4% 2em 0; }

  .gridItem:nth-of-type(2n+2) {
    margin: 0 0 2em 0; } }
@media screen and (max-width: 520px) {
  .gridItem {
    float: left;
    margin: 0 0 2em 0;
    width: 100%; } }
/* --------- Content List ---------- */
.listItem {
  display: block;
  width: 48%;
  margin: 0 4% 2em 0;
  float: left; }

.listItem:nth-of-type(2n+2) {
  margin: 0 0 2em 0; }

.listItem.last {
  margin: 0; }

.listItem img {
  width: 30%;
  float: left;
  margin: 0 2% 0 0;
  height: auto; }

.listItemContent {
  width: 68%;
  float: left;
  overflow: visible; }

.listItem h3, .listItem h4 {
  padding: 0;
  margin: 0 0 .2em; }

.listItem p {
  font-size: .8em;
  overflow: visible; }

.listDate {
  padding: 0;
  margin: 0 0 .1em;
  font-family: Oswald, sans-serif;
  text-transform: uppercase; }

@media screen and (max-width: 808px) {
  .listItem {
    width: 100%;
    margin: 0 0 2em 0; }

  .listItem:nth-of-type(2n+2) {
    margin: 0 0 2em 0; } }
@media screen and (max-width: 520px) {
  .listItem img {
    width: 100%;
    margin: 0 0 .4em; }

  .listItemContent {
    width: 100%;
    margin: 0 0 1em; } }
#videoPlayer {
  width: 100%;
  height: auto;
  margin: 0 0 1em; }

.btn_android, .btn_ios {
  height: 50px;
  float: left; }

.btn_android a {
  font-family: KlavikaMedium, Arial, Helvetica, sans-serif;
  background: url(../images/interface/mobile-app-android.png);
  background-repeat: no-repeat;
  text-decoration: none;
  color: #FFF;
  background-color: #cc3333;
  font-size: 16px;
  padding-right: 8px;
  padding-left: 46px;
  padding-top: 12px;
  padding-bottom: 10px;
  float: left;
  margin-right: 5px;
  height: auto; }

.btn_ios a {
  font-family: KlavikaMedium, Arial, Helvetica, sans-serif;
  background: url(../images/interface/mobile-app-ios.png);
  background-repeat: no-repeat;
  text-decoration: none;
  color: #FFF;
  background-color: #cc3333;
  font-size: 16px;
  padding-right: 8px;
  padding-left: 46px;
  padding-top: 12px;
  padding-bottom: 10px;
  float: left;
  margin-right: 5px;
  height: auto; }

.addthisMain {
  display: block;
  width: 80px; }

.addthisMobile {
  display: none; }

@media screen and (max-width: 808px) {
  .addthisMain {
    display: none; }

  .addthisMobile {
    display: block; } }
#contact_form input, #contact_form textarea {
  border: none;
  background: #eee;
  padding: 10px; }

#contact_form .button {
  font-family: 'Sintony', sans-serif;
  font-size: .9em;
  color: #fff;
  background: #c52c37;
  padding: .4em 1em;
  text-transform: uppercase; }

#contact_form .button:hover {
  background: #801c23; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .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;
    /* h5bp.com/t */ }

  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; } }
