/*================== GLOBAL STYLES ==================*/
a.btn,
a.btn:active,
a.btn:visited {
    display: inline-block;
    padding: 16px 40px 12px;
    color: #fff;
    text-shadow: 2px 1px 5px #333333;
    border-radius: 0;
    text-transform: uppercase;
}

.btn:hover {
    color: #fff;
}

.green-btn{
    border: 1px solid #63bc1d;
    background: rgba(98,188,29,1);
    background: -moz-linear-gradient(top, rgba(98,188,29,1) 0%, rgba(51,141,5,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(98,188,29,1)), color-stop(100%, rgba(51,141,5,1)));
    background: -webkit-linear-gradient(top, rgba(98,188,29,1) 0%, rgba(51,141,5,1) 100%);
    background: -o-linear-gradient(top, rgba(98,188,29,1) 0%, rgba(51,141,5,1) 100%);
    background: -ms-linear-gradient(top, rgba(98,188,29,1) 0%, rgba(51,141,5,1) 100%);
    background: linear-gradient(to bottom, rgba(98,188,29,1) 0%, rgba(51,141,5,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62bc1d', endColorstr='#338d05', GradientType=0 );
    font-size: 14px;
}


.green-btn:hover {
    border: 1px solid #338d05;
    background: rgba(51,141,5,1);
    background: -moz-linear-gradient(top, rgba(51,141,5,1) 0%, rgba(98,188,29,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,141,5,1)), color-stop(100%, rgba(98,188,29,1)));
    background: -webkit-linear-gradient(top, rgba(51,141,5,1) 0%, rgba(98,188,29,1) 100%);
    background: -o-linear-gradient(top, rgba(51,141,5,1) 0%, rgba(98,188,29,1) 100%);
    background: -ms-linear-gradient(top, rgba(51,141,5,1) 0%, rgba(98,188,29,1) 100%);
    background: linear-gradient(to bottom, rgba(51,141,5,1) 0%, rgba(98,188,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#338d05', endColorstr='#62bc1d', GradientType=0 );
}


.orange-btn {
    background: rgba(248,153,0,1);
    background: -moz-linear-gradient(top, rgba(248,153,0,1) 0%, rgba(251,140,14,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,153,0,1)), color-stop(100%, rgba(251,140,14,1)));
    background: -webkit-linear-gradient(top, rgba(248,153,0,1) 0%, rgba(251,140,14,1) 100%);
    background: -o-linear-gradient(top, rgba(248,153,0,1) 0%, rgba(251,140,14,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,153,0,1) 0%, rgba(251,140,14,1) 100%);
    background: linear-gradient(to bottom, rgba(248,153,0,1) 0%, rgba(251,140,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89900', endColorstr='#fb8c0e', GradientType=0 );
    border: 1px solid #fba91b;
}

.orange-btn:hover {
    background: rgba(251,140,14,1);
    background: -moz-linear-gradient(top, rgba(251,140,14,1) 0%, rgba(248,153,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,140,14,1)), color-stop(100%, rgba(248,153,0,1)));
    background: -webkit-linear-gradient(top, rgba(251,140,14,1) 0%, rgba(248,153,0,1) 100%);
    background: -o-linear-gradient(top, rgba(251,140,14,1) 0%, rgba(248,153,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(251,140,14,1) 0%, rgba(248,153,0,1) 100%);
    background: linear-gradient(to bottom, rgba(251,140,14,1) 0%, rgba(248,153,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8c0e', endColorstr='#f89900', GradientType=0 );
    border: 1px solid #fb8c0e;
}

section p {
    margin-bottom: 5px;
}

.custom-list {
	
}



/*================== CONTAINER ==================*/
.custom-wide {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.container {
	max-width: 1210px;
}

section {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.image-handler {
	display: inline-block;
}

.inner-content {
	padding-bottom: 40px;
}

h1.entry-title,
.c-h2 {
	color: #414245;
	font-size: 35px;
	font-weight: 500;
	text-align: left;
	margin-top: 38px;
}

h2,
h2 span {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.3em;
}

.inner-content ul,
.custom-list ul {
    list-style: none;
    margin: 20px 0 20px 15px;
}

.inner-content ul li,
.custom-list li {
    position: relative;
    margin-left: 0;
    padding-left: 25px;
    line-height: 30px;
}

.inner-content ul li:before,
.custom-list li:before {
    content: "• ";
    color: #f68425;
    font-size: 30px;
    position: absolute;
    left: 0;
}

.inner-content a,
.inner-content a:active,
.inner-content a:visited {
	color: #f68425;
	text-decoration: underline;
}

.inner-content a:hover {
	text-decoration: none;
}

.plus-icon {
	color: #fa921a;
	border: #fa921a 3px solid;
	border-radius: 100px;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
	top: 8px;
	margin-right: 20px;
}

.plus-icon:before {
	content: "+";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #fa921a;
	font-size: 35px;
	text-align: center;
}


/*================== HOMEPAGE CONTENT ==================*/

.orange-bar {
    background-color: #fa8f0c;
}

.orange-bar .cta-signup {
    font-size: 34px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    line-height: 1em;
    vertical-align: -7px;
    margin-right: 25px
}

.orange-bar a,
.orange-bar a:active,
.orange-bar a:visited {
    color: #ffffff;
    padding: 16px 40px 12px 40px;
	font-size: 16px;
	text-decoration: none;
}

.content-pad {
    padding: 30px 0;
}

.gray {
    background-color: #d7d7d7;
}

.cream {
    background-color: #f3f1e9;
    border-bottom: 7px solid #fff;
}

h3.emphasized {
    margin-top: 0;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 40px;
}

.visual-analytics {
    background: url('../assets/va-bg.png') no-repeat;  
    background-color: #efefef;
    background-size: cover;
}

.offset-65 {
    margin-bottom: -65px;
}

.read-more {
    padding: 15px 25px;
    border: 2px solid #f68425;
    display: inline-block;
    color: #f68425;
    margin-bottom: 20px;
}

.first-section {
	margin-top: 2px;
	padding-top: 30px;
	padding-bottom: 50px;
}

.first-section .orange-btn,
.visual-analytics .orange-btn,
.financial-service .orange-btn {
	padding: 16px 40px 12px 40px;
	font-size: 16px;
	margin-top: 10px;
}

.financial-service .orange-btn,
.visual-analytics .orange-btn {
	width: 100%;
	max-width: 240px;
}
.features-include {
	padding-top: 80px;
}
.second-section {
	position: relative;
	padding-top: 30px;
	padding-bottom: 70px;
}

.second-section .arrow-down {
	bottom: -32px;
    display: table;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    display: block;
}

.third-section {
	padding-top: 50px;
}

.financial-service h3 {
	color: #414245;
	font-size: 35px;
	font-weight: 400;
}
.technical-integration {
	padding-top: 40px;
}

.fa-arrow-circle-right {
    font-size: 22px;
    vertical-align: middle;
}

.read-more span {
    margin-left: 13px;
    color: #f68425;   
}

.read-more i {
	color: #f68425; 
}

.read-more:hover {
    text-decoration: none;    
}

section h3 {
    margin-bottom: 20px;
}

.features-list {
    list-style: none;
    margin: 0;
}

.features-list li {
    margin: 0;
    margin-bottom: 25px;
}

.features-list h4 {
    font-size: 20px;
    margin: 0;
    color: #3a3b3e;
}

.features-list p {
    font-size: 14px;
    line-height: 24px;
}

.tech-sup {
    margin: 0;
    margin-bottom: 40px;
}

.tech-sup li {
    margin-left: 0;
    background: url('../assets/tech-list.png') no-repeat left 4px;
    list-style-type: none;
}

.tech-sup li p {
    margin-left: 35px;    
}

.round-border {
    border: 1px solid #e5eff2;
    margin-right: 2px;
    border-radius: 6px
}

.img-offset {
    margin-top: -35px;
    border: 2px solid #5eb71a;
}

.styled-list {
    counter-reset: my-counter; 
}

.styled-list li {
    position: relative;
    list-style-type: none;
}

.styled-list li:before {
    content: counter(my-counter, decimal);
    counter-increment: my-counter;
    position: absolute;
    top: -5px;
    left: -40px;
    background-color: #f99605;
    height: 30px;
    width: 30px;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    padding-top: 4px;
    padding-left: 9px
}

.three-col .round-border {
	text-align: left;
}

.three-col .round-border {
    margin-top: 35px;
    padding: 0 15px;
}

.three-col .round-border h2,
.list-title {
    font-size: 21px;
    font-weight: 500;
    color: #f68425;
}

.three-col ul {
    list-style: none;
    margin: 0 0 20px 5px;
}

.three-col li {
    position: relative;
    margin-left: 0;
    padding-left: 25px;
    line-height: 40px;
}

.three-col li:before {
    content: "• ";
    color: #5eb71a;
    font-size: 30px;
    position: absolute;
    left: 0;
}

.three-col .read-more {
	padding: 7px 17px;
}

.alphavision-accordion .panel-default {
	border: 0;
	box-shadow: none;
	background: none;
}

.alphavision-accordion .panel-default > .panel-heading {
	background: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

.alphavision-accordion .panel-group > .panel-default:nth-child(odd) > .panel-heading {
	background: #e9e9e9;
}

/*- About Us Style -*/
h4 {
	display: inline-block;
}
.p-logos {
	text-align: center;
	margin-bottom: 30px;
}


/*================== 404 and SITEMAP CSS ==================*/
.sitemap-links {
	list-style: none;
	margin: 20px 0;
	padding-left: 0;
}

.sitemap-links a {
	font-weight: bold;
}

.sitemap-links a:hover {
	text-decoration: underline;
}

.sitemap-links ul a {
	font-weight: normal;
	color: #ec1d25;
}

.sitemap-links li:before {
	content:'\f1db';
	font-family: 'FontAwesome';
	font-size: 8px;
	margin-right: 10px;
	vertical-align: middle;
}

.sitemap-links li {
	margin-bottom: 12px;
}

.page_item_has_children {
	margin-bottom: 4px;
}

.sitemap-links ul {
	padding-left: 0;
	list-style: none;
}

.sitemap-links .children,
.sitemap-links .children ul {
	margin-top: 8px!important;
	margin-bottom: 10px!important;
}

.sitemap-links ul li:before {
	content:'\f1db';
	font-family: 'FontAwesome';
	font-size: 6px;
	margin-right: 6px;
}

.sitemap-links ul li {
	margin-bottom: 4px;
}
/*================== End 404 and SITEMAP CSS ==================*/

/*================== CF7 STYLES ==================*/


.wpcf7 {
	padding-top: 20px!important;
}
.required {
	color:#F93301;
	font-weight: 300;
	font-size: 0.85em;
	margin-right: 2px;
	display: inline-block;
}
.field-wrap {
	width: 50%;
	float: left;
}
.field-wrap label {

}
.field-wrap .wpcf7-text {
	padding: 6px;
	margin-bottom: 14px;
	font-weight: 300;
}
span.wpcf7-not-valid-tip {
    color:#F93301;
    font-size: 0.9em;
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
}
.wpcf7-submit {
	margin-top: 16px;
}
.wpcf7-response-output {
	padding: 0.8em 1em 0.6em 1em!important;
}
.wpcf7-validation-errors {
	background-color: #fff38b;
	border: 1px solid #dcca2f!important;
}
.wpcf7-mail-sent-ok {
	background-color: #b1e587;
	border: 1px solid #66bf1e!important;
}


/*================== End CF7 STYLES ==================*/


/*================== GENERIC CSS ==================*/
.custom-search-form input[type="submit"] {
	background-color: transparent;
	background-image: url("../assets/search-icon.png");
	background-repeat: no-repeat;
	position: relative;
	top: 5px;
	left: -30px;
	width: 18px;
	height: 18px;
	border: 0;
	box-shadow: none;
	vertical-align: top;
	margin: 0px;
}

/*================== End GENERIC CSS ==================*/


/*================== IE10++ CSS Hack ==================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 
}