body {
	line-height:1.5;
	font-family:'Open Sans';
	font-size:20px;
	font-weight:300;
}
body.show-mobile-nav {
	background: #71cae0;
}
#body-outer {
	position: relative;
    background: white;
    z-index: 10;
}
body.show-mobile-nav #body-outer {
	left: -270px;
}
#comments .children {
	margin-left:20px;
	margin-top:20px;
	
}
#post-content .aligncenter, .page-content .aligncenter  {
	display:block;
	margin:0 auto
}
.children article {
	border-left: 1px solid #333;
    padding-left: 15px;
}
.mobile-nav-icon {
	display:none;
	vertical-align:middle;
	width:25px;
	height:25px;
	background:url(https://tapping-foundation.s3.amazonaws.com/menu@1x-white.png) no-repeat 50% 50%;
}
body.show-mobile-nav .mobile-nav-icon{
	background-image:url(https://tapping-foundation.s3.amazonaws.com/close@1x-white.png);
	position:relative;
	left:-280px;
	background-color:#71cae0;
}
.mobile-nav {
	color:black;
	position:fixed;
	top:0;
	right:0;
	width:270px;
	z-index: 9;
	box-sizing:border-box;
	padding:10px;
	background:#71cae0;
}
body.show-mobile-nav .mobile-nav {
	z-index:99
}

b, strong {
	font-weight:700;
}
i, em {
	font-style:italic;
}
#top {
	padding:20px 10px;
	
	background: #71cae0;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	box-sizing:border-box;
	z-index:10;
}
#under-top {
	background:white;
	height:128px;
}
#top-inner {
	display:table;
	width:100%;
}
#top #logo {
	display:table-cell;
	vertical-align:middle;
	width:200px;
}
#top #nav {
	display:table-cell;
	vertical-align:middle;
	text-align:right
}
#nav ul {
	list-style:none;
	float:right;
}
#nav li {
	float:left;
	position:relative
}
#nav li a, .mobile-nav li a {
	display:block;
	padding:15px 20px;
	color:white;
	text-decoration:none;
	font-weight:700;
	font-size:14px;
	font-family:'Open Sans';
	text-transform:uppercase;
	letter-spacing:2px;
}
.mobile-nav li a {
	padding:0 5px 10px;
	font-size:12px
}
.mobile-nav li ul {
	margin-left:20px;
	display:none
}
.mobile-nav .expand-ul ul {
	display:block;
}
#nav li a.orange, .orange-button, .mobile-nav li a.orange, .form-submit #submit {
	background:#ffa600;
	color:white;
	border-radius:5px;
	text-decoration:none;
	border:0;
}
.mobile-nav li a.orange {
	display:inline-block;
	padding:10px
}
li a.orange {
	color:white !important
}
#nav li a.orange:hover {
	background:#da8f04;
	color:white;
}
#nav li a:hover {
	color:#3e89b4
}
.dd span {
	display:none
}
.mobile-nav .dd span {
	display:inline
}

#nav li ul {
	display:none;
	position:absolute;
	top:40px;
	left:0;
}
#nav li ul li {
	display:block;
}
#nav li ul li a {
	display:block;
	background:white;
	box-sizing:border-box;
	background:#71cae0;
	padding:10px;
	text-align:left;
	color:white;
	width:280px;
	text-transform:uppercase;
}



.orange-button {
	display:inline-block;
	padding:15px 30px;
	color:white !important;
	font-weight:600;
}
.container {
	width:990px;
	margin:0 auto;
	text-align:center;
}
.container p {
	margin-bottom:20px
}
.container img {
	max-width:100%
}
.container ul {
	list-style:disc;
	margin-left:30px;
	margin-bottom:20px;
}
.container ul li {
	margin-bottom:20px
}
.container a {
	color:#9cb545;
	text-decoration:none
}
.container p a:hover {
	text-decoration:underline
}
.container-inner {
	padding:40px 0;
	text-align:left;
}
.container-inner.center {
	text-align:center;
}

.home-banner {
	background:url('https://tapping-foundation.s3.amazonaws.com/ttsf-foubdation-header.jpg') no-repeat 50% 50%;
	background-size:cover;
}
.home-section {
	padding:100px 0;
	color:white;
	font-family:'Open Sans';
	font-weight:500;
}
.home-section .container-inner {
	text-align:center
}
.home-section h1 {
	font-size:70px;
	font-weight:500;
	line-height:1.5;
	color:white;
}
.home-section h3 {
	font-size:24px;
	font-weight:600;
	line-height:2;
	margin-bottom:20px;
	color:white;
}

h2 {
	color:#53b0c8;
	font-size:36px;
	margin-bottom:20px;
	font-weight:700;
}

h3, h5 {
	font-size:24px;
	margin-bottom:20px;
	font-weight:600;
	color:#53b0c8;
	letter-spacing:4px;
}

h4 {
	color:#53b0c8;
	font-size:24px;
	margin-bottom:20px;
	font-weight:400;
	letter-spacing:2px;
	font-family:'Open Sans'
}
h6 {
	color:#000;
	font-size:0.67em;
	margin-bottom:20px;
	font-weight:600;
}

#post-content ul.page-content ul {
	list-style:disc;
	margin-left:30px;
	margin-bottom:20px;
}
#post-content ol, .page-content ol {
	list-style:decimal;
	margin-left:30px;
	margin-bottom:20px;
}
.page-content ul li, .page-content ol li, #post-content ul li, #post-content ol li {
	margin-bottom:15px
}
#post-content blockquote, .page-content blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
width: 500px;
max-width:100%;
margin: 0.25em 0 20px;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
}
#post-content blockquote:before, .page-content blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}
#post-content blockquote cite, .page-content blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
.video-container {
	position:relative;
	padding-bottom:54%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom:20px;
}

.video-container iframe {
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
}


.form-container {
	position:relative;
	padding-bottom:54%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom:20px;
}

.form-container iframe {
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
}
.form-holder {
    width:100%;
    max-width:100%;
    margin:0 auto;
}

.green-button {
	background:#7cb600;
	color:white !important;
	font-weight:700;
	padding:15px 30px;
	text-transform:uppercase;
	font-size:20px;
	text-decoration:none;
	border-radius:3px;
	display:inline-block;
	border:0;
}

#form-table input[type=text], #form-table select {
  width:100%;
  padding:5px;
  box-sizing:border-box;
  display:block;
  margin:5px 0 15px;
  }
#in-the-know #form-table input {
	width:500px;
	max-width:100%;
	margin:0 auto 10px;
}
#in-the-know #form-table input[type=submit]{
	padding:10px;
}
.our-mission {
	background:url('https://tapping-foundation.s3.amazonaws.com/kids-tapping.jpg') no-repeat 50% 50%;
	background-size:cover;
}
.home-2x2 {
	width:300px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	margin:0 20px 40px;
}
.home-2x2 img {
	width:100px;
	display:block;
	margin:0 auto 20px;
}
.home-2x2 a {
	color:#9cb545;
	font-weight:700;
	display:block;
	text-decoration:none;
	margin-bottom:10px;
}

.the-solution {
	background:url('https://tapping-foundation.s3.amazonaws.com/solution-bg.jpg') no-repeat 50% 50%;
	background-size:cover;
}
.left {
	text-align:left !important
}
.img-left {
	float:left;
	margin:0 20px 20px 0
}

#in-the-know {
	background:#c4e7e4
}

#footer {
	background:#009abd;
	color:white;
}
#footer a {
	color:white;
	text-decoration:underline
}
.footer-col {
	width:25%;
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	padding:0 10px;
}
.footer-col b {
	display:block;
	margin-bottom:20px;
}
.footer-col a {
	display:block;
	font-weight:300;
}

hr, .line {
	background:#ddd;
	height:1px;
	margin:40px 0;
	width:100%;
	border:0;
}

#left-sidebar {
	float:left;
	width:250px;
}
#left-sidebar span {
	display:block;
	margin-bottom:20px;
	color:#9cb545;
	font-weight:700;
	font-size:32px;
	line-height:1.2;
}
#left-sidebar a {
	text-decoration:none;
	color:#888;
	display:block;
	margin-bottom:10px;
	font-size:18px;
}
#left-sidebar a:hover, #left-sidebar a.current {
	color:#53b0c8
}
#sidebar-main {
	margin-left:260px;
}

.banner-bg {
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
	padding:150px 50px;
	text-align:center;
}
.banner-bg h1 {
	color:white;
	text-shadow:1px 1px 1px #000;
	font-size:80px;
	font-family:'Roboto Condensed';
	font-weight:400;
	line-height:1.2;
}

h1 {
	font-family:'Roboto Condensed';
	font-weight:300;
	color:#53b0c8;
	margin-bottom:20px;
	text-align:center;
	font-size:44px;
}
.case-study-col {
	width:33%;
	float:left;
	padding:20px;
	box-sizing:border-box;
}
.case-study-col img {
	width:100%;
	display:block;
	margin:0 auto 10px;
	object-fit:cover;
	height:150px;
}
.case-study-col a {
	color:#333;
	text-decoration:none;
	display:block;
	text-align:left;
}

.vet-left {
	width:322px;
	margin-right:20px;
	float:left
}
.vet-right {
	background:#efefef;
	border-radius:10px;
	margin-left:330px;
	padding:20px
}

.team-left {
	width:250px;
	float:left;
}
.team-left img {
	width:100%;
}
.team-right {
	margin-left:270px;
}

.clear {
	clear:both;
	height:0;
	content:'';
}

#order_hardcover_list h5 {
    font-size: 22px;
    color: #003767;
    line-height: 25px;
    font-weight: 700;
    display:inline;
}
  #order_hardcover_list span.number {
    font-size: 26px;
    color: #71c057;
    font-weight: 700;
    padding-right:10px;
}
  #order_hardcover_list p {
    font-size: 18px;
    color: #003767;
    line-height: 1;
    padding-bottom: 22px;
    font-weight:400;
}
#order_hardcover_list a {
  color: #9cb545;
}
.img-left, .align-left {
	float:left;
	margin:0 10px 10px 0;
}
.img-right, .align-right {
	float:right;
	margin:0 0 10px 10px;
}

.person-box {
text-align:center;
  display:inline-block;
  vertical-align:bottom;
  margin:10px

}
.person-box img {
border-radius:50%;
}

.facebook-comments-wrap {
    width: 100%;
    background: #fff;
}
.leadstyle-facebook-comments, .leadstyle-facebook-comments div, .leadstyle-facebook-comments span, .leadstyle-facebook-comments iframe {
    max-width: 100% !important;
}

.leadstyle-facebook-comments {
    height: auto !important;
    overflow: auto !important;
}
.leadstyle-facebook-comments div, .leadstyle-facebook-comments span, .leadstyle-facebook-comments iframe {
    width: 100% !important;
}

.test-slider .test {
	text-align:center
}
.test-slider .test img {
	display:block;
	margin:0 auto 20px;
}
.test-slider .test .quote-text {
	margin-bottom:20px;
}
.test-slider .test .quote-name {
	font-size:14px;
	color:#666;
}


#blog-column-left {
	width:66%;
	float:left;
	box-sizing:border-box;
	padding-right:10px;
}
#blog-column-right {
	float:right;
	width:33%;
}
.blog-column-post-left, .blog-column-post-right {
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:10px;
}
.blog-column-post-left img {
	width:100%;
	height:300px;
	object-fit:cover;
}


.blog-focus-container {
	background: no-repeat 50% 50%;
	background-size:cover;
	padding:150px 50px;
	text-align:center;
	box-sizing:border-box;
	height:440px;
}
.blog-focus-outer {
	max-width:800px;
	display:inline-block;
	box-sizing:border-box;
	padding:10px;
	margin:0 auto;
	background: url(https://www.thetappingsolution.com/wp-content/themes/tappingsolution/new-images/trans-white-bg.png);
}
.blog-focus-inner {
	padding:15px 20px;
	text-align:center;
	background: url(https://tappingsolution.s3.amazonaws.com/blog-images/white-opacity-75.png);
}
.blog-focus-inner h6 {
	color:#7cb600;
	font-family:'Asap';
	font-weight:500;
	text-transform:uppercase;
	font-size:15px;
	line-height:1;
	letter-spacing:2px;
}
.blog-focus-inner h1, .blog-focus-inner h1 a, .blog-focus-inner h2, .blog-focus-inner h2 a {
	font-weight:bold;
	font-size:40px;
	margin:10px 0;
	text-decoration:none;
	color:#000;
	text-shadow:none
}
.blog-focus-inner h4 {
	color:#000;
	font-style:italic;
	font-weight:400;
}

#blog-section .green-button {
	margin-top:20px;
}
#blog-section .box-33 {
	color:#999;
	font-size:14px;
	text-align:left;
	line-height:1.5;
}
#blog-section .box-33 span  {
	margin:15px 0;
	line-height:1.2;
}

.blog-column-post {
	padding:20px 0;
	border-bottom:1px solid #ddd
}
.blog-column-post:nth-child(1), .blog-column-post:nth-child(1) .blog-column-post-left {
	padding-top:0;
}

.blog-column-post-right {
	color:#999;
	font-size:14px;
}
.blog-column-post-right span.title {
	color: black;
    font-size: 24px;
    display: block;
    font-weight: 700;
	margin-bottom:10px;
}
.blog-column-post-right h5 {
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:500;
	color:#a1ca52;
	margin-top:0;
}
.socialsharing {
	line-height:30px
}
.socialsharing .commentc {
    color: #134450;
    font-size: 11px;
    background: url(https://www.thetappingsolution.com/blog/wp-content/themes/tapping_blog/images/commentbg.png) no-repeat 6px center #ecf4f8;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    padding: 4px 8px 4px 20px;
    border: solid 1px #294E63;
}
.socialsharing .commentc a {
    color: #134450;
    text-decoration: none;
}
.blog-column-post-right h6{
	margin:20px 0;
}
.blue {
	color:#0089b6 !important
}
.green {
	color:#7cb600  !important
}
.red {
	color:#b63c00 !important;
}
.orange {
	color:#f5b860 !important;
}
.pink {
	color:#e1036f !important;
}
.purple {
	color:#6b00b6 !important;
}
.blog-column-post-right .orange-button {
	margin-top:20px;
}

.breadcrumbs a {
	margin:0 10px
}
.breadcrumbs {
	margin-bottom:20px
}


#post-content p {
	margin-bottom:20px;
}
#post-content {
	color:#666;
	font-weight:400;
	margin-top:20px;
	line-height:1.5;
}

#post-content .page {
	background:#f7f7f7;
	padding:20px;
	border:1px solid #ccc;
	margin-bottom:10px;
	box-shadow:1px 1px 5px #bbb;
}

#post-content h2 {
	font-size:30px;
	line-height:1.2;
}
#post-content ul {
	list-style:disc;
	margin-left:20px;
}
#post-content ul li {
	margin-bottom:10px
}
.alignright {
	float:right;
	margin:0 0 10px 10px
}
.alignleft {
	float:left;
	margin:0 10px 10px 0
}
.post-info img {
	float:left;
	width:100px;
	border-radius:50%;
}
.post-info-text {
	margin-left:120px;
}
.post-info h4 {
	margin-bottom:5px;
	color:#999;
	font-weight:500;
	font-size:18px;
}
.post-info h4 span {
	color:black;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:500;
}

#blog-section h5 {
	text-transform:uppercase;
	font-size:14px;
	margin-top:20px;
	letter-spacing:1px;
	font-weight:500;
}

.box-33 {
	width:33.3%;
}
.box-50 {
	width:50%;
}
.box-33, .box-50 {
	display:inline-block;
	box-sizing:border-box;
	padding:10px;
	text-align:center;
	vertical-align:top;
}
.box-33 span, .box-50 span {
	color:black;
	font-size:24px;
	display:block;
	font-weight:700;
	margin:10px 0;
}
.box-33 img, .box-50 img {
	width:100%;
}

#blog-section h3 {
	float:left;
}
#blog-section .box-33 span a, .blog-column-post-right .title a {
	color:black;
	text-decoration:none;
}
#blog-section .box-33 img {
	width:100%;
	height:300px;
	object-fit:cover;
}

.line-sides {
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
}
.line-sides:before, .line-sides:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-left: -999em;
    height: 2px;
    width: 998em;
    border-top: 1px solid #ddd;
}

.line-sides:after {
    left: auto;
    width: 999em;
    margin: 0 0 0 1em;
}

#recent-posts {
	margin-top:40px;
}
.rec-post {
	margin-bottom:20px;
}
.rec-post.main img {
	border-radius:50%;
	margin-bottom:20px;
}
.rec-post img {
	width:100px;
	height:100px;
	object-fit:cover;
	float:left;	
}
.rec-post-text {
	margin-left:110px;
	font-style:italic;
	color:#999;
	font-size:14px;
}
.rec-post.main .rec-post-text a {
	margin-bottom:5px;
}
.rec-post-text a {
	display:block;
	margin-bottom:20px;
	font-style:normal;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:16px;
}
.donations {
	text-align:center
}
.donations a {
	display:inline-block;
	padding:10px 30px;
	background:#666;
	border:1px solid black;
	color:#5fdbff;
	font-size:28px;
	font-weight:bold;
}
.donations a:hover {
	text-decoration:underline;
}

@media only screen and (max-width: 915px){
.blog-focus-container {
    padding: 20px;
    height: auto;
}
}

@media only screen and (max-width: 760px){
#blog-column-left, #blog-column-right {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
}

@media only screen and (max-width: 610px){
#blog-section .box-33{
    box-shadow: none;
    padding-bottom: 0;
    border: 0;
    width: 95%;
    margin: 0 auto 20px;
}
#blog-section .box-33 img {
    object-fit: fill;
    width: 100%;
    height: auto;
}
.blog-column-post-left, .blog-column-post-right {
    width: 100%;
    float: none;
}
}

@media only screen and (max-width:1300px) {
	#top #nav {
		display:none
	}
	.mobile-nav-icon {
		display:table-cell
	}
}

@media only screen and (max-width:1010px) {
	.container {
		width:100%;
	}
	.container-inner {
		padding:40px 10px
	}
	.banner-bg {
		padding:50px;
	}
	.banner-bg h1 {
		font-size:50px;
	}
	
}

@media only screen and (max-width:800px) {
	.home-section h1 {
		font-size:50px
	}
	h2 {
		font-size:28px
	}
	.container-inner {
		padding:20px 10px
	}
	#left-sidebar {
		display:none
	}
	#sidebar-main {
		margin:0
	}
}

@media only screen and (max-width:700px) {
	.img-left {
		float:none;
		display:block;
		margin:10px auto;
	}
	.team-left {
		float:none;
		width:100%
	}
	.team-left img {
		width:200px;
		display:block;
		margin:0 auto 20px
	}
	.team-right {
		margin-left:0
	}
	.team-right h4, .team-right h5 {
		text-align:center
	}
}

@media only screen and (max-width:600px) {
	.vet-left {
		float:none;
		margin:0 auto;
	}
	.vet-right {
		margin-left:0;
	}
	.img-left, .alignleft, .img-right, .alignright {
		float:none;
		display:block;
		margin:0 auto 10px;
	}
}