/*

	Theme Name: Centric Theme

	Theme URI: http://my.studiopress.com/themes/centric/

	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.

	Author: StudioPress

	Author URI: http://www.studiopress.com/

	

	Version: 1.1

 

	Tags: black, green, orange, purple, red, yellow, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

 

	Template: genesis

	Template Version: 2.1

 

	License: GPL-2.0+

	License URI: http://www.opensource.org/licenses/gpl-license.php

*/



/* Table of Contents



	- HTML5 Reset

		- Baseline Normalize

		- Box Sizing

		- Float Clearing

	- Defaults

		- Typographical Elements

		- Headings

		- Icons

		- Objects

		- Gallery

		- Forms

		- Tables

	- Structure and Layout

		- Site Containers

		- Column Widths and Positions

		- Column Classes

	- Common Classes

		- Avatar

		- Genesis

		- Search Form

		- Titles

		- WordPress

	- Widgets

		- Featured Content

	- Plugins

		- Genesis eNews Extended

		- Genesis Latest Tweets

		- Genesis Responsive Slider

		- Gravity Forms

		- Jetpack

		- Simple Social Icons

	- Site Header

		- Title Area

		- Widget Area

		- Shrink

	- Site Navigation

		- Header Navigation

		- Primary Navigation

		- Responsive Menu

	- Content Area

		- Home Page

		- Entries

		- Entry Meta

		- After Entry

		- Pagination

		- Comments

	- Sidebars

	- Footer Widgets

	- Site Footer

	- Theme Colors

		- Centric Charcoal

		- Centric Green

		- Centric Orange

		- Centric Purple

		- Centric Red

		- Centric Yellow

	- Media Queries

		- Max-width: 1139px

		- Max-width: 1023px

		- Max-width: 782px

		- Max-width: 480px



*/





/*

HTML5 Reset

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



/* Baseline Normalize

	normalize.css v2.1.3 | 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],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;    height: 100%;}body{margin:0}a{background:transparent}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:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}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:-.5em}sub{bottom:-.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

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



iframe {

    padding: 0;

    margin: 0;

}



*,

input[type="search"] {

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

}



/* Float Clearing

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



.author-box:before,

.clearfix:before,

.entry:before,

.entry-content:before,

.footer-widgets:before,

.nav-primary:before,

.pagination:before,

.site-container:before,

.site-footer:before,

.site-header:before,

.site-inner:before,

.wrap:before {

	content: " ";

	display: table;

}



.author-box:after,

.clearfix:after,

.entry:after,

.entry-content:after,

.footer-widgets:after,

.nav-primary:after,

.pagination:after,

.site-container:after,

.site-footer:after,

.site-header:after,

.site-inner:after,

.wrap:after {

	clear: both;

	content: " ";

	display: table;

}





/*

Defaults

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



/* Typographical Elements

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



body {

	background-color: #13afdf;

	color: #2e2f33;

	font-family: 'Lato', sans-serif;

	font-size: 18px;

	font-weight: 300;

	line-height: 1.625;

	height: 100%;

}



a,

button,

input:focus,

input[type="button"],

input[type="reset"],

input[type="submit"],

textarea:focus,

.button,

.more-link {

	-webkit-transition: all 0.1s ease-in-out;

	-moz-transition:    all 0.1s ease-in-out;

	-ms-transition:     all 0.1s ease-in-out;

	-o-transition:      all 0.1s ease-in-out;

	transition:         all 0.1s ease-in-out;

}



::-moz-selection {

	background-color: #2e2f33;

	color: #fff;

}



::selection {

	background-color: #2e2f33;

	color: #fff;

}



a {

	color: #13afdf;

	text-decoration: none;

}



.content a:hover,

.sidebar a:hover,

a:hover {

	color: #2e2f33;

}



p {

	margin: 0 0 28px;

	padding: 0;

}



ol,

ul {

	margin: 0;

	padding: 0;

}



li {

	list-style-type: none;

}



b,

strong {

	font-weight: 700;

}



blockquote,

cite,

em,

i {

	font-style: italic;

}



blockquote {

	margin: 40px;

}



blockquote::before {

	content: "\201C";

	display: block;

	font-size: 30px;

	height: 0;

	left: -20px;

	position: relative;

	top: -10px;

}



/* FK added

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



.small-print{

  margin-top: 10px !important;

  margin-bottom: 10px !important;

  font-size: 14px !important;

  color: grey !important;

}





/* Headings

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



h1,

h2,

h3,

h4,

h5,

h6 {

	font-family: 'Lato', sans-serif;

	font-weight: 700;

	line-height: 1.2;

	margin: 0 0 15px;

}



h1 {

	font-size: 36px;

}



h2 {

	font-size: 30px;

}



h3 {

	font-size: 24px;

}



h4 {

	font-size: 20px;

}



h5 {

	font-size: 18px;

}



h6 {

	font-size: 16px;

}



/* Icons

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



.features {

	text-align: center;

}



.features .dashicons {

	font-size: 64px;

	height: 64px;

	margin: 0 0 20px;

	width: 64px;

}



/* Objects

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



embed,

iframe,

img,

object,

video,

.wp-caption {

	max-width: 100%;

}



img {

	height: auto;

}



.featured-content img,

.gallery img {

	width: auto;

}



/* Gallery

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



.gallery {

	overflow: hidden;

	margin-bottom: 28px;

}



.gallery-item {

	float: left;

	margin: 0;

	padding: 0 4px;

	text-align: center;

	width: 100%;

}



.gallery-columns-2 .gallery-item {

	width: 50%;

}



.gallery-columns-3 .gallery-item {

	width: 33%;

}



.gallery-columns-4 .gallery-item {

	width: 25%;

}



.gallery-columns-5 .gallery-item {

	width: 20%;

}



.gallery-columns-6 .gallery-item {

	width: 16.6666%;

}



.gallery-columns-7 .gallery-item {

	width: 14.2857%;

}



.gallery-columns-8 .gallery-item {

	width: 12.5%;

}



.gallery-columns-9 .gallery-item {

	width: 11.1111%;

}



.gallery-columns-2 .gallery-item:nth-child(2n+1),

.gallery-columns-3 .gallery-item:nth-child(3n+1),

.gallery-columns-4 .gallery-item:nth-child(4n+1),

.gallery-columns-5 .gallery-item:nth-child(5n+1),

.gallery-columns-6 .gallery-item:nth-child(6n+1),

.gallery-columns-7 .gallery-item:nth-child(7n+1),

.gallery-columns-8 .gallery-item:nth-child(8n+1),

.gallery-columns-9 .gallery-item:nth-child(9n+1) {

	clear: left;

}



.gallery .gallery-item img {

	border: none;

	height: auto;

}



/* Forms

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



input,

select,

textarea {

	background-color: #fff;

	border: 1px solid #ddd;

	border-radius: 3px;

	box-shadow: none;

	color: #2e2f33;

	font-size: 16px;

	font-weight: 300;

	line-height: 1;

	padding: 16px;

	width: 100%;

}



input:focus,

textarea:focus {

	border: 1px solid #999;

	outline: none;

}



input[type="checkbox"],

input[type="image"],

input[type="radio"] {

	width: auto;

}



::-moz-placeholder {

	color: #2e2f33;

	opacity: 1;

	font-weight: 300;

}



::-webkit-input-placeholder {

	color: #2e2f33;

	font-weight: 300;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"],

.button {

	background-color: #2e2f33;

	border-radius: 3px;

	border: none;

	color: #fff;

	cursor: pointer;

	font-size: 16px;

	font-weight: 700;

	letter-spacing: 2px;

	line-height: 1;

	padding: 16px 24px;

	text-align: center;

	text-transform: uppercase;

	width: auto;

}



button:hover,

input:hover[type="button"],

input:hover[type="reset"],

input:hover[type="submit"],

.button:hover {

	background-color: #13afdf;

	color: #fff;

}



.centric-pro-home .color-section button,

.centric-pro-home .color-section input[type="button"],

.centric-pro-home .color-section input[type="reset"],

.centric-pro-home .color-section input[type="submit"],

.centric-pro-home .color-section .button,

.centric-pro-home .color-section .more-link,

.site-header .widget-area button,

.site-header .widget-area input[type="button"],

.site-header .widget-area input[type="reset"],

.site-header .widget-area input[type="submit"],

.site-header .widget-area .button {

	background-color: #fff;

	color: #2e2f33;

}



.centric-pro-home .color-section button:hover,

.centric-pro-home .color-section input:hover[type="button"],

.centric-pro-home .color-section input:hover[type="reset"],

.centric-pro-home .color-section input:hover[type="submit"],

.centric-pro-home .color-section .button:hover,

.centric-pro-home .home-widgets .color-section .more-link:hover,

.site-header .widget-area button:hover,

.site-header .widget-area input:hover[type="button"],

.site-header .widget-area input:hover[type="reset"],

.site-header .widget-area input:hover[type="submit"],

.site-header .widget-area .button:hover {

	background-color: #2e2f33;

	color: #fff;

}



.centric-pro-home .dark-section button,

.centric-pro-home .dark-section input[type="button"],

.centric-pro-home .dark-section input[type="reset"],

.centric-pro-home .dark-section input[type="submit"],

.centric-pro-home .dark-section .button,

.centric-pro-home .dark-section .more-link,

.footer-widgets .wrap button,

.footer-widgets .wrap input[type="button"],

.footer-widgets .wrap input[type="reset"],

.footer-widgets .wrap input[type="submit"],

.footer-widgets .wrap .button {

	background-color: #484a4e;

	color: #fff;

}



.centric-pro-home .dark-section button:hover,

.centric-pro-home .dark-section input:hover[type="button"],

.centric-pro-home .dark-section input:hover[type="reset"],

.centric-pro-home .dark-section input:hover[type="submit"],

.centric-pro-home .dark-section .button:hover,

.footer-widgets button:hover,

.footer-widgets .wrap input:hover[type="button"],

.footer-widgets .wrap input:hover[type="reset"],

.footer-widgets .wrap input:hover[type="submit"],

.footer-widgets .wrap .button:hover {

	background-color: #eee;

	color: #2e2f33;

}



.centric-pro-home .dark-section .more-link:hover,

.content .button:hover,

.sidebar .button:hover {

	color: #fff;

}



.button {

	display: inline-block;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-results-button {

	display: none;

}



.home-featured .more-link,

.home-widgets .more-link {

	background-color: #2e2f33;

	border-radius: 50px;

	color: #fff;

	display: block;

	display: table;

	font-size: 11px;

	font-weight: 700;

	letter-spacing: 2px;

	line-height: 1;

	margin: 20px auto 0;

	max-width: 200px;

	padding: 10px 24px;

	text-align: center;

	text-transform: uppercase;

}



.home-featured .more-link:hover,

.home-widgets .more-link:hover {

	background-color: #13afdf;

	color: #fff;

}


/*=================loader==================*/
.page-template .loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../centric-pro/images/ripple.svg) 50% 50% no-repeat rgb(249,249,249);
	
}


/* Tables

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



table {

	border-collapse: collapse;

	border-spacing: 0;

	line-height: 2;

	margin-bottom: 40px;

	width: 100%;

}



tbody {

	border-bottom: 1px solid #ddd;

}



td,

th {

	text-align: left;

}



td {

	border-top: 1px solid #ddd;

	padding: 6px 0;

}



th {

	font-weight: 300;

}





/*

Structure and Layout

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



/* Site Containers

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



.wrap {

	margin: 0 auto;

	max-width: 1280px;

}



.site-inner {

	background-color: #fff;

	clear: both;

}



.centric-pro-landing .site-inner {

	margin: 80px auto;

	max-width: 800px;

	padding: 0 80px;

}



/* Column Widths and Positions

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



/* Content */



.content {

	float: right;

	padding: 80px 0;

	width: 880px;

}



.centric-pro-home .content {

	padding: 0;

}



.content-sidebar .content {

	float: left;

}



.full-width-content .content {

	width: 100%;

}



/* Primary Sidebar */



.sidebar-primary {

	float: right;

	width: 360px;

}



.sidebar-content .sidebar-primary,

.sidebar-sidebar-content .sidebar-primary {

	float: left;

}



/* Column Classes

	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css

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



.five-sixths,

.four-sixths,

.one-fourth,

.one-half,

.one-sixth,

.one-third,

.three-fourths,

.three-sixths,

.two-fourths,

.two-sixths,

.two-thirds {

	float: left;

	margin-left: 2.564102564102564%;

}



.one-half,

.three-sixths,

.two-fourths {

	width: 48.717948717948715%;

}



.one-third,

.two-sixths {

	width: 31.623931623931625%;

}



.four-sixths,

.two-thirds {

	width: 65.81196581196582%;

}



.one-fourth {

	width: 23.076923076923077%;

}



.three-fourths {

	width: 74.35897435897436%;

}



.one-sixth {

	width: 14.52991452991453%;

}



.five-sixths {

	width: 82.90598290598291%;

}



.first {

	clear: both;

	margin-left: 0;

}





/*

Common Classes

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



/* Avatar

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



.avatar {

	border-radius: 50%;

	float: left;

}



.alignleft .avatar,

.author-box .avatar {

	margin-right: 24px;

}



.alignright .avatar {

	margin-left: 24px;

}



.comment .avatar {

	margin: 0 16px 24px 0;

}



/* Genesis

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



.breadcrumb {

	margin-bottom: 20px;

}



.archive-description {

	font-size: 24px;

}



.author-box {

	border-bottom: 1px solid #e5e5e5;

	margin-bottom: 80px;

	padding-bottom: 80px;

}



.author-box-title {

	font-size: 18px;

	margin-bottom: 16px;

}



.archive-description p:last-child,

.author-box p:last-child {

	margin-bottom: 0;

}



/* Search Form

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



.search-form {

	overflow: hidden;

}



.site-header .search-form {

	float: right;

	margin-top: 12px;

}



.entry-content .search-form,

.site-header .search-form {

	width: 50%;

}



.genesis-nav-menu .search input[type="submit"],

.widget_search input[type="submit"] {

	border: 0;

	clip: rect(0, 0, 0, 0);

	height: 1px;

	margin: -1px;

	padding: 0;

	position: absolute;

	width: 1px;

}



/* Titles

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



.page-title {

	color: #fff;

	padding: 40px 0 80px;

	text-align: center;

}



.page-title .archive-title,

.page-title .entry-title {

	font-size: 60px;

	font-weight: 700;

	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );

}



.entry-title {

	font-size: 36px;

}



.content .entry-title a,

.sidebar .widget-title a {

	color: #2e2f33;

}



.entry-title a:hover,

.footer-widgets .featured-content .entry-title a:hover {

	color: #13afdf;

}



.widget-title {

	font-size: 18px;

	margin-bottom: 20px;

}



.home-widgets .widget-title {

	font-weight: 300;

	letter-spacing: 2px;

	margin-bottom: 60px;

	text-transform: uppercase;

}



.home-widgets .featuredpage .entry-title {

	font-size: 48px;

	font-weight: 300;

	line-height: 1.1;

}



.footer-widgets .widget-title {

	color: #fff;

	font-weight: 300;

	letter-spacing: 2px;

	text-transform: uppercase;

}



.footer-widgets .entry-title a,

.footer-widgets .featured-content .entry-title a {

	color: #fff;

}



/* WordPress

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



.alignleft {

	float: left;

	text-align: left;

}



.alignright {

	float: right;

	text-align: right;

}



a.alignleft,

a.alignnone,

a.alignright {

	max-width: 100%;

}



a.aligncenter img {

	display: block;

	margin: 0 auto;

}



img.centered,

.aligncenter {

	display: block;

	margin: 0 auto 24px;

}



a.alignnone {

	display: inline-block;

}



img.alignnone,

.alignnone {

	margin-bottom: 24px;

}



a.alignleft,

img.alignleft,

.wp-caption.alignleft {

	margin: 0 24px 24px 0;

}



a.alignright,

img.alignright,

.wp-caption.alignright {

	margin: 0 0 24px 24px;

}



.wp-caption-text {

	font-weight: 700;

	text-align: center;

}



.entry-content p.wp-caption-text {

	margin-bottom: 0;

}



.gallery-caption {

	margin: 0 0 10px;

}



/*

Widgets

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



.widget {

	margin-bottom: 40px;

	word-wrap: break-word;

}



.widget-area .widget:last-child {

	margin-bottom: 0;

}



.widget ol > li {

	list-style-position: inside;

	list-style-type: decimal;

	padding-left: 20px;

	text-indent: -20px;

}



.widget li li {

	border: none;

	margin: 0 0 0 30px;

	padding: 0;

}



.widget_calendar table {

	width: 100%;

}



.widget_calendar td,

.widget_calendar th {

	text-align: center;

}



/* Featured Content

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



.featured-content .entry {

	border: none;

	margin-bottom: 0;

}



.featuredpost .entry {

	margin-bottom: 30px;

}



.featured-content .entry-title a {

	color: #2e2f33;

}



.widget-area .featured-content .entry-title a:hover {

	color: #000;

}



.featured-content .entry-title {

	font-size: 20px;

}





/*

Plugins

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



/* Genesis eNews Extended

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





.enews-widget form {

	position: relative;

}



.enews-widget input,

.enews-widget input:focus {

	border: 1px solid #ddd;

}



.enews-widget input {

	font-size: 16px;

	margin-bottom: 16px;

}



.enews-widget input[type="email"] {

	margin-bottom: 0;

}



.enews-widget input[type="submit"] {

	border-bottom-left-radius: 0;

	border-top-left-radius: 0;

	border: 1px solid #484a4e;

	bottom: 0;

	color: #fff;

	height: 53px;

	margin: 0;

	padding: 16px 24px;

	position: absolute;

	right: 0;

}



.enews-widget input:hover[type="submit"] {

	border-color: #fff;

	border-left-color: #484a4e;

}



.enews form + p {

	margin-top: 24px;

}



/* Genesis Latest Tweets

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



.home-widgets .tweet-text {

	display: block;

	font-size: 24px;

	line-height: 1;

	margin-bottom: 15px;

}



.home-widgets .latest-tweets span a {

	font-size: 12px;

	font-weight: 700;

	letter-spacing: 2px;

	padding-bottom: 2px;

	text-transform: uppercase;

}



.home-widgets .latest-tweets .tweet-details {

	display: block;

	line-height: 1;

}



.home-widgets .latest-tweets .tweet-details:before {

	content: "\f301";

	display: inline-block;

	-webkit-font-smoothing: antialiased;

	font: normal 20px/1 'dashicons';

	margin-right: 10px;

	vertical-align: top;

}



.home-widgets .latest-tweets .last a {

	border: 2px solid #fff;

	display: inline-block;

	margin-top: 20px;

	padding: 16px 24px;

}



/* Genesis Responsive Slider

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



.widget #genesis-responsive-slider,

.widget #genesis-responsive-slider .flexslider {

    background-color: transparent;

    border: none;

    padding: 0;

}



.widget #genesis-responsive-slider .slide-excerpt {

    background-color: #2e2f33;

    margin: 0;

    opacity: 0.9;

}



html > body .widget .slide-excerpt-border {

    border: none;

}



.widget #genesis-responsive-slider h2 a:hover {

    color: #ccc;

}



/* Gravity Forms

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



div.gform_wrapper input[type="email"],

div.gform_wrapper input[type="text"],

div.gform_wrapper textarea,

div.gform_wrapper .ginput_complex label {

	font-size: 18px;

	padding: 16px;

}



div.gform_wrapper .ginput_complex label {

	padding: 0;

}



div.gform_wrapper li,

div.gform_wrapper form li {

	margin: 16px 0 0;

}



div.gform_wrapper .gform_footer input[type=submit] {

	font-size: 16px;

	padding: 16px 24px;

}



/* Jetpack

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



#wpstats {

	display: none;

}



/* Simple Social Icons

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



.simple-social-icons li a {

    -webkit-transition: -webkit-transform 0.4s ease-out;

    -moz-transition: -moz-transform 0.4s ease-out;

    transition: transform 0.4s ease-out;

}



.simple-social-icons li a:hover {

    -webkit-transform: rotateZ(360deg);

    -moz-transform: rotateZ(360deg);

    transform: rotateZ(360deg);

}





/*

Site Header

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



.site-header {

	background-color: #13afdf;

	left: 0;

	position: fixed;

	top: 0;

	width: 100%;

	z-index: 999;

}



.admin-bar .site-header {

	top: 32px;

}



.site-header .wrap {

	min-height: 160px;

}



.bumper {

	min-height: 160px;

}



.site-header .wrap {

	padding: 40px;

	max-width: 100%;

}



.site-header,

.site-header .wrap,

.site-description {

	-webkit-transition: all 0.4s ease-in-out;

	-moz-transition:    all 0.4s ease-in-out;

	transition:         all 0.4s ease-in-out;

}



/* Title Area

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



.title-area {

	float: left;

	padding: 0;

	width: 360px;

}



.header-full-width .title-area {

	width: 100%;

}



.site-title {

	font-family: 'Spinnaker', sans-serif;

	font-size: 60px;

	font-weight: 700;

	line-height: 1.2;

}



.site-header .site-title a,

.site-header .site-title a:hover {

	color: #fff;

	letter-spacing: 2px;

	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );

	text-transform: uppercase;

}



.header-image .site-title > a {

	float: left;

	min-height: 80px;

	width: 100%;

}



.site-description {

    height: 0;

    text-indent: -9999px;

}



.site-description,

.site-title {

	margin-bottom: 0;

}



.header-image .site-description,

.header-image .site-title {

	display: block;

	text-indent: -9999px;

}



/* Widget Area

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



.site-header .widget-area {

	color: #fff;

	float: right;

	text-align: right;

	padding-top: 10px;

	width: 540px;

}



.site-header .widget-area a,

.site-header .widget-area a:hover {

	color: #fff;

}



/* Shrink

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



.site-header.shrink .wrap {

	background-color: rgba(255, 255, 255, 0.1);

	min-height: 60px;

	padding: 0 40px;

}



.shrink .site-title {

	font-size: 36px;

	padding-top: 10px;

}



.header-image .shrink .site-title {

	padding: 0;

}



.header-image .shrink .site-title > a {

	min-height: 60px;

}



.shrink .site-title a {

	background-size: 270px 60px !important;

}



.site-header.shrink .widget-area {

	padding-top: 0;

}*/



/*

Site Navigation

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



.genesis-nav-menu {

	-webkit-font-smoothing: subpixel-antialiased;

	clear: both;

	font-size: 16px;

	line-height: 1;

	width: 100%;

}



.genesis-nav-menu .menu-item {

	display: inline-block;

	text-align: left;

}



.genesis-nav-menu li a {

	color: #fff;

	display: block;

	padding: 22px;

}



.genesis-nav-menu li a:hover,

.genesis-nav-menu .current-menu-item > a {

	background-color: rgba(255, 255, 255, 0.1);

	color: #fff;

}



.genesis-nav-menu .sub-menu {

	background-color: #13afdf;

	left: -9999px;

	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: 200px;

	z-index: 99;

}



.genesis-nav-menu .sub-menu a {

	background-color: rgba(255, 255, 255, 0.2);

	font-size: 14px;

	padding: 20px;

	position: relative;

	width: 200px;

}



ul.genesis-nav-menu .sub-menu a:hover {

	background-color: rgba(255, 255, 255, 0.3);

}



.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 {

	color: #fff;

	float: right;

	list-style-type: none;

}



.genesis-nav-menu > .right > a {

	display: inline-block;

}



.genesis-nav-menu > .date {

	padding: 22px;

}



.genesis-nav-menu > .search {

	padding: 10px 0 0;

}



.genesis-nav-menu > .search input[type="search"] {

	font-size: 14px;

	padding: 12px 24px;

}



/* Site Header Navigation

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



.site-header .genesis-nav-menu li li {

	margin-left: 0;

}



/* Primary Navigation

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



.nav-primary {

	position: relative;

	z-index: 98;

}



.nav-primary .genesis-nav-menu li .sub-menu,

.nav-primary {

	background-color: #2e2f33;

}



/* Responsive Menu

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



#responsive-menu-icon {

	cursor: pointer;

	display: none;

	text-align: center;

}



#responsive-menu-icon::before {

	-webkit-font-smoothing: antialiased;

	color: #fff;

	content: "\f333";

	font: normal 20px/1 'dashicons';

	line-height: 1;

	margin: 0 auto;

	speak: none;

	text-transform: none;

}





/*

Content Area

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



/* Home Page

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



.home-widgets .widget {

	clear: both;

	margin: 0 auto;

	max-width: 1280px;

	padding: 40px 0;

	overflow: hidden;

	text-align: center;

}



.home-widgets .widget:first-child {

	padding-top: 140px;

}



.home-widgets .widget:last-child {

	padding-bottom: 140px;

}



.home-widgets .more-from-category,

.home-widgets .featured-content article ~ ul,

.home-widgets .featured-content article ~ .widget-title {

    clear: both;

}



.home-widgets .entry-content > p:last-child,

.home-featured .entry-content > p:last-child {

	margin-bottom: 0;

}



.centric-pro-home .color-section .entry-title a,

.centric-pro-home .color-section .widget-title,

.centric-pro-home .color-section a,

.centric-pro-home .color-section,

.centric-pro-home .dark-section .entry-title a,

.centric-pro-home .dark-section .widget-title,

.centric-pro-home .dark-section a,

.centric-pro-home .dark-section {

	color: #fff;

}



.centric-pro-home .color-section a:hover {

	color: #2e2f33;

}



.centric-pro-home .dark-section a:hover {

	color: #959595;

}



.home-featured .wrap {

	margin-top: -160px;

	max-width: 782px;

	display: table;

	text-align: center;

}



.home-featured .home-widgets-1 {

	display: inline-block;

	display: table-cell;

	vertical-align: middle;

	width: 100%;

	padding: 200px 0;

	font-size: 20px;

}



.home-widgets-1 h1 {

	font-size: 60px;

	font-weight: 700;

	line-height: 1;

	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );

}



.arrow {

	margin: 0;

	text-align: center;

	width: 100%;

}



.arrow a {

	background: #fff;

	border-radius: 30px;

	display: inline-block;

	padding: 13px 10px 6px;

	text-align: center;

	line-height: 1;

}



.arrow a:before {

	-webkit-font-smoothing: antialiased;

	color: #000;

	content: "\f347";

	font: normal 40px/1 'dashicons';

	height: 40px;

	width: 40px;

}



.home-widgets-2 {

	background-color: #fff;

	position: relative;

	border-top: 60px solid transparent;

	margin-top: -60px;

	-webkit-background-clip: padding-box;

	-moz-background-clip: padding;

	background-clip: padding-box;

}



.home-widgets-2:before {

	content: "";

	position: absolute;

	top: -32px;

	left: 0;

	right: 0;

}



.home-widgets-4 {

	background-color: #2e2f33;

	color: #fff;

}



.home-widgets-5 {

	background: #f5f5f5;

}



.home-widgets .widget.featuredpage {

	max-width: 100%;

	padding: 0;

	margin: 0 auto;

}



.home-widgets .featuredpage:nth-child(3n+2) {

	background: rgba(0,0,0,0.075);

}



.home-widgets .featuredpage:nth-child(3n+3) {

	background: rgba(0,0,0,0.025);

}



.home-widgets .featuredpage .widget-wrap {

	margin: 0 auto;

	max-width: 1280px;

	padding: 140px 0;

}



.home-widgets .featuredpage .entry .alignleft,

.home-widgets .featuredpage .entry .alignnone,

.home-widgets .featuredpage .entry .alignright {

	margin-bottom: -148px;

	margin-top: -140px;

}



.home-widgets .featuredpage .entry-content {

	display: inline;

	margin-bottom: 140px;

}



.home-widgets .featuredpost .entry {

	float: left;

	margin-left: 2.564102564102564%;

	width: 31.623931623931625%;

}



.home-widgets .featuredpost .entry:nth-last-child(-n+3) {

	margin-bottom: 0;

}



.home-widgets .featuredpost .entry:nth-of-type(3n+1) {

	clear: both;

	margin-left: 0;

}



.pricing-table {

	color: #2e2f33;

	line-height: 1;

	text-align: center;

}



.pricing-table .one-third {

	background-color: #fff;

	border: 2px solid #000;

	margin: 0 -2px;

	padding: 40px;

}



.pricing-table .one-third:nth-child(3n+1) {

	clear: both;

	margin: 20px 0 20px 2.564102564102564%;

}



.pricing-table .one-third:nth-child(3n+3) {

	margin: 20px 2.564102564102564% 20px 0;

}



.pricing-table .price-heading {

	border-bottom: 2px solid #2e2f33;

	margin: -40px -40px 40px;

	padding: 40px;

}



.pricing-table .price-title {

	font-weight: 300;

	letter-spacing: 2px;

	text-transform: uppercase;

}



.pricing-table .price {

	text-transform: uppercase;

}



.pricing-table .amt {

	font-size: 80px;

	line-height: 0.8;

}



.pricing-table .sup {

	vertical-align: top;

	font-weight: 700;

}



.pricing-table .sub {

	vertical-align: bottom;

	letter-spacing: 2px;

	font-weight: 700;

}



.pricing-table ul {

	margin-bottom: 30px;

}



.pricing-table li {

	border-bottom: 1px solid #e5e5e5;

	margin-bottom: 10px;

	padding-bottom: 10px;

}



/* Entries

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



.entry {

	margin-bottom: 80px;

}



.post {

	border-bottom: 1px solid #e5e5e5;

}



.entry-content ol,

.entry-content ul {

	margin-bottom: 28px;

	margin-left: 40px;

}



.entry-content ol > li {

	list-style-type: decimal;

}



.entry-content ul > li {

	list-style-type: disc;

}



.entry-content ol ol,

.entry-content ul ul {

	margin-bottom: 0;

}



.entry-content code {

	background-color: #2e2f33;

	color: #ddd;

}



/* Entry Meta

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



p.entry-meta {

	font-size: 16px;

	line-height: 1.25;

	margin-bottom: 0;

}



.entry-header .entry-meta {

	margin-bottom: 24px;

}



.entry-footer .entry-meta {

	padding-bottom: 80px;

}



.entry-categories,

.entry-tags {

	display: block;

	line-height: 1.25;

}



.entry-categories::before,

.entry-comments-link::before,

.entry-tags::before,

.entry-time::before {

	display: inline-block;

	-webkit-font-smoothing: antialiased;

	font: normal 20px/1 'dashicons';

	margin-right: 10px;

	vertical-align: top;

}



.entry-comments-link::before {

	content: "\f125";

	margin-left: 20px;

}



.entry-categories::before {

	content: "\f318";

}



.entry-tags::before {

	content: "\f323";

}



.entry-time::before {

	content: "\f145";

}





/* After Entry

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



.after-entry {

	border-bottom: 1px solid #e5e5e5;

	margin-bottom: 80px;

	padding: 0 0 80px;

}



.after-entry li {

	list-style-type: none;

}



/* Pagination

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



.pagination {

	margin: 40px 0;

}



.adjacent-entry-pagination {

	margin-bottom: 0;

}



.archive-pagination li {

	display: inline;

}



.archive-pagination li a {

	background-color: #2e2f33;

	border-radius: 3px;

	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);

	color: #fff;

	cursor: pointer;

	display: inline-block;

	font-size: 16px;

	padding: 8px 12px;

}



.archive-pagination li a:hover,

.archive-pagination .active a {

	background-color: #13afdf;

}



/* Comments

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



.comment-respond,

.entry-comments,

.entry-pings {

	margin-bottom: 80px;

}



.entry-comments,

.entry-pings {

	border-bottom: 1px solid #e5e5e5;

	padding-bottom: 80px;

}



li.comment {

	border-left: 1px solid #e5e5e5;

}



.comment-content {

	clear: both;

}



.comment-list li {

	margin-top: 24px;

	padding: 40px;

}



.comment-list li li {

	margin-right: -40px;

}



.comment-header a {

	color: #2e2f33;

}



.comment-header a:hover {

	color: #13afdf;

}



.comment-author,

.comment-reply-link {

	font-weight: 700;

}



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

}



.entry-comments .comment-author {

	margin-bottom: 0;

}



.entry-pings .reply {

	display: none;

}



.form-allowed-tags {

	background-color: #f5f5f5;

	font-size: 16px;

	padding: 24px;

}





/*

Sidebars

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



.sidebar {

	border-left: 1px solid #e5e5e5;

	font-size: 16px;

	margin-bottom: 0;

	padding: 80px 0;

}



.sidebar-content .sidebar {

	border: none;

	border-right: 1px solid #e5e5e5;

	text-align: right;

}



.sidebar li {

	border-bottom: 1px solid #e5e5e5;

	margin-bottom: 10px;

	padding-bottom: 10px;

}



.sidebar ul > li:last-child {

	margin-bottom: 0;

}



.sidebar .widget {

	padding: 0 40px;

}





/*

Footer Widgets

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



.footer-widgets {

	background-color: #2e2f33;

	clear: both;

	padding-top: 140px;

}



.footer-widgets,

.footer-widgets a {

	color: #959595;

}



.footer-widgets a:hover {

	color: #fff;

}



.footer-widgets input {

	border-color: #fff;

}



.footer-widgets li {

	margin-bottom: 10px;

	padding-bottom: 10px;

}



.footer-widgets p:last-child {

	margin-bottom: 0;

}



.footer-widgets-1,

.footer-widgets-2,

.footer-widgets-3 {

	width: 140px;

}

.footer-widgets-1 {min-height:168px;}

.footer-widgets-4 {

	width: 540px;

}



.footer-widgets-1,

.footer-widgets-2 {

	margin-right: 60px;

}



.footer-widgets-1,

.footer-widgets-2,

.footer-widgets-3 {

	float: left;

}



.footer-widgets-4 {

	float: right;

}





/*

Site Footer

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



.site-footer {

	background-color: #2e2f33;

	color: #959595;

	font-size: 12px;

	font-weight: 700;

	padding: 40px 0 8%;

}



.site-footer,

.site-footer a {

	color: #959595;

}



.site-footer a:hover {

	color: #fff;

}



.site-footer p {

	margin-bottom: 0;

}





/*

Theme Colors

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



/* Centric Charcoal

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



.centric-pro-charcoal .genesis-nav-menu .sub-menu,

.centric-pro-charcoal {

	background-color: #656d78;

}



.centric-pro-charcoal .entry-title a:hover,

.centric-pro-charcoal .footer-widgets .featured-content .entry-title a:hover,

.centric-pro-charcoal a,

.charcoal {

	color: #656d78;

}



.centric-pro-charcoal .button,

.centric-pro-charcoal .footer-widgets a:hover,

.centric-pro-charcoal .site-footer a:hover {

	color: #fff;

}



.centric-pro-charcoal a:hover {

	color: #2e2f33;

}



.centric-pro-charcoal .footer-widgets a,

.centric-pro-charcoal .site-footer a {

	color: #959595;

}



.centric-pro-charcoal .archive-pagination .active a,

.centric-pro-charcoal .archive-pagination li a:hover,

.centric-pro-charcoal .button:hover,

.centric-pro-charcoal .home-widgets .more-link:hover,

.centric-pro-charcoal .site-header,

.centric-pro-charcoal button:hover,

.centric-pro-charcoal input:hover[type="button"],

.centric-pro-charcoal input:hover[type="reset"],

.centric-pro-charcoal input:hover[type="submit"] {

	background-color: #656d78;

	color: #fff;

}



/* Centric Green

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



.centric-pro-green .genesis-nav-menu .sub-menu,

.centric-pro-green {

	background-color: #37bc9b;

}



.centric-pro-green .entry-title a:hover,

.centric-pro-green .footer-widgets .featured-content .entry-title a:hover,

.centric-pro-green a,

.green {

	color: #37bc9b;

}



.centric-pro-green .button,

.centric-pro-green .footer-widgets a:hover,

.centric-pro-green .site-footer a:hover {

	color: #fff;

}



.centric-pro-green a:hover {

}



.centric-pro-green .footer-widgets a,

.centric-pro-green .site-footer a {

	color: #959595;

}



.centric-pro-green .archive-pagination .active a,

.centric-pro-green .archive-pagination li a:hover,

.centric-pro-green .button:hover,

.centric-pro-green .home-widgets .more-link:hover,

.centric-pro-green .site-header,

.centric-pro-green button:hover,

.centric-pro-green input:hover[type="button"],

.centric-pro-green input:hover[type="reset"],

.centric-pro-green input:hover[type="submit"] {

	background-color: #37bc9b;

	color: #fff;

}



/* Centric Orange

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



.centric-pro-orange .genesis-nav-menu .sub-menu,

.centric-pro-orange {

	background-color: #e9573f;

}



.centric-pro-orange .entry-title a:hover,

.centric-pro-orange .footer-widgets .featured-content .entry-title a:hover,

.centric-pro-orange a,

.orange {

	color: #e9573f;

}



.centric-pro-orange .button,

.centric-pro-orange .footer-widgets a:hover,

.centric-pro-orange .site-footer a:hover {

	color: #fff;

}



.centric-pro-orange a:hover {

	color: #2e2f33;

}



.centric-pro-orange .footer-widgets a,

.centric-pro-orange .site-footer a {

	color: #959595;

}



.centric-pro-orange .archive-pagination .active a,

.centric-pro-orange .archive-pagination li a:hover,

.centric-pro-orange .button:hover,

.centric-pro-orange .home-widgets .more-link:hover,

.centric-pro-orange .site-header,

.centric-pro-orange button:hover,

.centric-pro-orange input:hover[type="button"],

.centric-pro-orange input:hover[type="reset"],

.centric-pro-orange input:hover[type="submit"] {

	background-color: #e9573f;

	color: #fff;

}



/* Centric Purple

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



.centric-pro-purple .genesis-nav-menu .sub-menu,

.centric-pro-purple {

	background-color: #987197;

}



.centric-pro-purple .entry-title a:hover,

.centric-pro-purple .footer-widgets .featured-content .entry-title a:hover,

.centric-pro-purple a,

.purple {

	color: #987197;

}



.centric-pro-purple .button,

.centric-pro-purple .footer-widgets a:hover,

.centric-pro-purple .site-footer a:hover {

	color: #fff;

}



.centric-pro-purple a:hover {

	color: #2e2f33;

}



.centric-pro-purple .footer-widgets a,

.centric-pro-purple .site-footer a {

	color: #959595;

}



.centric-pro-purple .archive-pagination .active a,

.centric-pro-purple .archive-pagination li a:hover,

.centric-pro-purple .button:hover,

.centric-pro-purple .home-widgets .more-link:hover,

.centric-pro-purple .site-header,

.centric-pro-purple button:hover,

.centric-pro-purple input:hover[type="button"],

.centric-pro-purple input:hover[type="reset"],

.centric-pro-purple input:hover[type="submit"] {

	background-color: #987197;

	color: #fff;

}



/* Centric Red

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



.centric-pro-red .genesis-nav-menu .sub-menu,

.centric-pro-red {

	background-color: #e14d43;

}



.centric-pro-red .entry-title a:hover,

.centric-pro-red .footer-widgets .featured-content .entry-title a:hover,

.centric-pro-red a,

.red {

	color: #e14d43;

}



.centric-pro-red .button,

.centric-pro-red .footer-widgets a:hover,

.centric-pro-red .site-footer a:hover {

	color: #fff;

}



.centric-pro-red a:hover {

	color: #2e2f33;

}



.centric-pro-red .footer-widgets a,

.centric-pro-red .site-footer a {

	color: #959595;

}



.centric-pro-red .archive-pagination .active a,

.centric-pro-red .archive-pagination li a:hover,

.centric-pro-red .button:hover,

.centric-pro-red .home-widgets .more-link:hover,

.centric-pro-red .site-header,

.centric-pro-red button:hover,

.centric-pro-red input:hover[type="button"],

.centric-pro-red input:hover[type="reset"],

.centric-pro-red input:hover[type="submit"] {

	background-color: #e14d43;

	color: #fff;

}



/* Centric Yellow

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



.centric-pro-yellow .genesis-nav-menu .sub-menu,

.centric-pro-yellow {

	background-color: #f6bb42;

}



.centric-pro-yellow .entry-title a:hover,

.centric-pro-yellow .footer-widgets .featured-content .entry-title a:hover,

.centric-pro-yellow a,

.yellow {

	color: #f6bb42;

}



.centric-pro-yellow .button,

.centric-pro-yellow .footer-widgets a:hover,

.centric-pro-yellow .site-footer a:hover {

	color: #fff;

}



.centric-pro-yellow a:hover {

	color: #2e2f33;

}



.centric-pro-yellow .footer-widgets a,

.centric-pro-yellow .site-footer a {

	color: #959595;

}



.centric-pro-yellow .archive-pagination .active a,

.centric-pro-yellow .archive-pagination li a:hover,

.centric-pro-yellow .button:hover,

.centric-pro-yellow .home-widgets .more-link:hover,

.centric-pro-yellow .site-header,

.centric-pro-yellow button:hover,

.centric-pro-yellow input:hover[type="button"],

.centric-pro-yellow input:hover[type="reset"],

.centric-pro-yellow input:hover[type="submit"] {

	background-color: #f6bb42;

	color: #fff;

}









*{margin:0px; padding:0px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box}

.centric-pro-home .color-section .entry-title a, .centric-pro-home .color-section .widget-title, .centric-pro-home .color-section a, .centric-pro-home .color-section, .centric-pro-home .dark-section .entry-title a, .centric-pro-home .dark-section .widget-title, .centric-pro-home .dark-section a, .centric-pro-home .dark-section {color:#000;}

body {font-family: "proxima-nova", sans-serif; font-weight:400; color:#000; line-height:1.3;}



m0{margin:0!important}.m5{margin:5px!important}.m10{margin:10px!important}.m15{margin:15px!important}.m20{margin:20px!important}.m25{margin:25px!important}.m30{margin:30px!important}.mt0{margin-top:0!important}.mt5{margin-top:5px!important}.mt10{margin-top:10px!important}.mt15{margin-top:15px!important}.mt20{margin-top:20px!important}.mt25{margin-top:25px!important}.mt30{margin-top:30px!important}.mt50{margin-top:50px!important}.mr0{margin-right:0!important}.mr5{margin-right:5px!important}.mr10{margin-right:10px!important}.mr15{margin-right:15px!important}.mr20{margin-right:20px!important}.mr25{margin-right:25px!important}.mr30{margin-right:30px!important}.mb0{margin-bottom:0!important}.mb5{margin-bottom:5px!important}.mb10{margin-bottom:10px!important}.mb15{margin-bottom:15px!important}.mb20{margin-bottom:20px!important}.mb25{margin-bottom:25px!important}.mb30{margin-bottom:30px!important}.mb50{margin-bottom:50px!important}.ml0{margin-left:0!important}.ml5{margin-left:5px!important}.ml10{margin-left:10px!important}.ml15{margin-left:15px!important}.ml20{margin-left:20px!important}.ml25{margin-left:25px!important}.ml30{margin-left:30px!important}.mlm5{margin-top:-5px!important}.mlm10{margin-top:-10px!important}.mlm15{margin-top:-15px!important}.mlm20{margin-top:-20px!important}.mlm25{margin-top:-25px!important}.mtm5{margin-top:-5px!important}.mtm10{margin-top:-10px!important}.mtm15{margin-top:-15px!important}.mtm20{margin-top:-20px!important}.mtm25{margin-top:-25px!important}.mrm5{margin-top:-5px!important}.mrm10{margin-top:-10px!important}.mrm15{margin-top:-15px!important}.mrm20{margin-top:-20px!important}.mrm25{margin-top:-25px!important}.mbm5{margin-top:-5px!important}.mbm10{margin-top:-10px!important}.mbm15{margin-top:-15px!important}.mbm20{margin-top:-20px!important}.mbm25{margin-top:-25px!important}.p0{padding:0!important}.p5{padding:5px!important}.p10{padding:10px!important}.p15{padding:15px!important}.p20{padding:20px!important}.p25{padding:25px!important}.pt0{padding-top:0!important}.pt5{padding-top:5px!important}.pt10{padding-top:10px!important}.pt15{padding-top:15px!important}.pt20{padding-top:20px!important}.pt25{padding-top:25px!important}.pr0{padding-right:0!important}.pr5{padding-right:5px!important}.pr10{padding-right:10px!important}.pr15{padding-right:15px!important}.pr20{padding-right:20px!important}.pr25{padding-right:25px!important}.pb0{padding-bottom:0!important}.pb5{padding-bottom:5px!important}.pb10{padding-bottom:10px!important}.pb15{padding-bottom:15px!important}.pb20{padding-bottom:20px!important}.pb25{padding-bottom:25px!important}.pl0{padding-left:0!important}.pl5{padding-left:5px!important}.pl10{padding-left:10px!important}.pl15{padding-left:15px!important}.pl20{padding-left:20px!important}.pl25{padding-left:25px!important}.per5{width:5%!important}.per10{width:10%!important}.per15{width:15%!important}.per20{width:20%!important}.per25{width:25%!important}.per30{width:30%!important}.per35{width:35%!important}.per40{width:40%!important}.per45{width:45%!important}.per50{width:50%!important}.per55{width:55%!important}.per60{width:60%!important}.per65{width:65%!important}.per70{width:70%!important}.per75{width:75%!important}.per80{width:80%!important}.per85{width:85%!important}.per90{width:90%!important}.per95{width:95%!important}.per100{width:100%!important}



textarea, input, button {font-family: "proxima-nova", sans-serif;  -webkit-appearance: none;}

h1, h2, h3, h4, h5 {font-family: "proxima-nova", sans-serif; font-weight:700; margin:0px;}

p {margin:0px; padding:0px;}

.left-side {float:left !important;} .right-side{float:right !important;}

.white-bg {background:#fff !important;}

.gray-bg {background:#f0f0f0 !important;}

a {color:#fff;}



.clr{clear:both;}.clr5{clear:both; height:5px;}.clr10{clear:both; height:10px;}.clr15{clear:both; height:15px;}.clr20{clear:both; height:20px;}.clr25{clear:both; height:25px;}.clr30{clear:both; height:30px;}



:focus {outline:none !important;}

.title-area .site-title a {background-size:177px !important; transition:background-position 0.4s ease-in-out;-moz-transition: background-position 0.4s ease-in-out;-o-transition:background-position 0.4s ease-in-out;-webkit-transition:background-position 0.4s ease-in-out; -ms-transition: background-position 0.4s ease-in-out;}

.site-header .title-area {width:177px; position:absolute; left:28px; height:100%; top:0;}

.site-header .site-title {  float: left; width: 100%; height: 100%;}

.header-image .site-title > a {height:100%; background-position:0 31px !important;}

.header-image .head_color .site-title > a{background-position:0 -43px !important;}



/*======================== banner section ============================*/

.home-featured {  background:url(images/banner-new.jpg); background-color: #ADADAD; background-blend-mode: multiply;background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -ms-background-size:cover; background-position:center;}

.home-featured .wrap {width:820px; max-width:100%;}

.home-featured .home-widgets-1 {padding-bottom:0px; padding-top:0;}

.home-widgets-1	h4{float:left; margin-top:-40px; width:100%; color:#fff !important; font-size:44px; font-weight:normal; text-transform:uppercase; letter-spacing:1px; margin-bottom:10px; font-family:"proxima-nova-soft", sans-serif}

.home-widgets-1 .arrow {position:absolute; bottom:0px; left:0; z-index:9; width:100%;}



.home-widgets-1 .textwidget {float:left; width:100%; margin:0px; padding:0px;}

.repay {float:left; width:100%; font-size:14px; color:#fff;}

.banner-btn {width:460px; max-width:100%; padding:0 15px; line-height:76px; border-radius:38px; font-size:20px; color:#fff !important; font-weight:700; text-align:center; background:#f1af1c; display:inline-block; text-transform:uppercase; margin:38px 0 10px 0; transition: all 300ms ease-in 0s;-moz-transition: all 300ms ease-in 0s;-o-transition: all 300ms ease-in 0s;-webkit-transition: all 300ms ease-in 0s; -ms-transition: all 300ms ease-in 0s;}

.banner-btn:hover {background:#e8a22f;}

.sec-div {float:left; width:100%; font-size:12px; color:#fff !important;}



.banner-left, .banner-right {font-size:14px; color:#fff !important;}

.banner-left h4, .banner-right h4 {display:block; font-size:23px; font-weight:normal; text-transform:uppercase; margin:0px;}

.banner-left {position:absolute; left:0; bottom:50px; width:154px;}

.banner-right {position:absolute; right:0; bottom:50px; width:210px;}

.home-widgets-1  {position:relative;}

.banner-plan {position:absolute; bottom:20px; left:0; width:100%; color:#fff !important; font-size:12px;}











.site-container .site-header {background:rgba(53,51,51,0.05); !important;}

.site-header .wrap {padding:25px 48px; width:1440px; max-width:100%; min-height:44px; position:relative;}

.centric-pro-green {background:none !important;}

.header-image .site-title > a {min-height:inherit; font-size:12px;}

.site-header .widget-area {width:980px; padding-top:0px;}

.site-container .site-header.head_color {background:#fff !important; box-shadow:0 0px 12px #D1D1D1; -webkit-box-shadow:0 0px 12px #D1D1D1; -moz-box-shadow:0 0px 12px #D1D1D1; -ms-box-shadow:0 0px 12px #D1D1D1;}

.genesis-nav-menu li {margin-right:75px;}

.genesis-nav-menu li:last-child {margin-right:0px;}

.genesis-nav-menu li:last-child a {padding:0 30px; background:#313f53; border-radius:21px; font-size:12px; font-weight:600; border:1px solid #313f53;}

.genesis-nav-menu li a {padding:0; line-height:42px; font-size:14px;  text-transform:uppercase;}

.site-header .genesis-nav-menu li a:hover, .site-header .genesis-nav-menu li.current-menu-item a {background:none; color:#f1af1c;}

.genesis-nav-menu li:last-child a:hover{/*background:#fff;*/color:#000;}

.site-header .genesis-nav-menu li.current-menu-item:last-child a{background:#313f53; color: #fff}

.site-header .genesis-nav-menu li.current-menu-item:last-child a:hover {color:#000;}

.site-container .site-header.head_color .genesis-nav-menu li a {color:#000;}



.site-container .site-header.head_color .genesis-nav-menu li a:hover, .site-container .site-header.head_color .genesis-nav-menu li.current-menu-item a {color:#f1af1c; }

.site-container .site-header.head_color .genesis-nav-menu li a:focus{/*color:#000 !important;*/}

.site-container .site-header.head_color .genesis-nav-menu li:last-child a {color:#fff}

.site-container .site-header.head_color .genesis-nav-menu li:last-child a:hover {color:#000 !important;}



.home-featured .arrow a:before {display:none;}

.home-featured .arrow a {background:url(images/banner-arrow.svg) no-repeat; background-size:100%; width:38px; height:38px;}



.home-widgets .widget {text-align:left;}



/*=============== footer =============*/

.footer-widgets {padding:87px 15px 50px 15px; margin:0px; background:#313f53;}

.footer-widgets .wrap {width:940px; position:relative; padding:0 240px 0 0; max-width:100%;}

.site-footer {padding:0px; margin:0px;}

.footer-widgets .widget-title {font-size:12px; font-weight:700; color:#fff; letter-spacing:normal; margin-bottom:15px; letter-spacing:1px;}

.footer-widgets li {margin-bottom:5px; padding:0px;  line-height: 1;}

.centric-pro-green .footer-widgets a {font-size:14px; color:#fff;}

.centric-pro-green .footer-widgets a:hover {text-decoration:underline;}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {width:auto;}

.footer-widgets-1 {margin-right:80px;}

.footer-widgets-2 {margin-right:35px;}

.footer-widgets-3 {margin:0px;}

.footer-widgets-4 {float:left; width:100%; margin-top:20px;}



.footer_bottom_one, .footer_bottom_two {float:left; background:#192534;border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px;}

.footer_table:hover .desc h4, .footer_table:hover .desc span{color:#f1af1c;}/*, .bottpm_sec_right:hover .desc h4, .bottpm_sec_right:hover .desc span */

/*.footer_table:hover .desc h4, .footer_table:hover .desc span, .bottpm_sec_right:hover .desc h4, .bottpm_sec_right:hover .desc span {color:#f1af1c;}*/

.footer_bottom_two {float:right; width:45%;}

.footer_bottom_one {width:52%;}

.footer_table {display:table; width:100%; padding:30px 11px;}

.footer_icon {display:table-cell; width:40px; padding:0 10px 0 0; vertical-align:middle;}

.footer_icon img {width:30px; height:30px; display:inline-block; vertical-align:middle;}

.footer_table .desc {display:table-cell; vertical-align:middle; color:#fff;}

.footer_table .desc h4 {float:left; width:100%; color:#fff; font-size:14px; font-weight:700; text-transform:uppercase; letter-spacing:1px; margin-bottom:3px;}

.footer_table .desc span {float:left; width:100%; color:#fff; font-size:14px;}





.footer-widgets-5 {position:absolute; right:0; top:0; width:220px; /*height:100%; background:#192534;*/ border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px;}

.footer-widgets-5 .widget_text, .footer-widgets-5 .widget-wrap, .footer-widgets-5 .textwidget, .bottpm_sec_right {float:left; width:100%; /*height:100%;*/ }

.footer-widgets-5 .final-footer-main .trust-pilot-main {background:#192534; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; padding: 15px 0 0 15px;}
.footer-widgets-5 .final-footer-main .bottpm_sec_right {background:#192534; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; padding-bottom: 5px; margin-top: 20px;}

.right_image {float:left; width:100%; margin-top:88px; text-align:center;}

.right_image img {display:inline-block; width:76px; height:76px;}

.footer-widgets-5 .desc {float:left; width:100%; padding:0 10px; margin:45px 0 0 0; text-align:center;}

.footer-widgets-5 .desc h4 {float:left; width:100%; color:#fff; font-size:14px; font-weight:700; text-transform:uppercase; letter-spacing:1px; margin-bottom:3px;}

.footer-widgets-5 .desc span {float:left; width:100%; color:#fff; font-size:14px;}





.home-widgets-2 {padding:54px 0 45px 0; border-bottom:1px solid #e4e4e4; float:left; width:100%}

.featured_in {width:976px; padding:0 15px; margin:0 auto; max-width:100%; position:relative; padding-left:172px;}

.featured_in .widget-title {position:absolute; left:15px; top:0px; font-size:18px; line-height:38px; margin:0px; padding:0px; text-transform:none; letter-spacing:normal;}

.featured_in .entry {clear:none !important; width:20% !important; margin:0px !important; border:none; float:left;}

.featured_in .entry a {margin:0px;}





.home-widgets-3, .home-widgets-33  {float:left; width:100%;  background: #f7f7f7 none repeat scroll 0 0;margin: 0 0 35px;padding: 100px 0;}

.how-it-works .home-widgets-3, .home-widgets-33{background:white;}

.how_work {width:976px; padding:0 15px; margin:0 auto; position:relative; max-width:100%}

.how_work .widget-title {float:left; width:100%; margin:0 0 96px 0; color:#f1af1c !important; font-weight:normal; font-size:35px; text-align:center; text-transform:none; font-family:"proxima-nova-soft", sans-serif}

.how_work article {float:left; width:100%; margin:0px; padding:0px;}

.how_work .entry-content {margin:0 -10px;}

.how_work .work_step {float:left; width:33%; padding:0 10px; text-align:center;}

img.alignnone, .alignnone {margin:0px;}

.work_step_img {height:88px; width:100%; text-align:center;}

.work_step_img img {height:88px; width:auto;}

.work_step h2 {float:left; width:100%; margin:55px 0 15px 0; padding:0px;  font-size:14px; letter-spacing:1px; text-transform:uppercase;}

.work_step h3{float:left; width:100%; font-size:24px; min-height:83px; margin-bottom:0px; font-weight:normal;}

.work_step p{float:left; width:100%; font-size:18px; line-height:1.3}





.testimonial {float:left; width:100%; padding:83px 0 111px 0; background:#f1af1c;}

.testimonial-box {width:976px; padding:0 15px; margin:0 auto; text-align:center; max-width:100%}

.testimonial-box h3 {float:left; width:100%; margin:0 0 60px 0; padding:0px; font-size:35px; color:#fff; font-weight:normal;}

.testimonial-box h3 span img {width: 60px;}

.testimonial-box h3 span {display:block; margin-top:37px; color:#fff; font-size:18px;}

.testimonial-sub-box {float:left; width:100%; margin:0px; padding:0px;}

.testimonial-sub-row {margin:0 -12px;}

.testimonial-col {float:left; width:25%; padding:0 12px;}

.testimonial-img:hover, .current .testimonial-img {box-shadow:2px 2px 8px #836116; -webkit-box-shadow:2px 2px 8px #836116; -moz-box-shadow:2px 2px 8px #836116; -ms-box-shadow:2px 2px 8px #836116;}

.testimonial-img {float:left; width:100%; background:#212020; /*height:160px;*/ border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; transition: all 300ms ease-in 0s;-moz-transition: all 300ms ease-in 0s;-o-transition: all 300ms ease-in 0s;-webkit-transition: all 300ms ease-in 0s; -ms-transition: all 300ms ease-in 0s;}

.testimonial-img img {width:100%; height:100%; display:block;border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; opacity:0.6;}

.testimonial-col p {float:left; width:100%; margin:28px 0 0 0; padding:0px; color:#fff; font-size:18px; min-height:50px;}

.testimonial-text {width:596px; max-width:100%; margin:0 auto; margin-top:45px; font-size:18px; color:#fff;}

.home-widgets-4 {float:left; width:100%; background:#fff; padding-bottom:100px;}

.home-widgets-4 .textwidget {width:675px; padding:0 15px; max-width:100%; margin:0 auto; text-align:center;}

.home-widgets-4 .textwidget p {float:left; width:100%; color:#000 !important; font-weight:700; margin-bottom:30px;}

.see-btn {width:365px; max-width:100%; padding:0 15px; line-height:70px; border-radius:38px; font-size:18px; color:#fff !important; font-weight:600; text-align:center; background:#f1af1c; display:inline-block; text-transform:uppercase; margin:0; letter-spacing:1px;cursor: pointer;}

.see-btn:hover {background:#e8a22f;}

.home-widgets .widget {padding:0px !important;}





.home-widgets-5 {float:left; width:100%; background:#fff;}

.why_choose{float:left; width:100%; background:#fff; padding:100px 15px 70px 15px; }

.why_choose .widget-title { float: left;  width: 100%;  margin: 0 0 70px 0;  color: #f1af1c !important;  font-weight: normal;  font-size: 35px;  text-align: center;  text-transform: none; font-family:"proxima-nova-soft", sans-serif}

.why_choose .textwidget {width:958px; margin:0 auto; max-width:100%;}

.why_choose_row {margin:0 -10px;}

.why_choose_row .block {width:33.33%; padding:0 10px; float:left; text-align:center;}

.sec_image img {width:77px; height:77px;}

.sec_image {float:left; width:100%; margin:0 0 30px 0;}

.why_choose_row h4 {float:left; width:100%; font-size:24px; font-weight:400; min-height:65px;}

.why_choose_row .block p {float:left; width:100%; margin:0px; padding:0px; line-height:1.3; min-height:90px; margin-bottom:30px;}



.featured-main {float:left; width:100%; padding:20px 15px 100px 15px; background:#f7f7f7; }

.featured-box {width:780px; margin:0 auto; max-width:100%;}

.featured-title {float: left; width: 100%;  margin: 0 0 80px 0;  color: #f1af1c !important;  font-weight: normal;  font-size: 35px;  text-align: center;  text-transform: none;}

.featured-cols {margin:0 -10px; margin-bottom:65px;}

.featured-col {cursor:pointer;float:left; width:50%; padding:0 10px; border-radius:10px; -webkit-border-radius:10px; -o-border-radius:10px; -moz-border-radius:10px;}

.featured-hover {position:absolute; opacity:0; left:0; top:0; right:0; bottom:0px; background:rgba(4,4,4,0.9); z-index:9; border-radius:10px 10px 0 0; -moz-border-radius:10px 10px 0 0; -ms-border-radius:10px 10px 0 0; -webkit-border-radius:10px 10px 0 0; transition: all 300ms ease-in 0s;-moz-transition: all 300ms ease-in 0s;-o-transition: all 300ms ease-in 0s;-webkit-transition: all 300ms ease-in 0s; -ms-transition: all 300ms ease-in 0s;}

.featured-hover a {position:absolute; left:0; top:0; right:0; bottom:0px; margin:auto; height:70px; max-width:343px; letter-spacing:0.5px; transition: all 0.3s ease-in 0s;-moz-transition:all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;-webkit-transition:all 0.3s ease-in 0s; -ms-transition:all 0.3s ease-in 0s;}

.featured-img-box {float:left; width:100%; position:relative;}

.featured-img-box img {display:block; border-radius:10px 10px 0 0; -moz-border-radius:10px 10px 0 0; -ms-border-radius:10px 10px 0 0; -webkit-border-radius:10px 10px 0 0;}

.featured-col:hover .featured-hover, .featured-col:focus .featured-hover, .featured-col:active .featured-hover  {opacity:1;}

.featured-col:hover .featured-hover a, .featured-col:focus .featured-hover a, .featured-col:active .featured-hover a {top:0;}

.featured-detial {float:left; width:100%; background:#fff; padding:26px; padding-bottom:30px; font-size:18px;border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -ms-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px;}

.featured-detial h4 {font-size:18px; margin-bottom:10px;}



.elig-box {width:645px; margin:0 auto; font-size:18px; font-weight:700; text-align:center; margin-top:65px; max-width:100%;}

.elig-box p {float: left; width: 100%;  color: #000 !important;  font-weight: 700;  margin-bottom: 30px;}

/*.elig-box .see-btn {background:none; border:2px solid #f1af1c; color:#f1af1c !important;}

.elig-box .see-btn:hover {background:#e8a22f; background-color:#e8a22f; color:#fff !important;}*/



.answers .home-widgets-33 {margin-bottom:0px;}

.info_practice .home-widgets-33 {margin-bottom:0px; padding-bottom:50px;}

.info_practice .why_choose {padding-bottom:50px;}





/*======================================Other procedures ===================*/

.other-prod-main {float:left; width:100%; background:#fff; padding:100px 15px;}

.other-prod-box {width:940px; margin:0 auto; max-width:100%;}

.other-prod-top {width:600px; max-width:100%; margin:0 auto; padding:0px; text-align:center; max-width:100%;}

.other-prod-top h4{  float: left;  width: 100%;  margin: 0 0 23px 0;  color: #f1af1c !important;  font-weight: normal;  font-size: 35px;  text-align: center;  text-transform: none;}

.other-prod-top p {float:left; width:100%;}

.other-prod-top p a {display:inline-block;text-decoration:underline; color:#000;}

.other-prod-top p a:hover { color:#f1af1c;}



.other-prod-link {width:840px; margin:55px auto; text-align:center; max-width:100%;}

.other-prod-link .filter { border: 1px solid #b5b5b5;

    border-radius: 30px;

    color: #b5b5b5;

    display: inline-block;

    float: none;

    font-size: 9.5px;

    font-weight: 700;

    height: 38px;

    letter-spacing: 1px;

    line-height: 1.2;

    margin: 0 10px 20px;

    min-width: 100px;

    padding: 13px 20px;

    text-align: center; -webkit-border-radius:30px; -moz-border-radius:30px; -ms-border-radius:30px;}

.other-prod-link .filter:nth-child(2n){min-width: 165px;}

.other-prod-link .filter:hover, .other-prod-link .filter.active {color:#f1af1c; border-color:#f1af1c;}





.filter {color: #888e9b;cursor: pointer;float: left;font-size: 12px;margin: 0 20px;text-transform: uppercase;}

.container .mix {overflow: hidden;position: relative;display:none;}

.product-list-row{-webkit-transition:height 600ms ease;transition:height 600ms ease;perspective-origin:50% 50%;-webkit-perspective-origin:50% 50%;perspective:3000px;-webkit-perspective:3000px;height:auto !important;}



.fsboxshadow .fsBody .fsForm{box-shadow:none !important}

.product-list {float:left; width:100%; margin:0px; padding:0;}

.product-list-row {margin:0 -10px;}

.product-list-col {float:left; width:33.33%; padding:0 10px;  margin-bottom:80px;}

.product-list-box {float:left; width:100%; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; border:1px solid #e4e4e4; position:relative; min-height:390px; padding:25px 0 15px 26px;}

.product-tag {float:left; width:100%; margin:0px; padding:0 0 0 5px;}

.product-tag span {display:inline-block; text-align:center; width:61px; height:61px; border:1px solid #f1af1c; line-height:61px; color:#f1af1c; font-size:24px; font-weight:600; border-radius:50%; text-transform:uppercase; font-family: proxima-nova-soft;}

.product-list-txt {float:left; width:100%; padding:0 46px 0 0; margin:35px 0 0 0;}

.product-list-txt h4 {float:left; width:100%; font-size:24px; font-weight:normal; line-height:1.35; margin-bottom:8px;}

.product-list-txt p {float:left; width:100%;}

.product-list-txt p a {color:#000;}

.product-col-hover { cursor:pointer; position: absolute; opacity:0;  left: 0;  top: 0;  right: 0;  bottom: 0px;  background: rgba(4,4,4,0.9);  z-index: 9;   border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px;transition: all 300ms ease-in 0s;-moz-transition: all 300ms ease-in 0s;-o-transition: all 300ms ease-in 0s;-webkit-transition: all 300ms ease-in 0s; -ms-transition: all 300ms ease-in 0s; }

.product-col-hover .see-btn{position:absolute; left:0; top:0; right:0; font-size:14px; bottom:0px; margin:auto; height:56px; line-height:56px; max-width:90%; letter-spacing:0.5px; transition: all 300ms ease-in 0s;-moz-transition: all 300ms ease-in 0s;-o-transition: all 300ms ease-in 0s;-webkit-transition: all 300ms ease-in 0s; -ms-transition: all 300ms ease-in 0s;}

.product-list-box:hover .product-col-hover { opacity:1;}

.product-list-box:hover .product-col-hover .see-btn {top:0;}

.show-main {float:left; width:100%; text-align:center;}

.show-main a {display:inline-block; line-height:38px; padding:0 23px; min-width:73px; border:1px solid #e4e4e4; font-size:9.5px; letter-spacing:1px; font-weight:700; color:#e4e4e4; text-align:center; border-radius:30px; -webkit-border-radius:30px; -moz-border-radius:30px; -ms-border-radius:30px; margin:0 10px 20px 10px;}

.show-main a:hover {color:#f1af1c; border-color:#f1af1c;}

.show-main #ShowMore{display:inline-block; line-height:38px; padding:0 23px; min-width:73px; border:1px solid #e4e4e4; font-size:9.5px; letter-spacing:1px; font-weight:700; color:#e4e4e4; text-align:center; border-radius:30px; -webkit-border-radius:30px; -moz-border-radius:30px; -ms-border-radius:30px; margin:0 10px 20px 10px;}

.show-main #ShowMore:hover{color:#f1af1c; border-color:#f1af1c;}

/*======================= Answers ====================*/



.answers-main {float:left; width:100%; margin:0px; padding:0px;}

.accordion-row {border-bottom: 1px solid #e7e7e7; padding: 35px 15px;}

.text-section-center {font-size: 18px;line-height: 1.4; margin: 0 auto; max-width: 100%; text-align: left; width: 780px;}

.accordion-row-titla {cursor: pointer; float: left; font-size: 18px; font-weight: 300; letter-spacing: 2px; margin: 0; padding: 0 40px 0 0; text-transform: uppercase;  width: 100%; position:relative;}



.accordion-row-titla i {  position: absolute;  right: 0px;  top: 6px;  width: 10px;  height: 20px;}

.accordion-row-titla i:before,

.accordion-row-titla i:after {  content: "";  position: absolute;  background-color: #000000;  transition: all 0.25s ease-in-out;  width: 3px;  height: 14px;}

.accordion-row-titla i:before {  transform: translate(4px, 0) rotate(45deg);  -ms-transform: translate(4px, 0) rotate(45deg);  -webkit-transform: translate(4px, 0) rotate(45deg);  -moz-osx-transform: translate(4px, 0) rotate(45deg);}

.accordion-row-titla i:after {  transform: translate(-5px, 0) rotate(-45deg);  -ms-transform: translate(-5px, 0) rotate(-45deg);  -webkit-transform: translate(-5px, 0) rotate(-45deg);  -moz-osx-transform: translate(-5px, 0) rotate(-45deg);}

.accordion-row-titla.active i:before {  transform: translate(-4px, 0) rotate(45deg);  -ms-transform: translate(-4px, 0) rotate(45deg);  -webkit-transform: translate(-4px, 0) rotate(45deg);  -moz-osx-transform: translate(-4px, 0) rotate(45deg);}

.accordion-row-titla.active i:after {  transform: translate(5px, 0) rotate(-45deg);  -ms-transform: translate(5px, 0) rotate(-45deg);  -webkit-transform: translate(5px, 0) rotate(-45deg);  -moz-osx-transform: translate(5px, 0) rotate(-45deg);}

.accordion-row-titla i { height: 20px;  position: absolute;  right: 0;  top: 6px; width: 10px;}



.accordion-row-text { display: none; float: left; width: 100%;}

.text-section-center p {float: left; margin-top: 20px; width: 100%;}

.wrap {max-width:100%;}

.accordion-row-text ul {float:left !important; margin-left:0px;}

.accordion-row-text ul ul {margin-left:20px;}

.accordion-row-text a {color:#000;text-decoration:underline;}

.accordion-row-text a:hover {color:#f1af1c}

.how-it-works .accordion-row-text a:hover {color:black;}

.accordion-row-text table {margin-top:8px; float:left; margin-bottom:15px;}

.accordion-row-text table tr td {vertical-align:top;}

.accordion-row-text table tr td:first-child {padding-right:12px;}



.how-answers-main {float:left; width:100%; background:#f1af1c; padding:15px 0 0 0;}

.how-answers-main .text-section-center {color:#fff;}

.how-answers-main .accordion-row {border-color:#d79328;}

.how-answers-main .accordion-row-titla i:before, .how-answers-main .accordion-row-titla i:after {background-color:#fff;}

.how-answers-more {float:left; width:100%; text-align:center; padding:17px 0; background:#e9a818;}





a.hvr-icon-wobble-horizontal {display: inline-block; color:#fff; font-size:14px;  vertical-align: middle;  -webkit-transform: translateZ(0);  transform: translateZ(0);  box-shadow: 0 0 1px rgba(0, 0, 0, 0);  -webkit-backface-visibility: hidden;  backface-visibility: hidden;  -moz-osx-font-smoothing: grayscale;  position: relative;  padding-right: 1.2em;  -webkit-transition-duration: 0.3s;  transition-duration: 0.3s;}

.hvr-icon-wobble-horizontal:before {  content:''; top:5px ;background:url(images/read-arrow-n.png) no-repeat; width:9px; height:15px; background-size:60%;  position: absolute;  right:0;  padding: 0 1px;  font-family: FontAwesome;  -webkit-transform: translateZ(0);  transform: translateZ(0);}

.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {  -webkit-animation-name: hvr-icon-wobble-horizontal;  animation-name: hvr-icon-wobble-horizontal;  -webkit-animation-duration: 1s;  animation-duration: 1s;  -webkit-animation-timing-function: ease-in-out;  animation-timing-function: ease-in-out;  -webkit-animation-iteration-count: 1;  animation-iteration-count: 1;}

a.hvr-icon-wobble-horizontal:hover {color:#fff;}

/* Icon Wobble Horizontal */

@-webkit-keyframes hvr-icon-wobble-horizontal {

  16.65% {    -webkit-transform: translateX(6px);    transform: translateX(6px);  }

  33.3% {    -webkit-transform: translateX(-5px);    transform: translateX(-5px);  }

  49.95% {    -webkit-transform: translateX(4px);    transform: translateX(4px);  }

  66.6% {    -webkit-transform: translateX(-2px);    transform: translateX(-2px);  }

  83.25% {    -webkit-transform: translateX(1px);    transform: translateX(1px);  }

  100% {    -webkit-transform: translateX(0);    transform: translateX(0);  }

}



@keyframes hvr-icon-wobble-horizontal {

  16.65% {    -webkit-transform: translateX(6px);    transform: translateX(6px);  }

  33.3% {    -webkit-transform: translateX(-5px);    transform: translateX(-5px);  }

  49.95% {    -webkit-transform: translateX(4px);    transform: translateX(4px);  }

  66.6% {    -webkit-transform: translateX(-2px);    transform: translateX(-2px);  }

  83.25% {    -webkit-transform: translateX(1px);    transform: translateX(1px);  }

  100% {    -webkit-transform: translateX(0);    transform: translateX(0);  }

  }



.content, .entry {margin:0px; padding:0px;}

.content {width:100%;}

.contact-form {float:left; width:100%; margin:0px; padding:80px 15px !important; background:#f7f7f7;}

.contact-form-title {float:left; width:100%; text-align:center; font-size:18px; margin-bottom:60px;}

.contact-form-title h4  {  float: left;  width: 100%;  margin: 0 0 10px 0;  color: #f1af1c !important;  font-weight: normal;  font-size: 35px;  text-align: center;  text-transform: none;}

.wpcf7 {float:left; width:100%; margin:0px; padding:0px !important;}

.wpcf7-form {width:460px; margin:0 auto; max-width:100%;}



.fild-box {float:left; width:100%; margin-bottom:25px;}

.wpcf7-form .wpcf7-text { float: left;width: 100%; max-width:100%; height: 60px;  border: 1px solid #f0f0ef;  padding: 17px;  font-size: 20px;  background: #f0f0ef;  margin: 0px;  border-radius: 0px;  font-weight: normal;}

.wpcf7-form label { float: left;  width: 100%;  font-size: 18px;  font-weight: 700; color: #272727;  margin-bottom: 14px;}

.wpcf7-form .wpcf7-textarea {float: left;  width: 100%;  height: 140px;  max-width: 100%;  border: 1px solid #f0f0ef;  padding: 17px;  font-size: 20px;  background: #f0f0ef;  margin: 0px;  border-radius: 0px;}

.wpcf7-not-valid-tip {float:left; width:100%; font-size:12px !important;}



.wpcf7-form .wpcf7-text:focus {border-color:#f1af1c;}

.wpcf7-form .wpcf7-textarea:focus {border-color:#f1af1c;}

.contact-btn {float:left; width:100%; margin-top:15px;}

input[type=submit].wpcf7-submit  {width:100%; padding:0 15px; line-height:70px; border-radius:38px; font-size:18px; color:#fff !important; font-weight:600; text-align:center; background:#f1af1c; display:inline-block; text-transform:uppercase; margin:0; letter-spacing:1px; }

input[type=submit].wpcf7-submit:hover {background:#e8a22f;}

div.wpcf7-response-output {float:left; width:100%; margin:20px 0 0 0 !important; padding:0px !important; border:none !important; color:red; font-size:14px !important; text-align:center;}

.ssl-msg {float:left; width:100%; text-align:center; padding:0 25px 0; font-size:14px; color:#909090; list-style:disc}

.ssl-msg span {display:inline-block; background:url(images/lock-icon.png) no-repeat; background-size:100%; width:19px; height:22px; position:relative; margin-right:5px; top:-2px; vertical-align:middle; opacity:0.6;}
.ssl-msg span 
{		
}


.touch-main {float:left; width:100%; margin:0px; padding:120px 15px;}

.touch-box {width:940px; margin:0 auto; max-width:100%;}

.touch-row {margin:0 -10px;}

.touch-col{float:left; width:25%; margin:0px; text-align:center; font-size:14px; padding:0 10px;}

.touch-col-box {float:left; width:100%; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; border:1px solid #e4e4e4; min-height:260px;}

.touch-col-box a {display:block; height:100%; width:100%; padding:0 15px;}

.touch-icon {float:left; width:100%; text-align:center; margin:50px 0 18px 0;}

.touch-icon span {display:inline-block; height:76px; width:76px;}

.chat-icon { background:url(images/icons/talk-icon-new.svg) 100%;}

.apply-icon { background:url(images/icons/apply-icon.svg) 100%;}

.call-icon { background:url(images/icons/call-icon-new.svg) 100%;}

.touch-text {float:left; width:100%; text-align:center; color:#000; font-size:14px; line-height:1.6;}

.touch-text h4 {display:block; font-weight:600; letter-spacing:1px; font-size:13px; margin-bottom:5px;}

.touch-col-box a:hover .touch-text {color:#f1af1c !important;}

.touch-col-box a:hover .chat-icon  { background:url(images/icons/talk-icon-new-hover.svg) 100%;}

.touch-col-box a:hover .call-icon  { background:url(images/icons/call-icon-new-hover.svg) 100%;}

.touch-col-box a:hover .apply-icon { background:url(images/icons/apply-icon-hover.svg) 100%;}

.touch-col-center {width:50%;}





.home-widgets-6  {float:left; width:100%; margin:0px; padding:100px 15px; background:#fff;}

.home-widgets-6 .widget-wrap {width:460px; margin:0 auto; max-width:100%;}

.home-widgets-6 iframe #container {width:100% !important; margin:0px !important;}

.home-widgets-6 .widget-title {  float: left;  width: 100%;  margin: 0 0 35px 0;  color: #f1af1c !important;  font-weight: normal;  font-size: 35px;  text-align: center;  text-transform: none; font-family:"proxima-nova-soft", sans-serif}

.home-widgets-6 .desc {  float: left;  width: 100%;  margin:0 0 55px 0; font-weight: normal;  font-size: 18px;  text-align: center; }



.repayment-box{float:left; width:100%; margin:0px; padding:75px 15px;}

.repayment-center {width:620px; margin:0 auto;}

#responsive-menu-icon {float:right;}

.bottom-footer  {float:left; width:100%; padding:48px 15px; background:#192534; color:#fff; text-align:center;}

.bottom-footer .textwidget {width:940px; max-width:100%; margin:0 auto;}

.bottom-footer p {float:left; width:100%; margin:0 0 16px 0; padding:0px; font-size:14px; color:#fff;}

.bottom-footer span {float:left; width:100%; margin:0; padding:0px; color:#fff; font-size:12px;}

.bottom-footer span a {display:inline-block; color:#f1af1c;}

.bottom-footer span a:hover {text-decoration:underline; color:#f1af1c;}

.page-title {height:560px; background-size:cover; background-position:center top; padding:0px; text-align:center; position:relative;background-color:rgb(195, 195, 195);  background-blend-mode: multiply;}

.get-in-touch .page-title {background-color:transparent !important;}



.page-title-sub {display:table; vertical-align:middle; width:765px; max-width:100%; height:100%; margin:0 auto; position:relative; z-index:1}

.page-title-sub .wrap {display:table-cell; vertical-align:middle; padding:0 15px;}

.page-title-sub h1.entry-title {font-size:44px; font-weight:400; text-shadow:none; text-transform:uppercase; font-family:"proxima-nova-soft", sans-serif}

.page-title-sub h3 {font-size:18px; font-weight:400; letter-spacing:0.5px; margin-top:15px;}







.calculator-widget {float:left; width:100%; padding:100px 15px; background:#f7f7f7;}



.calculator-widget .widget {width: 940px;/*620px;*/ margin:0 auto; max-width:100%;}

.calculator-widget .widget-title { float: left;  width: 100%;  margin: 0 0 30px 0;  color: #f1af1c !important;  font-weight: normal;  font-size: 35px;  text-align: center;  text-transform: none; font-family:"proxima-nova-soft", sans-serif}

.calculator-widget .textwidget {float:left; width:100%;}

.calculator-widget .desc {float:left; width:100%; text-align:center; margin-top:35px;}

.calcu-main {float:left; width:100%; margin:0px; padding:0; background:#fff; border:1px solid #ecebeb;}



.calculator-widget .ui-slider-horizontal .ui-slider-handle {width:181px; background:#fff; height:62px; text-align:center; border-right:90px; -webkit-border-right:90px; box-shadow:0 0 8px #B5B5B5}



.calculator-widget .ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {

  -moz-border-radius-bottomright: 90px;

  -webkit-border-bottom-right-radius: 90px;

  -khtml-border-bottom-right-radius: 90px;

  border-bottom-right-radius: 90px;

}

.calculator-widget .ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {

  -moz-border-radius-bottomleft: 90px;

  -webkit-border-bottom-left-radius: 90px;

  -khtml-border-bottom-left-radius: 90px;

  border-bottom-left-radius: 90px;

}

.calculator-widget .ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {

  -moz-border-radius-topright: 90px;

  -webkit-border-top-right-radius: 90px;

  -khtml-border-top-right-radius: 90px;

  border-top-right-radius: 90px;

}

.calculator-widget .ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {

  -moz-border-radius-topleft: 90px;

  -webkit-border-top-left-radius: 90px;

  -khtml-border-top-left-radius: 90px;

  border-top-left-radius: 90px;

}



.calculator-widget #formCalc {float:left; width:100%;  margin-top:30px;}

.cal-title {float:left; width:100%; padding:0px; text-align:center; position:relative;}

.cal-title a {display:block; padding:0 30px 0 0; font-size:14px; font-weight:700; text-transform:uppercase; color:#313f53; padding:22px 35px; }

.cal-main {float:left; width:100%; padding:10px 25px; }





/*=======================cal ===================*/

.home .dragdealer, .procedures .dragdealer, .how-it-works .dragdealer {display:none;}

.home .cal-title, .procedures .cal-title, .how-it-works .cal-title{display:none;}

.home .cal-main-box, .procedures .cal-main-box, .how-it-works .cal-main-box{margin-top:15px; border-top:0px;}

.home .calculator-widget #formCalc, .procedures .calculator-widget #formCalc, .how-it-works .calculator-widget #formCalc{margin:0px; border-top:0px;}

.home .cal-fild, .procedures .cal-fild, .how-it-works .cal-fild{width:100%;}

.home .cal-main .cal-fild:last-child, .procedures .cal-main .cal-fild:last-child, .how-it-works .cal-main .cal-fild:last-child{float:right;}

.home .cal-fild label, .procedures .cal-fild label, .how-it-works .cal-fild label{color: #313f53;float: left;font-size: 14px;font-weight: 700;letter-spacing: 1px;text-align: center;text-transform: uppercase;width: 100%;}

/*.home .cal-fild label, .procedures .cal-fild label, .how-it-works .cal-fild label{color: #313f53; font-weight: 700;  text-transform: uppercase;  font-size: 14px;}*/

/*

.cal-fild {float:left; width:100%; margin-bottom:15px;}

.cal-fild label {margin-top:0px;}

.cal-main-box {float:left; width:100%;  border-bottom:1px solid #ecebeb; border-top:1px solid #ecebeb; margin-top:40px;}

.cal-fild input, .cal-fild select {max-width:100% !important; height:56px !important; background:#f0f0ef !important; margin-bottom:0px;}

.cal-fild select, .cal-fild select:focus {background:url(images/select-arrow.png) right no-repeat #f0f0ef !important; }

.cal-fild input:focus, .cal-fild select:focus{ border-color:#f3ba3a !important;}



.cal-title i {  position: absolute;    right: 18px;  top: 24px ; width: 10px;  height: 20px;}

.cal-title i:before,

.cal-title i:after {  content: "";  position: absolute;  background-color: #000000;  transition: all 0.25s ease-in-out;  width: 3px;  height: 14px;}

.cal-title i:before {  transform: translate(4px, 0) rotate(45deg);  -ms-transform: translate(4px, 0) rotate(45deg);  -webkit-transform: translate(4px, 0) rotate(45deg);  -moz-osx-transform: translate(4px, 0) rotate(45deg);}

.cal-title i:after {  transform: translate(-4px, 0) rotate(-45deg);  -ms-transform: translate(-4px, 0) rotate(-45deg);  -webkit-transform: translate(-4px, 0) rotate(-45deg);  -moz-osx-transform: translate(-4px, 0) rotate(-45deg);}

.cal-title a.active i:before {  transform: translate(-4px, 0) rotate(45deg);  -ms-transform: translate(-4px, 0) rotate(45deg);  -webkit-transform: translate(-4px, 0) rotate(45deg);  -moz-osx-transform: translate(-4px, 0) rotate(45deg);}

.cal-title a.active i:after {  transform: translate(4px, 0) rotate(-45deg);  -ms-transform: translate(4px, 0) rotate(-45deg);  -webkit-transform: translate(4px, 0) rotate(-45deg);  -moz-osx-transform: translate(4px, 0) rotate(-45deg);}





#answer1{float:left; width:50%;  border-right:1px solid #ecebeb; text-align:center;}

.cal-velue {float:left; width:100%; font-size:15px; text-align:center; padding:20px 0; border-top:1px solid #ecebeb; font-weight:normal;}

#answer1 span, #answer2 span {color:#313f53; display:block; font-size:14px; text-transform:uppercase; padding:20px 0;}

#answer2{float:left; width:50%;text-align:center;}

*/



.fsBody .fsRowBody {padding:0px !important;}

.fsBody {float:left !important; width:100% !important;}

.fsBody .fsForm {background:none !important; width:460px; margin:0 auto;}

.fsBody .fsForm .fsLabel {font-size:17px !important;}

.fsBody .fsForm .fsField {max-width:100% !important; height:60px !important; font-size:18px !important;}

.fsBody .fsForm textarea.fsField {height:140px !important;}

.apply-form-main .apply-form-box .fsBody .fsForm {width:100% !important}



.info-practice-manger-widget {  float: left;  width: 100%;  margin: 0px;  padding: 100px 15px;  background: #f7f7f7;}

.info-practice-manger-widget .widget-wrap { width: 620px;  margin: 0 auto;  max-width: 100%;}

.info-practice-manger-widget .widget-title { float: left;  width: 100%;  margin: 0 0 35px 0;  color: #f1af1c !important;  font-weight: normal;  font-size: 35px;  text-align: center;  text-transform: none; font-family:"proxima-nova-soft", sans-serif}

.info-practice-manger-widget .desc {  float: left;  width: 100%;  margin: 0 0 55px 0;  font-weight: normal;  font-size: 18px;  text-align: center;}

.materials-form {float:left; width:100%; margin:0px; padding:0px;}

.info-practice-manger-widget .fsBody .fsForm {width:100%;}

.info-practice-manger-widget .fsFieldCell.fsSpan50 {width:50%;}

.info-practice-manger-widget #field33793449-address, .info-practice-manger-widget #field33793449-address2, .info-practice-manger-widget #field33666775 {width:100% !important; max-width:100% !important;}

.info_practice .info-practice-manger-widget .fsBody .fsFieldCity {width:100%; margin-right:0px; padding:0 0 0 0;}

.info_practice .info-practice-manger-widget .fsBody .fsFieldState {width:100%; padding:0 0 0 0; margin-right:0px;}

.info-practice-manger-widget .fsBody .fsForm select.fsField {width:100%; max-width:100%;}

.info_practice .info-practice-manger-widget .fsBody div.fsFieldZip{width:100%; margin-right:0px; padding:0;}

.apply-form-main .apply-form-box .fsFieldCell.fsSpan33{ width: 33.3%;}



.home-widgets #home-widgets {float:left; height:0px; margin-top:-90px;}

.entry-meta .entry-categories{display: none;}



.home-widgets-6, .calculator-widget {position:relative;}

#eligible_second, #repayment_calc {position:absolute; left:0; top:-95px; display:block;}



.genesis-nav-menu li:last-child {float:right;}

/* Radial Out */

/*.hvr-radial-out a {

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: translateZ(0);

  transform: translateZ(0);

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  -moz-osx-font-smoothing: grayscale;

  position: relative;

  overflow: hidden;

  background: #313f53 !important;

  -webkit-transition-property: color;

  transition-property: color;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

}

.hvr-radial-out a:before {

  content: "";

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #fff;

  border-radius: 100%;

  -webkit-transform: scale(0);

  transform: scale(0);

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-timing-function: ease-out;

  transition-timing-function: ease-out;

}

.hvr-radial-out a:hover, .hvr-radial-out a:focus, .hvr-radial-out a:active {

}

.hvr-radial-out a:hover:before, .hvr-radial-out a:focus:before, .hvr-radial-out a:active:before {

  -webkit-transform: scale(2);

  transform: scale(2);

}



*/

.genesis-nav-menu li:last-child a:hover {background:#fff !important;}



.elig-box .see-btn {

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: translateZ(0);

  transform: translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  -moz-osx-font-smoothing: grayscale;

  position: relative;

  overflow: hidden;

  background: white;

  -webkit-transition-property: color;

  transition-property: color;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  border:2px solid #e8a22f;

  color:#f1af1c !important;

}

.elig-box .see-btn:before {

  -webkit-transform: scale(0);

  transform: scale(0);

}

.elig-box .see-btn:hover, .elig-box .see-btn:focus, .elig-box .see-btn:active {

 color: white !important;  background:#f1af1c;

}

.elig-box .see-btn:hover:before, .elig-box .see-btn:focus:before, .elig-box .see-btn:active:before {

  -webkit-transform: scale(0);

  transform: scale(0);

}



.how-it-works .how-see-btn {width:365px; max-width:100%; padding:0 15px; line-height:70px; border-radius:38px; font-size:18px;font-weight:600; text-align:center; background:#fff; border:2px solid #f1af1c; display:inline-block; text-transform:uppercase; margin:0; letter-spacing:1px; color:#f1af1c !important;}

.how-see-btn {width:365px; max-width:100%; padding:0 15px; line-height:70px; border-radius:38px; font-size:18px;font-weight:600; text-align:center; background:#fff; border:2px solid #e8a22f; display:inline-block; text-transform:uppercase; margin:0; letter-spacing:1px; color:#f1af1c !important;}

/*.how-see-btn {

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: translateZ(0);

  transform: translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  -moz-osx-font-smoothing: grayscale;

  position: relative;

  overflow: hidden;

  background: #f1af1c;

  -webkit-transition-property: color;

  transition-property: color;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  border:2px solid #e8a22f;

  color:#f1af1c !important;

}

.how-see-btn:before {

  content: "";

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background:#fff;

  border-radius: 100%;

  -webkit-transform: scale(2);

  transform: scale(2);

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-timing-function: ease-out;

  transition-timing-function: ease-out;

}*/

.how-see-btn:hover, .how-see-btn:focus, .how-see-btn:active {

  color: white !important;  background:#f1af1c;

}

.how-see-btn:hover:before, .how-see-btn:focus:before, .how-see-btn:active:before {

  -webkit-transform: scale(0);

  transform: scale(0);

}





.home .how-see-btn {/*background:#f1af1c !important; color:#fff !important;*/  transition: all 300ms ease-in 0s;-moz-transition: all 300ms ease-in 0s;-o-transition: all 300ms ease-in 0s;-webkit-transition: all 300ms ease-in 0s; -ms-transition: all 300ms ease-in 0s; border:1px solid #f1af1c;}

.home .how-see-btn:hover {background:#e8a22f !important; color:#fff !important;}

.home .how-see-btn:before {display:none;}

.answers .home-widgets-6 {background:#f7f7f7;}



ul.testmonial {float:left; width:100%; margin:0 0 150px 0; padding:0px; position:relative; text-align:center;}

ul.testmonial .testimonial-text {position:absolute; left:0; right:0; margin:0 auto; top:300px; width:620px;}



.eligible-main {height: 100%;margin: 0 auto;padding: 0;width: 620px; display: table;}

.eligible-box {   display: table-cell;margin: 0 auto;max-width: 100%;text-align: center;vertical-align: middle;width: 100%;}

.eligible-logo {float:left; width:100%; text-align:center; margin:75px 0 70px 0;}

.eligible-logo img {display:inline-block; vertical-align:middle; width:115px;}

.eligible-title {float: left; width: 100%; min-height:90px;  margin: 0 0 37px 0;  color: #f1af1c !important;  font-weight: normal;  font-size: 35px;  text-align: center;  text-transform: none; padding:0 22px;font-family: "proxima-nova-soft",sans-serif;}

/*.eligible-title {float: left; width: 100%; min-height:90px;  margin: 0 0 37px 0;  color: #f1af1c !important;  font-weight: normal;  font-size: 35px;  text-align: center;  text-transform: none; padding:0 22px;}*/

.eligible-text {float:left; width:100%;}

.eligible-text p {display:block; margin-bottom:15px;}

.eligible-btn {float:left; width:100%; margin:40px 0 0 0 ; padding:0px;}

.eligible-btn p {display:block; margin:20px 0 0 0; font-size:14px;}

.eligible-main .see-btn {padding:0 50px; width:auto;}

.fsForm .fsSubmit {padding:20px 0 !important;}

.dragdealer .red-bar {border-radius:30px; width:185px !important; position:relative; box-shadow:2px 2px 7px #DBDBDB; background:#fff !important; color:#010101 !important; border:1px solid #ecebeb;}

.dragdealer .handle {z-index:1;}

#just-a-slider .value {color:#010101 !important; font-size:20px !important; }

.dragdealer {background:url(images/slide-line.jpg) center repeat-x #fff !important;}



.red-bar {position:relative;}

.red-bar:after  {content:''; background:url(images/arrow-left.png) no-repeat center; background-size:40%; position:absolute; left:0; top:0; height:100%; border-right:1px solid #ecebeb; width:34px; text-align:center; font-family: FontAwesome; color:#e0e0e0; font-size:30px;}

.red-bar:before  {content:''; background:url(images/arrow-right.png) no-repeat center; background-size:40%;position:absolute; right:0; top:0; height:100%; border-left:1px solid #ecebeb; width:34px; text-align:center; font-family: FontAwesome; color:#e0e0e0; font-size:30px;}

.dragdealer {position:relative;}

.dragdealer:after  {position:absolute; left:10px; bottom:7px; color:#e0e0e0; font-size:14px; content:'$2,000';}

.dragdealer:before  {position:absolute; right:10px; bottom:7px; color:#e0e0e0; font-size:14px; content:'$32,000';}



.testimonial {display:none;}

.home-widgets-2 {display:none;}

.hideall {display:none;}



.how-it-works .home-widgets-6 {background:#f7f7f7;}

.why-recommend-us{position:relative;}

.why-recommend-us #why-recommend-us{ display: block;left: 0;position: absolute;top: -95px;}



.apply-box {width:100%; margin:0px; padding:0px;}

.apply-banner {float:left; width:100%; text-align:center; background:#f1af1c;}

.apply-banner-box {width:765px; margin:0 auto; position:relative; padding:0 15px; max-width:100%;}

.apply-banner-table {display:table; vertical-align:middle; width:100%; height:318px}

.apply-banner-call {display:table-cell; vertical-align:middle; font-family:"proxima-nova-soft", sans-serif; font-size:44px; color:#fff;}

.apply-back {position:absolute; left:15px; top:78px; width:auto; background:url(images/back-img.png) left no-repeat; background-size:15px; font-size:12px; text-transform:uppercase; color:#fff !important; padding-left:22px;}

.apply-back:hover {opacity:0.8;}







.fot-img {display:block;}

.fot-img-hover {display:none !important;}



.footer_table:hover .fot-img {display:none;}

.footer_table:hover .fot-img-hover {display:inline-block !important;}



/*.bottpm_sec_right:hover .fot-img {display:none;}

.bottpm_sec_right:hover .fot-img-hover {display:inline-block !important;}*/





.fsSectionHeader {display:none;}

.apply-form-main {float:left; width:100%; margin:0px; padding:0 15px;}

.apply-form-box {width:940px; margin:0 auto; background:#fff; max-width:100%;}

.apply-form-box .fsNextButton, .apply-form-box .fsPreviousButton {height:60px; border-radius:30px;}

.apply-form-box .fsBody .fsForm .fsFieldCell {padding-right:15px !important; padding-left:15px !important;}

.apply-form-box .fsBody .fsPage {max-width:100%; min-width:430px; padding:0 20px;}

.apply-form-box .fsBody .fsFieldRow {margin: 0 -15px;}

.apply-form-box .fsForm .fsSubmit {padding-right:15px !important; padding-left:15px !important;}

.apply-form-box .fsSubFieldGroup {margin:0 -15px;}

.apply-form-box .fsSubFieldGroup .fsFieldCity, .apply-form-box .fsSubFieldGroup .fsFieldState, .apply-form-box .fsSubFieldGroup .fsFieldZip {width:33.3%; margin: 0; padding:0 15px;}

.apply-form-box .fsSubFieldGroup .fsFieldState select {width:100%; max-width:100% !important;}

.apply-form-box .fsBody .fsForm input.fsSubmitButton {width:100% !important;}

.apply-form-box .fsBody .fs2Col {max-width:100%; min-width:100% !important}

.apply-form-box .fsFieldCell a {color: #000;}



/*--- share popup ---*/

.share-main {position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(255,255,255,0.8); display:none;}

.share-table {display:table; height:100%; width:540px; vertical-align:middle; margin:0 auto;}

.share-cell {display:table-cell; vertical-align:middle; width:100%;}

.share-title{color: #f1af1c !important;   float: left; letter-spacing:1px;    font-size: 35px;    font-weight: normal;    margin: 0 0 37px;    min-height: 90px;    text-align: center;    text-transform: none;    width: 100%;}

.share-box {float:left; width:100%; text-align:center; border-radius:20px; background:#fff; border:1px solid #eff1f1; padding:75px 30px;}



.share-btn {float:left; width:210px; height:70px; border:2px solid #f1af1c; border-radius:35px; -webkit-border-radius:35px; -moz-border-radius:35px;}

.fb-img {display:inline-block; vertical-align:middle; background:url(images/fb-img.svg) no-repeat; background-size:100%; width:9px; height:18px; margin:-5px 12px 0 0;}

.share-btn span {display:inline-block; line-height:70px; font-weight:700; font-size:18px; color:#f1af1c; text-transform:uppercase;}

.mail-img {display:inline-block; vertical-align:middle; background:url(images/mail-img.svg) no-repeat; background-size:100%; width:17px; height:14px; margin:-5px 12px 0 0;}

.share-btn.right {float:right;}

.share-btn:hover {opacity:0.7;}

.apply_desc{float: left;font-size: 18px;font-weight: 400;letter-spacing: 0.5px;margin-top: 15px;}

/*.home_page .home-widgets-4{ background: none repeat scroll 0 0 #f7f7f7 !important;}*/

.trustbox-test-main{ padding: 85px 0px 0px; }

.home_page .home-widgets-33{ margin: 0 0 0 0 !important; padding:100px 0;}

.appy-box .apply-banner, .appy-box .apply-banner-table{height: 315px;}

.appy-box .apply-banner-call h1.entry-title {font-family: "proxima-nova-soft",sans-serif;font-size: 44px;font-weight: 400;text-shadow: none;text-transform: uppercase;}



.widget_ssba_widget .widgettitle{ color: #f1af1c !important; float: left;font-size: 35px;font-weight: normal;letter-spacing: 1px;margin: 0 0 37px;min-height: 90px;text-align: center;text-transform: none;width: 100%;}







.success-main {    display: table; height: 100%; margin: 0 auto; padding: 0; width: 685px;}

.success-cell {display:table-cell; vertical-align:middle;  width:100%; text-align:center;}

.success-logo {float:left; width:100%; text-align:center; margin:50px 0;}

.success-logo img {display:inline-block; vertical-align:middle; width:60px;}

.success-main .touch-box {width:100%; margin:50px 0; float:left;}

.success-main .touch-col {width:46%;}

.success-main .or {width:8%; text-align:center; font-size:24px; font-weight:700; color:#c2c2c2; float:left;}

.success-main .touch-col-box {min-height:386px;}

.success-main .or {line-height:386px;}

.touch-col-box a:hover .apply-icon { background:url(images/icons/apply-icon-hover.svg) 100%;}

.apply-icon { background:url(images/icons/apply-icon.svg) 100%;}



.touch-col-box a:hover .call-n-icon { background:url(images/icons/call-icon-new1-hover.svg) 100%;}

.call-n-icon { background:url(images/icons/call-icon-new1.svg) 100%;}



.touch-text h4 {text-transform:uppercase;}

.success-main .touch-text h4 {margin-bottom:20px; line-height:1.3;}

.success-main .touch-text {font-size:13px;}

.success-btn {float:left; width:100%; margin:20px 0 0 0; text-align:center;}

.success-btn .see-btn {width:198px; margin:0 auto; padding:0 15px; line-height:47px; border-radius:38px; font-size:14px; color:#fff !important; font-weight:600; text-align:center; background:#f1af1c; display:inline-block; text-transform:uppercase; margin:0; letter-spacing:0.8px;cursor: pointer;}

.success-btn .see-btn:hover {background:#e8a22f;}

.success-main .eligible-title {min-height:inherit; margin-bottom:28px; font-family:"proxima-nova-soft", sans-serif}

.success-main .touch-icon {margin:44px 0 32px 0;}





/*--- req call **/

.req-call { width:100%; /*max-width:1440px;*/ margin:0 auto; padding:0px; display:table; height:100%;}

.req-call-left {display:table-cell; vertical-align:top; width:48%; margin:0px; padding:0px; overflow:hidden; background:url(images/call-back-img.png) no-repeat left top; background-size:cover; -webkit-background-size:cover;}

.req-call-left img {float:left; width:100%;}

.req-call-right {display:table-cell; vertical-align:top; width:52%;margin:0px; padding:0px;}

.req-call-head {float:left; width:100%; padding:0 0 0 94px; border-bottom:1px solid #e4e4e4;}

.req-call-head a {display:inline-block; background:url(images/medipay-logo-n.png) no-repeat left top; width:174px; height:34px; background-size:100%; margin:26px 0 24px 0;}

.req-call-head a.right-link{ float: right; background: none; color: #f1af1c !important; padding-top: 10px;}
.req-call-head a.right-link:hover{ color: #000 !important; }

.req-form-main {float:left; width:573px; padding:0 15px 0 94px; max-width:100%; margin:5% 0 30px 0;}

.req-form-title {float: left; width: 100%; margin: 0 0 10px 0; color: #f1af1c !important; font-weight: normal; font-size: 35px; text-transform: none; font-family:"proxima-nova-soft", sans-serif;}

@media(max-width: 480px)
{	.req-call-head a
	{	max-width: 49%;
	}
	.req-call-head a.right-link
	{	text-align: center;
	}
}

.req-iframe {float:left; width:100%; margin:0 0 0 -20px; padding:0px;}

.req-iframe iframe {width:100% !important; border:none;}

.req-iframe iframe {height:716px;}

.req-call .ssl-msg{padding:0;margin-left: -20px;}




/*==============================================================

	dental-implants

================================================================*/



.dental-implant-top
{	max-width:1000px;  width:100%; margin:0 auto; padding:90px 30px; display:block;
}
.dental-implant-top-left
{	width:57%; display:inline-block; font-size:18px; font-weight:400; 
}
.dental-implant-top p
{	padding-bottom:25px; 
}
.dental-implant-top p:last-child
{	padding-bottom:0px;
}
.dental-implant-top h1
{	padding-bottom:40px;
}
.dental-implant-top ul
{	padding:0px; margin:0px;
}
.dental-implant-top ul li
{	padding-left:20px; position:relative; padding-bottom:20px; list-style:none;
}
.dental-implant-top ul li:before
{	position:absolute; left:0px; top:8px;  width:8px; height:8px; content:""; -moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px;
	background:#f1af1c;
}
.dental-implant-top-right
{	float:right; width:42%; text-align:center; 
}
.dental-implant-top-right .how-see-btn
{	height:47px; color:#fff !important; max-width:296px; background:#f1af1c; font-size:13px; border-color:#f1af1c !important;
	line-height:47px;
}
.dental-implant-top-right .how-see-btn:hover
{	color:#f1af1c !important; background:#fff;
}
.fix
{ position: fixed; top: 110px; right: 115px; float: right; width: 42%; text-align: center;
}

@media (max-width:768px)
{
	.dental-implant-top-right.fix
	{	/*display:none;*/
		position: static;
	   top: 0;
	   right: 0;
	   float: none;
	   width: 100%;
	   text-align: left;
	}
	.dental-implant-top {
	 display: flex;
	 -webkit-flex-wrap: wrap;
	 flex-wrap: wrap;
	}
	.dental-implant-top-left {
	   order: 2; width: 100%;
	}
	.dental-implant-top-right {
	   width: 100%;
	   orphans: 1;
	   margin-bottom: 30px;
	   text-align: left;
	}
}













/*

Media Queries

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

@media only screen and (min-width: 1024px) and (max-width: 1200px){

	.genesis-nav-menu li {margin-right:35px;}

	

}

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

	.req-form-main {width:100%;}

	.req-form-main, .req-call-head {padding-left:57px;}

}

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

	.req-form-main, .req-call-head {padding-left:53px;}

	.home-widgets #home-widgets, #eligible_second, #repayment_calc {top:-70px;}

	.responsive-menu {display:none;}

	#responsive-menu-icon {display:block;}

.site-container {overflow-x:hidden;}

	/*.wrap {max-width: 782px;}*/

	.content,	.sidebar-primary,	.site-header .widget-area,	.title-area {width: 100%;}	

	/*.home-widgets .widget,    .wrap { padding-left: 5%;  padding-right: 5%; }*/

.site-header .wrap {padding:25px 20px;}

.site-header .title-area {left:20px;}

.header-image .site-title > a {background-position: 0 18px !important;}



.header-image .head_color .site-title > a {   background-position: 0 -54px !important;}

	.genesis-nav-menu li,.site-header ul.genesis-nav-menu,	.site-header .search-form {float: none;}

	.genesis-nav-menu,	.site-header .title-area,	.site-header .search-form,	.site-title {text-align: center;}

	.genesis-nav-menu a,	.genesis-nav-menu > .first > a,	.genesis-nav-menu > .last > a {padding: 20px 16px;}

	.site-header .search-form {	margin: 16px auto;}

	.genesis-nav-menu li.right {display: none;}	

	.page-title {padding: 0 40px 40px;}	

	.home-widgets .featuredpage .entry-title,	.home-widgets-1 h1,	.page-title .archive-title,	.page-title .entry-title {font-size: 36px;}	

	.content {padding-bottom: 0;}

	.sidebar {border: none;margin: 0;padding: 0 0 80px;}	

	.sidebar .widget {padding: 0;}	

	.footer-widgets {padding-top: 80px;}

	.footer-widgets-1,	.footer-widgets-2,	.footer-widgets-3 {margin-bottom: 20px;width: 200px;}

	.footer-widgets-4 {width: 100%;}

	

	.responsive-menu {position:absolute; width:100%; left:0; top:75px; width:100%; background:rgba(53, 51, 51, 0.5) none repeat scroll 0 0; padding-bottom:30px;}

	.genesis-nav-menu .menu-item {float:left; width:100%; padding:0 15px 0 35px;}

	.head_color .responsive-menu  {background:#fff;}

	.head_color #responsive-menu-icon::before {color:#000;}

	.genesis-nav-menu .menu-item:last-child a {margin:0 0 0 -20px; display:inline-block;}

	.home .banner-left,.home .banner-right{bottom: 45px !important;}

	.home .banner-left, .banner-right{font-size: 12px}

	.home .banner-left h4, .banner-right h4{font-size: 22px}

	.banner-right {bottom: 35px !important;}

	.banner-left {bottom: 35px !important;}

	

	

	/*-----------footer ----*/

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

	.footer-widgets-5 
	{
		padding: 0;
    width: 100%;
    bottom: 0;
    top: inherit;
    position: static;
    margin-top: 20px !important;
    display: inline-block;
	}
	.footer-widgets-5 .final-footer-main .trust-pilot-main
	{	width: 48%; float: left; padding-top: 20px;
	}
	.footer-widgets-5 .final-footer-main .bottpm_sec_right
	{	width: 48%; padding: 35px; float: right; margin-top: 0px;
	}
	.right_image {margin:0 0 10px 0;}

	.footer-widgets-5 .desc {margin:0px; padding:0px;}

	.right_image img {width:50px; height:50px;}

	.footer-widgets-4 {margin:0px; clear: both; float: left; width: 100%;}

	.footer_bottom_one {width:48%;}

	.footer_table {display: block;  float: left;  padding: 15px;  text-align: center;   width: 100%;}

	.footer_icon { display: block; padding: 0; vertical-align: middle;  width: 100%;}

	.footer_icon img {display: inline-block;height: 50px; margin-bottom: 15px; vertical-align: middle; width: 50px;}

	.footer_bottom_two {width:48%;}

	.footer-widgets {padding:35px 15px !important;}

	.touch-main {padding:70px 15px;}

	.product-col-hover .see-btn {font-size:12px; letter-spacing:0px;}

	.product-list-txt {padding:0px;}

	.product-list-box {padding-left:15px; padding-right:15px;}

	.product-list-txt {margin-top:20px;}

	.other-prod-main {padding-bottom:50px;}

	.product-list-col {margin-bottom:50px;}

	.featured-cols {margin-top:40px;}

	.touch-col {width:30%;}

	.touch-col-center {width:40%;}

	.page-title-sub {width:100%;}

	.procedures .cal-fild, .how-it-works .cal-fild {width:100%;}

	.req-form-main {width:100%;}

	.req-call-head {padding-left:30px;}

	.req-form-main {padding-left:30px;}

	.req-call-left {width:40%;}

	.req-call-right {width:60%;}	

	/*.req-call .ssl-msg{margin-top: -100px;}*/





}



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



	body {font-size: 16px;	}

	.admin-bar .site-header {top: 46px;z-index: 499;}	

	.responsive-menu {display: none;}	

	#responsive-menu-icon {display: block;}	

	.site-header .site-title {font-size: 40px;}	

	.shrink .site-title {font-size: 24px;}	

	.shrink .site-title a,	.shrink .site-title a:hover {text-shadow: 2px 2px rgba( 0, 0, 0, 0.1 );}

	.pricing-table .one-third,	.pricing-table .one-third:nth-child(3n+1),	.pricing-table .one-third:nth-child(3n+3) {margin: 0;}

	.archive-description,	.author-box,	.comment-respond,	.entry,	.entry-comments,	.site-header {padding: 0;}

	.archive-description,	.author-box,	.comment-respond,	.content .entry,	.entry-comments,	.entry-pings,	.sidebar .widget {box-shadow: none;}

	.archive-pagination li a {margin-bottom: 4px;}

	.footer-widgets-1,	.footer-widgets-2,	.footer-widgets-3 {width:30%; margin-right:0px;}

	.footer-widgets-2 {width:40%;}

	.five-sixths,	.four-sixths,	.home-widgets .featuredpost .entry,	.one-fourth,	.one-half,	.one-sixth,	.one-third,	.three-fourths,	.three-sixths,	.two-fourths,	.two-sixths,	.two-thirds {margin: 0;	width: 100%;}	

	.home-widgets-1 h1,	.page-title  .archive-title,	.page-title .entry-title {font-size: 30px;}	

	.home-featured .entry-content > p:last-child,	.home-widgets .entry-content > p:last-child {margin-bottom: 28px;}	

	.home-widgets .featuredpage .widget-wrap {padding: 60px 40px 32px;}	

	/*.content,	.footer-widgets,	.home-widgets .widget:first-child {padding-top: 60px;}	*/

	.home-widgets .widget:last-child,	.sidebar {padding-bottom: 60px;}	

	.home-featured .home-widgets-1 {padding: 120px 0 60px;}

		.arrow a:before {font-size: 20px;height: 20px;width: 20px;}

		.home-featured .wrap {width:100%;}



		



}


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

	.featured_in {padding:0 15px; text-align:center;}

	.featured_in .widget-title {width:100%; position:relative;float:left; left:0; margin-bottom:5px;}

	.featured_in .entry {width:100% !important;}

	.featured_in .entry a {display:inline-block; float:none; margin:10px 0;}

	.home-widgets-2 {padding:30px 0 20px 0;}

	.how_work .work_step {width:100%;}

	.home-widgets-3, .home-widgets-33 {padding:40px 0;}

	.how_work .widget-title {margin-bottom:0px;}

	.how_work .work_step {margin-top:35px;}

	.work_step h2 {margin-top:20px; margin-bottom:10px;}

	.work_step h3 {min-height:inherit; margin-bottom:15px;}

	.testimonial-col {width:290px; margin-bottom:30px; margin:0 auto; float:none;}

	ul.testmonial .testimonial-text {top:280px;}

	.mainli {display:none;}

	 .mainli.current {display:block;}

	.testimonial-box h3 span {margin-top:10px;}

	.testimonial-col p {margin:8px 0 0 0; min-height:inherit;}

	.testimonial-text {margin-top:30px;}

	.testimonial {padding:50px 0;}

	.why_choose .widget-title {margin-bottom:15px;}

	.sec_image {margin-bottom:15px;}

	.why_choose_row h4 {min-height:inherit; margin-bottom:10px;}

	.home-widgets-4 {margin-top:20px; padding-bottom:60px;}

	.home_page .home-widgets-4 {margin-top:0px; padding-bottom:60px;}

	.why_choose_row .block {width:100%; margin-top:25px;}

	.why_choose_row .block p {min-height:inherit; }

	.footer-widgets-4 {width:100%;}

	.footer_bottom_one {width:100%; margin-bottom:10px;}

	.footer_bottom_two {width:100%; margin-bottom:10px;}

	.footer-widgets-5 {position:relative; width:100%; float:left;}

	.footer_table .desc {display:block; width:100%;}

	.footer-widgets-5 {min-height:inherit;}

	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {width:100%; text-align:center;}

	 .footer-widgets-2 {width:100%;}

	 .footer-widgets .wrap {width:300px; max-width:100%;}

	 .bottom-footer {padding:30px 15px;}

	 .page-title {padding-left:15px; padding-right:15px;}

	 .touch-box {text-align:center;}

	 .touch-col-center, .touch-col  {max-width:100%; width:500px; float:none; margin:10px 0; display:inline-block;}

	 .product-list-col {margin-bottom:30px; width:100%;}

	 .product-list-box {min-height:inherit;}

	 .eligible-main .see-btn {font-size: 14px;  line-height: 20px;  padding: 12px 14px;   width: auto;}

	 .eligible-main {padding:0 15px;}

	 .apply-form-main .apply-form-box .fsBody .fsForm {/* width: 740px !important;*/}

	 .apply-form-box .fsSubFieldGroup .fsFieldCity, .apply-form-box .fsSubFieldGroup .fsFieldState, .apply-form-box .fsSubFieldGroup .fsFieldZip {width:100%;}

	 .apply-form-box .fsBody .fs4Col .fsFieldCell {width:100%;}

	 .featured-cols {text-align:center;}

	 .featured-col {display:inline-block; width:100%; max-width:400px; float:none;}

	 .featured-hover a {width:95%; height:50px; line-height:50px; letter-spacing:normal; font-size:16px;}

	 .featured-main .f-cal-R {margin-top:15px;}

	 .work_step, .why_choose_row .block	 {padding:0 16%;}

	.footer-widgets-1 {min-height:inherit;}

	.home-widgets-5 .why_choose {padding-top:30px;}

	.home_page .home-widgets-33 {padding-bottom:70px;}

	.home .fsBody{margin-bottom:0px;}

	.success-main {float:left; width:100%; display:block; padding:0 15px;}

	.success-cell {float:left; width:100%; display:block;}

	.success-main .touch-col {width:500px; min-height:inherit;}

	.success-main .or{max-width: 100%;  width: 500px;  float: none;  margin: 10px 0;  display: inline-block; line-height:normal;}	

	.req-call-left {display:none;}

	.req-call-right {width:100%;}

	.footer-widgets-5 .final-footer-main .trust-pilot-main
	{	width: 100%;
	}	
	.footer-widgets-5 .final-footer-main .bottpm_sec_right
	{	width: 100%; margin-top: 10px;
	}
	.footer-widgets-5
	{	margin-top: 0px !important;
	}

}



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



	body,	.home-featured .home-widgets-1 {font-size: 16px;}	

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

	.header-image .bumper {	min-height: 180px;}*/

	.home-widgets-1 h4 {font-size:20px;}

	.page-title {padding:30px 15px 0 15px;}

	.banner-btn {width:280px; font-size:18px; line-height:60px;}

	.page-title {height:350px;}

	.page-title-sub h1.entry-title {font-size:30px;}

	.page-title-sub h3 {letter-spacing:0px;}

	.accordion-row {padding:20px 15px;}

	.why_choose {padding-bottom:70px;}

	.site-container .site-header {background:rgba(225, 225, 225, 0.05) none repeat scroll 0 0;}

	.responsive-menu {background:rgba(53, 51, 51, 0.8) none repeat scroll 0 0; }

	.head_color .responsive-menu {border-bottom:1px solid #f1f1f1;}

	.touch-main {padding:40px 15px;}

	.contact-form {padding:60px 15px !important;}

	.contact-form-title {font-size:14px; margin-bottom:30px;}

	.eligible-main{width:90%;}

	.apply-back{top:35px;}

	

	.footer-widgets-1 {min-height:10px;}

	.banner-left, .banner-right {display:none;}

	.home-widgets-1 h4 {padding:0 20px;}

	.home .how-see-btn{line-height:64px; letter-spacing:normal;}

.fsBody .fsForm input.fsSubmitButton {letter-spacing:normal; height:64px; padding-top:0px !important; padding-bottom:0px !important;}

.touch-col-box a {padding:0 8px;}

	.touch-col {padding:0 5px;}

	

}



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

	.banner-left, .banner-right {display:none;}

	

	.footer-widgets-1 {min-height:10px;}

	.work_step, .why_choose_row .block	 {padding:0 10px;}	

	.touch-col-box a {padding:0 8px;}

	.touch-col {padding:0 5px;}

	

}



/*=================================== ze css ===================================*/











.home-widgets-1 .arrow{

    -moz-animation: bounce 1s infinite;

  -webkit-animation: bounce 1s infinite;

  animation: bounce 1s infinite;

}





@-webkit-keyframes bounce {

  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}

  40% {-webkit-transform: translateY(-10px);}

  60% {-webkit-transform: translateY(-5px);}

}



@-moz-keyframes bounce {

  0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}

  40% {-moz-transform: translateY(-10px);}

  60% {-moz-transform: translateY(-5px);}

}



@-o-keyframes bounce {

  0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}

  40% {-o-transform: translateY(-10px);}

  60% {-o-transform: translateY(-5px);}

}

@keyframes bounce {

  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}

  40% {transform: translateY(-10px);}

  60% {transform: translateY(-5px);}

}



.animsition-loading {background:url(images/load-img.png) no-repeat center; background-size:50px; padding:90px 0 0 0;}





/* Pulse */

@-webkit-keyframes hvr-pulse {

  25% {

    -webkit-transform: scale(1.1);

    transform: scale(1.1);

  }



  75% {

    -webkit-transform: scale(0.9);

    transform: scale(0.9);

  }

}



@keyframes hvr-pulse {

  25% {

    -webkit-transform: scale(1.02);

    transform: scale(1.02);

  }



  75% {

    -webkit-transform: scale(0.98);

    transform: scale(0.98);

  }

}



.banner-btn {

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: translateZ(0);

  transform: translateZ(0);

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  -moz-osx-font-smoothing: grayscale;

}

.banner-btn:hover, .banner-btn:focus, .banner-btn:active {

  -webkit-animation-name: hvr-pulse;

  animation-name: hvr-pulse;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-timing-function: linear;

  animation-timing-function: linear;

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

}



.home .how-see-btn, .how-see-btn {

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: translateZ(0);

  transform: translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  -moz-osx-font-smoothing: grayscale;

  overflow: hidden;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-property: color, background-color;

  transition-property: color, background-color;

} 



span.dis {

    display: inline-block;

    margin-top: 15px;

}





/*.error-page .eligible-logo img {opacity:0.03;}*/

.error-page .eligible-title {margin-bottom:35px; line-height:normal; min-height: inherit;}

.error-page .eligible-text p {margin-bottom:0px;}

.error-page .eligible-logo {margin-top:30px;}

.error-page.eligible-main .see-btn {padding:0 75px; margin-bottom:30px;}

#text-8{cursor: pointer;}

#nav_menu-7.widget {margin-bottom:0}

#fsLightbox2077761 {width: 620px !important;}

#fsLightboxContent2077761 .fsBody.fsEmbed{width:auto !important }

.if-elig a {display:inline-block; font-size:14px; text-decoration:underline; color:#000;}

.if-elig a:hover {text-decoration:none;}

.eligible-redi {display:inline-block; padding:15px 0 28px 0; max-width:440px; letter-spacing:2px; font-size:25px; color:#f1af1c;}

.if-eli-title {font-weight:normal; letter-spacing:2px;}



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

	{

		#fsLightbox2077761{

			width:auto !important

		}

		.cmn .msg{font-size: 15px;padding-left: 13%;padding-top: 2px;}

	}

	@media only screen and (min-width:480px) and (max-width:599px)

	{

		#fsLightbox2077761{

			width:auto !important

		}

		.cmn .msg{ font-size: 16px;padding-left: 5px;}

	}

	@media only screen and (min-width:600px) and (max-width:619px)

	{

		#fsLightbox2077761{

			width:auto !important

		}

	}







@font-face {
    font-family: 'georgiaitalic';
    src: url('fonts/georgia_italic-webfont.woff2') format('woff2'),
         url('fonts/georgia_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.home-video-main
{	display: inline-block; width: 100%; clear: left; height: 554px; background: url(images/video-block-image.png) no-repeat 0 0; 			background-size: cover; border-top: 1px solid #979797; border-bottom: 1px solid #979797;
}
.home-video-main .textwidget
{	position: relative; height: 554px; float:right; width: 40%;
}
.home-video-main .video-right-contain
{	position: absolute; left: 0px; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-video-main .video-right-contain .video-top-text
{	font-family: 'georgiaitalic'; color: #F3B82A; line-height: 41px;font-size: 36px; max-width: 410px;
}
.video-btn
{	display: inline-block; width: 100%; clear: left; padding-top: 25px;
}
.video-btn a
{	display: inline-block; font-size: 18px; color: #000000; line-height: 24px;
}
.video-btn img
{	display: inline-block; vertical-align: middle; height: 38px; width: 38px; margin-right: 10px; max-width: 100%;
}



	
@media (max-width:1024px)
{	
	.home-video-main .textwidget
	{	width: 42%;
	}
}
@media (max-width:768px)
{	
	.home-video-main,
	.home-video-main .textwidget
	{	position: relative; height: 768px;
	}
	.home-video-main:before
	{	position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; content: ''; background: rgba(0,0,0,0.7);
	}
	.home-video-main .textwidget
	{	width: 100%;
	}
	.home-video-main .video-right-contain
	{	right: 0px; margin: auto; max-width: 410px; top: inherit; transform: translateY(0); bottom: 100px;
	}
	.video-btn a
	{	color: #fff;		
	}
}

@media (max-width:600px)
{
	.home-video-main,
	.home-video-main .textwidget
	{   position: relative;  height: 650px;
	}
}

@media (max-width:480px)
{
	.home-video-main,
	.home-video-main .textwidget
	{   padding: 0px 20px;  height: 450px;
	}
	
	div.pp_pic_holder
	{	width: 320px !important;		
	}
	div.pp_default .pp_content, div.light_rounded .pp_content
	{	width: 100% !important; 		
	}
	#pp_full_res iframe
	{	width: 98% !important;	
	}
	.pp_details
	{	width: 94% !important; 		
	}
}

@media (max-width:380px)
{
	.home-video-main .video-right-contain
	{	bottom: 40px;		
	}
}

.page-template-front-page .site-container .site-inner,
.answers .site-inner .sidebar,
.page-template-default .site-inner .sidebar,
.sidebar-secondary.widget-area,
.site-inner .sidebar
{
	display: none;
}

.single-post .site-inner .breadcrumb,
.single-post .site-inner .content header.entry-header .entry-meta,
.single-post .site-inner .content .after-entry.widget-area
{
	display: none;
}
.single-post .site-inner .content article
{
	max-width: 940px; width: 100%; margin: auto; padding: 0px 15px;
}
.single-post .site-inner .content article .entry-header
{	position: absolute; left: 0; top: 0px; height: 560px; padding: 285px 0px; color: #fff !important; 
	width: 100%; text-align: center; font-size: 44px; letter-spacing: 1px; font-weight: normal; text-transform: 
	uppercase; font-family: "proxima-nova-soft", sans-serif;
}
.single-post .site-inner .content article .entry-header h1
{
	font-family: "proxima-nova-soft", sans-serif !important; font-size: 44px; font-weight: 400;
    text-shadow: none;	
}
.single-post .site-inner .content .feature-image-main
{
	height: 560px; background-size: cover; background-position: center top; padding: 0px; text-align: center;
    position: relative;  background-color: rgb(195, 195, 195); background-blend-mode: multiply;
}
/*.single-post .site-inner .content .feature-image-main img
{
	width: 2000px; position: absolute; left: -100%; right: -100%; bottom: -100%; top: -100%;
	margin: auto; max-width: initial !important; 
}
.single-post .site-inner .content .feature-image-main:after
{
	content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    width: 100%; height: 100%; background: rgba(109, 109, 109, 0.4) !important;
}*/
.single-post .site-inner .content article .entry-content
{
	padding-top: 30px;
}
.single-post .site-inner .content article .entry-content p
{
	font-weight: normal; font-size: 18px; padding-bottom: 10px; line-height: 20px;
}
.single-post .site-inner .content article .entry-content a
{
	color: #000; text-decoration: underline;
}
.single-post .site-inner .content article .entry-content a:hover
{
	color: #f1af1c; text-decoration: none;
}
@media(max-width: 812px)
{
	.single-post .site-inner .content article
	{	padding: 0px 30px; 
	}
}
@media(min-width: 2000px)
{
	.single-post .site-inner .content .feature-image-main img
	{ width: 100%;
	}
}


/*=== blog listing ===*/
.post-listing .blog-listing-main
{
	max-width: 940px; width: 100%; margin: 0 auto;
}
.post-listing .blog-listing-main .blog-inner-content
{
	max-width: 33.33%; width: 100%; float: left; padding: 35px 15px; overflow: hidden;
}
.post-listing .blog-listing-main .blog-inner-content .single-blog
{
    display: inline-block; background: #fff; position: relative; height: 100%; -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
    border: 1px solid #e4e4e4; border-radius: 10px !important;
}
.post-listing .blog-listing-main .blog-inner-content .single-blog .feature-iamge
{
	min-height: 230px; width: 100%; background-size: cover; background-repeat: no-repeat;
}
.post-listing .blog-listing-main .blog-inner-content .single-blog:hover
{
	webkit-box-shadow: 0px 2px 5px 2px rgba(202,202,202,1);
    -moz-box-shadow: 0px 2px 5px 2px rgba(202,202,202,1);
    box-shadow: 0px 2px 5px 2px rgba(202,202,202,1)
}
.post-listing .blog-listing-main .blog-inner-content .single-blog .text-block
{
    padding: 35px 30px 45px; clear: left;
}
.post-listing .blog-listing-main .blog-inner-content .single-blog .text-block .title h2
{
	float: left; width: 100%; font-size: 24px; font-weight: normal; line-height: 1.35;
    margin-bottom: 8px; color: #000;
}
.post-listing .blog-listing-main .blog-inner-content .single-blog .text-block .excerpt
{
	font-family: "proxima-nova", sans-serif; font-weight: 400; color: #000;
    line-height: 1.3; font-size: 18px;
}
.post-listing .blog-listing-main .blog-inner-content .single-blog .text-block .learn_more
{
	color: #f1af1c; font-size: 18px; padding-top: 10px;
}
.post-listing .blog-listing-main .pagination
{
	width: 100%; padding-top: 20px; text-align: center; clear: left;
}
.post-listing .blog-listing-main .pagination .wp-pagenavi
{
	border: 1px solid #e4e4e4; display: inline-block; padding: 0px; margin: 0px;
}
.post-listing .blog-listing-main .wp-pagenavi a, 
.post-listing .blog-listing-main .wp-pagenavi span
{
	border: none;
}
.post-listing .blog-listing-main .pagination .wp-pagenavi .pages
{
	display: block !important; float: left; margin: 0; width: auto; display: inline-block;
    border-right: 1px solid #e4e4e4 !important; text-align: center; padding: 10px;
}
.post-listing .blog-listing-main .pagination .wp-pagenavi .page.larger,
.post-listing .blog-listing-main .pagination .wp-pagenavi .page.smaller
{
	display: inline-block; margin: 0 !important; width: 50px; padding: 10px 5px; text-align: center;
    float: left; border-right: 1px solid #e4e4e4 !important; color: #000;
}
.post-listing .blog-listing-main .pagination .wp-pagenavi .current
{
	width: 50px; margin-left: 0; margin-right: 0; text-align: center; padding: 10px 5px;
    border-right: 1px #e4e4e4 solid !important; color: #f1af1c !important;
    float: left; margin: 0px; border-left: none;
}
.wp-pagenavi a:hover
{
	color: #f1af1c !important;
}
.post-listing .blog-listing-main .pagination .wp-pagenavi .nextpostslink, 
.post-listing .blog-listing-main .pagination .wp-pagenavi .previouspostslink
{
	float: right; margin: 0 !important; width: 60px; padding: 10px 5px; text-align: center; color: #f1af1c; 
}

@media(max-width: 980px)
{
	.post-listing .blog-listing-main
	{	padding: 0px 20px;
	}
	.post-listing .blog-listing-main .blog-inner-content
	{
		padding: 20px 15px;
	}
}
@media(max-width: 812px)
{
	.post-listing .blog-listing-main .blog-inner-content .single-blog .text-block
	{
		padding: 35px 20px 45px;
	}
}
@media(max-width: 767px)
{
	.post-listing .blog-listing-main .blog-inner-content
	{
		max-width: 50%;
	}
}
@media(max-width: 480px)
{
	.post-listing .blog-listing-main .blog-inner-content
	{
		max-width: 100%;
	}
}







body.page-template-template-privacy .eligible-main.commen-center-text,
body.page-template-template-hardship .eligible-main.commen-center-text
{	padding: 250px 0px 150px;	
}
body.page-template-template-privacy .eligible-main.commen-center-text h2
{	width: 100%; margin: 0 0 35px 0; color: #f1af1c !important; font-weight: normal; font-size: 35px; text-align: center;
    text-transform: none; font-family: "proxima-nova-soft", sans-serif;	
}
body.page-template-template-privacy .eligible-main.commen-center-text p
{	color: #000; font-weight: normal; font-size: 18px; text-align: center;	
}
body.page-template-template-privacy .eligible-main.commen-center-text p a
{	color: #000; font-weight: normal; font-size: 18px; text-align: center;		
}
body.page-template-template-privacy .eligible-main.commen-center-text a.btn-bottom
{	display: block; margin: 0px auto; line-height:50px; -webkit-appearance: none; -moz-appearance: none; -webkit-border-radius: 40px;
    -moz-border-radius: 40px; border-radius: 40px; font-family: "proxima-nova",sans-serif; border: none; padding: 6px 6px !important;  color: rgb(255, 255, 255);
    border: 2px solid rgb(241, 175, 28); background: rgb(241, 175, 28);	 letter-spacing: 2px; max-width: 320px; width: 100%;
    margin-top: 35px;
}
body.page-template-template-privacy .eligible-main.commen-center-text a.btn-bottom:hover
{	background: #fff;	color: rgb(241, 175, 28);
}
body.page-template-template-privacy .site-container .site-header,
body.page-template-template-hardship .site-container .site-header
{   background: rgba(53,51,51,0.5);
}


body.page-template-template-hardship .eligible-main.commen-center-text
{	width: 980px; max-width: 90% !important; display: block;
}
body.page-template-template-hardship .eligible-main.commen-center-text h2
{	width: 100%; margin: 0 0 35px 0; color: #f1af1c !important; font-weight: normal; font-size: 35px; text-align: left;
    text-transform: none; font-family: "proxima-nova-soft", sans-serif;	
}
body.page-template-template-hardship .eligible-main.commen-center-text p
{	color: #000; font-weight: normal; font-size: 18px; text-align: left; padding-bottom: 20px;	
}
body.page-template-template-hardship .eligible-main.commen-center-text p strong
{	padding-bottom: 10px; color: #000; display: inline-block;	
}
body.page-template-template-hardship .eligible-main.commen-center-text ul
{	text-align: left; padding: 15px 0px; padding-left: 20px;	
}
body.page-template-template-hardship .eligible-main.commen-center-text ul li
{	    list-style: inherit; padding-bottom: 5px;	
}
body.page-template-template-hardship .eligible-main.commen-center-text a
{	font-weight: normal; font-size: 18px; text-align: left; text-decoration: underline; color: #000;	
}





@media (max-width: 1023px)
{
	.footer-widgets .wrap
	{	display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;     justify-content: center;		
	}

	.footer-widgets .wrap .footer-widgets-4
	{	order: 2;	margin-bottom: 30px !important;		
	}
	.footer-widgets .wrap .footer-widgets-5
	{	order: 1;	margin-bottom: 10px;
	}

	.footer-widgets .wrap .footer-widgets-1
	{	order: 3;		
	}
	.footer-widgets .wrap .footer-widgets-2
	{	order: 4;		
	}
	.footer-widgets .wrap .footer-widgets-3
	{	order: 5;		
	}
}


/*  =====================================================	

		Page 404 
		
    =====================================================  */

body.error404
{	min-height: 100vh; position: relative; margin: 0px;
}
.page-not-found-main
{	text-align: center;	padding: 0px;
}
.error404 .et_pb_post.not_found
{	margin-bottom: 0px;
}
.page-not-found-main .et_pb_column
{	float: none; width: 100%;
}
.page-not-found-main .et_pb_column .et_pb_image
{
	margin: 0px;
}
.page-not-found-main .et_pb_column .et_pb_image .et_pb_image_wrap
{
	width: 270px; display: inline-block;
}
.error404 #page-container
{	padding: 0px!important;
}
.error404 #page-container:before
{	background-color: none!important;
}
.error404 header.site-header,
.error404 .footer-widgets,
.error404 .bottom-footer
{	display: none!important;
}
.error404 .container
{	margin: auto; left: 0px; right: 0px; position: absolute; top: 50%; max-width: 600px; padding: 0px; -ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%); transform: translateY(-50%);
}
.error404 .page-not-found-main .et_pb_text h1
{	color: #0F1E46;	font-size: 48px; padding-bottom: 20px; margin: 0px;	line-height: normal;
}
.error404 .page-not-found-main .et_pb_text p
{	color: #687178; font-size: 18px; padding-bottom: 20px;
}
body.error404 .page-not-found-main a.back-home-btn.et_pb_button:before,
body.error404 .page-not-found-main a.back-home-btn.et_pb_button:after
{	content: ''!important; 
}
body.error404 .page-not-found-main a
{	background: none!important;	padding: 0px!important;	margin: 0px!important;	color: #687178 !important; font-size: 18px!important;
	text-decoration: underline;	border: none!important;	box-shadow: none;
}
body.error404 .page-not-found-main a:hover
{	color: #0F1E46 !important;	
}
body.error404 .page-not-found-main a:after
{	display: none;
}
