/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

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

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

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

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

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*

@media only screen and (min-width: 568px) {}
@media only screen and (min-width: 767px) {}
@media only screen and (min-width: 959px) {}
@media only screen and (min-width: 1023px) {}


===================================
			   General Settings
===================================
*/

body {
  height: 100%;
  width: 100%;
  background: #f8f8f2;
}

html {
  font-family: "usual",sans-serif;

}

.noMobile {
  display:none;
}

.noDesktop {
  display: block;
}


img {
  max-width: 100%;
}


.wrapperFull {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

.wrapperLeft {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;

}

.wrapperRight {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}


.wrapperHeader {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}


h1, h2, h3, h4, h5, p, a {
  font-family: "usual",sans-serif;
}





@media only screen and (min-width: 960px) {

  .noMobile {
    display:block;
  }

  .noDesktop {
    display: none;
  }
}




/*
===================================
			   Header
===================================
*/

#header {
  width:100%;
  height: 100%;
}

#menu {
	position:fixed;
	top:0px;
	width:100%;
	height:75px;
	background-color:#d61d24;
	color: #FFFFFF;
	z-index:9999;
	display: none;
  opacity: 0;
}

.menuLogo {
  margin-top: 17px;
  float: left;
}

.menuNav {
  float: right;
  width: 55%;
}
.menuNav ul {
    float: right;
    margin: 30px 0 0;
    padding: 0;
}

.menuNav ul li {
    float: left;
    font-size: 11px;
    font-weight: 900;
    list-style-type: none;
    margin: 0 25px 0 0;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}

.menuNav ul li a {
  text-decoration: none;
  color: #e7e3d7;
  font-family: "usual",sans-serif;


}


.nav-active a{
  color: ##FF0000;
}


.mobileHeader {
    background: #d61d24 none repeat scroll 0 0;
    border-bottom: 2px solid #a30000;
    height: 45px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}
  .mobileLogo {
    margin: 0 auto;
    max-width: 180px;

  }
    .mobileLogo img {
      position: relative;
      top: 10px;;
    }

  /*.mobileNav {}*/

.fullHeader {
  /*background: url("../img/header-backgroundMobile.jpg") no-repeat 100% ;*/
  height: 100%;
  width: 100%;
  min-height: 450px;
  float: left;
}

.headerContent {
    margin-top: 20px;
}

.mainLogo {
  float: left;
  margin-top: 65px;
  width: 100%;
  text-align: center;
}

.fullHeader p {
    color: #042e51;
    float: left;
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
}

.downloadBTNS {
    margin: 0 auto 0;
    width: 90%;
    position: relative;
    top: 25px;
}

.fullHeader .downloadBTNS h4 {
    float: left;
    font-size: 11px;
    margin-top: 10px;
    text-align: left;
    width: 100%;
	color: #000000;
}


  .appleBTN, .googleBTN {
      display: block;
      float: left;
      height: 100%;
      width: 45%;
      text-align: center;
  }

  .googleBTN {
    float: right;
  }


  .appleBTN img, .googleBTN img {
    width: 100%;
    max-width: 170px;
}

  .topPhones {display: none;}

/* ------- media queries for header styles ------- */

@media only screen and (min-width: 567px) {

  .fullHeader {
    /*background: url("../img/header-backgroundTablet.jpg") no-repeat 100%;*/
    min-height: 503px;
  }
  .downloadBTNS {width: 70%;}
  .fullHeader p { font-size: 20px; padding: 0 30px;}

}

@media only screen and (min-width: 767px) {

  .downloadBTNS {width: 60%;}
  .menuNav {
    float: right;
    width: 69%;
  }


}

@media only screen and (min-width: 960px) {

  .topPhones {
    background: rgba(0, 0, 0, 0) url("../img/header-mainPhones.png") no-repeat scroll 600px 40px / 75% auto;
      display: block;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
  }
  .mainLogo {
      margin-top: 165px;
      text-align: left;
  }
  .fullHeader p {
    font-size: 22px;
    padding: 0;
    text-align: left;
    letter-spacing: .02em;
     width:100%;
   }
   .downloadBTNS {float:left; width: 100%; z-index: 10;}


   .fullHeader { min-height: 900px; background-position: top center;}

   .appleBTN, .googleBTN {
       text-align: left;
       width: 35%;
       float: left;
   }
   .headerContent {
       margin-top: 20px;
       max-width: 610px;
   }
   #header {
       height: 100%;
       width: 100%;
       float: left;
       max-height: 770px;
   }

   #menu { opacity: 1;}


}

@media only screen and (min-width: 1024px) {

  .fullHeader {
    /*background: url("../img/header-backgroundFull.jpg") no-repeat top center;*/
    min-height: 700px;

  }

  .topPhones {
      background:rgba(0, 0, 0, 0) url("../img/header-mainPhones.png") no-repeat scroll 488px 60px / 75% 75%;
      display: block;
      height: 1020px;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      max-width: 880px;
      max-height: 1020px;
  }


}

@media only screen and (min-width: 1140px) {


  .topPhones {
      background: rgba(0, 0, 0, 0) url("../img/header-mainPhones.png") no-repeat scroll 100px 40px / 90% auto;
      display: block;
      left: 45%;
      position: absolute;
  }
  .headerContent {
  }
  .wrapperHeader {
      margin: 0 auto;
      max-width: 1200px;
      width: 90%;
  }


}

@media only screen and (min-width: 1500px) {


  .wrapperHeader {

    width: 100%;
}


}

@media only screen and (min-width: 1801px) {

  .fullHeader {
    background-size: cover;
  }


}




/*
===================================
			   Politics as Usual
===================================
*/

#politicsAsUsual {
  float: left;
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #f8f8f2;
}

#politicsAsUsual h1 {
  color:#d61d24;
  text-align: center;
  width: 100%;
  line-height: 35px;
  margin: 0 0 30px 0;
  font-size: 40px;
  letter-spacing: .03em;
}

.line{
  height: 5px;
  width: 90px;
  background: #d61d24;
  margin: 0 auto 30px;
}

#politicsAsUsual p {
  text-align: center;
  font-size: 14px;
  color: #051421;
  line-height: 25px;
  margin-bottom: 35px;
}

.iconBox {
  float: left;
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}
  .iconBox img {
    margin-bottom: 14px;
    width: 90%;
    max-width: 300px
  }
  .iconBox h3 {
    font-size: 20px;
    color: #042e51;
    text-align: center;
    margin-bottom: 10px;
  }

  .iconCopy {
    max-width: 300px;
    margin: 0 auto;
  }


  .iconCopy span {
      color: #042e51;
      float: left;
      font-size: 13px;
      line-height: 20px;
      text-align: center;
      width: 100%;
  }


  .wrapperFull {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
  }



/* ------- media queries for politics styles ------- */

@media only screen and (min-width: 767px) {

  #politicsAsUsual p {
    font-size: 18px;
    letter-spacing: .03em;
    line-height: 24px;
  }


  .iconBox p {
    width: 75%;
    margin: 0 auto;
    float: none;
    font-size: 16px;
  }
  .iconBox h3 {
    font-size: 24px;
    letter-spacing: .03em;
  }






}
@media only screen and (min-width: 959px) {
  .iconBox {
    float: left;
    width: 33%;
    margin-bottom: 35px;
    text-align: center;
  }

  #politicsAsUsual {
    padding: 75px 0 ;


  }


  #politicsAsUsual h1 {
      font-size: 57px;
      letter-spacing: 0.03em;
      line-height: 60px;
      margin: 30px 0;
      text-align: left;
      width: 100%;
  }

  .line{
    height: 5px;
    width: 180px;
    background: #d61d24;
    margin: 0 auto 20px;
    float: left;
  }

  #politicsAsUsual p {
    text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-bottom: 100px;
    float: left;

  }

  .iconBox span {
    float: left;
    font-size: 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
  }

  .iconBox h3 {
    font-size: 21px;
    letter-spacing: .03em;
  }

}

@media only screen and (min-width: 1023px) {

  .iconBox {
      float: left;
      margin-bottom: 35px;
      padding: 0 10px;
      text-align: center;
      width: 31%;
  }

  .iconBox h3 {
    font-size: 22px;
    letter-spacing: .01em;
  }
}

@media only screen and (min-width: 1366px){

  .iconBox {
    float: left;
    margin-bottom: 35px;
    padding: 0 20px;
    text-align: center;
    width: 30%;
  }
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}


/*
===================================
			   Best Content
===================================
*/

#bestContent {
    background: rgba(0, 0, 0, 0) url("../img/best-blueBGMobile.jpg") no-repeat scroll center top / cover ;
    float: left;
    height: 100%;
    max-height: 1365px;
    min-height: 845px;
    padding-bottom: 50px;
    width: 100%;
}

#bestContent .content {
  margin-top: 50px;
}


.bestContentBG {
  float: left;
  height: 100%;
  max-height: 1365px;
  min-height: 845px;
  padding-bottom: 50px;
  width: 100%;
}




#bestContent h4 {
  color: #8cc6d3;
  font-size: 14px;
  text-align: center;
  letter-spacing: .02em;
}
#bestContent h1 {
  color: #FFF;
  text-align: center;
  max-width: 485px;
  margin: 0 auto 30px;
  line-height: 35px;
}
#bestContent p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin: 0 auto;
    text-align: center;
    width: 96%;
}


/* ------- media queries for best content styles ------- */


@media only screen and (min-width: 959px) {

  #bestContent {
      /*background: rgba(0, 0, 0, 0) url("../img/best-blueBGFull.jpg") no-repeat scroll center top / cover ;*/
      float: left;
      background: transparent;
      height: 100%;
      max-height: 513px;
      min-height: 513px;
      padding-bottom: 50px;
      width: 100%;
  }

  #bestContent .content {
      float: right;
      margin-top: 92px;
      position: absolute;
      right: 0;
      width: 461px;
  }

  #bestContent h1 {
    font-size: 52px;
 letter-spacing: 0.03em;
 line-height: 60px;
 margin: 30px 0;
 text-align: left;
 width: 100%;
  }

  #bestContent h4 {
    text-align: left;
  }

  #bestContent p {
      float: left;
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 100px;
      text-align: left;
      width: 89%;
  }

  .bigHand {
      margin-left: -290px;
      position: absolute;
      width: 745px;
  }

}
@media only screen and (min-width: 1023px) {

  #bestContent {
    /*background: rgba(0, 0, 0, 0) url("../img/best-blueBGFull.jpg") no-repeat scroll center top / cover ;*/
    float: left;
    height: 100%;
    max-height: 542px;
    min-height: 542px;
    padding-bottom: 50px;
    width: 100%;
  }

  #bestContent .content {
      float: right;
      margin-top: 122px;
      width: 488px;
  }

  .bigHand {
      margin-left: -310px;
      position: absolute;
      width: 785px;
  }
}

@media only screen and (min-width: 1200px){

  .bigHand {
      margin-left: -140px;
      position: absolute;
      width: 784px;
  }

  #bestContent h1 {
    font-size: 57px;
    max-width: 505px;
  }

  #bestContent .content {
      float: right;
      margin-top: 122px;
      width: 525px;
  }



}

@media only screen and (min-width: 1366px){

  #bestContent {
      /*background: rgba(0, 0, 0, 0) url("../img/best-blueBGFull.jpg") no-repeat scroll center top / cover ;*/
      float: left;
      height: 100%;
      max-height: 770px;
      min-height: 770px;
      padding-bottom: 50px;
      width: 100%;
  }

  #bestContent .content {
      float: right;
      margin-top: -688px;
      position: relative;
      width:508px;
  }


  .bigHand {
      margin-left: -270px;
      position: absolute;
      width: 1086px;
  }
}


/*
===================================
  			   Emotional Pulse
===================================
*/


#emotionalPulse {
    float: left;
    height: 100%;
    padding: 75px 0 0;
    width: 100%;
    background:#f8f8f2;
}


#emotionalPulse .content {}


  #emotionalPulse h4 {
    color: #042e51;
    font-size: 14px;
    text-align: center;
    letter-spacing: .02em;
  }
  #emotionalPulse h1 {
    color: #3b6b8a;
    text-align: center;
    /*max-width: 485px;*/
    margin: 0 auto 30px;
    font-size: 34px;
    line-height: 35px;
  }
  #emotionalPulse p {
    color: #042e51;
    text-align: center;
    font-size: 14px;
    width: 94%;
    margin: 0 auto;
    line-height: 25px;

  }

  .phoneRotate {
      background: rgba(0, 0, 0, 0) url("../img/pulse-phoneCircle.jpg") no-repeat scroll center top;
      float: left;
      height: 682px;
      margin-top: 20px;
      width: 100%;
  }





/* ------- media queries for Emotional Pulse styles ------- */


@media screen and (min-width:960px) {

  #emotionalPulse h1 {
      font-size: 52px;
      letter-spacing: 0.03em;
      line-height: 60px;
      margin: 30px auto 0;
      max-width: 658px;
      text-align: center;
      width: 100%;
  }

  #emotionalPulse h4 {
    text-align: center;
    font-size: 17px;
  }

  #emotionalPulse p {
      float: none;
      font-size: 16px;
      line-height: 30px;
      text-align: center;
      width: 85%;
      margin-bottom: 50px;
  }

  #emotionalPulse .line {
      float: none;
      margin: 20px auto;
  }


  #emotionalPulse .content {

  }
  .phoneRotate {
    background: url("../img/pulse-phoneCircle.jpg") no-repeat bottom center;
    height: 682px;
    width: 100%;
    float: left
  }



}


@media screen and (min-width:1200px) {
  #emotionalPulse h1 {
    font-size: 57px;
    line-height: 70px;
  }
}







/*
===================================
  			       Skip Video
===================================
*/




#skipVideo {
    /*background: rgba(0, 0, 0, 0) url("../img/skip-videoBGMobile.jpg") no-repeat scroll center top / cover ;*/
    float: left;
    height: 100%;
    max-height: 1365px;
    min-height: 845px;
    width: 100%;
    padding-top:75px;
}

#skipVideo .content {}


  #skipVideo h4 {
    color: #d61d24;
    font-size: 14px;
    text-align: center;
    letter-spacing: .02em;
  }
  #skipVideo h1 {
    color: #042e51;
    text-align: center;
    max-width: 485px;
    margin: 0 auto 30px;
    font-size: 34px;
  }
  #skipVideo p {
    color: #051421;
    text-align: center;
    font-size: 14px;
    width: 94%;
    margin: 0 auto;
    line-height: 25px;

  }

  .photoAngle {
      margin-top: 30px;
  }



/* ------- media queries for Skip Video styles ------- */


@media screen and (min-width:960px) {


  #skipVideo {
      /*background: rgba(0, 0, 0, 0) url("../img/skip-videoBGFull.jpg") no-repeat scroll center top / cover ;*/
      float: left;
      height: 100%;
      max-height: 800px;
      min-height: 400px;
      width: 100%;
      padding-top:50px;
      position: relative;
  }


  #skipVideo h1 {
      font-size: 52px;
      letter-spacing: 0.03em;
      line-height: 60px;
      margin: 30px 0;
      max-width: 660px;
      text-align: left;
      width: 100%;
  }

  #skipVideo h4 {
    text-align: left;
    font-size: 17px;
  }

  #skipVideo p {
      clear: both;
      float: left;
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 100px;
      max-width: 490px;
      text-align: left;
      width: 77%;
  }

  #skipVideo .content {
      float: left;
      margin-top: 122px;
      width: 70%;
  }


  .photoAngle {
      float: none;
      left: 50%;
      margin-top: 100px;
      position: absolute;
      top: 5%;
      width: auto;
      z-index: 100;
  }


}


@media screen and (min-width:1200px) {
  #skipVideo h1 {
    font-size: 57px;
  }
}



/*
===================================
  			      ooVoo Power
===================================
*/



#oovooPower {
    clear: both;
    float: left;
    height: 100%;
    margin-top: 80px;
    padding: 100px 0 120px;
    position: relative;
    text-align: center;
    width: 100%;
    background: #f8f8f2;
}

#oovooPower .content {}



  #oovooPower h4 {
    color: #042e51;
    font-size: 14px;
    text-align: center;
    letter-spacing: .02em;
  }
  #oovooPower h1 {
    color: #3b6b8a;
    text-align: center;
    /*max-width: 485px;*/
    margin: 0 auto 30px;
    font-size: 34px;
  }
  #oovooPower p {
    color: #042e51;
    text-align: center;
    font-size: 14px;
    width: 94%;
    margin: 0 auto;
    line-height: 25px;

  }

#oovooPower a {
	color: #3b6b8a;
	text-decoration: none;
	font-weight: 900;
}





/* ------- media queries for ooVoo Power styles ------- */

@media screen and (min-width:960px) {


#oovooPower {
  padding: 0 0 120px;
}


#oovooPower h1 {
    font-size: 57px;
    letter-spacing: 0.03em;
    line-height: 60px;
    margin: 30px auto 0;
    max-width: 588px;
    text-align: center;
    width: 100%;
}

  #oovooPower h4 {
    text-align: center;
  }

  #oovooPower p {
      float: none;
      font-size: 16px;
      line-height: 30px;
      text-align: center;
      width: 86.5%;
  }

  #oovooPower .line {
      float: none;
      margin: 20px auto;
  }

  #oovooPower {
    margin-top: 180px;
  }



}


/*
===================================
         Footer
===================================
*/


footer {
    /*background: rgba(0, 0, 0, 0) url("../img/best-blueBGMobile.jpg") no-repeat scroll center top / cover ;*/
    float: left;
    height: 100%;
    /*max-height: 1365px;
    min-height: 845px;*/
    width: 100%;
    position: relative;
}


.topFooter {
  background: #ae171a url("../img/footer-topBG.jpg") no-repeat top center;
  width: 100%;
  height: 100%;
  min-height: 366px;
  float: left;
}

.footerLogo {
    margin-top: -51px;
    text-align: center;
}

.topFooter .downloadBTNS {
  max-width:  370px;
  margin: 0 auto;
  float: none;
}

footer  .appleBTN {
    float: left;
    text-align: left;
    width: 46%;
}

footer .googleBTN {
    float: right;
    text-align: left;
    width: 45%;
}



.bottomFooter {
  background: #92161b;
  min-height: 63px;
  width: 100%;
  float: left;
}




.leftBottomF {
  float: left;
  width: 100%;
}
.leftBottomF ul {
    float: none;
    margin: 0 auto;
    max-width: 560px;
    padding: 20px 0;
    width: 100%;
}
    .leftBottomF ul li {
        float: left;
        list-style-type: none;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .leftBottomF ul li a {
        color: #e7e3d7;
        font-family: "usual",sans-serif;
        font-size: 12px;
        font-weight: 900;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
    }

.rightBottomF {
  float: right;
  width: 100%;
}
.rightBottomF p {
    color: #e7e3d7;
    float: left;
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
/*.rightBottomF a {
    display: table;
    float: left;
    max-width: 70px;
    text-align: center;
    width: 33%;
}*/

.rightBottomF img {
    width: 60%;
}


  .rightBottomF span {float: left;}


.copyright {
  width: 100%;
  text-align: center;
  float: left;
  font-family: "usual",sans-serif;
  font-size: 10px;
  color: #e7e3d7;
  letter-spacing: .03em;
}

.socialLinks {
    margin: 0 auto;
    text-align: center;
    width: 50%;
}

.socialLinks a {
  margin: 0 10px 10px;
}


.icon {
    float: left;
    text-align: center;
    width: 33%;
}

.downloadBTNS h4 {
    color: #e7e3d7;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    margin-top: -15px;
    text-align: left;
    text-transform: uppercase;
	font-size:11px;
}



/* ------- media queries for Footer styles ------- */


@media screen and (min-width:767px) {
  .socialLinks {
    float: none;
    margin: 20px auto 0px;
    max-width: 150px;
    text-align: center;
    width: 100%;
  }
  .copyright { margin-top: 30px;}

  .footerLogo {
    margin-top: -53px;
    text-align: center;
}

}




@media screen and (min-width:960px) {

  .leftBottomF ul li {
      float: left;
      list-style-type: none;
      margin-right: 2%;
      text-align: left;
      width: auto;
  }
  .leftBottomF ul {
      float: none;
      margin: 0 auto;
      max-width: 1200px;
      padding: 20px 0;
      width: 100%;
  }
  .leftBottomF {
    float: left;
    width: 75%;
  }
  .rightBottomF {
      float: right;
      width: 15%;
  }


  .rightBottomF a {
      float: left;
      margin-right: 9px;
      margin-top: 20px;
      max-width: 30px;
      width: 45%;
  }
  .rightBottomF a:first-child { margin-left: -45px;}

  .rightBottomF img {
      width: 100%;
  }

  .rightBottomF span {
      float: right;
      margin-top: -101px;
  }

  .socialLinks { margin-top: 0;}

  .copyright {
      color: #e7e3d7;
      float: right;
      font-family: "usual",sans-serif;
      font-size: 10px;
      letter-spacing: 0.03em;
      text-align: right;
      width: 100%;
      margin-top: 0;
  }

}
@media screen and (min-width:1800px) {


  .topFooter {
    background-size: cover;
  }


}


body {
  overflow-x: hidden;
}






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

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

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

.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 {
    *,
    *:before,
    *:after {
        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) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]: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;
    }

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

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