/*Theme Name: spts Theme URI: http://www.smartsites.com/Author: SmartSitesAuthor URI: http://www.smartsites.com/Description: DescriptionVersion: 1.0.0License: GNU General Public License v2 or laterLicense URI: http://www.gnu.org/licenses/gpl-2.0.htmlText Domain: sptsTags:This theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.spts is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.Normalizing styles have been helped along thanks to the fine work ofNicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/*//*--------------------------------------------------------------# Normalize--------------------------------------------------------------*/* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
a {
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}/* close commented backslash hack */
.align-center {
	text-align: center
}
.top-gutter-1 {
	padding-top: 10px;
}
.top-gutter-2 {
	padding-top: 20px;
}/*--------------------------------------------------------------# Typography--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}/*--------------------------------------------------------------# Elements--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background-color: #f6f6f6; /* Fallback for when there is no custom background color defined. */
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}/*--------------------------------------------------------------# Navigation--------------------------------------------------------------*//*--------------------------------------------------------------## Links--------------------------------------------------------------*/
a {
	color: royalblue;
	text-decoration: underline;
}
a:visited {
	color: purple;
}
a:hover, a:focus, a:active {
	color: midnightblue;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}/*--------------------------------------------------------------# Accessibility--------------------------------------------------------------*//* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}/*--------------------------------------------------------------# Alignments--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 0.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}/*--------------------------------------------------------------# Clearings--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}/*--------------------------------------------------------------# Widgets--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}/* Search widget. */
.widget_search .search-submit {
	display: none;
}/*--------------------------------------------------------------# Content--------------------------------------------------------------*//*--------------------------------------------------------------## Posts and pages--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0em;
}
.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-footer {
	padding: 5px 30px;
}
.entry-footer a {
	color: #63c137;
}/*--------------------------------------------------------------## Asides--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}/*--------------------------------------------------------------## Comments--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}/*--------------------------------------------------------------# Infinite scroll--------------------------------------------------------------*//* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}/*--------------------------------------------------------------# Media--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}/*--------------------------------------------------------------## Captions--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}/*--------------------------------------------------------------## Galleries--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}/*Main Style Start Here*/
body {
	font-family: ProximaNova-Light;
	font-size: 16px;
	margin: 0px auto;
	color: #000;
	line-height: 140%;
	background: url("images/page_bg.png") repeat-x #f6f6f6;
}
body.home {
	background-image: none;
	background-color: #f6f6f6;
}
@font-face {
	font-family: 'NewPressEroded';
	src: url('fonts/NewPressEroded.eot?#iefix') format('embedded-opentype'), url('fonts/NewPressEroded.woff') format('woff'), url('fonts/NewPressEroded.ttf') format('truetype'), url('fonts/NewPressEroded.svg#NewPressEroded') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova-Light';
	src: url('fonts/ProximaNova-Light_gdi.eot');
	src: url('fonts/ProximaNova-Light_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Light_gdi.woff') format('woff'), url('fonts/ProximaNova-Light_gdi.ttf') format('truetype'), url('fonts/ProximaNova-Light_gdi.svg#ProximaNova-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'ProximaNovaRegular';
	src: url('fonts/proximanova-regular.eot');
	src: url('fonts/proximanova-regular.eot') format('embedded-opentype'), url('fonts/proximanova-regular.woff') format('woff'), url('fonts/proximanova-regular.ttf') format('truetype'), url('fonts/proximanova-regular.svg#ProximaNovaRegular') format('svg');
}
@font-face {
	font-family: 'proxima_novasemibold';
	src: url('fonts/proximanova-semibold-webfont.eot');
	src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-semibold-webfont.woff') format('woff'), url('fonts/proximanova-semibold-webfont.ttf') format('truetype'), url('fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'grunge_overlords_newregular';
	src: url('fonts/grunge-overlords-webfont.eot');
	src: url('fonts/grunge-overlords-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/grunge-overlords-webfont.woff2') format('woff2'), url('fonts/grunge-overlords-webfont.woff') format('woff'), url('fonts/grunge-overlords-webfont.ttf') format('truetype'), url('fonts/grunge-overlords-webfont.svg#grunge_overlords_newregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.wrapper {
	width: 1200px;
	margin: 0px auto;
}
.fix {
	clear: both;
	overflow: hidden;
}
p {
	margin-bottom: 25px;
}
strong {
	font-family: proxima_novasemibold;
}/*Top Header*/
 #top-header {
	height: 158px;
	position: relative;
	background-color: #274d7e;
}
#top-header .wrapper {
	position: relative;
}
#logo {
	left: 0;
	position: absolute;
	width: 218px;
}
#logo img {
}
#logo a {
	cursor: pointer;
}
#logo a:after {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	content: '';
/* 	z-index: 9; */
	cursor: pointer;
}
#top-navigation {
	position: absolute;
	right: 0px;
}
ul.menu {
	margin: 46px 0px 0px;
	padding: 0px;
	list-style: none;
}
ul.menu li {
	float: left;
	position: relative;
}
ul.menu li:first-child {
	background-color: #009ee0;
	padding-left: 10px;
}
ul.menu li a {
	background-color: #009ee0;
	background-image: url("images/menu-border.png");
	background-position: right 16px;
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	line-height: 18px;
	padding: 14px 15px;
	text-decoration: none;
	position: relative;
	font-size: 1.1em;
	text-align: center;
}
ul.menu li:nth-child(8) a {
	background-image: none;
}
ul.menu li a:hover, ul.menu>li.current_page_item>a {
	background-color: #1b5182;
	background-image: none;
}
ul.menu>li a:hover:before, ul.menu>li.current_page_item>a:before {
	border-top: 4px solid #46b72c;
	content: "";
	position: absolute;
	top: -4px;
	width: 100%;
	left: 0px;
}
ul.menu li.nav-donate>a {
	background-color: #5bc73b;
	background-image: url("images/donate-icon.png");
	background-position: 20px 16px;
	background-repeat: no-repeat;
	padding: 14px 0 14px 20px;
	width: 150px;
}
ul.menu li.nav-donate>a:hover {
	background-color: #1b5182;
}
ul.menu li:hover>ul.sub-menu {
	display: block;
}
ul.menu li ul.sub-menu {
	background-color: #2a2a2a;
	display: none;
	left: 0;
	list-style: outside none none;
	position: absolute;
	width: 230px;
	z-index: 9999999;
}
ul.menu li ul.sub-menu li {
	padding: 0;
	float: none;
	display: block;
}
ul.menu li ul.sub-menu li a {
	display: block;
	background-color: #2a2a2a;
	background-image: none;
	line-height: 120%;
	padding: 10px;
	width: 100%;
}
ul.menu li ul.sub-menu li a:hover {
	background-color: #5bc73b;
	border: none;
}
ul.menu li ul a:hover:before {
	border: none;
	height: 0px;
}
ul.menu li ul.sub-menu ul {
	left: 100%;
	top: 0;
	z-index: 9999999;
}/*Home Slider*/
#home-slider {
	margin-top: 0px;
	position: relative;
	z-index: 1;
}
#home-slider ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#home-slider ul li {
}
#home-slider ul li img {
	margin-top: 25px;
	max-width: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
#home-slider .bxslider li a {
	display: inline-block;
	float: left;
	max-width: 60%;
	padding-right: 5px;
}
/* #home-slider .bxslider li.sjslides-1 a ,
#home-slider .bxslider li.sjslides-2 a {
	max-width: 100%;
	padding-right: 0;
	width: 100%;
} */
#home-slider .bx-wrapper .bx-prev {
	left: -50px;
}
#home-slider .bx-wrapper .bx-next {
	right: -50px;
}
.bx-wrapper .bx-controls-direction a{
	top:47%
}
#home-slider .bxslider li a img {
	max-width: 100%;
}
#slide-box {	/*background-image: url("images/slide-box.png");*/
	background-color: #5bc73b;
	background-repeat: repeat-x;
	height: 240px;
	padding-top: 31px;
	margin-top: 25px;
	margin-bottom: 50px;
	position: relative;
	z-index: 99;
}
#slide-box .s-box {
	width: 25%;
	padding-left: 2%;
}
#slide-box .s-box a {
	color: #FFF;
}
#slide-box .s-box:first-child {
	padding-left: 0;
}
.bxslider li span {
	display: block;
	max-width: 440px;
	padding-right: 50px;
	padding-top: 15px;
	width: 100%;
	float: right;
	font-size: 20px;
}
/*.bxslider li.sjslides-1 span,
.bxslider li.sjslides-2 span {
	display: none!important;
}*/
.bxslider li span a {
	color: #009EE0;
	display: inline!important;
	float: none!important;
}
.bxslider li span a:hover {
	text-decoration: underline;
}
ul.bxslider li p {
	margin: 0 !important;
}
.s-box {
	float: left;
	color: #fff;
	font-family: ProximaNova-Light;
}
.s-box p {
	font-size: 15px;
	margin-bottom: 28px;
	min-height: 40px;
}
.s-box h2 {
	background-repeat: no-repeat;
	color: #fff;
	font-family: ProximaNova-Light;
	font-size: 28px;
	font-weight: normal;
	line-height: 98%;
	padding-left: 60px;
	margin-bottom: 15px;
}
#s-box1 h2 {
	background-image: url("images/s-box1.png");
	background-position: 0px 2px;
}
#s-box2 {
}
#s-box2 h2 {
	background-image: url("images/s-box2.png");
	background-position: 0 7px;
	padding-left: 70px;
}
#s-box3 {
}
#s-box3 h2 {
	background-image: url("images/s-box3.png");
	background-position: 0 3px;
}
#s-box4 {
}
#s-box4 p {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 23px;
}
.s-box a.s-more {
	background-color: #1b5182;
	background-image: url("images/s-box-more.png");
	background-position: right center;
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	width: 114px;
	padding-left: 15px;
}
.s-box a.s-more:hover {
	color: #5bc73b;
}
#home-promo-box {
	padding: 50px 50px 50px;
	clear: both;
	overflow: hidden;
        text-align: center;
}
.h-promo {
	float: none;
	width: 23.5%;
	margin-left: 2%;
	position: relative;
        display: inline-block;
}
.h-promo:first-child {
	margin-left: 0;
}
.h-promo img.promo-image {
	border-radius: 5px;
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
}
.h-promo h3 {
	color: #003d6c;
	font-family: NewPressEroded;
	font-size: 22px;
	letter-spacing: 2px;
	margin-bottom: 11px;
	text-transform: uppercase;
	clear: none;
}
.orange-color {
	color: #fe670e !important;
}
.h-promo p {
	font-size: 14px;
	margin: 0;
	color: #000;
	line-height: 1.2;
}
.h-promo a.pr-more {
	background-image: url("images/pr-more.png");
	background-position: right center;
	background-repeat: no-repeat;
	color: #1b5182;
	display: inline;
	font-size: 14px;
	padding-right: 10px;
	text-decoration: none;
	font-family: ProximaNovaRegular;
}
.h-promo a.pr-more:hover {
	text-decoration: underline;
}
.h-promo-content {
	background-color: #f2f2f2;
	background-image: url("images/h-promo-content.png");
	height: 98px;
	bottom: 0;
	right: 0;
	left: 0;
	position: absolute;
	z-index: 99;
	padding: 15px 10px 14px;
}
#h-promo1 {
}
#h-promo2 .h-promo-content, #h-promo3 .h-promo-content {
}
#h-promo3 img.right-align {
	max-width: 100px;
}
img.right-align {
	float: right;
	margin-left: 7px;
}
#home-donate-box {
	background-color: #009ee0;
	height: 100px;
}
#home-donate-box h2 {
	color: #fff;
	float: left;
	font-family: NewPressEroded;
	font-size: 51px;
	margin: 0px;
	line-height: 100px;
	letter-spacing: 2px;
}
a#h-donate-btn {
	background-image: url("images/home-donate-btn.png");
	background-repeat: no-repeat;
	color: #003d6c;
	display: inline-block;
	float: right;
	font-family: proxima_novasemibold;
	font-size: 30px;
	font-weight: bold;
	height: 79px;
	line-height: 60%;
	margin-top: 11px;
	padding-left: 70px;
	padding-top: 22px;
	text-decoration: none;
	text-transform: uppercase;
	width: 261px;
}
a#h-donate-btn:hover {
	color: #63c137;
}
a#h-donate-btn span {
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	font-family: ProximaNova-Light;
}/*Home Content*/
#home-content {
	background-color: #ebebeb;
	padding: 27px 0 65px;
}
#home-content-left {
	width: 662px;
	float: left;
}
#home-content-left h2 {
	font-family: ProximaNova-Light;
	font-size: 36px;
	line-height: 100%;
	margin-bottom: 15px;
	margin-top: 17px;
}
#home-content-left p {
	font-size: 19px;
	line-height: 160%;
	margin-bottom: 0;
	color: #000;
	line-height: 1.3;
}
#home-content-left a.hs-more {
	color: #009ee0;
	text-decoration: none;
}
#home-content-left a.hs-more:hover {
	color: #000;
	text-decoration: underline;
}
#home-single-mission {
	background-image: url("images/home-mission.png");
	background-repeat: no-repeat;
	height: 217px;
	margin-bottom: 18px;
	padding: 15px 10px 15px 351px;
	width: 662px;
}
#home-single-history {
	background-image: url("images/history-home.jpg");
	background-repeat: no-repeat;
	height: 255px;
	margin-bottom: 18px;
	padding: 15px 372px 15px 16px;
	width: 663px;
}
#home-content-right {
	background-color: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	float: right;
	height: 520px;
	width: 520px;
	overflow-y: scroll;
}
#home-content-right h2 {
	color: #003d6c;
	font-family: proxima_novasemibold;
	font-size: 22px;
	line-height: 56px;
	margin: 0;
	padding-left: 20px;
}
#home-new {
}
#home-new h3 {
	font-weight: normal;
}
#home-new h3:first-child>a {
	border-top: 2px solid #d3d3d3;
}
#home-new h3:last-child>a {
	border-bottom: none;
}
#home-new h3 a {
	background-image: url("images/home_news_bg.png");
	background-position: 97% center;
	background-repeat: no-repeat;
	border-bottom: 2px solid #d3d3d3;
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	font-family: ProximaNova-Light;
	font-size: 18px;
	line-height: 120%;
	padding: 20px 54px 20px 20px;
	text-decoration: none;
	width: 100%;
	background-color: #fff;
}
#home-new h3 a:hover {
	background-color: #0d4a79;
	color: #fff;
	background-image: url("images/home_news_bg_hover.png");
}/*Footer*/
#footer-menu .sub-menu {
	display: none;
	visibility: hidden;
}
.footer-trademark {
	display: block;
	padding-top: 10px;
	overflow: hidden;
	clear: both;
	color: #999999;
}
#top-footer {
	background-color: #f4f4f4;
	min-height: 230px;
	padding: 15px 0;
	clear: both;
	overflow: hidden;
}
.footer-widget {
	float: left;
	border-left: 1px solid #d9d9d9;
	min-height: 200px;
}
#tf4 {
	width: 325px;
	padding-left: 15px;
}
#tf4 a#ft-donate {
	background-image: url("images/ft-donate-button.png");
	background-repeat: no-repeat;
	color: #FFF;
	display: inline-block;
	font-family: ProximaNovaRegular;
	font-size: 15px;
	height: 100px;
	line-height: 15px;
	text-decoration: none;
	width: 270px;
	padding-top: 28px;
	padding-left: 70px;
	margin-top: 0;
	position: relative;
}
#tf4 a span {
	font-family: proxima_novasemibold;
	font-size: 32px;
	line-height: 93%;
	text-transform: uppercase;
}
#tf4 a#ft-donate:hover {
	color: #63c137;
}
#amznCharityBanner {
	overflow: hidden;
}
#tf4 iframe {
	width: 100%;
	height: 118px;
	margin-left: -8px;
	border-bottom: 1px solid #ff9900!important;
	overflow: hidden;
}
iframe body .text {
	display: none;
	visibility: hidden;
}
#tf2 {
	padding-left: 27px;
	width: 421px;
	padding-right: 30px;
	color: #000;
}
#tf2 p {
	padding-top: 27px;
	font-size: 20px;
	line-height: 100%;
	margin: 0px;
}
#home-subscribe {
	margin: 10px 0 0;
}
#home-subscribe input[type="text"] {
	border: medium none;
	float: left;
	height: 47px;
	padding-left: 12px;
	width: 219px;
}
#home-subscribe input[type="submit"] {
	background-image: url("images/ft-subscribe.png");
	border: medium none;
	color: #fff;
	float: left;
	font-family: proxima_novasemibold;
	font-size: 18px;
	height: 47px;
	text-align: center;
	text-transform: uppercase;
	width: 143px;
	line-height: 47px;
}
#home-subscribe input[type="submit"]:hover {
	color: #63c137;
}/*Constact Contact Subscribe*/
.cc_email_address.kws_input_container.gfield input {
	border: medium none;
	float: left;
	height: 47px;
	padding-left: 12px;
	width: 219px;
}
.cc_Go input[type=submit] {
	background-image: url("images/ft-subscribe.png");
	border: medium none;
	color: #fff;
	float: left;
	font-family: proxima_novasemibold;
	font-size: 18px;
	height: 47px;
	text-align: center;
	text-transform: uppercase;
	width: 143px;
	line-height: 47px;
}
.cc_Go input[type=submit]:hover {
	color: #63c137;
}
#constant-contact-signup-1 .success {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	color: #5BC73B;
}
h3.widget-title {
	padding-top: 27px;
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 100%;
	margin: 0px;
	font-weight: normal;
}
#constant-contact-signup-errors li {
	list-style: none;
	color: #FF050E;
}/*Constact Contact Subscribe*/
#ft-follow {
}
#ft-follow p {
	float: left;
	margin-right: 15px;
	padding-top: 37px;
}
#ft-follow ul.ft-social {
	float: left;
	list-style: outside none none;
	padding-top: 24px;
}
#ft-follow ul.ft-social li {
	float: left;
	margin-right: 5px;
}
#ft-follow ul.ft-social li a {
	background-image: url("http://preview.sptsusa.org/wp-content/uploads/2020/05/fb-icon.png");
	display: inline-block;
	height: 41px;
	text-indent: -9999px;
	width: 41px;
	background-repeat: no-repeat;
	text-decoration: none;
}
#ft-follow ul.ft-social li a#ft-fb {
}
#ft-follow ul.ft-social li a#ft-tw {
	background-position: -44px 0;
}
#social-icons-container .social-icons{
	display:flex;
	align-items:center;
	list-style:none;
}
#social-icons-container p {
	padding-top: 37px;
}
#social-icons-container .social-icons li{
	flex:1;
	padding-right:5px;
}
#tf3 {
	padding-left: 15px;
	padding-right: 15px;
	width: 250px;
}
#tf3 a {
	color: #000;
	text-decoration: none;
}
#tf3 a:hover {
	color: #000;
	text-decoration: underline;
}
#tf3 p {
	line-height: 23px;
	padding-top: 15px;
	padding-left: 0;
	color: #000;
}
#tf1 {
	padding-right: 20px;
	border: 0 none;
}
#tf1 img {
	border: 0 none
}
#tf1 .textwidget a span {
	display: block;
}
#bottom-footer {
	background-color: #e6e6e6;
	padding: 23px 0px;
	font-size: 13px;
	font-family: ProximaNovaRegular;
	color: #2b2b2b;
	line-height: 105%;
	text-align: center;
}
.menu-top-menu-container {
	text-align: center
}
ul.bt-menu {
	float: none;
	list-style: outside none none;
}
ul.bt-menu li {
	float: none;
	display: inline;
	list-style: outside none none;
}
ul.bt-menu li br {
	display: none
}
ul.bt-menu li:first-child a {
	padding: 0px 8px 0px 0px;
}
ul.bt-menu li:last-child a {
	background-image: none;
}
ul.bt-menu li a {
	color: #000;
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
	background-image: url("images/bt-menu.png");
	background-repeat: no-repeat;
	background-position: right center;
}
ul.bt-menu li a:hover {
	color: #000;
	text-decoration: underline;
}
p.copyright {
	float: none;
	line-height: 20px;
	width: auto;
	margin: 6px 0;
	text-align: center
}
p.copyright a {
	color: #2b2b2b;
}
p.copyright a:hover {
	color: #000;
	text-decoration: underline;
}/*About Page*/
#home-banner {
	position: relative;
	z-index: 1;
	height: 100px;
}
#home-banner img {
	margin-top: 0;
	max-width: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
	display: none;
}
#page-content-wrapper {
	padding-bottom: 00px;
	position: relative;
	z-index: 1;
}
#page-content-wrapper .wrapper {
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	border-top: 10px solid #63c137;
	margin-top: -51px;
	position: relative;
	z-index: 99;
	padding-bottom: 70px;
}
#page-content-wrapper .wrapper:before {
	background-image: url("images/page-content-bg-before.png");
	content: "";
	height: 879px;
	left: -42px;
	position: absolute;
	top: 0;
	width: 42px;
}
#page-content-wrapper .wrapper:after {
	background-image: url("images/page-content-bg-after.png");
	content: "";
	height: 879px;
	right: -42px;
	position: absolute;
	top: 0;
	width: 42px;
}
#page-header {
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 25px 30px 0;
}
#page-header #page-name {
	float: left;
}
h1#page-title {
	font-family: ProximaNova-Light;
	font-size: 36px;
	line-height: 105%;
	margin: 0 0px 30px 0px;
	padding: 0;
	text-transform: uppercase;
	color: #282828;
}
.blue-color {
	color: #42ade4 !important;
}
#page-breadcrumbs {
	float: right;
	text-transform: uppercase;
	font-size: 14px;
}
#page-breadcrumbs p {
	color: #63c137;
	margin-bottom: 30px;
}
#page-breadcrumbs a {
	color: #1b5182;
	text-decoration: none;
}
#page-breadcrumbs a:hover {
	text-decoration: underline;
}
.page-content {
	padding: 0px 30px;
}
.about-us-left {
	float: left;
	width: 30%;
}
.about-us-left img {
	border: 5px solid #eae9e8;
}
.about-us-right {
	float: left;
	width: 558px;
	margin-left: 25px;
}
.about-us-right p {
	background-repeat: no-repeat;
	font-family: ProximaNovaRegular;
	font-size: 25px;
	line-height: 120%;
	min-height: 64px;
	padding-left: 102px;
	padding-top: 10px;
	background-position: left center;
}
.about-us-right p#ab1 {
	background-image: url("images/ab1.png");
}
.about-us-right p#ab2 {
	background-image: url("images/ab2.png");
}
.about-us-right p#ab3 {
	background-image: url("images/ab3.png");
}
.about-us-right p#ab4 {
	background-image: url("images/ab4.png");
}/*Contact Page*/
.page-id-17 #home-banner {
	height: auto
}
#gmap {	/*margin-top: -158px;*/
	max-width: 100%;
	position: relative;
	overflow: visible !important;
	width: 100%;
	height: 557px;
	z-index: 1;
}
h3#firstHeading {
	font-family: proxima_novasemibold;
	color: #009ee0;
	margin-bottom: 6px;
}
.gm-style img {
	max-width: none !important;
}
#bodyContent p {
	font-family: ProximaNovaRegular;
	margin-bottom: 0px;
}
#left-content {
	background-image: url("images/ct-left-bg.png");
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	height: 100%;
	padding: 25px 54px 0px 30px;
	width: 800px;
}
#right-sidebar {
	float: right;
	width: 400px;
	padding-top: 25px;
	padding-right: 30px;
}
h3.ct-side-title {
	color: #000;
	margin-bottom: 20px;
	line-height: 150%;
	font-size: 22px;
	text-transform: uppercase;
}
ul#ct-social {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#ct-social li {
	margin-bottom: 10px;
	background-image: none;
	padding: 0px;
}
ul#ct-social li a {
	background-image: url("images/ct-social.png");
	color: #fff;
	display: inline-block;
	font-size: 22px;
	height: 55px;
	line-height: 55px;
	padding-left: 61px;
	text-decoration: none;
	width: 369px;
}
ul#ct-social li a#ct-fb {
	background-position: 0 0px;
}
ul#ct-social li a#ct-tw {
	background-position: 0 -63px;
}
ul#ct-social li a#ct-gp {
	background-position: 0 -126px;
}
ul#ct-social li a:hover {
	color: #63c137;
}
#ct-form {
	font-family: ProximaNovaRegular;
}
#ct-form p {
	margin-bottom: 0px !important;
	color: #000;
	line-height: 160%;
}
.margin-bottom20 {
	margin-bottom: 20px !important;
}
.ct-left {
	float: left;
	width: 49%;
}
.ct-right {
	float: right;
	width: 49%;
}
#ct-form input[type="text"], #ct-form input[type="tel"], #ct-form input[type="email"] {
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 10px;
	width: 100%;
}
#ct-form select {
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 10px;
	width: 99% !important;
}
#ct-form textarea {
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	font-size: 13px;
	height: 90px;
	line-height: 40px;
	padding: 0 0 0 10px;
	width: 100%;
}
#ct-form input[type="submit"] {
	background-image: url("images/ct-submit.png");
	border: medium none;
	color: #fff;
	display: inline-block;
	height: 54px;
	line-height: 54px;
	text-align: center;
	width: 204px;
	font-family: proxima_novasemibold;
	text-transform: uppercase;
	font-size: 20px;
	background-position: 0px 0px;
}
#ct-form input[type="submit"]:hover {
	background-position: bottom center;
}
#input_2_4_1, #input_2_4_2, #input_2_4_6, #input_4_4_1, #input_4_4_2, #input_4_4_6 {
	width: 100%!important;
}
#input_4_1_6_container, #input_4_1_3_container, #input_2_1_3_container, #input_2_1_6_container {
	width: 49% !important;
}
#input_2_4_3_container, #input_2_4_5_container, #input_2_4_6_container, #input_2_4_4_container, #input_4_4_3_container, #input_4_4_5_container, #input_4_4_6_container, #input_4_4_4_container, #field_2_3, #field_2_2, #field_4_3, #field_4_2 {
	width: 49.2% !important;
}
#input_2_1_3_container {
	width: 50% !important;
	padding-right: 5px;
}
#input_2_1_6_container {
	float: right;
	margin-right: 0;
}
#input_2_4_1_label, #input_2_4_2_label, #input_2_4_3_label, #input_2_4_4_label, #input_2_4_5_label, #input_2_4_6_label, #input_2_1_3_container label, #input_2_1_6_container label {
	display: none;
}
#input_2_4_1, #input_2_4_2, #input_2_4_3 {
	margin-bottom: 15px;
}/*Blog*/
.margin-bottom45 {
	margin-bottom: 45px !important;
}
.single-blog {
	background-color: #f6f6f6;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	float: left;
	margin-right: 15px;
	width: 100%;
}
.single-post p img {
	padding-top: 10px;
}
.last-single-blog {
	margin-right: 0px !important;
}
img.single-blog-thumb {
	width: 100%;
	height: auto;
}
.single-blog-content {
	padding: 0 17px 7px;
	position: relative;
	border-bottom: 1px solid #d5dde4;
}
p.blog-author {
	background-image: url("images/blog-author-icon.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 24px;
	margin-top: 10px;
	padding-left: 21px;
	margin-right: 43px;
}
p.blog-date {
	background-image: url("images/blog-date-icon.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 24px;
	margin-top: 10px;
	padding-left: 21px;
}
#nothumb {
	right: 25px;
	top: 0;
}
.author-image {
	position: absolute;
	right: 25px;
	top: -44px;
}
.author-image img {
	height: 73px;
	width: 72px;
}
h2.single-blog-title {
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 14px;
}
h2.single-blog-title a {
	color: #000;
	text-decoration: none;
}
h2.single-blog-title a:hover {
	color: #63c137;
}
.single-blog-excerpt p {
	font-size: 14px;
	margin-bottom: 10px;
}
.blog-middle {
	margin: 0px;
}
p#loading {
	background-image: url("images/loading.png");
	background-repeat: no-repeat;
	display: block;
	font-size: 18px;
	line-height: 35px;
	margin: 0 auto;
	padding-left: 45px;
	width: 66px;
}/*Single Blog Post*/
#blog-post-left {
	float: left;
	width: 840px;
}
#blog-post-left ul, .page-only ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style: none;
}
#blog-post-left ul li, .page-only ul li {
	background-image: url("images/blog-widget-list.png");
	background-position: 0 5px;
	background-repeat: no-repeat;
	color: #000;
	padding-left: 12px;
	text-decoration: none;
	margin-bottom: 4px;
}
#blog-post-left ol, .page-only ol {
	list-style: decimal;
	margin: 0 0 20px;
	padding: 0;
}
#blog-post-left ol li, .page-only ol li {
	color: #000;
	margin-bottom: 4px;
}
#blog-meta {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#blog-meta p {
	margin-bottom: 0px;
}
p#blog-meta-author {
	float: left;
	padding-left: 82px;
	position: relative;
	font-family: 'proxima_novasemibold';
}
p#blog-meta-author img {
	left: 0;
	position: absolute;
	top: -30px;
}
p#blog-meta-comment {
	background-image: url("images/blog-comment-icon.png");
	background-repeat: no-repeat;
	float: right;
	padding-left: 27px;
}
p#blog-meta-date {
	background-image: url("images/blog-date-icon.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 22px;
	margin: -10px 0 10px 0;
}
h2.blog-post-title {
	font-size: 1.875em;
	font-weight: normal;
	line-height: 120%;
	margin-bottom: 20px;
}
h2.blog-post-title a {
	text-decoration: none;
	color: #808080;
}
h2.blog-post-title a:hover {
	color: #63c137;
}
img.blog-post-image {
	background-color: #e6e6e6;
	border-radius: 3px;
	max-width: 100%;
	padding: 6px;
	margin-bottom: 15px;
	height: auto;
}
#blog-post-right {
	float: right;
	width: 273px;
}
.blog-widget {
	border: 1px solid #e3e5e7;
	padding: 17px 10px;
	margin-bottom: 17px;
}
h3.blog-widget-title {
	background-image: url("images/blog-widget-bg.png");
	background-repeat: no-repeat;
	color: #2d2d2d;
	font-family: proxima_novasemibold;
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
	padding-bottom: 15px;
	padding-left: 40px;
	margin-bottom: 10px;
}
div.searchform {
	width: 253px;
}
div.searchform input[type="text"] {
	background-color: #f7f7f7;
	border: 1px solid #d5d5d5;
	height: 33px;
	margin-bottom: 15px;
	padding-left: 8px;
	width: 251px;
}
div.searchform input[type="submit"] {
	background-image: url("images/search-submit.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	border: medium none;
	color: #fff;
	display: block;
	font-family: ProximaNovaRegular;
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	text-transform: uppercase;
	width: 204px;
}
div.searchform input[type="submit"]:hover {
	background-position: bottom center;
}
.blog-widget ul, ul.list-pages {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.blog-widget ul li, ul.list-pages li {
	margin-bottom: 5px;
}
.blog-widget ul li a, ul.list-pages li a {
	background-image: url("images/blog-widget-list.png");
	background-repeat: no-repeat;
	padding-left: 12px;
	text-decoration: none;
	background-position: 0px 4px;
	color: #000;
}
.blog-widget ul li a:hover, ul.list-pages li a:hover {
	color: #63c137;
}
#blog-widget-social {
}
ul#blog-social {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#blog-social li {
	margin-bottom: 10px;
}
ul#blog-social li a {
	background-image: url("images/blog-social.png");
	color: #fff;
	display: inline-block;
	font-family: ProximaNovaRegular;
	font-size: 1.2em;
	height: 54px;
	line-height: 54px;
	padding-left: 61px;
	text-decoration: none;
	width: 272px;
}
ul#blog-social li a:hover {
	color: #63c137;
}
ul#blog-social li a#blog-fb {
	background-position: 0px 0px;
}
ul#blog-social li a#blog-tw {
	background-position: 0px -63px;
}
ul#blog-social li a#blog-gp {
	background-position: 0px -126px;
}
.navigation {
	margin: 10px 0px;
	clear: both;
	overflow: hidden;
}
.navigation a {
	color: #000;
	text-decoration: none;
}
.navigation a:hover {
	color: #63c137;
}
.tagcloud {
}
.tagcloud a {
	background-color: #eeeeee;
	border: 1px solid #cdcdcd;
	color: #282828;
	font-size: 16px !important;
	line-height: 100% !important;
	margin-right: 2px;
	margin-bottom: 4px;
	padding: 2px 5px;
	text-decoration: none;
}
.tagcloud a:hover {
	color: #000;
}/*Comments*/
#comments {
	padding: 0px 30px;
	max-width: 600px;
}
#comments label {
	width: 100%;
	display: block;
}
#comments input[type="submit"] {
	background-image: url("images/ct-submit.png");
	background-position: 0 0;
	border: medium none;
	color: #fff;
	display: inline-block;
	font-family: proxima_novasemibold;
	font-size: 20px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	text-transform: uppercase;
	width: 204px;
}
#comments input[type="submit"]:hover {
	background-position: center bottom;
}
#comments input[type="text"], #comments input[type="email"], #comments input[type="url"] {
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 10px;
	width: 60%;
}
#comments textarea {
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	font-size: 13px;
	height: 150px;
	line-height: 40px;
	padding: 0 0 0 10px;
	width: 100%;
}
#comments ol {
	list-style: none;
	margin: 20px 0px;
}
.comment-author, .comment-metadata {
	margin-bottom: 10px;
}/*Advisory Board*/
.ad-section {
	float: left;
	font-family: ProximaNovaRegular;
	margin-right: 10px;
	padding: 5px;
	width: 267px;
}
img.ad-image {
	border: 1px solid #ededed;
	padding: 3px;
	max-width: 100%;
	margin-bottom: 15px;
	-moz-box-shadow: 0 0 4px 0 #ccc;
	-webkit-box-shadow: 0 0 4px 0 #ccc;
	box-shadow: 0 0 4px 0 #ccc;
}
p.ad-name {
	color: #2d2d2d;
	font-family: ProximaNovaRegular;
	font-size: 15px;
	margin-bottom: 4px;
	text-transform: uppercase;
}
p.ad-qualification {
	color: #03b4ea;
	font-family: ProximaNovaRegular;
	font-size: 12px;
	height: 25px;
	margin-bottom: 4px;
	text-transform: uppercase;
	width: 100%;
}
ul.ad-social {
	clear: both;
	overflow: hidden;
	margin: 0px 0px 6px 0px;
}
ul.ad-social li {
	background-image: none;
	float: left;
	list-style: outside none none;
	margin-bottom: 0;
	margin-right: 10px;
	padding-left: 0;
}
ul.ad-social li a {
	background-image: url("images/ad-social.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 27px;
	text-indent: -9999px;
	width: 27px;
}
ul.ad-social li a.ad-fb {
	background-position: 0px 0px;
}
ul.ad-social li a.ad-tw {
	background-position: -34px 0px;
}
ul.ad-social li a.ad-play {
	background-position: -67px 0px;
}
ul.ad-social li a.ad-lkd {
	background-position: -100px 0px;
}
.ad-details {
	font-size: 13px;
}
.ad-details p {
	margin-bottom: 0px;
}
.last-ad-section {
	margin-right: 0px !important;
}/*Educators Left*/
#left-sidebar {
	background-color: #f7f7f7;
	border-radius: 4px 4px 0 0;
	box-shadow: 0 1px 5px 0 #c3c3c3;
	float: left;
	position: relative;
	width: 245px;
}
#left-sidebar h2 {
	background-color: #009ee0;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-family: ProximaNovaRegular;
	font-size: 22px;
	font-weight: normal;
	line-height: 23px;
	margin-bottom: 0;
	padding: 12px 0 10px 16px;
}
#left-sidebar ul {
	clear: both;
	list-style: outside none none;
	margin: 0;
	overflow: hidden;
	padding: 10px;
}
#left-sidebar ul li {
	background-image: none;
	padding-left: 0px;
	margin-bottom: 8px;
}
#left-sidebar ul li a {
	background-image: url("images/left-sidebar-arrow.png");
	background-position: 0 7px;
	background-repeat: no-repeat;
	color: #000;
	display: inline-block;
	font-size: 13px;
	padding-left: 14px;
	text-decoration: none;
}
#left-sidebar ul li a:hover {
	color: #63c137;
}
#right-content h2{
	margin-bottom: 10px;
}
#right-content img {
	border: 1px solid #ededed;
	border-radius: 4px;
	box-shadow: 1px 1px 9px #c5c5c5;
	padding: 3px;
	margin-top: 0.5em;
}
#right-content {
	float: right;
	width: 855px;
}
#ed-left-image {
	float: left;
	margin-right: 20px;
	width: 367px;
}
#ed-left-image img, .online-left img {
	margin: 3px;
}
#ed-right-content {
}
#ed-right-content p {
	margin-bottom: 10px;
}
h2.font36 {
	color: #282828;
	font-size: 2.250em;
	line-height: 110%;
	margin-bottom: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
.online-left {
	float: left;
	width: 260px;
	margin-right: 20px;
}
.online-right {
	float: right;
	width: 575px;
}/*Faq Page*/
#faq {
}
#faq h3 {
	outline: none;
	background-color: #ededed;
	background-image: url("images/faq-arrow.png");
	background-position: 99% center;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 15px 30px 15px 10px;
	cursor: pointer;
}
#faq h3.ui-state-active {
	background-color: transparent;
	background-image: url("images/faq-open.png");
	border-top: 1px dashed #e4e4e4;
	border-bottom: 1px dashed #e4e4e4;
	padding: 10px 30px 10px 0px;
}
#faq .faq-content {
	font-size: 15px;
}
#faq .faq-content p {
}
img.shadow {
	border: 1px solid #ededed;
	border-radius: 4px;
	box-shadow: 1px 1px 9px #c5c5c5;
	padding: 3px;
}
.margin-bottom10 {
	margin-bottom: 10px !important;
}
.black-bold {
	color: #2d2d2d;
	font-family: proxima_novasemibold;
}
ul#help-social {
	list-style: outside none none;
	margin: 0;
	padding: 10px 0;
}
ul#help-social li {
	float: left;
	background-image: none;
	padding: 0px;
	margin-right: 20px;
}
ul#help-social li a {
	background-image: url("images/help-social.png");
	background-repeat: no-repeat;
	color: #7e7e7e;
	font-family: proxima_novasemibold;
	line-height: 28px;
	padding-bottom: 10px;
	padding-left: 45px;
	padding-top: 10px;
	text-decoration: none;
}
ul#help-social li a:hover {
	color: #000;
}
ul#help-social li a#help-mail {
	background-position: 0 5px;
}
ul#help-social li a#help-fb {
	background-position: 0 -81px;
	padding-left: 40px;
}
ul#help-social li a#help-tw {
	background-position: 0 -182px;
	padding-left: 40px;
}
#help-social .link-donate {
	background: url('images/icon_heart.png') no-repeat;
	background-size: 32px;
	background-position: left center;
}/*Media*/
.media-mission {
	float: left;
	width: 49%;
}
.media-mission h2, .media-support h2 {
	text-transform: uppercase;
	line-height: 100%;
	font-size: 2.250em;
	margin-bottom: 20px;
}
.media-support {
	float: right;
	width: 49%;
}/*Store*/
.single-store {
	float: left;
	width: 245px;
	margin-right: 53px;
}

#spts-material .single-store {  
   width : 325px;
   margin-right: 80px;
}


.store-image {
	background-color: #e7e7e7;
	border-radius: 3px;
	padding: 5px;
	position: relative;
	margin-bottom: 14px;
}
.store-image img {
	max-width: 100%;
	width: 235px;
}

#spts-material .store-image img {  
   width : 315px;
}

.store-image p.product-name, .single-store p.product-name {
	background-image: url("images/product-name.png");
	bottom: 5px;
	box-sizing: border-box;
	color: #fff;
	line-height: 110%;
	margin: 0;
	padding: 19px 0;	/*position: absolute;*/
	text-align: center;
	text-transform: uppercase;
	width: 235px;
	height: 70px;
	font-family: ProximaNovaRegular;
}

#spts-material  .store-image p.product-name, #spts-material .single-store p.product-name {
	width : 315px;
}

.single-store select {
	border: 1px solid #d6d6d6;
	height: 28px;
	line-height: 28px;
	width: 100%;
	font-family: ProximaNovaRegular;
	font-size: 13px;
	padding-left: 5px;
	margin-bottom: 13px;
}
.single-store .add-card {
	background-color: #1b5182;
	background-image: url("images/cart-image.jpg");
	background-position: right 0;
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	height: 33px;
	line-height: 34px;
	padding-left: 10px;
	text-decoration: none;
	width: 245px;
	border: none;
	text-align: left;
}

#spts-material  .single-store .add-card {
    width : 325px;
}

.single-store .add-card:hover {
	color: #63c137;
}
.margin-right0 {
	margin-right: 0px !important;
}
h2.font32 {
	color: #282828;
	font-size: 2em;
	line-height: 110%;
	margin-bottom: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
span.product-rate {
	display: inline-block;
	padding-right: 4%;
	text-align: right;
	width: 96%;
	padding-top: 10px;
}/*Videos*/
#video-popup .validation_error {
	display: none;
	visibility: hidden;
}
.video-holder iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a#more-video {
	background-image: url("images/video-more.png");
	color: #fff;
	display: inline-block;
	font-family: proxima_novasemibold;
	font-size: 20px;
	height: 49px;
	line-height: 49px;
	text-decoration: none;
	text-transform: uppercase;
	width: 193px;
	padding-left: 19px;
	display: block;
	margin: 0px auto;
	background-position: 0px 0px;
}
a#more-video:hover {
	background-position: bottom center;
}
#video-popup {
	padding: 15px;
}
#video-popup h2 {
	font-size: 23px;
	font-family: ProximaNova-Light;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 10px;
}
#video-popup p {
	color: #000;
	font-family: ProximaNovaRegular;
	line-height: 142%;
	margin-bottom: 20px;
}
#video-popup p.video-fname {
	float: left;
	width: 48%;
}
#video-popup p.video-email {
	float: right;
	width: 48%;
}
#video-popup input[type="text"], #video-popup input[type="email"] {
	border: 1px solid #d5d5d5;
	height: 40px;
	line-height: 40px;
	margin-top: 3px;
	padding-left: 3%;
	width: 96%;
}
#video-popup input[type="submit"] {
	background-image: url("images/video-submit.png");
	color: #fff;
	display: inline-block;
	font-family: proxima_novasemibold;
	font-size: 20px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
	width: 179px;
	border: none;
	background-position: 0px 0px;
}
#video-popup input[type="submit"]:hover {
	background-position: bottom center;
}
.video-holder.margin-bottom20 {
    width: 700px;
    margin: 0px auto;
}
/*Staff*/
.single-staff span {
	display: block;
}
.staff-wrapper {
	margin-bottom: 40px;
	text-align: center;
}
.staff-wrapper h2 {
	margin: 30px 0 10px;
	background: url("images/heading-border.jpg") repeat-x;
	background-position: 10px;
}
.staff-wrapper h2 span {
	color: #42ade4 !important;
	background-color: #FFF;
	padding: 0 20px;
	text-transform: uppercase;
}
.single-staff {
	display: inline-block;
	margin-right: 20px;
	text-align: left;
	cursor: pointer;
}
.single-staff img.staff-photo {
	border: 1px solid #ededed;
	border-radius: 4px;
	box-shadow: 0 0 6px 2px #dbdbdb;
	margin: 5px 5px 15px;
	padding: 3px;
}
p.staff-position {
	color: #000;
	font-family: proxima_novasemibold;
	font-size: 18px;
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 10px;
	text-align: center;
}
p.staff-position span {
	font-family: ProximaNova-Light;
	font-size: 14px;
}
a.staff-email {
	color: #42ade4;
	font-family: proxima_novasemibold;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.single-staff-details {
	padding: 15px;
}
p.no-margin {
	margin-bottom: 0px !important;
}
.single-staff-details-left {
	float: left;
	width: 272px;
	margin-right: 18px;
	text-align: center;
}
.single-staff-details-left img.shadow {
	margin-bottom: 10px;
}
.single-staff-details-right {
	float: right;
	width: 690px;
}
ul.st-fancy-social {
	list-style: outside none none;
	text-align: center;
	margin: 10px 0px;
}
ul.st-fancy-social li {
	display: inline;
	margin: 0px 3px 0px;
}
ul.st-fancy-social li a {
	background-image: url("images/ft-fb.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 41px;
	text-decoration: none;
	text-indent: -9999px;
	width: 41px;
}
ul.st-fancy-social li a#st-fancy-fb {
}
ul.st-fancy-social li a#st-fancy-tw {
	background-position: -44px 0;
}/*Meet The Team*/
.single-team {
	background-color: #55c83a;
	color: #fff;
	float: left;
	line-height: 115%;
	margin-right: 28px;
	text-align: center;
	width: 200px;
	margin-bottom: 40px;
}
.single-team:hover {
	background-color: #009ee0;
}
img.team-member {
	margin-bottom: 10px;
	max-width: 100%;
	width: 100%;
}
.single-team p {
	margin-bottom: 10px;
}
ul.team-social {
	list-style: outside none none;
	margin: 0 0 17px;
	padding: 0;
	overflow: hidden;
}
ul.team-social li {
	display: inline;
	float: none;
	margin: 0 2px;
}
ul.team-social li a {
	background-image: url("images/team-social.png");
	height: 24px;
	width: 24px;
	display: inline-block;
	text-indent: -9999px;
}
ul.team-social li a#team-fb {
	background-position: 0px 0px;
}
ul.team-social li a#team-tw {
	background-position: -33px 0px;
}
ul.team-social li a#team-play {
	background-position: -66px 0;
}
ul.team-social li a#team-lkd {
	background-position: -99px 0;
}
.trigger-nav {
	display: none;
}
ul.memoriam-list li {
	display: table;
	width: 23.5%;
	padding: 5px;
	margin-left: 1.5%;
	margin-bottom: 15px;
	text-align: center;
	height: 30px;    /*background-color: #f9f9f9;*/
	vertical-align: middle;
	font-size: 20px;
	float: left;
}
ul.memoriam-list {
	clear: both;
	overflow: hidden;
}
ul.memoriam-list li span {
	display: table-cell;
	vertical-align: middle;
}
ul.memoriam-list li:nth-child(3n+1) {
	margin-left: 0;
}
.error404 #blog-post-left li a {
	color: #444;
}
ul.col2-layout {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.col2-layout li {
	background: none;
	text-align: left;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	clear: both;
	padding-left: 0;
}
.page-id-191 ul.col2-layout li {
	margin-bottom: 15px;
}
ul.col2-layout li strong {
	display: inline-block;
	float: left;
	width: 35%;
	font-weight: 600;
	font-family: inherit;
	padding-right: 5%;
}
.footer-top #amznCharityBanner {
	width: 310px;
	display: inline-block;
}
.footer-top ul#help-social {
	width: 850px;
	display: inline-block;
	float: right;
}
.ngg-gallery-thumbnail-box {
	float: left;
	margin-right: 40px;
}
.single-blog a {
	margin: 10px 0 0;
}
.single-blog a.btn {
	background: #5bc73b;
	border: medium none;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 139px;
	font-family: proxima_novasemibold;
	text-transform: uppercase;
}
.btn-style4{
    width: 285px;
	background: #5bc73b;
	border: medium none;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-family: proxima_novasemibold;
}
.btn-style4:hover{
    background: #347322;
    color: #fff;
}
.btn-style4:visited{
    color: #fff;
}
.single-blog a.btn:hover {
	color: #000;
}
.get-connected-3-cols {
	overflow: hidden;
	margin-bottom: 20px;
}
.get-connected-3-cols a {
	display: block;
	float: left;
}/*Responsive menu*/
#wprmenu_bar{ 
	top:107px; 
}
#wprmenu_menu.wprmenu_levels ul li {
	border-top: none !important;
}
#wprmenu_bar, #wprmenu_bar * {
	text-align: left;
}
#wprmenu_bar .menu_title {
	padding-right: 30px;
	line-height: 16px;
}
#wprmenu_bar {
	/* position: absolute; 
	top: 122px; */
}/*Responsive menu End*/
#attachment_575 {
	margin-left: 250px;
}
#attachment_577 {
	margin-right: 250px;
}
.spacer1 {
	display: block
}
.spacer3, .spacer4 {
	display: block;
	height: 70px;
}
.spacer4 {
	height: 78px;
}
.slider-desc3 {
	text-align: center;
	font-weight: bold
}
#donate-button-small {
	display: none;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
	background-color: #5bc73b;
	background-image: url("images/donate-icon.png");
	background-position: 20px 13px;
	background-repeat: no-repeat;
	padding: 0;
	width: 150px;
	height: 42px;
	line-height: 42px;
	position: fixed;
	right: 0;
	top: 182px;
	z-index: 99999999999
}
#tf2 .gform_wrapper {
	max-width: 100%!important;
}
.sidebar-recent-posts {
}
.sidebar-recent-posts ul {
	list-style: none;
}
.sidebar-recent-posts li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}
.sidebar-recent-posts li:last-child {
	border-bottom: none;
}
.sidebar-recent-posts a:visited {
	color: royalblue;
}
.sidebar-recent-posts .widget-title {
	font-weight: bold;
	font-size: 24px;
}
#input_4_1 label, #input_4_4 label {
	display: none;
}
#input_4_4 span {
	padding: 9px 0;
}
#input_4_4_1 {
	margin-bottom: 10px;
}/* Responsive Layouts */
@media only screen and (max-width : 1200px) {
.wrapper {
	width: 96%;
}
#page-content-wrapper .wrapper::after {
	background: none;
	position: static;
	right: 0;
	top: 0;
}
#home-content-right {
	width: 38%;
	height: auto;
}
.h-promo-content {
	bottom: 0
}
#home-slider .bx-wrapper .bx-prev {
	left: 0
}    /*     * Footer Blocks    */            /*     * About Us    */
.about-us-left, .about-us-right {
	width: 48%;
}
.about-us-right {
	margin-left: 20px;
}        /*     * Page with sidebar    */
#left-sidebar {
	width: 20%
}
#right-content {
	width: 78%;
}
#ed-left-image {
	width: 40%;
	margin-right: 20px;
}
#ed-right-content {
	width: auto;
	float: none
}
#online-left {
}
#online-right {
	width: auto
}
#left-content {
	width: 70%;
}
#right-sidebar {
	width: 30%;
}        /* Blog */
.single-blog {
	width: auto
}
#blog-post-left {
	width: 74%
}
#blog-post-right {
	width: 23%
}
ul.menu li.nav-donate > a {
	padding: 14px 0 14px 2px;
	width: 72px;
	background-image: none;
}
#menu-item-28 a, #menu-item-669 a, #menu-item-30 a, #menu-item-101 a, #menu-item-585 a {
	padding: 14px 11px;
}
.online-left {
	width: 32%;
	margin-top: -22px;
}
.online-right {
	width: 64%
}
.single-store {
	margin-right: 3.5%;
	width: 22.3%;
}
.store-image p.product-name, .single-store p.product-name {
	width: auto
}
.single-store .add-card {
	width: 100%;
}
ul#ct-social li a {
	width: 80%;
}
.footer-top ul#help-social {
	width: 65%;
}
ul#help-social li {
	margin-bottom: 20px;
}
ul#blog-social li a {
	font-size: 1em;
	width: 90%;
	padding-left: 48px;
}        /* Footer */
.footer-widget {
	width: 23%!important;
	padding: 0 1%!important;
	text-align: center;
}
#tf4 a#ft-donate {
	width: auto;
	border-radius: 16px;
}
#tf4 a span {
	font-size: 27px;
}
.cc_email_address.kws_input_container.gfield input {
	width: 95%;
	float: none;
}
.cc_Go input[type="submit"] {
	margin: 10px auto 0;
	float: none;
	clear: both;
	border-radius: 7px;
}
#tf2 h3.widget-title {
	font-size: 16px;
	padding: 5px 0;
}
#tf2 p {
	font-size: 14px;
}
}
@media only screen and (max-width : 1170px) {
.get-connected-3-cols a {
	width: 33%
}
.bxslider li span {
	font-size: 17px;
}
}
@media only screen and (max-width : 1150px) {
#home-donate-box h2 {
	font-size: 45px;
	font-size: 1em;
}
#home-content-right {
	width: 36%;
	height: auto
}
#home-slider {
	width: 98%;
	margin: 0 auto;
}
#home-new h3 a {
	font-size: 15px;
	padding: 10px 54px 10px 20px;
}
.bxslider li span {
	max-width: 37%;
}
#home-slider .bx-wrapper .bx-prev {
	left: 0
}
#home-slider .bx-wrapper .bx-next {
	right: 0
}
.bx-viewport {        /*height: 340px!important;*/
}
.bxslider li span {
	font-size: 15px;
	line-height: 18px;
}
}
@media only screen and (max-width : 1120px) {
ul.menu li a {
	font-size: 0.9em;
}
.bxslider li span {
	font-size: 15px;
}
#home-donate-box h2 {
	font-size: 40px;
}
#home-content-right {
	width: 30%;
}
ul#ct-social li a {
	padding-left: 48px;
	border-radius: 4px;
}
ul#blog-social li a {
	font-size: 0.8em;
	padding-left: 50px;
}
.single-staff-details-left {
	width: 25%;
	margin-right: 1.2%
}
.single-staff-details-right {
	width: 71%;
}
#attachment_575 {
	margin-left: 100px;
}
#attachment_577 {
	margin-right: 100px;
}
}
@media only screen and (max-width : 1024px) {
.bxslider li span {
	margin-left: 0;
	max-width: 96%;
	left: 2%;
	bottom: 10px;
	padding: 10px 0;
}
.spacer3, .spacer4, .spacer1 {
	display: none
}
#slide-box {
}
#home-slider {
	margin-top: 0!important;
}
#home-promo-box {
	padding-top: 20px;
}
#home-slider .bxslider li a {
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
}
#home-slider .bxslider li a img {
	max-width: 50%;
	margin: 0 auto;
}
#logo {
	width: 16%;
}
ul.menu {
	margin: 20px 0 0;
}
ul.menu li a {
	padding: 14px 15px;
	font-size: 0.9em;
}
ul.menu li.nav-donate > a {
	padding: 14px 0 14px 5px;
	width: 90px;
	background-position: 5px 20px;
}
#slide-box {
	height: auto;
	overflow: hidden;
	background-repeat: repeat;
	padding-bottom: 15px;
}
.h-promo h3 {
	font-size: 20px;
}
.h-promo p {
	font-size: 14px;
	line-height: 1;
}
.h-promo-content img.right-align {
	display: none;
	visibility: hidden;
}
#home-donate-box {
	height: auto;
	overflow: hidden;
	padding: 15px 0;
}
#home-donate-box h2 {
	font-size: 40px;
	line-height: 1;
}
#home-content-left {
	width: 100%;
}
#home-single-mission, #home-single-history, #home-content-right {
	width: 100%;
	background-size: 100%;
}
#bottom-footer ul.bt-menu, p.copyright {
	float: none;
	text-align: center;
	width: 100%;
	clear: both;
}
ul.bt-menu li {
	float: none;
	display: inline-block;
}
.h-promo img.promo-image {
	height: 210px;
}
#home-slider {
	margin-top: -81px
}
a#h-donate-btn {
	font-size: 24px;
}
.h-promo-content {
	bottom: 0;
}
#home-single-mission {
	padding: 15px 10px 15px 54%;
}
#home-single-history {
	padding: 15px 54% 15px 16px
}
#tf4 a#ft-donate {
	padding-left: 61px;
}
#tf4 a span {
	font-size: 21px;
}
}
@media only screen and (max-width : 980px) {
#top-header {
	height: 107px;
}
#home-slider {
	margin-top: 0
}
#slide-box .s-box {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	padding: 0
}
.s-box h2 {
	background-image: none!important;
	padding-left: 0!important;
}
.s-box h2 br {
	display: none
}
.s-box p {
	margin-bottom: 0
}
.s-box a.s-more {
	background-color: transparent;
	width: 144px;
}
a#h-donate-btn {
	margin: 10px auto;
	float: none;
	clear: both;
	display: block;
}
ul#ct-social li a {
	font-size: 0.8em;
}
.footer-top ul#help-social {
	width: 50%;
}
#tf2 h3.widget-title {
	font-size: 14px;
}
}
@media only screen and (max-width : 880px) {
ul.menu li a {
	padding: 14px 10px;
}
.footer-widget {
	width: 47%!important;
}
#tf1, #tf3 {
	border-left: none!important;
}
#tf4 a#ft-donate {
	width: 270px;
	border-radius: 0
}
#ft-follow p {
	margin-left: 30%;
}
}
@media only screen and (max-width : 820px) {
/* 	html{
		margin-top:46px!important;
	} */
#logo {
	width: 150px;
	left: 50%;
	margin-left: -75px;
	position: absolute;
	top: 0;
/* 	z-index: 999 */
}
#donate-button-small {
/* 	display: block */
}
.home #top-header {
/* 	height: 136px; */
	margin-top: -42px;
	margin-bottom:80px;
}
	#top-header .wrapper{
		height:inherit;
		width:100%;
		position:fixed;
		z-index:400;
		background-color:#274d7e;
		top:0;
	}
.trigger-nav {
	display: block;
	float: right;
	margin-top: 10px;
	outline: none;
}
.menu-top-menu-container {
	z-index:1;
	position:absolute;
	margin-top: 55px;
	right:0;
}
#primary-menu {
	display: none;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
	width: 32px;
	height: 4px;
}
.navbar-toggle {
	border: none;
	background-color: #5BC73B;
	padding: 12px;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	border: 0px none;
}
.navbar-toggle .icon-bar {
	display: block;
	background-color: #FFF;
	width: 32px;
	height: 4px;
	border-radius: 1px;
	margin-bottom: 3px;
}
#primary-menu.menu li {
	min-width: 200px;
	float: none;
	display: block;
	border-bottom: 1px solid #8dc7e9;
	padding-left: 0;
}
#primary-menu.menu li a {
	display: block;
	float: none;
	width: 100%;
	background-image: none;
	line-height: 2.5;
	padding: 0 15px;
}
ul.menu>li a:hover:before, ul.menu>li.current_page_item>a:before {
	display: none;
	visibility: hidden;
}
ul.menu li ul.sub-menu {
	width: 100%;
}
#home-slider {
	margin-top: 42px !important;
}
#home-slider ul li {
	text-align: center;
}
#home-slider .bxslider li a {
	float: none
}
ul#ct-social li a {
	width: 369px;
}
.single-store {
	margin: 0 2% 0 auto;
	width: 47%;
}
.store-image {
	text-align: center
}
.get-connected-3-cols a {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#attachment_575 {
	margin-left: 0;
	display: block;
	text-align: center;
	width: 100%!important;
}
#attachment_577 {
	margin-right: 0;
	display: block;
	text-align: center;
	width: 100%!important;
}
}
@media only screen and (max-width : 800px) {
	html{
		margin-top:0;
	}
#home-slider {
	margin-top: 0
}
ul#blog-social li a {
	width: 270px;
	font-size: 1em;
}
}
@media only screen and (max-width : 768px) {
.about-us-left, .about-us-right {
	width: auto;
	float: none;
}
.about-us-left {
	text-align: center;
	margin-bottom: 20px;
}
.about-us-right {
	clear: both;
	padding-top: 20px;
}
#left-sidebar, #right-content, #left-content, #right-sidebar {
	width: auto;
	float: none
}
#left-sidebar {
	margin-bottom: 20px;
}
#right-sidebar {
	padding: 0 20px;
}
.single-blog {
	width: auto;
	margin: 0 0 20px 0;
	float: none;
}
#blog-post-left, #blog-post-right {
	width: auto;
	float: none
}
.footer-top ul#help-social {
	display: block;
	float: none;
	margin-left: 2%;
	padding-top: 20px;
	width: 50%;
}
.single-staff-details-left {
	float: none;
	text-align: center;
	width: 40%;
	margin: 0 auto 20px;
}
.single-staff-details-right {
	width: auto;
	float: none;
}
}
@media only screen and (max-width : 600px) {
.online-left, .online-right {
	width: 100%;
	float: none;
	margin: 0;
	clear: both;
}
.online-left {
	margin-bottom: 20px;
}
#home-content-right {
	display: none
}
#home-content {
	padding-bottom: 0
}
}
@media only screen and (max-width : 550px) {
.full-width-on-mobile {
	width: 100%;
	max-width: 100%;
}
#home-slider {
	width: 100%
}
#home-content-right {
	height: auto;
}
#slide-box .s-box, .h-promo {
	width: 100%;
	float: none;
}
.h-promo {
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 0;
}
.h-promo img.promo-image {
	height: 320px;
}
#h-promo2 .h-promo-content, #h-promo3 .h-promo-content {
	left: 0;
}
#home-single-mission, #home-single-history {
	padding: 15px;
	height: auto;
}
#home-single-mission h2, #home-single-mission p, #home-single-history h2, #home-single-history p {
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	padding: 10px;
}
#home-slider .bxslider li a img {
	width: 100%;
	max-width: 100%;
}
#home-slider .bxslider li a {
	padding-right: 0
}
.cc_email_address.kws_input_container.gfield input {
	float: none;
	width: 80%;
}
.cc_Go input[type="submit"] {
}
.footer-widget {
	border: medium none;
	margin-bottom: 10px;
	min-height: 30px;
	padding: 0 !important;
	width: 98% !important;
}
#tf2 h3.widget-title {
	font-size: 16px;
	padding: 10px 0
}
.bxslider li span {
	line-height: 22px;
	margin-left: 0;
	max-width: 100%;
	padding: 15px;
	position: static;
	text-align: left;
}
.bx-wrapper .bx-controls-direction a {
	top: 25%;
}
#home-slider .bx-wrapper .bx-prev {
	left: 10px;
}
#home-slider .bx-wrapper .bx-next {
	right: 10px;
}
}
@media only screen and (max-width : 480px) {
#tf2 {
	width: 94%!important;
}
.single-store {
	float: none;
	margin: 0;
	width: 100%;
}
.footer-top ul#help-social {
	width: auto
}
}
