@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@font-face {
	font-family: OldEnglishCom;
	src: url("webfonts/2C003C_0_0.eot");
	src: url("webfonts/2C003C_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C003C_0_0.woff") format("woff"), url("webfonts/2C003C_0_0.ttf") format("truetype");
}
body {
	font: 300 16px/22px Oswald, Arial;
	color: #34495e;
	padding: 0;
	margin: 0;
	background-color: #127cb2;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #127cb2;
	transition: .4s ease background-color;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
}
h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}
p {
	text-align: justify;
}
ul {
	list-style-type: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}
.small {
	font-size: 14px;
}
.centered {
	text-align: center;
}
.red {
	color: #c00;
}
.green {
	color: #090;
}
.yellow {
	background-color: #ff0;
}
b, .bold {
	font-weight: 400;
}
.spacer {
	clear: both;
	padding-top: 15px;
}
.nomargin {
	margin: 0;
}
header {
	display: block;
	padding: 15px;
	background-color: #fff;
}
header section {
	max-width: 300px;
	min-width: 270px;
	margin: auto;
}
header div {
	min-height: 60px;
	background: url(/pics/logo.png) no-repeat;
	background-size: contain;
	font-size: 18px;
	line-height: 30px;
	padding-left: 90px;
}
header a {
	color: #172750;
	text-decoration: none;
}
nav {
	display: block;
	background-color: #127cb2;
}
nav section {
	max-width: 1000px;
	min-width: 270px;
	margin: auto;
	display: flex;
	display: -webkit-flex;
}
nav div {
	font-size: 14px;
	line-height: 18px;
	flex: auto;
	-webkit-flex: auto;
	text-align: center;
}
nav .current {
	background-color: #0a5c85;
}
nav a {
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 15px 10px;
	transition: .4s ease background-color;
}
nav a:hover {
	background-color: #0a5c85;
	transition: .4s ease background-color;
}
main {
	display: block;
	background-color: #fff;
	box-shadow: 0 4px 4px 0 #9babba inset;
}
main .section1 {
	max-width: 1000px;
	min-width: 270px;
	margin: auto;
	padding: 15px;
}
main .section2 {
	padding: 30px;
	background-color: #e4e7ec;
	border-top: 2px solid #9babba;
}
main .section2 a {
	color: #34495e;
	text-decoration: none;
}
main .section2 a:hover {
	text-decoration: underline;
}
main .section2 .cols {
	max-width: 1000px;
	min-width: 270px;
	margin: auto;
	line-height: 28px;
}
main .google-adsense {
	max-width: 728px;
	padding-top: 25px;
	padding-bottom: 15px;
	margin: auto;
}
footer {
	display: block;
	color: #fff;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer .section1 {
	background-color: #9babba;
	padding: 30px;
}
footer .section1 .cols {
	max-width: 1000px;
	min-width: 270px;
	margin: auto;
	line-height: 30px;
}
form {
	display: block;
	max-width: 400px;
	width: 100%;
	margin: auto;
}
::-webkit-input-placeholder {
	color: #9babba;
	padding-top: 4px;
}
:-moz-placeholder {
	color: #9babba;
}
::-moz-placeholder {
	color: #9babba;
}
:-ms-input-placeholder {
	color: #9babba;
}
input, select, textarea {
	width: 100%;
	height: 34px;
	font: 300 16px/16px Oswald, Arial;
	color: #34495e;
	padding: 6px;
	margin: 3px 0;
	border: 2px solid #9babba;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-appearance: none;
}
select {
	color: #9babba;
}
select option {
	color: #34495e;
}
select option:first-child, select option:disabled {
	color: #9babba;
}
#search-form input, #search-form select {
	height: 44px;
	font-size: 22px;
	line-height: 22px;
	margin: 5px 0;
}
.smallinput {
	width: 20%;
	display: block;
	margin: auto;
}
.zip-input {
	width: 131px;
}
input[type=submit], input[type=button] {
	height: 44px;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	cursor: pointer;
	background-color: #f07c00;
	border: none;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, .2) inset;
	transition: background-color .4s ease;
}
.bttn {
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background-color: #f07c00;
	padding: 6px 26px;
	border-radius: 2px;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, .2) inset;
	transition: background-color .4s ease;
}
input[type=submit]:hover, input[type=button]:hover, .bttn:hover {
	background-color: #dd661e;
}
#search-form input[type=submit] {
	height: 54px;
	font-size: 24px;
	line-height: 24px;
}
.cols {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 -5px;
}
.cols .col {
	flex: auto;
	-webkit-flex: auto;
	text-align: left;
	/*white-space: nowrap;*/
	margin: 0 5px;
}
.pages li {
	min-width: 30px;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin: 0 2px;
}
.pages li.current {
	padding: 5px 0;
	background-color: #9babba;
	border-radius: 2px;
}
.pages li a {
	display: block;
	color: #9babba;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #9babba;
	border-radius: 2px;
	background-color: #e4e7ec;
	transition: .4s ease color, .4s ease background-color;
}
.pages li a:hover {
	color: #fff;
	background-color: #9babba;
	transition: .4s ease color, .4s ease background-color;
}
.wide li {
	min-width: 100px;
	padding-bottom: 15px;
}
.box {
	padding: 15px;
	margin-top: 15px;
	text-align: center;
	border-radius: 2px;
	border: 2px solid #9babba;
	background-color: #e4e7ec;
}
.banner {
	text-align: center;
	margin: 30px 0 15px;
	border-radius: 2px;
	border: 2px solid #9babba;
	background-color: #fff;
}
.banner a {
	display: block;
	color: #9babba;
	text-decoration: none;
	padding: 15px;
	transition: .4s ease background-color;
}
.banner a:hover {
	background-color: #e4e7ec;
	transition: .4s ease background-color;
}
.featured-listing {
	margin: 10px 0;
	border-radius: 2px;
	border: 2px solid #9babba;
	background-color: #fff;
}
.featured-listing a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 15px;
}
.featured-listing a:hover {
	background-color: #e4e7ec;
	transition: .4s ease background-color;
}
.featured-listing .cols, .basic-listing .cols {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.featured-listing .col {
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
}
.basic-listing .col {
	width: 100%;
	max-width: 48%;
	min-width: 270px;
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	margin: 15px 0;
}
.marketing {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 -25px;
}
.marketing .content-col {
	width: 100%;
	max-width: 675px;
	min-width: 270px;
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	margin: 0 25px;
}
.marketing .form-col {
	width: 100%;
	max-width: 275px;
	min-width: 270px;
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	margin: 0 25px;
}
.marketing form {
	max-width: 300px;
}
.marketing img {
	width: 100%;
}
.marketing iframe {
	width: 100%;
	max-width: 671px;
	min-height: 377px;
	border: 2px solid #9babba;
	border-radius: 2px;
}
.marketing table {
	width: 100%;
}
.frames .cols {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 20px 0;
}
.frames .col {
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	margin: 5px auto;
}
.frame-cpa1 {
	width: 100%;
	max-width: 480px;
	background: url(/pics/certificate-cpa1.png) no-repeat;
	background-size: contain;
}
.frame-cpa2 {
	width: 100%;
	max-width: 480px;
	background: url(/pics/certificate-cpa2.png) no-repeat;
	background-size: contain;
}
.frame-firm1 {
	width: 100%;
	max-width: 480px;
	background: url(/pics/certificate-firm1.png) no-repeat;
	background-size: contain;
}
.frame-firm2 {
	width: 100%;
	max-width: 480px;
	background: url(/pics/certificate-firm2.png) no-repeat;
	background-size: contain;
}
.frame-cpa1:before, .frame-cpa2:before, .frame-firm1:before, .frame-firm2:before {
	content: "";
	display: block;
	padding-top: 86%;
}
.certificate-cpa {
	width: 100%;
	position: relative;
	text-align: center;
	background: url(/pics/certificate-cpa.png) no-repeat;
	background-size: contain;
}
.certificate-firm {
	width: 100%;
	position: relative;
	text-align: center;
	background: url(/pics/certificate-firm.png) no-repeat;
	background-size: contain;
}
.certificate-firm0 {
	width: 100%;
	position: relative;
	text-align: center;
	background: url(/pics/certificate-firm0.png) no-repeat;
	background-size: contain;
}
.certificate-cpa:before, .certificate-firm:before, .certificate-firm0:before {
	content: "";
	display: block;
	padding-top: 80%;
}
.cert-name-cpa {
	width: 100%;
	position: absolute;
	font-family: OldEnglishCom, Arial;
	color: #000;
	top: 35%;
}
.cert-name-firm {
	width: 100%;
	position: absolute;
	font-family: OldEnglishCom, Arial;
	color: #000;
	top: 25%;
}
.cert-state {
	width: 54%;
	position: absolute;
	color: #000;
	font-size: 8px;
	top: 74%;
}
.cert-period {
	width: 54%;
	position: absolute;
	color: #000;
	font-size: 8px;
	top: 74%;
}
.cert-date {
	width: 54%;
	position: absolute;
	color: #000;
	font-size: 8px;
	top: 74%;
}
.cert-program {
	width: 46%;
	position: absolute;
	color: #000;
	font-size: 8px;
	top: 74%;
	left: 50%;
}
.cert-number-cpa {
	width: 46%;
	position: absolute;
	color: #000;
	font-size: 8px;
	top: 74%;
	left: 50%;
}
.cert-number-firm {
	width: 46%;
	position: absolute;
	color: #000;
	font-size: 8px;
	top: 74%;
	left: 50%;
}
.ask-a-cpa {
	width: 100%;
	max-width: 850px;
	position: relative;
	background: url(/pics/ask-a-cpa.png) no-repeat;
	background-size: contain;
	margin: auto;
}
.ask-a-cpa:before {
	content: "";
	display: block;
	padding-top: 60%;
}
.ask-a-cpa p {
	width: 40%;
	position: absolute;
	top: 5%;
}
#zip-search input {
	width: 198px;
	height: 34px;
	margin: 0;
	vertical-align: top;
}
.left {
	width: 65%;
	float: left;
}
.right {
	max-width: 34%;
	float: right;
}
.review-form, .hidden-div, .client-reviews {
	overflow: hidden;
	max-height: 0;
	transition: max-height .8s ease-in-out;
}
.review-form.visible {
	max-height: 1000px;
}
.big-stars li {
	display: inline-block;
	width: 30px;
	height: 28px;
	vertical-align: top;
}
.big-stars li:last-of-type {
	width: auto;
	font-size: 16px;
	line-height: 28px;
	padding-left: 10px;
}
.small-stars li {
	display: inline-block;
	width: 20px;
	height: 19px;
	vertical-align: top;
}
.client-review li:nth-of-type(5) {
	padding-right: 5px;
}
.client-review li:nth-of-type(n+6) {
	width: auto;
	font-size: 16px;
	line-height: 19px;
}
li.star-on {
	background: url(/pics/star-on.png) no-repeat;
	background-size: contain;
}
li.star-half {
	background: url(/pics/star-half.png) no-repeat;
	background-size: contain;
}
li.star-off {
	background: url(/pics/star-off.png) no-repeat;
	background-size: contain;
}
div.radio-stars {
	text-align: center;
}
div.star-rating {
	width: 30px;
	height: 28px;
	text-indent: -999em;
	cursor: pointer;
	display: inline-block;
	background: transparent !important;
	overflow: hidden !important;
}
div.star-rating, div.star-rating a {
	background: url(/pics/star-off.png) no-repeat;
}
div.star-rating a {
	display: block;
	width: 30px;
	height: 100%;
	background-position: 0 0;
	border: 0;
}
div.star-rating-on a, div.star-rating-hover a {
	background: url(/pics/star-on.png) no-repeat !important;
}
.show-hidden-div, .show-div, .show-client-reviews {
	text-decoration: underline;
	cursor: pointer;
}
.client-reviews {
	margin-top: 15px;
}
.hidden-div.visible, .client-reviews.visible {
	max-height: 200px;
	overflow: auto;
	padding: 0 15px;
	border: 2px solid #9babba;
	border-radius: 2px;
}
#google-map {
	width: 100%;
	min-width: 250px;
	height: 100%;
	min-height: 250px;
	border: 2px solid #9babba;
	border-radius: 2px;
}
#infowindow {
	font: 300 16px/22px Oswald, Arial;
	text-align: center;
}
.breadcrumb {
	text-align: center;
}
.breadcrumb div {
	display: inline-block;
}
.breadcrumb div:not(:last-of-type):after {
	content: "»";
}
.admin {
	background-color: #fff;
}
.admin .cols {
	margin: 0 -15px;
}
.admin .col {
	max-width: 20%;
	margin: 15px;
	white-space: nowrap;
}
.admin .hidden-div {
	width: 150px;
}
.admin-table {
	width: 100%;
	margin: 15px 0;
}
.admin-table td {
	text-align: center;
	border: 1px solid #e4e7ec;
}
.admin-table tr:nth-child(odd) td {
	background-color: #e4e7ec;
}
.admin-table tr:first-child td, .admin-table tr.blue td {
	color: #fff;
	background-color: #127cb2;
	border-color: #127cb2;
}
.admin-table tr.yellow td {
	background-color: #fcc947;
	border-color: #fcc947;
}
.admin-table tr.gray td, .admin-table tr.gray td a {
	color: #9babba;
}
.admindatefrom {
	width: 48%;
	float: left;
}
.admindateto {
	width: 48%;
	float: right;
}
.admindash {
	float: left;
	line-height: 34px;
	padding: 0 3px;
}

@media only screen and (min-width: 400px) {
	
	h1 {
		font-size: 23px;
		line-height: 29px;
	}
	h2 {
		font-size: 17px;
		line-height: 23px;
	}
	header section {
		max-width: 350px;
	}
	header div {
		min-height: 70px;
		font-size: 22px;
		line-height: 34px;
		padding-left: 105px;
		padding-top: 2px;
	}
	nav div {
		font-size: 16px;
		line-height: 20px;
	}
	.cert-name {
		font-size: 23px;
		top: 43%;
	}
	.cert-exams {
		font-size: 13px;
		top: 70%;
	}
	.cert-date {
		font-size: 13px;
		top: 70%;
	}
	
}

@media only screen and (min-width: 500px) {
	
	h1 {
		font-size: 24px;
		line-height: 30px;
	}
	h2 {
		font-size: 18px;
		line-height: 24px;
	}
	header section {
		max-width: 400px;
	}
	header div {
		min-height: 80px;
		font-size: 26px;
		line-height: 38px;
		padding-left: 120px;
		padding-top: 4px;
	}
	nav div {
		font-size: 18px;
		line-height: 22px;
	}
	.cert-name {
		font-size: 24px;
		top: 44%;
	}
	.cert-exams {
		font-size: 14px;
		top: 70%;
	}
	.cert-date {
		font-size: 14px;
		top: 70%;
	}
	
}

@media only screen and (min-width: 600px) {
	
	h1 {
		font-size: 25px;
		line-height: 31px;
	}
	h2 {
		font-size: 19px;
		line-height: 25px;
	}
	header section {
		max-width: 450px;
	}
	header div {
		min-height: 90px;
		font-size: 30px;
		line-height: 42px;
		padding-left: 135px;
		padding-top: 6px;
	}
	nav div {
		font-size: 20px;
		line-height: 24px;
	}
	.cert-name {
		font-size: 25px;
		top: 44%;
	}
	.cert-exams {
		font-size: 15px;
		top: 71%;
	}
	.cert-date {
		font-size: 15px;
		top: 71%;
	}
	
}

@media only screen and (min-width: 700px) {
	
	h1 {
		font-size: 26px;
		line-height: 32px;
	}
	h2 {
		font-size: 20px;
		line-height: 26px;
	}
	header section {
		max-width: 500px;
	}
	header div {
		min-height: 100px;
		font-size: 34px;
		line-height: 46px;
		padding-left: 150px;
		padding-top: 8px;
	}
	nav div {
		font-size: 22px;
		line-height: 26px;
	}
	.cert-name {
		font-size: 26px;
		top: 44%;
	}
	.cert-exams {
		font-size: 16px;
		top: 71%;
	}
	.cert-date {
		font-size: 16px;
		top: 71%;
	}
	
}

@media only screen and (min-width: 800px) {
	
	h1 {
		font-size: 27px;
		line-height: 33px;
	}
	h2 {
		font-size: 21px;
		line-height: 27px;
	}
	header section {
		max-width: 600px;
	}
	header div {
		min-height: 110px;
		font-size: 38px;
		line-height: 50px;
		padding-left: 165px;
		padding-top: 10px;
	}
	nav div {
		font-size: 24px;
		line-height: 28px;
	}
	.cert-name {
		font-size: 27px;
		top: 44%;
	}
	.cert-exams {
		font-size: 17px;
		top: 71%;
	}
	.cert-date {
		font-size: 17px;
		top: 71%;
	}
	
}

@media only screen and (min-width: 900px) {
	
	h1 {
		font-size: 28px;
		line-height: 34px;
	}
	h2 {
		font-size: 22px;
		line-height: 28px;
	}
	header div {
		min-height: 120px;
		font-size: 42px;
		line-height: 54px;
		padding-left: 180px;
		padding-top: 12px;
	}
	nav div {
		font-size: 26px;
		line-height: 30px;
	}
	.cert-name-cpa {
		font-size: 50px;
		top: 40%;
	}
	.cert-name-firm {
		font-size: 40px;
		top: 32%;
	}
	.cert-state {
		font-size: 18px;
		top: 75%;
	}
	.cert-period {
		font-size: 18px;
		top: 65%;
	}
	.cert-program {
		font-size: 18px;
		top: 65%;
	}
	.cert-date {
		font-size: 18px;
		top: 74%;
	}
	.cert-number-cpa {
		font-size: 18px;
		top: 75%;
	}
	.cert-number-firm {
		font-size: 18px;
		top: 74%;
	}
	
}

@media only screen and (min-width: 1000px) {
	
	.frames .col {
		margin: 5px 0;
	}
	
}