/*
Theme Name: USA Web Cash
Theme URI: http://underscores.me/
Author: Connections Marketing
Author URI: http://connectionsmarketing.com
Description: USA Web Cash Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: usawebcash
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

USA Web Cash is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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;
}

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-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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	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: #fff; /* 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 {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

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. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {

}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	display:inline-block;
}

.main-navigation li {
	float: left;
	position: relative;
	padding-right: 30px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	position:relative;
}
.main-navigation a:hover {
	opacity:0.6;
	text-decoration: none;
}
.main-navigation .current-menu-item a:after{
	content: "\2022";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 6px;
    left: 0;
	text-align:center;
	color:#ff7f0d;
	font-size:28px;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.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;
	table-layout: fixed;
}

.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%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}



.hentry {
    margin: 0;
}
.entry-content.entry-content-full-screen{
	margin:0;
}
.search-form{
	padding-bottom:30px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
::-webkit-input-placeholder {
   color:#a4a7a8;
}
:-moz-placeholder {
   color:#a4a7a8;
}
::-moz-placeholder {
   color:#a4a7a8;
}
:-ms-input-placeholder {
   color:#a4a7a8;
}
body{
	color:#505659;
	font-size:18px;
	line-height:26px;
	font-weight:400;
	background-color:#FFF;
	font-family: 'Open Sans', sans-serif;
	min-width:320px;
}

.color-light{
	color:#eff0f1;
}
.color-light a{
	color:#eff0f1;
}
.color-light a:visited{
	color:#eff0f1;
}
.color-light a:hover{
	color:#eff0f1;
}
.site-content .page-hdr.color-light a{
	color:#eff0f1;
}
.site-content .page-hdr.color-light a:visited{
	color:#eff0f1;
}
.site-content .page-hdr.color-light a:hover{
	color:#eff0f1;
}
.site-content .color-light a[href^="tel"],
.site-content .color-light a[href^="mailto"]{
	color:#eff0f1;
}
.site-content .color-light a:visited[href^="tel"],
.site-content .color-light a:visited[href^="mailto"]{
	color:#eff0f1;
}
.site-content .color-light a:hover[href^="tel"],
.site-content .color-light a:hover[href^="mailto"]{
	color:#eff0f1;
	text-decoration:none;
	cursor:default;
}
.site-content .color-light a{
	color:#0086fa;
}
.site-content .color-light a:visited{
	color:#0086fa;
}
.site-content .color-light a:hover{
	color:#0086fa;
}
.color-light-faded{
	color:#eff0f1;
	color: rgba(239, 240, 241, 0.6);
}
.site-content .color-light-faded a[href^="tel"],
.site-content .color-light-faded a[href^="mailto"]{
	color:#eff0f1;
	color: rgba(239, 240, 241, 0.6);
}
.site-content .color-light-faded a:visited[href^="tel"],
.site-content .color-light-faded a:visited[href^="mailto"]{
	color:#eff0f1;
	color: rgba(239, 240, 241, 0.6);
}
.site-content .color-light-faded a:hover[href^="tel"],
.site-content .color-light-faded a:hover[href^="mailto"]{
	color:#eff0f1;
	color: rgba(239, 240, 241, 0.6);
	text-decoration:none;
	cursor:default;
}
.site-content .color-light-faded a{
	color:#0086fa;
}
.site-content .color-light-faded a:visited{
	color:#0086fa;
}
.site-content .color-light-faded a:hover{
	color:#0086fa;
}
.bg-light{
	background-color:#eff0f1;
}
.color-dark{
	color:#505659;
}
.color-dark a{
	color:#505659;
}
.color-dark a:visited{
	color:#505659;
}
.color-dark a:hover{
	color:#505659;
}
.site-content .color-dark a[href^="tel"],
.site-content .color-dark a[href^="mailto"]{
	color:#505659;
}
.site-content .color-dark a:visited[href^="tel"],
.site-content .color-dark a:visited[href^="mailto"]{
	color:#505659;
}
.site-content .color-dark a:hover[href^="tel"],
.site-content .color-dark a:hover[href^="mailto"]{
	color:#505659;
	text-decoration:none;
	cursor:default;
}
.site-content .color-dark a{
	color:#0086fa;
}
.site-content .color-dark a:visited{
	color:#0086fa;
}
.site-content .color-dark a:hover{
	color:#0086fa;
}
.color-dark-faded{
	color:#505659;
	color: rgba(80, 86, 89, 0.6);
}
.site-content .color-dark-faded a[href^="tel"],
.site-content .color-dark-faded a[href^="mailto"]{
	color:#505659;
	color: rgba(80, 86, 89, 0.6);
}
.site-content .color-dark-faded a:visited[href^="tel"],
.site-content .color-dark-faded a:visited[href^="mailto"]{
	color:#505659;
	color: rgba(80, 86, 89, 0.6);
}
.site-content .color-dark-faded a:hover[href^="tel"],
.site-content .color-dark-faded a:hover[href^="mailto"]{
	color:#505659;
	color: rgba(80, 86, 89, 0.6);
	text-decoration:none;
	cursor:default;
}
.site-content .color-dark-faded a{
	color:#0086fa;
}
.site-content .color-dark-faded a:visited{
	color:#0086fa;
}
.site-content .color-dark-faded a:hover{
	color:#0086fa;
}
.bg-dark{
	background-color:#505659;
}
.accent-blue{
	color:#0086fa;
}
.accent-blue a{
	color:#0086fa;
}
.accent-blue a:visited{
	color:#0086fa;
}
.accent-blue a:hover{
	color:#0086fa;
}
.bg-blue{
	background-color:#0086fa;
}
.site-content .bg-blue .color-light-faded a,
.site-content .bg-blue .color-light-faded a:visited{
	color:#ff7f0d;
}
.accent-orange{
	color:#ff7f0d;
}
.accent-orange a{
	color:#ff7f0d;
}
.accent-orange a:visited{
	color:#ff7f0d;
}
.accent-orange a:hover{
	color:#ff7f0d;
}
.bg-orange{
	background-color:#ff7f0d;
}

.show-tablet-view,
.show-mobile-view{
	display:none;
}

a{
	color:#0086fa;
	text-decoration:none;
}
a:visited{
	color:#0086fa;
}
a:hover{
	text-decoration:underline;
	color:#0086fa;
}

h1{
	font-size:48px;
	line-height:56px;
	font-weight:300;
	color:#eff0f1;
	margin:0;
}
h2{
	font-size:38px;
	line-height:46px;
	font-weight:300;
	color:#505659;
	margin:0;
}
h2.light{
	color:#eff0f1;
}
h3{
	font-size:18px;
	line-height:26px;
	font-weight:400;
	color:#505659;
	margin:0;
	text-transform:uppercase;
}
h3.upper{
	font-size:18px;
	line-height:18px;
	font-weight:400;
	color:#eff0f1;
	text-transform:uppercase;
}
h3.upper.dark{
	color:#505659;
}
h3.upper.bold{
	font-size:18px;
	line-height:18px;
	font-weight:700;
	color:#eff0f1;
	text-transform:uppercase;
}

input[type=text],
input[type=password]{
	margin: 0;
	padding-top:2px;
	padding-bottom:2px;
    padding-left: 22px;
    padding-right: 22px;
    cursor: pointer;
    overflow: visible;
	vertical-align: top;
	font-size:18px;
	line-height: 51px;
	border-radius: 0;
	display: inline-block;
	border-width: 0;
	color:#505659;
	background-color:#eff0f1;
}

input[type=submit],
input[type=button],
button,
a.btn{
    margin: 0;
	padding-top:0;
	padding-bottom:0;
    padding-left: 22px;
    padding-right: 22px;
    cursor: pointer;
    overflow: visible;
	vertical-align: top;
	font-size:18px;
	line-height: 51px;
	border-radius: 0;
	text-transform:uppercase;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	border: 2px solid #0086fa;
	color:#FFF;
	background-color:#0086fa;
}
a.btn:visited {
	color:#FFF;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
a.btn:hover {
	text-decoration:none;
	background-color:transparent;
	border: 2px solid #0086fa;
	color:#0086fa;
}
input[type=submit].white-bg,
button.white-bg,
a.btn.white-bg,
a.btn.white-bg:visited {
	border: 2px solid #FFF;
	color:#ff7f0d;
	background-color:#FFF;
}
input[type=submit].white-bg:hover,
button.white-bg:hover,
a.btn.white-bg:hover {
	border: 2px solid #FFF;
	color:#FFF;
	background-color:transparent;
}
input[type=submit].dark:hover,
button.dark:hover,
a.btn.dark:hover {
	color:#FFF;
}
input[type=submit].transparent-bg,
button.transparent-bg,
a.btn.transparent-bg,
a.btn.transparent-bg:visited {
	background-color:transparent;
	color:#0086fa;
}
input[type=submit].transparent-bg:hover,
button.transparent-bg:hover,
a.btn.transparent-bg:hover {
	background-color:#0086fa;
	color:#FFF;
}
input[type=submit].transparent-white-bg,
button.transparent-white-bg,
a.btn.transparent-white-bg,
a.btn.transparent-white-bg:visited {
	background-color:transparent;
	border: 2px solid #FFF;
	color:#FFF;
}
input[type=submit].transparent-white-bg:hover,
button.transparent-white-bg:hover,
a.btn.transparent-white-bg:hover {
	background-color:#FFF;
	color:#ff7f0d;
}

header.site-header{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	z-index:998;
	padding-right:5%;
	padding-left:5%;
}
header.page-header{
	padding-top:155px;
	padding-bottom:35px;
	background-color:#0086fa;
	padding-right:5%;
	padding-left:5%;
	text-align:center;
}
header.entry-header{
	padding-top:155px;
	padding-bottom:35px;
	background-color:#0086fa;
	padding-right:5%;
	padding-left:5%;
	text-align:center;
}
.site-content header h1.entry-title {
    color: #eff0f1;
}
.entry-content{
	/*padding-right:5%;
	padding-left:5%;*/
	padding-right:0;
	padding-left:0;
}
.entry-content-full-screen{
	padding-right:0;
	padding-left:0;
}
.page-content{
	padding-right:5%;
	padding-left:5%;
}
.header-sticky-menu{
	position:fixed;
	background-color:#505659;
	top:0;
	left:0;
	width: 100%;
	z-index:999;
	display:none;
	padding-right:5%;
	padding-left:5%;
	padding-top:10px;
	padding-bottom:16px;
}
.admin-bar .header-sticky-menu{
	top:32px;
}
.header-sticky-menu-logo{
	display:inline-block;
	padding-right: 25px;
}
.header-sticky-menu-left-links{
	display:inline-block;
}
.header-sticky-menu ul{
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.header-sticky-menu ul li{
	display:inline-block;
	padding-right: 30px;
}
.header-sticky-menu-right-links{
	float:right;
	padding-top:11px;
}
.header-sticky-menu-right-links a{
	 padding-right: 30px;
}
.header-sticky-menu-left-links a:hover,
.header-sticky-menu-right-links a:hover {
    opacity: 0.6;
    text-decoration: none;
}
.header-sticky-menu-lang-area{
	display:inline-block;
	cursor:pointer;
	position:relative;
}
.header-sticky-menu-lang-options{
	display:none;
	background-color: #0086fa;
	padding-right:17px;
	padding-left:17px;
	padding-top:10px;
	padding-bottom:10px;
	position:absolute;
	top: 26px;
    right: 0;
}
.header-sticky-menu-lang:hover .header-sticky-menu-lang-options{
	display:block;
}
.site{
	position:relative;
}
.site-header{

}
.site-branding{
	display:inline-block;
	padding-right:25px;
	margin-top:50px;
}
.main-navigation{
	display:inline-block;
	margin-top:50px;
	vertical-align: bottom;
}
.header-right{
	float:right;
	text-align:right;
	margin-top:29px;
}
.header-lang-area{
	position:relative;
}
.header-lang{
	display:inline-block;
	cursor:pointer;
	padding-bottom:8px;
}
.header-lang-arrow-down,
.header-sticky-menu-lang-arrow-down {
	display:inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #eff0f1;
	margin-bottom:3px;
}
.header-lang-options{
	display:none;
	background-color: #0086fa;
	padding-right:17px;
	padding-left:17px;
	padding-top:10px;
	padding-bottom:10px;
	position:absolute;
	top: 34px;
    right: 0;
	z-index:9;
}
.header-lang-option a{
	padding:0;
}
.header-lang-option a:hover{
	text-decoration:none;
}
.header-lang:hover .header-lang-options{
	display:block;
}
.header-right-links a{
	margin-right: 30px;
	position:relative;
}
.header-right-links a:last-child{
	margin-right: 0;
}
.header-right-links a:hover{
	text-decoration:none;
	opacity: 0.6;
}
.header-right-links a.active:after{
	content: "\2022";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 6px;
    left: 0;
    text-align: center;
    color: #ff7f0d;
    font-size: 28px;
}
.page-hdr{
	position:relative;
    background-image: url(/wp-content/themes/usawebcash/img/usa-webcash-general-banner-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}
.home .page-hdr{
    background-image: url(/wp-content/themes/usawebcash/img/usa-webcash-homepage-banner-image.jpg);
}
.page-id-11 .page-hdr{
    background-image: url(/wp-content/themes/usawebcash/img/usa-webcash-faq-banner-image.jpg);
}
.page-hdr-content-area{
	text-align:center;
	padding-top:190px;
	padding-bottom:100px;
}
.home .page-hdr-content-area{
	padding-top:410px;
	padding-bottom:290px;
}
.page-hdr-content-title{
	padding-left:15px;
	padding-right:15px;
}
.page-hdr-content-desc{
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
	padding-top:28px;
}
.page-hdr-content-btn{
	margin-top:46px;
}
.page-hdr-login-form-area{
	text-align:center;
	padding-top:35px;
	padding-bottom:35px;
}
.page-hdr-login-form{
	display:inline-block;
}
.page-hdr-login-form-title{
	display:inline-block;
	text-transform:uppercase;
	padding-top:2px;
	padding-bottom:2px;
	vertical-align: top;
	font-size:18px;
	line-height: 51px;
	font-weight:600;
	margin-right:26px;
	color:#FFF;
}
.page-hdr-login-form-inner{
	display:inline-block;
}
.page-hdr-login-form-email{
	display:inline-block;
	margin-right:26px;
}
.page-hdr-login-form-password{
	display:inline-block;
	margin-right:26px;
}
.page-hdr-login-form-submit{
	display:inline-block;
}
.page-hdr-login-form-submit input[type=submit]{
	background-color:transparent;
	border: 2px solid #FFF;
	padding-left: 22px !important;
    padding-right: 22px !important;
	font-size: 18px !important;
	line-height: 51px !important;
}
.page-hdr-login-form-submit input[type=submit]:hover{
	background-color:#FFF;
}
.header-mobile-menu-open{
	position:absolute;
	right:19px;
	top:23px;
	padding-left:10px;
	display:none;
}
.header-mobile-menu{
	background-color: #0086fa;
	/*position:fixed;*/position: absolute;
	right: 0;
    left: 0;
	z-index:999;
	display:none;
}
.header-mobile-menu-logo{
	padding-top:25px;
	padding-left:14px;
	display:inline-block;
}
.header-mobile-menu-close{
	float:right;
	padding-top:25px;
	padding-right:25px;
}
.header-mobile-menu ul{
	list-style:none;
	padding:0;
	margin:0;
	margin-top:40px;
	margin-bottom:90px;
}
.header-mobile-menu ul ul{
	margin-top:0;
	margin-bottom:0;
	display:none;
}
.header-mobile-menu ul li{
	border-top: 1px solid #4dabfc;
}
.header-mobile-menu ul li:last-child{
	border-bottom: 1px solid #4dabfc;
}
.header-mobile-menu ul li ul li:last-child{
	border-bottom-width: 0;
}
.header-mobile-menu ul li a{
	display:block;
	padding-left:14px;
	padding-top:12px;
	padding-bottom:12px;
}
.header-mobile-menu ul li a:hover,
.header-mobile-menu ul li a:active{
	text-decoration:none;
}
.header-mobile-menu ul li ul li a{
	padding-left:28px;
}
.header-mobile-menu-lang{
	background-position: right 18px top 14px;
    background-image: url(/wp-content/themes/usawebcash/img/down-arrow-white.png);
    background-repeat: no-repeat;
}
.header-mobile-menu-lang.open{
    background-image: url(/wp-content/themes/usawebcash/img/up-arrow-white.png);
}

footer{
	background-color:#505659;
	padding-right:5%;
	padding-left:5%;
	padding-top:65px;
	padding-bottom:20px;
    font-size: 16px;
}

.footer-cols{
	position:relative;
}
.footer-col{
	display:inline-block;
	vertical-align: top;
	min-width:212px;
	max-width:228px;
	padding-right:22px;
}

.footer-links-area{

}
.footer-links-area ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-top:5px;
	margin-bottom:28px;
}
.footer-links-area li{
	padding-top:10px;
}
.footer-links-title{
	font-weight:700;
	text-transform:uppercase;
}
.footer-area-title{
	font-weight:700;
	text-transform:uppercase;
}
.footer-contact-info{

}
.footer-hours p{
	margin:0;
	padding:0;
	padding-bottom:10px
}
.footer-contact-info-tel{
	padding-top: 10px;
	background-image: url(/wp-content/themes/usawebcash/img/phone-icon.png);
	background-repeat: no-repeat;
	background-position: left 1px bottom 2px;
	padding-left:25px;
}
.footer-contact-info-tel a:hover{
	text-decoration:none;
}
.footer-contact-info-email{
	padding-top: 10px;
	background-image: url(/wp-content/themes/usawebcash/img/mail-icon.png);
	background-repeat: no-repeat;
	background-position: left 0 bottom 6px;
	padding-left:25px;
}
.footer-contact-info-email a:hover{
	text-decoration:none;
}
.footer-hours{
	padding-top: 30px;
	padding-bottom: 20px;
}
.footer-middle-links{
	list-style:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:700;
}
.footer-middle-links li{
	padding-bottom:18px;
}
.footer-copyright{

}
.footer-social-logos{
	margin-top:40px;
	margin-bottom:40px;
}
.footer-social-logo{
	display:inline-block;
	padding-right:10px;
}
.footer-social-logo img{
	max-width:100%;
}
.footer-licensed-announcements{
	max-width: 550px;
    float:right;
}
.footer-licensed-announcements a,
.footer-licensed-announcements a:visited,
.footer-licensed-announcements a:hover{
	color:#0086fa;
}
.footer-licensed-announcements-title{
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
}
.footer-licensed-announcements-list{
	margin-left:0;
	padding-left:20px;
	padding-bottom: 20px;
}
.footer-licensed-announcements-list li{
	margin-top:20px;
}
.footer-licensed-states{
	margin-top:12px;
	font-weight:700;
}
.footer-licensed-states .menu-footer-licensed-in-container{
	display:inline-block;
}
.footer-licensed-states ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-licensed-states ul li{
	display:inline-block;
}
.footer-licensed-states ul li:after{
	content: " \2022";
}
.footer-licensed-states ul li:last-child:after{
	content: "";
}
.footer-licensed-states ul li a{

}
.footer-bottom{
	margin-top:14px;
}
.footer-bottom-title{
	font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}
.footer-bottom-sections{
	margin-top:15px;
	margin-bottom:15px;
}
.footer-bottom-section{
	margin-top:6px;
}
.footer-bottom-section-title{
	text-transform:uppercase;
	font-weight:700;
}
.footer-bottom-section-desc{

}
.footer-bottom-section-desc p{
	margin-top:0;
	margin-bottom:0;
}

@media only screen and (max-width: 1615px) {
	.footer-licensed-announcements{
		max-width: 350px;
	}
	.footer-col{
		min-width:200px;
	}
}
@media only screen and (max-width: 1365px) {
	.footer-licensed-announcements{
		max-width: 250px;
	}
}
@media only screen and (max-width: 1265px) {
	.hide-tablet-view{
		display:none;
	}
	.show-tablet-view{
		display:block;
	}
	.footer-col-4{
		float:right;
		padding-right:0;
		width: 500px;
		max-width: none;
	}
	.footer-licensed-announcements {
		width: 500px;
		max-width: none;
	}
}
@media only screen and (max-width: 1130px) {
	.header-sticky-menu ul li,
	.header-sticky-menu-right-links a {
		padding-right: 14px;
	}
}
@media only screen and (max-width: 1065px) {
	.footer-col-4,
	.footer-licensed-announcements{
		width: 400px;
	}
}
@media only screen and (max-width: 1023px) {
	.header-sticky-menu{
		display:none !important;
	}
}
@media only screen and (max-width: 965px) {
	.footer-col-4,
	.footer-licensed-announcements{
		width: 300px;
	}
}
@media only screen and (max-width: 865px) {
	.footer-col-4,
	.footer-licensed-announcements{
		width: 250px;
	}
}
@media only screen and (max-width: 767px) {
	.show-mobile-view{
		display:block;
	}
	.hide-mobile-view{
		display:none;
	}
	.footer-col-4{
		float:none;
	}
	.footer-col-4,
	.footer-licensed-announcements{
		width: 100%;
	}
	.footer-info-area{
		text-align: center;
		padding-top:20px;
		padding-left:15px;
		padding-right:15px;
	}
	.footer-copyright{
		max-width:275px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-col {
		display: block;
		vertical-align: top;
		min-width: auto;
		max-width: none;
		padding-right: 0;
	}
	.footer-col.hide-tablet-view{
		display:none;
	}
	.footer-licensed-states{
		text-align: center;
		padding-bottom:20px;
		padding-left:15px;
		padding-right:15px;
	}
	.menu-footer-usa-web-cash-container,
	.menu-footer-legal-container,
	.menu-footer-resources-container,
	.menu-footer-getintouch-container,
	.footer-bottom-sections{
		display:none;
		padding-right: 15px;
		padding-left: 25px;
	}
	.footer-licensed-announcements-list{
		display:none;
		padding-right: 15px;
		padding-left: 45px;
	}
	.footer-licensed-announcements-title.accent-blue{
		color:#eff0f1;
	}
	.footer-links-title,
	.footer-area-title,
	.footer-licensed-announcements-title,
	.footer-bottom-title{
		padding-right: 15px;
		padding-left: 15px;
		padding-top:10px;
		padding-bottom:10px;
		background-position: right 18px top 14px;
		background-image: url(/wp-content/themes/usawebcash/img/down-arrow-white.png);
		background-repeat: no-repeat;
	}
	.footer-links-title.mobile-opened,
	.footer-area-title.mobile-opened,
	.footer-licensed-announcements-title.mobile-opened,
	.footer-bottom-title.mobile-opened{
		background-image: url(/wp-content/themes/usawebcash/img/up-arrow-white.png);
	}
	.footer-links-area,
	.footer-licensed-announcements,
	.footer-bottom{
		border-top: 1px solid #85898b;
	}
	.footer-licensed-announcements,
	.footer-bottom{
		border-bottom: 1px solid #85898b;
	}
	footer {
		padding-right: 0;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 10px;
	}

}

@media only screen and (max-width: 1050px) {
	.main-navigation{
		display:block;
		margin-top: 8px;
	}
	.site-branding {
		margin-top: 24px;
	}
	.header-right {
		margin-top: 36px;
	}
	.page-hdr-login-form-title{
		display:block;
		text-align:left;
		margin-right: 0;
	}
	.page-hdr-content-desc{
		max-width: 575px;
	}
	.page-hdr-login-form-area {
		padding-top: 12px;
	}
}
@media only screen and (max-width: 730px) {
	.main-navigation,
	.header-right{
		display:none;
	}
	.header-mobile-menu-open{
		display:block;
	}
	.page-hdr-login-form-title{
		text-align:center;
	}
	.page-hdr-login-form-email,
	.page-hdr-login-form-password{
		display:block;
		margin-right: 0;
		margin-bottom:13px;
	}
	.page-hdr-login-form-area{
		padding-top:0;
		padding-bottom: 0;
	}
	.page-hdr-login-form-inner{
		padding-bottom: 17px;
	}
	.page-hdr-login-form-inner.login-mobile-closed{
		display:none;
	}
}
@media only screen and (max-width: 340px) {
	.site-branding img{
		max-width:225px;
	}
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

.span_2_of_2 {width: 100%;}
.span_1_of_2 {width: 49.2%;}

.span_3_of_3 {width: 100%;}
.span_2_of_3 {width: 66.13%;}
.span_1_of_3 {width: 32.26%;}

.span_4_of_4 {width: 100%; }
.span_3_of_4 {width: 74.6%; }
.span_2_of_4 {width: 49.2%; }
.span_1_of_4 {width: 23.8%; }

.span_6_of_6 {width: 100%;}
.span_5_of_6 {width: 83.06%;}
.span_4_of_6 {width: 66.13%;}
.span_3_of_6 {width: 49.2%;}
.span_2_of_6 {width: 32.26%;}
.span_1_of_6 {width: 15.33%;}

.span_8_of_8 {width: 100%;}
.span_7_of_8 {width: 87.3%;}
.span_6_of_8 {width: 74.6%;}
.span_5_of_8 {width: 61.9%;}
.span_4_of_8 {width: 49.2%;}
.span_3_of_8 {width: 36.5%;}
.span_2_of_8 {width: 23.8%;}
.span_1_of_8 {width: 11.1%;}

.site-content h1.entry-title{
	color:#505659;
}



.content-area-section{
	padding-right: 5%;
    padding-left: 5%;
}
.content-area-section-title{
	text-align:center;
	padding-top:60px;
	padding-bottom:50px;
}


.hp-how-block{
	position:relative;
	padding-bottom:30px;
}
.hp-how-sub-number{
	line-height:44px;
	width:44px;
	border: 1px solid #0086fa;
	border-radius:22px;
	text-align:center;
	position:absolute;
	top: 0;
	left: 0;
}
.hp-how-sub-content{
	padding-left:75px;
}
.hp-how-sub-title{
	text-transform:uppercase;
}
.hp-how-sub-desc{
	display:inline-block;
}
.hp-how-bottom{
	text-align:center;
	padding-top:45px;
	padding-bottom:55px;
}
.hp-how-bottom-desc{
	display:inline-block;
	padding-right:26px;
	max-width:50%;
	padding-top:10px;
}
.hp-how-bottom-buttons{
	display:inline-block;
	vertical-align:top;
}
.hp-how-block-apply-now,
a.btn.hp-how-block-apply-now{
	margin-right:30px;
}
.hp-how-block-learn-more{

}

.hp-partners-affiliations-logos{
	text-align:center;
	margin-bottom:10px;
}
.hp-partners-affiliations-logos img{
	/*padding-right:72px;*/
	padding-bottom:55px;
}
.hp-partners-affiliations-logos img:last-child{
	/*padding-right:0;*/
}


.faq-categories{
	padding-top:16px;
	padding-bottom:16px;
}
.faq-category{
	text-transform:uppercase;
	background-image: url(/wp-content/themes/usawebcash/img/circle-arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left:42px;
	line-height:18px;
	cursor:pointer;
}
.faq-categories .span_1_of_4:nth-child(1) .faq-category{
	max-width:260px;
}
.faq-categories .span_1_of_4:nth-child(2) .faq-category{
	max-width:200px;
}
.faq-categories .span_1_of_4:nth-child(3) .faq-category{
	max-width:150px;
}
.faq-categories .span_1_of_4:nth-child(4) .faq-category{
	max-width:218px;
}
.faq-categories .span_1_of_4:nth-child(4) .faq-category.active{
	max-width:225px;
}
.faq-category.active{
	font-weight:700;
	background-image: url(/wp-content/themes/usawebcash/img/circle-arrow-down-white.png);
}
.faq-items{
	padding-top:46px;
	padding-bottom:64px;
}
.faq-item{
	padding-bottom:20px;
    padding-left: 10px;
    padding-right: 35px;
}
.faq-item-title{

}
.faq-item-desc{

}
.faq-items-bottom{
	padding-bottom:20px;
}
.cto-bottom{
	padding-top:40px;
	padding-bottom:40px;
}
.cto-bottom-title{

}
.cto-bottom-desc{
	padding-top:22px;
}
.cto-bottom-buttons{
	text-align:right;
	padding-top:50px;
}
.cto-bottom-button-apply-now,
a.btn.cto-bottom-button-apply-now{
	margin-right: 20px;
}
.faq-category-resp{
	display:none;
	border-bottom: 1px solid #4dabfc;
}
.faq-items-group-content{
	display:none;
}
.faq-items-group-content.open{
	display:block;
}
@media only screen and (max-width: 1070px) {
	.cto-bottom-button-apply-now,
	a.btn.cto-bottom-button-apply-now{
		margin-right: 10px;
	}
}

.general-top{
	padding-top: 60px;
    padding-bottom: 90px;
}
.general-top-title{
	text-align:center;
}

.general-top-content{
	padding-top: 24px;
}
.general-top-content-block{
	padding-top:16px;
}
.general-top-content-block-list{
	margin:0;
	padding:0;
	padding-left:25px;
	padding-top:5px;
}
.span_1_of_2:first-child .general-top-content-block{
	padding-right:35px;
}
.span_1_of_2:last-child .general-top-content-block{
	padding-left:35px;
}
.general-top-content-block-title{

}
.general-top-content-block-desc{
	padding-top: 8px;
}
.general-top-content-full-desc{
	padding-top: 30px;
}
.general-top .general-top-content-full-desc:first-child{
	padding-top: 0;
}
.general-blue{
	padding-top: 60px;
    padding-bottom: 90px;
}
.general-blue-title{
	text-align:center;
}
.general-blue-desc{
	text-align:center;
	padding-top: 30px;
}
.general-blue-content{
	padding-top: 14px;
}
.general-blue-content-block{
	padding-top:26px;
}
.col .general-blue-content-block{
	padding-right:30px;
	padding-left:30px;
	position:relative;
}
.col:first-child .general-blue-content-block{
	padding-left:0;
}
.col:last-child .general-blue-content-block{
	padding-right:0;
}
.general-blue-content-block-title{

}
.general-blue-content-block-desc{
	padding-top: 8px;
	/*max-width: 250px;*/
}
.general-blue-content-block-arrow{
	position:absolute;
	right:-16px;
	top:65px;
}

.general-middle{
	padding-top: 60px;
    padding-bottom: 90px;
}
.general-middle-title{
	text-align:center;
}
.general-middle-desc{
	padding-top: 30px;
}
.general-middle-content{
	padding-top: 20px;
}
.general-middle-content-block{

}
.span_1_of_2:first-child .general-middle-content-block{
	padding-right:35px;
}
.span_1_of_2:last-child .general-middle-content-block{
	padding-left:35px;
}
.general-middle-content-block-list{
	margin-left:0;
	margin-bottom:0;
	padding-left:25px;
}
.general-middle-chart{
	padding-top:30px;
}
.general-middle-chart table{
	border-collapse:collapse;
	background-color: #f3f4f5;
}
.general-middle-chart td {
	text-align:center;
	padding-top:16px;
	padding-bottom:16px;
	padding-right:28px;
	padding-left:28px;
}
.general-middle-chart .chart-day-row td:first-child {
	text-align:left;
	padding-left:72px;
	text-transform:uppercase;
}
.general-middle-chart tr + tr{
	border-top:1px solid #cfcfcf;
}
.general-middle-chart td + td {
	border-left:1px solid #cfcfcf;
}
.general-middle-chart tr:nth-child(2){
	text-transform:uppercase;
}
.chart-left-corner{

}
.chart-left-corner-title{
	font-size:30px;
}
.chart-left-corner-desc{
	padding-top: 12px;
}
.chart-top-right-title{
	font-size:30px;
}
.chart-day-row-sunday:before{
	content:"/";
}

.gform_wrapper h1,
.gform_wrapper h2{
    font-weight: 300;
}
.gform_wrapper #gform_1 h1{
	color:#505659;
	padding-top:20px;
}
.page-id-13 .general-top {
    padding-top: 20px;
}
.page-id-13 .general-top-content {
    padding-top: 0;
}
.page-id-13 .general-top-content-block{
	padding-top:0;
}
.page-id-13 .general-top-content-block-title{
	padding-top:25px;
}
.page-id-13 .general-top-content-block-desc .contact-location{
	padding-bottom:16px;
}
.page-id-13 .general-top-content-block-desc .contact-location:last-child{
	padding-bottom:0;
}
.page-id-13 .contact-form-area{
	padding-top:25px;
}
.page-id-13 .contact-form-title{

}
.page-id-13 .contact-form{

}


.testimonials{
	padding-bottom:100px;
}

.testimonials .testimonial{

}
.testimonials .testimonial .testimonial-content{
	color:#ffffff;
	padding-left:20%;
	padding-right:20%;
	text-align:center;
}
.testimonials .slick-arrow:hover{
	border-width:0;
}
.testimonials .slick-dots {
  bottom: 30px;
}
.testimonials .slick-prev,
.testimonials .slick-prev:hover,
.testimonials .slick-prev:focus{
    left: 0;
	top:30px;
	z-index:9;
	background-image: url(/wp-content/themes/usawebcash/img/left-arrow-white.png);
	width:19px;
	height:31px;
}
.testimonials .slick-prev:before {
	display:none;
}
.testimonials .slick-next,
.testimonials .slick-next:hover,
.testimonials .slick-next:focus {
    right: 0;
	top:30px;
	z-index:9;
	background-image: url(/wp-content/themes/usawebcash/img/right-arrow-white.png);
	width:19px;
	height:31px;
}
.testimonials .slick-next:before {
	display:none;
}
.testimonials .slick-dots li button:before {
	font-size: 16px;
}
.testimonials .slick-dots li button:before{
	color:#FFF;
	opacity: 1;
}
.testimonials .slick-dots li.slick-active button:before{
	color:#cfcfcf;
	opacity: 1;
}
.testimonial-content-line-1 > p{
	margin:0;
	padding:0;
}
.testimonial-content-line-2{
	padding-top:35px;
}

html[lang=es-ES]{
	/* TODO: Add Spanish Specific CSS */
}

@media only screen and (max-width: 1080px) {
	.general-middle-chart td{
		padding-right: 3px;
		padding-left: 3px;
	}
}

@media only screen and (max-width: 1023px) {/*Tablet*/
	h1{
		font-size:36px;
		line-height:44px;
	}
	h2{
		font-size:28px;
		line-height:34px;
	}
	h3{
		font-size:18px;
		line-height:26px;
	}
	input[type=submit], button, a.btn{
		padding-left: 12px;
		padding-right: 12px;
		font-size: 16px;
		line-height: 46px;
	}
	.home .page-hdr-content-area {
		padding-top: 360px;
	}
	/*column of 3*/
	.hp-partners-affiliations-logos .span_1_of_6{width: 32.26%;}
	.hp-partners-affiliations-logos .span_1_of_6:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
	.hp-how-blocks .span_1_of_3{
		width: 49.2%;
	}
	.hp-how-blocks .span_1_of_3:last-child{
		clear: both;
		margin-left: 0;
	}
	.hp-how-bottom {
		padding-top: 30px;
	}
	.hp-how-bottom-desc{
		text-align:left;
		max-width:50%;
		padding-right:10px;
		padding-top:3px;
	}
	.hp-how-block-apply-now,
	a.btn.hp-how-block-apply-now{
		margin-right:10px;
	}
	.faq-items {
		padding-top:0;
		padding-bottom:0;
	}
	.faq-items .col {
		margin: 1% 0 1% 0%;
	}
	.faq-items .col:last-child {
		margin-top:0;
	}
	.faq-items .span_1_of_2{
		width: 100%;
	}
	.cto-bottom .col {
		margin: 1% 0 1% 0%;
	}
	.cto-bottom .span_5_of_8,
	.cto-bottom .span_3_of_8{
		width: 100%;
	}
	.cto-bottom-buttons{
		text-align:center;
		padding-top: 30px;
	}
	.faq-categories{
		display:none;
	}
	.faq-category-resp{
		display:block;
		padding-right: 5%;
		padding-left: 5%;
	}
	.faq-category-resp-title{
		padding-top:6px;
		padding-bottom:6px;
		background-image: url(/wp-content/themes/usawebcash/img/circle-arrow-right-white-resp.png);
		background-repeat: no-repeat;
		background-position: left 8px;
		padding-left: 28px;
		text-transform:uppercase;
	}
	.faq-category-resp-title.active{
		background-image: url(/wp-content/themes/usawebcash/img/circle-arrow-down-white-resp.png);
	}
	.content-area-section.faq-items{
		padding-right: 0;
		padding-left: 0;
	}
	.faq-items-group-content{
		padding-right: 5%;
		padding-left: 5%;
		padding-top:10px;
		padding-bottom:26px;
	}

	.general-top {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.general-top-content .col {
		margin: 1% 0 1% 0%;
	}
	.general-top-content .span_1_of_2{
		width: 100%;
	}
	.span_1_of_2:first-child .general-top-content-block {
		padding-right: 0;
	}
	.span_1_of_2:last-child .general-top-content-block {
		padding-left: 0;
	}


	.general-blue {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.general-blue-content .span_1_of_4 {
		width: 49.2%;
	}
	.general-blue-content .span_1_of_4:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
	.span_1_of_4 .general-blue-content-block {
		padding-right: 0;
		padding-left: 0;
	}
	.general-blue-content .col.span_1_of_3 {
		margin: 1% 0 1% 0%;
	}
	.general-blue-content .span_1_of_3 {
		width: 100%;
	}
	.general-blue-content .col.span_1_of_3 .general-blue-content-block {
		padding-right:0;
		padding-left:0;
	}
	.general-blue-content-block-arrow{
		display:none;
	}
	.general-middle {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.general-middle-content .col {
		margin: 1% 0 1% 0%;
		margin-top:0;
		margin-bottom:0;
	}
	.general-middle-content .span_1_of_2{
		width: 100%;
	}
	.span_1_of_2:last-child .general-middle-content-block {
		padding-left: 0;
	}

	.general-middle-chart .chart-day-row td:first-child{
		padding-left: 5px;
	}
	.general-middle-chart .chart-left-corner-title{
		font-size: 20px;
	}
	.general-middle-chart .chart-top-right-title{
		font-size: 20px;
	}
	.general-middle-chart td{
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {/*Mobile*/
	input[type=submit], button, a.btn{
		padding-left: 8px;
		padding-right: 8px;
		font-size: 14px;
		line-height: 36px;
	}
	.page-hdr-content-area {
		padding-top: 140px;
		padding-bottom: 50px;
	}
	.home .page-hdr-content-area {
		padding-top: 155px;
		padding-bottom: 70px;
	}
	/*reset columns*/
	.hp-partners-affiliations-logos .span_1_of_6:nth-child(3n+1) {clear: none;margin-left: 1.6%;}
	.hp-partners-affiliations-logos .span_1_of_6:first-child {margin-left: 0;}

	/*column of 2*/
	.hp-partners-affiliations-logos .span_1_of_6{width: 49.2%;}
	.hp-partners-affiliations-logos .span_1_of_6:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
	.hp-partners-affiliations-logos img{
		padding-bottom:30px;
	}

	.hp-how-blocks .span_1_of_3{
		width: 100%;
		margin-left: 0;
	}
	.hp-how-bottom-desc{
		text-align:left;
		max-width:100%;
		padding-right:0;
		padding-bottom:18px;
		padding-top:0;
	}
	.cto-bottom-title{
		text-align:center;
	}
	.cto-bottom-desc{
		text-align:center;
	}

	.general-blue-content .col {
		margin: 1% 0 1% 0%;
	}
	.general-blue-content .span_1_of_4{
		width: 100%;
	}
	.chart-day-row-sunday:before{
		content:"";
	}
	.chart-day-row-sunday{
		display:block;
	}
}
@media only screen and (max-width: 530px) {
	.general-middle-chart .chart-left-corner-title{
		font-size: 16px;
	}
	.general-middle-chart .chart-top-right-title{
		font-size: 16px;
	}
	.general-middle-chart td{
		font-size: 12px;
	}
}
@media only screen and (max-width: 440px) {
	.general-middle-chart .chart-left-corner-title{
		font-size: 14px;
	}
	.general-middle-chart .chart-top-right-title{
		font-size: 14px;
	}
	.general-middle-chart td{
		font-size: 10px;
	}
}
@media only screen and (max-width: 370px) {
	.general-middle-chart .chart-left-corner-title{
		font-size: 12px;
	}
	.general-middle-chart .chart-top-right-title{
		font-size: 12px;
	}
	.general-middle-chart td{
		font-size: 8px;
	}
}


.progressbar li
{
    width: 32% !important;
}


.gfield_required {
    display: inline-block !important;
}

.application-results { margin: 25px auto 0; padding: 0 2%; text-align: center; }
.application-results h1 { color: #0086FA; }

.page-id-15 .gform_wrapper { padding: 0 2%; }
.page-id-15 .gform_wrapper #field_2_98 img, .page-id-15 .gform_wrapper #field_2_101 img { display:none; visibility: hidden; }

/* SINGLE POST */
.single-post #primary article .entry-content { margin: 1.5em auto; max-width: 90%; }
.single-post #primary article .entry-footer { background-color: rgba(0,0,0,0.15); margin: 35px auto; max-width: 90%; padding: 20px; }
.single-post #primary article .entry-footer > span { border-bottom: 1px solid rgba(255,255,255,0.5); display: block; font-size: 14px; font-weight: bold; margin-bottom: 4px; padding-bottom: 4px; }
.single-post #primary article .entry-footer > span:last-of-type { border: 0; margin-bottom: 0; padding-bottom: 0; }
.single-post #primary article .entry-footer > span a { font-weight: normal; position: relative; }
.single-post #primary article .entry-footer > span a:first-of-type::before { content: ': '; }
