/*
	Theme Name: The Financial
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: TinyFrog Technologies
	Author URI: http://tinyfrog.com/

	Version: 5.3

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'menu-icons';
	src: url('fonts/menu-icons.eot?89183108');
	src: url('fonts/menu-icons.eot?89183108#iefix') format('embedded-opentype'),
		url('fonts/menu-icons.woff?89183108') format('woff'),
		url('fonts/menu-icons.ttf?89183108') format('truetype'),
		url('fonts/menu-icons.svg?89183108#menu-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.clear {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #423e38;
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.4;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #073b75;
	outline: 0;
	text-decoration: none;
	-webkit-transition: color ease-in-out 0.3s;
	-moz-transition: color ease-in-out 0.3s;
	transition: color ease-in-out 0.3s;
}

a:hover {
	color: #003467;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
	line-height: 25px;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
}

cite {
	font-style: normal;
}

.button {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #423e38;
	font-family: 'Roboto', sans-serif;
 	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 60px;
	font-size: 6rem;
	color:#fff;
}

h2, h3.widget-title {
	font-size: 44px;
	font-size: 4.4rem;
}

h3 {
	font-size: 40px;
	font-size: 4rem;
}

h4 {
	font-size: 36px;
	font-size: 3.6rem;
}

h5 {
	font-size: 30px;
	font-size: 3rem;
}

h6 {
	font-size: 24px;
	font-size: 2.4rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd !important;
	border-radius: 5px;
	color: #333;
	padding: 10px;
	padding: 1rem;
	width:auto;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 300;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #0ebfe9;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody,table {
	border: 0px;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border: 0px;
	padding: 6px 0;
	padding: 0.6rem 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
	padding-top:30px;
}

.home .site-inner {
	padding-top:0px;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 885px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	text-align: center;
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #05386F;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 20px 40px 16px;
	padding: 2rem 4rem 1.6rem;
}

.archive-description h3{
	margin-bottom:0px;
	color:#fff;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

.gsurvey-rank-choice {
  font-size: 15px !important;
}

@media (max-width: 600px) {
  .gravity-theme ul.gsurvey-rank.ui-sortable li {
    white-space: normal;
    overflow-wrap: break-word;
  }
}

/*div.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder {
color: blue !important;
}*/


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	z-index: 999;
	width: 100%;
	position:relative;
	left:0px;
	width:100%;
	transition: all 0.4s ease;
	background:#003466;
}

/*.home .site-header{
	position:absolute;
}*/

.sticky .site-header {
	position:fixed;
	top:0px;
	width:100%;
	left:0;
	transition: all 0.4s ease;
	background:#fff;
}

.sticky .site-header .widget-area{
	padding-top:24px;
}

.sticky .site-header .title-area{
	transition: all 0.4s ease;
	width:165px;
	padding-top: 10px;
	padding-bottom:15px;
}

.sticky .site-header .title-area .site-title a{
	background-image:url("images/sticky-logo.png");
}

.sticky .site-header .call-us{
	color:#423e38;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	padding: 1.8rem 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
}

.title-area .site-title a{
	background-image:url("images/logo.png");
	display:block;
	width:296px;
	height:44px;
	font-size:0px;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: none;
	text-align: center;
	width: 800px;
	padding-top: 100px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-size: 15px;
	font-size: 1.8rem;
	margin: 0px 19px;
	margin: 0rem 1.9rem;
	position: relative;
	padding-bottom:11px;
	transition: 0.5s;
}

.genesis-nav-menu > .menu-item > a::after {
    position: absolute;
    content: "";
    top: 75%;
    left: 0;
    width: 100%;
    height: 3px;
    background:#3498db;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;
}

.genesis-nav-menu > .menu-item > a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}


.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #94cbff;
}

.genesis-nav-menu .current-menu-item > a::after{
	transform: scaleX(1);
    transform-origin: left;
}

.genesis-nav-menu > .menu-item > a {
	text-transform:none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:	opacity .4s ease-in-out;
	-ms-transition:		opacity .4s ease-in-out;
	-o-transition:		opacity .4s ease-in-out;
	transition:			opacity .4s ease-in-out;
	width: 222px;
	z-index: 99;
	background-color:#07264c;
	padding-top:9px;
	padding-bottom:20px;
	border-radius:8px;
}

.genesis-nav-menu .sub-menu a {
	background-color:#07264c;
	border: 0px;
	padding: 16px 20px;
	padding: 0.6rem 1rem 0.6rem 2rem;
	position: relative;
	width: 222px;
	font-size: 14px;
	margin:0px;
}

.genesis-nav-menu .sub-menu a:hover{
	background:#083b77;
	color:#fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
    z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

.genesis-responsive-menu {
	display: block;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

.menuicons-before::before {
	font-family: 'menu-icons';
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
}

.speedicon-menu:before {
    content: "";
}

.menu-toggle.activated::before {
	content: "";
}

.speedicon-arrow-down:before {
    content: "";
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry{
	margin-bottom:4rem;
}

.home .entry{
	margin-bottom:0rem;
}


.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 26px;
	margin-left: 2.6rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: none;
	list-style-image:url("images/green-tick.jpg");
	padding-bottom:12px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #53DDA1;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #073b75;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 0px;
	margin-top: 0rem;
	width: 240px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	color: #fff;
	background-color: #003366;
}

.footer-widgets .wrap {
	padding: 0px 0 0px;
	padding: 0rem 0 0rem;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #333;
	padding: 60px 0;
	padding: 6rem 0;
	text-align: center;
}

/*
Text meant only for screen readers.
---------------------------------------------------------------------------------------------------*/
/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sf-hover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/*
CUSTOM STYLING
-----------------------------------------------------------------------------------------------------*/

#internal-hero{
	position:relative;
	line-height:0;
}

#internal-hero .wrap{
	position: absolute;
    width: 100%;
	max-width:100%;
	padding:0 10%;
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    color: #fff;
	line-height:1.3;
}

#internal-hero h1{
	background-image:url("images/green-triangle.png");
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:20px;
}

.home #internal-hero h1{
	/*padding-top:10px;*/
	/*margin-bottom: -55px;*/
}

#internal-hero h1 strong{
	font-size:24px;
	color:#94cbff;
	font-style:italic;
	font-family: 'PT Serif', serif;
}

#internal-hero img{
	width:100%;
}


/*.home #internal-hero h1{
	margin-bottom: -55px;
}*/

.call-us{
	background:url('images/phone-icon.png') 0 0 no-repeat;
	padding-left:25px;
	color:#fff;
}

.site-header .widget-area .widget{
	display:inline-block;
}

.site-header .widget-area .widget:last-child{
	margin-left:70px;
	font-size:15px;
}

.sticky .genesis-nav-menu a{
	color:#423e38;
}

.sticky .genesis-nav-menu a:hover,
.call-us:hover,
.sticky .call-us:hover
{
	color:#94cbff;
}

.sticky .genesis-nav-menu .sub-menu a{
	color:#fff;
}

.widgets-data-feed-btns{
	padding:0 12%;
	position: relative;
	top: 25px;
}

.widgets-data-feed-btns .image-widget-container{
	box-shadow: 2px 7px 18px rgba(0,0,0,0.8);
	border-radius: 20px;
	position:relative;
}

.widgets-data-feed-btns .image-widget-container h3{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:30px;
}

.widgets-data-feed-btns .boxed-layout .image-description{
	border-radius:17px;
	background: rgba(85,224,163,0.7);
	display: table;
}

.widgets-data-feed-btns .boxed-layout .image-description a {
	font-family: 'Montserrat', sans-serif;
    display: table-cell;
    color:#423e38;
    padding: 0;
    vertical-align: middle;
    font-size: 30px;
}

.widgets-data-feed-btns .boxed-layout .image-description a:hover{
	color:#423e38;
}

.widgets-data-feed-btns .boxed-layout .image-description a .fas{
	margin-left: 15px;
	top: 3px;
	position: relative;
}

.widgets-data-feed-btns .image-widget-container .image-description h3{
	display:none;
}

.widgets-data-feed-btns .image-widget-readmore{
	border:0px;
	padding:0px;
}

#widgets-btn{
	background:url("images/widget-btn.png") 0 0 no-repeat;
}

#data-feeds-btn{
	background:url("images/data-feeds-btn.png") 0 0 no-repeat;
}


.widgets-data-btns-new{
	padding:0 12%;
	position: relative;
	top: 25px;
}

.widgets-data-btns-new .image-widget-container{
	box-shadow: 2px 7px 18px rgba(0,0,0,0.8);
	border-radius: 20px;
	position:relative;
}

.widgets-data-btns-new .image-widget-container h3{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:30px;
}

.widgets-data-btns-new .boxed-layout .image-description{
	border-radius:17px;
	background: rgba(85,224,163,0.7);
	display: table;
}

.widgets-data-btns-new .boxed-layout .image-description a {
	font-family: 'Montserrat', sans-serif;
    display: table-cell;
    color:#423e38;
    padding: 0;
    vertical-align: middle;
    font-size: 30px;
}

.widgets-data-btns-new .boxed-layout .image-description a:hover{
	color:#423e38;
}

.widgets-data-btns-new .boxed-layout .image-description a .fas{
	margin-left: 15px;
	top: 3px;
	position: relative;
}

.widgets-data-btns-new .image-widget-container .image-description h3{
	display:none;
}

.widgets-data-btns-new .image-widget-readmore{
	border:0px;
	padding:0px;
}

#widgets-btn-new{
	background:url("images/widget-btn.png") 0 0 no-repeat;
}

#data-btn-new{
	background:url("images/data-feeds-btn.png") 0 0 no-repeat;
}


.blue-bg {
  background: #003365;
  color: #ffffff;
  padding-top: 40px!important;
  padding-bottom: 40px!important;
}

.blue-bg h3 {
  color: #ffffff;
  font-size: 200%;
}

.widget-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: space-around;
}


.widget-buttons .btn {

}

/* Pricing Table */
.ow-pt-column {
  display: flex;
  flex-direction: column;
  margin-right: -1px;
}
.ow-pt-column.ow-pt-first .ow-pt-title {
  background: none!important;
  border: none!important;
}

.ow-pt-title {
  order: 1;
  background: #f4f9ff!important;
  text-shadow: none!important;
  /*color: inherit!important;*/
	color: #003466 !important;
	font-weight: bold ! important;
  border-color: #003365!important;
}
.ow-pt-details {
  order: 3;
  border: 1px solid #003365!important;
  background:  #003365!important;
  color: #ffffff!important;
  font-size: 18px!important;
}

.ow-pt-price {
  font-size: 22px!important;
}

.ow-pt-column.ow-pt-first {
  margin-top: 1px;
}

.ow-pt-column.ow-pt-first .ow-pt-features,
.ow-pt-column.ow-pt-first .ow-pt-features .ow-pt-feature:first-of-type{
  border-top-left-radius: 10px!important;
}
.ow-pt-column .ow-pt-features .ow-pt-feature {
  text-align: center;
  font-weight: bold;
}
.ow-pt-column.ow-pt-first .ow-pt-features .ow-pt-feature {
  text-align: right;
  font-weight: normal;
}
.ow-pt-column.ow-pt-first .ow-pt-details {
  border-bottom-left-radius: 10px;
}
.ow-pt-column.ow-pt-first .ow-pt-price {
  font-size: 16px!important;
  font-weight: normal!important;
}
.ow-pt-column.ow-pt-last .ow-pt-details{
  border-bottom-right-radius: 10px;
}
.ow-pt-features {
  order: 2;
  border: 1px solid #003365;
}

.ow-pt-column .ow-pt-features .ow-pt-feature{
  background: #ffffff!important;
}

.ow-pt-column:last-of-type {
}
.ow-pt-column:last-of-type .ow-pt-features .ow-pt-feature{
  background: #eefff7!important;
}

.enhance-panel{
	padding:60px 0 0;
	/*background-image: url("images/enhance-website-bg.jpg");*/
	background-repeat: no-repeat;
	background-position: center center;
}

.enhance-new {
	padding:10px 0 0;
	/*background-image: url("images/enhance-website-bg.jpg");*/
	background-repeat: no-repeat;
	background-position: center center;
}

.enhance-panel h2{
	background-image: url("images/green-triangle.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 16px;
}

.enhance-new h2{
	background-image: url("images/green-triangle.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
}

.enhance-panel .panel-grid-cell:first-child{
	padding-left:7%;
}

.enhance-new .panel-left:first-child{
	padding-left:7%;
}

.enhance-panel .panel-grid-cell:last-child{
	background-image:url("images/large-triangle.png");
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100%;
	padding-top:8%;
}

/*.enhance-new .panel-right:last-child{
	background-image:url("images/large-triangle.png");
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100%;
	padding-top:8%;
}*/

.enhance-new .panel-right{
	background-image:url("images/large-triangle.png");
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100%;
	padding-top:8%;
}

.enhance-panel .panel-grid-cell:last-child .widget_custom_html .custom-html-widget > div{
	margin:0 auto !important;
}


.enhance-new .panel-right:last-child .widget_custom_html .custom-html-widget > div{
	margin:0 auto !important;
}

.entry-content .enhance-panel ul li{
	padding-bottom:30px;
}

.entry-content .enhance-new ul li{
	padding-bottom:30px;
}

.enhance-panel h6{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
}

.enhance-new h6{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
}

.widgets-panel{
	background-color:#003366;
	background-image:url("images/widget-examples-bg.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	padding:50px 0 60px;
}

.border-heading h2{
	color:#fff;
}

.border-heading h2:after{
	content:"";
	display:block;
	position:relative;
	height:4px;
	width:75px;
	background:#55e0a3;
	margin:25px auto 10px;
}

.live-clients-panel{
	background:#083b77;
	padding:80px 0 80px;
}

.live-clients-panel .lsow-carousel .lsow-carousel-item {
    background:#fff;
	border-radius:12px;
	padding:20px;
	text-align:center;
	font-size:14px;
	color:#85888c;
	margin: 0 15px;
	min-height: 282px;
	position:relative;
}

.live-clients-panel .lsow-carousel .lsow-carousel-item p{
	margin-bottom:10px;
}

.live-clients-panel .lsow-carousel .lsow-carousel-item img{
	display:block;
	margin:0 auto 15px;
}

.live-clients-panel .lsow-carousel .lsow-carousel-item strong{
	font-size:17px;
	color:#423e38;
	display:block;
}

.live-clients-panel .lsow-container button.slick-prev {
    background:url("images/left-icon.png") 0 0 no-repeat !important;
	width:27px;
	height:91px;
	font-size:0px;
	margin: -35px 0 0;
}

.live-clients-panel .lsow-container button.slick-next {
    background:url("images/right-icon.png") 0 0 no-repeat !important;
	width:27px;
	height:91px;
	font-size:0px;
	margin: -35px 0 0;
}

.live-clients-panel .lsow-container button.slick-prev::before,
.live-clients-panel .lsow-container button.slick-next::before{
	display:none;
}

.live-clients-panel .lsow-carousel .lsow-carousel-item a:last-child{
	display: table;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	background:#55e0a3;
	border-radius: 11px;
	opacity:0;
}

.live-clients-panel .lsow-carousel .lsow-carousel-item a:last-child strong{
	display:table-cell;
	vertical-align:middle;
	font-size:24px;
	background-image:url("images/zoom-icon.png");
	background-position:right 16% center;
	background-repeat:no-repeat;
	padding-right:0px;
}

.live-clients-panel .lsow-carousel .lsow-carousel-item:hover a:last-child{
	opacity:1;
}

.financial-advantage-panel{
	padding: 60px 0 50px;
}

.financial-advantage-panel h2{
	color:#423e38;
}

.financial-advantage-panel .widget_siteorigin-panels-builder .logos-row-one img{
	margin-right:70px;
}

.logos-row img{
	margin-right:70px;
}

.financial-advantage-panel .widget_siteorigin-panels-builder .logos-row-one img:last-child{
	margin-right:0px;
}

.logos-row img:last-child{
	margin-right:0px;
}

.financial-advantage-panel .advantage-row-one{
	max-width:620px;
	margin:0 auto;
	text-align:center;
}

.financial-advantage-panel h6{
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
}

.wide-range-industries{
	padding:60px 0 50px;
}

.wide-range-industries h2{
	color:#423e38;
}

.wide-range-industries .sow-icon-image {
    background-size: cover !important;
    background-position: left top !important;
}

.wide-range-industries h6{
	font-family: 'Ubuntu', sans-serif;
	color:#423e38;
	font-size:16px;
	margin: 0 !important;
	line-height: 1.8;
}

.wide-range-industries .sow-features-feature{
	min-height:205px;
	padding:28px 30px 15px !important;
}

.wide-range-industries .sow-features-feature:hover{
	box-shadow:1px 5px 35px rgba(0,0,0,0.15);
}

.wide-range-industries .sow-features-feature:hover .sow-icon-image{
	background-position: left top -54px!important;
}

.footer-contact{
	padding:65px 0 47px;
}

.footer-contact h2{
	text-align:right;
	/*padding-right:55px;*/
	margin:0px;
	position: relative;
	top: -8px;
}

.footer-contact a{
	color:#423e38;
	font-size:24px;
	font-weight:700;
}

.footer-contact a .fas{
	font-size:22px;
	color:#003366;
	margin-right: 10px;
}

.footer-creds-panel{
	background-image:url("images/footer-bg.jpg");
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:83px 0 54px;
	font-size:13px;
	text-align:center;
}

.footer-creds-panel a{
	color:#fff;
}

.footer-creds-panel .widget_nav_menu{
	padding:30px 0 35px;
}

.footer-creds-panel .menu-footer-menu-container a{
	font-size:15px;
}

.footer-creds-panel .menu-footer-menu-container li.menu-item{
	display:inline-block;
	margin:0 19px;
}

.bottom-background{
	background-position:center bottom -12% !important;
}

.faq-panel{
	background-position:center top !important;
}

body .lsow-accordion.style3 .lsow-panel:first-child {
    border-top: 0px;
}

body .lsow-accordion.style3 .lsow-panel {
    margin: 0;
    border-bottom: 1px solid #94cbff;
}

#gform_wrapper_1{
	width:820px;
	margin:0 auto;
}

#gform_wrapper_1.gform_wrapper textarea.medium {
    height: 220px;
	border:1px solid #c2c2c2;
}

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
	padding: 12px 10px;
	border:1px solid #c2c2c2;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
}

body .gform_wrapper label.gfield_label,body .gform_wrapper legend.gfield_label {
    font-weight: 400;
    font-size: 16px;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 5px !important;
}

body .gform_wrapper .gform_footer {
    padding: 0px 0 10px;
    margin: 5px 0 0;
    text-align: center;
}

body .gform_wrapper .gform_footer input.button,body .gform_wrapper .gform_footer input[type="submit"],body .gform_wrapper .gform_page_footer input.button,body .gform_wrapper .gform_page_footer input[type="submit"] {
    font-size: 17px;
    margin: 0 0 0 0;
    background:#55e0a3;
	color:#423e38;
    text-transform: none;
    font-weight: 700;
    min-width: 310px;
    letter-spacing: 1px;
}

body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input.button:hover,
body .gform_wrapper .gform_page_footer input[type="submit"]:hover{
	background:#2fffa4;
}

.blue-panel{
	padding:45px 0 55px;
}

.blue-panel .gfield_label{
	color:#fff;
}

.blue-panel h3{
	color:#fff;
}

.btn{
	padding:13px 35px 13px 20px;
	min-width:310px;
	text-align:center;
	font-size:17px;
	font-weight:700;
	color:#423e38;
	background:#55e0a3;
	display:inline-block;
	border-radius:6px;
	margin-top:25px;
}

.btn .fa-arrow-right{
	color:#423e38;
	float:right;
	position:relative;
	top:4px;
}

.btn:hover{
	background:#2fffa4;
}

body a.btn{
	width:370px;
	padding: 15px 20px 15px 13px !important;
	/*margin-top:0px;*/
	line-height: 2.3;
}

body a.btn .fa-arrow-right{
	top:12px;
}

body a.btn:hover{
	background:#2fffa4 !important;
}

body a .sow-icon-image {
    width: 40px;
    background-size: contain !important;
    height: 40px;
    margin: 0 !important;
}

/*.entry-content .data-feed ul li{
	padding-bottom:40px;
}*/

/*.custom-data-feed-page .site-inner{
	background-image:url("images/gain-access-bg.jpg");
	background-repeat:no-repeat;
	background-position:center top;
}*/

.data-feed h6{
	font-family: 'PT Serif', serif;
	font-weight:400;
	font-style:italic;
}

.data-feed .panel-grid-cell > .so-panel.panel-first-child{
	margin-bottom:0px !important;
}

.explore-financials{
	padding:60px 0 40px;
	background-size: 100% !important;
	background-position: left top !important;
}

.explore-financials input,
.explore-financials select{
	width:100%;
	margin-top:5px;
}

.data-feed-contact-panel{
	padding:45px 0 60px;
	/*background-image:url("images/get-started-form-bg.jpg");*/
	background-repeat:no-repeat;
	background-position:center bottom -42px;
	background-size:100%;
}

.data-feed-contact-panel .panel-grid-cell{
	max-width:995px;
	margin:0px auto 0;
	padding:40px 30px 30px 30px;
	box-shadow:1px 6px 30px rgba(0,0,0,0.6);
	background:#f1f4f7;
}

.data-feed-contact-panel h2{
	background-image: url("images/green-triangle.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
}

.data-feed-contact-panel a{
	padding:0 25px;
	font-size:24px;
	color:#423e38;
	font-weight:700;
}

.data-feed-contact-panel a .fas{
	color:#073b75;
}

.data-feed-pricing h6 {
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-style: italic;
}

.pricing-boxes{
	font-size:17px;
	text-align:center;
}

.pricing-boxes strong{
	font-size:18px;
}

.pricing-boxes .panel-grid-cell .so-panel:first-child{
	border:1px solid #b7b7b7;
	border-radius:8px;
	padding:22px 5px 4px 5px;
}

.pricing-boxes .panel-grid-cell .highlight-box .so-panel:first-child{
	border:5px solid #55e0a3;
	margin-bottom:5px !important;
}

.pricing-boxes .small{
	font-size:14px;
	text-align:center;
}

.featured-image{
	width:250px;
	float:left;
	margin-right:20px;
}

body .addthis_inline_share_toolbox_n16k.addthis_tool {
    padding: 7px 0 1px;
    border-top: 5px solid #cfcfcf;
    border-bottom: 5px solid #cfcfcf;
    margin-bottom: 30px;
    margin-top: 15px;
}

.sidebar .widget-title{
	color:#073b75;
}

.error404 .sidebar .widget-title{
	font-size:34px;
}

.error404 .search-form {
	overflow: visible;
}

.privacy-policy {
    color: #FFF;
    text-align: center;
    font-size: 14px;
}

.data-feed-contact-panel .privacy-policy  a {
    padding: 0;
    font-size: 16px;
    color: #423e38;
    font-weight: 700;
    text-decoration: underline;
}
.additional-note {
    color: #000;
    padding: 10px;
    text-align: center;
    font-size: 13px;
}

body .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select, body .gform_wrapper select.large {
    padding: 1.6rem;
    -webkit-appearance: none;
}

.contact-us-column .gform_wrapper h3.gform_title{
	font-weight:700;
	text-align:center;
	font-size:30px;
}

/* Kill SO row bg on Privacy Policy (page ID 3)
.page-id-3 .panel-row-style { background: none !important; }*/

/* Kill SO row bg on Terms (example: page ID 157) 
.page-id-157 .panel-row-style { background: none !important; }*/

.page-id-3   #pg-3-0   > .panel-row-style,
.page-id-157 #pg-157-0 > .panel-row-style { background: none !important; }


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1480px) {

	.widgets-data-feed-btns {
    	top: 20px;
	}

	.widgets-data-btns-new {
    	top: 20px;
	}

}

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 620px;
	}
	
	.home #internal-hero img {
	margin-top: 90px;
}

	.home #internal-hero h1,
	#internal-hero h1 {
    	margin-bottom: 20px;
		/*margin-top: 100px;*/
    	font-size: 55px;
	}

	#internal-hero h1 strong {
    	font-size: 18px;
	}

	.home #internal-hero .wrap{
		top:68%;
	}

	.widgets-data-feed-btns .boxed-layout .image-description {
    	border-radius: 12px;
	}

	.widgets-data-feed-btns .image-widget-container h3{
		font-size:25px;
	}

	.widgets-data-feed-btns .boxed-layout .image-description a{
		font-size:24px;
	}
	
	/*.widgets-data-btns-new .boxed-layout .image-description {
    	border-radius: 12px;
	}*/

	.widgets-data-btns-new .image-widget-container h3{
		font-size:25px;
	}

	.widgets-data-btns-new .boxed-layout .image-description a{
		font-size:24px;
	}


	.enhance-panel {
    	padding: 15px 0 0px;
	}
	
	.enhance-new {
    	padding: 15px 0 0px;
	}


	h2{
		/*font-size:36px;*/
	}

	.enhance-panel h6{
		font-size:20px;
	}
	
	.enhance-new h6{
		font-size:20px;
	}

	.live-clients-panel .lsow-carousel .lsow-carousel-item a:last-child strong{
		font-size:19px;
	}

	.live-clients-panel .lsow-carousel .lsow-carousel-item strong {
    	font-size: 16px;
	}

	.financial-advantage-panel .widget_siteorigin-panels-builder .logos-row-one img {
    	margin-right: 21px;
	}
	
	.logos-row img {
    	margin-right: 21px;
	}

	.financial-advantage-panel {
    	padding: 65px 0 30px;
	}

	.wide-range-industries .sow-features-feature {
		min-height: 180px;
    	padding: 28px 10px 15px !important;
	}

	.wide-range-industries h6{
		font-size:15px;
	}

	.content {
		width: 710px;
	}

	.sidebar{
		width:200px;
	}

	.data-feed-contact-panel a{
		font-size:19px;
	}

	/*.entry-content .data-feed ul li {
    	padding-bottom: 26px;
	}*/

	body .ow-button-base a.btn {
    	width: 370px;
    	padding: 12px 13px 12px 13px !important;
    	margin-top: 0px;
    	line-height: 2.3;
    	font-size: 16px;
	}

	.sidebar{
		text-align:center;
	}

	.sidebar .widget-title {
    	font-size: 33px;
    	margin-bottom: 10px;
	}
	
	.widgets-panel-one{
		display: block !important;
    	-ms-flex-wrap: inherit !important;
    	flex-wrap: inherit !important;
    	-ms-justify-content: inherit !important;
    	justify-content: inherit !important;
	}
	
	.widgets-panel-one .panel-grid-cell{
		width:100% !important;
		margin-bottom:20px;
	}
	
	.widgets-panel-one h3.widget-title {
    	font-size: 34px;
    	font-size: 3.4rem;
	}
	
	.widgets-panel-one .panel-grid-cell #tfdc-viewer > div{
		display:block !important;
		margin:0 auto !important;
	}
	
	div#tfdc-toolbar div {
    	display: inline-block;
		max-width:33%;
	}
	
	body #tfdc-view .dashicons:before{
		display:block;
	}
	
	body #tfdc-view .dashicons{
		height:38px;
	}
	
	body .tfdc-value-prop a.button.secondary,
	body .tfdc-value-prop a.button{
    	font-size: 14px;
    	padding: 5px !important;
	}
	
	body .tfdc-value-prop {
    	padding: 25px 30px;
	}
	
	.bottom-background .panel-cell-style{
		padding:0% 15% 0% 15% !important;
	}
	
	.footer-creds-panel .widget_nav_menu {
	    padding: 0;
	}
	
	.footer-creds-panel{
		padding: 50px 0 45px;
	}


}



@media only screen and (max-width: 980px) {

	.wrap {
		max-width: 95%;
		top: 55% !important;
	}

	.site-header {
		position: relative;
	}

	.title-area{
		width:200px;
	}

	.site-header .widget-area {
    	width: 475px;
		padding-top: 13px;
	}

	.title-area .site-title a {
    	width: 200px;
    	height: 30px;
    	background-size: 100%;
	}

	.genesis-nav-menu a{
		margin:0 10px;
	}

	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}

	.minimum-landing .site-container {
		padding: 5%;
	}

	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home .site-header {
    	position: relative;
	}

	.home #internal-hero img {
	margin-top: unset;
}

	.site-header .widget-area .widget:last-child {
    	margin-left: 0;
    	font-size: 18px;
    	margin-top: 15px;
	}

	.widgets-data-feed-btns {
    	top: 40px;
	}
	
	.widgets-data-feed-btns .image-widget-container{
		border-radius:22px;
	}
	
	.widgets-data-btns-new {
    	top: 40px;
	}
	
	/*.widgets-data-btns-new .image-widget-container{
		border-radius:22px;
	}*/


	.enhance-panel {
    	padding: 50px 0 0px;
	}
	
	.enhance-new {
    	padding: 0px 0 0px;
	}
	
	.enhance-new .panel-left:first-child{
	padding-left:5px;
}

	.widgets-panel{
		padding: 50px 0 70px;
    	text-align: center;
	}

	.widgets-panel img.so-widget-image {
    	margin: 0 auto;
	}

	.live-clients-panel .lsow-carousel .lsow-carousel-item {
    	padding: 35px 20px !important;
	}

	.financial-advantage-panel .widget_siteorigin-panels-builder .logos-row-one img {
    	margin-right: 20px;
    	max-width: 17%;
	}
	
	.logos-row img {
    	margin-right: 20px;
    	max-width: 17% !important;
	}

	.advantage-row-one.panel-row-style{
		-webkit-flex-direction: row !important;
    	-ms-flex-direction: row !important;
    	flex-direction: row !important;
	}

	.wide-range-industries h6 {
    	margin-top: 6px !important;
    	line-height: 1.4;
	}

	.wide-range-industries {
    	padding: 50px 0 30px;
	}

	.footer-contact.panel-row-style{
		-webkit-flex-direction: row !important;
    	-ms-flex-direction: row !important;
    	flex-direction: row !important;
		padding: 45px 0 10px;
	}

	.footer-contact h2 {
    	padding-right: 35px;
		padding-left:55px;
    	font-size: 29px;
		top: -5px;
		text-align:left;
	}

	.footer-contact a {
    	font-size: 17px;
	}

	.footer-contact a .fas {
    	font-size: 17px;
        margin-right: 4px;
	}

	.site-header .widget-area .widget:last-child{
		font-size:15px;
	}

	/*.home #internal-hero .wrap {
    	top: 68%;
	}*/

	.widgets-data-feed-btns .boxed-layout .image-description {
    	border-radius: 21px;
	}
	
	/*.widgets-data-btns-new .boxed-layout .image-description {
    	border-radius: 21px;
	}*/

	.footer-creds-panel br{
		display:none;
	}

	.home #internal-hero h1, #internal-hero h1{
		font-size:36px;
	}

	h2 {
    font-size: 36px;
	}
	
	h3 {
    font-size: 36px;
}

	h4 {
    font-size: 30px;
}

	.explore-financials td {
    	padding: 0 10px;
    	vertical-align: top;
    	line-height: 1.5;
	}

	.data-feed-pricing h6{
		font-size:20px;
	}

	.pricing-boxes.panel-row-style{
		-webkit-flex-direction: row !important;
    	-ms-flex-direction: row !important;
    	flex-direction: row !important;
	}

	.pricing-boxes {
    	font-size: 14px;
	}

	.pricing-boxes strong {
    	font-size: 14px;
	}

	.pricing-boxes .panel-grid-cell .highlight-box .so-panel:first-child {
    	border: 3px solid #55e0a3;
	}

	.pricing-boxes .panel-grid-cell .so-panel:first-child {
    	padding: 15px 3px 4px 3px;
    	margin: 0 2px;
	}

	.data-feed-contact-panel .panel-grid-cell {
    	max-width: 95%;
    	margin: 0px auto 0 !important;
    	padding: 25px 15px 20px 25px !important;
	}

	.data-feed-contact-panel h2{
		font-size:30px;
	}

	.data-feed img{
		margin:0 auto;
		display:block;
	}

	.data-feed-pricing br{
		display:none;
	}

	.btn {
		min-width:225px;
    	max-width: 310px;
    	display: block;
    	margin: 5px auto 0;
	}

	.content {
    	width: 510px;
	}

	.sidebar {
    	width: 185px;
	}

	.sidebar .widget-title {
		font-size: 26px;
	}

	.featured-image {
		width: 155px;
	}
	
	.footer-creds-panel .widget_nav_menu {
    	padding: 0;
	}
	
	.footer-creds-panel{
		padding:40px 0 40px;
	}
	
	body .tfdc-value-prop {
    	padding: 25px 20px;
	}
	
	body .widgets-panel-one .panel-grid-cell #tfdc-viewer > div{
		overflow-x:scroll;
	}
	
	body #tfdc-toolbar {
    	display: block;
    	justify-content: inherit;
		flex-direction: inherit;
	}
	
	body #tfdc-toolbar select{
		width:100%;
	}
	
	div#tfdc-toolbar div#tfdc-view{
		clear:both;
		display: block !important;
    	text-align: center;
    	margin-top: 15px;
		max-width:100%;
	}


}

@media only screen and (max-width: 767px) {
	
  .widgets-data-btns-new {
    max-width: 80%;
	margin: 0 auto;
	}
	
  /*.widgets-data-btns-new .boxed-layout .image-description {
    	border-radius: 10px;
	}*/
}

@media only screen and (max-width: 730px) {

    .widgets-data-btns-new {
    max-width: 80%;
	margin: 0 auto;
	}
	
	.title-area,
	.content,
	.footer-widgets-1,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
		width: 100%;
	}

	.site-header .widget-area {
    	width: 100%;
		padding:0px;
	}

	.site-header .widget-area .widget {
    	display: block;
	}

	.genesis-nav-menu a {
		margin: 10px 0;
	}

	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
        position: relative;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 10px 0;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}

	.genesis-responsive-menu {
		display: none;
		width: 100%;
	}

	#menu-header-menu {
		margin-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
		position:absolute;
		top:12px;
		right:10px;
		color:#fff;
		margin: 0;
    	padding: 0;
		font-size:0px;
	}

	.sub-menu-toggle{
		top:0;
		font-size:16px;
	}

	.site-header .menu-toggle::before{
		float: left;
    	margin-right: 0;
    	position: relative;
    	text-rendering: auto;
    	top: 0px;
    	font-size: 18px;
    	background: #55e0a3;
    	padding: 10px 12px;
    	border-radius: 51%;
	}

	.menu-toggle:hover,
	.sub-menu-toggle:hover {
		color:#fff;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		left: -9999px;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		z-index: 99;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}

	.call-us {
    	position: absolute;
    	top: 22px;
    	right: 18%;
	}
	
	.home #internal-hero img {
	margin-top: unset;
}

	.title-area .site-title a {
    	width: 170px;
    	height: 25px;
	}

	.financial-advantage-panel h6{
		font-size:20px;
	}

	.financial-advantage-panel .widget_siteorigin-panels-builder .logos-row-one img {
    	max-width: 100%;
    	margin: 0 auto 15px;
    	display: block;
	}
	
	.logos-row img {
    	max-width: 100% !important;
    	margin: 0 auto 15px;
    	display: block;
	}

	.financial-advantage-panel .widget_siteorigin-panels-builder .logos-row-one img:last-child {
    	margin-right: auto;
	}
	
	.logos-row img:last-child {
    	margin-right: auto;
	}


	h2 {
    font-size: 27px;
	}

	.advantage-row-one.panel-row-style,
	.footer-contact.panel-row-style {
    	-webkit-flex-direction: column !important;
    	-ms-flex-direction: column !important;
    	flex-direction: column !important;
	}

	.footer-creds-panel .menu-footer-menu-container li.menu-item {
    	display: block;
    	margin: 10px 0px;
	}

	.footer-contact.panel-row-style{
		text-align:center;
	}

	.wide-range-industries .sow-features-feature {
    	max-width: 275px;
    	margin: 0 auto;
	}

	.widgets-data-feed-btns .boxed-layout .image-description {
    	border-radius: 10px;
	}

	/*.widgets-data-btns-new .boxed-layout .image-description {
    	border-radius: 10px;
	}*/
	
	.footer-contact h2 {
    	/*padding-right: 0;*/
    	text-align: center;
	}

	.footer-creds-panel .widget_nav_menu {
    	padding: 0px 0 0;
	}

	.home #internal-hero h1, #internal-hero h1 {
    	margin-bottom: 14px;
    	font-size: 36px;
	}

	#internal-hero h1 strong {
    	font-size: 14px;
	}

	.enhance-panel h6 {
    	font-size: 19px;
	}
	
	.enhance-new h6 {
    	font-size: 19px;
	}

	.wide-range-industries .sow-features-feature {
    	padding: 28px 25px 15px !important;
	}

	.wide-range-industries h6 {
    	font-size: 18px;
	}

	.footer-contact.panel-row-style .panel-grid-cell{
		margin-bottom:5px !important;
	}

	.pricing-boxes.panel-row-style {
    	-webkit-flex-direction: row !important;
    	-ms-flex-direction: row !important;
    	flex-direction: column !important;
    	max-width: 250px;
    	margin: 0 auto;
	}

	.data-feed-pricing .pricing-boxes br {
    	display: block;
	}

	.data-feed-contact-panel h2 {
    	font-size: 25px;
	}

	.data-feed-contact-panel a {
    	font-size: 17px;
    	display: block;
	}

	.genesis-nav-menu .current-menu-item > a::after,
	.genesis-nav-menu > .menu-item > a:hover::after{
		display:none;
	}

	h3{
		font-size:24px;
	}
	
	h4{
		font-size:22px;
	}

	h6{
		font-size:19px;
	}

	.featured-image {
    	width: 330px;
    	margin: 0 auto 15px;
    	float: none;
	}

	.blog .entry,
	.archive .entry{
    	margin-bottom: 2rem;
	}
	
	body .ow-pt-column.ow-pt-first .ow-pt-features,body .ow-pt-column.ow-pt-first .ow-pt-features .ow-pt-feature:first-of-type{
		border-top-right-radius: 10px !important;
	}
	
	body .ow-pt-column.ow-pt-first .ow-pt-details {
    	border-bottom-right-radius: 10px;
	}
	
	body .ow-pt-details{
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	
	body .ow-pt-column.ow-pt-first .ow-pt-features .ow-pt-feature {
		text-align: center;
	}

	div#tfdc-toolbar div {
    	display: block;
		max-width:100%;
	}
	
	/*#internal-hero {
		height: 220px;
	}*/
	
	#internal-hero img {
    	height: 220px;
    	object-fit: cover;
	}
	
	.data-feed-contact-panel .panel-grid-cell{
		padding: 25px 15px 20px 15px !important;
	}
	
	#tfdc-datacatalog-toolbar {
		display: block!important;
	}
	#tfdc-datacatalog-toolbar > div {
		width: 100%!important;
		display: block!important;
	}

}
	
@media only screen and (max-width: 500px) {
	.widgets-data-btns-new .boxed-layout .image-description {
    	border-radius: 10px;
	}
}
	
@media only screen and (max-width: 415px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

	.title-area .site-title a {
    	width: 145px;
    	height: 22px;
	}

}

@media only screen and (max-width: 320px) {

}

#internal-hero .panTable {
	padding: 20px;
	border-radius: 20px;
	background: rgba(255,255,255,.1);
	text-align: center;
}

.scrollWrapper {
	background-color: rgba(255,255,255,.3)!important;
}
.scrollableArea {
}

#internal-hero .quotes {
	background: transparent!important;
	border: none;
	color: #ffffff;
}

#internal-hero .symbolName,
#internal-hero .symbolValue {

	color: #ffffff;
}

#leftPanel .panTable {
	background: #003366!important;
}

#rightPanel,
#rightPanel .panTable {
	background: #003366!important;
	width: 100%;
}

#rightPanel .panTable {
    padding-top: 0;
    margin-top: 20px;
}

#rightPanel .panTable .tile {
	border: none;
}
/* #TableRows { */
	/* background: #ffffff; */
/* } */

#panel-9-1-1-0 {
	font-family: Roboto!important;
}

/* Default: auto below 1600px 
body:not(.home) #internal-hero img {
  width: 100%;
  height: auto;
  display: block;
}*/

/* All pages (including homepage): fix hero img height to 300px at ≥1600px */
@media (min-width: 1600px){
  #internal-hero img {
    height: 300px; !important;
    width: 100%;
    display: block;
  }
}

/* Homepage: make header behave like internal pages (no overlay) */
.home .site-header { 
  position: relative !important;  /* was fixed/absolute on home */
}

/* Homepage: kill old hero offset so it sits right under the nav */
.home #internal-hero,
.home #internal-hero img {
  margin-top: 0 !important;
}

.panel-grid.panel-has-style > .panel-row-style,
.panel-grid.panel-no-style {
  gap: 60px !important;
}
