/*
Theme Name: tracker_2017
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tracker_2017
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.

tracker_2017 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url("blog.css");

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	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"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body *{
font-family: 'Open Sans', sans-serif;
color: #656565; }
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;
}

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%;
}
.center{
	text-align: center;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	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/ */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	height:100%;
}
html{
	height:100%;
	margin:0;
	padding:0;
}

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 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

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 {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	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: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.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;
}

/*--------------------------------------------------------------
## 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;
}
div.level.level-header {
	color: #656565;
	/*color: #FFF;*/

}
div.level.level-header{
	/*text-shadow: 1px 1px rgb(9,77,142);*/
}
.circle .center.outer{
	border-radius: 50%;
	padding: 1em;
}
.circle .center.outer i{
	color: #fff;
}
.three-icons-container h4{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.2em;
}
.purple{
	background-color: #a15d87;
}
.level-header{
	background-size: 	cover;
	position: relative;

}
.level-header-top{
	background-color:  rgba(68, 126, 183, 0);
	padding: 20px;
	position: relative;
	width: 100%;
	/*border-bottom: 1px solid rgba(255,173,66,0.15);*/
	-webkit-transition: 0.3s all!important;
	transition: 0.3s all!important;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.is-sticky .level-header-top{
	/*background-color: rgba(9,77,142,1);*/
	background-color: rgba(68, 126, 183, 1);
	padding: 10px;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);	
}
.is-sticky .level-header-top img{
	max-width: 80px
}
.outer{
	display: table;
	height: 100%;
	width: 100%;
}
.inner{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.level.level-feature-boxes-top{
	padding:0;
}
.level-header-top img{
	width: 100%;
	max-width: 150px;
	height: auto;
	-webkit-transition: 0.3s all!important;
	transition: 0.3s all!important;
}
h1, h2, h3{
	font-weight: 300;
}
h2{
	font-size: 2em;
}
.cta{
    border-radius: 0.5em;
    color: #fff!important;
    text-decoration: none;
    padding: 0.3em 0.8em;
    text-shadow: none!important;
    font-weight: 300;
    margin-right: 0.75em;
    display: inline-block;
    background-size: 0;
    background-repeat: no-repeat;
    background-position: left -1em center;
    -webkit-transition: all 0.3s;
    transition:  all 0.3s;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    cursor: pointer;

}
button.cta{
	font-size: 1.2em;
	padding:0.5em;
}
.doc-cover-single{
	display: inline-block;
	float: left;
	width:25%;
	height: auto;
	padding: 1em 1em 0 0;
}
.cta:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.cta.cta-big{
	font-size: 1.5em;
}
.cta.cta-medium{
	font-size: 1.2em;
}
.cta i{
	color: #fff;
}
.cta span *{
    margin-left: 1em;
    color: #fff;
}
.cta.green{
    background-color: rgb(57, 181, 74);
    background-image: url(images/green-hover.png);	
}
.cta:hover{
	background-size: 120%;
}
.cta.orange{
  background-color: rgb(255, 173, 66);
  background-image: url(images/orange-hover.png);	
}
.level{
	padding: 3em 0;

}
.level:not(.level-header) {
	background-color: #fff;
}
.level-header{
	padding-top: 0 !important;
}
.level h1, .level h2, .level h3, .level h4{
	color: rgb(9,77,142);
}
@-webkit-keyframes pulse-mj {
    0% { -webkit-transform: scale(1); transform: scale(1); }	
	50% { -webkit-transform: scale(1.5); transform: scale(1.5); }
    100% { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes pulse-mj {
    0% { -webkit-transform: scale(1); transform: scale(1); }	
	50% { -webkit-transform: scale(1.5); transform: scale(1.5); }
    100% { -webkit-transform: scale(1); transform: scale(1); }
}

.pulse-mj {
	-webkit-animation-name: pulse-mj;
	animation-name: pulse-mj;
}

@-webkit-keyframes rubberBand-mj {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.1, 0.9, 1);
    transform: scale3d(1.1, 0.9, 1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 1.1, 1);
    transform: scale3d(0.9, 1.1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  65% {
    -webkit-transform: scale3d(0.98, 1.02, 1);
    transform: scale3d(0.98, 1.02, 1);
  }

  75% {
    -webkit-transform: scale3d(1.02, .98, 1);
    transform: scale3d(1.02, .98, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand-mj {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.1, 0.9, 1);
    transform: scale3d(1.1, 0.9, 1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 1.1, 1);
    transform: scale3d(0.9, 1.1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  65% {
    -webkit-transform: scale3d(0.98, 1.02, 1);
    transform: scale3d(0.98, 1.02, 1);
  }

  75% {
    -webkit-transform: scale3d(1.02, .98, 1);
    transform: scale3d(1.02, .98, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand-mj {
  -webkit-animation-name: rubberBand-mj;
  animation-name: rubberBand-mj;
}

.hero-text h2{
	font-size: 1.4em;

}

div.level.level-strip-of-logos{
	padding: 1.1em 0;
}
.feature-box-hero-image-container{
	text-align:center;
}
.feature-box-hero{
	padding: 0 3em;
}

.feature-box-blurb a{
	
	color:#656565!important;
}
.feature-box-blurb{
	margin-top: 1.25em;
}
.level-feature-boxes-top-withhero{
	padding:0;
}
.level-feature-boxes-withhero{
    margin-top: -3em;
    padding-top: 4.5em;
}
.single-feature-box .readmore{
	color: rgb(9,77,142) !important;
	font-style: italic;
	font-size: 0.8em;
}
.tilt{
	display: inline-block;
	padding:1em;
}
li.free-trail a, li.login a{
	padding: 0!important;
}

#mainwrap{
	width:100%;
	overflow:hidden;
 	text-align:center;
}
#mainwrap ul {
	float:left;
	margin:auto;
	padding:0;
	list-style:none;
	position:relative;
	left:50%;
}
#mainwrap ul li, .tabWrap ul li {
	padding:0px;
	margin:0px;
	display:-moz-inline-box;/* older gecko*/
	display:inline-block;
	position:relative;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mainwrap ul li {
	left:-50%;
}
.single-feature-box{
	padding:5px;
	margin:5px;
	border-radius: 0.75em
}

.single-feature-box a{
	text-decoration: 	none;
}
.feature-box-icon span{
    display: inline-block;
    padding: 1em 2em;


}
.feature-box-icon span img{
	max-width: 3em;
    max-height: 3em;
}
.progressSquare a{
	text-decoration: none;
}

.feature-box-icon span i{
	color: rgb(9,77,142);
	-webkit-transform: translateZ(10px);
	transform: translateZ(10px);
}
.feature-box-icon span{
	background-image: url('images/swoosh.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.feature-box-title h3{
	    font-size: 1.4em;
    font-weight: 300;
}

.single-feature-box:hover .feature-box-cta p{
	display: inline-block !important;
	margin:0;
	padding: 0;
}
.feature-box-cta{
	min-height: 2.5em;
}
ul.tracker-nav{
     margin: 0;
    padding: 0;
    list-style: none;
    line-height: 4em;
        font-size: 0.95em;
}
.is-sticky ul.tracker-nav{
	line-height: 2.5em;
}
.free-trail .fa-circle{
	color: rgb(57, 181, 74) !important;
    -webkit-transition: 0.3s all;
    transition:0.3s all;
}
.free-trail:hover .fa-circle{
	color: rgb(22, 129, 37) !important;
}

.percent{
    text-align: center;
    font-size: 2em;
    color: #094d8e;
}
ul.tracker-nav li{
    display: inline-block;
    float: left;
    
    text-transform: uppercase;
    font-weight: 300;
}
ul.tracker-nav li a{
	color: #FFF;
}
ul.tracker-nav li:not(.nav-i-icons) a{
	text-decoration: none;
    padding: 0.75em 0.5em;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    border-radius: 0.5em;
    margin-right: 3px;
    font-weight: 500;
    background-color: transparent;
    text-shadow: none;
    position: relative;
    font-size: 0.88em;
}
ul.tracker-nav li:not(.nav-i-icons) a:after{
    content:'';
    height:0px;
    width:100%;
    position:absolute;
    bottom:3px;
    left:0;
    background:white;
    opacity:0;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
ul.tracker-nav li.page_item_has_children:not(.nav-i-icons) a:before{
    content:'';
    height:0px; width:0;
    position:absolute;
    bottom:0px;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    opacity:0;
    border-left:0px solid transparent;
    border-right:0px solid transparent;
    border-top:0px solid #ffffff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
ul.tracker-nav li.page_item_has_children:not(.nav-i-icons) a:hover:before, 
ul.tracker-nav li.page_item_has_children:not(.nav-i-icons) a.active:before{
    opacity:1;
    bottom:-7px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:7px solid #ffffff;
}
ul.tracker-nav li a:hover:after, 
ul.tracker-nav li.current_page_item a:after,
ul.tracker-nav li.current_page_ancestor a:after,
ul.tracker-nav li.current_page_parent a:after,    
ul.tracker-nav li a.active:after{
    height:3px;
    opacity:1;
    bottom:0px;
}


ul.tracker-nav li:first-of-type{
	padding-left: 0;
}
.level-header .fa-inverse{
	color: #fff!important;
}
ul.tracker-nav li:not(.nav-i-icons) a:hover{
	border-color: white;
}
.nav-i-icons span{

margin-top: -0.15em;
}
.cirle-pee span{
	font-size:1.8em;
	color: #0353a4;
}
.the_content h1, .the_content h3, .the_content h2, .the_content h4{
	margin-top: 0;
}

.cirle-pee{
	margin: 0;
	padding:0;
	font-family: 'open sans condensed';
	color: #ffad42;
	width: 100%;
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 1.5em;
	vertical-align: middle;
	display: table-cell;
}
.progressSquare .padding{
	height: 100%;
}
.jCProgress{
	position: absolute;
}
.custom-percent{
	height: 100% !important;
    
    width: 100% !important;
    cursor: pointer;
}
.custom-percent .front,  .custom-percent .back{
	  display: table !important;
	  vertical-align: middle !important;
	  height: 100% !important;
    
    width: 100% !important;
}
.cirle-pee span{
	width:100%;
	display: inline-block;
}
.tooltip_templates{
	display: none;
}
.the-tooltip-content{
	font-size: 70%;
}
.tooltipster-light *{
	color: #fff;
}
.progressSquare canvas{
	width: 100%!important
}
.tooltipster-sidetip.tooltipster-light .tooltipster-box {
    border-radius: 7px;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border: 0;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
    height: 11px;
    margin-left: -8px;
    width: 18px;
    display:none;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow {
    height: 18px;
    margin-left: 0;
    margin-top: -7px;
    width: 10px
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
    border: 9px solid transparent
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #eaeaea;
    top: 2px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #eaeaea;
    left: -2px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #eaeaea;
    left: 2px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #eaeaea;
    top: -2px
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
    border: 9px solid transparent
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #1e73be;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #eaeaea;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #eaeaea;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #eaeaea;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -7px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped {
    left: -7px
}

.tooltipnav-container *, #tooltip_freetrial * {
	color: #03488a;
}
.single-tooltipnav-container{
	/* max-width: 350px; */
    padding:15px 0;
    position:relative;
}
.single-tooltipnav-container:not(:last-child){
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.single-tooltipnav-container div{
    position:relative;
}
.single-tooltipnav-container i{
	font-size: 2em;

}
.industry-reports-container .single-feature-box{
	max-width: 259px;
}
.single-tooltipnav-container p{
    margin:10px 0 0 0;
}
.nav-image-comtainer{
	width: 100%;
	text-align: center;
}
.casestudy{
    border-top: 2px solid #447eb7;
    border-bottom: 2px solid #447eb7;
    padding: 1em 2em;
    font-weight: 300;
    font-size: 0.9em;
    font-family: 'Open Sans';
    position: relative;
    background-color: rgba(0,0,0,0.055);
}
.casestudy-icon {
    position: absolute;
    margin-top: -2.7em;
    margin-left: -2.8em;
}
.casestudy-icon .fa-stack-2x{
	color: #447eb7;

}
.nav-image-comtainer img{
	max-width: 90%;
	height: 35px;
}
.nav-middle-container, .nav-left-container{
	float: left
}

.nav-image-comtainer{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.padding{
	padding:1em;
}
.nav-title{
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.2em;


}
.nav-title a{

text-decoration: 	none;
color: #03488a;
margin-bottom: 0.5em
}
.blurb{
	font-size: 0.7em;
	line-height: 1.4em;
}


.nav-title a:hover{
	border-bottom : 1px solid;
}

.center-header *{
	text-align:center;
}
.nav-link-wrap{
	display: inline-block;
	width: 100%;
}
.level-big-image{
    background-size: cover;
    background-position: center;
}
.parallax-viewport
      { overflow:hidden; position:relative;}

.parallax-layer
     { position:absolute; }

.light .big-image-content h4, .light .big-image-content h3, .light .big-image-content h2, .light .big-image-content h1, .light .big-image-content p {
	color: #FFF !important;
	    text-shadow: 0 0 4px #000;
}
.light.the_content h4, .light.the_content h3, .light.the_content h2, .light.the_content h1, .light.the_content p {
	color: #FFF !important;
}
.dark .big-image-content. h4, .dark .big-image-content h3, .dark .big-image-content h2, .dark .big-image-content h1, .dark .big-image-content p {
	color: #000 !important;
	text-shadow: 0 0 4px #FFF;
}
.big-image-content h4, .big-image-content h3, .big-image-content h2, .big-image-content h1{
	margin:0;
	padding:0;
}
.jCProgress{
	margin-top: 0!important;
	margin-left:0!important;
}
.light-grey{
	background-color: #efefef !important;
}
.dark-grey{
	background-color: #cdcdcd !important;
}

.transparent a:not(.cta), .blue .the_content a:not(.cta),
.dark-grey .the_content a:not(.cta),
.white .the_content a:not(.cta)
{
	color: #ff8f00!important;
}
.blue{
	background-color: #1e73be!important;
}
.transparent .the_content *, .blue .the_content *{
	color: #fff;
}
.padding-left{
	padding-left: 4%;
}
.padding-right{
	padding-right: 4%;
}
.padding-horizontal{
	padding: 0 2em;
	}
	
.pure-u-md-12-24 .the_content .padding-responsive{
	padding-top: 0;
	padding-bottom: 0;
}
@media screen and (max-width: 64em){
	.padding-right{
    	padding-right: 0!important;
    }
	.level{
		padding-top: 1.5em;
    	padding-left: 40px;
    	padding-right: 40px;
    	padding-bottom: 1.5em;
    }
    .padding-left{
    	padding-left: 0;
    }
    
    .padding{
    	padding-right: 10px 0;
    }
    .doc-cover-single, .doc-cover-single img{
    	width: 100%;
    	height: auto;
    }
    .pricingTable, .pricingTable td.topPrice span{
    	font-size: 60%!important;
    }
}
.freeForm{
background-color: #1e73be;
	color: #FFF;
	padding: 2em;

    position: relative;
    -webkit-box-shadow: 0 6px 15px -1px #828282;
    box-shadow: 0 6px 15px -1px #828282;
    width:100%;
    margin-bottom: 2em;
}
#contractSnippets .owl-item{
	height: 200px
}
h3.noticeSnippetTitle a{
    font-size: 0.9em;
    text-decoration: none;
}
.single-feature-box:hover{
  background-color: rgba(0,0,0,0.02);
}

 #tenderSearch.freeForm input {
            margin:0; padding: 0;
            border-radius: 5px;
            outline: none;
            border: none;
            color: #666666; 
            width:auto !important;
        }
 #tenderSearch.freeForm label{
 	padding-right: 5px;
 }
  #tenderSearch.freeForm input[type="radio"]{
 	margin-right: 5px!important;
 }
.freeForm td{
	color: #fff;
}

.freeForm h3,
.freeForm h2{
	color: #FFF;
}
.freeForm .cta{
	width: 100%;
}
.quote-by-container{
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin: 1em 0;
	padding: 0.5em;
}
input, select{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:100% !important;
	padding:0.4em!important;
	border-radius:5px !important;
	border: 1px solid #b5b5b5 !important;
	margin: 0.5em 0 1em 0;
}
textarea[name="address"]{
	height: 100px;
}

select{
	padding: 0.55em!important;

}
input[name="accept-this"]{
	width: auto!important;
}
.consultancy-form{
	background-color: #efefef;
}
.circle .outer{
	max-width: 100%!important
}
.consultancy-form label{
	padding: 0 1em 0 0;
	display: block
}
.freeForm label{
	color: #fff;
	text-align:left;
}
.freeForm .error{
	color: rgb(255, 75, 75);
    margin-top: 0;
    margin-bottom: 0em;
    display: block;
    float: left;
}
.cta i{
	color: #fff!important;
}
.dark .hero-text h1, .dark .hero-text h2{
	color: #045dad;
}

.dark .shadow__small {
	text-shadow: 1px 1px 0px #FFF;
}

.dark .shadow__large{
	text-shadow: 
    1px 1px 0px #fff, 1px 1px 0px #fff, 1px 2px 1em #fff;
}

.light .shadow__small {
	text-shadow: 1px 1px 0px #000;
}

.light .shadow__large{
	text-shadow: 
    1px 1px 0px #000, 1px 1px 0px #000, 1px 2px 1em #000;
}

.light .hero-text h1, .light .hero-text h2{
	color: #FFF;
}

#productTabs a img {
    height:45px;
}

.footer-form p{
	margin:0;
	padding:0;
}
.footer-form input[type="email"]{
	width:70% !important;
}
.footer-form input[type="submit"]{
	width: 18%!important;
    	margin-left: 2%;
        vertical-align: top;
    line-height: 2.5em;
    background-color: #39b54a;
}
.footer-form .ajax-loader{
	display: none!important;
}

#productTabs .ui-widget-header {
    background:url(../images/bar-repeat.png) !important;  
    border:none !important;
    padding:0 !important;
    /*border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;*/
}

#productTabs .ui-state-default, #productTabs .ui-widget-content .ui-state-default, #productTabs .ui-widget-header .ui-state-default {
    background:none !important;
    border:none !important;
    height:87px !important; 
    margin-top:0;
    margin-bottom:0;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    cursor: pointer;
}

#productTabs .ui-state-default a, #productTabs .ui-widget-content .ui-state-default a, #productTabs .ui-widget-header .ui-state-default a{
    color:white;
    font-weight:300;
    font-size:14px;
    outline:0 !important;
    cursor: pointer;
}

#productTabs .ui-state-active, #productTabs .ui-widget-content .ui-state-active, #productTabs .ui-widget-header .ui-state-active {
    background:url(../images/bar-repeat-hover.png) !important;    
    border:none !important;
    outline:0 !important;
    cursor: pointer;
}

#productTabs .plustab.ui-state-default, #productTabs .ui-widget-content .plustab.ui-state-default, #productTabs .ui-widget-header .plustab.ui-state-default {
    background:url(../images/bar-repeat-plus.png) !important;
    border:none !important;
}

#productTabs .plustab.ui-state-active, #productTabs .ui-widget-content .plustab.ui-state-active, #productTabs .ui-widget-header .plustab.ui-state-active {
    background:url(../images/bar-repeat-plus-hover.png) !important;    
    border:none !important;
}

#productTabs .ui-tabs .ui-tabs-nav li{
   margin:0 !important;
}

#productTabs .ui-state-default .ui-icon {
background-image: url("images/ui-icons_ffffff_256x240.png") !important;
}

#productTabs .ui-button-text-icon-secondary {
    border-left:1px solid #a6ceef !important;
    border-right:1px solid #5b9ad1 !important;
}

#productTabs.ui-widget-content {
    background:none !important;
    border:none !important;
}

.productMain p {
    text-align: left;
    font-weight: 300;
    font-size: 16px;
}

img.regionHome {
    cursor:pointer;   
}

.pricingRadio {
    float:left;
    width:auto;
    margin-right:15px;
}

.pricingTable tr td {
    line-height: 2.2em;
    border-bottom: 1px solid;
    border-bottom-color: #e8e8e8;;		
}
.productRegion{
	border-radius: 0.5em
}
.productRegion .circle img{
	max-width: 100px;
	max-height: 100px;
}
.productRegion:hover{
	background-color: rgba(0,0,0,0.2);
	cursor: pointer;
}
tr td.space {
    border-bottom:none !important;
}

tr.pricingTR:last-child td {
    border-bottom:none !important;
}

tr.pricingTR {
    background:white;
}

tr.pricingTR td.space {
    background:#4288C2;
}

.pricingTable tr:first-child {
    border-bottom:none !important;
}

.pricingTR.tPlusTR {
    background:#354054;
}

.pricingTR.tBGTR {
    background:#004580;
}

.pricingTable td.tick {
   background:#ffffff;
} 

.pricingTable tr.tPlusTR td.tick {
   background:#f18619;
} 

.pricingTable tr.tBGTR td.tick {
   background:#004580;
} 

.pricingTable td.cross {
   background:none;
} 

th.whiteRound {
    background:#ffffff;
    border-radius:17px 17px 0 0;
    padding:15px 0;
}

.priceSpan {
    display:none;   
}

.contactTab {
    position:fixed;
    left:0;
    top:50%;
    margin-top:-115px;
    z-index:99999;
    -webkit-backface-visibility: hidden; 
}

img.productRegion {
    cursor:pointer;
}

.blueRound {
    background:#00315A;
    border-radius:17px;
    padding:5px 10px 5px 15px;
    margin-top:25px;
}

.pricingTable td.buy {
    background:#004580;
    border-radius:0 0 17px 17px;
    border-bottom:none !important;
}
div.pricingTable table td.buy a{
	color:#fff!important;
}

.pricingTable table td.buy a {
    font-weight: 400;
    color:black!important;
}
.priceSpan{
	color: #1e73be !important;
	background-color: #fff;
}
.recent-tenders{
	background-color:#f2f2f2;
	padding: 1em;
}
.txtLg {
    font-size: 30px;
}
.txtN, .txtN > * {
    font-weight: 400;
}
.the_content table td span{
	color: #1e73be;
}

.the_content div.pricingTable table td a {
    text-decoration: none;
}

 div.pricingTable .txtWhite,  div.pricingTable a.txtWhite,  div.pricingTable .txtWhite p,  div.pricingTable .txtWhite ul li{
	color: #fff !important;
}
.pricingTable h3{
	text-align: left;
	font-size: 1.4em;
	margin-bottom: 0;

}
h3{
	font-size: 1.6em;
}
.white i.fa{
	color: #1e73be;
}
.white i.fa.fa-inverse{
	color: #fff;
}
.pricingTable{
	margin-top: 2em;
}
.regionTitle{
	text-align: 	center
}
.tooltipnav-container-header span{
	font-size: 1.6em;
	display: inline-block;
	padding: 0 0 0.5em 0;
	font-weight: 300;
	border-bottom: 1px solid #1e73be;
	width: 100%;
	margin-bottom: 0.5em;
}
.icon-list-item{
	
	        list-style: none;
    position: relative;
    padding-left: 3em;
    /* background-color: rgba(255,255,255,0.1); */
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.icon-bullet{
	margin-left: -3em;
	width:1em;
	text-align: center
}
.icon-list{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: 300;
	line-height: 0.8em;

}
.transparent .the_content .fa-inverse, .blue .the_content .fa-inverse{
	color: #1e73be;
}

.tooltipster-fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.owl-theme .owl-nav [class*=owl-]{
	background: #ffad42 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background-color: rgba(68, 126, 183, 1);
}
.owl-theme .owl-dots .owl-dot span {
	background-color:#869791;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    
  }
}

@keyframes fadeOutDown {
 from {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    
  }
}

.nav-left-container{
	float: 	left;	
	display: 	inline-block;
}

.owl-item{
	height: 100px;
}
.testimonial-slider{
	max-width: 700px!important;
	margin: 0 auto;
}
.testimonial-slider .fa{
	opacity: 0.2;

}
.quote{
	font-weight:300;
	font-size: 1.3em;
}
.test-by{
	font-style: italic;
}
.quote p{
	margin-bottom:0;
	padding-bottom: 0;
}
.testimonial-slider .owl-item{
	height: auto;
}
.testimonial-slider .owl-theme{
	text-align:center;
}
.footer-nav > ul > li{
	float:left;
}
.footer-nav li{
	list-style: none;
	padding: 0;
	margin:0;

}
.footer-nav ul{
	padding: 0;
	margin: 0;
}
.footer-nav ul.root-ul > li{
	padding: 0;
	margin-right: 1em;
	font-weight:400;
}

.footer-nav{
	text-transform: uppercase;
	font-size: 1.2em;
}
div.level.level-footer{
	background-color: #21232b;
	border-top: 1px dotted #715a3c;
}
.footer-nav a, .newsletterHeader{
	color: #447eb7;
	text-decoration: none;
		font-family: 'Open Sans Condensed'
}
.footer-nav .page_item_has_children ul{
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.footer-nav .page_item_has_children ul li{
	font-size: 0.78em;
	text-transform: none;
	font-weight: 400;
	line-height: 1.5em;
}
.footer-nav .page_item_has_children ul li a{
	color: #9c9c9c;
}
.footer-icons-container{
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #383838;
}
.footer-header-content{
	color: #447eb7;
	text-decoration: none;
		font-family: 'Open Sans Condensed'
}
.footer-icons-container .tracker-tooltip{
	display:inline-block;
}
.tooltipster-light .tooltipster-content{
	color: #03488A;
	font-size: 0.8em;
}

.transparent{
	background-color: transparent;
}




/* JP Styles - Begin */

.fixed { position:fixed; }

.editPage {
    top:0px;
    left:10px;
    border-radius:7px;
    background:rgba(0, 49, 90, 0.53);
    color:white !important;
    text-align:center;
    padding:7px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index:9999;
    opacity:0;
    pointer-events:none;
    -webkit-transition: 0.3s all;
    transition:0.3s all;
    text-decoration: none;
}

.editPage.active {
    top:10px;
    pointer-events:all;
    opacity:1;
}

.editPage:hover {
    background:rgb(0, 49, 90);
    color:white;
}

.sticky-wrapper:not(.is-sticky) .fa-stack {
    margin-top:-0.8em;
}

.jp__headerButton  {
    text-align:center;
    width:100%;
    display:block;
    text-align: center;
    position:relative;
}

.jp__headerButton:after {
    display:none;
}

.sticky-wrapper:not(.is-sticky) .jp__headerButton:after {
    font-size:11px;
    padding:0;
    margin:0;
    text-decoration:none;
    text-align:center;
    position:absolute;
    width:100%;
    line-height:12px;
    top:45px;
    left:0;
    -webkit-transition: 0.3s all;
    transition:0.3s all;
    font-weight:normal;
    display:inline;
}

li.login, li.free-trail {
    width:60px;
}

.free-trail .jp__headerButton:after {
    content: 'Free Trial';
}

.login .jp__headerButton:after {
    content: 'Login';
}

.login .fa-circle {
    color:#045DAD !important;
    -webkit-transition: 0.3s all;
    transition:0.3s all;
}

.login:hover .fa-circle {
    color:#004a8d !important;
}

.jp__headerButton .fa-stack-1x {
    color:white !important;
}

.txtC { text-align:center; }
.txtWhite * { color:white !important; }

.slicknav_menutxt{
	display: none!important;
}
.slicknav_btn{
	background-color: transparent!important;
}

.slicknav_menu{
    font-size: 1em !important;
    background: #447eb7 !important;
    padding: 20px 20px 0px 30px !important;
    box-shadow: 0 0px 8px #272727 !important;
}
.sub-menu li a, .footer-icons-container.additional{
	text-transform: none;
	color: #cdcdcd;
	font-size: 80%;
}
.footer-icons-container.additional{
	clear: both;
    margin-right: 2%;
        font-size: 70%;

}
.cert-icons img{
	max-height: 69px;
	margin-left: 3px;
}
.footer-icons-container.additional p{
	color: #cdcdcd;
}
.webinar-title small{
	font-size: 0.7em;
    display: inline-block;
    float: right;
    text-transform: none;
}
.contactus-sf{
	padding: 1em;
	margin: 0 1em;
	background-color: #f2f2f2
}
h2.webinar-title {
    border-bottom: 1px solid;
    font-size:2em;
}
h3.webinar-subtitle{
	font-size:1.3em;
}
.deliveredbyContainer{
	background-color: #f5f5f5;
	padding: 0 2em 2em 2em;
}
.deliveredbyContainer span.name{
	font-size: 1.6em;
	padding: 0.2em;

}
.deliveredbyContainer span.title{
	font-size: 1.6em;
	font-weight: 700;
	padding: 0.2em;
}
.deliveredbyContainer span{
	display: block;
	width: 100%;
}
.webinar-container{
	padding-bottom: 3em;
}
.deliveredbyContainer img{
	border-radius: 50%
}

#menu-footer > .menu-item{
	margin-bottom: 1em;
    margin-right: 1em;
}

/*.blogList > .blogList__container:not(:last-child) {
    border-bottom:1px solid rgba(0,0,0,0.2);
}*/
.slicknav_brand img{
	max-width: 85px !important;
}
.slicknav_brand{
	margin-bottom: 1em !important;
}
.small-screen .cirle-pee i{
	color: #0353a4;
}
@media screen and (min-width: 1200px){
	.slicknav_menu{
		display: none;
	}


}
@media screen and (max-width: 1200px){
	.level-header-top{
		display: none;
	}
	.responsive-padding{
		padding:1em;
	}
	.cta{
		margin-bottom: 1em;
	}
	.footer-nav ul.root-ul > li{
		margin-right: 0.5em;
	}
	.level-footer{
		padding-top: 1.5em;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 1.5em;
	}
	.freeForm{
		margin-top: 2em!important;
	}
	.footer-nav{
		font-size: 1em;
	}
	.padding-left{
	padding-left: 8%;
}
.padding-right{
	padding-right: 8%;
}
	  


}

.three-icons-container.active{
	background-color: rgba(0,0,0,0.2);
   
}
.single-header h1{
	color: #fff;
}
.slicknav_nav li a, .slicknav_item a{
	background-color: #4c88c3  !important;
	color: #fff!important;
	padding: 0.5em!important;

}
.slicknav_nav li:hover a{
	background-color: #4c88c3  !important;
	color: #fff!important;
}
.slicknav_nav .mob-free-trial a{
	background-color: #39b54a !important;
}
.slicknav_nav .mob-free-trial a:hover{
	background-color: #39b54a !important;
}
.slicknav_nav{
	margin-bottom: 1em;
}
.removeslickarrow .slicknav_arrow{
	display: none;
}
.three-icons-container a{
	text-decoration: none;
}
.level.odd{
	background-color: #f2f2f2;
}
.level-our-customers h3{
	border-bottom: 1px solid;
}
.level-our-customers .quote-container{
	font-size: 80%;
}
.level-our-customers .fa-quote-left{
	color: rgba(0,0,0,0.1);
}

.bgpBox {
    min-height: 630px;
    width: 96%;
    margin: 10px auto;
    position: relative;
    padding:1em;
}
.bgpBox a{
	color: #fff!important;
}
.ftgrTable .subscription {
    border: 2px solid #ffffff;
    border-radius: 15px 15px 0 0;
    color: #ffffff;
}
.ftgrTable .reports {
    border: 2px solid #ffffff;
    background: #ffffff;
    color: #13B5EA;
    font-size: 20px;
    font-weight: bold;
    border-radius: 0 0 15px 15px;
}
#bgp5940049f5fbe0 .ftgrTable .reports {
    color: #13b5ea;
}
#bgp5940049f60e0a h3 a{
color: #fff!important;
text-decoration: none;
}
#projectUserRegistrationAccountDetails input, #projectUserRegistrationAccountDetails option{
	color: #666 !important
}
.front-end-basket .pureFull.whiteBG {
    background: #eaeaea;
    width: 100%;
    padding: 15px 0;
}
.step-container {
	width: 114%;
    box-sizing: border-box;
	margin-left: -13%;
	margin-top: 20px;
    display: inline-block;
    margin-bottom: 20px;
}
.step-progressbar {
	counter-reset: step;
}
.step-progressbar li {
	list-style-type: none;
	width: 25%;
	float: left;
	position: relative;
	text-align: center;
	color: #fff;
}
.step-progressbar li:before {
	width: 50px;
    height: 50px;
	content: counter(step);
	counter-increment: step;
	line-height: 47px;
	border: 2px solid #152645;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #152645;
}
.step-progressbar li span{
	color: #152645;
    text-transform: uppercase;
    font-size: 1.1em;
}
.step-progressbar li:after {
	width: 100%;
    height: 6px;
    content: '';
    position: absolute;
    background-color: #152645;
    top: 23px;
    left: -50%;
    z-index: -1;
}
.step-progressbar li:first-child:after {
	content: none;
}
.step-progressbar li.active {
	color: #fff;
}
.step-progressbar li.active:before {
	border-color: #dd358b;
	background-color: #dd358b;
}
.step-progressbar li.active + li:after {
	background-color: #dd358b;
}
.product-selection{
	z-index:0;
	padding: 2em;
	margin-top:2em;
	background-color: #fff;
	box-sizing: border-box;
	border:1px solid #dadada
}

.no-hover-effect {
	text-decoration: none;
}
  