/*
Theme Name: Fairquid
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 15.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
 

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */



/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */
 @import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,300i,400,400i,500,600,700');

@font-face {
	font-family: 'circular-pro-book';
	src: url('fonts/lineto-circular-pro-book.eot');
	src: local('☺'), url('fonts/lineto-circular-pro-book.woff') format('woff'), url('fonts/lineto-circular-pro-book.ttf') format('truetype'), url('fonts/lineto-circular-pro-book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'circular-black';
	src: url('fonts/lineto-circular-black.eot');
	src: local('☺'), url('fonts/lineto-circular-black.woff') format('woff'), url('fonts/lineto-circular-black.ttf') format('truetype'), url('fonts/lineto-circular-black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



a {
	color: #fea400;
	text-decoration: none;
}



a:hover,
a:active {
	outline: 0; color:#2ebd71
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: 0 0px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
	clear: both;
}

.main-navigation {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

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

.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	color: #fff;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #fff !important; outline:none!important
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.site-footer .social-navigation {
	margin-bottom: 1.75em;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -0.4375em;
}

.social-navigation li {
display:inline;

}

.social-navigation a {
	border: 0px solid #d1d1d1;
	border-radius: 50%;
	color: #aeadad;
	display: inline-block;
	height: 35px;
	position: relative;
	width: 35px;
}

.social-navigation a:before {
	content: "\f410";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

/*CSS BY MANISH_ START*/
div.wpcf7-mail-sent-ok {    border:0px solid #fff;    color: #000; text-align:center; font-size: 23px;}
.connect_btm div.wpcf7-mail-sent-ok{color:#fff}
body{margin:0px; padding:0px; font-family:Montserrat, "Helvetica Neue", sans-serif}
.hero_slider{background: url(/wp-content/uploads/2019/04/hero_image.jpg); height:450px; background-repeat: no-repeat;background-position: top center;background-size: cover; position:relative}
.home .hero_slider {height:100vh}
header{margin:0 auto; width:100%; max-width:1330px; padding-top:0px}
.header-main header{width:96%}  
.header-main{border-bottom:1px solid rgba(255,255,255,0.2); }
.site-branding{width:180px; margin:11px 0px 8px 0px!important; float:left; position:relative}
.clear{clear:both}
.login_btn{background:#fea400; color:#ffffff; width:150px; height:49px; display:inline-block; float:right; text-transform:uppercase; font-weight:700; text-align:center; border-radius:50px; line-height:49px; position:relative; margin-top: 13px;}
.login_btn:hover{background:#2ebd71; color:#ffffff}
.main-navigation ul li a:hover, .main-navigation ul li:hover a, .main-navigation ul li.current-menu-item a{color:#ffffff; border-bottom:3px solid #fea400}
.hero_slider_text{font-size:55px; color:#fff; width:100%; font-weight:400;  position:absolute; top:50%; left:0px;font-family: 'circular-black';}
.hero_slider_text .container{max-width:1330px;}
.hero_slider_text h1{font-size:50px; color:#fff;font-weight:400; font-family: 'circular-black'; margin:0px; padding:0px; text-transform:uppercase }
.home .hero_slider_text{top:20%}
.slider_text{max-width:650px; }

.hero_slider_text span{display:block; font-weight:400; font-size:25px; margin-top:40px; line-height:40px; font-style:italic; font-family:Montserrat, "Helvetica Neue", sans-serif}
.container{width:90%; max-width:1170px; margin:0 auto; }
.connect_box{font-weight:200; font-size:25px; border-bottom:1px solid #e5e5e5; padding:25px 0px; font-weight:300; font-family:Montserrat, "Helvetica Neue", sans-serif;}
.connect_box.home-fix{ position: absolute;background: #fff;width: 100%;left: 0px;bottom: 0px;box-sizing: border-box;}
.connect_box.inner-btm{ border-bottom:0px solid #e5e5e5;  border-top:1px solid #e5e5e5; padding-top: 60px;}
body.home .connect_box.inner-btm{display:none}
.connect_box span{float:left; line-height: 58px;}
.connect_box a{background:#2ebd71; color:#ffffff; border-radius:50px; font-size:19px; font-weight:600; text-transform:uppercase; float: right;display: inline-block;padding: 17px 30px;}
.connect_box a:hover{background:#fea400;}
.tac{text-align:center}.tal{text-align:left}.tar{text-align:right}
.grid-50{width:50%; float:left}
.grid-25{width:25%; float:left}
.grid-33{width:33%; float:left}
ul{margin:0px; padding:0px;}
.grid-gap{padding:0px 15px; box-sizing:border-box}
.title{font-size:32px; line-height:42px; color:#000000; font-family: 'circular-black';}
.financial_problems_section{padding:95px 0px; font-size:20px; line-height:28px; color:rgba(0,0,0,0.5); font-family: 'circular-pro-book';}
.financial_problems_section .title span{display:block}
.financial_problems_section .title{text-align:center}
.financial_problems_section .bigfont{color:#ffa500; font-size:70px; font-weight:700; margin-bottom: 12px;}
.financial_problems_section .bigfont.blue{color:#2ebd71}
.financial_problems_section .bigfont span{font-size:19px; font-weight:400}
.financial_problems_section .bigfont.blue span{font-size:22px;}
h3{font-size:40px; color:#0a0a0a;  text-align:center; margin:0px; padding:0px 60px; font-family: 'circular-black'; font-weight: normal;}
.financially_fit{background:#f3f3f3; padding:85px 0px; border-top:1px solid #e5e5e5}
.financially_fit h3{margin-bottom:100px;}
.mb50{margin-bottom:50px!important;}
.financially_fit .cu{margin-bottom:100px;margin-top:25px}
.financially_fit .cu a{color:rgba(0,0,0,0.5);  font-size:15px; border-bottom:1px solid #ccc}
.financially_fit .cu a:hover{color:#2ebd71; border-bottom:1px solid #2ebd71}
.financially_fit .grid-33{color:rgba(0,0,0,0.5); line-height:25px; font-size:17px; padding:0px 40px; box-sizing: border-box;  font-family: 'circular-pro-book';}
.financially_fit .title{font-size:24px; margin-top:35px;margin-bottom: 15px;font-family: 'circular-black';}
.financially_fit ul{margin:0px !important;}
.financially_fit ul li{list-style:none; font-size:21px; line-height:30px; margin-bottom:40px!important; font-weight:400; background:url(/wp-content/uploads/2019/05/tick-green-icon.png) no-repeat 0px 5px; padding-left:55px; min-height:36px; font-family: 'circular-pro-book'; color:#000}


.financially_fit ul li strong{ font-family: 'circular-black'; font-weight:400; color:#2ebd71}
ul.press_bullet{margin-left:15px; list-style:none; font-size:18px;line-height: 36px;}
ul.press_bullet li{border-bottom:1px solid #e1e1e1; padding:12px 0px; margin-bottom:7px;}
ul.press_bullet li span{color: rgba(0,0,0,0.5);}

ul.press_bullet li a{text-decoration:none;color:#2ebd71;}
ul.press_bullet li a:hover{text-decoration:underline;color:#2ebd71;}
.myth_section{background:#262a3f; color:#ffffff; padding:100px 0px; font-size:17px;font-family: 'circular-pro-book'; line-height:25px;}
.myth_section h3{color:#ffffff; margin-bottom:100px;}
.myth_section .title{color:#e3e6f8; font-size:22px;font-family: 'circular-black'; margin-bottom:20px;line-height: 27px;}
.inner_pages_midcontainer .myth_section p{color:#e3e6f8;font-size:17px;font-family: 'circular-pro-book'; line-height:25px;}
.myth_section a{color:#e3e6f8; border-bottom:1px solid #e3e6f8}
.myth_section a:hover{color:#2ebd71; border-bottom:1px solid #2ebd71}
.myth_section .grid-33{width:31%; box-sizing: border-box; color:#e3e6f8}
.myth_section .grid-33:nth-child(3){margin:0px 3.5%}
.case_studie{padding:100px 0px; padding-bottom: 40px; font-size:21px; color:rgba(0,0,0,0.5); font-family: 'circular-pro-book';}
.case_studie p{font-style:italic; font-size:21px!important;}
.case_studie h3{margin-bottom:15px;}
.case_studie .img{display:inline-block; vertical-align:middle; margin: 50px 40px 50px 40px;}
.case_studie .img a{ text-decoration:none; border:0px;}
.case_studie a{font-size:18px; border-bottom:1px solid #e1e1e1; color:rgba(0,0,0,0.5); font-style:normal;}

.connect_btm{background:url(/wp-content/uploads/2019/04/footer_form_bg.jpg); background-repeat: no-repeat;background-position: top center;background-size: cover; padding-bottom: 140px;}
.mc-field-group{clear:both}
.mc-field-group.grid-50{clear:none}

.connect_btm h3{color:#ffffff; padding-top:200px; margin-bottom:100px; }
.menu-item-has-children a::after, .social-navigation a::before, .dropdown-toggle::after, .bypostauthor > article .fn::after, .comment-reply-title small a::before, .pagination .prev::before, .pagination .next::before, .pagination .nav-links::before, .pagination .nav-links::after, .search-submit::before {    -moz-osx-font-smoothing: grayscale;    -webkit-font-smoothing: antialiased;    display: inline-block;    font-family: "Genericons";    font-size: 16px;    font-style: normal;    font-variant: normal;    font-weight: 400;    line-height: 1;    speak: none;    text-align: center;    text-decoration: inherit;    text-transform: none;    vertical-align: top;}
.review_section{background:url(/wp-content/uploads/2019/05/testimonial-bg.jpg) center top; }
.review_section .left{background:#46c97e url(/wp-content/uploads/2019/04/testimonial_quote.png) no-repeat; padding:100px 56px; text-align:center; color:#ffffff; box-sizing: border-box; background-position: 70px 60px; font-size:21px; position:relative}
.review_section .right h3{color:#262a3f; margin-bottom: 100px; padding:0px;}
.wptww-testimonials-text{width:85%; margin:0 auto}
.review_section .left p{font-size:21px; color:#ffffff; font-style:italic; position:relative}
.review_section .left::before {    content: '';    background: url(/wp-content/uploads/2019/04/testimonial_quote.png) no-repeat;    position: absolute;    top: 65px;    left: 65px;    width: 150px;    height: 144px;}
.review_section .left .fa-quote-left{display:none}
.review_section .left .wptww-testimonials-slidelist.design-1 .fa-quote-left, .review_section .left .wptww-testimonials-text em::before, .review_section .left  .wptww-testimonials-text em::after{display:none}
.review_section .left .wptww-testimonials-slidelist p{color:#ffffff; font-size:27px; line-height:43px;}
.review_section .left .wptww-testimonials-slidelist sup{font-size: 60px;font-style: normal;vertical-align: text-bottom;position: relative;line-height: 15px;margin: 0px 10px;}
.review_section .left .wptww-testimonials-slidelist p span{display: block;font-size: 21px; font-style: normal;  line-height: 33px; width: 90%; margin: 0 auto; margin-top: 35px;}
.review_section .left .wptww-testimonial-author strong{font-family: 'circular-black'; color:#fff; font-size:21px; font-weight:400}
.review_section .left .wptww-testimonials-slidelist h4{display:none}
.review_section .left .wptww-testimonials-slidelist .slick-dots li button{border:0px!important; background:#28a45d!important;}
.review_section .left .wptww-testimonials-slidelist .slick-dots li{ margin:0px 5px!important;}
.review_section .left .wptww-testimonials-slidelist.design-1 .slick-dots{bottom: -25px !important;}

.review_section .left .wptww-testimonials-slidelist button.slick-next, .review_section .left .wptww-testimonials-slidelist button.slick-next:hover, .review_section .left .wptww-testimonials-slidelist button.slick-next:focus{background:url(/wp-content/uploads/2019/04/arrow_right.png) no-repeat!important; width:49px; height:23px;}
.review_section .left .wptww-testimonials-slidelist button.slick-prev, .review_section .left .wptww-testimonials-slidelist button.slick-prev:hover, .review_section .left .wptww-testimonials-slidelist button.slick-prev:focus{background:url(/wp-content/uploads/2019/04/arrow_left.png) no-repeat!important; width:49px; height:23px;}

.review_section .left .wptww-testimonials-slidelist .slick-dots li.slick-active button{background:#ffffff!important}
.review_section .left h3{color:#ffffff; z-index: 9;position: relative;}
.review_section .right{background:#daf4e5; padding:100px; box-sizing: border-box; text-align:center}
.swiper-button-prev, .swiper-button-next{display:none!important}
.romw-slider .swiper-pagination{margin-top: 100px!important;}
.wptww-testimonial-content{margin-bottom:20px!important}
.wptww-avtar-image{margin-bottom:10px!important}
.entry-content{min-height:500px;}
ol li{    font-size: 18px;    line-height: 36px;    color: rgba(0,0,0,0.8);    font-family: 'circular-pro-book';}
footer .screen-reader-text{display:none}

footer{padding-top: 80px;}
footer .grid-25{vertical-align:bottom; display:inline-block; width: 24.6%; float:none}
footer ul{list-style:none; margin:0px; padding:0px; font-family: 'circular-pro-book';}
footer h3{font-size:22px; margin:0px; padding:0px; text-align:left; margin-bottom:25px;font-family: 'circular-black';}
footer ul li a{color:rgba(0,0,0,0.5); font-size:17px; line-height:33px;}
footer ul li a:hover{color:#2ebd71}
.privacy{border-top:1px solid #e5e5e5; padding:45px 0px; margin-top:50px;}
.privacy .container{max-width:1050px; font-size:15px; line-height:27px; color:rgba(0,0,0,0.4); text-align:center; font-family: 'circular-pro-book';}
.copwrite{font-size:15px;color:rgba(0,0,0,0.4); text-align:center; font-family: 'circular-pro-book'; line-height: 22px;}
.social-navigation a::before{font-size:22px; color:#999}

.social-navigation .whatsappicon a::before{background:url(/wp-content/uploads/2019/09/whatsapp-icon.png); width:20px; height:20px;content: '';}

h4{font-family: 'circular-black'; color:#000000; font-size:27px; line-height:46px; font-weight:400; margin:0px;}
h4 span{color: #2ebd71;font-size: 19px;display: block;letter-spacing: 1px;line-height: 25px; font-family: 'circular-pro-book';}
.inner_pages_midcontainer p{font-size:18px; line-height:36px; color:rgba(0,0,0,0.8); font-family: 'circular-pro-book';}
.inner_pages_midcontainer ul{margin-left:15px; font-size:18px;color:rgba(0,0,0,0.8); font-family: 'circular-pro-book';}
.inner_pages_midcontainer ul li{margin-bottom:10px;}
.inner_pages_midcontainer .financially_fit p a{color:rgba(0,0,0,0.5); text-decoration:underline}
.inner_pages_midcontainer .financially_fit p a:hover{color:#46c97e}
hr {display: block;height: 1px;border: 0;border-top: 1px solid #e5e5e5;margin: 1.2em 0; margin-bottom: 2.5em; padding: 0;}
.img-left{width:15%; float:left; padding-top: 10px;}
.text-right{width:85%; float:right}
.text-mid{width:85%; margin:0 auto }
.grid-100{width:100%; display:block; float:left}
.inner_pages_midcontainer{padding:80px 0px 50px 0px; font-family: 'circular-pro-book';}
.home .inner_pages_midcontainer{padding:0px;}
body.home .inner_pages_midcontainer{max-width:100%; width:100%}

.team_box{width:25%; border-top: 0px solid transparent;border-bottom: 1px solid #edf0f2;border-right: 1px solid #edf0f2;border-left: 1px solid transparent;box-sizing: border-box; text-align:center; float:left; padding-top:1.875rem; position:relative}
.team_box:nth-child(4n){border-right:0px;}
.team_box h4{    padding: 1.875rem 2.5rem; text-align: left;font-size: 21px;line-height: 24px;}
.team_box h4 span{line-height:19px; color:#333; font-size:14px;}
.team_box:hover h4{color:#2ebd71}
.team_box:hover h4 span{color:rgba(46,189,113,0.7)}
.team_box img{border-radius:50%; max-width: 200px;}
.team_box a img, .team_box a {box-shadow:none}
.symbol {    background-color: #fff;    border-radius: 50%;    bottom: 0px;    box-shadow: rgba(35,35,35,0.15) 2px 2px 8px;    display: inline-block;    height: 56px;    line-height:56px;        position: absolute;    right: 0px;    text-decoration: none;    width: 56px;    z-index: 40;}
.symbol img{line-height:50px;}
.clear{clear:both}

.team_popup{width:100%; max-width:1000px;font-family: 'circular-pro-book';}
.team_popup .img{width:30%; float:left}
.team_popup .text{width:70%; float:left}
.team_popup .text h1{padding-top: 3.75rem;padding-bottom: 2.8125rem; margin:0px; max-width:80%; margin:0 auto; font-family: 'circular-black'; font-size:35px}
.team_popup .text h1 span{display:block; font-family: 'circular-pro-book'; font-size:20px;}

.team_popup hr {display: block;height: 1px;border: 0;border-bottom: 0.125rem solid #edf0f2;margin: 0; margin-bottom: 0px; padding: 0;}
.team_popup .text .brief{max-width:80%; margin:0 auto; font-size: 18px;line-height: 36px;color: rgba(0,0,0,0.5); padding-top:45px; padding-bottom:50px;}
#fancybox-close{background: #2ebd71 !important;border-radius: 50%;width: 70px !important;height: 70px !important;  top: -20px;right: -20px;font-family: 'circular-black'; transition:transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94); -ms-transform: rotate(0deg); transform:rotate(0deg); box-shadow: rgba(35,35,35,0.2) 2px 2px 8px;} 
#fancybox-close:hover { -ms-transform: rotate(180deg); transform:rotate(180deg)}
#fancybox-close:before{content: 'X';color: #fff;font-size: 32px;text-align: center;line-height: 70px;width: 100%;margin-left: 23px; }
.twitter_btn{background: #999;color: #fff;width: 90%;display: block;margin: 0 auto;ext-align: center;border-radius: 4.375rem;padding: 15px 0px;letter-spacing: 1px; font-family: 'circular-black'; text-align:center; text-transform:uppercase; margin-top:30px}
.twitter_btn:hover{background:#2ebd71; color:#fff }
img{max-width:100%; height:auto}
body.page-id-64 #fancybox-overlay{background:rgba(46,189,113,0.8)!important; opacity: 1!important;}
body.page-id-64 #fancybox-outer{box-shadow:none}
.wp-block-image img { width:100%;   max-width: 100%;    height: auto !important;}
.single .wp-block-image img { width:auto; max-width: 100%;    height: auto !important;}
.innertop_maintext{font-size:28px; width:100%; max-width:800px; text-align:center; margin:0 auto; line-height: 44px; margin-bottom:80px;  font-family: 'circular-black';}
.graycopy_text {clear:both; margin-top:80px;}
.graycopy_text p{font-size: 14px;margin: 10px 0px;line-height: 20px;color: rgba(0,0,0,0.4);}
.graycopy_text a{color:#999999}
.graycopy_text a:hover{color:#2ebd71}




.connect_btm label, .contact-form label{ color:#ffffff; font-size:19px;}
.contact-form label span{color:#ff0000}
.contact-form label{color:#333}
.connect_btm input, .contact-form input, .contact-form textarea, .connect_btm textarea{margin-top:5px; height:58px; border:1px solid #ffa500; padding:0px; line-height:38px; font-size:17px;font-family: 'circular-pro-book'; padding: 10px 15px;box-sizing: border-box; width:100%}
.connect_btm textarea{height:184px;}
.contact-form textarea{height:150px}
.box-small{width:48%; margin-right:2%; margin-bottom:15px; float:left}
.box-mid{width:98%; float:left; margin-right:0px; margin-bottom:15px;}
.box-mid textarea{width:100%}
.contact-form input, .contact-form textarea{border: 1px solid #ccc; margin-top:10px;}
.contact-form{margin:25px 0px;font-size: 22px; color:#2ebd71}
.contact-half{width:50%; float:left}
.contact-half h3{font-size: 22px;color: #2ebd71;font-weight: 400;margin: 0px;padding: 0px;text-align: left;font-family: 'circular-pro-book'; margin-top:30px}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{clear: both;}
.contact-half p{margin:0px;}
.contact-form label{font-size:17px;}
.connect_btm .input-box{width:100%; float:left; font-family: 'circular-pro-book'; padding: 0px 15px; box-sizing: border-box; position:relative; margin-bottom:40px;}
.connect_btm .input-btn{clear:both; margin-top:12px; text-align:center}
.connect_btm .input-btn .wpcf7-submit, .contact-form .wpcf7-submit{background:#ffa500; width:275px; border-radius:35px; color:#fff; text-transform:uppercase; font-size:19px;font-family: 'circular-black'; margin-top:65px; cursor:pointer; border-color:#ffa500; -webkit-appearance: none; outline: none;}
.connect_btm .input-btn .wpcf7-submit{margin-top:0px;}
.connect_btm .input-btn .wpcf7-submit:hover, .contact-form .wpcf7-submit:hover{background:#2ebd71; border-color:#2ebd71}
.contact-form .wpcf7-submit{margin:20px 0px;}
.contact-half strong{font-family: 'circular-black'; font-weight:400}
div.wpcf7-validation-errors{color:#ff0000; font-size:16px;}
.contact-form .wpcf7{margin-top:30px;}
.connect_btm span.wpcf7-not-valid-tip{position: absolute;left: 0px;}
.connect_btm div.wpcf7-validation-errors, .connect_btm div.wpcf7-acceptance-missing, div.wpcf7-spam-blocked{border: 0px solid #f7e700;position: absolute;text-align: center;width: 100%;left: 0px;color: #fff; margin:0px; margin-top: 17px; box-sizing: border-box;}
span.wpcf7-not-valid-tip{font-size:14px!important;}
.terms p strong, .terms strong{color:#000000;}
.terms ul{font-size: 18px;line-height: 36px;color: rgba(0,0,0,0.8);font-family: 'circular-pro-book'; margin-left:15px;}

.products-page .grid-33{width: 33%;padding: 0px 20px;text-align: center;box-sizing: border-box; font-size: 18px;line-height: 36px;color: rgba(0,0,0,0.5);font-family: 'circular-pro-book';}
.products-page h4{margin-bottom:30px;}

.entry-content-blog{border-bottom:0px solid #e1e1e1; }
.entry-content-blog .readMoreBtn{border: 1px solid #333333;padding: 7px 32px;border-radius: 50px;margin-top: 20px;display: inline-block; color:#333333}
.entry-content-blog .readMoreBtn:hover{color:#2ebd71; border:1px solid #2ebd71}
.entry-header a:hover h4{color:#2ebd71}
.entry-content-blog a{color:#2ebd71}


#comments{display:none}
.navigation.post-navigation {display:none}
.sub-menu li a{border:0px!important; color:#333!important;text-align: left; margin:0px!important; padding:20px 15px;}
.sub-menu li a:hover{background:#fea400; color:#fff!important}
.bar1, .bar2, .bar3 {  width: 40px;  height: 4px;  background-color: #2ebd71;  margin-bottom:6px;  transition: 0.4s;}
.toggled-on .bar1 {  -webkit-transform: rotate(-45deg) translate(-4px, 10px);  transform: rotate(-45deg) translate(-4px, 10px);}
.toggled-on .bar2 {opacity: 0;}
.toggled-on .bar3 {  -webkit-transform: rotate(45deg) translate(-3px, -9px);  transform: rotate(45deg) translate(-3px, -9px);}


.menu-toggle {    background-color: transparent;    border: 0px solid #d1d1d1;    color: #1a1a1a;    font-size: 0.8125rem;    margin: 0px;       padding: 0px;    margin-right: 20px;margin-bottom: 0px !important;float: right;margin-top: 27px !important;margin-right: 0px; cursor: pointer;}


.fairquid_blog article{width: 31%;float: left;margin: 0px 1%;border: 1px solid #e1e1e1;padding: 20px 20px;box-sizing: border-box;margin-bottom: 30px;border-radius: 5px;}
.fairquid_blog article h4{font-size: 24px;line-height: 32px; height: 100px;overflow: hidden;}
.navigation{clear:both}
.fairquid_blog article figure{height:190px; overflow:hidden}
.fairquid_blog article figure + figure{display:none}
.fairquid_blog article figcaption{display:none!important}


.resource-section{border-bottom:1px solid #e1e1e1; padding-bottom:50px; margin-bottom:50px; outline:none}
.resource-section.last{margin:0px; padding:0px; border:0px;}
.resource-section h4{margin-bottom:20px;}
.resources-testimonial{font-size: 18px;color: rgba(0,0,0,0.5);font-family: 'circular-pro-book';margin-top: 15px;font-style: italic;line-height: 27px;background: #f8f8f8;
padding: 20px;}
.resources-testimonial strong{font-weight:700; display:block; margin-bottom:10px; color:#333}
.img-area{width:40%; float:left; padding-top: 6px; text-align:center}
.img-area.fr{float:right}
.img-area img{max-width:100%}
.text-area{width:55%; float:right}
.text-area.fl{float:left}
.resource-section p{margin: 0px 0px 20px 0px;line-height: 27px;}
.resource-section a.buttonlink{background:#fea400; border-radius:7px; color:#fff; padding:15px; display: inline-block;margin-top: 15px; text-transform: capitalize; width:100%; max-width: 400px;text-align: center; font-size: 18px; box-sizing: border-box;}
.resource-section a.buttonlink:hover{background:#2ebd71; color:#ffffff}
.modal-body .resource-section a.buttonlink{width:100%; max-width:100%}
.modal-body .resource-section{border-bottom: 0px;padding-bottom: 0px;}
.products-section{border-bottom:1px solid #e1e1e1; padding-bottom:50px; margin-bottom:50px; }
.products-section.last{margin:0px; padding:0px; border:0px;}
.products-section h4{margin-bottom:40px; color: #2ebd71; font-size:40px;}
.products-section .ps-text{width:50%; float:left; line-height:28px; color:rgba(0,0,0,0.8)}
.products-section .ps-text ul li{margin-bottom:25px; color:rgba(0,0,0,0.8)!important }

.products-section .ps-text.fr{float:right}
.products-section .ps-img.fl{float:left}
.products-section .ps-img{width:47%; float:right}
.grid-70{width:65%; float:left; padding-right:5%}
.grid-30{width:30%; float:left}
.grid-30 .wpcf7-form input, .grid-30 .wpcf7-form textarea{padding: 15px 15px;font-size: 15px;width: 100%;border: 1px solid #999; box-sizing: border-box;}
.grid-30 .wpcf7-form input.wpcf7-submit{background:#2ebd71; color:#fff; width:50%; float:right; border:0px;font-family: 'circular-pro-book'; text-transform:uppercase; font-size:23px;}
.grid-30 .wpcf7-form p{margin:0px; margin-bottom:10px;}
.grid-30 .wpcf7-form textarea{height:100px;}
.grid-30 .wpcf7-form label{color:#333}

.products-section .ps-text.ps-one, .products-section .ps-text.ps-two, .products-section .ps-text.ps-three{padding-top: 30px;}

/*------------Employers Resources Popup Form-----------*/
#myModal.modal {display: none; /* Hidden by default */position: fixed; /* Stay in place */z-index: 1; /* Sit on top */left: 0;top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */}
#myModal2.modal {display: none; /* Hidden by default */position: fixed; /* Stay in place */z-index: 1; /* Sit on top */left: 0;top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */}
#myModal3.modal {display: none; /* Hidden by default */position: fixed; /* Stay in place */z-index: 1; /* Sit on top */left: 0;top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */}
#myModal4.modal {display: none; /* Hidden by default */position: fixed; /* Stay in place */z-index: 1; /* Sit on top */left: 0;top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */}
#myModal5.modal {display: none; /* Hidden by default */position: fixed; /* Stay in place */z-index: 1; /* Sit on top */left: 0;top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */}
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
#mc_embed_signup .modal-content {background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 80%;}
#lrm-form input[type=checkbox]{display: inline; width: auto;margin-right: 10px;}
#mergeRow-gdpr {margin-top: 20px;}
#mergeRow-gdpr fieldset label {font-weight: normal;}
#lrm-form .mc_fieldset{border:none;min-height: 0px;padding-bottom:0px;}
#mc_embed_signup .modal { display: none; position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);}
#mc_embed_signup .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer;}
#myModal .close {color:#aaa; float:right; font-size:28px; font-weight:bold; margin-right:15px; margin-top:5px; cursor: pointer;}
#myModal2 .close2 {color:#aaa; float:right; font-size:28px; font-weight:bold; margin-right:15px; margin-top:5px; cursor: pointer;}
#myModal3 .close3 {color:#aaa; float:right; font-size:28px; font-weight:bold; margin-right:15px; margin-top:5px; cursor: pointer;}
#myModal4 .close4 {color:#aaa; float:right; font-size:28px; font-weight:bold; margin-right:15px; margin-top:5px; cursor: pointer;}
#myModal5 .close5 {color:#aaa; float:right; font-size:28px; font-weight:bold; margin-right:15px; margin-top:5px; cursor: pointer;}
#mc_embed_signup .modal-body{padding: 25px 40px 0px 40px;}
.download-btn{padding:0px 40px;}
#mc_embed_signup .model-head hr{margin:0px; }
#mc_embed_signup .grid-parent{margin-left:-5px; margin-right:-5px;}
#mc_embed_signup div.wpcf7-response-output{margin: 0px 0px;border: 0px;padding-bottom: 40px;text-align: center;}
#mc_embed_signup .grid-50 {padding-right: 5px; padding-left: 5px; box-sizing: border-box; margin-bottom:8px; width:48%}
#mc_embed_signup .grid-50 + .grid-50 {float:right}
.mc-field-group{margin-bottom:8px;}
#mc_embed_signup input{margin-top: 2px; height: 40px; border: 1px solid #c8d4c8; padding: 0px; line-height: 30px; font-size: 17px; font-family: 'circular-pro-book'; padding:5px 15px; box-sizing: border-box; width: 100%; margin-bottom:5px;   -webkit-appearance: none; margin-top:3px; outline: none;}
#mc_embed_signup input.mce_inline_error{margin-bottom:0px;}
#myModal .modal-content{ max-width: 500px;padding: 0;margin: 2% auto;width: 100%;}
#myModal2 .modal-content{ max-width: 500px;padding: 0;margin: 2% auto;width: 100%;}
#myModal3 .modal-content{ max-width: 500px;padding: 0;margin: 2% auto;width: 100%;}
#myModal4 .modal-content{ max-width: 500px;padding: 0;margin: 2% auto;width: 100%;}
#myModal5 .modal-content{ max-width: 500px;padding: 0;margin: 2% auto;width: 100%;}
#mc_embed_signup #mc_embed_signup_scroll{font-family: 'circular-pro-book';}
#mc_embed_signup label{ color: #666; }
#lrm-form .mc_fieldset, #lrm-form #mergeRow-gdpr{ margin: 0px;padding: 0;}
#mc_embed_signup fieldset .mc-field-group{padding: 0;}
#lrm-form input[type="checkbox"] {float: left; height: auto;  margin-right: 3px !important;margin-left: 0;}
#mergeRow-gdpr fieldset label.checkbox { font-weight: normal; float: left; margin-right: 20px;}
#lrm-form h2{padding: 15px 40px;margin: 0;}
#mc-embedded-subscribe{background:#fea400; color:#ffffff; width:150px;  text-transform:uppercase; font-weight:700; text-align:center; border-radius:50px; position:relative; margin-top: 13px;line-height: 14px !important;height: 56px !important; border: 0px !important; cursor: pointer;} 
.content__gdpr p{ padding-bottom: 0px; margin-bottom: 10px;}

#mc_embed_signup div.mce_inline_error {margin: 0 0 1em 0;padding: 3px 6px; background-color:#6B0505; font-weight: normal; z-index: 1; color:#fff; font-size: 11px;}
.prev_link a, .next_link a{background: #fea400;color: #ffffff;width: 150px;height: 49px;display: inline-block;float: right;text-transform: uppercase;font-weight: 700;text-align: center;border-radius: 50px;
line-height: 49px;position: relative;margin-top: 13px;}
.prev_link{float:left; }
.next_link{float:right;}
.prev_link a:hover, .next_link a:hover{background:#2ebd71}

/*------------Employers Resources Popup Form--END---------*/

@media screen and (max-width: 1024px) {
.main-navigation .primary-menu{background:#fff; padding: 15px;z-index: 999;position: relative;}
.main-navigation .primary-menu a:hover, .main-navigation .primary-menu li:hover a{color:#333; border:0px;}
.main-navigation a, .main-navigation ul li.current-menu-item a, .main-navigation a:focus {color: #333;}
.screen-reader-text {font-size: 0px;}
#site-header-menu #social-navigation{ display: none; }
.main-navigation li:first-child{ border-top: none; }
.hero_slider_text h1{font-size: 26px;line-height: 38px;}
.team_box{width:50%; border-right: 1px solid #edf0f2;}
.team_box h4{text-align:center}
.team_box:nth-child(4n){border-right: 1px solid #edf0f2;}
.login_btn{margin-left: 20px;}

}
@media screen and (max-width: 1010px) {
.grid-50{width:100%}
.financial_problems_section .grid-50{width:100%}
.financial_problems_section .grid-50.title{text-align:center}
.financial_problems_section .grid-50 .grid-50{width:50%; margin-top:70px;} 
.financially_fit .grid-33{width:100%; margin-bottom:20px;}
.myth_section .grid-33 {    width: 100%; margin-bottom: 50px;}
.myth_section .grid-33:nth-child(3){margin-left:0px; margin-right:0px; margin-bottom:50px;}
.connect_btm .input-box{width:50%; margin-bottom:20px}
.grid-33{width:100%}
.grid-33.textarea .input-box{width:100%}
.connect_btm textarea{height: 120px;}
.connect_btm .input-btn .wpcf7-submit{margin-top: 20px;}

}

@media screen and (max-width: 900px) {
.connect_box{padding: 15px 10px;text-align:center; font-size: 17px;}
.connect_box span{line-height: 26px; }
.connect_box a{float: none;margin-top: 15px;font-size: 14px;padding: 14px 30px;}

.financial_problems_section .title span{display:inline}

h3{font-size:26px;line-height: 36px;}
.financially_fit h3 {    margin-bottom: 50px;}
.financially_fit .title{margin-top: 0px;margin-bottom: 0px;}
.inner_pages_midcontainer p{margin-top: 5px;}
footer .grid-25{width:100%; margin-bottom:30px;}
footer .grid-25 + .grid-25{width:32%} 
.main-navigation .primary-menu{background:#fff; padding: 15px;z-index: 999;position: relative;}
.main-navigation .primary-menu a:hover, .main-navigation .primary-menu li:hover a{color:#333; border:0px;}
.screen-reader-text{font-size:0px;}
.main-navigation a {    color: #333;}
.main-navigation a:hover{color:#333!important}
.img-left, .text-right{text-align:center; width:100%; padding:0px 20px; box-sizing: border-box;}
.hero_slider {    background: url(/wp-content/uploads/2019/05/hero_image_mobile.jpg) ; background-size: cover;}
.main-navigation ul li a:hover, .main-navigation ul li:hover a, .main-navigation ul li.current-menu-item a{border:0px;}
}
@media screen and (max-width: 765px) {
.site-branding{width: 100%;text-align: left;}
.hero_slider_text{font-size: 30px;line-height: 35px;}
.hero_slider_text span{font-size: 17px;line-height: 26px; margin-top: 20px;}

.title {    font-size: 25px;    line-height: 36px;}
.financial_problems_section .grid-50 .grid-50 {    width: 100%;    margin-top: 30px;}
h3{padding:0px }
.review_section .left, .review_section .right{padding:40px 20px;}
.review_section .left .wptww-testimonials-slidelist button.slick-prev, .review_section .left .wptww-testimonials-slidelist button.slick-prev:hover, .review_section .left .wptww-testimonials-slidelist button.slick-prev:focus{display:none!important}
.review_section .left .wptww-testimonials-slidelist button.slick-next, .review_section .left .wptww-testimonials-slidelist button.slick-next:hover, .review_section .left .wptww-testimonials-slidelist button.slick-next:focus{display:none!important}
.wptww-testimonials-text{width:100%}
.connect_btm .input-box {   width: 100%;}
footer .grid-25 + .grid-25 {    width: 100%;}

.img-area, .text-area{width:100%; text-align:left}
.text-area{margin-top:15px;}
#recyclinglives{margin-bottom:0px; }
#mc_embed_signup .modal-body {    padding: 25px 20px 0px 20px;}
#lrm-form h2{padding: 15px 20px;}
.download-btn {    padding: 0px 20px;}
.text-area.fl{float:right}
.img-area.fr{float:left}
.team_box{width:100%; border-right: 0px;}
.team_popup .img, .team_popup .text{width:100%;}
.site-header-main{padding-bottom:10px;}
.menu-toggle{float: right;margin-top: -36px !important;margin-right: 5px;position: relative;z-index: 99;}
.financial_problems_section {    padding: 40px 0px;padding-bottom: 30px;}
.financial_problems_section .bigfont.blue span {    font-size: 22px;    width: auto;    display: inline-block;    text-align: left;}
.myth_section, .financially_fit{padding: 40px 0px;}
.myth_section{padding-bottom:0px;}
.myth_section h3{margin-bottom: 40px;}
.wptww-testimonials-slidelist .slick-slide{padding:0px;}
.review_section .left .wptww-testimonials-slidelist p{font-size: 20px;line-height: 31px;}
.review_section .left .wptww-testimonials-slidelist p span{font-size: 18px;line-height: 28px;}
.review_section .left .wptww-testimonials-slidelist sup {    font-size: 40px;}
.case_studie{padding:40px 0px;}
.connect_btm {background: url(/wp-content/uploads/2019/05/footer_form_bg_mobile.jpg);padding-bottom: 40px;}
.connect_btm h3 {padding-top: 40px;margin-bottom: 50px;}
.connect_btm .input-btn{padding:0px 15px;}
.connect_btm .input-btn .wpcf7-submit{width:100%; margin-top: 20px;}
footer, footer h3{text-align:center}
 footer h3{margin-bottom:5px}
.grid-25.copwrite{margin-top:15px;}
footer {padding-top: 40px;}
.privacy{    margin-top: 20px;padding: 30px 0px;}
.privacy .container a{color: rgba(0,0,0,0.4);}

.connect_btm input{height: 45px;line-height: 25px;}
.fairquid_blog article{width:100%; margin:0px; margin-bottom:30px;}
.home .hero_slider_text {    font-size: 26px; margin-top:25px; top:15%}


.connect_box{padding: 15px 10px;text-align:center; font-size: 15px;}
.site-branding img.custom-logo{height: 39px;width: auto; margin-right: 40px; }
.login_btn{width: 75px;height: 35px;line-height: 35px;margin-top: -42px;margin-bottom: 0px;font-size: 14px;letter-spacing: 0.5px;margin-right: 65px;}

.products-section .ps-text, .products-section .ps-img{width:100%; padding:0px 5%; box-sizing: border-box; float:left; margin-bottom:25px;} 
.products-section .ps-text{float:right; margin-bottom:0px;}
.products-section h4{font-size: 30px;}
.connect_btm div.wpcf7-validation-errors, .connect_btm div.wpcf7-acceptance-missing{position:relative}
.connect_btm span.wpcf7-not-valid-tip {    position: relative;}
.products-section, .resource-section{    padding-bottom: 5px;    margin-bottom: 30px;}
.resource-section{padding-bottom:25px;}
.inner_pages_midcontainer{padding-bottom:30px;}
.box-small, .box-mid{width:100%; margin-right:0px;}
.contact-half{width:100%}
.products-section .ps-text.ps-one, .products-section .ps-text.ps-two, .products-section .ps-text.ps-three{padding-top: 0px;}
.prev_link, .next_link{width:100%; text-align:center}
.prev_link a, .next_link a{float:none}
.main-navigation a:hover{color:#333!important}
.main-navigation ul li a:hover, .main-navigation ul li:hover a, .main-navigation ul li.current-menu-item a{border:0px;}
}





/*CSS BY MANISH END*/

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}


.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}

.pagination {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */



@media screen and (min-width: 1025px) {

	.site-header-menu {
		display: block;float: left;text-align: center;width: 100%; margin-top:-68px;
	}

	.main-navigation {
		margin: 0 -0.875em;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
    display: inline-block;

	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 20px 2px;padding-bottom: 25px; border-bottom:3px solid rgba(0,0,0,0);
		white-space: nowrap;margin: 0px 13px;font-weight: 600;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #007acc;
	}

	.main-navigation ul ul {
		border-bottom: 0px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: rgba(255,255,255,1);
		border: 0px solid #d1d1d1;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px; display:none
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;display:none
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left:13px ;
		right:auto;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin-right: 0;
		padding-right: 2.25em;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 23px;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}


	
}

/*Pagination*/
.navigation{text-align:center}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #f5f5f5;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;color: #333;margin-right: 4px; margin-bottom: 10px;
display: inline-block;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #2ebd71; color:#fff
}

