/*! 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
   ========================================================================== */
@font-face {
  font-family: aspira-normal;
  src: url(../fonts/aspira-demi.otf);
}
body, html {
		overflow-x: hidden;				
}
header, main, footer {
		background: #f5f1ed;
}
h1, h2, h3, h4, h5, p, li, a, ul {
		margin: 0;
		padding: 0;
		font-family: 'Signika', sans-serif;
		text-decoration: none;
		list-style: none;
		color: #2c2c2c;
}
.wrapper {
    width: 90%;
    margin: 0 auto;
				position: relative;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
img {
    width: 100%;
}
.green {	color: #799c4b;	}
.darkg {	color: #0c4500;	}
.black {	color: #2c2c2c;	}
/*---*/
header {
    padding: 0.3vw 0 0.3vw 0;
}
.logo {
    width: 16vw;
    float: left;
}
.btn-mobile {
	display: none;
}
.top-contact {
    float: right;
}
a.top-phone {
    color: #0c4500;
    font-size: 1.6vw;
}
.menu {
    position: absolute;
    width: 47vw;
    left: 10.6vw;
    right: 0;
    margin: 0 auto;
    top: 1.1vw;
}
.menu li {
    padding: 0 0.7vw 0 0.9vw;
    float: left;
    position: relative;
}
.menu a {
    font-size: 1.1vw;
}
.menu a.active, .menu a:hover {
    font-weight: 600;
}
.menu li:before {
    content: " ";
    height: 0.4vw;
    width: 0.4vw;
    background-color: #587c22;
    border-radius: 58%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.5vw;
}
/*---*/
.divider {
    width: 120vw;
    position: relative;
    left: -10%;
    height: 0.9vw;
    background: url(../img/divider.png) center repeat-x;
    background-size: 100% 200%;
    box-shadow: 0 0 6px 4px rgb(0 0 0 / 22%);
}
header .divider {
    top: 4vw;
    height: 0.5vw;
}
/*---*/
.slider-top {
    height: 42.9vw;
    background: url(../img/slider1.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    left: -6%;
    width: 112%;
}
.box {
    background: url(../img/box.png) center no-repeat;
    width: 17.7vw;
    position: absolute;
    left: 19.2vw;
    top: 4.1vw;
    padding: 12.1vw 1.5vw 4.8vw 1.5vw;
    background-size: contain;
}
h1 {
    font-size: 1.9vw;
    line-height: 2vw;
    font-weight: 400;
    width: 12vw;
    text-align: center;
    margin: 0.3vw auto 0.9vw auto;
    padding-bottom: 0.8vw;
    border-bottom: 0.2vw solid #bdd24e;
}
.box li {
    list-style: disc;
    font-size: 1.1vw;
    margin-left: 3.6vw;
}
.box a {
    width: 11vw;
    display: block;
    margin: 1.8vw auto -5.5vw auto;
}
/*----*/
.about {
    background: #fff;
    margin: 3vw 0;
    box-shadow: 0 0 13px 2px rgb(0 0 0 / 22%);
    border-radius: 0.8vw;
    padding: 1.3vw 2vw;
}
h3 {
    font-size: 2.4vw;
}
.about1 {
    width: 14vw;
    float: left;
    margin-top: 1.8vw;
}
p {
    font-size: 1.2vw;
    line-height: 1.7vw;
}
.about2 {
    float: left;
    width: calc(100% - 15vw);
}
/*---*/
.box-services {
    background: #fff;
    margin: 3vw 0;
    box-shadow: 0 0 13px 2px rgb(0 0 0 / 22%);
    border-radius: 0.8vw;
    text-align: center;
    padding: 1.3vw 2vw;
}
.photo1, .photo2, .photo3 {
    width: 31%;
    float: left;
    margin: 1vw 1.1% 0 1.1%;
}
.box-services img {
    border: 0.4vw solid #3c6d16;
    border-radius: 1vw;
    margin-bottom: 0.4vw;
}
/*---*/
.projects.clearfix {
    background: #fff;
    margin: 3vw 0;
    box-shadow: 0 0 13px 2px rgb(0 0 0 / 22%);
    border-radius: 0.8vw;
    text-align: center;
    padding: 1.3vw 2vw;
    position: relative;
}
.projects1 {
    width: 16vw;
    text-align: center;
    float: left;
}
.projects1 a {
    width: 9vw;
    display: block;
    margin: 0.9vw auto 0 auto;
}
.projects2 {
    width: calc(100% - 16vw);
    float: left;
    position: relative;
}
.arrow-left, .arrow-rgiht {
    position: absolute;
    top: 8vw;
    width: 2.8vw;
				cursor: pointer;
}
.arrow-left {
    left: 1vw;
}
.arrow-rgiht {
    right: 1vw;
}
h4.quotes {
    font-size: 3.6vw;
    text-align: center;
    position: relative;
    margin-bottom: -2.7vw;
}
h4.quotes::before, h4.quotes::after {
    content: " ";
    position: absolute;
    height: 0.1vw;
    width: 10vw;
    left: -14.8vw;
    right: 0;
    margin: 0 auto;
    top: 1.3vw;
    background: #2c2c2c;
}
h4.quotes::after {
    left: 0;
    right: -14.8vw;
}
.testimonial p {
    width: 38vw;
    margin: 0 auto;
    text-align: center;
}
/*---*/
.contact-box {
    background: #fff;
    margin: 3vw 0 5vw 0;
    box-shadow: 0 0 13px 2px rgb(0 0 0 / 22%);
    border-radius: 0.8vw;
    text-align: center;
    padding: 2.5vw 2vw;
    position: relative;
}
.contact-logo {
    width: 16vw;
    margin: 4.3vw 2vw 0 2vw;
    float: left;
}
.contact-text {
    float: left;
    width: 44vw;
}
.contact-text h4 {
    font-size: 1.2vw;
    font-weight: 400;
}
.contact-text h3.green {
    margin-bottom: 0.6vw;
}
.contact-text h4.contact-phone {
    font-size: 1.8vw;
}
.car {
    position: absolute;
    right: 1.6vw;
    top: -1.7vw;
    width: 20vw;
}
/*----*/
footer {
    background: #fff;
    box-shadow: 0 -4px 8px #00000045;
}
footer .wrapper {
    padding: 0.8vw 0 0.3vw 0;
}
.logo-footer {
    width: 18vw;
    float: left;
}
.social {
    position: absolute;
    left: 0;
    right: 0;
    width: 14.8vw;
    margin: 0 auto;
    top: 2.1vw;
}
.social a {
    height: 0;
    overflow: hidden;
    display: block;
    background: url(../img/social.png) no-repeat;
    background-size: 15vw;
    background-position: 0 0;
    width: 2vw;
    padding-top: 2vw;
    float: left;
    margin: 0 0.8vw;
}
.social a.social2 {
    background-position: -4.3vw 0;
}
.social a.social3 {
    background-position: -8.7vw 0;
}
.social a.social4 {
    background-position: -13vw 0;
}
.footer-phone {
    float: right;
}
.footer-phone a {
    font-size: 1.9vw;
    color: #23580b;
}
/*-----*/
.text-banner {
    text-align: center;
    padding: 0.8vw 0 0 0;
    background: rgb(255 255 255 / 76%);
    position: relative;
    width: 100%;
}
.text-banner .divider {
    width: 100%;
    left: 0;
    height: 0.5vw;
}
.top-banner {
				position: relative;
}
.text-banner p {
    color: #374f13;
    margin-bottom: 0.8vw;
}
.no-home .box-services p {
    margin: 0.8vw 0;
}
.no-home .box-services img {
    border: 0;
    border-radius: 0;
    margin-bottom: 0.7vw;
}
img.schedule-btn {
    margin-top: 2vw;
    width: 11vw;
}
.containment .photo1, .containment .photo2, .boxnohome .photo1, .boxnohome .photo2 {
    width: 46%;
    float: left;
    margin: 1vw 2% 0 2%;
}
.no-home .bottom-services img {
	border: 0.4vw solid #3c6d16;
    border-radius: 1vw;
    margin-bottom: 0.4vw;
}
/*---*/
a.btn-g {
    background: url(../img/btn.png) center no-repeat;
    background-size: contain;
    display: block;
    width: 14vw;
    margin: 2vw auto 1vw auto;
    color: #fff;
    font-size: 1.2vw;
    text-transform: uppercase;
    padding: 0.8vw 0;
}
/*---*/
.info1 {
    width: 30%;
    float: left;
}
.info {
    text-align: left;
    width: 35vw;
    margin: 0 auto;
}
/*---*/
.portfolio {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.port-item {
    flex-grow: 0;
    width: 31%;
    margin: 1%;
}
.menu-port {
    width: 28vw;
    margin: 0 auto 1.8vw auto;
}
.menu-port li {
    cursor: pointer;
    float: left;
    font-size: 1.7vw;
    margin: 0 0.5vw;
}
.port-item h4 {
    font-size: 1.3vw;
}
.port-item h5 {
    text-transform: uppercase;
    font-size: 0.9vw;
    font-weight: 400;
}
li.active-port {
    border-bottom: 2px solid;
}
.box-services .portfolio img {
    border: 0;
    border-radius: 0;
}
/*---*/
.step1 img {
    border: 0;
    border-radius: 0;
}
img.btn-1 {
    width: 11vw;
    margin: 2vw 0 1.4vw 0;
}
.step1 h3 {
    margin: 0 0 1.5vw 0;
}
img.rem01 {
    width: 58vw;
    margin: 2vw auto 1vw auto;
    display: block;
}
.step1 .photo1, .step1 .photo2 {
    width: 47%;
}
.step1 .clearfix {
    width: 80%;
    margin: 0 auto;
}
.running-sect .step1 p {
    margin-bottom: 1.2vw;
}
.runcol {
    width: 30%;
    float: left;
    margin: 0 1.5%;
}
.runcol h4 {
    font-size: 1.4vw;
    margin: 0.7vw 0 0.8vw 0;
}
.runcol li {
    text-align: left;
    font-size: 1vw;
    width: 19.4vw;
    margin: 0 auto;
}
/*---*/
.dropdown {
  position: relative;
  display: inline-block;
		cursor: pointer;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 11.7vw;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 1vw;
    z-index: 1;
}
/*.dropdown:hover .dropdown-content {
  display: block;
}*/
/*---*/
.imag-pro {
    float: none;
    margin: 2vw 0 0 0;
}
.info-pro {
    margin: 2vw 0 0 0;
    text-align: center;
}
.info-pro h3 {
    font-weight: 400;
    border-bottom: 1px solid;
}
.info-pro p {
    color: #666;
    margin: 1.3vw 0;
}
.text-banner p span {
    background: url(../img/check.png) left center no-repeat;
    background-size: 1.8vw;
    padding: 0 0 0 1.8vw;
}
.box-services .imag-pro img {
    width: calc(47% - 1vw);
    float: left;
    margin: 0.7vw 1.5%;
    height: 21vw;
}






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

@media only screen and (max-width: 1000px) {
	header {
    height: 11.3vw;
	}
	.wrapper {
    width: 97%;
 }
	.logo {
    width: 21vw;
    float: none;
    margin: 0 auto;
	}
	header .divider {
    top: 0.5vw;
	}
	.menu {
		position: absolute;
		width: 66.5vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 4.3vw;
	}
	.menu a {
    font-size: 1.7vw;
	}
	.top-contact {
    float: none;
    text-align: center;
    margin-top: 0.9vw;
	}
	a.top-phone {
    font-size: 2.4vw;
	}
	.menu li:before {
    content: " ";
    height: 0.6vw;
    width: 0.6vw;
    top: 1vw;
	}	
	/*--------*/
	h1 {
    font-size: 2.8vw;
    line-height: 2.7vw;
    width: 14.6vw;
    margin: 1vw auto 1.5vw auto;
    padding-bottom: 1vw;
 }
	.slider-top {
    height: 52.3vw;
 }
	.box {
    width: 27.6vw;
    left: 7.6vw;
				top: 2.1vw;
    padding: 16.5vw 1.5vw 5.6vw 1.5vw;
 }
	.box li {
    font-size: 1.9vw;
				margin-left: 4.2vw;
	}
	.box a {
    width: 16vw;
    margin: 3.2vw auto -7.6vw auto;
	}
	/*---*/
	h3 {
    font-size: 3.7vw;
    line-height: 3vw;
    margin: 0.7vw 0 0.7vw 0;
	}
	.about1 {
    width: 19vw;
    margin-top: 5.7vw;
	}
	.about2 {
    width: calc(100% - 19vw);
	}
	p {
    font-size: 1.9vw;
    line-height: 2.6vw;
	}
	/*---*/
	.box-services {
    margin: 4vw 0;
    padding: 2.1vw 0.5vw;
	}
	.projects1 {
    width: 100%;
    float: none;
    margin-bottom: 3vw;
	}
	.projects1 a {
    width: 19vw;
    margin: 1.9vw auto 0 auto;
	}
	.projects2 {
    width: 100%;
    float: none;
 }
	.testimonial p {
    width: 45vw;
 }
	.contact-logo {
    width: 20vw;
    margin: 4.3vw 1vw 0 1vw;
 }
	.contact-text h4 {
    font-size: 1.9vw;
    font-weight: 400;
	}
	.car {
    right: 1.6vw;
    top: -3.1vw;
    width: 26vw;
	}
	/*---*/
	.logo-footer {
    width: 21vw;
 }
	footer .wrapper {
    padding: 1.8vw 0 0.9vw 0;
	}
	.social {
    width: 21.8vw;
    top: 2.7vw;
	}
	.social a {
    background: url(../img/social.png) no-repeat;
    background-size: 28.8vw;
    background-position: 0 0;
    width: 3.7vw;
    padding-top: 3.7vw;
 }
	.social a.social2 {
    background-position: -8.3vw 0;
	}
	.social a.social3 {
    background-position: -16.7vw 0;
	}
	.social a.social4 {
    background-position: -25.2vw 0;
	}
	.footer-phone a {
    font-size: 2.8vw;
    color: #23580b;
	}
	/*---*/
	.top-banner img {
    width: 200%;
	}
	img.schedule-btn {
    margin-top: 20px;
    width: 190px;
	}
	/*--*/
	img.btn-1 {
    width: 200px;
    margin: 30px 0;
	}
	/*---*/
	.clumping.containment .photo1, .clumping.containment .photo2 {
    width: 66%;
    float: none;
    margin: 41px auto;
	}
	.info {
    text-align: left;
    width: 100%;
    margin: 0 auto;
	}
	/*---*/
	.runcol {
    width: 400px;
    float: none;
    margin: 0 auto 40px auto;
	}
	.runcol h4 {
    font-size: 25px;
    margin: 20px 0;
	}
	.runcol li {
    font-size: 20px;
    width: 100%;
    margin: 0 auto 6px auto;
	}
	/*---*/
	a.btn-g {
    width: 250px;
    margin: 20px auto;
    font-size: 18px;
    padding: 11px 0;
	}
	/*---*/
	.menu-port {
    width: 250px;
    margin: 0 auto 10px auto;
	}
	.menu-port li {
    font-size: 15px;
    margin: 0 5px;
	}
	.port-item h4 {
    font-size: 18px;
    margin: 4px 0;
	}
	.port-item h5 {
    font-size: 15px;
    font-weight: 400;
	}
	.about {
		margin: 4vw 0;
	}
	
}
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
@media only screen and (max-width: 650px) {
	.wrapper {
    width: 94%;
	}
	header {
    height: 73px;
	}
	.logo {
		width: 170px;
		float: none;
		margin: 6px 0 3px 0;
	}
	.btn-mobile {
    display: block;
    width: 45px;
    position: absolute;
    right: 0;
    top: 5px;
    border-radius: 7px;
    box-shadow: 0 0 6px #bdbdbd;
    overflow: hidden;
	}
	.menu {
    position: absolute;
    width: 133px;
    left: auto;
    right: 0;
    margin: 0 auto;
    top: 52px;
    z-index: 5;
    background: #fff;
    padding: 15px 15px;
    box-shadow: -3px 3px 4px 1px #38383878;
				display: none;
	}
	.menu li {
    padding: 0 0 0 13px;
    float: left;
    position: relative;
	}
	.menu a {
    font-size: 14px;
	}
	.menu li:before {
    content: " ";
    height: 5px;
    width: 5px;
    top: 10px;
	}
	a.top-phone {
    font-size: 18px;
	}
	.top-contact {
		margin-top: -14px;
		text-align: left;
		margin-left: 14px;
	}
	/*----*/
	.box {
    width: 200px;
    left: 20px;
    top: 7px;
    padding: 103px 20px 44px 20px;
	}
	h1 {
    font-size: 19px;
    line-height: 17px;
    width: 103px;
    margin: 7px auto;
    padding-bottom: 6px;
	}
	.box li {
    font-size: 14px;
    margin-left: 0;
    list-style: none;
    text-align: center;
	}
	.slider-top {
		height: 362px;
		background: url(../img/slider1.jpg) center 50px no-repeat;
		background-size: cover;
	}
	.box a {
    width: 143px;
    margin: 14px auto -55px auto;
	}
	.about1 {
    width: 100%;
    margin-top: 0;
    text-align: center;
    margin-bottom: 15px;
	}
	h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 8px 0;
	}
	.about2 {
    width: 100%;
    text-align: center;
	}
	p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px;
	}
	.box-services {
    margin: 38px 0;
    padding: 10px 8px;
	}
	.photo1, .photo2, .photo3 {
    width: 94%;
    float: none;
    margin: 0 auto;
	}
	.projects.clearfix {
		padding-bottom: 70px;
	}
	.projects1 a {
		width: 150px;
		margin: 10px auto 0 auto;
		position: absolute;
		bottom: 19px;
		left: 0;
		right: 0;
	}
	.arrow-left {
    left: 20px;
	}
	.arrow-left, .arrow-rgiht {
    position: absolute;
    top: 25%;
    width: 27px;
    cursor: pointer;
	}
	.arrow-rgiht {
    right: 20px;
	}
	h4.quotes {
    font-size: 39px;
    text-align: center;
    position: relative;
    margin-bottom: -17px;
	}
	h4.quotes::before, h4.quotes::after {
    content: " ";
    position: absolute;
    height: 1px;
    width: 30%;
    left: -270px;
    right: 0;
    margin: 0 auto;
    top: 13px;
    background: #2c2c2c;
	}
	h4.quotes::after {
    left: 0;
    right: -270px;
	}
	.testimonial p {
    width: 100%;
    margin-bottom: 8px;
	}
	.contact-logo {
    width: 150px;
    margin: 0 auto;
    float: none;
	}
	.contact-text {
    float: none;
    width: 100%;
	}
	.contact-text h3.green {
    margin-bottom: 7px;
	}
	.contact-text h4 {
		font-size: 17px;
		font-weight: 400;
	}
	.contact-text h4.contact-phone {
    font-size: 18px;
	}
	.car {
    right: 0;
    left: 0;
    top: 0;
    width: 150px;
    position: relative;
    margin: 0 auto;
	}
	.logo-footer {
    width: 150px;
    float: none;
    margin: 0 auto;
	}
	.social {
    position: relative;
    width: 190px;
    top: 0;
    height: 35px;
	}
	.social a {
    background: url(../img/social.png) no-repeat;
    background-size: 260px;
    background-position: 0 0;
    width: 32px;
    padding-top: 32px;
    margin: 0 7px;
	}
	.social a.social2 {
    background-position: -76px 0;
	}
	.social a.social3 {
    background-position: -152px 0;
	}
	.social a.social4 {
    background-position: -228px 0;
	}
	.footer-phone a {
    font-size: 18px;
    color: #23580b;
	}
	.footer-phone {
    float: none;
    text-align: center;
	}
	.dropdown-content {
    padding: 6vw;
    left: -18vw;
    width: 59vw;
    border: 2px solid #0b730a;
	}
	/*---*/
	.containment .photo1, .containment .photo2 {
    width: 96%;
    float: left;
    margin: 9px 2% 0 2%;
	}
	.top-banner img {
    width: 300%;
    margin-left: -40%;
	}
	.text-banner {
    padding: 8px 0 0px 0;
    position: relative;
 }
	/*---*/
	img.rem01 {
    width: 100%;
    margin: 20px auto 20px auto;
 }
	.step1 .photo1, .step1 .photo2 {
    width: 100%;
    margin: 20px 0;
	}
	/*---*/
	.clumping.containment .photo1, .clumping.containment .photo2 {
    width: 98%;
    float: none;
    margin: 21px auto;
	}
	.info1 {
    width: 100%;
    float: none;
	}
	.info {
    width: 310px;
 }
	/*--*/
	.runcol {
    width: 90%;
    float: none;
    margin: 0 auto 40px auto;
	}
	/*---*/
	.port-item {
    width: 48%;
    margin: 1%;
	}
	/*---*/
	.cols-pro {
		position: relative;
	}
	.box-services .imag-pro img {
		width: calc(100% - 1vw);
		float: none;
		margin: 1.7vw 0;
		height: auto;
	}
	.about {
		margin: 6vw 0;
	}
	.slider-top .text-banner {
		margin-left: 2.5%;
		width: 95%;
		margin-top: -5px;
	}
	/*---*/
	.services h3 {
		font-size: 20px;
		line-height: 19px;
		margin: 8px 0;
	}
	.services h3.big-t {
		font-size: 25px;
	}
}
/*------------------------------------------------------------*/
@media only screen and (max-width: 450px) {
	.runcol {
    width: 100%;
 }
	.runcol h4 {
    font-size: 20px;
    margin: 13px 0;
	}
	.runcol li {
    font-size: 15px;
    width: 100%;
    margin: 0 auto 6px auto;
	}
	/*---*/	
	.port-item {
		width: 98%;
		margin: 1%;
	}	
}	
/*------------------------------------------------------------*/
@media only screen and (max-width: 380px) {
	.slider-top {
		height: 362px;
		background: url(../img/slider1.jpg) center 67px no-repeat;
		background-size: cover;
	}
}









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