/**
 * THIS FILE WAS AUTOGENERATED on: Wed Dec 16 21:57:36 CST 2015.
 * DO NOT EDIT THIS FILE.
 */



/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .column, .columns                           { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column                      { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }

        .container .one.column                      { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 348px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .columns, .column { margin: 0; }

        .container .one.column,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .columns, .column { margin: 0; }

        .container .one.column,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/* =============================================================================
   Preboot
   ========================================================================== */

html, body {
	height: 100%;
	color: #000000;
}

::-moz-selection { background: #627D0F; color: #fff; text-shadow: none; }
::selection { background: #627D0F; color: #fff; text-shadow: none; }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* =============================================================================
   Scaffolding
   ========================================================================== */

#container {
	min-height: 100%;
	position: relative;
}

#main {
	padding-bottom: 300px;
}

#fixfooter,
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 260px;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #98C807;
	border-top: none;
	-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.first.row {
	margin-top: 20px;
}

.btn-primary:visited {
	color: #fff;
}

/*.btn:visited {
	color: #393839;
}*/

label {
	width: 130px;
}

#cc_widget_dialog_donateOptions label {
    float: auto;
    padding-left: 3px;
}

div.input {
	margin-left: 150px;
}

.help-link {
	height: 16px;
	width: 16px;
	display: inline-block;
	background: url("../img/information.png") 0px 0px no-repeat;
}

.help-link span {
	display: none;
}

.light {
    gray;
}

.bucket .btn {
	margin-right: 15px;
}


/* =============================================================================
   Typography
   ========================================================================== */

h6 {
  line-height: 18px;
  margin-bottom: 18px;
}

h6, h6 small {
	color: #A7A9AC;
}

   
/* =============================================================================
   Patterns
   ========================================================================== */

.navbar {margin-bottom: 0 !important;}

.navbar-brand {position: relative; top: -5px;}

.navbar-default {
    border: 0 !important;
    border-radius: 0 !important;
    background: #98C807;
    background-color: #98C807;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#98C807), to(#688527));
    background-image: -moz-linear-gradient(#98C807, #688527);
    background-image: -ms-linear-gradient(#98C807, #688527);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #98C807), color-stop(100%, #688527));
    background-image: -webkit-linear-gradient(#98C807, #688527);
    background-image: -o-linear-gradient(#98C807, #688527);
    background-image: linear-gradient(#98C807, #688527);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98C807', endColorstr='#688527', GradientType=0);
    /* -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1); */
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);
}

#skip-navigation {
	position: absolute;
	top: -200px;
	left: 150px;
}


#top-banner {
  position: relative;
  margin: 0 0 0;
  padding: 0;
  background-color: #dc642f;
  text-align: center;
}
#top-banner a {
  position: relative;
  height: 100px;
  width: 940px;
  margin: 0 auto;
  text-align: left;
  text-decoration: none;
}
#top-banner h1 {
  float: left;
  margin: 0;
  padding: 32px 0;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: normal;
}
#top-banner button {
  float: right;
  background: rgba(70,34,18,.8);
  display: inline-block;
  height: 50px;
  padding: .5em 1em;
  border: 0;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow:inset 2px 2px 6px 0 rgba(0,0,0,.2);
  box-shadow:inset 2px 2px 6px 0 rgba(0,0,0,.2);
  color: #fff;
  font-size: 23px;
  /*font-weight: bold;*/
  margin: 25px 0;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#top-banner button:hover {
  background: rgba(70,34,18,1);
}

.top-banner-ks {
    background: #2BDE73 !important;    
}

.top-banner-ks button:hover{
    background: #0F2105 !important;  
}


@media only screen and (max-width: 959px) and (min-width: 768px) {
  #top-banner a {
    width: 748px;
  }
  #top-banner h1 {
    font-size: 23px;
  }
  #top-banner button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #top-banner a {
    display: block;
    width: 80%;
    height: 100%;
    text-align: center;
  }
  #top-banner h1, #top-banner button { float: none; }
  #top-banner h1 {
    padding: 15px 0;
    font-size: 22px;
    line-height: 26px;
  }
  #top-banner button {
    margin: 0 auto 15px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 360px) {
  #top-banner h1 {
    font-size: 20px;
    line-height: 24px;
  }
  #top-banner button {
    font-size: 16px;
  }
}

.help-popover {
	position: relative;
	display: none;
}

.help-popover.open {
	display: block;
}

.well {
	position: relative;
}

.well .well {
	background-color: #eee;
}

.popover {
	display: block;
}

.popover .close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #999;
  line-height: 10px;
  font-size: 18px;
}

.bucket {
	width: 100%;
	margin-bottom: 20px;
}

.bucket .inner {
  background-color: #393839;
  *background-color: #393839;
  /* IE 6-7 */

  padding: 0px;
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bucket .title {
  color: #fff;
  padding: 9px 14px;
  line-height: 1;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #EDEDEE;
}
.bucket .content {
  position: relative;
  background-color: #F5F5F5;
  padding: 14px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  padding-bottom: 60px;
}

.bucket .sample {
	overflow: hidden;
	display: block;
	width: 100%;
	margin; 0 auto;
	text-align: center;
}

.bucket-follow {
	display: block;
	float: right;
	position: absolute;
	bottom: 20px;
}

.casestudies td:first-child { 
	vertical-align: middle; 
}

.casestudies td:first-child img { 
	display: block; 
	margin: auto; 
}

footer, footer p, footer p small {
	color: #ffffff;
}

footer a, footer a:hover, footer a:visited {
	color: #ffffff;
}

footer a {
	font-weight: bold;
}

footer #colophon {
	position: relative;
	z-index: 500;
}

#footer  {
	text-shadow: none;
}

#footer .nav a:hover {
	text-decoration: underline;
}

#colophon .bucket {
	margin-left: 10px;
}

#globe {
	position: absolute;
	overflow: visible;
	top: 10px;
	left: 0px;
    /* width: 940px 
	width: 393px; */
    width: 100%;
	height: 250px;
	background: url("../img/Peters_projection_blank.png") no-repeat 0 0; /* https://secure.wikimedia.org/wikipedia/commons/wiki/File:Peters_projection,_blank.svg */
	/*opacity:0.75; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter:alpha(opacity=75);*/
}

.carousel {
	display: none;
	position: relative;
}

.first .carousel {
	margin-top: 0px;
}

.slides_container {
	position: relative;
}
.slides_container div.slide {
	display:block;
}

.carousel .slide .content {
	background: #393839;
}

.carousel .slide .film {
	position: relative;
}

.carousel .slide .film img {
	width: 100%;
}
  
.carousel .slide p, .carousel .slide h6 {
	color: #EDEDEE;
}

.carousel .slide p strong {
	color: #fff;
}

.carousel .slide p a {
	color: #98C807;
}

.carousel .slide p a {
	font-weight: bold;
}

.carousel .slide .film .caption {
	z-index:500;
	position:absolute;
	bottom: 0px;
	left:0px;
	min-height:30px;
	padding:5px 20px 5px 20px;
    background:#393839;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

.carousel #slides .next {
	position: absolute;
	display: block;
	top: 135px;
	right: -24px;
	height: 43px;
	width: 24px;
	background: url('../img/arrow-next.png') no-repeat 0 0;
	text-indent: -9999px;
	font-size: 0px;
	overflow: hidden;
}
.carousel #slides .prev {
	position: absolute;
	display: block;
	top: 135px;
	left: -24px;
	height: 43px;
	width: 24px;
	background: url('../img/arrow-prev.png') no-repeat 0 0;
	text-indent: -9999px;
	font-size: 0px;
	overflow: hidden;
}


.bucket .frames {
	position: absolute;
	right: 5px;
	top: -15px;
}

.bucket #case .frames {
	top: 5px;
}

.bucket .frames li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.bucket .frames li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.bucket .frames li a:focus {
	outline: thin dotted;
}

.bucket .frames li.current a {
	background-position:0 -12px;
}

#case .studies .slide {
	height: 380px;
}

#store {
	width: 300px;
	margin: 0 auto;
}

#store .swag {
	height: 200px;
}

.avatar {
	display:none;
}

.comments {
	margin-top: 13px;
}

.comments ol.commentlist {
	list-style-type: none;
	margin-top: 13px;
}

.comments ol.commentlist li {
	margin-bottom: 18px;
}

.comments ol.commentlist li p {
	margin-left: 18px;
}

.comments .comment-author cite {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.comments .comment-meta {
	font-size: 11px;
	margin-bottom: 13px;
}

#comments input.text,
#comments textarea { 
    width: 100%; 
}

.twitter {
    padding-bottom: 6px;
}

.twitter a {
	display: block;
	display: inline-block;
	padding: 0px 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	border: 1px solid #999;
}

.twitter a:hover {
	background-color: #2094c8;
	text-decoration: none;
}



/* Press Kit Specials */
ul.presskit {
        margin-top: 1em;
        list-style:none;
        clear: both;
        margin-left: 0;
}

ul.presskit li {
  display: inline-block;
  vertical-align: top;
        width: 7em;
        padding: 0.3em 0.7em;
        margin: 0 0.4em 0 0;
        margin-bottom: 0.8em;
        border:1px solid #e0e0e0;
        text-align: center;

  zoom:1;
  *display: inline;
}

ul.presskit li a {
        font-size: 0.9em;
}

ul.presskit li.wide {
        width: 16.33em;
}

p.presskit {
        clear: both;
        margin-top: 1em;
        margin-left: 0.4em;
}


/** people pages **/

div.list { width: 30%; float: left; } 
div.list ul { margin-top: 0.175em !important; line-height:1.5em;} 
p.org { border-top:1px solid #DDDDDD; margin-right:20px; padding-top:10px; }  
div.person { padding: 0 0 40px 0; } 
div.person img { padding: 0 20px 20px 0; } 


.wp-pagenavi {
    padding-bottom: 20px;
}

select, input[type=file] {
    height: auto;
}

input,
textarea,
select,
.uneditable-input { 
    height: auto;
}

#cc-intro, #cc-subintro {text-align: center;}

#cc-intro {margin-top: 1em; font-size: x-large;}

#cc-subintro {width: 85%; margin: auto; font-size: large;}

.navbar-default .navbar-nav>li>a { color: white;}

h3 {margin-top: 10px;}

.well > h3 {margin-top: 0px;}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
	.bucket .inner {
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22);
		-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22);
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22);
	}
}
@media only screen and (min-width: 767px) {
  /* Style adjustments for viewports 768px and over go here */
  .topbar #short-menu {
  	display: none;
  }

	.short .bucket .content {
		min-height: 240px;
	}

	.tall .bucket .content {
		min-height: 380px;
	}

	.bucket .slide .content {
		height: 260px;
	}
	
	.bucket .slide .film {
		height: 330px;
	}
	
	.slides_container {
		height: 330px;
		width: 940px;
	}

	#case .studies .slide {
		width: 232px;
	}
	
	.bucket .slide .film .caption {
		width: 470px;
	}	
}

@media only screen and (min-width: 960px) {
	
	.bucket .slide .film .caption {
		width: 640px;
	}

	#case .studies .slide {
		width: 312px;
	}
	
}

@media only screen and (max-width: 767px) {
	.topbar #wide-menu {
		display: none;
	}
	.topbar form {
		margin-right: 0px;
		width: 120px;
	}
	.topbar form input {
		width: 100%;
	}
	
	footer .first.row {
		margin-top: 30px;
	}
	
	.slides_container, .slides_container div.slide {
		height: 480px;
		width: 420px;
	}
	
	.bucket .slide .content {
		height: 170px;
	}
	
	.bucket .slide .film { 
		height: 240px;
	}
	
	#case .studies .slide {
		width: 392px;
	}	
}

@media only screen and (max-width: 480px) {
	.topbar #logo {
		width: 60px;
		background: url("../img/cc.cc-27x30.png") 20px 4px no-repeat;
	}
	.topbar #home-button {
		width: 60px;
	}
	.topbar #skip-navigation {
		left: 50px;
	}
	
	.slides_container, .slides_container div.slide{
		height: 440px;
	}
	
	.bucket .slide .film {
		height: 196px;
	}

	
	#case .studies .slide {
        	width: 272px;
	}


	.helpbox .popover {
		left: -40px;
	}
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
/* 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; }
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
}
