/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
/*	max-width:1280px;*/

}
/* header */
.header {
    background: #0d61b8 !important;
}

.top-bar {
	  padding: 10px;
    color: white;
		font-size: 16px;

}

.top-bar-text a {
	color: #fff;
}

.top-bar-logo-1 {
	width: 70%;
	padding:15px;
	margin-left: 40px;

}

.top-bar-logo-2 {
	width: 80%;
	padding:15px;

}

.top-bar-text {
	position: absolute;
	padding-top: 5px;
}

.icons {
	font-size: 20px;
}

.icons a {
    color: #fff !important;
}
.navbar {
    margin: 0;
    padding: 0;
    min-height: 56px;
	  padding-top: 10px;
		font-size: 10px;
		font-weight: 600;
}

.navbar li {
	display: inline-block;
	position: relative;
}

.navbar a {
padding: 0.75em 2.2em 0.75em 1.2em !important;
text-transform: uppercase;
line-height: 32px;
font-style: normal;
color: #555658;
font-size: 15px;
text-align: center;
}

@media screen and (min-width: 1450px) {
#toggle {
display:none;
}

}

@media screen and (max-width: 1450px) {
#popout {
position: fixed;
height: 100%;
width: 250px;
background:#192E48;
color: white;
top: 0px;
left: -250px;
overflow:auto;
z-index: 2000;
}

#popout a {
	color: #fff;
}


#toggle {
float: right;
position: absolute;
right: 45px;
width: 28px;
height: 24px;

}
}


.below-header {
	    border-bottom: 1pt solid #0d61b8;
			margin: auto !important;

}

.banner-text {
color: #fe5b5f;
font-size: 41px;
font-weight: 800;
padding-top: 20px;
text-transform: uppercase;
}
.container.box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.banner-paragraph {
	color: #4dd0e7;
  font-size: 18px;
	margin-top: 30px;
	font-family: 'Montserrat', sans-serif;

}
.banner-text-non-visible {
color: #fe5b5f;
font-size: 41px;
font-weight: 800;
padding-top: 20px;
text-transform: uppercase;
	display: none;
}

.switch {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 18px;
	float: right;
	margin-top: 13px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fe5a5f;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 11px;
	width: 12px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
  background-color: #D3D3D3;
}


input:focus + .slider {
  box-shadow: 0 0 1px #D3D3D3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
#cjButton {
	padding: 5px;
	clear: right;
  border: 1px solid #555658;
	margin-bottom: 10px;
}

#myinstaButton {
	padding: 5px;
	border: 1px solid #555658;
	margin-bottom: 10px;
	clear: right;
}
#cjButton:hover {
	background: #E8E8E8;
	}

.location-button-heading {
text-transform: uppercase;
font-weight: 800;
font-size: 12px;
padding-top: 17px;
color: #0d61b8;
position: absolute;
}


.location-button-section {
	border: 1px solid #555658;
	width: 50%;

}

.location-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	        -ms-flex-direction: column;
	            flex-direction: column;

	border: 1px solid #555658;
	margin: 5px;
	text-align: center;
	text-transform: uppercase;

}

.location-section-2 {

}


.location-heading {
color: #0d61b8;
text-align: center;
text-transform: uppercase;
font-weight: 800;
padding-top: 15px;

}

.location-picture {
max-width: 55%;
display: block;
margin-left: auto;
margin-right: auto;
}
.location-number {
    color: #0d61b8;
    font-weight: 800;
    padding-top: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
}

.location-address {
	color: #0d61b8;
	font-family: 'Montserrat', sans-serif;
  font-weight: 700;

}

.visit-site-text {
	color: #0d61b8;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.wait-time {
	padding: 15px;
	color: #fe5b5f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;

}

.middle-service-section {
	padding: 15px;
	min-height: 400px;
	background: /* top, transparent red */
	linear-gradient(
		rgba(13, 97, 184, 0.45),
		rgba(13, 97, 184, 1.45)
		),
		url(./img/cj_desk.jpg) no-repeat center center;

		text-align: center;
		color: white;
		text-transform: uppercase;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin-bottom: 30px;
	}

.individual-services {
	border: 1px solid #fff;
  margin: 4px;
  max-width: 24% !important;
  font-family: 'Montserrat', sans-serif;
}

.individual-services:hover {
    background-color: white;
    color: black;
}
.service-top-heading {
font-weight: 800;
font-size: 30px;
padding-bottom: 40px;
margin-top: 50px;

}

.service-heading {
	padding-bottom: 12px;
  font-weight: 600;
  font-size: 13px;
}

.service-paragraph {
    padding-bottom: 20px;
}

.icon {
	font-size: 25px;
}

.slider-section {
	margin-bottom: 30px;
}

/*.slider-picture:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: " ";
}*/


.slider-picture {
	max-width: 55%;
	margin-left: 60px;
	position: relative;
}

.slider-picture-two {
	max-width: 80%;
  margin-left: 22px;
  position: relative;
  padding-top: 70px;
}

.slider-picture-three {
	max-width: 75%;
  margin-left: 37px;
  position: relative;

}


.slider-header {
color: #fe5a5f;
font-size: 28px;
text-transform: uppercase;
font-weight: 800;
border-bottom: 3px #555658 solid;
margin-bottom: 20px;
}

.slider-second-half {
	padding-top: 50px;
}
.slider-header-two {
	color: #192E48;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;

}

.slider-paragraph {
	color: #0d61b8;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;



}

.services-button {
		border-style: solid;
		border-color: white;
		border-width: thin;
    color: white;
    padding-top: 9px;
		font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    height: 37px;
    width: 156px;
		background: #192E48;
		text-transform: uppercase;
}

.carousel {
	padding: 50px;
	min-height: 400px;
	background-size: cover;

}

.patient-reviews {
    text-align: center;
    margin-top: 50px;
    font-size: 36px;
}

.d-block.w-100 {

}

.carousel-control-next {
	width:3%;
}

.carousel-control-next-icon {
    background-image : url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    color: black !important;

}

.carousel-control-prev-icon {
    background-image : url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    color: black !important;

}
.carousel-control-prev {
	width: 3%;
}

.slider-icon {
color: white;
font-size: 100px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}
.footer-list-top {
	display: inline-grid;
  list-style: none;
	width: 24%;
}

.footer-menu-item {
  padding-bottom: 10px;
}

.footer-list-header {
  padding: 10px 0 5px 0;
  color: #192E48;
	border-bottom: 3px #555658 solid;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
}
.footer-list-anchor {
  font: 1.3em "Open Sans", sans-serif;
	list-style: none;
  padding: 0;

}

.medal {
	width: 64%;
  margin-top: 75px;
  margin-right: auto;
}

.below-footer {
 background: #555658;
 padding: 20px;
 color: white;
 margin: auto !important;
 font-family: 'Montserrat', sans-serif;
 line-height: 200%;

}
/* logo */
.logo {
max-width: 40% !important;
background: white;
padding: 5px;
margin: 10px;

}

.copyright {
	padding: 13px;
	text-transform: uppercase;

}

/*location page */

.post-type-archive-locations .row {
    justify-content: center;
}

.banner-location-page-text {
color: #fe5b5f;
font-size: 35px;
font-weight: 800;
padding-top: 80px;
text-transform: uppercase;
line-height: normal;
}

.locations-page-holder{
	background-color: #edecec;
	text-align: center;
	color: #555658;
	font-size: 12px;
	width: 100%;
  display: block;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.locations-holder a {
	color: #830e00;
}
.location-logo img {
	width: 50px;
	height: auto;
	padding-top: 1em;
	padding-bottom: 1em;
}

.location-page-heading {
	font-size: 28px;
	text-transform: uppercase;
	color: #fe5b5f;
  font-weight: 600;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.location-page-wait-time {
    background-color: white;
    color: #555658;
    border-radius: 1em;
    margin: 10px;
    padding: 5px;
}
.hours {
    background-color: #4dd0e7;
    min-height: 50px;
    color: white;
}
.logo-img {

}
/* nav */
.nav {

}


/* sidebar */
.sidebar {

}
/* footer */
.footer {

}
.location-info {
  padding: 20px;
}
.sub-page-banner-picture{
object-fit: cover;
height: 500px;
width: 100%;
}

.sub-page-banner {
width: 100%;
position: relative;
display: inline-block;
}

.sub-page-banner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background: #00000040;
    right: 0;
}
.sub-page-heading {
color: white;
font-size: 52px;
font-weight: 800;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
width: auto;
top: 50%;
text-align: left;
overflow: hidden;
padding: 20px 10px;
position: absolute;
top: 30%;
left: 30%;
transform: translate(-30%, -30%);
}
section.sub-post-info-container {
	max-width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 0px;
  margin-left: 0px;
}

.sub-post-info {
    background: #F0F0F0;
    margin-top: 20px;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 50px;
		margin-right: 15px;
    margin-left: 15px;
}
.sub-post-paragraph h1{
    color: #840208;
    font-size: 34px;
}
section.sub-post-info-container h2 {
	font-size: 24px;
	margin-top: 20px;

}
.sub-post-info-container span.date {
    font-size: 18px;
    margin-right: 5px;
    color:#192E48;
    font-weight: bold;
}
.sub-post-info-container span.author {
    font-size: 15px;
}
section.sub-post-info-container p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.5;
}
section.sub-post-info-container ul,
section.sub-post-info-container ol {
	font-size: 14px;
}

.blog-post-picture {
    object-fit: cover;
    height: 325px;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    filter: blur(1px);
    -webkit-filter: blur(2px);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


.post-item h2 {
    font-size: 28px;
    margin-top: 20px;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    width: auto;
    top: 50%;
    text-align: left;
    overflow: hidden;
    padding: 20px 10px;
    position: absolute;
    top: 23%;
    left: 30%;
    transform: translate(-30%, -36%);
		z-index: 2;
    text-shadow: px 11px 16px rgba(32, 40, 44, 0.77);
    font-weight: 700;
    padding-bottom: 10px;
    text-shadow: 0 6px 13px rgb(0, 0, 0);
}

section.sub-post-info-container h2 a {
	color: white;
}
.generic-content {
    margin-top: 20px;
    margin-bottom: 20px;
		padding: 20px 5.5% 3rem;
    font-size: 1.4rem;
    color: #808285;
}

.generic-content .view-article {
	display: none;
}
a.blog-post-btn {
    border: none;
    color: white;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 10px 2px;
    cursor: pointer;
    background: #840208;
    /* width: 158px; */
    text-transform: uppercase;
    text-decoration: underline;
    margin-left: auto;
    list-style-type: none;
}
.my-post-item img {
	float:left;
	width: 96px;
  height: 96px;
}
.my-post-item h2 a {
	color: #182e48 !important;
	font-size: 14px;
  font-weight: 700;
}

.my-latest-posts {
background: white;
padding-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
}
.sub-post-info.row .col-4 h3 {
    text-align: center;
    color: #850004;
    margin: 10px;
}
.sub-post-paragraph.col-8 p a {
    overflow-wrap: break-word;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media screen and (max-width: 1450px) {
#popout {
    position: fixed;
    height: 100%;
    width: 250px;
    color: white;
    top: 0px;
    left: -250px;
    overflow: auto;
    z-index: 2000;

    background-color: rgba(255,255,255,0.8);
	}

	.navbar li {
	    display: inline-block;
	    position: relative;
	    background: #192E48;
	    margin: 5px;
	}

	.navbar li:hover {
		 background: #fe5a5f;
	}
}

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

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

}
@media only screen and (max-width:1100px) {

	.sub-post-paragraph.col-8 {
	    flex: initial;
	    max-width: 100%;
	}
	.sub-post-info .col-4 {
		flex: initial;
    max-width: 100%;
	}
	.my-latest-posts {
		margin-left: auto;
    margin-right: auto;
	}
}
@media only screen and (max-width:990px) {


	.footer-list-top {
		width: 24%;
	}
  .slider-picture {
		max-width: 70% !important;
		margin:auto;
	}
	.top-bar-logo-1 {
    width: 87%;
    padding: 15px;
    margin-left: 18px;
}
.top-bar-logo-2 {
    width: 93%;
    padding: 15px;
}

}

@media screen and (max-width: 990px) and (min-width: 770px) {
.container{
	max-width: 940px !important;

 }
 .location-button-heading {
	 font-size:10px;
 }

 .switch {
	 width: 40px;
 }
.slider:before {
	left:1px;
}

}

@media only screen and (max-width:880px) {
	.individual-services {
		flex: 45% !important;
		max-width: 32% !important;
	}
}



@media only screen and (max-width:770px) {
	.individual-services {
    max-width: 50% !important;
	}
	.location-section {
    max-width: 50% !important;
    flex: 45% !important;
}
.footer-list-top {
	width: 49%;
}
.location-button-section {
	width: 100%;
	flex: 45% !important;
}

.top-bar-text {
	font-size:16px;
}
.location-page-container {
    max-width: 700px !important;
}
.banner-location-page-text {
	font-size:28px;
}
.container {
    max-width: 680px;
}
.single-post .sub-page-heading {
    font-size: 35px;
}
.sub-page-heading {
	top: 40%;
	width: 90%;
}

}

@media only screen and (max-width:750px) {
	.post-item.col-6 {
		flex: initial;
		max-width: 100%;
	}
}

@media only screen and (max-width:700px) {
	article.locations {
		flex: none !important;
		max-width: 50% !important;
	}
}
@media only screen and (max-width:570px) {
	.logo-holder {
	  background: #F0F0F0;
		max-width: none !important;
    flex: none !important;
		padding: 20px;
	}
	.logo {
		background: #F0F0F0;

	}

	.below-footer {
		padding: inherit;
	}
	.copyright {
		max-width: none !important;
    flex: none !important;
		font-size: 8px;
		padding: 20px;

	}

	.banner-text {
		font-size:32px;
		text-align: center;
	}
	.banner-paragraph {
		display: none;
	}

	.banner-picture {
		flex-basis: auto;
	}

	.top-bar-text {
		font-size:14px;
	}

	.location-button-section {
	width: 100%;
}
.banner-text-non-visible {
	font-size:32px;
	text-align: center;
	display: block;
}
.home .banner-picture {
	flex-basis: auto;
	order: -1;
}
.banner-text {
	display: none;
}



/*	.below-header {
		display: block !important;
	} */



}

@media only screen and (max-width:510px) {
	.top-bar-text {
		font-size:12px;
	}
	.location-button-heading {
		font-size: 10px;
	}
}
@media only screen and (max-width:475px) {
.slider-second-half {
    flex: none;
    max-width: none;
}
.slider-first-half {
    flex: none;
    max-width: none;
 }

 .slider-header {
	 font-size: 22px;
 }
}

@media only screen and (max-width:500px) {
	article.locations {
		flex: none !important;
		max-width: 100% !important;
	}

	.banner-location-page-text {
		text-align:center;
	}
}

@media only screen and (min-width:421px) {
	.location-holder {
    margin-left: -4px;
    margin-right: -4px;
 }
 .my-latest-posts {
		min-width: 260px;
		max-width: 500px;
 }
}

@media only screen and (max-width:420px) {
	.individual-services {
    max-width: 100% !important;
		flex: 48% !important;
		margin-bottom: 15px;
    font-size: 14px;
}
.location-section {
    max-width: 97% !important;
    flex: 47% !important;
    margin-left: 15px;
    margin-right: 15px;
}

.footer-list-header {
	font-size: 14px;
}

#toggle {
	right: 1px;
	margin-top: -8px;
}
.top-bar-text {
	font-size:9px;
}
.banner-location-page-text {
    font-size: 22px;
}

.middle-service-section {
	margin-left: -4px;
  margin-right: -4px;
}

.slider-picture-three {
	margin-left: 20px !important;
}
.post-item h2 {
	font-size: 24px;
	top: 20%;
 }

 .my-post-item h2 a {
	 font-size: 12px;
 }


}

@media only screen and (max-width:340px) {
	.top-bar-text {
		font-size:8px;
	}
	.banner-location-page-text {
    font-size: 18px;
}
}


@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@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;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
