/*

Theme Name: Advice Local

Theme URI: http://underscores.me/

Author: Underscores.me

Author URI: http://underscores.me/

Description: Advice Local Theme

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: advicelocal

Tags:

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.

advicelocal is based on Underscores http://underscores.me/, (C) 2012-2015 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.com/normalize.css/

*/

/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation

	## Links

	## Menus

# Accessibility

# Alignments

# Clearings

# Widgets

# Content

	## Posts and pages

	## Asides

	## Comments

# Infinite scroll

# Media

	## Captions

	## Galleries

--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Lato:300,300i,400,700|Source+Sans+Pro:300,400&display=swap);

/*--------------------------------------------------------------

# 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;
	color: #1abc9c;
}

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: 0px;
	margin-top:-10px;
	/*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-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;
}

/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/

body,

button,

input,

select,

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 0.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ol li, ul li {
    /*padding-left: 10px;*/

}

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. */

}

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;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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;
}

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;
}

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"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/

a {
	color: #1abc9c;
}

a:visited {
	color: #1abc9c;
}

a:hover,

a:focus,

a:active {
	color: #1abc9c;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,

a:active {
	outline: 0;
}

/*--------------------------------------------------------------

## Menus

--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	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: 48%;
}

.comment-navigation .nav-next,

.posts-navigation .nav-next,

.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}

/*--------------------------------------------------------------

# 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: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%;
}

.sticky-widget {
	text-align: center;
}

.sticky-widget a {
	text-decoration: none!important;
}

.sticky-widget a h4 {
	color: #0e5388;
}

#content.internal #secondary .write-testimonial a {
	color:  #fff;
	font-size: 18px;
	text-align: center;
}

/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,

.updated:not(.published) {
	display: none;
}

.single .byline,

.group-blog .byline {
	display: inline;
}

.page-content,

.entry-content,

.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------

## 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-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.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 css stuff */

::selection{
  background: #F3B17F;
}

::-moz-selection{
  background: #F3B17F;
}

*, body, input[type=text]{
	font-family: "lato", Arial, Helvetica, sans-serif;	

}

body{
	background: #ffffff;
	color: #394b5c;
	overflow-x: hidden;
}

body a{
	outline: none!important;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

.left{
	float: left;
}

.right{
	float: right;
}

.show{
	z-index: 999;
	display: block!important;
}

.hide{
	display: none;
}

.main-menu-active{
	z-index: 9999999;
}

.main-menu-not-active{
	z-index: 9999;
}

a.user-btn{
	color: #34495e;
	padding: 10px 25px;
	background: transparent;
	border: 2px solid #34495e;
	border-radius: 2px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}
a.user-btnheader{
	color: white;
	padding: 5px 15px;
	background: #e67127;
	border: 2px solid #fff;
	border-radius: 2px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}
a.user-btnheader:hover{
	background: white;
	color: #34495e!important;
	border-color: #34495e;
}

a.user-btn:hover{
	background: #0e5388;
	color: #fff;
	border-color: #e67127;
}

a.user-btn:active{
	background: #0c6fba;
}

a.user-btn.btn-demo-req {
	color: #fff !important;
	padding: 10px 25px;
	background: #0e5388;
	border: 2px solid #34495e;
	border-radius: 2px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	border-color: #e67127;
}

a.user-btn.btn-demo-req:hover {
	background: #1364A2;
}

a.advice-btn{
	color: #fff;
	padding: 25px 45px;
	font-size: 25px;
	background: #e67127;
	border: 2px solid #c65813;
	border-radius: 2px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	line-height: 1;
}

a.advice-btn:hover,

a.advice-btn:active{
    background: #833704;
    border-color: #833704;
}

a.advice-btn:hover{
    background-color: #833704;
    border-color: #833704;
}

a.advice-btn:active,

a.advice-btn:focus{
	background-color: #D85F13;
    border-color: #CC7239;
}

a.advice-btn-seal-1{
	padding: 20px 33px;
	font-size: 18px;
}

a.advice-btn-1{
	padding: 20px 33px;
	font-size: 18px;
}

a.advice-read-more,

a.advice-learn-more{
	padding: 20px;
	padding-right: 50px;
	color: #3b3b3b;
	font-size: 18px;
	border: 2px solid #787878;
	border-radius: 2px;
	line-height: 1;
	background: url("img/read-more.png") 90% center no-repeat #f5fcfa;
	font-weight: bold;    

	display: inline-block;
}

a.advice-read-more:hover,

a.advice-read-more:hover{
	background-position: 93% center;
}

.site-branding > .container{
	width: 1100px;
	margin: 0px auto;
	padding: 15px 60px 10px 60px;
	line-height: 1;
}

.site-branding > .container > .left a{
	display: block;
}

.site-branding > .container > .left a > img{
	display: block;
}

.site-branding > .container > .right .user-auth-demo-req{
	display: block;
	font-size: 0px;
	margin: 10px 0px;
}

.site-branding > .container > .right .user{
	display: inline-block;
	margin-right: 10px;
}

.site-branding > .container > .right .user:last-child{
	margin-right: 0px;
}

#page{
	overflow-x: hidden;
	
}

.main-navigation{
	float: none;
	background: #0e5388;
}

.main-navigation.frontpage{
	margin-bottom: 0px;
}

.main-navigation .container{
	width: 1100px;
	margin: 0px auto;	

	padding: 0px 60px;
	position: relative;
}

.main-navigation .menu-controller{
    display: none;
	color: #fff;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}

.main-navigation .menu-controller .menu-icon,

.main-navigation .menu-controller .menu-label{
    vertical-align: middle;
    display: inline-block;
}

.main-navigation .menu-controller .menu-icon, 

.main-navigation .menu-controller .menu-icon:before, 

.main-navigation .menu-controller .menu-icon:after{
    width: 25px;
    padding: 2px 0px;
    border-radius: 10px;
    background: #fff;
    margin-right: 5px;
    position: relative;
    line-height: 1;
    transition: all .2s ease-in-out;
}

.main-navigation .menu-controller .menu-icon:before,

.main-navigation .menu-controller .menu-icon:after{
	content: '';
	display: block;
	position: absolute;
}

.main-navigation .menu-controller .menu-icon:before{
	top: -7px;
}

.main-navigation .menu-controller .menu-icon:after{
	bottom: -7px;
}

.main-navigation .menu-controller.menu-active .menu-icon{
	background: transparent;
}

.main-navigation .menu-controller.menu-active .menu-icon:before{
	transform: rotate(45deg);
	top: 0px;
}

.main-navigation .menu-controller.menu-active .menu-icon:after{
	bottom: 0px;
	transform: rotate(-45deg);
}

.main-navigation ul{
	font-size: 0px;	

}

.main-navigation li{
	float: none;
	position: static;
	display: inline-block;
}

.main-navigation li a{
	color: #fff;
	padding: 20px;
	padding-top: 25px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}

.main-navigation li:first-child > a{
	padding-left: 0px;
}

.main-navigation ul li:hover > ul, 

.main-navigation ul li.focus > ul{
	left: 0;
}

.main-navigation ul ul{
	padding: 0px 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	top: 100%;
	width: 100%;
	background: #e67127;
	display: table;
	box-shadow: none;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	transition: 0.2s .2s; 
	width: 1175px;
	margin-top: 15px;
}

.main-navigation ul ul a{
	transition: background 0.2s ease-in-out;
}

.main-navigation ul li.menu-item-has-children:after{	

	top: 75%;
	left: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #e67127;
	border-width: 15px;
	margin-left: 10px;
	z-index: 10;
	visibility: hidden;	 

}

.main-navigation ul li.menu-item-has-children:hover > ul,

.main-navigation ul li.menu-item-has-children:hover:after{
	opacity: 1;
	visibility: visible; 

	transition-delay: 0s;
}

.main-navigation ul ul:before,
.main-navigation ul ul:after{
	content: '';
	display: block;
	position: absolute;
	width: 50%;
	top: 0;
	left: -50%;
	bottom: 0;
	background: #e67127;
}

.main-navigation ul ul:after{
	left: 50%;
	margin-left: 50%;
}

.main-navigation ul ul li{
	padding: 0px 0px;
	vertical-align: bottom;
	display: table-cell;
	background: url("img/li-bg.png") right center no-repeat transparent;
}

.main-navigation ul ul li:first-child{
	padding-left: 0px;
}

.main-navigation ul ul li:last-child{
	padding-right: 0px;
	background: transparent;
}

.main-navigation ul ul a{
	width: auto;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 50px;
	padding-bottom: 25px;
	text-align: center;
}

.main-navigation li li:first-child a{
	padding-left: 8px;
}

.main-navigation ul ul a:hover{
	background: #d15b29;
}

.main-navigation ul ul li img{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	/*border: 4px solid #d15b29;*/

	margin: 0px auto;
	margin-bottom: 15px;
	display: block;
}

.advice-search{
	padding: 20px 0px 15px 0px;
}

.searchform {
	position: relative;
}

.searchform input[type=text]{
	font-weight: bold;
	color: #fff;
	padding: 0px;
    padding-right: 40px;
    padding-left: 10px;
    outline: none;
    width: 150px;
    background: transparent;
    border: 0px;    

}

.searchform input[type=text]::-webkit-input-placeholder{
	color: #fff;
}

.searchform input[type=text]::-moz-placeholder{
	color: #fff;
}

.searchform input[type=text]::-ms-input-placeholder{
	color: #fff;
}

.searchform input[type=submit]{
	border: none!important;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    box-shadow: none!important;
    outline: none!important;
    background: url("img/search-icon.png") center center no-repeat!important;
    background-color: rgba(0, 0, 0, 0)!important;
}

.searchform .separator {
	color: #fff;
	font-weight: bold;
}

.page-content .separator {
	display: none;
}

.page-content .searchform{
	width: 250px;
	background: #0E5388;
	border: 1px solid #222;
	border-radius: 4px;
}

.page-content .searchform input[type=text]{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media (min-width: 1023px) {
.banner{
	position: relative;
	background: url('img/banner-product-child-background.jpg');
    background-position: center center;
    background-repeat: repeat-x;
}
}

.banner.frontpage{
	background: url("img/banner.jpg") center bottom repeat-x;
}

.banner.frontpage{
	height: 500px;
	position: relative;
}

.banner.internal{
	background-position: center;
}

#help-banner .container {
	margin:0 auto;
}

.banner .service-container{
    padding-top: 40px;
    padding-top: 70px;
    padding-bottom: 15px;
    width: 1100px;
    margin: 0px auto;
}

.banner.internal .service-container {
    padding-top: 46px;
}

.banner .service-description{
	font-weight: bold;   

	display: block;
    margin: 0px auto;
    text-align: center;
}

.banner.frontpage .service-description{
    padding-top: 105px;
    margin-left: 130px;
    text-align: left;
    line-height:1.231;
    padding-top: 75px;
    background: url("img/service-highlight.png") left center no-repeat;
}

.banner .service-description .service-header{
	color: #eb7d28;
	font-size: 60px;
	display: block;
}

.banner .service-description .service-header-single{
	margin-top: -10px;
}

.postid-4213 header#masthead .banner.internal{
	    padding-top: 0;
    background: url('img/team-member-banner-background.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

.postid-4213 .banner .service-description .service-header-single{
	margin-top: 2px;
}

.postid-4213 .banner .service-description .service-header-single::after { 

    content: "Don’t just find a job; find a career you love at Advice Local.";
    visibility: visible; 

    display: block;
    color: #0c5489;
    font-size: 30px;
}

/*.postid-4213 .banner .service-description .service-moto { 

    content: "Don’t just find a job; find a career you love at Advice Local.";
	visibility: visible;
    font-size: 24px;
    line-height: 38px;
    background: green;
    height: 50px;
    display: block;
    color: black;
}*/

.banner.frontpage .service-description .service-header{
	color: #0c5489;
	font-size: 27px;
	margin-left: 150px;
}

.seal-header{
	background: url("img/seal-header-image2.png") center center repeat-x #CEEAFC;
	background-size: 2020px auto;
}

.seal-logo-box{
	margin-top: 34px;
}

.seal-logo-box img{
	width: 275px;
	height: auto;
}

.seal-number-box{
	margin-top: 34px;
}

.seal-header .seal-number .number-row {
    font-weight: bold;
}

.seal-header .seal-number .number-left{
	font-size: 34px;
	color: #0c5489;
	margin-right: 10px;
}

.seal-header .seal-number .number-right{
	font-size: 34px;
	color: #eb7d28;
}

.seal-header-logo{
	margin: 40px 0px 0px 0px;
}

.seal-header-logo img{
	height: auto;
	width: 600px;
}

.header-content-top{
	display: block;
    font-size: 38px;
    text-align: center;
	color: #eb7d28;
	margin-bottom: 10px;
}

.header-content-bottom{
	display: block;
    font-size: 27px;
    text-align: center;
	color: #0c5489;
	margin-bottom: 20px;
}

.banner-seal{
	/*display: none;*/

	max-height: 400px;
    margin-top: -53px;
    width: 100%;
    color: #ffffff;
    position: relative;
}

.banner-row{
	display: block;
	max-height: 400px;
}

.banner-box{
	    max-width: 480px;
    min-width: 480px;
    float: right;
    display: -webkit-box;
}

.banner-seal-home{
	max-width: 241px;
    min-width: 100px;
    display: block;
}

.banner-seal-home img{
	height: 400px;
    width: auto;
}

.seal-right-heading-message{
	font-size: 24px;
}

.banner-seal-right-list{
	padding: 16px 0px 10px 0px;
}

.banner-seal-right-list ul{
	margin-left: 0px;
    padding-left: 10px;
}

.banner-seal-right-list ul li{
	font-size: 17px;
	list-style: none;
}

.seal-banner{
	line-height: 1.231;
    height: 221px;
    padding: 52px 0 0;
    position: relative;
}

.seal-list-number{
	    background-color: #0c5489;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: inline-block;
    padding: 7px 10px 10px 11px;
    margin: 10px 10px 1px 10px;
}

.banner-seal-right{
    min-width: 242px;
    display: block;
    min-height: 400px;
    padding: 30px 10px 10px 10px;
        margin-right: -13px;
}

.banner-left{
	background: url("img/seal-banner-left.png") center center no-repeat #ea7d29;
	max-height: 400px;
    min-height: 400px;
	float: left;
    width: 49.79%;
    opacity: 0.96;
}

.banner-right{
	    background: url("img/seal-banner-right.png") center center no-repeat #0e5388;
    float: right;
    width: 49.79%;
    max-height: 400px;
    min-height: 400px !important;
    opacity: 0.96;
    position: relative;
}

.banner-seal-right-bottom img{
	height: 125px;
    width: auto;
}

.seal-form{
	max-height: 400px;
    min-height: 400px;
    float: left;
    width: 380px;
    margin-left: 100px;
    display: inline-block;
}

.seal-form input{
	width: 378px;
}

.seal-form input:last-child{
	    width: 200px;
    margin: 0px auto;
    display: block;
    padding: 10px 0px 10px 0px;
    font-size: 24px;
    box-shadow: none;
    color: white;
    background-color: #e67127;
}

/*.form-header{
}*/

.header-data{
    font-size: 29px;
    text-align: center;
    width: 100%;
    display: block;
}

/*.form-message{
}*/

.message-data{
    font-size: 13px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 9px 0px 18px 0px;
}

.orange-arrow{
    /*display: inline-block;*/

    position: absolute;
    min-height: 55px;
    /* position: absolute;
    width: 66px;
    display: inherit;
    width: 100%; */

    top: 155px;
    left: 50%;
    margin-left: -27.5px;
}

.orange-arrow img{
	width: auto;
    height: 55px;
    background-color: #e18538;
    display: block;
    vertical-align: middle;
    margin-top: 167px;
    margin-left: 0px;
    border-radius: 50%;
    border: 5px solid #e18538;
    align-items: center;
    margin: 0px auto;
}

/* fix for partner page */

body.page-template-template-product-child .container, body.page-template-template-product-child-lp .container, body.page-template-template-product-child-vertical .container, body.page-template-template-scalable-agency-services .container, body.page-template-template-agency-partners .container, body.page-template-template-local-business-seal .container,

body.page-template-template-advMobile .container,
body.page-template-template-wmlpm .container,
body.page-template-template-wmlpm-thanks .container {
	padding-left:50px;
	padding-right:50px;
}

/* HELP CENTER */

.template-help-center .banner {
	background-position:center top;
}

.template-help-center .banner.internal .service-container {
	padding-bottom:24px;
}

.template-help-center #content.internal {
	background:#f4f7fa;
}

.template-help-center #content.internal #primary {
	background:none;
	border-right:0;
	width:100%;
}

.page-template-template-help-center header#masthead{
    min-height: 495px;
}

.single-help_article header#masthead{
    min-height: 522px;
}

.tax-help_category header#masthead{
    min-height: 487px;
}
/*.tax-help_category #content.internal #primary{
	width: 100%;
}*/

.post-type-archive-help_article #content.internal .internal-container{
	    /* position: relative; */

    width: 100%;
    /* margin: 0px auto; */

    padding: 0px 0px;
    /* box-sizing: content-box; */

}

.post-type-archive-help_article .site-main{
	    margin: 0px auto;
    width: 980px;
}

.post-type-archive-help_article #content.internal{
	background: #f4f7fa;
    display: block;
}

.post-type-archive-help_article #masthead{
	min-height: 524px;
}

.post-type-archive-help_article #content.internal #primary {
    background: none;
    width: 100%;
    background: #f4f7fa;
    color: #394b5c;
    display: block;
    padding: 30px 0px;
}

.template-help-center #content.internal #primary:before {
	display:none;
}

#help-search {
	background:#c6d3db;
	min-height: 90px;
}

#help-search .container {
	width: 1100px;
    margin: 0px auto;
    padding: 17px 60px 19px;
    position: relative;
}

#help-search .search-bar {
	position:relative;
}

#help-search input[type="text"] {
	width:60%;
	/*width: 1100px;*/

	display:block;
	padding:7px 2px 7px 25px;
	border:2px solid #34495e;
	border-radius:2px;
	font-size:24px;
	font-weight:bold;
	color:#34495e;
	margin: 0px auto;
}

#help-search input[type="submit"] {
	position:absolute;
	right: 20%;
	top:2px;
	width:51px;
	height:50px;
	background:#0e5388 url('img/help-orange-arrow-right.png');
	background-position:center center;
	background-repeat:no-repeat;
	border:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border-radius:0;
	border-left:1px solid #7fa4c0;
}

#help-search-results article {
	background:#fff;
	padding:12px;
	border-radius:2px;
}

#help-search-results article header {
	margin-bottom:12px;
	font-weight:bold;
}

#help-search-results article header a {
	font-size:28px;
	color:#eb7d28;
	line-height:1.231;
}

#help-search-results article {
	padding-top:24px;
	padding-bottom:24px;
	padding-left:38px;
	padding-right:38px;
}

#help-search-results article footer {
	margin-top:18px;
}

#content.internal #primary #help-search-results article footer a {
	background:#e67227;
	color:#fff;
	border:2px solid #c75813;
	border-radius:2px;
	text-decoration:none;
	display:inline-block;
	padding:5px 15px;
	font-weight:bold;
}

#content.internal #primary #help-search-results article footer a:hover {
	background:#c75813;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#content.internal #primary #pagination {
	text-align:center;
}

.home.blog #content.internal #primary #pagination {
	padding-top:35px;
}

.template-help-center #content.internal #primary #pagination {
	padding:12px 0 35px;
}

#content.internal #primary #pagination a,

#content.internal #primary #pagination span.current {
	color:#a7a7a7;
	font-weight:bold;
	font-size:18px;
	display:inline-block;
	border:2px solid #a7a7a7;
	border-radius:2px;
	width:42px;
	height:42px;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	background:#fff;
	text-decoration:none;
}

#content.internal #primary #pagination span.dots {
	display:none;
}

#content.internal #primary #pagination a:hover,

#content.internal #primary #pagination span.current {
	color:#fff;
	background:#e67227;
	border:2px solid #c75813;
}

#content.internal #primary #pagination a.prev {
	background:#fff url('img/grey-left-arrow.png');
	background-position:center center;
	background-repeat:no-repeat;
	margin-right:14px;
}

#content.internal #primary #pagination a.next {
	background:#fff url('img/grey-right-arrow.png');
	background-position:center center;
	background-repeat:no-repeat;
	margin-left:14px;
}

#content.internal #primary #pagination a.prev:hover {
	background:#e67227 url('img/white-left-arrow.png');
	background-position:center center;
	background-repeat:no-repeat;
}

#content.internal #primary #pagination a.next:hover {
	background:#e67227 url('img/white-right-arrow.png');
	background-position:center center;
	background-repeat:no-repeat;
}

#help-center-topics > .heading,

#help-center-topics > .sub-heading,

#frequently-asked-questions .heading {
	text-align:center;
	color:#0e5388;
	font-weight:bold;
}

#help-center-topics > .heading,

#frequently-asked-questions .heading {
	font-size:36px;
}

#help-center-topics > .sub-heading {
	font-size:24px;
	margin-bottom:24px;
}

#content.internal #primary #help-center-topics .single-help-category {
	width:300px;
	height:178px;
	float:left;
	border:1px solid #d8dde2;
	border-radius:5px;
	margin:35px 30px 35px 0;
	font-size:18px;
	color:#0e5388;
	font-weight:bold;
	position:relative;
}

#content.internal #primary #help-center-topics .single-help-category:nth-child(3n) {
	margin-right:0;
}

#content.internal #primary #help-center-topics .single-help-category .heading {
	position:absolute;
	left:0;
	right:0;
	bottom:-15px;
	margin:auto;
	text-align:center;
}

#content.internal #primary #help-center-topics .single-help-category:hover {
	border:1px solid #c75813;
	color:#c75813;
}

#frequently-asked-questions .heading {
	text-align:left;
	margin-bottom:56px;
}

#frequently-asked-questions ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#content.internal #primary #frequently-asked-questions ul li {
	width:50%;
	float:left;
	height:67px;
	line-height:1.231;
}

#content.internal #primary #frequently-asked-questions ul li a {
	color:#0e5388;
	font-size:18px;
	font-weight:bold;
}

#content.internal #primary #frequently-asked-questions ul li:nth-child(odd) {
	padding-right:24px;
}

#content.internal #primary #frequently-asked-questions ul li:nth-child(even) {
	padding-left:24px;
}

.template-help-center footer#colophon .footer-block.middle .container {
	width: 1100px;
    margin: 0px auto;
    padding: 17px 60px 19px;
    position: relative;
    text-align:left;
}

.template-help-center footer#colophon .footer-block.middle .container .block-header {
	text-align:center;
}

.template-help-center footer#colophon .footer-block.middle {
	padding:36px 0;
	height:358px;
}

.help-center-contact {
	margin-top:21px;
}

#help-center-contact label {
	display:block;
	margin-bottom:3px;
}

#help-center-contact input,

#help-center-contact textarea {
	display:block;
	width:100%;
	padding:7px 10px;
	border-radius:0;
	border:0;
}

#help-center-contact textarea,

#help-center-contact input[type="submit"] {
	height:75px;
}

#help-center-contact .col3 {
	float:left;
	width:298px;
	margin-right:38px;
}

#help-center-contact .col3:nth-child(3n) {
	margin-right:0;
}

#help-center-contact .colspan2 {
	width:634px;
	float:left;
	margin-right:38px;
}

#help-center-contact .colspan2 + .col3 {
	margin-right:0;
	padding-top:27px;
}

#help-center-contact .row + .row {
	margin-top:8px;
}

#help-center-contact input[type="submit"] {
	background:#c55929;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

form li.focused {
    background-color: red;
}
.noI form li, .altInstruct form li {
     width: 150px; 
}
.wufoo li {
    width: 33%;
}
form li {
    margin: 0;
    padding: 15px 1% 9px 1%;
    clear: both;
    background-color: transparent;
    position: relative;
    -webkit-transition: background-color 350ms ease-out;
    transition: background-color 350ms ease-out;
}
.help-center-contact-form .contact-form-holder{
	margin-right: 10px;
	padding: 40px 25px;
	background: #f0faf7;
	border: 1px solid #c8e1e3;
	border-radius: 2px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, .24);
}

.help-center-contact-form .form-input{
	font-size: 0px;	

	display: block;
	width: 100%;
}

.help-center-contact-form .form-group{
	width: 48.1%;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 15px;
	position: relative;
}

.help-center-contact-form .form-group .input-box{
	border: 1px solid #eaeaea;
	border-radius: 2px;
	outline: none;
	height: 45px;
	padding: 5px 10px;
}

.help-center-contact-form .form-group .input-box.error, .help-center-contact-form .form-message .textarea.error {
	background: #FFDFDF;
}

.help-center-contact-form .form-group:nth-child(odd){
	margin-right: 3.731%;
}

.help-center-contact-form .input-box{
	width: 100%;
}

.help-center-contact-form .form-message{
	font-size: 16px;
	margin-bottom: 30px;
	position: relative;
}

.help-center-contact-form .form-message .textarea{
	height: 90px;
	resize: none;
	outline: none;
	padding: 5px 10px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
}

.help-center-contact-form .form-submit{
	font-size: 16px;
	text-align: right;
}

.help-center-contact-form .form-submit .submit{
	width: 50%;
	text-align: center;
	padding: 25px;
	border-radius: 0px;
	box-shadow: none;
	text-shadow: none;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	outline: none;
	background: #eb7d28;
	transition: all .2s ease-in-out;
}

.help-center-contact-form .form-submit .submit:hover{
	background: #833704;
}

.help-center-contact-form .contact-secondary-header{
	padding-top: 40px;
	padding-bottom: 50px;
	font-size: 24px;
	color: #0e5388;
	font-weight: bold;
}

.help-center-contact-form .contact-phone-holder{
	display: block;	

}

.help-center-contact-form .contact-phone-holder a{
	width: 250px;
	padding: 10px;
	padding-left: 60px;
	color: #0c5489;
	border: 2px solid #34495e;
	border-radius: 2px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
	background: url("img/contact-phone.png") 20px center no-repeat;
}

.help-center-contact-form .contact-phone-holder a:hover{
	border-color: #006CBB;
	background-color: #006CBB;
	color: #fff;
}
@media (max-width : 1100px) {
.tax-help_category header#masthead{
    min-height: 470px;
}

    .banner.frontpage .service-description{text-align:center;}

   

}

.banner .service-description .service-moto,
.additional-products-title {
	color: #0c5489;
	font-size: 30px;
}

.additional-products-title {
	text-align: center;
}

.banner.frontpage .service-description .service-moto{
	color: #eb7d28;
	font-size: 50px;
	margin-left: 150px;
}

.banner.frontpage .visibility-check,
.banner .vertical-form-container
{
	position: absolute;
    bottom: 0px;    

    width: 100%;
    display: block;
}

.banner.frontpage .vc-container,
.banner .vertical-form-holder
{
	width: 1080px;
	height: 75px;
	margin: 0px auto;
	padding: 23px 55px 12px 50px;
	display: block;
	font-size: 0px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	background: url("img/vc-bg.png") no-repeat;
}

.banner .vc-online{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin-right: 25px;
	padding: 3px 0px;
	float: left;
}

.banner .form-holder{
	display: inline-block;
	float: right;
}

.banner .visibility-form-holder{
	text-align: center;
	display: block;
	float: none;
	padding-bottom: 80px;
}

.banner .vc-input
{
	width: 205px;
	margin-right: 14px;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 10px;
	border: 1px solid #b9c4cd;
	line-height: 1;
	outline: none!important;
}

.template-product-child-vertical .banner .vc-input{
	width: 185px;
	margin-right: 14px;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 10px;
	border: 1px solid #b9c4cd;
	line-height: 1;
	outline: none!important;
}


.vertical-form-divider
 {
	margin: auto;
	width: 70%;
}

.verticals-form-head
 {
	width: 100%;
	height: 122px;
}
.verticals-form-wrap
 {
 	background-color: #0e5388;
    border-radius: 8px;
    height: 122px;
}

#heading-banner.container .verticals-form-wrap .main-subheading{
	color: #fff;
	padding: 10px 0 10px 0;
	font-size: 24px;
	text-align: center;	

}

@media (min-width: 769px) {
	.verticals-form-head {
	background-color: #053d68;
    border-top: 2px solid #eb7d28;
    border-radius: 8px;
	}
}


.vertical-form-divider input.vert-input {
	padding: 3px 0px;
	width: 500px;
	margin: auto 50px 30px;
	position: relative;
	left: 8%

}

.vertical-form-divider input.vert-submit {
	padding: 10px 20px;
	position: relative;
	left: 40%;
}

.vertical-form-title {
text-align: center;
font-size: xx-large;
}

.vc-input.error,
 {
    background: #FFDFDF;
}

.banner .vc-input:last-child,
{
	margin-right: 23px;
}

.banner .vc-input::-webkit-input-placeholder,
{
	color: #394b5c;
}

.banner .vc-input::-moz-placeholder,
{
	color: #394b5c;
}

.banner .vc-input::-ms-input-placeholder,
{
	color: #394b5c;
}

.banner .vc-submit, .banner .vert-submit, .vertical-form-divider .vert-submit, .LSSDC_results .LSSDC_btn, #LSSDC_fields .LSSDC_btn, #WPMobileTesterCheckURLbtn {
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-shadow: none!important;
    padding: 9px 15px;
    border: 1px solid #c55b17!important;
    box-shadow: none!important;
    outline: none!important;
    background: #e67127!important;
    transition: all .2s ease-in-out;
}

.banner .vc-submit:hover,

.banner .vert-submit:hover, 

.vertical-form-divider .vert-submit:hover,
{
	background: #833704!important;
	border-color: #833704!important;
}

.banner.internal .vc-container,
{
	width: 1020px;
	margin: 0px auto;	

	font-size: 0px;
	padding: 20px 30px;
	color: #fff;
	font-weight: bold;
	background: rgba(230, 113, 39, 0.63);
	border-radius: 2px;
}

.banner.internal .vc-input
{
	width: 200px;
}

.banner.internal .vc-submit,

.banner.internal .vert-submit,

.vertical-form-divider .vert-submit
{
	padding: 9px 12px;
}

.dashboard-demo{
	background: #ecf2f6;
}

.banner.page-contact-us{
	background: transparent;
}

.banner .map-container{
	width: 100%;
	overflow: hidden;
}

.banner .map-holder{
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
}

.banner .map{
    width: 300%;
    display: block;
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -100%;
    right: -100%;
    height: 200%;
    background: #e5e3df;
}

.dashboard-demo{
	background: #ecf2f6;
}

.dashboard-demo .container,

.after-banner .container{
	width: 1100px;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 18px;
	color: #394b5c;
}

.after-banner .container p{
	font-weight: bold;
}

.dashboard-demo .container{
	font-weight: bold;
	font-size: 24px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.dashboard-demo .video-description,

.top-image .video-description {
	width: 900px;	

	/*width: 625px;	*/

	display: block;
	margin: 0px auto;
	height: auto;
}

 .video-box{
	height: 360px;
	display: block;
	/*border: 4px solid #ddd;*/

	border-radius: 4px;
	margin-top: 25px;
	margin-bottom: 25px;
	/*background: url("img/video-bg.png") center center no-repeat #4b4b4b;*/

	/*border: 4px solid #ddd;*/

	border-radius: 4px;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	/*background: url("img/video-bg.png") center center no-repeat #4b4b4b;*/

}

.dashboard-demo .lng-btn{
	width: 47%;
	font-size: 25px;
	padding: 15px;
}

.after-banner h1,

.after-banner h2,

.after-banner h3{
	color: #0e5388;
}

#primary .text-highlight{
	color: #e67127;
}

.after-banner .monthly-report{
    margin-bottom: 40px;
}

.main-content{
	margin-top: 0px;
}

.main-content .container{
	width: 1100px;
	margin: 0px auto;
}

.main-content .blocks.first{
	background: #f0faf7;
}

.blocks .block-header{
	background: #0e5388;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	color: #fff;
}

#content.frontpage .blocks .block-header{
	padding-top: 60px;
	padding-bottom: 70px;
}

.main-content .block-header .main-header{
	font-size: 45px;
	font-weight: lighter;
}

.main-content .block-header .secondary-header{
	font-size: 30px;
	font-weight: bold;
}

.main-content .blocks.first .block-main .container{
	padding: 80px 30px 40px 30px;
}

.main-content .blocks.first .block-main article{
	margin-bottom: 50px;
}

.main-content .blocks.first .block-main article:last-child{
	margin-bottom: 0px;
}

.main-content .blocks.first .block-main article .post-data{
	padding: 0px;
	padding: 10px;
	max-width: 499px;
}

.main-content .blocks.first .block-main article h1{
	color: #0e5388;
	font-size: 30px;
	font-weight: bold;
}

.main-content .blocks.first .block-main article p{
	color: #394b5c;
	font-size: 21px;
	margin: 20px 0px 40px 0px;
}

.main-content .blocks.first .block-main article:nth-child(odd) .post-thumbnail{
	float: right;
}

.main-content .blocks.first .block-main article:nth-child(odd) .post-data{
	/*float: left;*/

	text-align: left;
}

.main-content .blocks.first .block-main article:nth-child(even) .post-thumbnail{
	float: left;
}

.main-content .blocks.first .block-main article:nth-child(even) .post-data{
	float: right;
	text-align: right;
}

@media(max-width: 1025px) {
		.main-content .blocks.first .block-main article:nth-child(even) .post-data{
		margin-top: -350px;
	}
}

@media(max-width: 1023px) {
		.main-content .blocks.first .block-main article:nth-child(even) .post-data{
		margin-top: 0px;
	}
}

.main-content .blocks.first .block-footer{	

	background: #deedee;
}

.main-content .blocks.first .block-footer .container{
	padding: 60px 30px 60px 30px;
}

.main-content .blocks.first .block-footer .post-thumbnail{
	float: right;
}

.main-content .blocks.first .block-footer .post-data{
	padding: 10px;
	max-width: 499px;
	float: left;
}

.main-content .blocks.first .block-footer .post-data p{
	color: #394b5c;
	font-size: 21px;
	margin: 20px 0px 40px 0px;
}

.post-data span {
	color: #0e5388;
    font-size: 30px;
    font-weight: bold;
}

.main-content .blocks.first .block-footer h1{
	color: #0e5388;
	font-size: 30px;
	font-weight: bold;
}

#content.frontpage .blocks.second .block-header{
	border-bottom: 5px solid #fff;
}

.blocks.second{
	text-align: center;
}

.statistics{
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}

.statistics .info-box{
	display: inline-block;
	width: 33%;
	text-align: center;
}

.statistics .info-box .count{
	font-size: 60px;
	font-weight: bold;
	padding-bottom: 30px;
}

.info-box .info-box-btn{
	font-size: 24px;
	font-weight: bold;
	background: #d15b29;
	border-radius: 20px;
	padding: 8px 15px;
	line-height: 1;
	min-width: 300px;
	display: inline-block;
}

.blocks.second .block-main{
	padding-top: 50px;
	padding-bottom: 90px;
	background: url("img/featured-bg.png") 0 0 repeat-x #fff;
}

.blocks.second .block-main .featured-header{
	padding-bottom: 60px;
	font-weight: bold;
	font-size: 36px;
	color: #646464;
	text-align: center;
}

.blocks.second .block-main .featured-in{
	display: block;
	font-size: 0px;
}

.blocks.second .block-main .featured-in-blocks{
	display: inline-block;
	width: 24%;
    min-width: 25%;
    vertical-align: middle;
    text-align: center;
}

.blocks.second .block-client-testimonials{
	background: #d15b29;
	padding: 20px 0px 50px 0px;
	padding-top: 70px;
	padding-bottom: 110px;
	color: #fff;
}

.blocks.second .block-client-testimonials .container{
	padding-left: 30px;
	padding-right: 30px;
}

.blocks.second .block-client-testimonials .main-header{
	text-align: center;
	font-size: 60px;
	font-weight: lighter;
}

.blocks.second .block-client-testimonials .secondary-header{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 75px;
}

.blocks.second .client-details-testimonials{
	font-size: 0px;
	display: block;
}

.blocks.second .client-details-testimonial{
	font-size: 18px;
	display: inline-block;
	max-width: 320px;
    margin-right: 40px;
    vertical-align:top;
}

.blocks.second .client-details-testimonial:last-child{
	margin-right: 0px;
}

.blocks.second .client-details{	

    font-size: 14px;
}

.blocks.second .client-thumbnail, 

.blocks.second .client-info{
	display: inline-block;
	vertical-align: middle;
}

.blocks.second .client-thumbnail img{
    border-radius: 100%;
    border: 5px solid #fff;
    display: block;
}

.blocks.second .client-info{
	padding-left: 10px;
}

.blocks.second .seperator{
	margin-top: 20px;
	margin-bottom: 25px;
	padding: 4px;
	background: #fff;
	width: 100%;
	display: block;
}

.blocks.second .block-partners{
	padding: 30px 0px 20px;
	text-align: center;
}

.block-partners{
	background-color: #FFFFFF;
}

.block-partners a{
	color: #646464;
	text-decoration: none;
}

.block-partners a:hover{
	text-decoration: none;	
}

.blocks.second .partners-header{	

    padding-bottom: 20px;
    font-weight: bold;
    font-size: 36px;
    color: #646464;
    text-align: center;
}

.blocks.second .partners-list{
	display: block;
	font-size: 0px;
}

.blocks.second .partners-list .partners{
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin-right: 10px;
	text-align: center;
}

.blocks.second .partners-list .partners:first-child{
	text-align: left;
}

.blocks.second .partners-list .partners:last-child{
	text-align: right;
	margin-right: 0px;
}

#content.internal{
	background: #f0faf7;
	display: block;
}

#content.internal .internal-container{
	position: relative;
	width: 1100px;
	margin: 0px auto;
	padding: 0px 60px;
}

#content.internal #primary{
	background: #fff;
	color: #394b5c;
	display: table-cell;
	width: 620px;
	position: relative;
	padding: 60px 20px;
	width: 640px;
	position: relative;
	padding: 60px 20px;
	padding-left: 0px;
	border-right: 1px solid #deedee;
	vertical-align: top;
}

#content.internal #primary:before{
	position: absolute;
    top: 0%;
    bottom: 0%;
    width: 500%;
    left: -500%;
    content: '';
    display: block;
    background: #fff;
}

#content.internal #primary h1,

#content.internal #primary h2,

#content.internal #primary h3,

#content.internal #primary h4,

#content.internal #primary h5,

#content.internal #primary h1 a,

#content.internal #primary h2 a,

#content.internal #primary h3 a,

#content.internal #primary h4 a,

#content.internal #primary h5 a{
	color: #0e5388;
}

#content.internal #primary h1 a:hover,

#content.internal #primary h2 a:hover,

#content.internal #primary h3 a:hover,

#content.internal #primary h4 a:hover,

#content.internal #primary h5 a:hover{
	color: #137796;
}

.search #content.internal #primary article:after{
	content: '';
	display: block;
	width: 90%;
	height: 1px;
	margin: 0px auto;
	margin-top: 40px;
	margin-bottom: 40px;
	background: #888888;
}

.search #content.internal #primary article:last-child:after{
	content: none;
}

#content.internal #primary .entry-meta{
	font-size: 16px;
	margin-bottom: 15px;
}

#content.internal #primary a{
	color: #e67127;
}

#content.internal #primary a:hover{
	color: #833704;
}

#content.internal #primary ol,
#content.internal #primary ul,
#content.internal #primary p{
	color: #394b5c;
	font-size: 18px;
}

#content.internal #primary .blog-post-thumbnail{
	width: 160px;
	height: auto;
}

#content.internal #secondary{
	display: table-cell;
}

#content.internal #secondary a{
	color: #c15932;
}

#content.internal #secondary .read-more{
	padding: 20px 0px;
}

#content.internal .achievements img {
	float: left;
	width: 50%;
	/*margin: 0px 1px 1px 0px;*/
}

#content.internal .achievements img:nth-child(1),
#content.internal .achievements img:nth-child(2),
#content.internal .achievements img:nth-child(3){
	/*width: 49%;
	margin-right: 0 !important;*/
}

#content.internal .achievements:after{
	content: "";
	display: block;
	clear: both;
}

.sidebar-wrapper{
	margin-top: 0;
	margin-left: 15px;
}

.sidebar-wrapper .blocks{
	width: 100%;
	padding: 35px 20px;
	margin-bottom: 15px;
	background: #ffffff;
	border: 1px solid #deedee;
}

.sidebar-wrapper .blocks.middle-block{
	background: #deedee;
}

.blocks.top-block #blog-three-features{
	float: none;
}

.sidebar-wrapper .blocks.bottom-block{
	text-align: center;
}

.sidebar-wrapper .block-header{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #eb7d28;
	padding-bottom: 35px;
	margin-bottom: 10px;
}

.sidebar-wrapper .block-header-form{
	padding-bottom: 0px;
	font-size: 25px;
}
.sidebar-wrapper .blocks-form{
	padding: 35px 20px 0px 20px;
}

.sidebar-wrapper .block-header .text-highlight{
	color: #eb7d28;
}

.sidebar-wrapper .contact-us .form-group {
	width: 100%;
	margin-right: 0px !important;
}

.sidebar-wrapper .contact-us .form-group input[type=text] {
	border: 1px solid #b9c4cd;
}

.sidebar-wrapper .contact-us .form-submit .submit {
	width: 100%;
}

.sidebar-wrapper .blocks.middle-block .client-details-testimonial{
	padding-bottom: 20px;
}

.sidebar-wrapper .blocks.middle-block .client-details{
	font-size: 14px;
	padding-bottom: 20px;
}

.sidebar-wrapper .blocks.middle-block .client-thumbnail,

.sidebar-wrapper .blocks.middle-block .client-info{	

	display: inline-block;
	vertical-align: middle;
}

.sidebar-wrapper .blocks.middle-block .client-info{	

	padding-left: 10px;
}

.sidebar-wrapper .blocks.middle-block .client-thumbnail img{
	border-radius: 100%;
	border: 3px solid #fff;
	display: block;
}

.sidebar-wrapper .blocks.middle-block .client-testimonial{
	font-size: 16px;
}

.sidebar-wrapper .blocks.middle-block .write-testimonial{
	text-align: center;
}

.sidebar-wrapper .blocks.middle-block .testimonial-btn{	

    padding: 13px 25px 13px 50px;
    line-height: 1;
    background: url("img/testimonial-icon.png") 7% center no-repeat #e67127;
    font-size: 18px;
    border: 1px solid #c55b17;
    border-radius: 3px;
    color: #fff!important;
}

.sidebar-wrapper .blocks.middle-block .testimonial-btn:hover{
	background-color: #833704;
}

.sidebar-wrapper .blocks.bottom-block .ebook-text{
	color: #394b5c;
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 35px;
}

.sidebar-wrapper .blocks.bottom-block .get-ebook-btn{
    padding: 13px 25px;
    line-height: 1;
    background: #e67127;
    font-size: 18px;
    border: 1px solid #c55b17;
    border-radius: 3px;
    width: 100%;
    color: #fff!important;
}

.sidebar-wrapper .blocks.bottom-block .get-ebook-btn:hover{
	background-color: #833704;
}

.footer-block{
}

.footer-block.top{
	background: #deedee;
	padding: 40px 0px 50px 0px;
}

.footer-block.top .container{
	width: 1100px;
	margin: 0px auto;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-block.top .block-header{
	font-size: 60px;
	text-align: center;
	font-weight: lighter;
	color: #646464;
}

.footer-block.top .block-secondary-header{
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	color: #e67127;
}

.footer-block.top .blog-posts{
	display: block;
	font-size: 0px;
	padding-top: 75px;
	padding-bottom: 15px;
	padding-bottom: 34px;
}

.footer-block.top .single-blog-post{
	display: inline-block;	

	margin-right: 40px;
	font-size: 16px;
	width: 320px;
	vertical-align: top;
}

.footer-block.top .single-blog-post:last-child{
	margin-right: 0px;
}

.footer-block.top .blog-post-thumbnail{
	position: relative;
}

.footer-block.top .blog-post-thumbnail img{
	display: block;
	position: relative;	

    min-height: 100px;
}

.footer-block.top .blog-post-thumbnail img{
	display: block;	

    min-height: 100px;
}

.footer-block.top .blog-post-title{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: rgba(201, 91, 40, 0.9);
	text-shadow: 0px 1px 5px rgba(0, 0, 0, .4);
	padding: 12px 20px;
	min-height: 80px;
	width: 100%;
	text-align: center;
}

.footer-block.top .blog-post-details p{
	font-size: 16px;
	color: #808080;
	padding-left: 2px;
	padding-right: 2px;
}

.footer-block.top .read-blogs-block{
	text-align: center;
}

.footer-block.middle{
	background: url("img/connect-with-us.png") center center no-repeat #F4F7F9;
	background: url("img/connect-with-us.png") top center no-repeat #F4F7F9;
	padding: 60px 0px;
	background-color: #0e5388;
}

.footer-block.middle .container{
	width: 1100px;
	height: 238px;
	margin: 0px auto;
	color: #fff;
	text-align: center;
}

.footer-block.middle .block-header{
	font-size: 36px;
	font-weight: bold;
	text-shadow: 1px 1px 5px #000;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.footer-block.middle p{
	font-size: 18px;
	font-weight: lighter;
}

.footer-block.middle .connect-with-us{
	color: #fff;
	padding: 20px 35px;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 60px;
	box-shadow: 0px 1px 3px #000;
	text-transform: uppercase;   

	display: inline-block;
	line-height: 1;
	background: url("img/phone-icon.png") 12% center no-repeat #c55929; 

	background: url("img/phone-icon.png") 12% center no-repeat #e67127; 

}

.footer-block.middle .connect-with-us.partner-with-us{
	background: url("img/partners-icon.png") 7% center no-repeat #e67127; 

}

.footer-block.middle .connect-with-us:hover{
	background-color: #833704;
}

.footer-block.middle .go-to-top{
	color: #fff;
	padding: 20px 35px;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 60px;
	box-shadow: 0px 1px 3px #000;
	text-transform: uppercase;   

	display: inline-block;
	line-height: 1;
	background: url("img/go-back-to-top-icon.png") 12% center no-repeat #c55929; 

	background: url("img/go-back-to-top-icon.png") 12% center no-repeat #e67127; 

}

.footer-block.middle .go-to-top.partner-with-us{
	background: url("img/partners-icon.png") 7% center no-repeat #e67127; 

}

.footer-block.middle .go-to-top:hover{
	background-color: #833704;
}

.footer-block.bottom{
	background: #d15b28;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.footer-block.bottom .container{
	width: 1100px;
	margin: 0px auto;
	text-align: center;
}

.footer-block.bottom .top .container{
	padding-top: 60px;
	padding-bottom: 20px;
}

.footer-block.bottom .bottom .container{
	text-align: initial;
	padding-top: 10px;
	padding-bottom: 50px;
}

.footer-block.bottom .top .social-icons-group{
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-block.bottom .top .social-icons-header{
	text-transform: uppercase;
}

.footer-block.bottom .top .social-icons{
	padding-top: 10px;
}

.footer-block.bottom .top .social-icons a{
	display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.footer-block.bottom .top .social-icons a:last-child{
	margin-right: 0px;
}

.footer-block.bottom .top .social-icon{
	width: 46px;
	height: 46px;
	display: block;
	background-image: url("img/social-icons-all.png");
	background-repeat: no-repeat;
	transition: all 0.5s ease-in-out;
}

.footer-block.bottom .top .social-icon:hover{
	transform: rotate(360deg);
}

.footer-block.bottom .top .social-icon.facebook{
	background-position: 0% 0%;
}

.footer-block.bottom .top .social-icon.twitter{
	background-position: -67px 0px;
}

.footer-block.bottom .top .social-icon.g-plus{
	background-position: -133px 0px;
}

.footer-block.bottom .top .social-icon.linkedin{
	background-position: -200px 0px;
}

.footer-block.bottom .top .social-icon.youtube{
	background-position: -266px 0px;
}

.footer-block.bottom .top .social-icon.pinterest{
	background-position: -332px 0px;
}

.footer-block.bottom .top .social-icon.rss{
	background-position: -397px 0px;
}

.footer-block.bottom .top .company-info a{
	color: #fff;
}

.footer-block.bottom .top .company-info a:hover{
	color: #0E5388;
}

.phone {
	text-decoration:underline;
}

.footer-block.bottom .middle{
	background: #a5451c;
}

.footer-block.bottom .middle .container{
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
}

.footer-block.bottom .middle .newsletter-subscribe{
	font-size: 0px;
}

.footer-block.bottom .middle .news-letter{
	width: 24px;
	height: 18px;    

	display: inline-block;
	margin-right: 20px;
	margin-bottom: -4px;
	background: url("img/news-letter.png") center center no-repeat;
}

.footer-block.bottom .middle .news-sub-input{
	padding: 5px 8px;
	font-size: 14px;
    border: none!important;
    border-radius: 0px!important;
	outline: none!important;
	display: inline-block;
	margin-right: 3px;
	margin-top: 5px;
}

.footer-block.bottom .middle .news-sub-input.error {
	background: #FFDFDF;
}

.footer-block.bottom .middle .news-sub-input::-webkit-input-placeholder{
	color: #666666;
}

.footer-block.bottom .middle .news-sub-input::-moz-placeholder{
	color: #666666;
}

.footer-block.bottom .middle .news-sub-input::-ms-input-placeholder{
	color: #666666;
}

.footer-block.bottom .middle  .news-sub-submit{
	border: none!important;
	padding: 9px 8px 8px 8px;
	margin-left:2px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
    box-shadow: none!important;
    outline: none!important;
    text-shadow: none!important;
    border: none!important;
    border-radius: 0px!important;
    background-color: #d15b28!important;
}

.footer-block.bottom .bottom{
}

.footer-block.bottom .bottom #secondary-menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 0px;
	display: block;
}

.footer-block.bottom .bottom #secondary-menu li{
	display: inline-block;
}

.footer-block.bottom .bottom #secondary-menu li a{
	color: #fff;
	padding: 12px 15px;
	font-size: 16px;
	display: block;
	position: relative;
}

.footer-block.bottom .bottom #secondary-menu li a:before,

.footer-block.bottom .bottom #secondary-menu li a:after{
	width: 0%;
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	padding: 1px 0px;
	background: #fff;
	transition: all .1s ease-in-out;
}

.footer-block.bottom .bottom #secondary-menu li a:before{
	right: 50%;
	border-radius: 10px 0px 0px 10px;
}

.footer-block.bottom .bottom #secondary-menu li a:after{	

	left: 50%;	

	border-radius: 0px 10px 10px 0px;
}

.footer-block.bottom .bottom #secondary-menu li a:hover:before,

.footer-block.bottom .bottom #secondary-menu li a:hover:after{
	width: 50%;
}

.footer-block.bottom .bottom #secondary-menu li a:active:before,

.footer-block.bottom .bottom #secondary-menu li a:active:after{
	padding: 2px 0px;
}

.footer-block.bottom .bottom #secondary-menu li:first-child a{
	padding-left: 0px;
}

.footer-block.bottom .bottom #secondary-menu li:last-child a{
	padding-right: 0px;
	/* padding-right: 0px; */

}

.footer-block.bottom .bottom .user-auth-demo-req{
	display: block;
	font-size: 0px;
}

.footer-block.bottom .bottom .user{
	display: inline-block;
	margin-left: 10px;
}

.footer-block.bottom .bottom .user:first-child{
	margin-left: 0px;
}

.footer-block.bottom .bottom .user-btn{	

	border-color: #fff;
	color: #fff;
}

.footer-block.bottom .bottom .privacy-policy{
	padding-top: 20px;
	font-size: 12px;
	font-weight: lighter;
}

.scroll-top{
	width: 40px;
	height: 40px;
	border: 3px solid #fff;
	border-radius: 50px;
    cursor: pointer;
    position: fixed;
    bottom: 8px;
    right: 8px;
    background-color: #0E5388;
    text-align: center;
    display: none !important;
	transition: box-shadow .2s ease-out;
}

.scroll-icon{
    width: 7px;
    height: 70%;
    background: #D15B29;
    display: block;
    margin: 0px auto;
    margin-top: 15%;
    border-radius: 5px;
    position: relative;
    transition: background 0.2s ease-in-out;
}

.scroll-icon:before, 

.scroll-icon:after{
	position: absolute;
	width: 5px;
	height: 15px;
	left: -5px;
	top: 0px;
	content: '';
	display: block;
	background: #D15B29;
	border-radius: 5px;
	transform: rotate(45deg);
    transition: background 0.2s ease-in-out;
}

.scroll-icon:after{
	left: 7px;
	transform: rotate(-45deg);
}

.scroll-top:hover .scroll-icon,

.scroll-top:hover .scroll-icon:before,

.scroll-top:hover .scroll-icon:after{
	background: #fff;
}

#pricing-list{
	background: #f4f7fa;
}

#pricing-list .container{
	width: 1100px;
	margin: 0px auto;
	line-height: 1;
	padding: 30px 60px 60px 50px;
	padding: 30px 50px 60px 50px;
}

#pricing-list .price-row{
	display: table;
	width: 100%;
	overflow: hidden;
}

#pricing-list .price-left{
	width: 36%;
	max-width: 36%;
	width: 29.2%;
	max-width: 29.2%;
	display: inline-block;
	vertical-align: top;
	float: left;
}

#pricing-list .price-right{
	width: 70%;
	max-width: 70%;
	display: inline-block;
	vertical-align: top;
	float: right;
}

#pricing-list .price-blocks-holder{
	width: 100%;
	font-size: 0px;
	display: block;
}

#pricing-list .price-blocks-holder .price-block{
	width: 48.5%;
	display: inline-block;
	margin-right: 2%;
	width: 70%;
	max-width: 70%;
	margin-left: .6%;
	display: inline-block;
	vertical-align: top;
	float: left;
	position: relative;
}

#pricing-list .price-blocks-holder .price-block span.addon{
	display: block;
	transform: translateY(5px);
}

#pricing-list .empty-cell{
	width: 100%;
	height: 100%;
	display: block;
}

#pricing-list .price-blocks-holder{
	width: 100%;
	font-size: 0px;
	display: block;	

}

#pricing-list .price-blocks-holder .price-block{
	width: 48.5%;
	display: inline-block;
	margin-right: .42%;
	text-align: center;	

	vertical-align: top;
}

#pricing-list .price-blocks-holder .price-block:last-child{	

	margin-right: 0px;
}

#pricing-list .service-type-holder .service-type{
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#pricing-list .service-type-holder .service-type.core{
	background-image: url("img/pricing-core.png");	

}

#pricing-list .service-type-holder .service-type.deluxe{
	background-image: url("img/pricing-deluxe.png");	

}

#pricing-list .service-type-holder .service-type.premium{
	background-image: url("img/pricing-premium.png");	

}

#pricing-list .service-type-holder .service-type.professional{
	background-image: url("img/pricing-professional.png");	

}

#pricing-list .service-type-holder .service-header{
	font-weight: bold;
	font-size: 22px;
}

#pricing-list .service-type-holder .service-type.realtime{
	background-image: url("img/pricing-realtime.png");	

}

#pricing-list .service-type-holder .service-header{
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 20px;
}

#pricing-list .service-type-holder .deluxe .service-header{
	text-shadow: 1px 1px 1px #447e38;
}

#pricing-list .service-type-holder .premium .service-header{
	text-shadow: 1px 1px 1px #b18306;
}

#pricing-list .service-type-holder .professional .service-header{
	text-shadow: 1px 1px 1px #d28307;
}

#pricing-list .service-type-holder .service-price{
	padding-top: 40px;
	padding-bottom: 20px;
	min-height:136px;
}

#pricing-list .service-type-holder .price-range{
	margin-bottom: 10px;
	font-size: 51px;
	font-size: 48px;
	font-weight: bold;
	display: block;
}

#pricing-list .service-type-holder .price-range .symbal{
	font-size: 34px;
	display: inline-block;
	vertical-align: 5px;
}

#pricing-list .service-type-holder .core .price-range{
	color: #26a3ae;
}

#pricing-list .service-type-holder .deluxe .price-range{
	color: #5a9a4d;
}

#pricing-list .service-type-holder .premium .price-range{
	color: #ebb72c;
}

#pricing-list .service-type-holder .professional .price-range{
	color: #f69b0c;
}

#pricing-list .service-type-holder .realtime .price-range{
	color: #eb8230;
}

#pricing-list .service-type-holder .price-cost{
	color: #0e5388;
	font-size: 18px;
	font-weight: bold;
}

#pricing-list .price-table-header{
	background: #0e5388;
}

#pricing-list .price-header-name,
#pricing-list .price-header-pricing {
	padding: 17px 23px;
}

.price-center.price-header-pricing {
	
	text-align: right;
	padding: 20px 30px;
	
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}

#pricing-list .price-header-name, 
#pricing-list .price-header-pricing {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
}

#pricing-list .feature-type-holder .header-type{
	padding-top: 17px;
	padding-bottom: 17px;
	background-size: 100% 100%;
	background-position: top right;
	background-repeat: no-repeat;
}

#pricing-list .feature-type-holder .header-type.core{
	background-image: url("img/header-core.png");
}

#pricing-list .feature-type-holder .header-type.deluxe{
	background-image: url("img/header-deluxe.png");
}

#pricing-list .feature-type-holder .header-type.premium{
	background-image: url("img/header-premium.png");
}

#pricing-list .feature-type-holder .header-type.professional{
	background-image: url("img/header-professional.png");
}

#pricing-list .feature-type-holder .header-type.realtime{
	background-image: url("img/header-realtime.png");
}

#pricing-list .price-table-header-below{
}

#pricing-list .feature-type-below-holder .header-below-type{	

	height: 10px;
	background: url("img/header-below.png") top center no-repeat;	

    background-size: 100% 100%;
}

#pricing-list .feature-name{
	font-size: 18px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	min-height: 52px;
	padding: 17px 20px;
	color: #0e5388;
	position: relative;
}

#pricing-list .feature-name:after{
	content: '';
	position: absolute;
	display: table-cell;
	top: 100%;
	bottom: -100%;
	left: 0px;
	right: 0px;
	width: 100%;
}

#pricing-list .price-table .price-row.price-table-data:nth-child(odd) .feature-name,

#pricing-list .price-table .price-row.price-table-data:nth-child(odd) .feature-name:after{
	background: #e5ecf4;
}

#pricing-list .price-table .price-row.price-table-data:nth-child(even) .feature-name,

#pricing-list .price-table .price-row.price-table-data:nth-child(even) .feature-name:after{
	background: #d9e5f0;
}

#pricing-list .feature-name .feature-sub{
	font-size: 13px;
	font-weight: normal;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

#pricing-list .feature-availability-holder .feature-check{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 11px 0px 8px 0px;
	min-height: 52px;
	color: #0e5388;
    background-size: 100% 100%;
	background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

#pricing-list .price-table .price-row.price-table-data{
	margin-bottom: 2px;
}

#pricing-list .price-table .price-row.price-table-data:last-child{
	margin-bottom: 0px;
}

#pricing-list .price-table .price-row.price-table-data:nth-child(odd) .feature-check.deluxe{
	background-image: url("img/feature-deluxe-odd.png");
}

#pricing-list .price-table .price-row.price-table-data:nth-child(even) .feature-check.deluxe{
	background-image: url("img/feature-deluxe-even.png");
}

#pricing-list .price-table .price-row.price-table-data:nth-child(odd) .feature-check.premium{
	background-image: url("img/feature-premium-odd.png");
}

#pricing-list .price-table .price-row.price-table-data:nth-child(even) .feature-check.premium{
	background-image: url("img/feature-premium-even.png");
}

#pricing-list .price-table .price-row.price-table-data:nth-child(odd) .feature-check.professional{
	background-image: url("img/feature-professional-odd.png");
}

#pricing-list .price-table .price-row.price-table-data:nth-child(even) .feature-check.professional{
	background-image: url("img/feature-professional-even.png");
}

#pricing-list .price-table .price-row.price-table-data .feature-check:after{
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
	background-position: top center;
    background-repeat: no-repeat;
}

#pricing-list .price-table .price-row.price-table-data:nth-child(odd) .feature-check.core,

#pricing-list .price-table .price-row.price-table-data:nth-child(odd) .feature-check.core:after{
	background-image: url("img/feature-core-odd.png");
	background-color: #b3eff4;
}

#pricing-list .price-table .price-row.price-table-data:nth-child(even) .feature-check.core,

#pricing-list .price-table .price-row.price-table-data:nth-child(even) .feature-check.core:after{
	background-image: url("img/feature-core-even.png");
	background-color: #96eaf1;
}

#pricing-list .price-table .price-row.price-table-data:nth-child(odd) .feature-check.deluxe,

#pricing-list .price-table .price-row.price-table-data:nth-child(odd) .feature-check.deluxe:after{
	background-image: url("img/feature-deluxe-odd.png");
	background-color: #D8F4D3;
}

#pricing-list .price-table .price-row.price-table-data:nth-child(even) .feature-check.deluxe,

#pricing-list .price-table .price-row.price-table-data:nth-child(even) .feature-check.deluxe:after{
	background-image: url("img/feature-deluxe-even.png");
	background-color: #CDEBCD;
}

#pricing-list .price-table .price-row.price-table-data:nth-child(odd) .feature-check.premium,

#pricing-list .price-table .price-row.price-table-data:nth-child(odd) .feature-check.premium:after{
	background-image: url("img/feature-premium-odd.png");
	background-color: #F6F4C9;
}

#pricing-list .price-table .price-row.price-table-data:nth-child(even) .feature-check.premium,

#pricing-list .price-table .price-row.price-table-data:nth-child(even) .feature-check.premium:after{
	background-image: url("img/feature-premium-even.png");
	background-color: #EEECBE;
}

#pricing-list .price-table .price-row.price-table-data:nth-child(odd) .feature-check.professional,

#pricing-list .price-table .price-row.price-table-data:nth-child(odd) .feature-check.professional:after{
	background-image: url("img/feature-professional-odd.png");
	background-color: #FFE4BA;
}

#pricing-list .price-table .price-row.price-table-data:nth-child(even) .feature-check.professional,

#pricing-list .price-table .price-row.price-table-data:nth-child(even) .feature-check.professional:after{
	background-image: url("img/feature-professional-even.png");
	background-color: #FADDB0;
}

#pricing-list .price-table .price-row.price-table-data:nth-child(odd) .feature-check.realtime,

#pricing-list .price-table .price-row.price-table-data:nth-child(odd) .feature-check.realtime:after{
	background-image: url("img/feature-realtime-odd.png");
	background-color: #ffcc9f;
}

#pricing-list .price-table .price-row.price-table-data:nth-child(even) .feature-check.realtime,

#pricing-list .price-table .price-row.price-table-data:nth-child(even) .feature-check.realtime:after{
	background-image: url("img/feature-realtime-even.png");
	background-color: #f2c297;
}

#pricing-list .feature-availability-holder .feature-available{
	width: 32px;
	height: 28px;
	display: inline-block;
}

#pricing-list .feature-availability-holder .deluxe .feature-availabile{
	background: url("img/feature-deluxe-available.png") right center no-repeat;
}

#pricing-list .feature-availability-holder .premium .feature-availabile{
	background: url("img/feature-premium-available.png") right center no-repeat;
}

#pricing-list .feature-availability-holder .professional .feature-availabile{
	background: url("img/feature-professional-available.png") right center no-repeat;
}

#pricing-list .feature-availability-holder .feature-not-availabile,

#pricing-list .feature-availability-holder .core .feature-available{
	background: url("img/feature-core-available.png") right center no-repeat;
}

#pricing-list .feature-availability-holder .deluxe .feature-available{
	background: url("img/feature-deluxe-available.png") right center no-repeat;
}

#pricing-list .feature-availability-holder .premium .feature-available{
	background: url("img/feature-premium-available.png") right center no-repeat;
}

#pricing-list .feature-availability-holder .professional .feature-available{
	background: url("img/feature-professional-available.png") right center no-repeat;
}

#pricing-list .feature-availability-holder .feature-not-available{
	padding-top: 6px;
    padding-bottom: 6px;
    vertical-align: middle;
    display: inline-block;
}

#pricing-list .feature-availability-holder .feature-coming-soon{
	padding-top: 6px;
    padding-bottom: 6px;
    vertical-align: middle;
    display: inline-block;
}

#pricing-list .feature-availability-holder .feature-price-block{
	padding-top: 6px;
    padding-bottom: 6px;
    vertical-align: middle;
    display: block;
    margin-bottom: 25px;
}

#pricing-list .feature-availability-holder .feature-price-block:last-child{
	margin-bottom: 0px;
}

#pricing-list .spacer{
	width: 100%;
	height: 7px;
	height: 20px;
	display: block;
}

#pricing-list .order-type-holder .order-now{
	padding: 25px 0px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;	

    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#pricing-list .order-type-holder .order-now.deluxe{
	background-image: url("img/order-deluxe.png");
}

#pricing-list .order-type-holder .order-now.premium{
	background-image: url("img/order-premium.png");
}

#pricing-list .order-type-holder .order-now.professional{
	background-image: url("img/order-professional.png");
}

#pricing-list .order-now .order-header{
	font-size: 21px;
    position: relative;
}

#pricing-list .order-type-holder .order-now:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;	

}

#pricing-list .order-type-holder .order-now.core,

#pricing-list .order-type-holder .order-now.core:after{
	background-image: url("img/order-core.png");
}

#pricing-list .order-type-holder .order-now.deluxe,

#pricing-list .order-type-holder .order-now.deluxe:after{
	background-image: url("img/order-deluxe.png");
}

#pricing-list .order-type-holder .order-now.premium,

#pricing-list .order-type-holder .order-now.premium:after{
	background-image: url("img/order-premium.png");
}

#pricing-list .order-type-holder .order-now.professional,

#pricing-list .order-type-holder .order-now.professional:after{
	background-image: url("img/order-professional.png");
}

#pricing-list .order-type-holder .order-now.realtime,

#pricing-list .order-type-holder .order-now.realtime:after{
	background-image: url("img/order-realtime.png");
}

#pricing-list .order-now .order-header{
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}

#pricing-list .order-now.core .order-header{
	text-shadow: 2px 1px 0px #248e96;
}

#pricing-list .order-now.deluxe .order-header{
	text-shadow: 2px 1px 0px #447e38;
}

#pricing-list .order-now.premium .order-header{
	text-shadow: 2px 1px 0px #b18306;
}

#pricing-list .order-now.professional .order-header{
	text-shadow: 2px 1px 0px #d28307;
}

#pricing-list .order-now.realtime .order-header{
	text-shadow: 2px 1px 0px #d28307;
}

#pricing-list .order-now .order-type{
	font-size: 14px;
}

#pricing-list .order-now.core .order-type{
	color: #13848e;
	text-shadow: 1px 1px 0px #69d5de;
}

#pricing-list .order-now.deluxe .order-type{
	color: #447e38;
	text-shadow: 1px 1px 0px #74b866;
}

#pricing-list .order-now.premium .order-type{
	color: #b18306;
	text-shadow: 1px 1px 0px #ffcd48;
}

#pricing-list .order-now.professional .order-type{
	color: #9f6100;
	text-shadow: 1px 1px 0px #ffc467;
}

#pricing-list .order-now.realtime .order-type{
	color: #a56705;
	text-shadow: 1px 1px 0px #ffc467;
}

.pricing-scroller{
	display: none;
}

/* products pages */

.main-content .custom-products{
	background: #fff;
    text-align: center;
}

.main-content .blocks.first .block-main.custom-products .container{
	padding-top: 40px;
	padding-bottom: 40px;
}

.main-content .custom-products .products-header{
	color: #394b5c;
	font-size: 24px;
	font-weight: bold;
}

.main-content .custom-products .products-info-holder{
	font-size: 0px;
}

.main-content .custom-products .product-type{
	padding-top: 35px;
	padding-bottom: 35px;
	width: 31.5%;
	margin-right: 1.5%;
	display: inline-block;
	vertical-align: top;
}

.main-content .custom-products .product-title{
    font-size: 24px;
    color: #0e5388;
    font-weight: bold;	

    margin-top: 25px;
}

.main-content .custom-products .product-description{
	padding: 15px 20px 25px 20px;
	font-size: 16px;
	color: #394b5c;
	font-weight: normal;
}

.main-content .custom-products .custom-product-req{
	width: 100%;
}

.main-content .custom-products .product-req{
	width: 75%;
	font-size: 25px;
	background-color:#e67127;
	color:#fff;
}

.balnk-section{
	display: none;
}

#vertical-section{
	display: block;
}

.vertical-wrapper-top{
	background-color: white;
}

.vertical-wrapper-bottom{
	background-color: #d8efff;
	
	padding-bottom: 1px;
	padding-top: 1px;
}

.site-list-content{
	font-size: 20px;
	padding: 20px 10px 5px 10px;
}

.site-list-heading{
	display: block;
	font-size: 24px;
	padding: 2px 10px 27px 10px;
}

#vertical-section .vertical-table ul li {
    color: #0e5388;
    float: left;
    width: 48%;
    list-style: none;
    text-align: center;
    padding: 20px 20px;
    font-size: 18px;
    background-color: #e8e8e8;
    margin-right: 10px;
}

#vertical-section .vertical-table ul li a {
    color: #0e5388;
    

}

#vertical-section .vertical-table ul li:nth-child(2) {
    width: 48%;
    overflow: hidden;
    float: right;
    text-align: left;
    min-height: 94px;
    /*font-size: 24px;*/

    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    padding: 26px 10px;
    margin: 13px 0px 13px 10px;
    background-color: white;
}

.vertical-row img{
	width: 94%;
}

.vertical-table{
	width: 100%;
    margin: 0px auto;
    display: table;
    /*background-color: #d8efff;*/

    padding: 5px 20px;
}

.vertical-table-child-verticals{
	width: 100%;
    margin: 0px auto;
    display: table;
    opacity: 0.75;
}

.vertical-column{
	width:100%;
}

.vertical-row{
	width: 100%;
    /* margin-left: -10px; */

    display: inline-block;
    padding: 0px 15px;
    margin: 8px 0px;
}

.vertical-row-child-verticals{
	width: 20%;
    display: inline-block;
    padding: 0px 15px;
    margin: 8px 0px;
}

@media (max-width: 763px) {
	.vertical-row-child-verticals{
		width: 50%;
	}

	.template-product-child-vertical #vertical-section .vertical-list ul li {
		width: 80% !important;
	}
}

.vertical-table ul li{
	width: 50%;
}

.vertical-list{
	display: block;
}

.vertical-list .heading{
	font-size: 24px;
    padding: 55px 20px 0px 20px;
    margin-top: 54px;
}

#vertical-section .vertical-list ul li{
	list-style: initial;
    width: 22%;
    text-align: left;
    /*background-color: white;*/

    padding: 5px 5px;
    margin: 5px 5px;
    list-style: none;
    display: inline-table;
    text-align: center;
    display: -moz-inline-stack;
}

.template-product-child-vertical #vertical-section .vertical-list ul li{
	list-style: initial;
    width: 18%;
    text-align: left;
    /*background-color: white;*/

    padding: 5px 5px;
    margin: 5px 5px;
    list-style: none;
    display: inline-table;
    text-align: center;
    display: -moz-inline-stack;
}

#vertical-section .vertical-list ul {
    /*background-color: #d8efff;*/

    display: block;
    width: 100%;
    padding: 0px 59px;
    margin-left: 0px;
}

#vertical-section .vertical-list ul li img{
	list-style: none;
	height: auto;
	width: 172px;
	padding: 20px 20px;
}

@media (max-width: 1024px) {
	#vertical-section .vertical-list ul li img{
		max-width: none;
	}
}


#vertical-section .vertical-list ul li .health-benefited{
    width: 100%;
    text-align: center;
    font-size: 17px;
}

.vertical-footer{
	margin-bottom: 80px;
	display: block;
}

.vertical-button{
	color: #fff;
    padding: 20px 49px;
    font-size: 25px;
    background: #e67127;
    border: 2px solid #c65813;
    border-radius: 2px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    margin-bottom: 30px;
}

.vertical-button:hover,

.vertical-button:active{
    background: #833704;
    border-color: #833704;
}

.vertical-button:hover{
    background-color: #833704;
    border-color: #833704;
}

.vertical-button:active,

.vertical-button:focus{
	background-color: #D85F13;
    border-color: #CC7239;
}

#content.template-product-child #vertical-section .vertical-bottom-right a,
#content.template-product-child-vertical #vertical-section .vertical-bottom-right a {
	color: white;
	text-decoration: none;
}

.main-content .block-features{
	background: #ecf2f6;
}

.main-content .block-features .features-holder{
	font-size: 0px;
}

.main-content .block-features .feature{
	padding-top: 30px;
	padding-bottom: 25px;
	width: 24%;
	margin-right: 1%;
	text-align: center;
	display: inline-block;	

    vertical-align: top;
}

.main-content .block-features .feature-title{
	color: #0e5388;
	font-size: 24px;
	margin-top: 30px;
	font-weight: bold;
}

.main-content .block-user-support .user-support-holder {
	font-size: 0px;
	text-align:center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px 0;
}

.main-content .block-user-support .user-support {
    margin: 5px 1%;
    display: inline-block;
    background: #e77127;
    vertical-align: top;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    border: 4px solid #d15b29;
    vertical-align: top;
	text-align: center;
	flex: 0 1 calc( 100% / 4 );
}
.main-content .block-user-support .user-support a {
	display: block;
	padding: 40px;
}

.main-content .block-user-support .support-title{
	color: #fff;
	margin-top: 40px;
	font-size: 24px;
	font-weight: normal;
}

.main-content .block-products-testimonials{
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	background: url("img/products-testimonial-bg.png") center 65% no-repeat;
}

.main-content .block-products-testimonials .main-header{
	color: #e67127;
	font-size: 36px;
	font-weight: bold;
	text-align: center; 

}

.main-content .block-products-testimonials .client-details-testimonial{
	vertical-align: top;	

    max-width: 31.5%!important;
    margin-right: 1.5%!important;
}

.main-content .block-products-testimonials .client-details-testimonial:last-child{
	margin-right: 0px!important;
}

.main-content .block-products-testimonials .client-details{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 25px;
}

.main-content .block-products-testimonials .read-more{
	padding: 10px 0px;
}

.main-content .block-products-testimonials .read-more a{
	color: #c15932;
	font-size: 14px;
}

.main-content .block-products-testimonials .client-info{
	padding-left: 0px!important;
	text-align: left!important;
	padding-top: 35px;
}

.main-content .client-name,

.main-content .client-sub-info{
    display: block;
    line-height: 0;
}

.main-content .block-products-testimonials .client-name{
	color: #d15b29;
	font-weight: bold;
}

.main-content .block-products-testimonials .client-sub-info{
	font-size: 14px;	

    display: block;
    line-height: 0;
}

/* testimonials page */

#primary .easy_t_single_testimonial {
	border-bottom: 1px solid #0e5388;
}

.easy_t_single_testimonial .testimonial-client {
    margin-bottom: 10px;
	font-weight: bold;
}

.easy_t_single_testimonial span.stars span {
	color: gold;
}

#secondary blockquote.easy_testimonial {
	margin: 0px;
	padding: 0px 15px;
}

#secondary blockquote.easy_testimonial .testimonial_body p {
	margin: 0px 0px 10px;
}

/* duplicate checker and mobile friendly pages */

#WP_Mobile_Tester_Form #domain {
	width: 50%;
    padding: 6px;
}

#LSSDC_fields input {
    border-radius: 3px;
    height: auto;
}

.LSSDC_results .LSSDC_btn, #LSSDC_fields .LSSDC_btn {
	border-radius: 3px;
}

/**

 *	Custom Templates

 */

body.page-template-template-product-child #content.internal,

body.page-template-template-product-child-lp #content.internal,

body.page-template-template-product-child-vertical #content.internal,

body.page-template-template-scalable-agency-services #content.internal,

body.page-template-template-agency-partners #content.internal,

body.page-template-template-local-business-seal #content.internal {
	background:none;
}

body.page-template-template-product-child #content.internal .internal-container,

body.page-template-template-product-child-lp #content.internal .internal-container,

body.page-template-template-product-child-vertical #content.internal .internal-container,

body.page-template-template-scalable-agency-services #content.internal .internal-container,

body.page-template-template-agency-partners #content.internal .internal-container,

body.page-template-template-local-business-seal #content.internal .internal-container {
	width:100%;
	padding:0 0;
}

body.page-template-page-partners .container,

body.page-template-template-product-child .container, 

body.page-template-template-product-child-lp .container,

body.page-template-template-product-child-vertical .container,

body.page-template-template-scalable-agency-services .container,

body.page-template-template-agency-partners .container,

body.page-template-template-local-business-seal .container,

body.page-template-template-advMobile .container,
body.page-template-template-wmlpm .container,
body.page-template-template-wmlpm-thanks .container {
	width: 1100px;
    margin: 0px auto;
    padding-left: 60px;
    padding-right: 60px;
    text-align:center;
}

body.page-template-template-scalable-agency-services .container{
	padding-left: 15px;
    padding-right: 15px;
}

body.page-template-template-product-child .banner,

body.page-template-template-product-child-lp .banner,

body.page-template-template-scalable-agency-services .banner,

body.page-template-template-agency-partners .banner,

body.page-template-template-local-business-seal .banner,

body.page-template-template-advMobile .banner,

body.page-template-template-wmlpm .banner,
body.page-template-template-wmlpm-thanks .banner,

body.page-id-25 .banner, header#masthead .banner.internal {
	line-height:1.231;
	height:221px;
	padding:52px 0 0;
	background:url('img/banner-product-child-background.jpg');
	background-position:center center;
	background-repeat:repeat-x;
}

@media (min-width: 1023px) {
body.page-template-template-product-child-vertical .banner {
	line-height:1.231;
	height:221px;
	padding:32px 0 0;
	background:url('img/banner-product-child-background.jpg');
	background-position:center bottom;
	background-repeat:repeat-x;
}
}

#heading-banner.container {
	width: 1200px;
    margin: 0px auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align:center;
    font-weight:700;
}

#heading-banner.container .main-heading {
	font-size:59.62px;
	color:#eb7d28;
	display:inline;
}

#heading-banner.container .main-subheading {
	color:#0c5489;
	font-size:29.81px;
}

#product-menu-section.content-wrapper .container {
	width:1200px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#page-menu-section.content-wrapper .container {
	/*width:1200px;*/

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	/*padding-left: 72px;
    padding-right: 69px;*/

}

nav#products-page-nav {
	margin-top: 21px;
	margin-bottom:30px;
	font-weight: bold;
}

.page-id-11 #products-page-nav, .page-id-13 #products-page-nav, .page-id-17 #products-page-nav, .page-id-19 #products-page-nav, .page-id-23 #products-page-nav, .page-id-3813 #products-page-nav, .page-id-3327 #products-page-nav {
	display: none;
}

.page-id-3456 #products-page-nav,.page-id-3147 #products-page-nav,.page-id-3145 #products-page-nav,.page-id-3459 #products-page-nav,.page-id-4102 #products-page-nav,.page-id-3803 #products-page-nav {
	margin-top: 21px;
	font-weight: bold;
	/*margin-left: 73px;*/
}

.page-id-25 #products-page-nav,.page-id-33 #products-page-nav,.page-id-29 #products-page-nav,.page-id-31 #products-page-nav,.page-id-27 #products-page-nav {
	margin-top: 21px;
	font-weight: bold;
	/*margin-left: 142px;*/

}

.page-id-37 #products-page-nav,.page-id-39 #products-page-nav,.page-id-43 #products-page-nav,.page-id-41 #products-page-nav {
	margin-top: 21px;
	font-weight: bold;
	/*margin-left: 238px;*/

}

.page-id-47 #products-page-nav {
	margin-top: 21px;
	font-weight: bold;
	/*margin-left: 142px;*/

}

nav#products-page-nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width:1000px;
	margin:0 auto;
}

nav#products-page-nav ul li {
	float:left;
	/*width:16.6%;*/

	

	border-right:1px solid rgba(255,255,255,0.9);
	position:relative;
}

.page-id-11 #products-page-nav ul li,.page-id-13 #products-page-nav ul li,.page-id-15 #products-page-nav ul li,.page-id-17 #products-page-nav ul li,.page-id-19 #products-page-nav ul li,.page-id-3327 #products-page-nav ul li,.page-id-23 #products-page-nav ul li,.page-id-3813 #products-page-nav ul li, .page-id-5901 #products-page-nav ul li{
	width:14.2%;
}

.page-id-3456 #products-page-nav ul li,.page-id-3803 #products-page-nav ul li,.page-id-4102 #products-page-nav ul li,.page-id-3147 #products-page-nav ul li,.page-id-3145 #products-page-nav ul li,.page-id-3459 #products-page-nav ul li{
	width:20%;
}

.page-id-3456 #products-page-nav ul li,.page-id-3803 #products-page-nav ul li,.page-id-4102 #products-page-nav ul li,.page-id-3147 #products-page-nav ul li,.page-id-3145 #products-page-nav ul li,.page-id-3459 #products-page-nav ul li{
	width:20%;
}

.page-id-25 #products-page-nav ul li,.page-id-33 #products-page-nav ul li,.page-id-29 #products-page-nav ul li,.page-id-31 #products-page-nav ul li,.page-id-27 #products-page-nav ul li{
	width:25%;
}

.page-id-37 #products-page-nav ul li,.page-id-39 #products-page-nav ul li,.page-id-43 #products-page-nav ul li,.page-id-41 #products-page-nav ul li{
	width:33.3%;
}

nav#products-page-nav ul li a {
	display:table;
	background:#eb7d28;
	-webkit-box-shadow: inset 0px -17px 61px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px -17px 61px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px -17px 61px 0px rgba(0,0,0,0.2);
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
	height:64px;
	width:100%;
	color:#fff;
	text-decoration: none;
}

nav#products-page-nav ul li a:hover,

nav#products-page-nav ul li.active a {
	background:#1772b8;
}

nav#products-page-nav ul li.active:after {
	content: " ";
	position:absolute;
	top:100%;
	left:0;
	right:0;
	margin:auto;
	width: 0; 

	height: 0; 

	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #135F9A;
}

nav#products-page-nav ul li a span {
	display:table-cell;
	vertical-align: middle;
	line-height:1.231;
	text-align: center;
}

.page-template-template-local-business-seal .service-container{
	display: none;
}

div#seal_partner {
    max-width: 1140px;
    margin: 50px auto;
}

div#seal_partner_left {
    font-size: 48px;
    text-align: right;
    width: 48%;
}

div#seal_partner_right {
    width: 48%;
    float: right;
    margin-top: -90px;
}

 

nav#products-page-nav-seal {
	margin-top: 21px;
	font-weight: bold;
	background-color: #0E5388;
    /*margin-left: -251px;*/

}

nav#products-page-nav-seal .seal-nav{
	padding: 55px 0px;
}

nav#products-page-nav-seal .seal-nav img{
	padding: 0px 9px 0px 9px;
    margin: 0px 0px 0px 5px;
}

nav#products-page-nav-seal .seal-nav img:first-child{
	margin-left: 10px;
}

#product-menu-section .after-menu {
	color:#0e5388;
	padding:30px 0;
}

#page-menu-section .after-menu {
	color:#0e5388;
	padding:30px 0;
}

.menu-heading {
	font-size:36px;
}

.menu-subheading {
	font-size:24px;
}

#four-icon-section {
	background:#e2f6f0;
	padding:50px 0;
}

.small-icons-five-wrapper .small-icon-five-container {
	float:left;
	width:20%;
	text-align:center;
}

.small-icons-wrapper .small-icon-container {
	float:left;
	width:25%;
	text-align:center;
}

.small-icons-wrapper .small-icon-heading {
	color: #e67127;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 50px;
}

.small-icons-wrapper .small-icon-container .text {
	color:#0e5388;
	font-weight:bold;
	line-height:1.231;
	font-size:24px;
	max-width:220px;
	margin:0 auto;
	margin-top:28px;
}

.cta-container {
	width:70%;
	margin:0 auto;
}

.cta-container .cta-left {
	float:left;
}

.cta-container .cta-right {
	float:right;
}

.cta-container a,
.cta-container p {
	width:308px;
	border:2px solid #c65813;
	background:#e67127;
	color:#fff;
	font-size:25.13px;
	font-weight:900;
	text-align:center;
	display:block;
	padding:8px 0;
	border-radius:3px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.cta-container p {
	margin-top: 15px;
	margin-bottom: 15px;
}

.cta-container a:hover {
	background:#c65813;
}

@media (max-width: 768px) {

.page-id-9655 .cta-container a,
.page-id-9655 .cta-container p {
	font-size: 3vw !important;
}

}

#four-icon-section .cta-container {
	padding:64px 0 12px;
}

#blue-ribbon-section {
	background:#0c5489;
	color:#fff;
	line-height:1.5;
	padding:36px 0 48px;
}

#blue-ribbon-section .heading {
	font-size:48px;
	font-weight:100;
}

#blue-ribbon-section .subheading {
	font-size:48px;
	font-weight:500;
}

#curly-blue-ribbon-section {
	background:#f0faf7;
	padding-top:41px;
}

#curly-blue-ribbon-section .blue-ribbon {
	background:url('img/curly-blue-ribbon-background.png');
	background-position: center top;
	height:113px;
	margin:0 auto;
	position:relative;
	padding:19px 28px 0;
	color:#fff;
	line-height:1.9;
	font-size: 19px;
}

#curly-blue-ribbon-section .blue-ribbon:before {
	content:" ";
	background:url('img/curly-blue-ribbon-left.png');
	background-position: left bottom;
	background-repeat:no-repeat;
	width:83px;
	position:absolute;
	left:-83px;
	height:113px;
	top:0;
}

#curly-blue-ribbon-section .blue-ribbon:after {
	content:" ";
	background:url('img/curly-blue-ribbon-right.png');
	background-position: left bottom;
	background-repeat:no-repeat;
	width:84px;
	right:-84px;
	position:absolute;
	height:113px;
	top:0;
}

#more-on-section {
	background:url('img/more-on-background.png');
	background-position:center top;
	background-repeat:no-repeat;
	padding:80px 0 24px;
	overflow:hidden;
	background-color:#DEEDEE;
}

#more-on-section .heading {
	float:left;
	width:30%;
	font-size:20px;
}

#more-on-section .more-on-links {
	float:right;
	width:70%;
}

#more-on-section ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#more-on-section ul li {
	color:#0e5388;
	float:left;
	width:33.333333333333%;
	margin-bottom:14px;
	min-height:50px;
}

#more-on-section ul li a {
	color:#0e5388;
	background:url('img/more-on-li-arrow.png');
	background-position:left 2px;
	background-repeat:no-repeat;
	padding-left:45px;
	display:block;
	text-align:left;
}

#agency-partner-section {
	padding-top:36px;
	padding-bottom:46px;
}

#agency-partner-section .heading {
	font-size:36px;
	font-weight:700;
	color:#0e5388;
	margin-bottom:64px;
}

#agency-partner-section .heading .feature {
	color: #eb7d28;
}

#agency-partner-section .partner-steps {
	float:left;
	width:407px;
	text-align:left;
}

#agency-partner-section .partner-steps .partner-step {
	margin-bottom:24px;
}

#agency-partner-section .partner-steps .partner-step .top {
	font-size:24px;
	padding-left:54px;
	color:#0e5388;
	padding:4px 0 4px 54px;
	margin-bottom:12px;
}

#agency-partner-section .partner-steps .partner-step-1 .top {
	background:url('img/step-1.png');
	background-position:left top;
	background-repeat:no-repeat;
}

#agency-partner-section .partner-steps .partner-step-2 .top {
	background:url('img/step-2.png');
	background-position:left center;
	background-repeat:no-repeat;
}

#agency-partner-section .partner-steps .partner-step-3 .top {
	background:url('img/step-3.png');
	background-position:left top;
	background-repeat:no-repeat;
}
.large-image-screen img{
	height: auto;
    width: 58%;
}
#agency-partner-section .post-heading {
	font-size:48px;
	font-weight:100;
	color:#0c5489;
}

#visibility-form-section {
	background:#0c5489;
	padding:48px 0;
	position:relative;
}

#visibility-form-section .headline {
	font-size:30px;
	color:#fff;
}

#visibility-form-section #big-ol-arrow {
	position:absolute;
	width:304px;
	height:77px;
	background:url('img/large-down-arrow.png');
	background-position:left top;
	background-repeat:no-repeat;
	left:0;
	right:0;
	top:-42px;
	margin:auto;
}

#visibility-form-section .visibility-form {
	margin-top:54px;
}

#visibility-form-section .vc-online {
	display:none;
}

#visibility-form-section .vc-input
 {
	width:40%;
	padding:12px;
	font-size:18px;
}

#visibility-form-section .vc-input + .vc-input,
#visibility-form-section .vc-input[name=zipcode]
{
	width:15%;
	margin-left:14px;
}

#visibility-form-section .vc-submit,

#visibility-form-section .vert-submit,

.vertical-form-divider .vert-submit
 {
	background:#e67127;
	border:0px;
	color:#fff;
	text-align:center;
	box-shadow:none;
	text-shadow:none;
	font-weight: bold;
	padding:18px;
	font-size:18px;
	margin-left:14px;
}

#scalable-services-section {
	background:#f0faf7;
	padding-top:48px;
	padding-bottom:85px;
}

.service-col {
	width:25%;
	float:left;
	text-align:left;
}

.service-col .heading {
	font-size:24px;
	color:#0c5489;
	font-weight:700;
}

.service-col .list {
	margin-top:18px;
}

.service-col ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.service-col ul li {
	font-weight:bold;
	color:#474747;
	padding:6px 0 6px 47px;
}

.service-website-development {
	width:29%;
}

.service-website-development .list {
	background:url('img/service-icons-website-development.png');
	background-position:left 5px;
	background-repeat:no-repeat;
}

.service-paid-media {
	width:27%;
}

.service-paid-media .list {
	background:url('img/service-icons-paid-media.png');
	background-position:left 5px;
	background-repeat:no-repeat;
}

.service-seo {
	width:28%;
}

.service-seo .list {
	background:url('img/service-icons-seo.png');
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-top:5px;
}

.service-content {
	width:16%;
}

.service-content .list {
	background:url('img/service-icons-content.png');
	background-position:left 5px;
	background-repeat:no-repeat;
}

#agency-services-form-section {
	background:#0e5388;
	padding:54px 0 48px;
}

#agency-services-form-section .heading {
	color:#fff;
	font-size:36px;
	font-weight:700;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	margin-bottom:42px;
}

#agency-services-form-section input {
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.6);	

	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.6);	

	box-shadow: 1px 1px 2px rgba(0,0,0,0.6);	

	border-radius:0;
	border:0;
}

#agency-services-form-section input[type="text"] {
	padding:12px;
	font-size:18px;
	color:#474747;
	margin-right:1%;
	margin-bottom:10px;
}

#agency-services-form-section input.error {
	background: #FFDFDF;
}

@media (max-width : 800px) {
    #agency-services-form-section input[type="text"] {
		width:100%;
		margin-bottom:5px;
    }

    #agency-services-form-section input[type="text"] + input[type="text"] {
		width:100%;
		margin-bottom:5px;
	}

}

#agency-services-form-section input[type="submit"] {
	padding:16px 0;
	font-size:18px;
	text-transform: uppercase;
	color:#fff;
	background:#e67127;
	margin-left:1%;
	width:19%;
}

.contact-us{
	width: 100%;
}

.contact-us .container{
	margin: 0px auto;
	padding: 0px 60px;
	width: 1100px;
}

.contact-us .contact-us-holder{
	width: 100%;
	display: block;
	font-size: 0px;
}

.contact-us .contact-block{
	display: table-cell;	

	font-size: 16px;
}

.contact-us .contact-block.primary-block{
	width: 670px;
	color: #34495e;
    padding: 60px 15px;    

    padding-left: 0px;
}

.contact-us .secondary-contact-holder{
	margin-left: 15px;
}

.contact-us .contact-details{	

    width: 295px;
    text-align: center;
    padding: 50px 15px;
}

.contact-us .contact-header{
	padding-left: 50px;
	font-size: 36px;
	font-weight: bold;
	color: #0e5388;
	background: url("img/contact-us-pin-icon.png") left center no-repeat;
}

.contact-us .contact-form-holder{
	margin-right: 10px;
	padding: 40px 25px;
	background: #f0faf7;
	border: 1px solid #c8e1e3;
	border-radius: 2px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, .24);
}

.contact-us .form-input{
	font-size: 0px;	

	display: block;
	width: 100%;
}

.contact-us .form-group{
	width: 48.1%;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 15px;
	position: relative;
}

.contact-us .form-group .input-box{
	border: 1px solid #eaeaea;
	border-radius: 2px;
	outline: none;
	height: 45px;
	padding: 5px 10px;
}

.contact-us .form-group .input-box.error, .contact-us .form-message .textarea.error {
	background: #FFDFDF;
}

.contact-us .form-group:nth-child(odd){
	margin-right: 3.731%;
}

.contact-us .input-box{
	width: 100%;
}

.contact-us .form-message{
	font-size: 16px;
	margin-bottom: 30px;
	position: relative;
}

.contact-us .form-message .textarea{
	height: 90px;
	resize: none;
	outline: none;
	padding: 5px 10px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
}

.contact-us .form-submit{
	font-size: 16px;
	text-align: right;
}

.contact-us .form-submit .submit{
	width: 50%;
	text-align: center;
	padding: 25px;
	border-radius: 0px;
	box-shadow: none;
	text-shadow: none;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	outline: none;
	background: #eb7d28;
	transition: all .2s ease-in-out;
}

.contact-us .form-submit .submit:hover{
	background: #833704;
}

.contact-us .contact-secondary-header{
	padding-top: 40px;
	padding-bottom: 50px;
	font-size: 24px;
	color: #0e5388;
	font-weight: bold;
}

.contact-us .contact-phone-holder{
	display: block;	

}

.contact-us .contact-phone-holder a{
	width: 250px;
	padding: 10px;
	padding-left: 60px;
	color: #0c5489;
	border: 2px solid #34495e;
	border-radius: 2px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
	background: url("img/contact-phone.png") 20px center no-repeat;
}

.contact-us .contact-phone-holder a:hover{
	border-color: #006CBB;
	background-color: #006CBB;
	color: #fff;
}

.contact-us .contact-address{
	color: #34495e;
	font-size: 16px;
	padding-top: 35px;
	padding-bottom: 50px;
}

.contact-us .contact-social-icon-group a{
	display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

    

.contact-us .contact-social-icon{
	width: 34px;
	height: 34px;
	display: inline-block;
	background: url("img/contact-social-icons.png");
	background-color: #ece9e4;
	background-repeat: no-repeat;
	border-radius: 5px;
	box-shadow: 0px 5px 0px #ece9e4;
	transition: box-shadow .2s ease-in-out;
}

.contact-us .contact-social-icon-group a:hover .contact-social-icon{
	box-shadow: none;
}

.contact-us .contact-social-icon:last-child{
	margin-right: 0px;
}

.contact-us .contact-social-icon.facebook{
	background-position: 0% 0%;
}

.contact-us .contact-social-icon.twitter{
	background-position: 25% 0%;
}

.contact-us .contact-social-icon.gplus{
	background-position: 50% 0%;
}

.contact-us .contact-social-icon.linkedin{
	background-position: 75% 0%;
}

.contact-us .contact-social-icon.youtube{
	background-position: 100% 0%;
}

/* demo request page */

.page-id-66 .blocks.first, .page-id-5871 .blocks.first, .page-id-6949 .blocks.first {
    background-color: #f0faf7;
    padding: 40px 0;
}

.page-id-66 .blocks.first article, .page-id-5871 .blocks.first article, .page-id-6949 .blocks.first article{
    padding-top: 40px;
}

.page-id-66 .blocks.first .block-main .post-thumbnail, .page-id-5871 .blocks.first .block-main .post-thumbnail, .page-id-6949 .blocks.first .block-main .post-thumbnail{
    float: right;
    margin-left: 60px;
}

@media screen and (max-width: 650px) {
	.page-id-66 .blocks.first .block-main .post-thumbnail {
    float: unset;
		margin: 0 auto;
		display: block;
		text-align: center;
		max-width: 80%;
	}
}

.banner.page-demo-request{
	background: url("img/demo-request-background.png") center bottom repeat-x, linear-gradient(to bottom, #08416d 0%, #08416d 49%, #ffffff 51%, #ffffff 100%);
}

.banner .demo-request-container{
		padding-top: 30px;
		padding-bottom: 30px;
    width: 1100px;
    margin: 0px auto;
}

.visibility-report {
	margin-top: 45px;
}

.banner .visibility-report-container{
    padding-top: 0px;
    width: 100%;
    margin: -40px auto 0px;
}

.banner .demo-request-header{
	text-align: center;
	font-size: 64px;
	font-weight: bold;
	text-transform: uppercase;
	color: #eb7d28;
	line-height: 1;
}

.banner .header-highlight{
	color: #ffffff;
}

.banner .demo-request-text{
	color: #e1e5ec;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
}

.banner .demo-request-form{
	/*width: 670px;*/

	margin: 0px auto;
}

.banner .form-input{
    display: block;
    width: 100%;
	font-size: 0px;
}

.banner .form-group{
	width: 47.014%;
	display: inline-block;
    font-size: 18px;
	margin-bottom: 14px;
}

.banner .form-group:nth-child(odd){
	margin-right: 5.9%;
}

.banner .input-box {
    width: 100%;
    border: none;
    border-radius: 2px;
    outline: none;
    height: 45px;
    font-size: 18px;
    color: #2d394a;
    padding: 5px 30px;
}

.banner .input-box::-webkit-input-placeholder{
	color: #2d394a;
}

.banner .input-box::-moz-placeholder{
	color: #2d394a;
}

.banner .input-box::-ms-input-placeholder{
	color: #2d394a;
}

.banner .form-submit {
    text-align: center;
}

.banner .submit{
    width: 260px;
    text-align: center;
    padding: 15px;
    border-radius: 2px;
    border: none;
    border-bottom: 2px solid #cb6612;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    background: #eb7d28;
    transition: all .2s ease-in-out;
}

.banner .form-submit .submit:hover {
    background: #833704;
    border-bottom-color: transparent;
}

.banner .demo-request-learn-more{
	padding-top: 20px;
	text-align: center;
}

.banner .learn-more-header{
	font-size: 48px;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 20px;
	color: #ffffff;
}

.banner .learn-more-image{
	position: relative;
	display: inline-block;
	margin: 0px auto;	

    height: 85px;    

    width: 100%;
}

.banner .learn-more-image .image-holder{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: all .2s ease-in-out;
}

.banner .demo-request-learn-more a{
	display: inline-block;
}

.banner .demo-request-learn-more a:hover .image-holder {
	top: 10px;
}

.demo-request-holder .container {
    margin: 0px auto;
    padding: 0px 60px;
    width: 1100px;
}

.demo-request-holder .blocks.first-block{
	background: #ffffff;
}

.demo-request-holder .demo-blocks-holder{
	display: block;
	width: 100%;
	font-size: 0px;
}

.demo-request-holder .demo-block{
    width: 14.9%;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-right: 6.3%;
    color: #48535e;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.demo-request-holder .demo-block:last-child{
	margin-right: 0px;
}

.demo-request-holder .demo-block-image{
	padding-bottom: 30px;
}

.demo-request-holder .blocks.second-block{
	padding: 75px 0px;
	text-align: center;
	background: #fff;
	color: #394b5c;
}

	

.demo-request-holder .block-header{
	color: #185a8d;
	background: none;
	font-size: 36px;
	font-weight: bold;
}

.demo-request-holder .block-text{
	font-weight: bold;
	font-size: 24px;
	padding: 50px 0px;
}

.after-banner.partners .container{
	padding-top: 10px;
	padding-bottom: 10px;
}

.after-banner .partner-types-holder{
	display: block;
	width: 100%;
	font-size: 0px;
}

.after-banner .partner-type{
	width: 24%;
	margin-right: 1.2%;
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.after-banner .partner-type:last-child{
	margin-right: 0px;
}

.after-banner .partner-type-details{
	background: #ecf2f6;
	color: #394b5c;
	padding: 15px 20px;
	margin-bottom: 25px;
	min-height:250px;
}

.after-banner .partner-type-thumbnail img{
    vertical-align: bottom;
}

.after-banner .partner-type-header{
	color: #0e5388;
	font-size: 20px;
	font-weight: bold;	

}

.after-banner .partner-type-info{
	padding: 25px 0px;
}

.after-banner .partner-btn,

#content.internal #primary .after-banner a.partner-btn{	

    padding-right: 50px;
    background-image: url("img/partner-btn-bg.png");
    background-repeat: no-repeat;
    background-position: 90% center;
}

.after-banner .partner-btn:hover{
	background-position: 93% center;
}

.ebook-content{
	display: block;
	margin-top: 20px;
}

.ebook-blocks{
	width: 95%;
	display: block;
    margin: 0px auto;
}

.ebook-block-main{
	display: table;
}

.ebook-block-main article{
	width: 50%;
    display: inline-block;
    margin: 0px auto;
}

.ebook-block-main article img{
	width: auto;
	height: 300px;
	display: block;
    margin: 0px auto;
}

.ebook-post-data{
	    width: 95%;
    display: block;
    margin: 11px auto;
    font-weight: bold;
    font-size: 17px;
    padding: 5px 5px 5px 5px;
    background-color: #F0FAF7;
    min-width: 60px;
    max-height: 60px;
    margin-bottom: 20px;
    text-align: center;
}

.ebook-post-thumbnail{
    min-height: 100px;
    padding: 0px;
    margin: 0px;
    line-height: 25px;
    font-size: 17px;
	display: block;
    margin: 0px auto;
}

a.advice-btn-seal-1{
	display: none;
}

.main-content .block-content{
	background: #ecf2f6;
}

.main-content .block-content .container{
	padding-top: 50px;
	padding-bottom: 40px;
}

.main-content .block-content h1{
	text-align: center;
}

.main-content .block-content .partners-info-holder{
	width: 100%;
	display: block;
}

.main-content .block-content .partner-info-holders{	

	padding-top: 60px;
	padding-bottom: 40px;
}

.main-content .block-content .partners-info-image{
	float: right;
	width: 52%;
}

.main-content .block-content .partners-info-content-text{
	width: 48%;
	float: left;
	font-size: 16px;
	color: #394b5c;
	padding-right: 20px;
}

.main-content .block-content .partners-info-text-header{
	color: #0e5388;
	font-size: 24px;
	font-weight: bold;
	padding-left: 60px;
	background: url("img/partner-heading.png") left top no-repeat;
}

.main-content .block-content .partners-info-buttons-holder{
	width: 58%;
	margin: 0px auto;
}

.main-content .block-content .partners-info-buttons-holder .lng-btn {
    width: 48%;
    font-size: 25px;
    padding: 15px;
    text-align: center;
}

.main-content .block-footer .container{
	padding-top: 0px;
	padding-bottom: 50px;
}

.main-content .block-footer .extra-features-blocks-holder{
	display: block;
	font-size: 0px;
	width: 100%;
	text-align: center;
}

.main-content .block-footer .extra-features-block{
	width: 26%;
	margin-right: 11%;
	display: inline-block;
	text-align: center;
	padding-bottom: 40px;
	font-size: 16px;
	color: #394b5c;
	vertical-align: top;
}

.main-content .block-footer .extra-features-block:last-child{
	margin-right: 0px;
}

.main-content .block-footer .extra-features-image{
	padding: 30px 30px 20px 30px;
	background: #cbe7e2;
	border-radius: 7px;
	max-width: 290px;	

    margin: 0px auto;
}

.main-content .block-footer .extra-features-info{
	padding-top: 70px;
}

.main-content .block-footer .extra-feature-title{
	font-size: 20px;
	color: #0e5388;
	font-weight: bold;
}

.main-content .block-footer .extra-features-text{
    padding-top: 28px;
    padding-bottom: 40px;
}

.network-partners {
	display: inline-block;
	margin: 0 15px;
}

.main-content .block-data-partners{
	background: #fff;
}

.main-content .block-data-partners .container{
	padding-top: 80px;
	padding-bottom: 70px;
}

.main-content .data-partners-holder{
	width: 100%;
	display: block;
	text-align: center;
}

.main-content .data-partners-header{
	color: #0e5388;
	font-size: 48px;
	font-weight: lighter;
}

.main-content .data-partners-image-holder{
	padding-top: 50px;
}

.main-content .bernie-assurance{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.main-content .bernie-image-holder{
	width: 20%;
}

.main-content .bernie-foreword{
	width: 75%;
	margin-left: 30px;
	padding: 50px;
	color: #fff;
}

.main-content .advice-local-forward{
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

.main-content .advice-local-forward .text-highlight{
	font-size: 36px;
	color: #eb7d28;
}

.main-content .bernie-details{
	padding-top: 50px;	

}

.main-content .bernie-name-holder{
	font-size: 24px;
}

.main-content .bernie-designation{
	font-size: 18px;
}

.main-content .testimonial-block{
	display: block;
}

.main-content .testimonial-top{
	font-size: 48px;
	font-weight: lighter;
}

.main-content .testimonial-bottom{
	font-size: 30px;
	font-weight: bold;
}

.main-content .testimonial-client-details{
	padding-top: 40px;
}

.main-content .testimonial-client-header{
	font-size: 24px;
}

.main-content .testimonial-client-info{
	font-size: 18px;
}

.main-content .block-customer-experience{
	background: #fff;
}

.main-content .block-customer-experience .container{
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
}

.main-content .block-customer-experience .block-data-header{
	font-size: 24px;
	font-weight: bold;
	color: #34495e;
}

.main-content .customer-experience-holder{
	display: block;
	font-size: 0px;
}

.main-content .customer-experience{
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin-right: 1.3%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.main-content .customer-experience:last-child{
	margin-right: 0px;
}

.main-content .customer-info-holder{
	width: 200px;
	height: 200px;	

	border-radius: 100%;
	display: block;
	position: relative;
	text-align: center;
    margin: 0px auto;
    overflow: hidden;
    cursor: pointer;
}

.main-content .customer-experience .customer-experience-image{
	display: block;
	width: 100%;
	height: 100%;
    background: #ecf2f6;
    border-radius: 100%;
	border: 5px solid #d15b29;
}

.main-content .customer-experience .vertical-center{
    display: inline-block;
    height: 100%;
    vertical-align: middle;	

}

.main-content .customer-experience img{
	display: inline-block;
	vertical-align: middle;
}

.main-content .experience-type-text{	

	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	font-size: 20px;
	text-align: center;
	display: table;
    background: #D15B29;
    border-radius: 100%;
    opacity: 0;
	text-transform: uppercase;
	transition: opacity .2s ease-in-out;
}

.main-content .experience-type-text .text-wrapper{	

    display: table-cell;
    vertical-align: middle;
    border-radius: 100%;
    padding-left: 10px;
    padding-right: 10px;
	background: #d15b29;
	background: .2s ease-in-out;

}

.main-content .experience-type-text .top-text {
	display: block;
	opacity: .3;	
	margin-left: -100%;
	transition: all .2s ease-out;
}

.main-content .experience-type-text .bottom-text{
	display: block;
	margin-right: -100%;
	opacity: .3;
	transition: all .3s ease-out;
}

.main-content .customer-info-holder.partner-active .text-wrapper{
	background: #e67127;
}

.main-content .customer-info-holder:hover .experience-type-text,

.main-content .customer-info-holder.partner-active .experience-type-text,

.main-content .customer-info-holder:hover .top-text,

.main-content .customer-info-holder:hover .bottom-text,

.main-content .customer-info-holder.partner-active .top-text,

.main-content .customer-info-holder.partner-active .bottom-text{
	opacity: 1;
	margin-right: 0px;
	margin-left: 0px;	

}

.testimonial_body .wrike-for-you{
	display: none !important;
}

/* -=-=-=-= Media Queries =-=-=-=- */
@media only screen and (min-width:1024px) and (max-width:1080px){
	.sidebar-wrapper #blog-three-features .single-feature-item {
		width: 100%;
	}

	.sidebar-wrapper  #mc_embed_signup input.email {
    	width: 100% !important;
    	margin-bottom: 5px;
	}
}
@media   (max-width:1023px){
	.sidebar-wrapper #blog-three-features .single-feature-item {
		width: 33%;
	}
	.sidebar-wrapper  #mc_embed_signup input.email {
    	width: 100% !important;
    	margin-bottom: 5px;
	}
}


@media screen and (max-width: 1099px), screen and (max-width: 1024px){
	.site-branding > .container,

	.main-navigation .container,

	.banner .service-container,

	.banner.frontpage .service-container,

	.banner.frontpage .vc-container,

	.banner .vertical-form-holder,

	.after-banner .container,

	.main-content .container,

	.main-content .blocks.first .block-main .container,

	.main-content .blocks.first .block-footer .container,

	.footer-block.top .container,

	.footer-block.middle .container,

	.footer-block.bottom .container,

	#content.internal .internal-container,

	#pricing-list .container,

	.contact-us .container,

	.banner .demo-request-container,

	.demo-request-holder .container{
		width: 100%;
		padding-right: 3%;
		padding-left: 3%;
	}

	.main-navigation .menu-controller{
		display: inline-block;
	}

	.main-navigation ul#primary-menu{
		display: none;
		position: absolute;
		left: 0;
		top: 100%;		

    	width: 100%;
    	background: #0E5388;
	}

	.main-navigation ul#primary-menu.show{		

		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.main-navigation li {
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.main-navigation li:last-child{
		border-bottom: none;		

	}

	.main-navigation li a{
		margin-left: 3%;
		margin-right: 3%;
		padding: 20px;
		padding-right: 70px;
	}

	

	.main-navigation li:first-child > a{
		padding-left: 20px;
	}

	.main-navigation ul li.menu-item-has-children:after{
		content: none;	

	}	

	.main-navigation ul#primary-menu.show li.menu-item-has-children a{
		position: relative;
	}

	

	.main-navigation ul#primary-menu.show .menu-togglr{
		position: absolute;
		right: 0px;
		top: 0px;
		bottom: 0px;
	    width: 50px;
		z-index: 9999;		

	    padding: 20px;
	    padding-left: 30px;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		cursor: pointer;
	}

	.main-navigation ul#primary-menu.show .menu-togglr:before{
		position: absolute;
		content: '';
		display: block;
		top: 0px;
		bottom: 0px;
		left: 1px;
		border-left: 1px solid rgba(255, 255, 255, 0.1);
	}

	.main-navigation ul#primary-menu.show .togglr{			

	    width: 25px;
	    position: relative;
	    line-height: 1;
	    padding: 2px 0px;
	    border-radius: 10px;
	    background: transparent;
	    transition: all 0.2s ease-in-out;
	    display: inline-block;
	    vertical-align: middle;
	}

	.main-navigation ul#primary-menu.show .togglr:before,

	.main-navigation ul#primary-menu.show .togglr:after{
	    position: absolute;
	    width: 5px;
	    height: 15px;
	    left: 50%;
	    top: -100%;
	    content: "";
	    display: block;
	    transform: rotate(50deg);
	    background: #fff;
	    border-radius: 5px;
	    transition: background 0.2s ease-in-out;
	}

	.main-navigation ul#primary-menu.show .togglr:after{			

	    left: 5px;
	    transform: rotate(-50deg);
	}

	.main-navigation ul ul{
		position: static;
		display: block;
		opacity: 1;
		margin: 0px;
		padding: 0px;
		visibility: visible;
		float: none;
	}

	.main-navigation ul ul li{
		display: block;
		background: transparent;
		margin: 0px;
		padding: 0px;
		border: none;
	}

	.main-navigation ul ul li a{
		text-align: initial;
		padding: 20px;
		padding-left: 40px;
		padding-right: 70px;
	}

	.main-navigation ul ul a:hover{
		background: transparent;
	}

	.main-navigation li li:first-child a{
	    padding: 20px 70px 20px 40px;
	}

	.main-navigation ul ul li img {
		display: none;
	}

	.banner .service-description .service-moto,

	.banner.frontpage .service-description .service-header,

	.additional-products-title {
		font-size: 25px;
		margin-left: 0;
	}

	.banner .service-description .service-header,

	.banner.frontpage .service-description .service-moto{
		font-size: 50px;
		margin-left: 0;
	}

	.banner.internal .vc-container,

	.banner.frontpage .vc-container,

	.banner .vertical-form-holder
	 {
		width: auto;
		padding-right: 4%;
		padding-left: 4%;
		margin-left: 3%;
		margin-right: 3%;
		background-size: 100% 100%;
	}

	.banner .vc-online {
		font-size: 18px;
	}

	.banner .vc-input,

	.banner.internal .vc-input
	{
		width: 180px;
		font-size: 17px;
	}

	.banner .vc-submit,

	.banner.internal .vc-submit

	.banner .vert-submit,

	.banner.internal .vert-submit,

	.vertical-form-divider .vert-submit
	{
		font-size: 17px;
		padding: 9px;
	}

	.page-id-3459 .banner .vc-submit {
		width: 98%;
	}

	.after-banner .container p br{
		display: none;
	}

	.blocks.second .client-thumbnail, 

	.blocks.second .client-info{
		display: block;
		vertical-align: middle;		

		text-align: center;
	}

	.blocks.second .client-thumbnail img{
		margin: 0px auto;
	}

	.blocks.second .client-info{
		padding-top: 10px;
		padding-left: 0px;
	}

	.blocks.second .client-details-testimonial{
		width: 31%;
		margin-right: 3.5%;
	}

	.blocks.second .client-info .row br{
		display: none;
	}

	.footer-block.bottom .bottom #secondary-menu li a:before,

	.footer-block.bottom .bottom #secondary-menu li a:after{
		content: none;
	}

	.footer-block.top .single-blog-post {
		width: 31%;
		margin-right: 3.5%;
	}

/*

	.footer-block.top .single-blog-post{
		width: 100%;
		display: block;
		margin-right: 0px;
		margin-bottom: 50px;
	}

	.footer-block.top .blog-post-thumbnail{
		display: inline-block;
		vertical-align: top;
	}

*/

	.footer-block.bottom .top .social-icon:hover{
		transform: none;
	}

	.footer-block.bottom .bottom .footer-menu,

	.footer-block.bottom .bottom .user-login-register-demo{
		width: 100%;
	    float: none;
	    text-align: center;
	    display: block;
	}

	.footer-block.bottom .bottom #secondary-menu li:first-child a{
		padding-left: 15px;
	}

	.footer-block.bottom .bottom #secondary-menu li:last-child a{
		padding-right: 15px;
	}

	

	.footer-block.bottom .bottom .user-login-register-demo{
    	padding-top: 10px;
	}

	#pricing-list .feature-name .feature-sub {
		font-size: 12px;
	}

	.contact-us .contact-block.primary-block {
		width: 650px

	}

	.demo-request-holder .block-text br{
		display: none;
	}

	.after-banner .partner-type-header,

	.main-content .block-footer .extra-feature-title{
		font-size: 18px;
	}

	.main-content .advice-local-forward{
		font-size: 20px;
	}

}

@media screen and (max-width: 1023px), screen and (max-width: 800px){

	.banner.frontpage .service-description{
		padding: 0px;
		padding-top: 150px;
		margin: 0px;
		margin-bottom: 70px;
		text-align: center;
		background-position: top center;
	}

	.banner.frontpage{		

		height: auto!important;
		background-size: cover;
		padding-bottom: 50px!important;
	}

	.banner.internal{
		padding-top: 50px!important;
		padding-bottom: 50px!important;
	}

	.banner .visibility-check,

	.banner .vertical-form-container
	{
		border-radius: 100%;
		display: block;
		margin: 0px auto;
		position: static!important;
	}

	.banner .vc-container,

	.banner .vertical-form-holder
	{
		border: 5px solid #d15b29;
		border-radius: 100%!important;
		padding: 0px!important;
		padding: 65px!important;
		width: 420px!important;
		height: 420px!important;
		background: rgba(59, 79, 92, 0.8)!important;
		margin: 0px auto!important;
		position: relative;		

		text-align: center;
	}

	.banner .vc-container:after,

	.banner .vertical-form-holder:after
	{
		content: '';
		position: absolute;
		top: -20px;
		bottom: -20px;
		left: -20px;
		right: -20px;
		border: 15px solid #fff;
		border-radius: 100%;
		box-shadow: 0px 0px 50px #000;
		pointer-events: none;
	}

	.banner .vc-online,

	.banner .vc-input,

	.banner .form-holder
	{
		margin: 0px 2px;
		display: block;
		float: none;
		width: 97%;
	}

	.banner .vc-online{
		font-size: 32px;
	}

	.banner .vc-input,

	.banner.internal .vc-input,
	{
		margin-top: 15px;
		width: 100%;
	}

	.banner .vc-submit,

	.banner .vert-submit,

	.vertical-form-divider .vert-submit,
	{
		margin-top: 20px;
		width: 100%;
		display: block;
	}

	.main-content .block-header .main-header{
		font-size: 40px;
	}

	.main-content .block-header .secondary-header{
		font-size: 25px;
	}

	.main-content .blocks.first .block-main article:nth-child(odd) .post-thumbnail,

	.main-content .blocks.first .block-main article:nth-child(even) .post-thumbnail,

	.main-content .blocks.first .block-footer .post-thumbnail{
		float: none;
		text-align: center;
	}

	.main-content .blocks.first .block-main article:nth-child(odd) .post-data,

	.main-content .blocks.first .block-main article:nth-child(even) .post-data,

	.main-content .blocks.first .block-footer .post-data{
		float: none;
		text-align: left;
		max-width: 100%;
		margin-bottom: 50px;
	}

	.main-content .blocks.first .block-footer .post-data{
		margin-bottom: 0px;
	}

	.statistics .info-box .count{
		font-size: 45px;
	}

	.statistics .info-box .info-box-btn{
		min-width: 200px;
		font-size: 17px;
	}

	.blocks.second .block-client-testimonials .main-header,

	.footer-block.top .block-header{
		font-size: 45px;
	}

	#content.internal .internal-container{
		padding-left: 0px;
		padding-right: 0px;
	}

	#content.internal #primary{
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
		border-right: none;
		display: block;
		background: #fff;
		border-bottom: 1px solid #deedee;
	}

	

	#content.internal #primary:before{		

		content: '';
	}

	

	#content.internal #secondary{
		display: block;
		width: 100%;
	}

	.sidebar-wrapper {
		width: 99%;
		margin: 0px auto;
		margin-top: 35px;
	}

	#pricing-list .container{
		padding-left: 1%;
		padding-right: 1%;
	}

	#pricing-list .service-type-holder .service-header{
		font-size: 15px;
	    padding-top: 20px;
	    padding-bottom: 15px;
	}

	

	#pricing-list .service-type-holder .service-price{
    	padding-top: 35px;
	}

	#pricing-list .service-type-holder .price-range{
		font-size: 40px;
	}

	#pricing-list .service-type-holder .price-range .symbal{
		font-size: 25px;
	}

	#pricing-list .service-type-holder .price-cost{
		font-size: 14px;
	}

	#pricing-list .price-header-name {
		font-size: 18px;
	}

	#pricing-list .feature-name,

	#pricing-list .feature-availability-holder .feature-check{
		font-size: 13px;
	}

	#pricing-list .feature-name .feature-sub {
		font-size: 8px;
		display: none;
	}

	#pricing-list .order-now .order-header{
		font-size: 14px;
	}

	#pricing-list .order-now .order-type{
		font-size: 12px;
	}

	.main-content .custom-products .products-header,

	.main-content .custom-products .product-title,

	.main-content .block-features .feature-title{
		font-size: 20px;
	}

	.main-content .custom-products .products-header br{
		display: none;
	}

	.main-content .custom-products .product-type,

	.main-content .block-features .feature,

	.main-content .block-products-testimonials .client-details-testimonial{
		width: 48%;
		margin-right: 1.5%;
	}

	.main-content .block-products-testimonials{
		background: #F4F8FA;
	}

	.main-content .block-products-testimonials .main-header {
		font-size: 30px;
	}

	.main-content .block-products-testimonials .client-details-testimonial{
		max-width: 48%!important;
	}

	.main-content .custom-products .product-description{
		font-size: 14px;
	}

	.footer-block.middle p br{
		display: none;
	}

	.main-content .custom-products .products-header br{
		display: none;
	}

	.main-content .custom-products .product-type,

	.main-content .block-features .feature,

	.main-content .block-products-testimonials .client-details-testimonial{
		width: 48%;
		margin-right: 1.5%;
	}

	.main-content .block-products-testimonials{
		background: #F4F8FA;
	}

	.main-content .block-products-testimonials .main-header {
		font-size: 30px;
	}

	.main-content .block-products-testimonials .client-details-testimonial{
		max-width: 48%!important;
	}

	.main-content .custom-products .product-description{
		font-size: 14px;
	}

	.footer-block.middle p br{
		display: none;
	}

	.contact-us .contact-block,

	.contact-us .contact-block.primary-block,

	.contact-us .contact-details{
		width: 100%;
		display: block;
		padding-right: initial;
		padding-left: initial;
	}

	.contact-us .contact-form-holder{
		margin-right: initial;
	}

	.contact-us .secondary-contact-holder{
		margin-left: initial;
	}

	

	.contact-us .contact-phone-holder a{
		margin-right: 15px;
	}

	.banner .demo-request-header{
		font-size: 50px;
	}

	.banner .demo-request-text{
		font-size: 25px;
	}

	.demo-request-holder .demo-block{
		width: 31.5%;
		margin-right: 1.5%;
	}

	.demo-request-holder .demo-block:nth-child(3n){
		margin-right: 0px;
	}

	.after-banner h1,

	.main-content .block-content h1{
		font-size: 35px;
	}

	.after-banner .partner-type{
		width: 47%;
		margin-right: 6%

	}

	.after-banner .partner-type:last-child{
		margin-right: initial;
	}

	.after-banner .partner-type:nth-child(even){
		margin-right: 0px;
	}

	.main-content .block-content .partners-info-image{
		text-align: center;
	}

	.main-content .block-content .partner-info-holders{
		float: none;
		width: 90%;
		margin: 0px auto;
	}

	

	.main-content .block-content .partners-info-buttons-holder{
		width: 90%;
	}

	.main-content .block-footer .extra-features-block,

	.main-content .customer-experience{
		width: 47%;
		margin-right: 6%;
	}

	.main-content .block-footer .extra-features-block:last-child,

	.main-content .customer-experience:last-child{
		margin-right: initial;
	}

	

	.main-content .block-footer .extra-features-block:nth-child(even),

	.main-content .customer-experience:nth-child(even){
		margin-right: 0px;
	}

	.main-content .bernie-foreword{
    	margin-left: 10px;
    	padding: 20px;
	}

	.main-content .advice-local-forward {
		font-size: 18px;
	}

	.main-content .advice-local-forward .text-highlight,

	.main-content .testimonial-bottom{
		font-size: 25px;
	}

}

@media screen and (max-width: 799px), screen and (max-width: 600px){
	.site-branding > .container > .left,

	.site-branding > .container > .right{
		float: none;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.site-branding > .container > .left a > img{
		display: initial;
	}

	.banner .service-description .service-moto,

	.banner.frontpage .service-description .service-header,

	.additional-products-title {
		font-size: 20px;
	}

	.banner .service-description .service-header,

	.banner.frontpage .service-description .service-moto{
		font-size: 40px;
		margin-bottom: 10px;
	}

	.main-content .block-header .main-header{
		font-size: 25px;
	}

	.main-content .block-header .secondary-header{
		font-size: 18px;
	}

	.statistics .info-box{
		width: 32%;
	}

	.statistics .info-box .count{
		font-size: 30px;
	}

	

	.statistics .info-box .info-box-btn{
		font-size: 13px;
		min-width: 150px;
	}

	.blocks.second .block-client-testimonials .main-header, 

	.footer-block.top .block-header {
		font-size: 35px;
	}

	.blocks.second .block-client-testimonials .secondary-header,

	.footer-block.top .block-secondary-header{
		font-size: 25px;
	}

	.blocks.second .client-details-testimonial,

	.footer-block.top .single-blog-post{
		width: 48%;
		margin-right: 4%;
	}

	

	.blocks.second .block-main .featured-header,

	.blocks.second .partners-header{
		font-size: 30px;
	}

	.footer-block.top .single-blog-post{
		max-width: 320px;
	}

	.blocks.second .client-details-testimonial{
		margin-bottom: 30px;
	}

	.blocks.second .client-details-testimonial:nth-child(even),

	.footer-block.top .single-blog-post:nth-child(even){
		margin-right: 0;
	}

	#pricing-list .service-type-holder .service-header{
		font-size: 13px;
	    padding-top: 20px;
	    padding-bottom: 15px;
	}

	

	#pricing-list .service-type-holder .service-price{
    	padding-top: 35px;
	}

	#pricing-list .service-type-holder .price-range{
		font-size: 30px;
	}

	#pricing-list .service-type-holder .price-range .symbal{
		font-size: 20px;		

    	vertical-align: 3px;
	}

	#pricing-list .service-type-holder .price-cost{
		font-size: 13px;
	}

	#pricing-list .price-header-name{
		font-size: 14px;
	}

	#pricing-list .feature-name,

	#pricing-list .feature-availability-holder .feature-check{
		font-size: 11px;
		min-height: 45px;
	}

	#pricing-list .feature-name{
		padding: 15px 7px;
	}

	#pricing-list .feature-name .feature-sub {
		font-size: 8px;
		display: none;
	}

	

	#pricing-list .feature-availability-holder .feature-available{
		width: 20px;
		height: 20px;
		background-size: 100% 100%!important;
	}

	#pricing-list .order-type-holder .order-now{
		padding: 15px 0px;
	}

	#pricing-list .order-now .order-header{
		font-size: 14px;
	}

	#pricing-list .order-now .order-type{
		font-size: 11px;
	}

	#pricing-list .order-now .order-type{
		font-size: 10px;
	}

	.dashboard-demo .video-description{
		width: 75%;
	}

	.top-image .video-description {
		width: 84%;
	}

	.video-box{
		height: 250px;
	}

	.dashboard-demo .lng-btn{
		font-size: 20px;
	}

	.contact-us .contact-phone-holder a {
		font-size: 20px;
		width: 240px;
	}

	.banner .demo-request-header {
		font-size: 45px;
	}

	.banner .demo-request-text,

	.demo-request-holder .block-text {
		font-size: 20px;
	}

	.banner .demo-request-form{
		width: 100%;
		margin-top: -15px;
	}

	

	.banner .learn-more-header{
		font-size: 35px;
	}

	.demo-request-holder .demo-block,

	.demo-request-holder .demo-block:nth-child(3n){
		width: 47%;
		margin-right: 3%;
	}

	.demo-request-holder .demo-block:nth-child(2n){
		margin-right: 0px;
	}

	.after-banner h1,

	.main-content .block-content h1{
		font-size: 25px;
	}

	.main-content .advice-local-forward {
		font-size: 14px;
	}

	.main-content .advice-local-forward .text-highlight,

	.main-content .testimonial-bottom{
		font-size: 18px;
	}

	

	.main-content .bernie-details{
		padding-top: 25px;
	}

	.main-content .bernie-name-holder{
		font-size: 18px;
	}

	.main-content .bernie-designation {
	    font-size: 15px;
	}

	.ebook-block-main article{
		width: 100%;
    	display: inline-block;
 	   margin: 0px auto;
	}

}

@media screen and (max-width: 599px), screen and (max-width: 480px){
	h1{
		font-size: 30px;
	}

	a.advice-btn{
    	padding: 20px 40px;
    	font-size: 20px;
	}

	a.advice-btn-1 {
	    padding: 15px 25px;
	    font-size: 15px;
	}

	a.advice-btn-seal-1 {
	    padding: 15px 25px;
	    font-size: 15px;
	}

	.site-branding > .container > .right .user:last-child{
		margin-top: 20px;
	}

	.banner .service-description .service-moto,

	.banner.frontpage .service-description .service-header,

	.additional-products-title {
		font-size: 14px;
		margin-left: 0;
		margin-top: 5px;
	}

	.banner .service-description .service-header,

	.banner.frontpage .service-description .service-moto{
		font-size: 28px;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.banner .vc-container,

	.banner .vertical-form-holder
	{
		border: 5px solid #d15b29;
		border-radius: 100%!important;
		padding: 0px!important;
		padding: 40px!important;
		width: 280px!important;
		height: 280px!important;
		background: rgba(59, 79, 92, 0.8)!important;
		margin: 0px auto!important;
		position: relative;		

		text-align: center;
	}

	.banner .vc-online{
		font-size: 15px;
	}

	.banner .vc-input, 
	{
		font-size: 15px;
		margin-left: 0px;
		width: 105%;
	}

	.banner.internal .vc-input
	{
		font-size: 15px;
		margin-left: 3px;
		width: 95%;
	}

	.banner .vc-submit, 

	.banner.internal .vc-submit,

	.banner .vert-submit, 

	.banner.internal .vert-submit

	.vertical-form-divider .vert-submit
	 {
		font-size: 13px;
	}

	

	.statistics .info-box {
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}

	.statistics .info-box:last-child {
		margin-bottom: 0px;
	}

	.main-content .block-header .main-header {
		font-size: 30px;
	}

	.main-content .block-header .secondary-header {
		font-size: 15px;
	}

	.blocks.second .block-client-testimonials .main-header, 

	.footer-block.top .block-header{
		font-size: 30px;
	}

	.blocks.second .block-client-testimonials .secondary-header, 

	.footer-block.top .block-secondary-header{
		font-size: 20px;
	}

	

	.blocks.second .client-details-testimonial,

	.footer-block.top .single-blog-post {
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	

	.footer-block.top .single-blog-post{
		margin-bottom: 30px;
	}

	.footer-block.top .single-blog-post:last-child{
		margin-bottom: 0px;
	}

	

	.blocks.second .client-details-testimonial:nth-child(odd), 

	.blocks.second .client-details-testimonial:nth-child(even), 

	.footer-block.top .single-blog-post:nth-child(odd),

	.footer-block.top .single-blog-post:nth-child(even){
		margin-right: auto;
	}

	.footer-block.middle .connect-with-us{
		padding: 20px 20px 20px 60px;
	}

	.footer-block.bottom .middle .news-sub-input{
		width: 240px;		

	}

	.footer-block.bottom .bottom #secondary-menu {
		text-align: left;
		display: inline;
	}

	.pricing-scroller{
		display: block;
	}

	.pricing-scroller.scroller-active{
		display: block;
		position: fixed;
		bottom: 5px;		

		left: 50%;
		width: 150px;
		background: #0E5388;
		border: 1px solid #e67127;
		border-radius: 4px;
	}

	.pricing-scroller.scroller-active .scroll-directions{
		width: 50%;
		padding: 5px;
		cursor: pointer;
		text-align: center;
		position: relative;
	}

	.pricing-scroller.scroller-active .scroller-left{
		float: left;
	}

	

	.pricing-scroller.scroller-active .scroller-right{
		float: right;
	}

	.pricing-scroller.scroller-active .pricing-directions-holder{
		content: '';
		clear: both;
	}

	.pricing-scroller.scroller-active .scroller-left:after{
		content: '';
		display: block;
		position: absolute;
		top: 0%;
		right: 0%;
		width: 1px;
		height: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		background: #e67127;
	}

	

	.pricing-scroller.scroller-active .scroller-icon{
		width: 20px;
		background: #fff;
		vertical-align: middle;
		display: inline-block;
		border-radius: 8px;
		padding: 2px;
		position: relative;
	}

	.pricing-scroller.scroller-active .scroller-icon:before,

	.pricing-scroller.scroller-active .scroller-icon:after{
	    position: absolute;
	    padding: 2px;
	    width: 10px;
	    left: 0px;
	    top: -4px;
	    content: '';
	    display: block;
	    background: #fff;
	    border-radius: 4px;
	    transform: rotate(-45deg);	 

	}

	.pricing-scroller.scroller-active .scroller-icon:after{
	    top: 4px;
	    transform: rotate(45deg);
	}

	.pricing-scroller.scroller-active .scroller-right .scroller-icon:before{
		left: 50%;	

	    transform: rotate(45deg);		

	}

	

	.pricing-scroller.scroller-active .scroller-right .scroller-icon:after{
		left: 50%;		

	    transform: rotate(-45deg);
	}

	

	#pricing-list .feature-name{
		width: 25%;
		max-width: 25%;
	}

	#pricing-list .price-left {
		width: 23%;
		max-width: 23%;
	}

	#pricing-list .price-blocks-holder .price-block {
    width: 15.4%;
    margin-right: 2px;
    margin-left: 2px;
	}

	.cta-container {
		width: 75%;
	}

	#pricing-list .price-right {
		width: 75%;
		max-width: 75%;
		overflow: hidden;
	}

	#pricing-list .price-blocks-holder {
		width: 300%;
		position: relative;
	}

	#pricing-list .service-type-holder .service-header{
		font-size: 15px;
	    padding-top: 20px;
	    padding-bottom: 15px;
	}

	

	#pricing-list .service-type-holder .service-price{
    	padding-top: 30px;
	}

	#pricing-list .service-type-holder .price-range{
		font-size: 25px;
	}

	#pricing-list .service-type-holder .price-range .symbal{
		font-size: 18px;		

    	vertical-align: 3px;
	}

	#pricing-list .service-type-holder .price-cost{
		font-size: 11px;
	}

	#pricing-list .price-header-name{
		font-size: 12px;
	}

	#pricing-list .feature-name,

	#pricing-list .feature-availability-holder .feature-check{
		font-size: 10px;
		min-height: 45px;
	}

	#pricing-list .feature-name{
		padding: 15px 3px;
	}

	#pricing-list .feature-name .feature-sub {
		font-size: 6px;
		display: none;
	}

	

	#pricing-list .feature-availability-holder .feature-available{
		width: 20px;
		height: 20px;
		background-size: 100% 100%!important;
	}

	#pricing-list .order-type-holder .order-now{
		padding: 12px 0px;
	}

	#pricing-list .order-now .order-header{
		font-size: 12px;
	}

	#pricing-list .order-now .order-type{
		font-size: 9px;
	}

	.main-content .block-products-testimonials .client-details-testimonial,

	.main-content .block-products-testimonials .client-details-testimonial:last-child{
		min-width: 320px;
		margin: 0px auto!important;
	}

	.main-content .block-products-testimonials .main-header {
		font-size: 20px;
	}

	.main-content .block-features .feature {
		width: 48%;
	}

	.main-content .block-user-support .support-title {
		font-size: 18px;
	}

	.main-content .custom-products .products-header, 

	.main-content .custom-products .product-title, 

	.main-content .block-features .feature-title {
		font-size: 16px;
	}

	.dashboard-demo .container{
		font-size: 20px;
	}

	.dashboard-demo .video-description,

	.top-image .video-description{
		width: 90%;
	}

	.video-box{
		height: 150px;
	}

	.dashboard-demo .lng-btn{
		font-size: 20px;
	}

	

	.contact-us .form-group .input-box{
		height: 35px;
	}

	.banner .demo-request-header {
		font-size: 30px;
	}

	.banner .demo-request-text,

	.demo-request-holder .block-text {
		font-size: 15px;
	}

	

	.banner .learn-more-header {
		font-size: 25px;
	}

	.banner .learn-more-image{
		width: 50%;
		height: 75px;
	}

	.footer-block.middle{
		background-size: cover;
	}

	.after-banner .partner-type,

	.main-content .block-footer .extra-features-block, 

	.main-content .customer-experience {
		width: 100%;
		max-width: 300px;
		margin: 0px auto;
		margin-right: initial;
	}

	.after-banner .partner-type:nth-child(even),	

	.main-content .block-footer .extra-features-block:nth-child(even), 

	.main-content .customer-experience:nth-child(even) {
		margin-right: initial;
	}

	.main-content .block-content .partners-info-buttons-holder {
		width: 100%;
	}

	.main-content .bernie-image-holder{		

	    display: block;
	    text-align: center;
	    width: 100%;
	}

	.main-content .bernie-foreword {
		width: 100%;
		display: block;
		text-align: center;
	}

	.main-content .testimonial-top{
		font-size: 35px;
	}

}

@media screen and (max-width: 479px){
	.banner .map{
	    left: -125%;
	    right: -125%;
	    top: -50%;
	}

	.blocks.second .block-client-testimonials .main-header, 

	.footer-block.top .block-header{
		font-size: 25px;
	}

	

	.blocks.second .block-client-testimonials .secondary-header, 

	.footer-block.top .block-secondary-header{
		font-size: 15px;
	}

	.footer-block.bottom .top .social-icons a{
		margin-right: 5px;
	}

	.footer-block.bottom{
		font-size: 12px;
	}

	

	.footer-block.bottom .middle .news-letter{
		margin-right: 10px;
	}

	.footer-block.bottom .middle .newsletter-subscribe{
		width: 60%;
		display: -webkit-inline-box;
	}

	.footer-block.bottom .middle .news-sub-input {
		width: 100%;
		font-size: 11px;
	}

	.footer-block.bottom .middle .news-sub-submit{
		padding: 8px 4px 7px 4px;
		font-size: 12px;
	}

    

	.sidebar-wrapper,

	.sidebar-wrapper .blocks {
		width: 100%;
	}

	#content.internal .achievements img {
		/*float: none;*/
		display: block;
		/*margin: 5px auto;*/
	}

	.footer-block.bottom .bottom .user.demo-req{
		margin-top: 20px;
	}

	#pricing-list{
		zoom: 0.8;
	}

	#pricing-list .service-type-holder .service-header{
		font-size: 12px;
	    padding-top: 20px;
	    padding-bottom: 15px;
	}

	

	#pricing-list .service-type-holder .service-price{
    	padding-top: 30px;
	}

	#pricing-list .service-type-holder .price-range{
		font-size: 20px;
	}

	#pricing-list .service-type-holder .price-range .symbal{
		font-size: 15px;		

    	vertical-align: 3px;
	}

	#pricing-list .service-type-holder .price-cost{
		font-size: 10px;
	}

	#pricing-list .price-header-name{
		font-size: 10px;
	}

	#pricing-list .price-header-pricing {
		font-size: 20px;
	}

	#pricing-list .feature-name,

	#pricing-list .feature-availability-holder .feature-check{
		font-size: 9px;
		min-height: 45px;
	}

	#pricing-list .feature-name{		

    	padding: 15px 2px;
	}

	#pricing-list .feature-name .feature-sub {
		font-size: 5px;
		display: none;
	}

	

	#pricing-list .feature-availability-holder .feature-available{
		width: 20px;
		height: 20px;
		background-size: 100% 100%!important;
	}

	#pricing-list .order-type-holder .order-now{
		padding: 12px 0px;
	}

	#pricing-list .order-now .order-header{
		font-size: 10px;
	}

	#pricing-list .order-now .order-type{
		font-size: 8px;
	}

	.main-content .custom-products .product-type, 

	.main-content .block-features .feature, 

	.main-content .block-products-testimonials .client-details-testimonial,

	.main-content .block-user-support .user-support{
		width: 100%;
	}

	.main-content .block-user-support .support-title {
		font-size: 20px;
	}

	

	.main-content .custom-products .product-req{
		font-size: 15px;
	}

	.main-content .custom-products .products-header, 

	.main-content .custom-products .product-title, 

	.main-content .block-features .feature-title {
		font-size: 20px;
	}

	.dashboard-demo .container{
		font-size: 16px;
	}

	.dashboard-demo .video-description,

	.top-image .video-description{
		width: 100%;
	}

	.dashboard-demo .lng-btn{		

	    font-size: 14px;
	    padding: 10px;
	}

	.footer-block.middle .block-header{
		font-size: 20px;
	}

}

/* UPDATES */

@media (max-width:1280px) { 

	

	#product-menu-section.content-wrapper .container,

	#page-menu-section.content-wrapper .container,

	

	body.page-template-page-partners .container,

	body.page-template-template-product-child .container, 

	body.page-template-template-product-child-lp .container,

	body.page-template-template-product-child-vertical .container,

	body.page-template-template-scalable-agency-services .container,

	body.page-template-template-agency-partners .container,

	body.page-template-template-local-business-seal .container,

	body.page-template-template-advMobile .container,

	body.page-template-template-wmlpm .container,

	body.page-template-template-wmlpm-thanks .container,

	nav#products-page-nav ul {
		max-width:100%;
	}

	nav#products-page-nav ul li a span {
		padding-left:4px;
		padding-right:4px;
		font-size: 11px;
	}

	#product-menu-section .after-menu .menu-heading,

	#product-menu-section .after-menu .menu-subheading {
		line-height:1.231;
		margin:.5em 0;
	}

	#page-menu-section .after-menu .menu-heading,

	#page-menu-section .after-menu .menu-subheading {
		line-height:1.231;
		margin:.5em 0;
	}

	#curly-blue-ribbon-section .blue-ribbon {
		width:88%;
	}

	

}

@media (max-width:1100px) {
	body.page-template-template-product-child .banner,

	body.page-template-template-product-child-lp .banner,

	body.page-template-template-product-child-vertical .banner,

	body.page-template-template-scalable-agency-services .banner,

	body.page-template-template-agency-partners .banner,

	body.page-template-template-local-business-seal .banner {
		/*height:auto;*/

		padding-bottom:24px;
	}

	#heading-banner.container .main-heading {
		font-size:5.5vw;
	}

	#heading-banner.container .main-subheading {
		font-size:3vw;
	}

	#agency-partner-section .partner-steps {
		width:40%;
	}

	#agency-partner-section .large-image-screen {
		width:60%;
		padding-left:6%;
		float:right;
	}

	#agency-partner-section .heading {
		font-size:28px;
	}

.page-template-template-help-center header#masthead{
	min-height: 480px;
}

	.service-col ul li {
		font-size:14px;
		padding:7px 0 8px 47px;
	}

	.service-content .list {
		padding-top:4px;
	}

	#curly-blue-ribbon-section .blue-ribbon {
		background:#0e5388;
		height:auto;
		padding-bottom:19px;
	}

}

@media (max-width:1024px) {
	.page-template-template-help-center header#masthead{
		min-height: 500px;
	}

	.post-type-archive-help_article .site-main{
		width: 100%;
	}

/*	#help-search {
	margin-top: 18px;
}

	#help-search input[type="submit"] {
	right:-3px;
}

#help-search input[type="text"]{
	width: 88%;
}*/

#vertical-section .vertical-list ul li{
	    width: 31%;
}

	.main-content .blocks.first .block-main article {
		width:65%;
		margin:0 auto;
		min-width:280px;
	}

}

@media (max-width:980px) {
/*
#help-search input[type="submit"] {
	right:-4px;
}

#help-search input[type="text"]{
	width: 88%;
}*/

	.small-icons-wrapper .small-icon-container {
		padding:0 24px;
	}

	.small-icons-wrapper .small-icon-container .text {
		font-size:18px;
	}

	#more-on-section .heading {
		float:none;
		text-align:center;
		font-size:48px;
		margin-bottom:24px;
		width:100%;
	}

	#more-on-section .more-on-links {
		width:100%;
	}

	#more-on-section {
		background: #DEEDEE url('img/more-on-background.png');
	    background-position: right top;
	    background-repeat: no-repeat;
	    padding-top:36px;
	}

	#agency-partner-section .partner-steps {
		width:100%;
		max-width:587px;
		margin:0 auto;
		float:none;
		margin-bottom:72px;
	}

	#agency-partner-section .large-image-screen {
		width:100%;
		padding-left:0;
		margin-bottom:72px;
	}

	#scalable-services-section .service-col {
		width:250px;
		margin:0 auto;
		float:none;
		margin-bottom:48px;
	}

	#curly-blue-ribbon-section .blue-ribbon {
		width:78%;
	}

	

}

@media (max-width:780px) {
	nav#products-page-nav ul li {
		width:33.3333333333333%;
	}

	.small-icons-wrapper .small-icon-container {
		width:50%;
		padding:24px 0;
	}

	.cta-container {
		max-width:100%;
	}

	.cta-container a,
	.cta-container p {
		width:96%;
		font-size:4vw;
	}

	.cta-container .cta-left,

	.cta-container .cta-right {
		width:50%;
	}

	.cta-container .cta-right a, 
	.cta-container .cta-right p {
		float:right;
	}

	#more-on-section ul li {
		width:50%;
		padding-right:24px;
	}

	#more-on-section ul li a {
		padding-left:36px;
	}

	#more-on-section .heading {
		font-size:36px;
	}

	#visibility-form-section .vc-input[name="search"]
	 {
		width:60%;
		float:left;
	}

	#visibility-form-section .vc-input[name="zipcode"]
	 {
		width:38%;
		float:right;
	}

	#visibility-form-section .vc-input + .vc-input
	 {
		margin-left:2%;
	}

	#visibility-form-section .vc-submit,

	#visibility-form-section .vert-submit

	.vertical-form-divider .vert-submit
	 {
		width:100%;
		float:none;
		margin-top:12px;
		margin-left:0;
	}

}

@media (max-width:640px) {
	#vertical-section .vertical-list ul{
	    padding: 20px 0px;
	}

	#heading-banner.container {
		text-align:left;
	}

	#heading-banner.container .main-heading {
		font-size:34px;
		text-align: center;
    	display: block;
	}

	body.page-template-template-product-child .banner, 
	body.page-template-template-product-child-lp .banner, 
	body.page-template-template-product-child-vertical .banner, 
	body.page-template-template-scalable-agency-services .banner, 
	body.page-template-template-agency-partners .banner, 
	body.page-template-template-local-business-seal .banner  {
		padding:24px 0 !important;
	}

	#heading-banner.container .main-subheading {
		font-size:22px;
		margin-top:12px;
		text-align: center;
	}

	body.page-template-template-product-child .banner, 
	body.page-template-template-product-child-lp .banner, 
	body.page-template-template-scalable-agency-services .banner, 
	body.page-template-template-agency-partners .banner, 
	body.page-template-template-local-business-seal .banner {
		background: #eaeff2 url('img/banner-product-child-background.jpg');
    	background-position: center center;
    	background-repeat: repeat-x;
	}

	/*body.page-template-template-product-child-vertical .banner {
		background: #eaeff2;
	}*/

	#product-menu-section .after-menu .menu-heading,

	#product-menu-section .after-menu .menu-subheading {
		text-align:left;
	}

	#product-menu-section .after-menu .menu-heading {
		font-size:34px;
	}

	#product-menu-section .after-menu .menu-subheading {
		font-size:22px;
	}

	#page-menu-section .after-menu .menu-heading,

	#page-menu-section .after-menu .menu-subheading {
		text-align:left;
	}

	#page-menu-section .after-menu .menu-heading {
		font-size:34px;
	}

	#page-menu-section .after-menu .menu-subheading {
		font-size:22px;
	}

	#blue-ribbon-section .heading {
		font-size:34px;
		margin-bottom:.5em;
		text-align: center;
	}

	#blue-ribbon-section .subheading {
		font-size:22px;
	}

	#blue-ribbon-section .container {
		text-align:left;
	}

	#more-on-section .heading {
		font-size:28px;
	}

	#more-on-section ul li {
		width:100%;
		float:none;
		min-height:auto;
		text-align:left;
	}

	#more-on-section ul {
		display:inline-block;
	}

	#agency-partner-section .heading {
		font-size:22px;
		text-align:center;
		margin-bottom:36px;
	}

	#agency-partner-section .post-heading {
		font-size:7vw;
		margin-bottom:24px;
	}

	#visibility-form-section .headline {
		font-size:6vw;
	}

	#visibility-form-section .visibility-form {
		margin-top:24px;
	}

	#curly-blue-ribbon-section .blue-ribbon {
		font-size:14px;
	}

	#curly-blue-ribbon-section .blue-ribbon:before,

	#curly-blue-ribbon-section .blue-ribbon:after {
		top:0;
		bottom:0;
		margin:auto;
	}

	#agency-services-form-section .heading {
		font-size:8vw;
	}

}

@media (max-width:540px) {
	

	.footer-block.bottom .middle .newsletter-subscribe{
		width: 54%; 

     display: -webkit-inline-box; 

	}

	.small-icons-wrapper .small-icon-container {
		width:100%;
		float:none;
	}

	.small-icons-wrapper .small-icon-container .text {
		max-width:100%;
		font-size:24px;
	}

	#agency-services-form-section input[type="text"],

	#agency-services-form-section input[type="text"] + input[type="text"],

	#agency-services-form-section input[type="submit"] {
		width:48%;
		margin-left:0;
		margin-right:1%;
		margin-bottom:12px;
	}

}

@media (max-width:480px) {
	#heading-banner.container .main-heading {
		font-size:28px;
	}

	#heading-banner.container .main-subheading {
		font-size:18px;
	}

	#agency-partner-section .post-heading {
		font-size:6vw;
	}

	#agency-partner-section .partner-steps .partner-step .top {
		font-size:18px;
		background-position:left center;
		padding:8px 0px 8px 54px;
	}

	nav#products-page-nav ul li {
		width:100%;
		float:none;
		border-right:0px;
	}

	nav#products-page-nav ul  {
		margin-right: -2px;
		display: flex;
	}

	nav#products-page-nav ul li a {
		display:block;
		/*height:auto;*/

		padding:7px 0px;
		min-height: 86px;
    	vertical-align: middle;
    	text-align: center;
	}

	nav#products-page-nav ul li a span {
		display:inline;
		padding:0;
		font-size: 9px;
	}

	#product-menu-section .after-menu .menu-heading {
		font-size:28px;
	}

	#product-menu-section .after-menu .menu-subheading {
		font-size:18px;
	}

		#page-menu-section .after-menu .menu-heading {
		font-size:28px;
	}

	#page-menu-section .after-menu .menu-subheading {
		font-size:18px;
	}

	.cta-container .cta-left, .cta-container .cta-right {
		width:100%;
		float:none;
	}

	#four-icon-section .cta-container {
		padding-top:24px;
	}

	.cta-container a,
	.cta-container p {
		width:100%;
		float:none;
		margin:.5em 0;
		font-size:7vw;
	}

	#blue-ribbon-section .heading {
		font-size:28px;
	}

	#blue-ribbon-section .subheading {
		font-size:18px;
	}

	#visibility-form-section .vc-input[name="search"]
	 {
		width:100%;
		float:none;
		margin-left:0;
	}

	#visibility-form-section .vc-input[name="zipcode"] 
	{
		width:100%;
		float:none;
		margin-top:12px;
		margin-left:0;
	}

	#curly-blue-ribbon-section .blue-ribbon {
		width:96%;
	}

	#agency-services-form-section input[type="text"],

	#agency-services-form-section input[type="text"] + input[type="text"],

	#agency-services-form-section input[type="submit"] {
		width:100%;
		margin-left:0;
		margin-right:0%;
		margin-bottom:12px;
	}

	.contact-us .form-group{
		display: block;
		width: 100%;
	}

	.contact-us .form-group:nth-child(odd){
		margin-right: 0px;
	}

	.contact-us .form-submit .submit{
		width: 75%;
		font-size: 14px;
    	padding: 20px 25px;
	}

	.banner .demo-request-header {
		font-size: 20px;
	}

	.banner .demo-request-text,

	.demo-request-holder .block-text {
		font-size: 20px;
	}
	
	.banner .learn-more-header {
		font-size: 20px;
		letter-spacing: 10px;
	}

	.banner .learn-more-image{
		width: 50%;
		height: 75px;
	}

	.banner .form-group{
		width: 100%;
	}

	.banner .form-group:nth-child(odd){
		margin-right: 0px;
	}

	.banner .input-box{			

	    height: 35px;
	    font-size: 15px;
	    padding: 5px 15px;	

	}

	.demo-request-holder .demo-block,

	.demo-request-holder .demo-block:nth-child(3n){
		width: 100%;
		margin-right: 0px;
	}

	.main-content .testimonial-top {
		font-size: 25px;
	}

	.main-content .block-content .partners-info-text-header{
		font-size: 18px;
	}

	.main-content .block-content .partners-info-buttons-holder .lng-btn {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.main-content .data-partners-header{
		font-size: 30px;
	}
	.searchform input[type=text] {
	    padding-right: 0px;
	    padding-left: 0px;
	    outline: none;
	    width: 65px;
	    background: transparent;
	    border: 0px;
	    font-size: 13px;
	}
	.searchform input[type=submit]{
	    width: 20px;
	    background: url("img/search-icon-mobile.png") center center no-repeat!important;
	}
	a.user-btn {
    	margin-bottom: 10px;
	}

}

.description {
		font-family: "lato", Arial, Helvetica, sans-serif;
		font-size:24px;
		color: #0e5388 !Important;
		font-weight: normal;
	}

	.partner-step .top{
			font-weight: bold;
	}

	.cta-tab {
		position: fixed;
		top: 30px;
		right: 0px;
		z-index: 99999999;
	}

	@media (max-width : 1300px) {
     .cta-tab {display:none;}

	}

/*** Special Campaign Stuff ***/

	span.eggs {
    cursor: pointer;
	}

	span.easter_50, span.easter_bing, span.easter_t, span.easter_bernadette, span.easter_audit, span.easter_google, span.easter_seo, span.easter_aggs, span.easter_classic {
    cursor: pointer;
	}

/*** Social Sharing Changes ***/

	.footer-block.top .blog-post-details p.no-break {
    display: none;
	}

	#secondary blockquote.easy_testimonial .testimonial_body p.no-break {
    display: none;
	}

/* team page */

#content.internal #primary.team-page  {
	width:100%;
	display:block;
}

/* filter */

.team-page #team-filter {
	width:26%;
	float:left;
}

.team-page #team-filter .heading {
	font-size:24px;
	color:#0e5388;
	padding:13px 0 13px 76px;
	background:url('img/heading-accent.png');
	background-position:9px center;
	background-repeat:no-repeat;
	font-weight:bold;
}

.team-page #team-filter .single-department {
	background:#e5e5e5;
	padding:14px 15px;
	font-size:16px;
	font-weight:bold;
	color:#0c5489;
	cursor:pointer;
	border-radius:2px;
	margin-bottom:5px;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.team-page #team-filter .single-department.active {
	background:#0e5388;
	color:#fff;
}

.team-page #team-filter .single-department.active .pseudo-checkbox:after {
	content:" ";
	position:absolute;
	left:1px;
	top:1px;
	width:17px;
	height:14px;
	background:url('img/orange-checkmark.png');
}

.team-page #team-filter .pseudo-checkbox {
	width:22px;
	height:22px;
	border-radius:2px;
	background:#fff;
	border:2px solid #2570aa;
	float:left;
	margin-right:18px;
	position:relative;
}

.team-page .department-filter {
	background:#f5f5f5;
	border:2px solid #e5e5e5;
	font-size:12px;
	color:#0c5489;
	padding:7px;
	text-align:center;
	border-radius:2px;
	margin-top:6px;
}

.team-page .department-filter .filter-controls {
	display:inline-block;
}

.team-page #team-filter .department-filter .pseudo-checkbox {
	width:17px;
	height:17px;
	cursor:pointer;
}

.team-page #team-filter .department-filter .pseudo-checkbox.active:after {
	content:" ";
	position:absolute;
	left:-2px;
	top:-1px;
	width:17px;
	height:14px;
	background:url('img/orange-checkmark.png');
}

#content.internal #primary.team-page .department-filter a {
	color:#0c5489;
	font-weight:bold;
	cursor:pointer;
}

/* team list */

.team-page #team-member-list {
	width:68%;
	float:right;
}

.team-page .single-member-wrapper {
	width:33.3333333333333%;
	float:left;
	margin-bottom:35px;
}

.text--display-hide{
	visibility: hidden;
	display: table-column;
}
.team-page #team-listo{
	width: 68%;
    float: right;
}
/*.team-page .leadership.products{
display: none;
}*/
/*.team-page .leadership.products:nth-child(2){
	display: none;
}*/
.team-page .team-member {
	width:199px;
	height:232px;
	position:relative;
}

.team-page .team-member a:hover{
	text-decoration: none;
}

.team-page .team-member .member-image {
	height:170px;
	background:#eeeeee;
	border-radius:0 0 24px 0;
 -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
	transition-property: filter;
	transition-duration: 2s;	

}

.team-page .team-member .member-image:hover{
	 -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
	transition-property: filter;
	transition-duration: 1s;	
}

.team-page .team-member .orange-overlay {
	width:199px;
	height:170px;
	position:absolute;
	bottom:0;
	left:0;
	background:url('img/orange-overlay-2.png');
	background-position:right top;
	background-repeat:no-repeat;
}

.team-page .team-member .curve-mask {
	width:77px;
	height:79px;
	position:absolute;
	left:0;
	top:0;
	background:url('img/curve-mask.png');
	background-position:left top;
	background-repeat:no-repeat;
}

.team-page .member-name-title {
	    position: relative;
    padding: 5px 0 0 5px;
    margin-left: 0px;
    overflow: hidden;
    max-width: 170px;
}

.team-page .member-name-title .member-name {
	color:#fff;
	font-size:14px;
}

.team-page .member-name-title .member-name a {
	color:#fff !important;
	text-decoration:none;
}

.team-page .member-name-title .member-title {
	font-size:10px;
	color:#ff9f00;
	text-transform: uppercase;
}

@media (max-width:968px) {
/*
#help-search input[type="submit"] {
	right:-11px;
}

#help-search input[type="text"]{
	width: 88%;
}*/

	#content.internal #primary.team-page {
		padding-top:0;
	}

	.team-page #team-filter {
		width:100%;
		float:none;
	}

	.team-page #team-filter .single-department {
		width:32%;
		margin:4px .65%;
		float:left;
	}

	.team-page #team-member-list {
		width:100%;
		float:none;
		margin-top:24px;
	}

	.team-page .team-member {
		margin:0 auto;
	}

}

@media (max-width:640px) {
	.team-page #team-filter .single-department {
		width:48%;
		margin:4px 1%;
	}

	.team-page .single-member-wrapper {
		width:50%;
	}

	.team-page .team-member {
		width:94%;
	}

	.team-page .team-member .orange-overlay {
		width:100%;
	}

}

@media (max-width:480px) {
	.team-page #team-filter .single-department {
		width:100%;
		margin:4px 0;
	}

	.team-page .single-member-wrapper {
		width:100%;
	}

	.team-page .team-member {
		max-width:300px;
	}

}

/* single member page */

.single-team_member {
	background:none;
}

.single-team_member #member-sidebar {
	width:222px;
	float:left;
	margin-top: 25px;
}

.single-team_member #member-sidebar .member-picture {
	height:284px;
	overflow:hidden;
	position:relative;
	margin-bottom:41px;
}

.single-team_member #member-sidebar .member-picture:before {
	content:" ";
	width:83px;
	height:86px;
	background:url('img/curve-mask-2.png');
	background-position:left top;
	background-repeat:none;
	position:absolute;
	left:0;
	top:0;
}

.single-team_member #member-sidebar .member-picture:after {
	content:" ";
	width:88px;
	height:86px;
	background:url('img/curve-mask-3.png');
	background-position:left top;
	background-repeat:none;
	position:absolute;
	right:0;
	bottom:0;
}

.single-team_member #member-sidebar .member-picture img {
	height:284px;
	width:284px;
	max-width:284px;
	margin-left:-31px;
}

.single-team_member #member-sidebar .member-email a {
	display:block;
	background:#0e5388 url('img/email-icon.png');
	background-position:41px center;
	background-repeat:no-repeat;
	color:#fff !important;
	border:2px solid #e67127;
	border-radius:2px;
	padding:7px;
	padding-left:85px;
	text-decoration:none;
}

.single-team_member #member-sidebar .member-email a:hover {
	background:#09375a url('img/email-icon.png');
	background-position:41px center;
	background-repeat:no-repeat;
}

.single-team_member #content.internal #primary {
	width:100%;
	display:block;
}

.single-team_member #member-content {
	width:680px;
	float:right;
}

.single-team_member #content.internal {
	background:none;
}

.single-team_member #content.internal #primary {
	border-right:0px;
}

.single-team_member #member-content .heading {
	font-size:48px;
	color:#535353;
	line-height:1.231;
}

.single-team_member #member-content .title {
	font-size:30px;
	color:#cf5a25;
	line-height:1.231;
}

.single-team_member #member-content .social-links {
	padding:38px 0;
}

.single-team_member #member-content .social-links a {
	width:37px;
	height:37px;
	border-radius:3px;
	background:#ebebeb;
	display:inline-block;
	margin-right:14px;
}

.single-team_member #member-content .social-links a.twitter-icon {
	background:url('img/member-twitter.png');
	background-position:center center;
	background-repeat:no-repeat;
}

.single-team_member #member-content .social-links a.facebook-icon {
	background:url('img/member-facebook.png');
	background-position:center center;
	background-repeat:no-repeat;
}

.single-team_member #member-content .social-links a.googleplus-icon {
	background:url('img/member-google-plus.png');
	background-position:center center;
	background-repeat:no-repeat;
}

.single-team_member #member-content .social-links a.linkedin-icon {
	background:url('img/member-linked-in.png');
	background-position:center center;
	background-repeat:no-repeat;
}

.single-team_member .banner {
	background:url('img/team-member-banner-background.jpg');
	height:219px;
	background-position:center top;
	background-repeat:repeat-x;
	font-size:48px;
}

.single-team_member .banner .service-header {
	font-size:48px;
	color:#eb7d28;
	font-weight:300;
	font-style:italic;
}

.single-team_member .banner .service-moto {
	font-size:48px;
	color:#0c5489;
	font-weight:300;
	font-style:italic;
}

@media (max-width:1024px) {
	.single-team_member #member-sidebar {
		margin-right:36px;
		margin-bottom:24px;
	}

	.single-team_member #member-content {
		width:100%;
		float:none;
	}

	.single-team_member h1 {
		clear:none;
	}

	.single-team_member .banner.internal .service-container {
		padding-top:0;
		padding-bottom:0;
	}

	.single-team_member .banner .service-header,

	.single-team_member .banner .service-moto {
		font-size:30px;
	}

	.single-team_member .banner {
		height:auto;
		font-size:30px;
	}

}

@media (max-width:780px) {
	.single-team_member #member-content .heading {
		font-size:30px;
	}

	.single-team_member #member-content .title {
		font-size:24px;
	}

}

@media (max-width:640px) {
	.single-team_member .banner {
		font-size:24px;
		text-align:left;
	}

	.single-team_member .banner .service-header,

	.single-team_member .banner .service-moto {
		font-size:24px;
		text-align:left;
		float:none;
		display:block;
	}

	.single-team_member #member-sidebar {
		width:100%;
		float:none;
	}

	.single-team_member #member-sidebar .member-picture {
		max-width:300px;
		margin:0 auto;
		margin-bottom:41px;
	}

	.single-team_member #member-sidebar .member-picture img {
		max-width:300px;
		margin-left:0;
		width:auto;
		height:auto;
	}

	.single-team_member #member-sidebar .member-email a {
		width:222px;
		margin:0 auto;
	}

	.single-team_member #member-content .heading,

	.single-team_member #member-content .title {
		text-align:center;
	}

	.single-team_member #member-content {
		text-align:center;
	}

	.single-team_member #member-content .social-links {
		display:inline-block;
		padding:24px 0;
	}

	.single-team_member #member-content .body {
		text-align:left;
	}

}

/* LSS PAGE & AIG PAGE */

.large-hero {
	height:645px;
	font-weight:bold;
}

#lss-banner,

#aig-banner {
	background:url('img/lss-banner-background.jpg');
	background-position:center top;
}

.page-local-site-submit .visibility-check,

.page-advice-interactive-group .visibility-check,

.banner .vertical-form-container
 {
	background:url('img/vc-check-background.png');
	background-position:center top;
	background-repeat:no-repeat;
	height:78px;
	position:absolute;
	z-index:3;
	left:0;
	right:0;
	bottom:-10px;
}

.vertical-form-divider .vertical-form-container
 {
	background-position:center;
	background-repeat:no-repeat;
	height:300px;
	z-index:3;
	left:0;
	right:0;
	bottom:-10px;
}

.banner.internal .vc-container
 {
	background:none;
	padding:24px 30px 0;
}

.banner .vertical-form-holder
 {
	background:none;
	padding:24px 50px 0;
}

.large-hero .container {
	position:relative;
	width:1080px;
	margin:0 auto;
	height:645px;
}

.large-hero .looking-glass {
	width:528px;
	height:346px;
	background:url('img/looking-glass.png');
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	right:60px;
	top:46px;
}

.large-hero .looking-glass .lss-logo {
	width:182px;
	height:112px;
	background:url('img/local-site-submit-logo.png');
	background-position: left top;
	background-repeat:no-repeat;
	position:absolute;
	right:106px;
	top:95px;
}

.large-hero .looking-glass .aig-logo {
	width:186px;
	height:84px;
	background:url('img/advice-interactive-group-logo.png');
	background-position: left top;
	background-repeat:no-repeat;
	position:absolute;
	right:101px;
	top:106px;
}

.large-hero .blue {
	color:#0c5489;
	font-size:30px;
}

.large-hero .orange {
	color:#eb7d28;
	font-size:60px;
}

.large-hero .messaging {
	line-height:1.231;
	width:544px;
	position:absolute;
	left:36px;
	top:97px;
}

.large-hero .rebranding {
	text-align:center;
	position:absolute;
	bottom:117px;
	left:0;
	right:0;
	margin: auto;
}

.large-hero .rebranding .old {
	margin-bottom:3px;
}

.page-local-site-submit #content.internal,

.page-advice-interactive-group #content.internal {
	background:none;
}

.page-local-site-submit #content.internal #primary,

.page-advice-interactive-group #content.internal #primary {
	border-right:0;
	width:100%;
	float:none;
	display:block;
}

@media (max-width:1100px) {
	.large-hero {
		height:auto;
	}

	.large-hero .container {
		width:100%;
		padding:50px 6%;
		height:auto;
	}

	.large-hero .looking-glass {
		display:none;
	}

	.large-hero .messaging,

	.large-hero .rebranding {
		text-align:center;
		position:static;
		width:100%;
	}

	.large-hero .messaging {
		margin-bottom:50px;
	}

	.page-local-site-submit .visibility-check,

	.page-advice-interactive-group .visibility-check,

	.template-product-child-vertical .vertical-form-container
	 {
		display:none;
	}

	.page-local-site-submit .banner.internal,

	.page-advice-interactive-group .banner.internal {
		padding-top:0 !important;
		padding-bottom:0 !important;
	}

}

@media (max-width:640px) {
	.large-hero .blue {
		font-size:6vw;
	}

	.page-advice-interactive-group .large-hero .blue {
		font-size:5vw;
	}

	.large-hero .orange {
		font-size:10vw;
	}

}

/* 404 */

.error404 header#masthead .banner {
	background: url(img/404-background.jpg);
    background-size: 2234px auto;
    background-repeat: no-repeat;
	/*background:url('img/404-background.jpg') !important;*/

	/*background-position:center top !important;*/

	/*background-repeat:no-repeat !important;*/

	height: 100% !important;
	background-position: center;
}

.error404 .banner .container {
	width:980px;
	margin:0 auto;
	position:relative;
}

.error404 .banner .blimp {
	width:574px;
	height:233px;
	background:url('img/404-blimp.png');
	position:absolute;
	right:0;
	top:85px;
}

.error404 .messaging {
	padding-top:58px;
}

.error404 .messaging .description {
	font-weight:bold;
}

.error404 .messaging ul {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline-block;
	margin-top:32px;
}

.error404 .messaging ul li {
	font-size:18px;
	margin-bottom:10px;
}

.error404 .messaging ul li a {
	color:#0e5388;
	font-weight:bold;
	text-decoration:none;
	display:block;
	background:url('img/404-li-icon.png');
	background-position:10px center;
	background-repeat:no-repeat;
	padding:2px 0 2px 57px;
}

.error404 .messaging ul li a:hover {
	background-position:28px center;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#banner-404 .heading {
	color:#0e5388;
	font-size:138px;
}

.error404 .messaging .sub {
	margin-top:72px;
}

@media (max-width:1024px) {
	.error404 .banner .container {
		width:100%;
		padding:0 6%;
	}

	.error404 .banner .blimp {
		display:none;
	}

	.error404 .messaging {
		padding-top:0;
	}

	.error404 .banner.internal {
		padding-top:0 !important;
	}

	.error404 .messaging .sub {
		margin-top:24px;
	}

}

@media (max-width:640px) {
	.error404 .banner {
		background-position:43% top;
	}

	#banner-404 .heading {
		font-size:78px;
	}

}

/*** random customations by jnosal ***/

.page-id-3456 #product-menu-section, .page-id-3456 #four-icon-section {
    display: none;
}

/* ABOUT US TEMPLATE */

#company-timeline {
	background:url('img/about-us-dot.png');
	background-position:center top;
	background-repeat:repeat-y;
}

#company-timeline .milestone {
	width:100%;
	position:relative;
	padding:33px 0;
}

#company-timeline .milestone .bullseye {
	width:136px;
	height:136px;
	background:url('img/about-us-bullseye.png');
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
	color:#fff;
	font-weight:700;
	font-size:30px;
	padding-top:45px;
}

#company-timeline .milestone .caption {
	width:220px;
	padding-top:17px;
}

#company-timeline .milestone:nth-of-type(odd) .caption {
	float:right;
}

#company-timeline .milestone:nth-of-type(even) .caption {
	float:left;
	text-align:right;
}

#company-timeline .milestone .name {
	font-weight:700;
	font-size:18px;
	color:#0e5388;
}

#company-timeline .milestone .description {
	font-size:16px;
	color:#394b5c !important;
}

#company-timeline .milestone .arrow {
	width:118px;
	height:113px;
	position:absolute;
}

#company-timeline .milestone:nth-of-type(odd) .arrow {
	background:url('img/about-us-arrow-left');
	background-position:left top;
	background-repeat:no-repeat;
	left:102px;
	top:94px;
}

#company-timeline .milestone:nth-of-type(even) .arrow {
	background:url('img/about-us-arrow-right');
	background-position:left top;
	background-repeat:no-repeat;
	right:102px;
	top:94px;
}

#company-timeline .milestone:first-of-type {
	padding-top:0;
}

#company-timeline .milestone:first-of-type .arrow {
	top:61px;
}

#company-timeline .milestone:last-of-type {
	padding-bottom:0;
}

#company-timeline .milestone:last-of-type .arrow {
	display:none;
}

.template-about-us #content.internal {
	background:none;
}

.template-about-us #content.internal #primary {
	border-right:1px solid #f0faf7;
}

.template-about-us .banner.internal .vc-container {
	background:rgba(230,113,39,0.61);
	padding:20px 30px;
	display: block;
	width: 1100px;
	margin: 0 auto;
}

.template-about-us .banner.internal {
	padding:29px 0 23px;
}

.sidebar-about .sidebar-wrapper .blocks {
	width:333px;
	padding:13px 12px;
}

.sidebar-about .sidebar-wrapper .blocks.top-block {
	width:333px;
	padding:13px 16px;
}

#content.internal .achievements img:first-of-type {
	/*margin-right:8px;*/
}

.sidebar-about .single-trophy {
	display:table;
	font-size:16px;
	color:#0e5388;
	font-weight:bold;
}

.sidebar-about .single-trophy .image {
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	width:128px;
}

.sidebar-about .single-trophy .copy {
	width:171px;
	display:table-cell;
	vertical-align: middle;
	padding-left:18px;
}

#content.internal #secondary.sidebar-about .sidebar-cta a {
	display:block;
	margin:0 auto;
	width:263px;
	padding:8px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	background:#e67127;
	border:1px solid #c55b17;
	border-radius:2px;
	text-align:center;
	margin-top:30px;
}

#content.internal #secondary.sidebar-about .sidebar-cta a:hover {
	background:#c55b17;
}

#mission-statement {
	background:url('img/mission-statement-background.png') #dae9f4;
	background-position:center bottom;
	background-repeat:no-repeat;
	height:511px;
}

#mission-statement .container {
	width:846px;
	margin:0 auto;
	text-align:center;
}

#mission-statement .heading {
	font-size:48px;
	font-weight:bold;
	color:#0e5388;
	padding:1.3em 0 .9em;
}

#mission-statement .copy {
	font-size:18px;
	color:#394b5c;
	line-height:2.7;
}

.template-about-us .footer-block.middle .connect-with-us {
	background:url('img/green-right-arrow.png') #e67127;
	background-position:93% center;
	background-repeat:no-repeat;
}

.template-about-us .footer-block.middle .connect-with-us {
	padding-left:auto;
	padding:24px 24px;
	padding-right:47px;
}

.template-about-us .footer-block.middle .connect-with-us:hover {
    background-color: #833704;
}

.tm-click-to-tweet .tm-ctt-text a,
.tm-click-to-tweet a.tm-ctt-btn{
	color: #e67127;
}

@media (max-width:1023px) {
.page-template-template-help-center header#masthead{
	min-height: 464px;
}

	.template-about-us .banner.internal {
		display:none;
	}

	.template-about-us #company-timeline .milestone {
		width:611px;
		margin:0 auto;
	}

	#content.internal #secondary.sidebar-about {
		margin-bottom:48px;
	}

}

@media (max-width:900px) {
/*#help-search input[type="submit"] {
	right:-16px;
}

#help-search input[type="text"]{
	width: 88%;
}*/

	#mission-statement {
		height:auto;
	}

	#mission-statement .container {
		width:100%;
		padding:0 6% 48px;
	}

}

@media (max-width:680px) {
	#company-timeline .milestone .arrow {
		display:none;
	}

	#company-timeline .milestone:nth-of-type(even) .caption {
		float:right;
		text-align:left;
	}

	#company-timeline .milestone .bullseye {
		right:auto;
	}

	#company-timeline {
	    background: url('img/about-us-dot.png');
	    background-position: 66px top;
	    background-repeat: repeat-y;
	}

	#company-timeline .milestone .caption {
		width:auto;
		padding:24px 0 24px 160px;
	}

	.template-about-us #company-timeline .milestone {
		width:100%;
	}

}

/*** random customations by jnosal ***/

.page-id-3456 #product-menu-section, .page-id-3456 #four-icon-section, .page-id-3456 #product-menu-section .after-menu, .page-id-3459 .blocks.first {
    display: none;
}

#evil { position: relative; } .popmake>.popmake-close {margin-top: -17px; color: #FFF;} /*April Fool's*/

span.cat-links, span.tags-links {
    margin-right: 10px;
}

span.stMainServices.st-pinterest-counter, span.stMainServices.st-facebook-counter, span.stMainServices.st-twitter-counter, span.stMainServices.st-linkedin-counter, span.stMainServices.st-email-counter, span.stMainServices.st-sharethis-counter2, .stButton .stBubble+.stButton_gradient {
    height: 22px !important;
}

.stButton .stBubble {
    height: 35px !important;
    line-height: 8px !important;
}

.page .st_fblike_vcount, .page .st_plusone_vcount, .page .st_pinterest_vcount, .page .st_facebook_vcount, .page .st_twitter_vcount, .page .st_linkedin_vcount, .page .st_email_vcount, .page .st_sharethis_vcount, .page .st_instagram_vcount,

.single-post .footer-block.top .st_fblike_vcount, .single-post .footer-block.top .st_plusone_vcount, .single-post .footer-block.top .st_pinterest_vcount, .single-post .footer-block.top .st_facebook_vcount, .single-post .footer-block.top .st_twitter_vcount, .single-post .footer-block.top .st_linkedin_vcount, .single-post .footer-block.top .st_email_vcount, .single-post .footer-block.top .st_sharethis_vcount, .single-post .footer-block.top .st_instagram_vcount {
    display: none;
}

.share-buttons {
    display: none;
}

.faux_h3 {
	color: #0E5388;
	display: block;
	font-size: 1.17em;
	-webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.al_bread {
    margin-top: -32px;
    margin-bottom: 32px;
}

/* BLOG */

.blog.home #content.internal {
	background:#f4f7fa;
}

.blog.home #content.internal #primary:before {
	background:none;
}

.blog.home #content.internal #primary {
	border-right:0px;
	width:100%;
	display:block;
	padding:20px 0 60px;
	background:none;
}

.blog.home .banner.internal {
	display:none;
}

.page-template-template-local-business-seal {}

.blog.home #main > .heading {
	text-align:center;
	font-size:48px;
	font-weight:bold;
	color:#eb7d28;
	margin-bottom:8px;
}

.single-post #main h1 {
    margin-top: 20px;
}

.blog.home .blue {
	color:#0e5388;
}

#blog-main-container .latest-blog-post {
	height:490px;
	width:680px;
	float:left;
	position:relative;
}

#blog-main-container .latest-blog-post:before {
	content:" ";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,093d65+74,093d65+100&0+0,1+89 */

	background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(9,61,101,0.83) 74%, rgba(9,61,101,1) 89%, rgba(9,61,101,1) 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(9,61,101,0.83) 74%,rgba(9,61,101,1) 89%,rgba(9,61,101,1) 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(9,61,101,0.83) 74%,rgba(9,61,101,1) 89%,rgba(9,61,101,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#093d65',GradientType=0 ); /* IE6-9 */

}

#blog-main-container .content-container {
	position:absolute;
	bottom:12px;
	padding:0 36px;
}

#blog-main-container header.entry-header {
	font-size:28px;
	font-weight:bold;
}

#blog-main-container header.entry-header a {
	color:#eb7d28;
	text-shadow:0px 2px 5px rgba(0,0,0,0.9);
	text-decoration:none;
}

#blog-main-container header.entry-header a:hover {
	color:#fff !important;
}

#blog-main-container .latest-blog-post {
	color:#fff;
}

#blog-main-container .latest-blog-post .excerpt {
	font-size:18px;
	margin:1.2em 0;
}

#blog-main-container .entry-meta a {
	color:#e67127 !important;
}

#blog-three-features {
	float:right;
	width:289px;
}

#blog-three-features .single-feature-item {
	margin-bottom:10px;
	color:#fff;
}

#blog-three-features .single-feature-item a {
	color:#fff !important;
}

#blog-three-features .single-feature-item a:hover {
	text-decoration:none;
}

#blog-three-features .feat-wrap {
	width:289px;
	height:157px;
	display:table-cell;
	position:relative;
	display: -moz-box;
}

#blog-three-features .guest-writer .feat-wrap {
	background:url('img/blog-guest-writer-background.png');
	background-position:right top;
	background-repeat:no-repeat;
	padding-top: 18px;
}

#blog-three-features .subscribe-blog .feat-wrap {
	background:url('https://www.advicelocal.com/images/review-monitoring-tool-thumbnail.jpg');
	background-position:right top;
	background-repeat:no-repeat;
	padding-top: 18px;
}

#blog-three-features .subscribe-newsletter .feat-wrap {
	background:url('https://www.advicelocal.com/images/enhanced-google-business-profile-tool.jpg');
	background-position:right top;
	background-repeat:no-repeat;
	padding-top: 18px;
}

#blog-three-features .single-feature-item .desc {
	position:absolute;
	bottom:12px;
	padding:0 13px;
}

.blocks.top-block #blog-three-features .single-feature-item .desc {
	bottom:4px;
}

#blog-three-features .single-feature-item .desc span {
	display:block;
	font-weight:bold;
	font-size:36px;
	line-height:29px;
}

#blog-three-features .single-feature-item .desc span.small {
	font-size:18px;
}

#blog-three-features .single-feature-item .desc span.large {
	/*margin-bottom:13px;*/

}

#blog-three-features .single-feature-item .desc input {
	font-size:14px;
	font-weight:bold;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:0;
	border:0;
}

#blog-three-features .single-feature-item .desc input[type="text"] {
	font-size:14px;
	color:#191919;
	padding:7px;
	width:171px;
}

#blog-three-features .single-feature-item .desc input[type="submit"] {
	background:#0e5388;
	color:#fff;
	padding:0 0;
	text-shadow:none;
	box-shadow:none;
	border:0;
	width:86px;
	padding:11px 0 10px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#blog-three-features .single-feature-item .desc input[type="submit"]:hover {
	background:#09375a;
}

.blog.home .heading-two {
	font-size:36px;
	color:#0e5388;
	margin:12px 0 42px;
}

.blog.home article.regular {
	margin-bottom:22px;
	background:#fff;
	position:relative;
}

.blog.home .regular .thumbnail-container {
	float:left;
	margin-right:38px;
	/*border-right:3px solid #f4f7fa;*/

	min-height: 340px;
}

.blog.home .regular .thumbnail-container img {
	display:block;
}

.blog.home .regular .content-container header {
	margin-bottom:12px;
}

.blog.home .regular .content-container header a {
	font-size:28px;
	color:#eb7d28;
	line-height:1.231;
}

.blog.home .regular .content-container {
	padding-top:24px;
	font-weight:bold;
	padding-bottom:56px;
	padding-left:38px;
	padding-right:38px;
}

.blog.home .regular .entry-meta {
	position: absolute;
    bottom: 0;
    right: 0;
    border-top: 3px solid #f4f7fa;
    width: 507px;
    padding:12px 0 2px 38px;
}

.blog.home #content.internal #primary .regular .permalink {
	margin-top:18px;
}

.blog.home #content.internal #primary .regular .permalink a {
	background:#e67227;
	color:#fff;
	border:2px solid #c75813;
	border-radius:2px;
	text-decoration:none;
	display:inline-block;
	padding:5px 15px;
}

.blog.home #content.internal #primary .regular .permalink a:hover {
	background:#c75813;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width:1080px) {
	#blog-main-container .latest-blog-post {
		width:100%;
		float:none;
		margin:0 0 2%;
	}

	#blog-three-features {
		width:100%;
		float:none;
	}

	#blog-three-features .single-feature-item {
		width:33%;
		text-align:right;
		float:left;
	}
	#blog-three-features .single-feature-item  #mc_embed_signup input.email{
		width: 100% !important;
		margin-bottom: 5px;
	}

	.top-block #blog-three-features .single-feature-item {
		/*width:220px;*/

		float:none;
		display:inline-block;
		display: -moz-deck;
		margin-left: 0px;
	}

	#blog-three-features .feat-wrap {
		float:right;
	}

	/*.single-feature-item.guest-writer {
		background:#eb7d28;
		margin-right:2%;
	}*/

	/*.single-feature-item.subscribe-blog {
		background:#c45300;
	}*/

	/*.single-feature-item.subscribe-newsletter {
		background:#c3370b;
		margin-left:2%;
	}*/

	.blog.home #content.internal #primary {
		padding:20px 6% 60px;
	}

	#blog-three-features .feat-wrap {
		/*width:auto;*/

		float:none;
		text-align:left;
	}

	#blog-three-features .single-feature-item .desc input[type="text"],

	#blog-three-features .single-feature-item .desc input[type="submit"] {
		width:100%;
		float:none;
		display:block;
		text-align:center;
	}

	#blog-three-features .single-feature-item.subscribe-blog .desc,

	#blog-three-features .single-feature-item.subscribe-newsletter .desc {
		/*position:static;*/

	}

	#blog-three-features .single-feature-item.subscribe-blog .desc span,

	#blog-three-features .single-feature-item.subscribe-newsletter .desc span {
		font-size:22px;
	}

	.blog.home .regular .entry-meta {
		position:static;
		width:auto;
		margin-top:12px;
		clear:both;
		text-align:center;
		padding:14px 14px 4px;
	}

	.blog.home .regular .content-container {
		padding-bottom:0;
		padding-right:38px;
	}

}

@media (max-width:860px) {
	.post-type-archive-help_article #masthead {
    min-height: 605px;
}

/*#help-search input[type="submit"] {
	right:-23px;
}

#help-search input[type="text"]{
	width: 88%;
}*/

	.blog.home .regular .content-container {
		text-align:center;
	}

	.blog.home .regular .thumbnail-container {
		padding-top:38px;
		float:none;
		margin-right:0;
		border-right:0;
	}

	.blog.home .regular .thumbnail-container img {
		margin:0 auto;
	}

	.blog.home .regular .entry-meta {
		margin-top:38px;
	}

}

@media (max-width:780px) {
	#blog-three-features .single-feature-item.subscribe-blog .desc span, #blog-three-features .single-feature-item.subscribe-newsletter .desc span {
		font-size:18px;
	}

}

@media (max-width:640px) {
	#blog-three-features .single-feature-item {
		width:70%;
		float:none;
		margin-bottom:2%;
		margin-left:auto;
		margin-right:auto;
	}

	#blog-three-features .single-feature-item.subscribe-blog .desc span, #blog-three-features .single-feature-item.subscribe-newsletter .desc span {
		font-size:24px;
		display:inline-block;
		padding-top:0px;
	}

	#blog-three-features .single-feature-item .desc input[type="text"] {
		margin-bottom:12px;
	}

	.blog.home .heading-two {
		margin-top:38px;
		margin-bottom:24px;
	}
	.sidebar-wrapper #blog-three-features .single-feature-item {
		width:70%;
		float:none;
		margin-bottom:2%;
		margin-left:auto;
		margin-right:auto;
	}

}

@media (max-width:480px) {
	#blog-main-container header.entry-header {
		font-size:24px;
	}

	#content.internal #primary .entry-meta {
		font-size:12px;
	}

	#blog-main-container .latest-blog-post {
		height:auto;
		padding:24px;
	}

	#blog-main-container .content-container {
		position:relative;
		bottom:auto;
		padding:0 0;
	}

	#blog-three-features .single-feature-item.subscribe-blog .desc span, #blog-three-features .single-feature-item.subscribe-newsletter .desc span {
		font-size:18px;
	}

	.blog.home #main > .heading,

	.blog.home .heading-two {
		font-size:28px;
		text-align:center;
		margin-bottom:24px;
	}

	.blog.home .regular .content-container {
		text-align:left;
	}

	.blog.home .regular .content-container header a {
		font-size:22px;
	}

	.blog.home .regular .thumbnail-container {
		padding-top:0;
		min-height: inherit;
	}

	.blog.home .regular .entry-meta {
		text-align:left;
		padding-left:0;
		padding-right:0;
	}

}

@media (min-width:1023px) {
	.top-block #blog-three-features .single-feature-item {
		width:100%;
	}

}

@media (max-width:1099px) {
	#help-search .container,

	.template-help-center footer#colophon .footer-block.middle .container {
		width:100%;
	}

	#content.internal #primary #help-center-topics .single-help-category,

	#help-center-contact .col3 {
		width:31.33333333333%;
		margin-left:1%;
		margin-right:1%;
	}

	#help-center-contact .colspan2 {
		width:64.666666666666%;
		margin-left:1%;
		margin-right:1%;
	}

	#content.internal #primary #help-center-topics .single-help-category .heading {
		padding:0px 12px;
		line-height:1;
	}
	.large-image-screen img {
    height: auto;
    width: 100%;
	}

}

@media (max-width:1023px) {
	.template-help-center .banner.internal {
		padding-top:18px !important;
		padding-bottom:0px !important;
	}

	#frequently-asked-questions .heading {
		text-align:center;
		font-size:36px;
		margin-top:36px;
		margin-bottom:18px;
		line-height:1.231;
	}

	#content.internal #primary #frequently-asked-questions ul li,

	#content.internal #primary #frequently-asked-questions ul li:nth-child(odd),

	#content.internal #primary #frequently-asked-questions ul li:nth-child(even) {
		text-align:center;
		width:100%;
		float:none;
		height:auto;
		margin-bottom:12px;
		padding-left:0;
		padding-right:0;
	}

	.footer-block.middle .block-header {
		font-size:3.5vw;
	}

}

@media (max-width:640px) {
	.error404 header#masthead .banner {
        background-size: 1970px auto;
	background-position: -660px;
	height: 660px !important;
    }

	.page-id-3459 #products-page-nav ul li:nth-child(5) a .page-menu-span{
	/*max-height: 63px;
    display: inline-block;
    line-height: 21px;*/

    font-size: 13px;
	}

	#content.internal #primary #help-center-topics .single-help-category,

	#content.internal #primary #help-center-topics .single-help-category:nth-child(3n) {
		width:48%;
		margin:1% 1%;
	}

	#frequently-asked-questions .heading {
		font-size:24px;
	}

	#content.internal #primary #frequently-asked-questions ul li,

	#content.internal #primary #frequently-asked-questions ul li:nth-child(odd),

	#content.internal #primary #frequently-asked-questions ul li:nth-child(even) {
		text-align:left;
	}

	#content.internal #primary #frequently-asked-questions ul li a {
		font-size:16px;
	}

	.footer-block.middle .block-header {
		font-size:22px;
	}

	#help-search .container {
		padding:17px 6%;
	}

	#help-search input[type="text"] {
		padding-right:58px;
	}

}

@media (max-width:480px) {
	.error404 header#masthead .banner {
        background-size: 1970px auto;
	background-position: -713px;
	height: 680px !important;
    }

    .blocks.second .partners-list a{
	display: block;
	width: 100%;
}

.post-type-archive-help_article #primary #help-center-topics .single-help-category{
	width: 76%;
    display: table;
    margin: 0px auto;
    float: none;
}

	#content.internal #primary #help-center-topics .single-help-category,

	#content.internal #primary #help-center-topics .single-help-category:nth-child(3n) {
		width:100%;
		margin:1% 0;
	}

	.footer-block.middle .block-header {
		font-size:18px;
	}

	.template-help-center footer#colophon .footer-block.middle .container {
		padding:17px 6%;
	}

}

/* Testimonials */

.template-testimonials #content.internal #primary:before {
	width:0;
}

.template-testimonials .banner.internal {
	background: url('img/team-member-banner-background.jpg');
    height: 219px;
    background-position: center top;
    background-repeat: repeat-x;
    font-size: 48px;
}

.template-testimonials .banner.internal .service-container {
	padding-top:17px;
}

.template-testimonials .banner .service-description {
	line-height:1;
}

.template-testimonials #content.internal {
	background:none;
}

.template-testimonials #content.internal #primary {
	width:100%;
	display:block;
	border-right:0;
	padding-top:38px;
}

.template-testimonials #pre-message {
	width:85%;
	text-align:center;
	margin:0 auto;
	margin-bottom:72px;
	line-height:2;
}

#featured-testimonials .single-featured-testimonial {
	float:left;
	width:50%;
}

#featured-testimonials .single-featured-testimonial .quote {
	background:#f0f3f6;
	border:1px solid #eeeff0;
	border-bottom:5px solid #e2e8ee;
	border-radius:4px;
	font-family:"Source Sans Pro", arial, helvetica, sans-serif;
	font-weight:300;
	color:#535353;
	position:relative;
	width:450px;
	padding:44px 30px 0px;
	font-size:18px;
	margin:0 auto;
	height:211px;
}

#featured-testimonials .single-featured-testimonial .quote:before {
	content:" ";
	width:28px;
	height:22px;
	background:url('img/testimonial-quote-glyph.png');
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	left:20px;
	top:-10px;
}

#featured-testimonials .single-featured-testimonial .quote:after {
	content:" ";
	background:url('img/testimonial-down-arrow.png');
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	width:32px;
	height:34px;
	right:60px;
	bottom:-34px;
}

#featured-testimonials .single-featured-testimonial .citation {
	padding-right:50px;
	padding-top:47px;
	text-align:right;
	font-family:"Source Sans Pro", Arial, Helvetica, Sans-serif;
	font-weight:300;
	font-size:18px;
	color:#535353;
	line-height:1.4;
}

#featured-testimonials .single-featured-testimonial .citation .image {
	float:right;
	margin-left:32px;
}

#featured-testimonials .single-featured-testimonial .citation .author {
	color:#d15b29;
	font-size:24px;
	font-weight:400;
}

#submit-testimonial-section {
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	border-radius:3px;
	font-family:"Source Sans Pro", Arial, Helvetica, Sans-serif;
	margin-top:98px;
}

#submit-testimonial-section .left {
	width:660px;
	padding:44px 30px;
}

#submit-testimonial-section .left .heading {
	font-size:36px;
	color:#0c5489;
}

#submit-testimonial-section .left .description {
	font-size:14px;
	color:#535353 !important;
	line-height:1.8;
}

#submit-testimonial-section .left .form {
	background:#f5f3ef;
	padding-top:34px;
	margin-top:34px;
	border-radius:3px;
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.1);
	box-shadow:0px 0px 3px rgba(0,0,0,0.1);
}

#submit-testimonial-section .left .form .row {
	margin-top:8px;
}

#submit-testimonial-section .left .form .row.submit {
	padding:33px 0 37px;
	margin-top:0;
	text-align:right;
}

#submit-testimonial-section .left .form .col2 {
	width:50%;
	float:left;
	padding:0 12px 0 24px;
}

#submit-testimonial-section .left .form .col2 + .col2 {
	padding:0 24px 0 12px;
}

#submit-testimonial-section .left .form .col1 {
	padding:0 24px;
}

#submit-testimonial-section .left .form label {
	display:block;
	color:#535353;
	margin-bottom:3px;
}

#submit-testimonial-section .left .form input {
	display:block;
	width:100%;
	padding:12px 7px;
	border:1px solid #eaeaea;
}

#submit-testimonial-section .left .form textarea {
	display:block;
	width:100%;
	padding:12px 7px;
	border:1px solid #eaeaea;
}

#submit-testimonial-section .left .form .row.submit input {
	display:inline-block;
	text-align:center;
	width:auto;
	background:#e67127;
	color:#fff;
	text-transform:uppercase;
	border:2px solid #c65813;
	border-radius:2px;
	box-shadow:none;
	padding:18px 26px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-shadow:none;
    letter-spacing:1px;
}

#submit-testimonial-section .left .form .row.submit input:hover {
	background:#c65813;
}

#submit-testimonial-section .right {
	width:300px;
	background:#f6f4f1;
	text-align:center;
	border-radius:5px;
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.1);
	box-shadow:0px 0px 3px rgba(0,0,0,0.1);
	padding-top:54px;
}

#submit-testimonial-section .right .logo {
	width:236px;
	margin:0 auto;
}

#submit-testimonial-section .right .heading {
	font-size:24px;
	text-transform:uppercase;
	color:#535353;
	padding:24px 0;
	margin-top:24px;
}

#submit-testimonial-section .right .icon {
	margin-top:24px;
}

#content.internal #primary #submit-testimonial-section .right .numbers a {
	display:block;
	color:#535353;
	font-size:24px;
}

#submit-testimonial-section .right .address {
	color:#535353;
	font-size:14px;
}

#submit-testimonial-section .right .social {
	padding-bottom:32px;
}

@media (max-width:1060px) {
	#submit-testimonial-section .left {
		float:none;
		width:100%;
		padding:0;
		margin-bottom:24px;
	}

	#submit-testimonial-section .right {
		width:100%;
		float:none;
	}

	#submit-testimonial-section {
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}

	#featured-testimonials .single-featured-testimonial {
		width:100%;
	}

	#featured-testimonials .single-featured-testimonial .citation {
		width:450px;
		margin:0 auto;
	}

	#featured-testimonials .single-featured-testimonial .citation {
		padding-right:34px;
	}

	#featured-testimonials .single-featured-testimonial + .single-featured-testimonial {
		margin-top:48px;
	}

	.template-testimonials header#masthead .banner.internal {
		height:auto;
	}

}

@media (max-width:500px) {
	#featured-testimonials .single-featured-testimonial .quote {
		width:auto;
		height:auto;
		padding: 44px 30px;
	}

	#featured-testimonials .single-featured-testimonial .citation {
		width:100%;
	}

	#featured-testimonials .single-featured-testimonial .citation .image {
		margin-left:12px;
	}

	#featured-testimonials .single-featured-testimonial .citation {
		font-size:14px;
	}

	#submit-testimonial-section .left .form .col2,

	#submit-testimonial-section .left .form .col2 + .col2 {
		width:100%;
		float:none;
		padding:0 24px;
	}

	#submit-testimonial-section .left .form .col2 + .col2 {
		margin-top:8px;
	}

	#submit-testimonial-section .left .heading {
		font-size:24px;
	}

	#submit-testimonial-section .left .form .row.submit input {
		display:block;
		width:100%;
	}

}

/* Pure Chat Styling */

.purechat-widget .purechat-widget-header, .purechat-window .purechat-widget-header, .purechat-hosted-widget .purechat-widget-header {
    background: #ea7d29 !important;
}

.purechat-widget .purechat-menu .btn, .purechat-window .purechat-menu .btn {
    background-color: #0e5388 !important;
}

.purechat-widget .purechat-menu .btn:hover, .purechat-window .purechat-menu .btn:hover {
    background-color: #1abc9c !important;
}

/* Mail Chimp */

input#mce-EMAIL {
    padding: 7px 0px 7px 7px !important;
}

#mc_embed_signup input.email {
    width: 170px !important;
}

#mc_embed_signup .button {
    line-height: 0px !important;
}

@media (max-width: 768px) {
#vertical-section .vertical-list ul li{
	    width: 47%;
	}

	#mc_embed_signup input.email {
    width: 100% !important;
	}

}

/* Careers */

.post-type-archive-job_listing #content.internal #primary{
	background: #fff;
    color: #394b5c;
    display: table-cell;
    /*width: 620px;*/

    position: relative;
    padding: 60px 20px;
    width: 100%;
    position: relative;
    padding: 60px 20px;
    padding-left: 0px;
     border-right: 0px ; 

}

.post-type-archive-job_listing {
	background:#f4f7fa;
}

.post-type-archive-job_listing #content.internal {
	background-color: #F4F7FA;
}

.post-type-archive-job_listing #content.internal #primary {
	border-right:0px;
	width:100%;
	background:none;
}

.post-type-archive-job_listing #content.internal #primary:before {
	background:none;
}

.post-type-archive-job_listing header#masthead .banner.internal {
	padding-top:0;
	background:url('img/team-member-banner-background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
}

.post-type-archive-job_listing .banner.internal .service-container {
	padding-top:58px;
}

.post-type-archive-job_listing .top-messaging {
	line-height:1.5;
	text-align:center;
}

.post-type-archive-job_listing .top-messaging .heading {
	color:#0e5388;
	font-size:36px;
}

.post-type-archive-job_listing .top-messaging .sub-heading {
	color:#0e5388;
	font-size:24px;
}

.post-type-archive-job_listing .top-messaging .description {
	color:#535353;
	font-size:18px;
	text-align:left;
	line-height:2;
	font-family:"Source Sans Pro";
	font-weight:300;
}

/*----------------------------------------------------------*/

.template-careers {
	background:#f4f7fa;
}

.template-careers #content.internal {
	background:none;
}

.template-careers #content.internal #primary {
	border-right:0px;
	width:100%;
	background:none;
}

.template-careers #content.internal #primary:before {
	background:none;
}

.template-careers header#masthead .banner.internal {
	padding-top:0;
	background:url('img/team-member-banner-background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
}

.template-careers .banner.internal .service-container {
	padding-top:58px;
}

.template-careers .top-messaging {
	line-height:1.5;
	text-align:center;
}

.template-careers .top-messaging .heading {
	color:#0e5388;
	font-size:36px;
}

.template-careers .top-messaging .sub-heading {
	color:#0e5388;
	font-size:24px;
}

.template-careers .top-messaging .description {
	color:#535353;
	font-size:18px;
	text-align:left;
	line-height:2;
	font-family:"Source Sans Pro";
	font-weight:300;
}

#available-positions .main-heading {
	font-weight:bold;
	color:#0e5388;
	font-size:24px;
	margin-bottom:12px;
}

#available-positions .single-job-listing {
	position:relative;
	border:2px solid #cecece;
	background:#f4f7fa;
	border-radius:2px;
	margin-bottom:16px;
	padding:18px 32px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#available-positions .single-job-listing.active {
	background:#e3e9f0;
}

#content.internal #primary #available-positions .single-job-listing .job-title a {
	color:#0e5388;
	font-size:30px;
	font-weight:bold;
}

#content.internal #primary #available-positions .single-job-listing.active .job-title a {
	color:#e67227;
}

#available-positions .single-job-listing .job-description {
	font-size:18px;
	font-weight:bold;
	color:#535353;
	line-height:2;
	font-family:"Source Sans Pro";
	margin:32px 0;
}

#available-positions .single-job-listing .toggle-wrapper {
	display:none;
}

#available-positions .toggle-arrow {
	position:absolute;
	right:12px;
	top:12px;
	background:#f4f7fa url('img/blue-arrow-down.png');
	background-position:center center;
	background-repeat:no-repeat;
	width:58px;
	height:58px;
	cursor:pointer;
}

#available-positions .single-job-listing.active .toggle-arrow {
	background:#f4f7fa url('img/blue-arrow-up.png');
	background-position:center center;
	background-repeat:no-repeat;
}

#content.internal #primary #available-positions .cta-button a,
#content.internal #primary #available-positions .cta-button p {
	display:inline-block;
	background:#e67227 url('img/white-right-arrow.png');
	background-position:90% center;
	background-repeat:no-repeat;
	color:#fff;
	font-weight:bold;
	padding:4px 12px;
	padding-right:35px;
	font-size:18px;
	border:2px solid #c75813;
	border-radius:2px;
	margin-bottom:8px;
}

.template-careers .below-heading {
	color:#0e5388;
	font-size:48px;
	text-align:center;
	margin-top:48px;
}

@media (max-width:1024px) {
	.template-careers header#masthead .banner.internal {
		height:auto;
	}

	.template-careers .banner.internal .service-container {
	    padding-top: 21px;
	}

}

@media (max-width:780px) {
	

.error404 header#masthead .banner {
        background-size: 1970px auto;
	background-position: -610px;
    }

	.template-careers .below-heading {
		font-size:24px;
	}

	#content.internal #primary #available-positions .single-job-listing .job-title a {
		font-size:22px;
	}

	#available-positions .toggle-arrow {
		height:48px;
	}

	nav#site-navigation {
	    padding: 0 15px;
	}

}

@media (max-width:540px) {
	

	#vertical-section .vertical-list ul li{
	    width: 100%;
	    display: block;
}

	.template-careers .top-messaging {
		text-align:left;
	}

	#content.internal #primary #available-positions .single-job-listing .job-title a {
		font-size:18px;
	}

	#available-positions .toggle-arrow {
		height:38px;
	}

}

@media (max-width:420px) {
	#content.internal #primary #available-positions .single-job-listing {
		padding:18px 18px;
	}

}

/* marketplace */

.template-marketplace header#masthead .banner.internal {
	height:538px;
	background:url('img/marketplace-banner.png');
	background-position:center top;
	background-repeat:no-repeat;
}

.template-marketplace .banner.internal .service-container {
	padding-top:11px;
}

.template-marketplace #content.internal {
	background:#e2f6f0;
}

.template-marketplace #four-icon-section .heading {
	font-size:30px;
	text-align:center;
	color:#0e5388;
	font-weight:bold;
}

.template-marketplace #four-icon-section .sub-heading {
	font-size:24px;
	color:#0e5388;
	font-weight:bold;
	text-align:center;
	margin-top:12px;
	margin-bottom:48px;
}

#marketplace-partners {
	position:relative;
	background:#fff;
	padding:48px 0;
}

#marketplace-partners:before {
	width:2000px;
	height:100%;
	position:absolute;
	content:" ";
	background:#fff;
	left:-2000px;
	top:0;
}

#marketplace-partners:after {
	width:2000px;
	height:100%;
	position:absolute;
	content:" ";
	background:#fff;
	right:-2000px;
	top:0;
}

#marketplace-partners .single-marketplace-partner {
	width:33.33333333%;
	float:left;
	padding:0 24px;
	margin-bottom:24px;
}

#marketplace-partners .single-marketplace-partner .logo {
	text-align:center;
	height:150px;
	display:table;
	width:100%;
}

#marketplace-partners .single-marketplace-partner .logo span {
	display:table-cell;
	vertical-align: middle;
}

#marketplace-partners .partner-description {
	font-size:17px;
	color:#0e5388;
	line-height:1.8;
}

.template-marketplace #agency-services-form-section .container {
	width:960px;
	margin:0 auto;
	text-align:center;
}

.template-marketplace #agency-services-form-section .container .heading {
	width:800px;
	margin:0 auto;
	margin-bottom:32px;
}

.top-fifty-directory table {
	width: 100%;
}

.top-fifty-directory{
    color: #0c548a;
    font-size: 12px;
    padding-bottom: 20px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 5%, #d8efff 10%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 5%,#d8efff 10%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 5%,#d8efff 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8efff',GradientType=0 ); /* IE6-9 */
}

.top-fifty-directory .directory-header{
    margin: 10px 0px 0px 0px;
}

.top-fifty-directory .directory-header img{
    height: 26px;
    margin: 0px auto;
    display: block;
}

.top-fifty-directory  .directory-title{
    margin: 10px 0px 10px 0px;    
}

.top-fifty-directory .directory-title img{
    height: 50px;
    margin: 0px auto;
    display: block;
}

.top-fifty-directory .directory-content{
    margin-bottom: 27px;
}

.top-fifty-directory .directory-content p{
    font-size: 8px;    

    font-family:"lato", Arial, Helvetica, sans-serif;
}

.top-fifty-directory .content-big{
    font-family:"lato", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.top-fifty-directory .content-samall{
    font-family:"lato", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.top-fifty-directory thead tr{
    background-color: #0c5489;
    cursor: pointer;
}

.top-fifty-directory thead tr th{
    background-color: #0c5489;
    color: white;
    font-size: 12px;
    padding: 1px 0px 1px 4px;
    text-align: left;
    vertical-align: middle;
    margin-right: 10px;
    border-right: 5px solid #d8efff;
}

.top-fifty-directory thead tr th:nth-child(4){
    min-width: 60px;
}

.top-fifty-directory thead tr th:nth-child(4):active{
	background: none;
}

.top-fifty-directory thead tr th:nth-child(6){
    min-width: 84px;
}

.top-fifty-directory thead tr th:first-child{
	border-left: 0px solid #d8efff;
	max-width: 67px;
}

.top-fifty-directory thead tr th:last-child{
	line-height: 12px;
	border-right: 0px solid #d8efff;
}

.top-fifty-directory tbody{
    margin-top: 20px;
}

.top-fifty-directory tbody tr{
	max-height: 10px;
}

.top-fifty-directory tbody tr td{
    min-width: 60px;
    max-width: 170px;
    padding: 2px 0px 2px 4px;
    text-align: left;
    border-right: 5px solid #d8efff;
}

.top-fifty-directory tbody tr td:first-child{
        border-left: 2px solid #d8efff;
}

.top-fifty-directory tbody tr td:last-child{
        border-right: 2px solid #d8efff;
        min-width: 78px;
}

.top-fifty-directory tbody tr td:nth-child(1){
    padding-left: -10px;
    max-width: 67px;
}

.top-fifty-directory tbody tr td:nth-child(2){
    max-width: 60px;
    overflow: hidden;
}

.top-fifty-directory tbody tr td:nth-child(3){
    max-width: 140px;
    overflow: hidden;
}

.top-fifty-directory tbody tr td:nth-child(4){
    max-width: 60px;
    color: white;
}

.top-fifty-directory tbody tr td:nth-child(5){
    max-width: 140px;
}

.top-fifty-directory tbody tr td:nth-child(6){
    min-width: 84px;
}

.top-fifty-directory .white-back td{
    background-color: white;
    border-right: 5px solid #d8efff;
}

.top-fifty-directory .blank{
    padding-top: 10px;
    height: 10px;
    background-color: #d8efff;
}

.top-fifty-directory .directory-logo{
    height: 6px;
    text-align: center;
}

.top-fifty-directory .directory-logo img{
    vertical-align: middle;
    height: 8px;
    width: auto;
}

.domain-Authority {
    font-family:"Times New Roman", Times, serif;
    font-size: 12px;
}

.domain-percenteg{
    font-size: 8px;	

}

.text-hide{
  visibility: hidden;
}

.text-show td:nth-child(4)::before { 

    content: "100";
    visibility: visible;
    background-color: #4CAF50!important;
    width: 100%;
    display: -webkit-box;
    vertical-align: middle;
    max-height: 15px;
    padding: -3px 0px 0px 0px;
    margin-bottom: -15px;
    margin-top: 2px;
    font-size: 11.1px;
}

.caret{
	background: url("img/caret-top.png") 90% center no-repeat #0c5489;
    background-size: auto 6px;
}

.ascend{
	background: url("img/caret-top.png") 90% center no-repeat;
	background-size: auto 6px;
}

.descend{
	background: url("img/caret-down.png") 90% center no-repeat ;
	background-size: auto 6px;
}

.top-fifty-directory .w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}

.top-fifty-directory .w3-progress-container{width:100%;height:1.5em;position:relative;background-color:#f1f1f1}

.top-fifty-directory .w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}

.top-fifty-directory .w3-progressbar{
	background-color:#757575;
	height:15px;
	line-height:inherit;
	margin-top:-44px;
}

.table-footer{
	margin-bottom: 80px;
	display: block;
}

.table-bottom-left{
	text-align: left;
    margin-left: 25px;
    float: left;
    display: inline-block;
    font-size: 20px;
}

.pdf-download:hover,

.pdf-download:active{
    background: #833704;
    border-color: #833704;
}

.pdf-download:hover{
    background-color: #833704;
    border-color: #833704;
}

.pdf-download:active,

.pdf-download:focus{
	background-color: #D85F13;
    border-color: #CC7239;
}

.table-bottom-right{
	text-align: right;
    margin-right: 25px;
    float: right;
    display: inline-block;
}

#content.internal #primary .table-bottom-right a {
	color: white;
	text-decoration: none;
}

.pdf-download{
	color: #fff;
    padding: 10px 35px;
    font-size: 25px;
    background: #e67127;
    border: 2px solid #c65813;
    border-radius: 2px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}

.demo-block-button a.advice-btn-1 {
    padding: 10px 20px;
}

.demo-block-button {
    margin-top: 20px;
}

.page-id-5871 .banner .demo-request-header {
    font-size: 48px;
    text-transform: initial;
}

#cta42 {
    background-color: #0e5388;
    padding: 30px;
    margin-top: 30px;
}

#cta42 p {
    color: #FFFFFF;
    font-size: 42px;
    line-height: 1.25;
}

#cta42 a {
    color: #FFFFFF;
    text-decoration: underline;
}


/**************************
Advice Mobile Template CSS
**************************/

.upper-section,
.lower-section {
	padding-top:20px;
	padding-bottom:40px;
}

div#mobile-image,
div#form {
	width:50%;
	float:left;
}

div#form {
	margin-top:10px;
}

div#form-sub-header {
	color:#eb7d28;
	font-size:17.5px;
}

div#fi-header {
	color:#eb7d28;
	font-size:30px;
}

div#fi-sub-header {
	font-size:22px;
	color:#0c5489;
}

.pd-header-section {
	text-align:center;
	padding:10px;
	width: 1140px;
	margin:0 auto;
}

div#pd-header {
	font-size:40px;
	line-height: 100%;
}

div#pd-header,
div#pd-content {
	color:#ffffff;
}

div#pd-content {
	font-size:20px;
	line-height: 120%;
}

.left-section,
.right-section {
	width:50%;
	float:left;
	padding:10px;
	padding-bottom:40px;
}

div#ib-header {
	font-size:30px;
	text-transform:uppercase;
	text-align:center;
}

div#ib-header {
	color: #eb7d28;
	font-weight: bold;
}

div#list-heading, div#ib-subheader, div#form-header {
	font-size:24px;
	color:#0c5489;
	text-align:center;
}

.list-section .ib-list ul {
	list-style-image:url("img/advMobile-Checkmark.png");
	padding-top:10px;
	text-align: left;
}

.list-section .ib-list ul li span {
	vertical-align:top;
	font-size:16px;
	color:#0c5489;
}

.fi-icons ul,
.ib-icons ul {
	padding-left:0;
	margin-left:0;
}

.fi-icons ul li,
.ib-icons ul li {
	display:inline-table;
	margin-top: 20px;
	padding:0 20px;
}

.fi-icons ul li {
	width:23%;
}

.fi-icons ul li img {
	width:75%;
}

.ib-icons ul li {
	padding-left: 20px;
	padding-right: 20px;
	width:24%;
}

span#fi-title {
	font-size:20px;
}

span#fi-subtitle {
	font-size:16px;
	color:#0c5489;
}

span#fi-title,
span#ib-title {
	color:#0c5489;
}
span#ib-title {
	font-size:13px;
}

form#form_0bd9a02a-56b8-4a3a-bfa3-54fb6327f17c .text {
    margin-top: -5px !important;
    margin-left: 0px !important;
    margin-right: 60px !important;
    height: 30px !important;
    width: 250px !important;
}

form#form_0bd9a02a-56b8-4a3a-bfa3-54fb6327f17c .text fieldset ul li {
    float: right !important;
}



body.template-scalable-agency-services #scalable-services-section .service-col{
	text-align: center;
}

body.template-scalable-agency-services #scalable-services-section .service-col .icon{
	padding-bottom: 15px;
}

body.template-scalable-agency-services #scalable-services-section .service-col ul{
	padding: 0 15px;
}

body.template-scalable-agency-services #scalable-services-section .service-col ul li{
	padding: 5px 0;
}

body.template-scalable-agency-services .content-page{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
}



#blog-main-container .big-news-link{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
}

#blog-main-container .latest-blog-post{
	position: relative;
}

#blog-main-container .content-container{
	z-index: 10;
}

/**************************
Advice Wmlpm Template CSS
**************************/

.template-wmlpm .banner, .template-wmlpm-thanks .banner {
	display: none;
}

.template-wmlpm .wmlpm-number-box, .template-wmlpm-thanks .wmlpm-number-box {
	margin-top: 34px;
}

.template-wmlpm .wmlpm-number .number-row, .template-wmlpm-thanks .wmlpm-number .number-row {
	font-size: 25px;
}

.heading {
	padding: 40px 0;
}

.heading h1 {
	font-size: 26px;
}

.heading h2 {
	font-size: 20px;
	margin: 0;
}

.template-wmlpm .upper-section, .template-wmlpm-thanks .upper-section {
	padding: 20px 120px;
}

.template-wmlpm div#mobile-image, .template-wmlpm div#form,
.template-wmlpm-thanks div#mobile-image, .template-wmlpm-thanks div#form {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.template-wmlpm #form-sub-header,
.template-wmlpm-thanks #form-sub-header {
	color: #515b69;
}

.template-wmlpm .fi-icons ul li,
.template-wmlpm-thanks .fi-icons ul li{
	width: 33%;
}

.template-wmlpm .fi-title,
.template-wmlpm-thanks .fi-title {
	margin-top: 15px;
	margin-bottom: 15px;
}

.template-wmlpm .fi-icons ul li img,
.template-wmlpm-thanks .fi-icons ul li img {
	width: 80%;
	margin-bottom: 15px;
}

.template-wmlpm div#fi-header,
.template-wmlpm-thanks div#fi-header {
	font-size: 25px;
}

.template-wmlpm #fi-title,
.template-wmlpm-thanks #fi-title {
	text-align: center;
	color: #0c5489;
	font-size: 17px;
	font-weight: bold;
	padding: 15px 0;
}

.template-wmlpm span#fi-subtitle,
.template-wmlpm-thanks span#fi-subtitle {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 16px;
	color: #7f8795;
	text-align: center;
}

#dl_header span {
	font-size: 17px;
	text-align: left;
	color: #515b69;
}

.template-wmlpm .pd-header-section,
.template-wmlpm-thanks .pd-header-section {
	text-align: left;
}

.template-wmlpm-thanks #form .form-thanks {
	text-align: center;
	font-size: 17.5px;
	color: #0c5489;
}

.template-wmlpm-thanks .footer-block {

}

.list-directory {
	margin: 0 !important;
	padding: 0 !important;
}

.list-directory li {
	list-style: none;
	display: inline-block;
	width: 12%;
	padding: 15px;
}

.list-directory li img {
	width: 100%;
}

.video-container {
	overflow-x: hidden;
	overflow-y: hidden;
	background: url(img/banner.jpg) center bottom repeat-x;  
	background-size: cover;
}
.video-fullscreen {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.video-container .visibility-form-wrap{
    position: relative;
    width: 100%;
    height: 135px;
    top: -135px;
    margin-bottom: -135px;
    background: rgba(14, 83, 136, 0.91);
    border-top: 3px solid rgba(255, 255, 255, 0.56);
    text-align: center;
    color: #fff;
    padding: 20px;  
}
.video-container .visibility-form-wrap .demo-request-header{
	 margin-bottom: 25px;
	text-align: center;
	font-size: 24px;
	line-height: 1;
}

.video-container .visibility-form-wrap input[type="submit"] {
    font-family: sans-serif;
    width: 230px;
    margin-right: 0;
    border: 2px solid #c65813;
    box-shadow: none;
}
.video-container .visibility-form-wrap input {
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem; 
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.56);
    border-left: none;
    background: transparent;
    width: 12%;
    border-radius: 0;
    margin-right: 20px;
    padding: 8px;
}
.video-container .service-container{
    margin: 0 auto;
}

.video-container .service-description {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 45%;
    width: 900px;
    font-weight: bold;
}
.video-container .service-description img{
	float: left;
    text-align: center;
    margin-top: -17px;
    margin-left: 25px;
    width: 80px;
    height: 80px;
}
.video-container .service-description .heading-text{
   	text-align: left;
    background-image: url(img/bg-text-banner-front.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 110% auto;
    padding: 0 10px 5px 30px;
    margin-left: 80px;
    font-size: 28px;
}
.video-container .service-description .heading-text span{
        color: #eb7d28;
}
  
.page-id-7014 a.user-btn {
	border: none;
}
.page-id-7014 a.btn-demo-req {
	border: 2px solid #e67127 !important;
}

.page-id-7014 div#sthoverbuttons {
	display: none;
}
.page-id-7014 .main-navigation #mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	background: rgba(214, 110, 25, 0.7);
}
.page-id-7014 #mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu{	
	background: transparent;

}

.page-id-7014 .main-navigation ul ul:before, .main-navigation ul ul:after{
	background: transparent;
}
.page-id-7014  .user-auth-demo-req .separator {
	color: #0e5388;
	font-size: 18px;
    font-weight: 800;
}
.page-id-7014 .site-branding > .container > .right .user{
	margin-right: 2px;
}

.page-id-7014 a.user-btn{
	  padding: 10px 8px;
}


/****************************************************/
/***                 Responsive                   ***/
/****************************************************/
@media (min-width:1024px) and (max-width:1200px) {
	.video-container .service-description {
		width: 750px;
	}
	.video-container .service-description img{
		margin-top: -18px;
	}
	.video-container .service-description .heading-text{
		font-size: 22px;
		background-image: url(img/bg-text-banner-front.png);
	    background-repeat: no-repeat;
	    background-position: 50% 0;
	    background-size: 110% auto;
	}

}

@media (max-width:1024px) {
	.error404 header#masthead .banner {
	    height: 710px !important;
    }

	.template-marketplace #agency-services-form-section .container {
		width:100%;
		padding-left:6%;
		padding-right:6%;
	}

	.template-marketplace #agency-services-form-section .container .heading {
		width:100%;
	}
	.video-container .visibility-form-wrap input{
	    width: 80%;
	    margin-top: 10px;

	}
	.video-container .visibility-form-wrap input[type="submit"]{
		    float: none;
		    margin-top: 20px;

	}
	.video-container .visibility-form-wrap{
		padding: 25px;
		height: auto;
    	top: -6px;
    	margin-bottom: 0;
	}
	.video-container .service-description {
	    top: 340px;
    	width: 500px;
	}
	.video-container .service-description .service-sloagn{
		text-align: center;
	}
	.video-container .service-description img{
		float: none;
		height: 100px;
		width: 100px;
	}
	.video-container .service-description .heading-text{
		font-size: 22px;
		background: rgba(255, 255, 255, 0.56);
	}

}

@media (max-width:800px) {
	.post-type-archive-help_article #masthead {
	    min-height: 628px;
	}

	.template-marketplace #four-icon-section .heading,

	.template-marketplace #four-icon-section .sub-heading {
		padding-left:6%;
		padding-right:6%;
	}
	.video-container{
		background: url(img/banner.jpg) center bottom repeat-x;
    	background-size: cover;
	}
	.video-fullscreen{
		 display: none;	
	}
	.video-container .service-container {
    	margin-bottom: 200px;
	}
	    
	.video-container .service-description {
	    position: relative;
	    top: 100px;
	    width: auto;
	}
	.video-container .service-description .heading-text {
	    text-align: center;
	    background-image: none;
	    background: none;
	    padding: 0;
	    margin-left: auto;
	    margin-right: auto;
	    width: 75%;
	    font-size: 26px;
	}
	.video-container .visibility-form-wrap {
	     background: rgba(14, 83, 136, 0.84);
	    text-align: center;
	    color: #fff;
	    padding: 20px;
	    height: auto;
	    top: auto;
	    bottom: 0;
	    position: relative;
	    width: 100%;
	    height: auto;
	    top: 0;
		margin-bottom: 0;
	}

}

.partners-desktop{
	display: none;
}

@media (min-width: 768px) {
	.partners-mobile{
		display: none;
	}
	.partners-desktop{
		display: inherit;
	}
}

@media (max-width:680px) {
	.top-fifty-directory thead tr th{
	    background-color: #0c5489;
	    color: white;
	    font-size: 12px;
	    padding: 1px 0px 1px 1px;
	    text-align: left;
	    vertical-align: middle;
	    margin-right: 2px;
	    border-right: 1px solid #d8efff;
		}

	.top-fifty-directory tbody tr td{
	    min-width: 5px;
	    max-width: 93px;
	    padding: 1px 0px 1px 1px;
	    text-align: left;
	    border-right: 1px solid #d8efff;
	    overflow: hidden;
	}

	.top-fifty-directory .white-back td{
	    background-color: white;
	    border-right: 1px solid #d8efff;
	}

	#marketplace-partners .single-marketplace-partner {
		width:100%;
		float:none;
		height:auto !important;
	}

	div#seal_partner_left {
		font-size: 38px;
	}

	

	.seal-form {
		width: 310px;
		margin-left: 20px;
	}

	nav#products-page-nav-seal .seal-nav img {
		margin: 10px 10px 10px 5px;
	}

	div#sthoverbuttons {
		display: none;
	}

	.fi-icons ul li {
	    width: 40%;
	}

	.pd-header-section {
	    width: 90%;
	}

	body.page-template-template-advMobile .container,
	body.page-template-template-wmlpm .container,
	body.page-template-template-wmlpm-thanks .container {
	    padding-left: 0px;
	    padding-right: 0px;
	}

	div#ib-header, div#ib-subheader, div#list-heading {
	    text-align: center;
	}

	.left-section, .right-section {
	    width: 100%;
	}

	.ib-list {
	    margin: 0 130px 0 130px;
	}

}

@media (max-width:540px) {

}

@media (max-width:480px) {

	.purechat.purechat-bottom-right{
		margin-right: -108px;
	}

	.purechat-widget-inner{
		width: 72%;
	}

	.top-fifty-directory tbody tr td{
	    max-width: 60px;
	}

	.top-fifty-directory thead tr th:nth-child(4){
		max-width: 57px;
	}

	.template-marketplace .banner .service-description .service-moto {
		font-size:21px;
		margin-top:6px;
		display:block;
	}

	.template-marketplace #four-icon-section .heading {
		font-size:28px;
	}

	.template-marketplace #four-icon-section .sub-heading {
		font-size:21px;
	}

	.banner-left{
		float:none;
		width:100%;
	}

	.banner-right{
		float:none;
		width:100%;
	}

	.banner-right .seal-form{
		float:left;
		width:100%;
		margin-left:0;
	}

	.orange-arrow{
		display:none;
	}

	.seal-header .seal-number .number-left{
		font-size: 28px;
		margin-right: 4px;
	}

	.seal-header .seal-number .number-right{
		font-size: 28px;
	}

	div#seal_partner_right {
		width: 100%;
		float: none;
		margin-top: 0;
	}

	div#seal_partner_left {
		font-size: 38px;
		width: 100%;
		text-align: center;
	}

	.footer-block.bottom .top .social-icon {
		width: 44px;
		height: 44px;
	}

	#page-menu-section.content-wrapper .container{
	    margin: 0px auto;
	    padding-left: 0px; 
    	padding-right: 0px; 
    	text-align: center;
	}

	.page-id-11 #products-page-nav ul li,.page-id-13 #products-page-nav ul li,.page-id-15 #products-page-nav ul li,.page-id-17 #products-page-nav ul li,.page-id-19 #products-page-nav ul li,.page-id-3327 #products-page-nav ul li,.page-id-23 #products-page-nav ul li,.page-id-3813 #products-page-nav ul li, .page-id-5901 #products-page-nav ul li{
		width:14.29%;
	    display: inline-block;
	    padding-left: 0px;
	}

	.page-id-3456 #products-page-nav ul li,.page-id-3803 #products-page-nav ul li,.page-id-4102 #products-page-nav ul li,.page-id-3147 #products-page-nav ul li,.page-id-3145 #products-page-nav ul li,.page-id-3459 #products-page-nav ul li{
		width: 20%;
	    display: inline-block;
	    padding-left: 0px;
	}

	.page-id-3459 #products-page-nav ul li:nth-child(5) a{
		max-height: 86px;
	    display: -webkit-inline-box;
    
	}

	.page-id-25 #products-page-nav ul li,.page-id-33 #products-page-nav ul li,.page-id-29 #products-page-nav ul li,.page-id-31 #products-page-nav ul li,.page-id-27 #products-page-nav ul li{
		width:24%;
	    display: flex;
	    padding-left: 0px;
	    margin: 0px 2px;
	}

	.page-id-37 #products-page-nav ul li,.page-id-39 #products-page-nav ul li,.page-id-43 #products-page-nav ul li,.page-id-41 #products-page-nav ul li{
		width:33.3%;
	    display: inline-block;
	    padding-left: 0px;
	}

}

@media (max-width:479px) {
	body.page-template-template-advMobile .container,
	body.page-template-template-wmlpm .container,
	body.page-template-template-wmlpm-thanks .container {
	    padding-left: 10px;
	    padding-right: 10px;
	}

	.post-type-archive-help_article #masthead {
	    min-height: 690px;
	}

	#content.internal .achievements img:first-of-type {
		margin:0 auto;
	}

	.sidebar-about .sidebar-wrapper .blocks,

	.sidebar-about .sidebar-wrapper .blocks.top-block {
		margin:0 auto;
		margin-bottom:12px;
		width:88%;
	}

	#company-timeline {
		background:none;
	}

	#company-timeline .milestone {
		padding-bottom:8px;
	}

	#company-timeline .milestone .bullseye {
		

		position:static;
		margin:0 auto;
	}

	#company-timeline .milestone:nth-of-type(even) .caption,

	#company-timeline .milestone:nth-of-type(odd) .caption {
		padding-left:0;
		float:none;
		padding-top:8px;
		text-align:center;
		padding-bottom:8px;
	}

	div#mobile-image, div#form {
	    width: 100%;
	}

	div#list-heading, div#ib-subheader, div#form-header {
	    text-align: center;
	}

	.fi-icons ul li {
	    width: 48%;
	}

	.fi-icons ul li, .ib-icons ul li {
	    padding: 0 10px;
	}

	.ib-icons ul li {
	    width: 35%;
	}

	.ib-list {
	    margin: 0 10px 0 10px;
	}

	.page-id-6010 iframe {
	    max-width: 90%;
	}

}

@media (max-width:320px) {
	.purechat.purechat-bottom-right{
		    margin-right: -181px;
	}

	.purechat-widget-inner{
		width: 53%;
	}

	.footer-block.bottom .middle .newsletter-subscribe{
		width: 90%;
		display: -webkit-inline-box;
	}

	.footer-block.bottom .middle .news-sub-input {
		width: 100%;
		font-size: 11px;
	}

	.error404 header#masthead .banner {
        background-size: 1970px auto;
		background-position: -738px;
		height: 706px !important;
    }

	.top-fifty-directory tbody tr td{
    	max-width: 40px;
	}

	.top-fifty-directory thead tr th:nth-child(4){
		max-width: 57px;
	}

}

div#page-divider {
    padding: 10px 0;
}



@media (min-width: 600px) {

	body.template-scalable-agency-services #scalable-services-section .service-col{
		width: 33.333%;
	}

}

@media (min-width: 1024px) {

	.banner.frontpage .service-description,
	.single-post .banner .service-description{
		margin: 0;
		background-image: none;
		text-align: left;
		padding-top: 0;
		background-image :url("img/bg-text-banner-front.png");
		background-repeat: no-repeat;
		background-position: 50% 0;
		background-size: 110% auto;
	}

	.banner.frontpage .service-description .service-header,
	.single-post .banner .service-description .service-header{
		margin-bottom: 20px;
		text-align: center;
		padding-top: 10px;
	}

	.banner.frontpage .service-description .service-header:after,
	.single-post .banner .service-description .service-header:after{
		content: '';
		display: block;
		width: 100px;
		height: 100px;
		margin-top: -62px;
		margin-left: 40px;
		background: url("img/service-highlight.png") left center no-repeat;
		background-size: cover;
	}

	.banner.frontpage .service-description .service-header span,
	.single-post .banner .service-description .service-header span{
		color: #eb7d28;
	}

	.banner.frontpage .service-description .service-moto{
		color: #053d68;
		font-size: 80px;
		line-height: 100%;
		padding-top: 50px;
		display: block;
	}

	.single-post .banner .service-description .service-moto{
		color: #eb7d28;
		font-size: 20px;
		line-height: 100%;
		display: block;
		text-align: center;
	}

	.single-post .banner.internal .service-container{
		padding-top: 20px;
	}

	.single-post .banner .service-description .service-header-single{
		margin-bottom: 0;
	}

	.single-post .banner .service-description .service-header{
		color: #0e5388;
	}

	.banner.frontpage .service-description .service-moto span{
		color: #eb7d28;
		display: block;
		font-size: 120px;
	}

	.banner.frontpage .visibility-check{
		background: none;
		position: absolute;
		bottom: 50px;
		left: 50%;
		width: 360px;
		background-color: #0e5388;
		border-radius: 8px;
		margin-left: 120px;
	}

	.banner.frontpage .vc-container,
	.single .banner .vc-container{
		padding: 0;
		background: none;
		margin: 0;
		width: auto;
	}

	.banner.frontpage .vc-online,
	.single .banner .vc-online {
	    color: #fff;
	    font-size: 20px;
	    font-weight: bold;
	    display: block;
	    margin-right: 0;
	    padding: 10px 15px;
	    float: none;
	    text-align: center;
	    border-radius: 5px 5px 0 0;
	}

	.banner.frontpage form,
	.single .banner form{
		padding: 30px;
		border-radius: 8px;
		border-top: 2px solid #eb7d28;
		background-color: #053d68;
	}

	.banner.frontpage .vc-input,
	.single .banner .vc-input {
	    width: 100%;
	    margin-right: 0;
	    font-size: 18px;
	    font-weight: bold;
	    padding: 7px 10px;
	    border: 1px solid #b9c4cd;
	    line-height: 1;
	    outline: none !important;
	    margin-bottom: 20px;
	    height: 40px;
	}

	.banner.frontpage .vc-submit,
	.single .banner .vc-submit{
		width: 100%;
		padding: 15px 9px;
	}

	body.template-scalable-agency-services #scalable-services-section .service-col{
		width: 20%;
	}

	body.template-scalable-agency-services #scalable-services-section .service-col .icon{
		padding-bottom: 15px;
	}

	body.template-scalable-agency-services #scalable-services-section .service-col ul{
		padding: 0 15px;
	}

	body.template-scalable-agency-services #scalable-services-section .service-col ul li{
		padding: 5px 0;
	}

	body.template-scalable-agency-services .content-page{
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: left;
	}
}

@media (min-width: 1100px) {

	.banner.frontpage .service-description .service-header,
	.banner.frontpage .service-description .service-moto,
	.single-post .banner .service-description .service-header,
	.single-post .banner .service-description .service-moto{
		margin-left: 0;
	}

	.banner.frontpage .visibility-check,
	.single-post .banner .visibility-check{
		margin-left: 190px;
	}

	.banner.frontpage .service-description,
	.single-post .banner .service-description{
		background-size: inherit;
	}

	.banner.frontpage .service-description .service-header,
	.single-post .banner .service-description .service-header{
		font-size: 30px;
	}

	.team_member-template-default .banner.frontpage .service-description .service-header, 
	.team_member-template-default.single .banner .service-description .service-header{
		font-size: 24px;
	}

	.banner.frontpage .service-description .service-header:after{
		
	}

}
@media (max-width: 930px) {
	.verticals-form-head
	 {
		width: 100%;
		height: auto;
	}
	.verticals-form-wrap
	 {
	 	background-color: #0e5388;
	    border-radius: 8px;
	    height: auto;
	}

}

.text_no_break{
	white-space: nowrap;
}

.become-partener{
	margin-top: 30px;
}

.border-form{
	border: 1px solid #b9c4cd !important;
}

/*.padding_Channel{
	padding: 0px 28px 0px 27px;
}

.padding_agencies{
	padding: 0px 74px 0px 74px;
}
.padding_local{
	padding: 0px 44px 0px 43px;
}*/

a.advice_btn_mobile{
	width: 225px !important;
	padding: 26px 10px !important;
}

@media (min-width: 1023px){
    .mobile-show-partner {
        display: none !important;
    }
}
@media (max-width: 1023px){
    .mobile-show-partner {
        margin-top: 20px;
    }
    .advice-btn .mobile-show-partner{
    	height: 129px;
    }
}

/*/// TEMPLATE OUR NERTWORK ///*/

.page-template-our-network #content.internal{
	background-color: #FFFFFF;
}

.page-template-our-network #content.internal .internal-container{
	/*padding: 0;*/
}

.page-template-our-network #content.internal #primary{
	border: none;
	background: none;
}

.page-template-our-network #content.internal #primary:before{
	display: none;
}

.page-template-our-network .banner.internal .service-container{
	padding-top: 0;
}

.page-template-our-network .item-network .inner{
	background-color: #FFFFFF;
	margin: 10px 0;
	position: relative;
	border: 2px solid #d0d0d0;
	border-radius: 10px;
}


.page-template-our-network .item-network .inner:after,
.page-template-our-network .network-group:after{
	content: "";
	display: block;
	clear: both;
}

.page-template-our-network .item-network .logo-network{
	width: 50px;
	padding: 8px;
	position: absolute;
	left: 0;
	top: 0;
}

.page-template-our-network .item-network .description-network{
	border-left: 2px solid #d0d0d0;
	margin-left: 50px;
}

.page-template-our-network .item-network .description-network .title-network{
	border-bottom: 2px solid #d0d0d0;
	padding: 5px 8px;
	font-weight: 700;
}

.page-template-our-network .item-network .description-network .description-inner{
	font-size: 13px;
	padding: 8px;
}


.page-template-our-network .description-network-group .title-network-group{
	color: #0e5388 !important;
	font-size: 22px !important;
	margin-bottom: 10px;
	font-weight: 700;
	text-align: center;
}

.page-template-our-network .description-network-group .inner{
	margin: 10px 0;
	position: relative;
	border: 2px solid #d0d0d0;
	border-radius: 10px;
	padding: 15px;
	background-color: #FFFFFF;
}

.page-template-our-network #content.internal #primary p{
	font-size: 15px;
}

.page-template-our-network .title-sub-network-group{
	display: block;
	padding: 5px;
	border-top: 2px solid #1abc9c;
	border-bottom: 2px solid #1abc9c;
	text-align: center;
	color: #16528d;
	font-weight: 700;
	margin: 30px 0;
	font-size: 18px !important;
}

.page-template-our-network p.title-our-network{
	color: #16528c !important;
	font-size: 30px !important;
	margin: 0 0 20px 0 !important;
	text-align: center;
	font-weight: 700;
}

.navigation-our-network{
	background-color: #FFFFFF;
}

.navigation-our-network .title-navigation{
	background-color: #2c5187;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 10px 10px;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
}

.navigation-our-network .title-navigation span{
	color: #d47c25;
}

.navigation-our-network ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation-our-network ul li a{
	display: block;
	border-bottom: 2px solid #d0d0d0;
	padding: 5px 15px;
	color: #2c5187 !important;
}

.navigation-our-network ul li a:hover{
	text-decoration: none;
	opacity: 0.8;
}

.navigation-our-network ul li ul{
	padding-top: 15px;
	padding-bottom: 15px;
}

.navigation-our-network ul li ul li a{
	border: none;
	padding: 2px 30px;
}

.navigation-our-network ul li ul li a span{
	color: #d47c25 !important;
}

.page-template-our-network .content-page{
	position: relative;
	border: 2px solid #d0d0d0;
	border-radius: 10px;
	/*padding: 15px;*/
	background-color: #FFFFFF;
}

.page-template-our-network .content-page .title-intro{
	margin: 0 !important;
	display: block;
	background-color: #0e5388;
	padding: 5px 10px;
	font-size: 18px !important;
	text-align: center;
	color: #FFFFFF !important;
	border-radius: 10px 10px 0 0;
}

.page-template-our-network .content-page .inner{
	padding: 15px;
	text-align: center;
}

.page-template-our-network .banner.internal{
	display: none !important;
}

@media (min-width: 768px) {

	.page-template-our-network #content.internal #primary{
		width: 100%;
		padding-right: 0;
	}

	.page-template-our-network .network-group{
		margin: 0 -5px;
	}

	.page-template-our-network .item-network .inner{
		margin: 5px;
	}

	.page-template-our-network .item-network{
		width: 50%;
		float: left;
	}

}

@media (min-width: 992px) {

	.page-template-our-network #secondary{
		padding-top: 70px;
	}

	.page-template-our-network .item-network .logo-network{
		width: 80px;
	}

	.page-template-our-network .item-network .description-network{
		margin-left: 80px;
	}

}

#sthoverbuttons.sthoverbuttons-pos-left{
	display: none !important;
}


/*/////// FIXED FOOTER AD */

#fixed-add{
    background-color: rgba(0,0,0,0.85);
    color: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 116px;
    font-weight: 900;
    /*font-size: 24px;*/
    font-size: 15px;
    text-align: center;
}

#fixed-add .container{
    max-width: 970px;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
}

#fixed-add p{
    margin: 0;
}

#fixed-add p span{
    color: #c1272d;
}

#fixed-add a{
    display: block;
    color: #FFFFFF;
    transition: none;
    text-decoration: none;
}

#fixed-add .logo-rockstar{
    height: 50px;
    width: auto;
   /* position: absolute;
    top: 0;
    left: 0;*/
}

#fixed-add .texts-add{
    /*padding-left: 100px;*/
    /*padding-top: 50px;*/
}

#fixed-add .rt-small{
    position: absolute;
    right: 0;
    top: 5px;
    display: none;
}

#fixed-add .rt-big{
    /*position: absolute;
    right: 0;
    top: 15px;
    display: none;*/
    width: 100px;
}

#fixed-add .btn-action-add{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 103px;
    height: 18px;
    background-image: url(/images/btn-action-add.png);
    background-position: center top;
    cursor: pointer;
    display: none;
}


#news-chat-side{
    width: 360px;
    /*height: 418px;*/
    background-color: #FFFFFF;
    position: fixed;
    left: -367px;
    top: 50%;
    margin-top: -214px;
    transition: left 0.5s ease;
    z-index: 998;
    border: 1px solid #CCC;
    /*left: 0;*/
    /*padding-right: 52px;*/
}

#news-chat-side.open{
    left: 0;
}

#news-chat-side.open-chat .news-arrow,
#news-chat-side.open-chat .news-tab{
    display: none;
}

#news-chat-side.open-chat .chat-arrow,
#news-chat-side.open-chat .chat-tab{
    display: inherit;
}

#side-buttons{
    width: 69px;
    /*height: 420px;*/
    position: absolute;
    right: -50px;
    top: 50%;
    margin-top: -109px;
}

#side-buttons img{
    display: block;
    cursor: pointer;
}

#side-buttons .news-arrow,
#side-buttons .chat-arrow{
    position: absolute;
    left: -16px;
    display: none;
}

#side-buttons .news-arrow{
    top: 80px;
    display: inherit;
}

#side-buttons .chat-arrow{
    top: 270px;
}

#news-chat-side .news-tab{
    padding: 15px 20px 15px 15px;
    font-size: 14px;
}

#news-chat-side .news-tab form{
    margin: 10px 0;
}

#news-chat-side .news-tab p{
    margin: 2px 0;
}

#news-chat-side .news-tab input{
    display: block;
    width: 100%;
    margin-bottom: 3px;
}

#news-chat-side .news-tab label.error{
    color: #FF0000;
    margin-bottom: 3px;
}

#news-chat-side .news-tab .news-sub-submit{
    background: #333333;
    font-weight: 700;
    box-shadow: none;
    text-shadow: none;
    color: #FFFFFF;
    border: none;
    height: 30px;
}

#news-chat-side .news-tab .news-sub-submit:hover{
    opacity: 0.9;
}

#news-chat-side .chat-tab{
    display: none;
    padding: 15px;
}

.purechat.purechat-bottom-right{
    bottom: 115px !important;
    transition: none !important;
}

@media (max-width: 457px){
    #fixed-add p span{
        display: block;
    }
}


@media (min-width: 457px){
	.purechat.purechat-bottom-right{
    	bottom: 92px !important;
	}

	#fixed-add{
    	height: 93px;
	}
}

@media (max-width: 992px){

    #news-chat-side{
        display: none;
    }

}

@media (min-width: 992px){

    .purechat.purechat-bottom-right{
        bottom: 99px !important;
        transition: none !important;
    }

    .open-rocks-digital .purechat.purechat-bottom-right{
        bottom: 49px !important;
    }

    #fixed-add .rt-small{
	    position: absolute;
	    right: 0;
	    top: 5px;
	    display: inherit;
	}

	#fixed-add .rt-big{
	    position: absolute;
	    right: 0;
	    top: 15px;
	    display: none;
	}

	#fixed-add .logo-rockstar{
	    position: absolute;
	    top: 0;
	    left: 0;
	}

    #fixed-add{
	    height: 50px;
	    font-size: 24px;
	    text-align: left;
	}

	#fixed-add .texts-add{
	    padding-left: 100px;
	    padding-top: 0;
	}

	#fixed-add .btn-action-add{
		display: inherit;
	}

	#fixed-add.open{
	    height: 100px;
	    font-size: 22px;
	}

	#fixed-add.open .logo-rockstar{
	    height: 116px;
	    top: -15px;
	}

	#fixed-add.open .rt-small{
	    display: none;
	}

	#fixed-add.open .rt-big{
	    display: inherit;
	}

	#fixed-add.open .texts-add{
	    padding-left: 250px;
	}

	#fixed-add.open .container{
	    max-width: 1100px;
	}

	#fixed-add.open .container{
	    padding: 16px 15px;
	}

	#fixed-add.open .btn-action-add{
	    background-position: center bottom;
	}
}

.page-template-template-vc #content.internal .internal-container{
	width: 100%;
}

.page-template-template-vc .banner.internal{
	display: none;
}

.page-template-template-vc  article.container{
	max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
}

.copyright{
	font-size: 13px;
	padding-top: 50px;
	text-align: center;
}

.copyright a{
	color: #FFFFFF;
}

.copyright p{
	margin: 5px 0;
}

.disclaimers{
	font-size: 13px;
	padding-top: 20px;
	text-align: center;
}

.disclaimers a{
	color: #FFFFFF;
}

.page-id-29 .banner.template-agency-partners{
	background-image: url(img/banner-agencies-partners.jpg);
	background-position: center center;
	height: 280px;
	padding-top: 70px;
}

.page-id-31 .banner.template-agency-partners{
	background-image: url(img/banner-brands-franchies.jpg);
	background-position: center center;
	height: 280px;
	padding-top: 70px;
}

.page-id-27 .banner.template-agency-partners{
	background-image: url(img/banner-loca-business-owners.jpg);
	background-position: center center;
	height: 280px;
	padding-top: 70px;
}


.page-id-29 #heading-banner.container .main-heading,
.page-id-31 #heading-banner.container .main-heading,
.page-id-27 #heading-banner.container .main-heading{
	font-weight: 400;
	color: #FFFFFF !important; 
}

.page-id-29 #heading-banner.container .main-subheading,
.page-id-31 #heading-banner.container .main-subheading,
.page-id-27 #heading-banner.container .main-subheading{
	font-weight: 300;
	color: #FFFFFF !important;
}

.content-pricing{
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 30px;
	font-size: 15px;
}

/* #region : Agency Product Page */
.page-template-template-product-agency .banner.internal .service-container {
	padding-top: 0;
}
.page-template-template-product-agency #content.internal {
	background-color: #ffffff;
}
.page-template-template-product-agency #content.internal .internal-container {
	width: unset;
	margin: 0;
	padding: 0;
}
.page-template-template-product-agency .top-image .video-box img {
	height: 100%;
}
.page-template-template-product-agency #four-icon-section .small-icon-header h2 {
	color: #394b5c;
	text-align: center;
}
.page-template-template-product-agency #four-icon-section .small-icons-wrapper {
	width: 1100px;
	margin: 0 auto;
	padding: 0 60px;
	display: flex;
}
.page-template-template-product-agency #four-icon-section .small-icons-wrapper .small-icon-container {
	float: none;
	display: inline-block;
}
.page-template-template-product-agency #blue-ribbon-section .heading {
	text-align: center;
}
.main-content .blocks.first .block-main article:nth-child(2n+1) .post-data,
.main-content .blocks.first .block-main article:nth-child(2n) .post-thumbnail {
	float: right;
	text-align: right;
}
.main-content .blocks.first .block-main article:nth-child(2n) .post-data,
.main-content .blocks.first .block-main article:nth-child(2n+1) .post-thumbnail {
	float: left;
	text-align: left;
}
.page-template-template-product-agency #more-on-section .container {
	width: 1100px;
	margin: 0 auto;
	padding: 0 60px;
	text-align: center;
}
.page-template-template-product-agency #more-on-section .heading {
	padding: 0;
}
.page-template-template-product-agency .footer-block.top {
	display: none;
}
@media screen and (max-width: 1099px) {
	.page-template-template-product-agency #four-icon-section .small-icons-wrapper,
	.page-template-template-product-agency #more-on-section .container {
		width: 100%;
		padding: 0 3%;
	}
}
@media screen and (max-width: 1025px) {
	.main-content .blocks.first .block-main article .post-data,
	.main-content .blocks.first .block-main article .post-thumbnail {
		float: none !important;
		text-align: center !important;
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 600px) {
	.page-template-template-product-agency #four-icon-section .small-icons-wrapper {
		flex-direction: column;
	}
	.page-template-template-product-agency #four-icon-section .small-icons-wrapper .small-icon-container {
		margin: 0 auto;
	}
}

#mega-menu-wrap-header{
	background-color: #e0e0e0;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link{
	color: #152537;
}

.advice-search{
	display: none;
	padding: 9px 0 0 0;
}

.advice-search form{
	background-color: #FFFFFF;
	border: 1px solid #333 !important;
	border-radius: 3px;
	color: #DDD !important;
	padding: 8px 15px;
}

.searchform input[type="submit"]{
	background-color: #34495e !important;
	color: #FFFFFF !important;
	width: 40px;
	height: 80%;
	top: 4px;
	right: 4px;
}

.searchform input[type="text"]::placeholder{
	color: #666;
}

.searchform input[type="text"]{
	color: #333;
}

.searchform input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}
.searchform input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
.searchform input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
.searchform input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #666;
}

@media (max-width: 991px){
	#site-navigation .container{
		padding: 0;
	}
	#site-navigation .container .left{
		float: none !important;
	}
}

@media (min-width: 600px){
	.main-navigation{
		background-color: #e0e0e0;
	}
}

@media (min-width: 1200px){
	.advice-search{
		display: inherit;
	}
}


.page-id-49 .topic-list .heading{
	padding: 0;
}

.page-id-49 #help-search input[type="text"]{
	padding: 9px 2px 9px 25px;
	height: 52px;
}

body.taxonomy-help_category .banner.internal{
	height: auto !important;
	padding-top: 0 !important;
	background-size: cover !important;
}

body.taxonomy-help_category #help-search input[type="text"]{
	padding: 9px 2px 9px 25px;
	height: 52px;
	border: 2px solid #34495e;
}


.help_article-template-default #help-search input[type="text"]{
	height: 50px !important;
	border: none !important; 
}

.help_article-template-default .banner.frontpage form, 
.help_article-template-default.single .banner form{
	padding: 10px !important;
	background: none !important;
	border: none !important;
}

.help_article-template-default #help-search input[type="text"],
.help_article-template-default.single #help-search input[type="text"]{
	border: 2px solid #34495e !important;
}

.help_article-template-default #help-search input[type="submit"]{
	top: 10px !important;
}


/*BANNERS*/
body.post-type-archive-help_article .banner.internal,
body.single-help_article .banner.internal,
body.tax-help_category .banner.internal,
body.page-template-template-help-center .banner.internal{
	padding: 0 !important;
	height: auto !important;
	background-size: cover !important;
}

body.single-help_article .banner.internal h1,
body.tax-help_category .banner.internal h1,
body.page-template-template-help-center .banner.internal h1{
	margin: 0 !important;
}

body.single-help_article .banner.internal .service-container,
body.tax-help_category .banner.internal .service-container, 
.template-help-center .banner.internal .service-container{
	padding: 40px 0 !important;
}

.single-help_article header#masthead,
.tax-help_category header#masthead,
.page-template-template-help-center header#masthead{
	min-height: auto !important;
}

.template-product-child-lp .user-auth-demo-req .user-login,
.template-product-child-lp .user-auth-demo-req .user-register,
.template-product-child-lp .user-auth-demo-req .demo-req,
.template-product-child-lp #site-navigation,
.template-product-child-lp #more-on-section,
.template-product-child-lp .block-user-support,
.template-product-child-lp .site-footer .left.footer-menu,
.template-product-child-lp .site-footer .right.user-login-register-demo,
.template-product-child-lp .site-footer .middle,
.template-product-child-lp .site-footer .social-icons-group,
.template-product-child-lp .footer-block.bottom .top .company-info .phones
{
	display: none !important;  
}

.template-product-child-lp .banner{
	background-image: url(https://www.advicelocal.com/wp-content/themes/advicelocal/img/banner-agencies-partners.jpg) !important;
	height: auto !important;
	padding-bottom: 52px !important;
}

.template-product-child-lp .banner .service-description .service-header,
.template-product-child-lp .banner .service-description .service-moto, .additional-products-title{
	color: #FFFFFF !important;
}


.template-product-child-lp .product-req{
	width: 75% !important;
    font-size: 25px !important;
    background-color: #e67127 !important;
    color: #fff !important;
}

.page-id-10571 #content.internal #primary ol {
	counter-reset: item;
	margin: 0;
	padding-left: 30px;
}
.page-id-10571 #content.internal #primary li {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.page-id-10571 #content.internal #primary li:before {
    content: counters(item, ".") ". ";
    counter-increment: item
}
.page-id-10571 #content.internal #primary ol li ol li ol{
	counter-reset: item-alpha;
}
.page-id-10571 #content.internal #primary ol ol li ol li:before{
	counter-increment: item-alpha;
	content: "("counter(item-alpha, lower-alpha) ") ";
}

/* /products/voice-search-readiness-test/ */
.page-id-10937 #blue-ribbon-section .subheading {
	font-size: 3rem;
    font-weight: 100;
    margin-bottom: 4rem;
}
.page-id-10937 .video-description .video-box img {
	max-height: 100%;
}
.page-id-10937 .video-description .cta-container {
	margin-top: 5rem;
}
@media screen and (max-width: 900px) {
	.page-id-10937 .video-description .cta-container {
		margin-top: 0;
	}
	.page-id-10937 .video-description .cta-container div {
		display: block;
		margin: 1rem 0;
	}
	.page-id-10937 .video-description .cta-container div a {
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px) {
	.page-id-10937 #blue-ribbon-section .heading {
		text-align: center;
		font-size: 3.5rem;
		font-weight: 500;
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	.page-id-10937 #blue-ribbon-section .subheading {
		text-align: center;
		font-size: 2.5rem;
		margin-bottom: 4rem;
	}
}

@media (max-width: 991px){
	.banner.internal .service-container{
		padding-top: 0 !important;
	}
}



@media (min-width: 768px){
	.banner-two-cols .custom-row{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.banner-two-cols .custom-row .col-info:nth-child(1){
	width: 60%;
	}

	.banner-two-cols .demo-request-text,
	.banner-two-cols .demo-request-header{
		text-align: left !important;
		padding-right: 50px;
	}

	.banner-two-cols .custom-row .col-info:nth-child(2){
		width: 40%;
	}
	.banner-two-cols .demo-request-header{
		font-size: 56px;
	}
}


.banner-two-cols .custom-row .col-info .demo-request-form{
	width: 100%;
	background-color: #003E68;
	border-radius: 10px;
	margin-top: 25px;
}

.banner-two-cols .wrap-form{
	border-radius: 10px;
  border-top: 3px solid #ea7d29;
	padding: 20px;
}

.banner-two-cols .title-form{
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
		color: #FFFFFF;
		text-align: center;
}

.table-striped{
	border: none;
	border-collapse: collapse;
}

.table-striped tbody tr:nth-of-type(odd) {
   background-color: rgba(0,0,0,.05);
}

.table-striped td, 
.table-striped th {
    padding: .75rem;
}

/* #region Product Child v2 */
.products-banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	padding: 4rem 0 5rem;
	text-align: center;
}
.products-banner .container {
	margin: 0px auto;
	width: 1100px;
}
.products-banner .container h1 {
	font-size: 5rem;
	margin: 0;
}
.products-banner .container h2 {
	font-size: 2.5rem;
	margin: 0;
}
.products-banner .container .img img {
	width: 80%;
    margin: 0 auto;
}
.products-banner .container .img img {
	display: block;
	margin: 1rem auto;
	width: 80%;
}
.products-banner .container .banner-cta > div {
	display: inline-block;
	margin: 0 1rem;
	transition: 0.5s ease-in-out;
}
.products-banner .container .banner-cta > div > a {
	color: #ffffff;
	display: inline-block;
	font-size: 1.7rem;
	font-weight: bold;
	min-width: 230px;
	padding: 1rem 4rem;
}
.products-banner .container .banner-cta > div > a:hover {
	text-decoration: none;
}
.products-banner .container .banner-cta div.banner-cta__left {
	background-color: #0e5388;
	border: 1px solid #ffffff;
}
.products-banner .container .banner-cta div.banner-cta__right {
	background-color: #eb7d28;
	border: 1px solid #eb7d28;
}
.products-banner .container .banner-cta div.banner-cta__left:hover {
	background-color: #eb7d28;
	border: 1px solid #eb7d28;
}
.products-banner .container .banner-cta div.banner-cta__right:hover {
	background-color: #0e5388;
	border: 1px solid #ffffff;
}

.products-citations {
	background-color: #f0faf7;
	padding: 6rem 0;
}
.products-citations .container {
	margin: 0px auto;
	width: 1100px;
}
.products-citations .container h3 {
	font-size: 2.5rem;
	text-align: center;
	margin: 0;
}
.products-citations .container .products-citations__items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.products-citations .container .products-citations__items .products-citations__items__item {
	flex: 0 0 45%;
	margin-top: 5rem;
}
.products-citations .container .products-citations__items .products-citations__items__item img {
	display: inline-block;
	margin: 0;
	max-width: 150px;
	vertical-align: top;
}
.products-citations .container .products-citations__items .products-citations__items__item p {
	display: inline-block;
	font-size: 1.8rem;
	margin: 0;
	max-width: calc( 100% - 150px );
	padding-left: 3rem;
	vertical-align: top;
}

.products-gradient {
	background-image: linear-gradient( #0e5388, #16a598 );
	-moz-background-image: linear-gradient( #0e5388, #16a598 );
	-webkit-background-image: linear-gradient( #0e5388, #16a598 );
	color: #ffffff;
	padding: 10rem 0;
}
.products-gradient .container {
	text-align: center;
	margin: 0px auto;
	width: 1100px;
}
.products-gradient .container h3 {
	font-size: 4rem;
	font-weight: normal;
	margin: 0;
	margin-bottom: 3rem;
}
.products-gradient .container p {
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0;
}

.products-items-list {
	padding: 6rem 0;
}
.products-items-list .container {
	margin: 0px auto;
	width: 1100px;
}
.products-items-list .container h3 {
	font-size: 4rem;
	text-align: center;
}
.products-items-list .products-items-list__item {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-around;
	margin: 5rem 0;
	text-align: right;
}
.products-items-list .products-items-list__item:nth-child(2n+1) {
	flex-direction: row-reverse;
	text-align: left;
}
.products-items-list .products-items-list__item .products-items-list__image {
	flex: 0 0 40%;
}
.products-items-list .products-items-list__item .products-items-list__image img {
	max-height: 300px;
	margin: 0 auto;
	margin-left: 0;
    display: block;
}
.products-items-list .products-items-list__item:nth-child(2n+1) .products-items-list__image img {
	margin: 0 auto;
	margin-right: 0;
}
.products-items-list .products-items-list__item .products-items-list__content {
	flex: 0 0 50%;
	font-size: 1.6rem;
}

.products-items-list .products-items-list__item .products-items-list__content h2 {
	color: #0e5388;
}
.products-items-list .products-items-list__item .products-items-list__content p {
	font-size: 1.6rem;
}
.products-items-list .products-items-list__item .products-items-list__content a {
	background-color: #eb7d28;
	border: 2px solid #eb7d28;
	border-radius: 4px;
	color: #ffffff; 
	display: inline-block;
	padding: 1rem 4rem;
}
.products-items-list .products-items-list__item .products-items-list__content a:hover {
	background-color: #0e5388;
}

.products-needs {
	background-color: #f0faf7;
	padding: 6rem 0;
}
.products-needs .container {
	margin: 0px auto;
	width: 1100px;
}
.products-needs .container h3 {
	font-size: 5rem;
	font-weight: 300;
	margin: 4rem 0 0;
	text-align: center;
}
.products-needs .container p {
	font-size: 1.6rem;
	margin: 2rem 0;
	text-align: center;
}
.products-needs .container .products-needs__items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 80%;
	flex-direction: row;
	justify-content: space-around;
}
.products-needs .container .products-needs__items h4 {
	color: #0e5388;
	font-size: 1.8rem;
    margin: 0 0 1rem;
	text-align: left;
}
.products-needs .container .products-needs__items p {
	margin: 0;
	text-align: left;
}
.products-needs .container .products-needs__items .products-needs__items__item {
	flex: 0 0 45%;
	margin: 3rem 0;
}
.products-needs .products-needs__items .products-needs__items__item__image {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 60px;
	vertical-align: top;
}
.products-needs .products-needs__items .products-needs__items__item__image img {
	margin: 0 auto;
	width: 100%;
}
.products-needs .products-needs__items .products-needs__items__item__content {
	display: inline-block;
	max-width: calc( 100% - 70px );
	padding-left: 2rem;
	vertical-align: top;
}

.template-product-child-v2 .internal-container .entry-content {
	background-color: #f0faf7;
}
.template-product-child-v2 .internal-container .entry-content h3 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
	.products-banner .container,
	.products-citations .container,
	.products-gradient .container,
	.products-items-list .container,
	.products-needs .container {
		padding: 0 5%;
		width: 100%;
	}
}
@media screen and (max-width: 900px) {
	.products-citations .container .products-citations__items {
		flex-direction: column;
	}
	.products-citations .container .products-citations__items .products-citations__items__item {
		flex: 0 0 90%;
		margin: 5rem auto 0;
	}
	.products-needs .container .products-needs__items {
		width: 100%;
	}
}
@media screen and (max-width: 700px) {
	.products-needs .container .products-needs__items .products-needs__items__item {
		flex: 0 0 90%;
	}
}
@media screen and (max-width: 600px) {
	.products-banner .container .banner-cta > div {
		display: block;
		margin: 2rem auto;
	}
	.products-items-list .products-items-list__item {
		flex-direction: column;
		text-align: center;
	}
	.products-items-list .products-items-list__item:nth-child(2n+1) {
		flex-direction: column;
		text-align: center;
	}
	.products-needs .container h3 {
		font-size: 4rem;
	}
}
@media screen and (max-width: 450px) {
	.products-needs .container h3 {
		font-size: 3rem;
	}
}

@media (min-width: 992px){
	.site-branding >.container,
	.site-header .container{
		width: 100% !important;
	}
}

.site-branding > .container {
    padding: 30px 60px 25px !important;
}

@media (min-width: 1400px){
	.site-branding >.container,
	.site-header .container{
		width: 1340px !important;
	}
}

.page-id-11683 .products-items-list .products-items-list__item{
	/*width: 800px;
	margin-left: auto;
	margin-right: auto;*/
}
.page-id-11683 .products-needs .container h3{
	font-size: 4.5rem;
}
.page-id-11683 .products-citations .container .products-citations__items .products-citations__items__item img{
	max-width: 140px;
}
/* #endregion */


/* #region Advice Interactive Group LP Template */
.aig-lp .container {
  margin: 0px auto;
  max-width: 1000px;
}
.aig-lp-banner {
  background-image: url('/images/advice-interactive-group-banner-background.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0 8rem;
}
.aig-lp-banner .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.aig-lp-banner .container > div {
  flex: 1 0 50%;
}
.aig-lp-banner .container > div img {
  max-width: 80%;
}
.aig-lp-banner h1,
.aig-lp-banner h2 {
  font-size: 2.5rem;
  color: #0c5489;
}
.aig-lp-banner h1 {
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.aig-lp-banner h2 {
  margin: 0;
  margin-top: 3rem;
  margin-left: 2rem;
}
.aig-lp-banner h2 span {
  display: block;
  
}
.aig-lp-banner h2 span:last-of-type {
  color: #eb7d28;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 4.5rem;
}
.aig-lp-banner .aig-lp-banner-al {
  text-align: center;
  position: relative;
}
.aig-lp-banner .aig-lp-banner-al:after {
  content: '!';
  color: #0c5489;
  font-weight: bolder;
  font-size: 10rem;
  position: absolute;
  top: 1.5rem;
  margin-left: 1.5rem;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
.aig-lp-banner .aig-lp-banner-al img {
  max-height: 10rem;
}
.aig-lp-white-bar {
  background-color: #ffffff;
  padding: 3rem 0;
}
.aig-lp-white-bar p {
  color: #2d394a;
  text-align: center;
  font-size: 1.6rem;
  line-height: 3rem;
}

@media screen and (max-width: 1000px) {
  .aig-lp .container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 850px) {
  .aig-lp-banner h2 span:last-of-type {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 750px) {
  .aig-lp-banner .container > div {
    flex: 1 1 100%;
    text-align: center;
  }
  .aig-lp-banner .aig-lp-banner-aig {
    margin-top: 4rem;
  }
  .aig-lp-banner .container > div.aig-lp-banner-aig img {
    margin: 0 0 0 30%;
    max-width: 45%;
  }
}
@media screen and (max-width: 500px) {
  .aig-lp-banner .container > div.aig-lp-banner-aig img {
    max-width: 60%;
  }
}

.phone-headder{
	display: inline-block;
	color: #FFFFFF;
	background: rgb(26,188,155);
	background: -moz-linear-gradient(90deg, rgba(26,188,155,1) 0%, rgba(31,73,125,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(26,188,155,1) 0%, rgba(31,73,125,1) 100%);
	background: linear-gradient(90deg, rgba(26,188,155,1) 0%, rgba(31,73,125,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1abc9b",endColorstr="#1f497d",GradientType=1);
	font-weight: 700;
	transition: none !important;
	border-radius: 5px;
	background-color: #000;
}

.phone-headder:hover{
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
}

.phone-headder img{
	max-width: 15px;
	margin: 0 5px;
}

.phone-headder span{
	display: inline-block;
	padding: 10px;
	font-size: 16px;
}

@media (min-width: 800px){
	.phone-headder{
		position: absolute;
		top: 0;
		right: 0;
		margin-right: 3%;
		border-radius: 0;
	}
	
	.phone-headder span{
		background-image: url(img/phone-curve.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		padding: 5px 20px 5px 80px;
		font-size: 16px;
	}
	.phone-headder img{
		margin: 0 10px;
	}
	.user-auth-demo-req{
		transform: translateY(17px);
	}
	.phone-headder img{
		max-width: 100%;
	}
}

@media (min-width: 992px){
	.phone-headder{
		margin-right: 60px;
	}
	.phone-headder span{
		padding: 10px 20px 10px 80px;
		font-size: 22px;
	}
}

@media (min-width: 1400px){
	.phone-headder{
		margin-right: 0;
		right: inherit;
		left: 50%;
		margin-left: 193px;
	}
	.phone-headder span{
		padding: 10px 20px 10px 80px;
		font-size: 22px;
	}
}

