/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * 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
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * 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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

 #outdated h3{
  color: #b30000;
  text-transform: uppercase;
  font-size: 24px;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
}

#outdated{
  display:block; z-index:9999999; position:absolute; bottom:0; width:100%; padding:15px 20px; margin-left:auto; margin-right:auto;
}

#outdated p{
  color: #000 !important;
}

#outdated .intro{
  padding:10px 0 20px 0;
}

#outdated .wrap_btn{
  margin:20px 0; float:left;
}

#outdated p{
  margin-bottom:0;
}

#outdated .bodyoutdated{
  text-align:left; display:block; float:left; position:relative; width:50%; border:4px solid #b30000; padding: 8px 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;  background-color:#fff; color:#000;
}

#outdated .bodyoutdated a, #outdated .bodyoutdated a:hover{ color:#fff; }

#outdated .btn_ch{
  float:left;
  color: #fff;
  padding: 12px 15px;
  text-transform: uppercase;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  -ms-transition: background .5s ease;
  transition: background .5s ease;
  margin-right: 10px;
  font-size: 14px;
}


#outdated .red{
  background: #b30000;
}

#outdated .green{
  background: #167F39;
}

#outdated #closemod{
  cursor:pointer;
}


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




/* ============================================== GLOBAL
*/


*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


html{
  /*background-color: #fff;*/
}



body {
  font-size: 16px;
  color: #000 ;
}


a, a img {
   outline: 0;
   border:none;
   border: 0;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input::-moz-focus-inner { 
  border: 0; 
}

a {
 color: #fff;
 -webkit-transition: color 0.25s ease-in; /*safari and chrome */
 -moz-transition: color 0.25s ease-in; /* firefox */
 -o-transition: color 0.25s ease-in; /* opera */
 transition: color 0.25s ease-in; /* opera */
}

a:hover, a:focus {
  color: #fff;
}

/* Remove input outline for WebKit browsers */

input[type="text"]:focus {
  outline: none;
}


#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #231e1e;
  text-align: center;
  z-index: 100000;
}

#loadInner{
   width: 150px;
   height: 114px;
   position: absolute;
   top: 50%; 
   left: 50%;
   margin-top: -57px;
   margin-left: -75px;
}




/*Typing Loader*/
.typing_loader{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-animation: typing 1s linear infinite alternate;
       -moz-animation: Typing 1s linear infinite alternate;
            animation: typing 1s linear infinite alternate;
    margin: 16px auto 0; /* Not necessary- its only for layouting*/  
    position: relative;
    left: -12px;
}
@-webkit-keyframes typing{
    0%{
        background-color: rgba(152,125,54, 1);
        box-shadow: 12px 0px 0px 0px rgba(152,125,54,0.2), 
                    24px 0px 0px 0px rgba(152,125,54,0.2);
      }
    25%{ 
        background-color: rgba(152,125,54, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(152,125,54,2), 
                    24px 0px 0px 0px rgba(152,125,54,0.2);
    }
    75%{ background-color: rgba(152,125,54, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(152,125,54,0.2), 
                    24px 0px 0px 0px rgba(152,125,54,1);
      }
}

@-moz-keyframes typing{
   0%{
        background-color: rgba(152,125,54, 1);
        box-shadow: 12px 0px 0px 0px rgba(152,125,54,0.2), 
                    24px 0px 0px 0px rgba(152,125,54,0.2);
      }
    25%{ 
        background-color: rgba(152,125,54, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(152,125,54,2), 
                    24px 0px 0px 0px rgba(152,125,54,0.2);
    }
    75%{ background-color: rgba(152,125,54, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(152,125,54,0.2), 
                    24px 0px 0px 0px rgba(152,125,54,1);
      }
}

@keyframes typing{
   0%{
        background-color: rgba(152,125,54, 1);
        box-shadow: 12px 0px 0px 0px rgba(152,125,54,0.2), 
                    24px 0px 0px 0px rgba(152,125,54,0.2);
      }
    25%{ 
        background-color: rgba(152,125,54, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(152,125,54,2), 
                    24px 0px 0px 0px rgba(152,125,54,0.2);
    }
    75%{ background-color: rgba(152,125,54, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(152,125,54,0.2), 
                    24px 0px 0px 0px rgba(152,125,54,1);
      }
}

.number{
  display: inline-block;
  color: #fff;
  font-family:'Geometric_415 W01 Black', Tahoma, Verdana, Segoe, sans-serif;
  font-size: 30px;
}


.number:hover{
    cursor: context-menu;
}


/* ============================================== FORM VALIDATION
*/

.parsley-errors-list{
  list-style-type: none;
  margin-left: 0;
  margin-top: -25px;
  margin-bottom: 15px;
  color: #f04124;
  text-align: left !important;
}

.parsley-errors-list {
  list-style:none;
}
.parsley-required, .parsley-type, .parsley-pattern, .parsley-minlength, .parsley-minlength{
  color:#f04124;
}

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

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

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

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, 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;
}




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


/*

font-family:'Geometric_415 W01 Lite', Tahoma, Verdana, Segoe, sans-serif;
font-family:'Geometric415W01-Medium', Tahoma, Verdana, Segoe, sans-serif;
font-family:'Geometric_415 W01 Black', Tahoma, Verdana, Segoe, sans-serif;


*/

body{
  font-family:'Geometric415W01-Medium', Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
}

/*a, a:hover, a:focus{
  color: #fff;
}*/

.section{
  position: relative;
}

.borders{
  position: fixed;
}

/*.borders#tLeft{
  top: 50px;
  left: 50px;
}

.borders#tRight{
  top: 50px;
  right: 50px;
}

.borders#bLeft{
  bottom: 50px;
  left: 50px;
}

.borders#bRight{
  bottom: 50px;
  right: 50px;
}
*/

h1{
  font-family:'Geometric415W01-Medium', Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  /*font-size: 30px;
  margin: 50px auto;*/
}

#regNow{
  display: inline-block;
  background: #fff;
 /* padding: 10px 25px;*/
}

#section0 a{
  color: #937a33;
  font-family:'Geometric_415 W01 Black', Tahoma, Verdana, Segoe, sans-serif;
  background-color: #fff;
  /*background: -webkit-linear-gradient(135deg, #937a33, #ccaf76, #9a803a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  text-transform: uppercase;
  font-size: 28px;
}

/*#section1 .logo{
  max-width: 300px;
}*/

/*.intro{
  margin: 50px auto 25px;
  font-size: 24px;
}*/

form{
  padding: 0 10%;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    margin: 0 0 2rem;
    padding: 0.5rem;
    border: 3px solid #fff;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    transition: none;
}

select {
    margin: 0 0 2rem;
    border: 3px solid #fff;
    background-color: transparent;
    color: #fff;
    background-image: none;
    transition: none;
}


[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    outline: none;
    border: 3px solid #fff;
    background-color: transparent;
    box-shadow: none;
    transition: none;
}


select:focus {
    outline: none;
    border: 3px solid #fff;
    background-color: transparent;
    box-shadow: none;
    transition: none;
}

select option {
    color: #000 !important;
}


#submit{
  display: inline-block;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 251px;
  padding: 10px 25px;
  margin-bottom: 15px;
}

#formSubmit{
  border: 0;
  display: inline-block;
  color: #937a33;
  font-family:'Geometric_415 W01 Black', Tahoma, Verdana, Segoe, sans-serif;
 /* background: -webkit-linear-gradient(135deg, #937a33, #ccaf76, #9a803a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;*/
  background: none;
  font-size: 28px;
  outline:  none; 

}

#formSubmit:focus {outline:0;}

#response{
  font-size: 8px;
}

#sent{
  margin-top: 30px;
}

#sent p {
  font-size: 22px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}

/*#footer{
  margin-top: 50px;
}
*/
.privacy{
  font-size: 14px;
}

.reveal p{
  color: #000 !important;
  font-size: 1em !important;
}

.reveal p strong{
    display: inherit;
    margin-top: 15px;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*Small screens Define mobile styles */

@media only screen { } 


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 640px) { 

  br{
      content: ' ';
  }

  br:after {
      content: ' ';
  }


  .hideMob{
    display: none;
  }
  
  .showMob{
    display: inline-block;
  }

  .borders#tLeft{
    top: 5px;
    left: 5px;
  }


  .borders#tRight{
    top: 5px;
    right: 5px;
  }

  .borders#bLeft{
    bottom: 5px;
    left: 5px;
  }

  .borders#bRight{
    bottom: 5px;
    right: 5px;
  }

  .borders img{
    max-width: 27px;
  }

  #section0 .logo{
    max-width: 250px;
  }

  h1{
    font-size: 22px;
    margin: 8% auto;
  }

  #regNow{
    padding: 5px 12.5px;
  }

  #section1 .logo{
    max-width: 150px;
  }

  .intro{
    margin: 25px auto 12px;
    font-size: 18px;
  }

  [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select {
      margin: 0 0 1rem;
    }

  .footerCol{
    margin-top: 15px;
  }

  #footer{
    margin-bottom: 10px;
  }



  
}


/* max-width 640px, mobile-only styles, use when QAing portrait mobile issues */
@media only screen and (max-width: 640px) and (orientation:portrait) { 

   
}


/* max-width 640px, mobile-only styles, use when QAing landscape mobile issues */
@media only screen and (max-width: 640px) and (orientation:landscape) { 

  #section0 .logo{
    margin-top: 25px;
  }

  #section1 .logo{
    margin-top: 50px;
  }


   
}



/*Only iPhone 4/4S (both: landscape and portrait)*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) and (orientation:portrait) {

}


/*Medium screens min-width 641px, medium screens */
@media only screen and (min-width: 641px) {
    

    .hideMob{
      display: inline-block;
    }
    
    .showMob{
      display: none;
    }

    .borders#tLeft{
      top: 50px;
      left: 50px;
    }


    .borders#tRight{
      top: 50px;
      right: 50px;
    }

    .borders#bLeft{
      bottom: 50px;
      left: 50px;
    }

    .borders#bRight{
      bottom: 50px;
      right: 50px;
    }

    .borders img{
      max-width: 87px;
    }


    #section0 .logo{
      max-width: 422px;
    }

    #regNow{
      padding: 10px 25px;
    }



    #section1 .logo{
      max-width: 300px;
    }



    h1{
      font-size: 30px;
      margin: 50px auto;
    }


    .intro{
      margin: 50px auto 25px;
      font-size: 24px;
    }

    #footer{
      margin-top: 50px;
    }

}






/* iPhone 6 + 7 + 8 Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

    .hideMob{
      display: none;
    }
    
    .showMob{
      display: inline-block;
    }

    .borders#tLeft{
      top: 5px !important;
      left: 5px !important;
    }


    .borders#tRight{
      top: 5px !important;
      right: 5px !important;
    }

    .borders#bLeft{
      bottom: 5px !important;
      left: 5px !important;
    }

    .borders#bRight{
      bottom: 5px !important;
      right: 5px !important;
    }

    .borders img{
      max-width: 27px;
    }

    #section0 .logo{
      max-width: 250px;
    }

    h1{
      font-size: 22px;
      margin: 2% auto;
    }

    #regNow{
      padding: 5px 12.5px;
    }

    #section1 .logo{
      max-width: 150px;
      margin-top: 50px;
    }

    .intro{
      margin: 25px auto 12px;
      font-size: 18px;
    }

    .footerCol{
      margin-top: 15px;
    }

    #footer{
      margin-bottom: 10px;
    }


}


/* iPhone 6 + 7 + 8 Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
  


}


/* iPhone 6+ Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
 
  .hideMob{
    display: none;
  }
  
  .showMob{
    display: inline-block;
  }

  .borders#tLeft{
    top: 5px !important;
    left: 5px !important;
  }


  .borders#tRight{
    top: 5px !important;
    right: 5px !important;
  }

  .borders#bLeft{
    bottom: 5px !important;
    left: 5px !important;
  }

  .borders#bRight{
    bottom: 5px !important;
    right: 5px !important;
  }

  .borders img{
    max-width: 27px;
  }

  #section0 .logo{
    max-width: 250px;
  }

  h1{
    font-size: 22px;
    margin: 2% auto;
  }

  #regNow{
    padding: 5px 12.5px;
  }

  #section1 .logo{
    max-width: 150px;
    margin-top: 50px;
  }

  .intro{
    margin: 25px auto 12px;
    font-size: 18px;
  }

  .footerCol{
    margin-top: 15px;
  }

  #footer{
    margin-bottom: 10px;
  }


}


/* iPhone 8+ (both: landscape and portrait)*/
@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) {

}




/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
   
   .borders#tLeft{
     top: 25px;
     left: 25px;
   }

   .borders#tRight{
     top: 25px;
     right: 25px;
   }

   .borders#bLeft{
     bottom: 50px;
     left: 25px;
   }

   .borders#bRight{
     bottom: 25px;
     right: 25px;
   }

   #section1 .logo{
     max-width: 200px;
   }

   .intro{
     margin: 25px auto;
   }

   #footer{
     margin-top: 25px;
   }
}

/* min-width 641px and max-width 1024px, use when QAing tablet-only portrait issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
   
   .hideMob{
     display: none;
   }
   
   .showMob{
     display: inline-block;
   }

   #footer{
     margin-top: 60px;
   }

   .footerCol{
     margin-bottom: 15px;
   }

}

/* min-width 641px and max-width 1024px, use when QAing tablet-only landscape issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: landscape) {
   
}





/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

    .hideMob{
      display: inline-block;
    }
    
    .showMob{
      display: none;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/*10" macbook*/
@media only screen and (min-width: 600px) and (max-width: 1024px) {

  #section0 .logo {
      max-width: 320px;
  }

  h1 {
      font-size: 22px;
      margin: 25px auto;
  }

  #section1 .logo {
      max-width: 150px;
  }

  [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
      margin: 0 0 0.5rem;
  }

  #footer {
      margin-top: 5px;
  }

  .intro {
      font-size: 16px; 
      margin: 10px auto;
  }

}


/*13" macbook*/
@media only screen and (min-width: 800px) and (max-width: 1024px) {


}



/*Large screens min-width 1025px, large screens*/
@media only screen and (min-width: 1025px) {
    
}



/*15" macbook*/
@media screen and (min-width: 768px) and (max-width: 1366px) {
  
}


/*19" laptop*/
@media screen and (min-width: 900px) and (max-width: 1440px) {

  
}


/*20" laptop*/
@media screen and (min-width: 900px) and (max-width: 1600px) {

  
}


/*22" laptop*/
@media screen and (min-width: 1050px) and (max-width: 1680px) {

  
}


/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 1024px) and (max-width: 1440px) { 
}

/* XLarge screens min-width 1441px, xlarge screens */
@media only screen and (min-width: 1441px) { 
}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
}

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 1921px) {
} 


@media screen and (orientation: portrait) {
 
}

@media screen and (orientation: landscape) {
  
}


@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 the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

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