/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

@font-face {
  font-family: bauhaus-soft-display-black;
  src: url("../fonts/BauhausSoftDisplay-Black.otf") format('opentype');
}
@font-face {
  font-family: "WearetrippinTall";
  src: url('/fonts/WearetrippinTall/font.woff2') format('woff2'), url('/fonts/WearetrippinTall/font.woff') format('woff');
}
.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

html,
button,
input,
select,
textarea {
    color: #020640;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img {
    width: 100%;
		height: auto;
    }

html {
    font-size: 1em;
    line-height: 1.5;
	  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', san-serif;
  background: #f8f8f8;
  font-size: 16px;
  color: #020640;
  text-align: center;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
a {
	color: #FF0289;
	text-decoration: none;
}

a.button {
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: .2em;
	padding: .5em 1.8em;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	margin: 0 auto 1em auto;
	font-weight: 500;
	color: #ffffff;
	background: #FF0289;
  font-style: normal;
  transition: all 0.3s ease 0s;
  place-self: start;
}



/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Font Styles */
p {
  margin-bottom: .1em;
}
h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}

aside h3, aside .intro {
  padding: 0;
  margin: 0;
}
aside img {
  margin-bottom: 2rem;
}
p:not(.intro, footer p) {
  line-height: 1.8rem;
}
p.note {
  font-weight: 200;
  font-style: italic;
  font-size: .75rem;
  text-align: justify;
  margin-top: 0;
  padding-top: 0;
  line-height: 1.5rem;
}

.footer-container div.contact p {
  color: #fff;
  margin-bottom: 0;
  padding: 0;
}

.container p.intro {
  font-size: 1.33rem;
  font-weight: 300;
  line-height: 2.3rem;
  margin-top: 0;
}
main h2 {
  font-size: 2.369rem;
  font-family: 'bauhaus-soft-display-black';

}

/* Styles */

.container>header, .container>main, .footer-container footer {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 2rem;
}
.full main section {
  grid-column: span 12;

}
.full main section .intro {
  grid-column: span 12;
}
.container, footer, header {
  max-width: 1024px;
  margin: 0 auto;
  text-align: left;
}

header h1 {
  grid-column: span 1;
  margin: .6em 0 ;
}
header nav{
  grid-column: 7/ span 6;
  margin-top: .6rem;
}
header nav ul {
  padding-left: 0;
  display: flex;
}
header nav ul li {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 .8rem;
  padding-top:.8rem;
  flex: 1;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li > * {
  display: block;
  margin: 0 auto;
}

header nav ul li::after {
  content: '';
  position: absolute;
  Height: 3px;
  top: 0;
  left: 0;
  width: 0;
  transition: width .2s;
}

header nav ul li.art::after,
header nav ul li.views::after {
  background: #FF0289;
}

header nav ul li.work::after,
header nav ul li.aims::after,
header nav ul li.contact::after {
  background: #FFE003;
}

header nav ul li.style::after,
header nav ul li.story::after {
  background: #03E4FF;
}

header nav ul li.current.work::after,
header nav ul li.current.views::after,
header nav ul li.current.story::after,
header nav ul li.current.aims::after,
header nav ul li.current.style::after,
header nav ul li.current.art::after {
  background: none;
}

header nav ul li.contact span {
  white-space: nowrap;
}

header nav ul li.current span {
  opacity: 0;
}
header nav ul li.current {
  border-top:3px solid #020640;
}
header nav ul li.current a {
  margin-top: -3px;
}

header nav ul li a span {
  color:#020640;
  font-size: .563rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-weight: 700;
  opacity: 0;
}
header nav ul li.aims a span {
  padding-left: 8px;
}
header nav ul li.views a span,
header nav ul li.story a span,
header nav ul li.style a span {
  padding-left: 2px;
}


.sub-nav button {
  margin-right: .75rem;
  border: none;
  padding: .25rem 1rem .25rem 0;
  font-size: .75rem;
  background: none;
  font-family: 'Montserrat', san-serif;
  border-right: 2px solid #FF0289;
}
.sub-nav button span {
  padding: .3rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

/**/


.sub-nav button span::after {
  content: attr(data-text); 
  content: attr(data-text) / "";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: bold;
}

.sub-nav button span.current {
  font-weight: bold;
  border-bottom: 1px solid #020640;
}
.sub-nav button:focus, .panel-inner:focus { 
  outline: none; 
  box-shadow: none; 
}



.sub-nav button.last {
  border-right: none;
}

footer {
  padding: 2em 0;
}

main h2 {
  grid-column: span 12;
  margin: 0;
}
aside:not(.one-third), footer aside {
  grid-column: span 3;
  height: 100%;
}

footer div, main .three-quarters {
  grid-column: 4 / span 9;
  
}
main {
  grid-column: span 12;
  flex: 1 0 auto;
  padding: 2rem 0;
}

header nav ul li img{  
  max-width: 35px;
}
header nav ul li.style img {
  max-width: 45px;
}
footer .copyright {
  grid-column: span 12;
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: .715rem;
  text-align: right;
}
.footer-container footer aside {
  padding-top: 1.2rem;
  text-align: center;
}
aside a.number {
color:#fff;
display: inline-block;
font-size: 2.9rem;
line-height: 2rem;
letter-spacing: .2rem;
padding-bottom: 3.7rem;
background: url('/img/wavy-line.svg') bottom repeat-x;
font-family: WearetrippinTall;
margin-top: 1rem;
}
a.number:focus {
  outline: none;
}

p.email {
  text-transform: uppercase;
  letter-spacing: .28rem;
  font-size: .7rem;
  margin-top: 1rem;
}
.footer-container {
  background: #020640;
  background-size: 100%;
  color: #fff;
}
h3.yellow {
  border-bottom: 15px solid #FFE003;
  margin-bottom: 1rem;
  padding-bottom: .6rem;
}

h3.blue {
  border-bottom: 15px solid #03E4FF;
  margin-bottom: 1rem;
  padding-bottom: .6rem;
}

h3.pink {
  border-bottom: 15px solid #FF0289;
  margin-bottom: 1rem;
  padding-bottom: .6rem;
}
.big-nav.three-quarters ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: max-content;
  gap: 2rem;
  list-style: none;
  padding-left: 0;
}
.big-nav ul li a {
  display: block;
  background: #fff;
  width: 1fr;
  height: 1fr;
  text-align: center;
  padding: 1.2rem 0;
  cursor: pointer;
}

h4, .big-nav ul li a span:not(.imgs), footer div.contact p:first-child {
  text-transform: uppercase;
  color: #020640;
  letter-spacing: .2rem;
  font-size: 1rem;
  margin-bottom: 1.2rem;
  display: block;
  font-weight: 600;
}

.threes h4 {
  margin-bottom: .5rem;
}

footer div.contact {
  padding-top: 3.4rem; 
  margin-top: 3.7rem;
}
footer div.contact p:first-child {
  margin: 0;
  color: #fff;
}
footer aside img {
  width: 40%;
}
footer aside a.back-to-top {
  display:none;
}
.big-nav ul li a img {
  max-width: 130px;
  display: block;
  margin: auto;
  padding-bottom: 1rem;
}
.big-nav a img.one,
.big-nav a img.two {
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: contain;
  display: block;
  transition: opacity .28s ease, transform .28s ease;
}

.photos img.one,
.photos img.two {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity .28s ease, transform .28s ease;
}
.photos img.two,
.big-nav a img.two {
  opacity: 0;
  pointer-events: none;
}


.big-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.big-nav a { 
  max-width: 100%; 
}
.big-nav a span.imgs { position:relative; display: block; width: 100%; height: auto; object-fit: contain; }

.big-nav a img.two { opacity: 0; position: relative; transition: opacity .28s ease; pointer-events: none; }



.big-nav a > span { margin-top: .6rem; display: block; text-align: center; }


audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

header h1 a span.big-a {
  padding: 2rem 1rem;
  color: #f8f8f8;
  background: #020640;
  border-radius: 200px;
  display: inline-block;
  font-size: 3.157rem;
}

header h1 {
  font-family: "bauhaus-soft-display-black", cursive;
  line-height: .2em;
  width: 1px;
  height: 1px;
}
header h1 a span.name {
  visibility: hidden;
  display: none;
}

/*  S  T  O  R  Y  */ 

.threes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}

.threes > div {
  grid-column: span 1;
  gap: 2rem;
}
.photos {
  max-width: 320px;
  margin-bottom: 2rem;
}

aside .photos .two, h2.two {
  display: none;
  font-size: 1.777rem;
}

header h1.title span {
  align-items: center;
  justify-content: center;
  transition: transform .7s ease-in-out;
}

.my-story .container main aside {
  padding-top: .75rem;
}

h3.two {
  line-height: 3rem;
  margin-bottom: .55rem;
}



.big-nav a.bn-work>.two {
  display: none;
}


.big-nav a.bn-story>.two {
  display: none;
}


.big-nav a.bn-style>.two {
  display: none;
}


.big-nav a.bn-views>.two {
  display: none;
}


.big-nav a.bn-aims>.two {
  display: none;
}


.big-nav a.bn-art>.two {
  display: none;
  opacity: 0;
}

.photos, .big-nav a {
  position: relative;
  width: 100%;
  aspect-ratio: 1/ 1;
  overflow: hidden;
}
main .three-quarters ul, .threes ul, ul.work {
  margin:0 0 2em 0;
  list-style: none;
  padding-left: 0;
}
main ul.work, ul.work li ul {
  margin-bottom: 0;
}
main ul.work {
  margin-left: 2rem;
}
main ul.work li ul li:last-child {
  margin-bottom: 0;
}
.threes ul {
  font-size: .75rem;
  line-height: 1.4em;
}
.img-txt {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin: 1.5rem 0;
  align-items: top;
}

.img-txt div {
  grid-column: span 2;
}
.img-txt img {
  border-top-left-radius: 193px;
  border-bottom-left-radius: 193px;
  height: 100%;
  object-fit: cover;
}

.art-container h3 {
  margin-bottom: .75rem;
}

.img-txt p, .img-txt h3 {
  margin-top: 0;
}
main .three-quarters:not(.big-nav) ul li, .threes ul li, ul.work li:not(li ul.threes li):not(.img-item){
  background: url('/img/bullet.svg') left 6px no-repeat;
  padding: 3px 0 3px 20px;
}

main ul li ul {
  list-style: none;
}
main ul.work li ul li:not(ul.threes li) {
  background: url('/img/heart-bullet.svg') left 6px no-repeat;
  padding: 0px 0 3px 25px;
}
.my-story main .threes ul li {
  background: url('/img/star-bullet.svg') left 2px no-repeat;
  padding: 0px 0 3px 20px;
  margin-bottom: .2rem;
}
.threes ul li {
  padding: 8px 0 8px 20px;
}

/* W  O  R  K  */
ul.work li {
  margin-bottom: 1rem;
}
ul.work li ul.threes {
  padding-left: 0;
  text-align: center;
}
div.work-nav {
  display: grid;
  padding: 1.5rem 0 1rem 0;
  grid-template-columns: repeat(6, 1fr);
  position: -webkit-sticky; 
  position: sticky;
  top: 0;                  
  background-color: #f8f8f8;
  z-index: 1000;           
}
div.work-nav .sub-nav {
  grid-column: 1 / span 5;
  padding: 0;
}

div.work-nav a.button {
  grid-column: 6 / span 1;
}
.my-work p:not(.number):not(.email) {
  margin: .1rem 0 .5rem 0;
}
div.broad-strokes {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  column-gap: .5rem;
  margin-bottom: 1rem;
}
div.music {
  display: grid; 
  grid-template-columns: repeat(12, 1fr);
  column-gap:.5rem;
  align-items: center;
}
div.music img {
  grid-column: 1 / span 1;
}
div.music p {
  grid-column: 2 / span 11;
  margin-top: 0;
}
div.broad-strokes img {
  grid-column: 1 / span 1;
  width: 2rem;
  margin-top:.5rem;
}
div.broad-strokes p {
  grid-column: 2 / span 23;

}
ul.work li.img-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: center;
  background-image: none;
  background: none;
  margin-left: -1.2rem;
}
li.img-item img {
  grid-column: 1 /span 1;
}
li.img-item span {
  display: inline-block;
  grid-column: 2 / span 2;
}

.highlight {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 2rem;
}
img.rep-graphic, .highlight {
  border-radius: 20px;
  margin: 1rem 0;
  box-shadow: 2px 2px 6px rgba(2, 6, 64, .06);
}
.highlight h3, .highlight p {
  margin-top: 0;
}

.disclaimer {
  display: grid;
  grid-template-columns: 3rem 1fr;
  column-gap: .5rem;
}
.disclaimer img {
  padding-right: 1rem;
  border-right: 2px solid #FF0289;
  margin-top: .4rem;
}
.disclaimer p {
  font-weight: 300;
}

/* A  R  T  */ 

.art-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  margin: 1.7rem 0 2rem 0;
}
.art-grid a {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

/* 4  0  4 */
.four-oh-four a {
  position: relative;
  display: inline-block; 
  grid-column: 4 / span 6;
  background: #fff;
  border-radius: 50%;

}
.four-oh-four a img.two {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.four-oh-four a img.one {
  opacity: 1;
}

.four-oh-four a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin: 0 auto;
}

.four-oh-four a img.one,
.four-oh-four a img.two {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.four-oh-four a img.two { opacity: 0; pointer-events: none; }


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */



/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* H O V E R */

@media (hover: hover) {
 
  a.button:hover {
	color: #ffffff;
  border-radius: 0;
  transition: all 0.3s ease 0s;
  background: #E00379;
}
a.text:hover {
  color: #E00379;
  padding-bottom: .2rem;
  border-bottom: 1px solid #020640;
}

header nav ul li.curent:before::hover {
  background: none;
}

header nav ul li:hover span {
  opacity: 1;
}

header nav ul li:hover:after {
  width: 100%;
}


.sub-nav button:hover span:not(.current) {
  transform: scaleX(105%);
  font-weight: 500;
  transition: transform .3s cubic-bezier(0.4, 0, 0.4, 1);
}

.big-nav ul li a:hover, .art-grid a:hover {
  transform: scale(1.10);
  box-shadow: 2px 2px 10px rgba(2, 6, 64, .1);
  transition: transform .3s cubic-bezier(0.4, 0, 0.4, 1), box-shadow .3s cubic-bezier(0.4, 0, 0.4, 1);
}

.art-grid a:hover {
  box-shadow: 2px 2px 10px rgba(2, 6, 64, .3);
}

.photos:hover img.two,
.big-nav a:hover img.two {
  opacity: 1;
}
.photos:hover img.one,
.big-nav a:hover img.one {
  opacity: 0;
}

.big-nav a:hover img.two { 
  opacity: 1; 
}
.big-nav a:hover img.one { 
  opacity: 0; 
}

header h1.title span:hover {
  transform: rotate(360deg);
}

aside .photos:hover .one, body:has(.photos:hover) h2.one {
  display: none;
}
aside .photos:hover .two, body:has(.photos:hover) h2.two{
  display: block;
}
body:has(.photos:hover) h2.two {
  margin-bottom: .9rem;
}

.big-nav a.bn-work:hover>.one {
  display: none;
}
.big-nav a.bn-work:hover>.two {
  display: block;
}

.big-nav a.bn-story:hover>.one {
  display: none;
}
.big-nav a.bn-story:hover>.two {
  display: block;
}

.big-nav a.bn-style:hover>.one {
  display: none;
}
.big-nav a.bn-style:hover>.two {
  display: block;
}

.big-nav a.bn-views:hover>.one {
  display: none;
}
.big-nav a.bn-views:hover>.two {
  display: block;
}

.big-nav a.bn-aims:hover>.one {
  display: none;
}
.big-nav a.bn-aims:hover>.two {
  display: block;
}

.big-nav a.bn-art:hover>.one {
  display: none;
  opacity: 0;
}
.big-nav a.bn-art:hover>.two {
  display: block;
  opacity: 100%;
}

.four-oh-four a:hover img.one {
  opacity: 0;
}
.four-oh-four a:hover img.two {
  width: 100%;
  opacity: 1;
}

.four-oh-four a:hover img.two { 
  opacity: 1; 
}

.four-oh-four a:hover img.one { 
  opacity: 0; 
}
.container header>h1 a .name {
  visibility: hidden;
  display: none;
  opacity: 0;

}
}

/* ==========================================================================
   Media Queries
   ========================================================================== */


@media (max-width: 768px) {
  html { font-size: 15px; }
  body { font-size: 16px; 
  width: 100%;}

  ul.work li ul.threes,
  div.work-nav,
  .container>header,
  .container>main,
  .container>main section .img-txt,
  .footer-container footer, 
  .container>main .threes,
  ul.work li.img-item {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0.75rem;
    padding: 0 0.75rem;
  }
  div.work-nav {
    padding-bottom: 1rem;
  }
  .container,
  ul.work li ul.threes > *,
  ul.work li.img-item > *,
  .container>header > *,
  .container>main > *,
  .container>main section .img-txt,
  .footer-container footer > * {
    grid-column: 1 / -1;
    width: 100%;
  }

  header h1,
  header nav,
  aside:not(.one-third),
  footer aside,
  footer div,
  main .three-quarters,
  .full main section,
  .full main section .intro,
  main .threes div,
  .img-txt {
    grid-column: 1 / -1;
  }
.my-story main .threes {
  margin-top: 1rem;
  padding: 0;
}
.my-story main .threes h4 {
  font-size: 1rem;
}
.my-story main .threes div {
  margin-bottom: 1rem;
}
.my-story main .threes ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.5rem;
  text-indent: none;
}

/* List Items */
.my-story main .threes ul li {
  display: inline;
  background: none;
  padding: 0;
}

/* Add a comma and space after every item except the last one */
.my-story main .threes ul li:not(:last-child):after {
  content: ", ";
}

img.rep-graphic {
  margin: 0;
}
ul.work li ul.threes {
  padding:0;
}
.my-story main .threes ul, .my-story main .threes h4  {
  margin: 0;
}
.threes {
  gap: 0;
}
section.panel {
  margin-top: 2rem;
}
.footer-container {
  width: 100%;
}
footer aside a.back-to-top {
  display:block;
}
footer aside a.back-to-top img {
  width: 3rem;
}
header nav ul li img {
    overlap: contain;
  }
header nav ul li {
    margin: 0;
  }
header nav ul li img{  
  max-width: 25px;
}
header nav ul li.style img {
  max-width: 33px;
}
header nav ul li a span {
  display: block;
  margin-top: .5rem;
  font-size: .5rem;
}
header nav ul li a span, header nav ul li.current a span {
  opacity: 1;
}

.container header h1 {
  align-items: center;
  text-align: center;
  margin: 1rem auto;
  width: auto; 
  height: auto;
}
.big-nav ul li a {
    padding: .8rem 0;
}
.big-nav ul li a img {
    padding-bottom: 0;
}
.big-nav a > span {
    margin-top: 0;
}
header h1 a {
  display: inline-block;
  width: 5rem;
  height: 2rem;
}
div.disclaimer {
  margin-top: 1.5em;
}
.big-nav.three-quarters ul, 
.home aside, 
.container>main section .art-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
main.home aside {
  align-items: center;
}
main.home aside .photos {
  grid-column: 1 / span 1;
}
main.home aside .hi {
  grid-column: 2 / span 1;
}
main.home aside .hi p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.my-story aside {
  text-align: center;
}
.img-txt img {
  border-top-left-radius: 193px;
  border-top-right-radius: 193px;
  height: 100%;
  object-fit: cover;
}
h4, footer .contact p{
  font-size: .7rem;
}
.threes div ul {
  font-size: 1rem;
}
footer aside img {
  margin-top: 1rem;
}
footer div.contact p:first-child {
  font-size: .8rem;
  padding-top: 1.5rem;
  border-top: 2px solid #353866;
}
footer div.contact {
  margin-top: 1.5rem;
  padding-top: 0;
}
main ul.work {
  margin-left: 0;
}
main ul.work li ul {
  padding-left: 0;
}
.threes ul {
  margin-bottom: 0;
}
.my-story aside img {
  width: 12rem;
  margin-bottom: 0 auto 1rem auto;
}
footer a.number {
  font-size: 4rem;
  padding-bottom: 4rem;
}
footer p.email {
  font-size: 1rem;
  text-decoration: none;
}
footer .copyright {
  text-align: center; 
  margin-bottom: 2rem;
}
footer div {
  padding: 0 1rem;
}
footer aside {
  margin: 0;
}
.footer-container {
  margin-top: 2rem;
}
div.music, div.broad-strokes {
  display: block;
  clear: both;
}
.music img.record, div.broad-strokes img {
  width: 3rem;
  float: left;
  margin: .5rem .5rem .5rem 0;
}
div.work-nav a.button {
  align-self: last baseline;
}
.sub-nav button {
  border: none;
}

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
  }


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *{
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

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

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
