﻿/*
| --------------------------------------------------------------------
| Global
| --------------------------------------------------------------------
*/

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

img {
	height: auto;
	max-width: 100%;
}

/*
| --------------------------------------------------------------------
| Font Face
| --------------------------------------------------------------------
*/

@font-face {
    font-family: 'Ostrich Sans';
    src: url('../fonts/ostrichsans-medium-webfont.eot');
    src: url('../fonts/ostrichsans-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ostrichsans-medium-webfont.woff') format('woff'),
         url('../fonts/ostrichsans-medium-webfont.ttf') format('truetype'),
         url('../fonts/ostrichsans-medium-webfont.svg#ostrich_sansmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Ostrich Sans Black';
    src: url('../fonts/ostrich-sans-black.eot');
    src: url('../fonts/ostrich-sans-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ostrich-sans-black.woff') format('woff'),
         url('../fonts/ostrich-sans-black.ttf') format('truetype'),
         url('../fonts/ostrich-sans-black.svg#ostrich_sansblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
| --------------------------------------------------------------------
| Sidr
| --------------------------------------------------------------------
*/

.sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#f8f8f8;color:#333;-webkit-box-shadow:inset 0 0 5px 5px #ebebeb;-moz-box-shadow:inset 0 0 5px 5px #ebebeb;box-shadow:inset 0 0 5px 5px #ebebeb}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:11px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#333;line-height:24px;box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
	background-image: linear-gradient(#ffffff,#dfdfdf);
}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(51,51,51,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #dfdfdf;border-bottom:1px solid #fff}.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #fff;border-bottom:1px solid #dfdfdf}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:none;line-height:49px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #ebebeb;-moz-box-shadow:inset 0 0 15px 3px #ebebeb;box-shadow:inset 0 0 15px 3px #ebebeb}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#333}.sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:none}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:none;line-height:41px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #ebebeb;-moz-box-shadow:inset 0 0 15px 3px #ebebeb;box-shadow:inset 0 0 15px 3px #ebebeb}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(51,51,51,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type=text], .sidr input[type=password], .sidr input[type=date], .sidr input[type=datetime], .sidr input[type=email], .sidr input[type=number], .sidr input[type=search], .sidr input[type=tel], .sidr input[type=time], .sidr input[type=url], .sidr textarea, .sidr select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.1);color:rgba(51,51,51,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#f8f8f8;background:#333}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(51,51,51,0.9)}

.sidr * {
	color: #394953 !important;
	font-family: 'Nunito', sans-serif !important;
	font-size: 20px !important;
	font-weight: 700 !important;
}

.sidr-class-menu-primary {
	/*border-top: 2px solid #90d90f !important;*/
}

.sidr {
	box-shadow: none !important;
	width: 300px !important;
}

.sidr ul {
	border: none !important;
}

.sidr ul li {
	border: none !important;
	line-height: 44px !important
}

.sidr ul ul {
	display: none;
}

.sidr ul ul li,
.sidr li:hover,
.sidr-class-active a {
	background-color: #bfec70 !important;
}

.sidr-class-sf-menu > li {
	background-color: #fff !important;
	border: none;
}

.sidr a {
	box-shadow: none !important;
	border-bottom: 2px solid #90d90f !important;
	padding-top: 4px !important;
	padding-bottom: 0 !important;
}

/*
| --------------------------------------------------------------------
| Typography
| --------------------------------------------------------------------
*/

h1, h2, h3,
h4, h5, h6 {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	margin-bottom: 0;
}

h1 {
	color: #03b1ed;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 54px;
	margin-top: 0;
	margin-bottom: 15px;
}

h2 {
	color: #394953;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 36px;
}

h3 {
	color: #0ba454;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 28px;
	margin-top: 0;
}

h4 {
	color: #394953;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 24px;
}

h5 {
	color: #394953;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 20px;
}

h6 {
	color: #394953;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

p, .content li {
	font-family: 'Nunito', sans-serif;
}

a {
	color: #77ad2c;
	font-family: 'Nunito', sans-serif;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: 600;
}

blockquote {
	background-image: url('../images/blockquote-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 28px;
	font-weight: bold;
	min-height: 182px;
	text-align: center;
	width: 213px;
}

/*
| --------------------------------------------------------------------
| Header Styles
| --------------------------------------------------------------------
*/

.logo {
	float: left;
	margin-top: 23px;
	color: #394953;
	font-family: 'Nunito', sans-serif;
	font-size: 80px;
	font-weight: 400;
	text-decoration: none;
}

/* Gradient Overlay
| -------------------------------------------------------------------- */

.gradient-overlay  {
	background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%, rgba(125,185,232,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(125,185,232,0)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(125,185,232,0) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(125,185,232,0) 100%);
	background: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(125,185,232,0) 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007db9e8',GradientType=0 );
	height: 350px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}

/* Top Bar
| -------------------------------------------------------------------- */

.top-bar {
	background-color: #9ed048;
	background-color: rgba(158, 208, 72, 0.3);
	overflow: hidden;
	position: relative;
	z-index: 999;
}

	.top-bar .inner {
		margin: 0 auto;
		max-width: 1170px;
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
	}

	.top-bar ul {
		color: #394953;
		display: table;
		float: right;
		font-family: 'Nunito', sans-serif;
		font-size: 20px;
		font-weight: 400;
		list-style: none;
		margin: 0;
		overflow: hidden;
		padding: 8px 0;
	}

		.top-bar li {
			display: table-cell;
			padding: 0 7px;
			vertical-align: middle;
		}
		
		.top-bar li a {
		color: #394953;
		text-decoration:none;
	}

			.top-bar li:last-of-type {
				padding-right: 0;
			}

.menu-button {
	background-image: url('../images/menu-button.png');
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	float: left;
	height: 35px;
	margin-top: 8px;
	width: 44px;
}

.contact-bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.6);
	color: #394953;
	display: none;
	font-family: 'Nunito', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 15px 17px;
	text-align: center;
	width: 100%;
}

	.page .contact-bar {
		margin-top: 50px;
	}

/*
| --------------------------------------------------------------------
| Menu - Primary
| --------------------------------------------------------------------
*/

.menu-primary {
	float: right;
	margin-top: 15px;
	z-index:9999;
	position:relative;
}

.sf-menu > li {
	background-color: transparent;
	margin: 0 13px;
}

	.sf-menu li:hover,
	.sf-menu li.sfHover {
		background-color: transparent;
	}

	.sf-menu > li:last-of-type {
		margin-right: 0;
	}

.sf-menu a {
	border: none;
	color: #3f4b53;
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	font-weight: 400;
	padding: 0;
	padding-bottom: 10px;
}

.sf-menu > li:hover > a, .sf-menu .active a {
	border-bottom: 6px solid #03b1ed;
	padding-bottom: 4px;
}

.sf-menu ul {
	border-bottom: 1px solid #90da0f;
	box-shadow: none;
}

	.sf-menu ul li {
		background-color: #fff;
		border-top: 1px solid #90da0f;
		border-right: 1px solid #90da0f;
		border-left: 1px solid #90da0f;
		padding: 0;
	}

		.sf-menu ul li:hover, .sf-menu ul li.active a {
			background-color: #f9e36b;
		}

	.sf-menu ul li a {
		font-size: 20px;
		padding: 10px 10px 5px;
	}

/*
| --------------------------------------------------------------------
| Content
| --------------------------------------------------------------------
*/

.wrapper {
	margin: 0 auto;
	max-width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	width: 100%;
	z-index: 999;
}

.content {
	clear: both;
	float: left;
	margin-top: 85px;
	margin-bottom: 150px;
	position: relative;
	width: 100%;
}

	.content:before,
	.content:after
	 {
		content: "";
		height: 0;
		position: absolute;
		width: 100%;
	}

		.content:before {
			border-bottom: 54px solid rgba(255, 255, 255, 0.85);
			border-left: 62px solid transparent;
			border-right: 0px solid transparent;
			left: 0;
			top: -54px;
		}

		.content:after {
			border-top: 54px solid rgba(255, 255, 255, 0.85);
			border-left: 0px solid transparent;
			border-right: 62px solid transparent;
			bottom: -54px;
			right: 0;
		}

	.content .inner {
		background-color: #fff;
		background-color: rgba(255, 255, 255, 0.85);
		padding: 0 26px 16px;
		width: 100%;
	}

	.home .content {
		margin-top: 100px;
		max-width: 495px;
	}

	.content img.circle-mark {
		margin-bottom: 25px;
		position: absolute;
		right: -40px;
		top: -80px;
		z-index: 101;
	}

	.home .content img.circle-mark {
		bottom: -275px;
		margin-bottom: 150px;
		right: -49px;
		top: auto;
	}

	.lt-ie9 .content .inner {
		padding-top: 26px;
		padding-bottom: 26px;
	}

.button {
	background-color: #90d90f;
	border-radius: 12px;
	color: #fff;
	display: inline-block;
	font-family: 'Nunito', sans-serif;
	font-size: 13px;
	font-weight: 700;
	padding: 8px 7px 9px;
	text-decoration: none;
	text-transform: uppercase;
}

.large {
	font-size:15px;
	padding:10px 20px 11px;
}

.button:hover {
	background:#77ad2c;
}

.clear{
	clear: both;
}

/*
| --------------------------------------------------------------------
| Form
| --------------------------------------------------------------------
*/

#form .clear {clear:both;}
#form .center {text-align:center;}
#form h3 {margin:0 1%;}
#form small {font-style:italic;}
#form hr {width:98%;margin:10px 1% 15px 1%;}

/*GRID */
#form .column {
	float:left;
	margin:0 1%;
}

#form .full {width:98%;margin:0 1%;}
#form .half {width:48%;}
#form .twothird {width:65%;}
#form .onethird {width:31%;}

/*FORM STYLES*/

#form input:not([type=submit]):not([type=checkbox]) {
	width:96%;
	padding:10px 2%;
}

#form textarea {
	width:100%;
	resize:none;
}

#form select {
	width:101%;
	padding:10px 2%;
}

/*
| --------------------------------------------------------------------
| Footer
| --------------------------------------------------------------------
*/

.quick-links {
	background-color: #fff;
	border-top: 3px solid #ef2394;
	border-bottom: 3px solid #90da0f;
	bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	-webkit-transform: translateZ(0);
}

	.quick-links .inner {
		display: table;
		margin: 11px auto 8px;
		max-width: 1170px;
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
	}

	.quick-links a {
		border-right: 2px dashed #000;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}

		.quick-links a:first-child {
			border-left: 2px dashed #000;
		}

		.quick-links a {
			color :#03b1ed;
			font-family: 'Nunito', sans-serif;
			font-size: 21px;
			font-weight: 700;
			text-decoration: none;
			width: 33%;
		}

		.quick-links img {
			margin-right: 15px;
			vertical-align: middle;
		}

/*
| --------------------------------------------------------------------
| Footer
| --------------------------------------------------------------------
*/

footer {
	background-color: #9ed048;
	clear: both;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 113px;
	width: 100%;
}

	footer .inner {
		margin: 0 auto;
		max-width: 1170px;
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
	}

	footer nav {
		margin-bottom: 19px;
		overflow: hidden;
	}

		footer nav a {
			font-family: 'Nunito', sans-serif;
			font-size: 14px;
			font-weight: 700;
			padding: 0 4px;
		}

	footer ul {
		list-style: none;
		padding: 0;
	}

	footer li {
		float: left;
	}

		footer li:before {
			color: #fff;
			content: "|";
		}

	footer a {
		text-decoration: none;
	}

	footer a:hover {
		color: #fff;
	}

		footer li:first-child a {
			padding-left: 0;
		}

		footer li:first-child:before {
			content: "";
		}

	footer .col {
		float: left;
	}

	footer .col-1 {
		padding-right: 3%;
		width: 75%;
	}

	footer .col-2 {
		width: 25%;
	}

		footer .col-2 img {
			float: right;
			margin-top: -18px;
		}

	footer p {
		color: #fff;
		font-family: 'Nunito', sans-serif;
		font-size: 12px;
		font-weight: 700;
		margin: 0;
	}

/*
| --------------------------------------------------------------------
| Superslides
| --------------------------------------------------------------------
*/

.superslides-container {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -2;
}

#slides {
	position: fixed !important;
}
#slides .slides-container {
	display: none;
}
#slides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}
#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}

.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	top: 46%;
	width: 100%;
}
.slides-navigation a {
	position: absolute;
	display: block;
}
.slides-navigation a.prev {
	left: 0;
}
.slides-navigation a.next {
	right: 0;
}

.slides-pagination {
	position: absolute;
	z-index: 3;
	bottom: 0;
	text-align: center;
	width: 100%;
}
.slides-pagination a {
	border: 2px solid #222;
	border-radius: 15px;
	width: 10px;
	height: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
}
.slides-pagination a.current {
	background: #222;
}

/*
| --------------------------------------------------------------------
| Helpers
| --------------------------------------------------------------------
*/

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

.aligncenter {
	text-align: center;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px; 
	text-align: right;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0; 
	text-align: left
}

/*
| --------------------------------------------------------------------
| Media Queries
| --------------------------------------------------------------------
*/

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

	.content img.circle-mark {
		right: -15px;
	}

}

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

	.quick-links a {
		font-size: 18px;
	}

	.quick-links img {
		margin-right: 5px;
		max-width: 40px;
	}

	.logo {
		display: block;
		float: none;
		margin-left:auto;
		margin-right:auto;
		width: 60%;
		text-align:center;
	}
	
	.menu-primary {
		float: none;
		text-align: center;
		margin-top:10px
	}
	.sf-menu {
		float: none;
		text-align: center;
	}
	.sf-menu > li {
		display: inline-block;
		float: none;
	}
}

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

	.sf-menu > li {
		margin-right: 0px;
	}

}

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

	.quick-links img {
		max-width: 25px;
	}

	.content img,
	img.alignleft,
	img.alignright {
		display: block;
		float: none;
		margin: 10px auto;
	}

}

@media only screen and (max-width: 678px) {
	.logo {
		width: 90%;
	}
	.top-bar li:first-child {
		display: none;
	}

	.menu-button {
		display: block;
	}

	.contact-bar {
		display: block;
	}

	.menu-primary {
		display: none;
	}

	.content, .home .content {
		margin-top: 54px;
		max-width: none;
	}

		.content .inner {
			padding-top: 1px;
		}

		.content img.circle-mark {
			display: none;
		}

	.quick-links {
		border-bottom: none;
		clear: both;
		padding: 0 3%;
		position: relative;
	}

		.quick-links .inner {
			margin: 0;
			padding: 0;
		}

		.quick-links a {
			border-bottom: 3px solid #90d90f;
			border-left: 2px dashed #000;
			display: block;
			font-size: 37px;
			margin: 0 auto;
			padding: 15px 0 15px 13%;
			text-align: left;
			width: 100%;
		}

		.quick-links img {
			margin-right: 10%;
			max-width: 100%;
		}

	blockquote {
		margin: 0 auto;
	}

	h1, h2, h3,
	h4, h5, h6 {
		text-align: center;
	}

	footer {
		padding-top: 40px;
		text-align: center;
	}

		footer nav {
			display: none;
		}

		footer .col {
			width: 100%;
		}

		footer .col-2 {
			margin-top: 50px;
		}

			footer .col-2 img {
				float: none;
				margin: 10px 0;
			}

		footer p {
			font-size: 13px;
			font-weight: 300;
			margin: 0 auto;
			width: 80%;
		}

}

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

	.quick-links a {
		font-size: 28px;
	}

	.quick-links img {
		margin-right: 5%;
	}

}

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

	.quick-links a {
		font-size: 19px;
	}

	.quick-links img {
		margin-right: 2%;
		max-width: 35px;
	}
	
	#associations {
		display:none;
	}
	
	.page .contact-bar {
		font-size: 23px;
		margin-top:0px;
	}
	
	h1 {
		font-size: 44px;
		line-height:40px;
	}
	
	h2 {
		font-size: 32px;
}

}

@media (max-width:767px) {
	#form .column {
		float:none;
		margin:0;
	}
	#form .full, #form .half, #form .twothird, #form .onethird {
		width:100%;margin:0;
	}
}

@media (max-width: 1100px) {
    .flash {
       display:none;
    }
}
 @media (min-width: 1100px) {
    .noflash {
       display:none;
    }
    .flash {
       width:550px;margin:0 auto;
    }
}

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

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

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

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

}