@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic);

html {
	position: relative;
	min-height: 100%;
}

body {
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #56616a;
	text-align: center;
}

body * > p:first-child,
body * > h1:first-child,
body * > h2:first-child,
body * > h3:first-child,
body * > h4:first-child,
body * > h5:first-child,
body * > ul:first-child { margin-top: 0; }

body * > p:last-child,
body * > h1:last-child,
body * > h2:last-child,
body * > h3:last-child,
body * > h5:last-child,
body * > ul:last-child { margin-bottom: 0; }

p {
	margin-bottom: 15px;
}

p > strong {
	font-weight: 600;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4, 
h5, .h5,
h6, .h6 {
	font-family: 'Open Sans', sans-serif;
	margin-top: 35px;
	margin-bottom: 25px;
	font-weight: 300;
	line-height: 1.25;
	color: #56616a;
}

h1, .h1 { font-size: 30px; }
h2, .h2 { font-size: 25px; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 22px; }
h5, .h5 { font-size: 20px; font-weight: 600; margin-top:25px; }
h6, .h6 { font-size: 18px; font-weight: 600; margin-top:25px; }

h1, .h1 {
	margin-top: 40px;
	margin-bottom: 30px;
}

h2, .h2 {
	margin-top: 30px;
}

h3, .h3 {
	margin-top: 30px;
	margin-bottom: 20px;
}

a {
	color:#2C88D2;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	   -moz-transition: color 0.3s ease;
	    -ms-transition: color 0.3s ease;
	     -o-transition: color 0.3s ease;
	        transition: color 0.3s ease;
}

a:hover,
a:focus {
	color: #cf3245;
	text-decoration: none;
	background-color: transparent;
	border: 0 none;
	outline:none;
}

ul {
	margin-bottom: 15px;
	padding: 0;
	list-style: url(images/li-square.png);
	margin-left:20px;
}

ul li {
	margin-bottom: 11px;
	padding-left: 10px;
	line-height: 1.5;
}

ul ul {
	padding: 7px 0 5px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border-top: 1px solid #b8b8b8;
}

hr {
	margin: 30px 0 10px 0;
	border: 0 none;
	height: 1px;
	background-color: #efefef;
}

small, .small {
    font-size: 75%;
}

@media (min-width: 400px) {
	
	h1, .h1 { font-size: 35px; }

}


@media (min-width: 768px) {

	body {
		
	}

	h1, .h1 { font-size: 42px; }
	
	p {
		margin-bottom: 20px;
	}

}


@media (min-width: 992px) {

	body {

	}

}


@media (min-width: 1200px) {

	.no-text-center-lg {
		text-align: left;
	}
	
	.break-lg {
		display: inline !important;
		visibility: visible !important;
	}

}

@media (max-width: 500px) {

	.hidden-xxs {
		display: none;
	}

	.visible-xxs {
		display: inherit !important;
		visibility: visible !important;
	}
	
	.break-xxs {
		display: inline !important;
		visibility: visible !important;
	}

}

@media (max-width: 767px) {

	.break-xs {
		display: inline !important;
		visibility: visible !important;
	}
	
	.text-center-xs {
		text-align: center;
	}

}

body:after {
	display: inline-block;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	padding: 2px 10px;
	z-index: 100;
}

.print-only {
    display: none;
}

@media (max-width: 991px) {

}
