/*
Theme Name: Connor Group
Theme URI: http://www.connorgp.com
Version: 1.0
Description: Designed by <a href="http://www.fastlinemedia.com">FastLine Media</a>.
Author: FastLine Media
Author URI: http://www.fastlinemedia.com
Copyright: Connor Group
*/

/*
 * Table of Contents
 *
 * General Styles
 * Classes
 * Header
 * Content
 * Hero
 * Homepage
 *      Home Hero
 *      Testimonials
 *      Team
 *      Services
 *      Careers
 * Careers Page
 * Contact Page
 * Blog Roll / Index Page
 * Single
 * Comments
 * Services & About Pages
 * Clients Page
 * Team Page
 * 404 Page
 * Sidebar
 * Footer Top
 * Footer
 * Buttons
 * Parallax Backgrounds
 * Responsivo
 */

/* General Styles
---------------------------------------------------- */

body {
    background: #333;
    color: #333;
    font: 300 18px/1.5 'myriad_proregular', Helvetica, Verdana, sans-serif;
    padding-top: 87px !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'myriad_prolight', Helvetica, Verdana, sans-serif;
    font-weight: 100;
}
h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 15px;
}
a {
    color: #96bf48;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}
a:hover,
a:focus,
a:active {
    color: #96bf48;
}
p {
    margin: 0 0 25px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 25px;
}
img {
    max-width: 100%;    
}

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

.clear {
    clear: both;
}
.fl-emphasize {
    font-size: 23px;
}
.fl-content-row {
    max-width: 980px;
    margin: auto;
}
.fl-content-left {
    border-right: 1px solid #E6E6E6;
    margin: 40px 0;
    padding-right: 40px;
}
.fl-sidebar {
    padding-left: 40px;
    margin: 40px 0;
}
.fl-hidden {
    visibility: hidden;
}
.no-js .fl-hidden {
    display: block;
}

/* Footer Contact */
.fl-footer-contact {
    border-top: 1px solid #e5e5e5;
    padding: 30px 0 60px;
    margin: 60px 0 0;
}
.fl-footer-contact h3 {
    font-size: 32px;
    margin-top: 15px;
}
.fl-footer-contact .btn {
    width: 100%;
    margin-top: 10px;
}

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

.fl-page-header {
    background: #212121;
    background: rgba(33, 33, 33, 0.93);
    padding: 12px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.admin-bar .fl-page-header {
	top: 32px;
}
.fl-page-header-logo img {
    height: 61px;
}

/* Nav */
.fl-page-header .navbar-default {
    background: transparent;
}
.fl-page-header .navbar-default .navbar-nav > li {
    position: relative;
}
.fl-page-header .navbar-default .navbar-nav > li > a {
    color: #b3b3b3;
    padding-bottom: 20px;
    padding-top: 20px;
}
.fl-page-header .navbar-default .navbar-nav > li > a:hover,
.fl-page-header .navbar-default .navbar-nav > li.current-menu-item > a {
    color: #fff;
    text-decoration: none;
}
.fl-page-header .navbar-default .navbar-nav > li > a .fa {
    color: #fff;
    font-size: 20px;
}
.fl-page-header .navbar-toggle {
    border: 1px solid #404040;
    color: #b3b3b3;
}
.navbar-collapse {
    max-height: none;
}

/* Dropdowns */
.fl-page-header .navbar-default .navbar-nav > li .sub-menu {
	background: #212121;
	margin: 0;
	padding: 20px;
	width: 220px;
	position: absolute;
	top: 100%;
	left: -99999px;
}
.fl-page-header .navbar-default .navbar-nav > li:hover .sub-menu {
	left: auto;
}
.fl-page-header .navbar-default .navbar-nav > li .sub-menu li a {
	color: #b3b3b3;
	display: block;
}
.fl-page-header .navbar-default .navbar-nav > li .sub-menu li a:hover {
	color: #fff;
	text-decoration: none;
}

/* Slim Header */
.fl-page-header-slim .fl-page-header-logo img {
    height: 42px;
}
.fl-page-header.fl-page-header-slim .navbar-default .navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}

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

.fl-page-content {
    background: #fff;
}

.fl-post-content p {
    text-align: justify;
}

/* Hero
----------------------------------------------- */

.fl-hero {
    background-position: center center;
    background-size: cover;
    color: #fff;
    position: relative;
    text-align: center;
}
.fl-hero-content {
    padding: 130px 20px 180px;
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C */
}
.fl-hero-text-wrap {
    margin: 0 auto;
    max-width: 1140px;
}
.fl-hero-text {
    max-width: 700px;
    text-shadow: 0 0 10px #333;
    margin: auto;
}
.home .fl-hero-text {
    min-height: 280px;
    height: 280px;
}
.home .fl-hero-text h1,
.home .fl-hero-text h2,
.home .fl-hero-text a {
    display: none;
}
.fl-hero h1 {
    font-size: 62px;
    font-family: 'myriad_probold_condensed', Helvetica, Verdana, sans-serif;
    line-height: 68px;
    margin: 0 0 30px;
}
.fl-hero h2 {
    font-size: 22px;
    font-family: 'myriad_proregular', Helvetica, Verdana, sans-serif;
    line-height: 28px;
    margin: 0 0 40px;
}
.fl-hero  p {
    font-style: italic;
    margin: 40px 0 0;
}
.fl-hero-arrow-wrap {
    bottom: 0;
    left: 0;
    padding-bottom: 40px;
    position: absolute;
    right: 0;
}
.fl-hero-arrow {
    background: url(img/arrow-big.png);
    display: block;
    height: 60px;
    width: 60px;
    margin: auto;
}
.fl-hero-arrow:hover {
    cursor: pointer;
}

/* Homepage
---------------------------------------------------- */

.fl-home-bar {
    height: 600px;
}

/* Home Hero
--------------------------- */

.home .fl-hero {
    padding: 100px 20px 300px;
}
.home .fl-hero-text {
    margin: 0 auto;
}
.fl-hero-slides { 
    position: relative; 
    overflow: auto; 
}
.fl-hero-slides ul {
    margin: 0;
    padding: 0; 
}
.fl-hero-slides ul li { 
    display: none;
    float: left;
    list-style: none; 
    width: 100%; 
}
.fl-hero-slides ul li:first-child {
    display: block;
}

/* Section Arrows
--------------------------- */

.fl-section-arrow {
    background: url(img/arrow-half.png);
    display: block;

    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -36px;

    width: 72px;
    height: 33px;
}
.fl-section-arrow:hover {
    cursor: pointer;
}

/* Testimonials
--------------------------- */

.fl-testimonials {
    height: auto;
    padding: 80px 30px;
    position: relative;
}

/* Logos */
.fl-testimonials-logos {
    text-align: center;
}
.fl-testimonials-logo {
    display: inline-block;
    height: 50px;
    margin: 0 12px 20px;
    max-width: 130px;
}
.fl-testimonials-logo img {
    max-height: 100%;
    max-width: 100%;
}

/* Slider */
.fl-testimonial {
    display: none;
    width: auto !important;
}
.fl-testimonial-quote {
    font-size: 34px;
    line-height: 50px;
    margin: 0 0 45px;
    text-align: center;
}
.fl-testimonial-author {
    text-align: center;
}
.fl-testimonial-author h4 {
    color: #96bf48;
    font-size: 22px;
    margin: 5px 0;
}
.fl-testimonial-author h5 {
    color: #b2b2b2;
    font-size: 16px;
    margin: 0;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background: none !important;
    color: #d9d9d9;
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 32px;
    text-decoration: none;
    text-indent: 0 !important;
    z-index: 1 !important;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
    color: #333;
}
.bx-wrapper .bx-prev:before {
    content: '\f104';
}
.bx-wrapper .bx-next:before {
    content: '\f105';
}

/* Logo Nav */
.fl-testimonials-nav {
    display: none; /* Disabled */
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 60px;
    padding-bottom: 40px;
    position: relative;
    text-align: center;
}
.fl-testimonials-nav img {
    cursor: pointer;
    display: none;
    margin: 0 22px;
    max-height: 70px !important;
    max-width: 140px !important;

    opacity: 0.4;
    filter: alpha(opacity = 40);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.fl-testimonials-nav img:hover,
.fl-testimonials-nav img.fl-active {
    opacity: 1;
    filter: alpha(opacity = 1);
    filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.fl-testimonials-nav-slider > div {
    height: 70px;
}
.testimonials-carrot {
    background: url(img/testimonials-carrot.png) no-repeat;
    height: 16px;
    position: absolute;
    bottom: -16px;
    width: 29px;
}

/* All Link */
.fl-testimonials-all-link {
    margin-bottom: 25px;
    text-align: center;
}
.fl-testimonials-all-link a {
    font-size: 16px;
    color: #cccccc;
}

/* Team
--------------------------- */

.fl-team {
    position: relative;
}

/* Team Map */
.fl-team-map {
    left: 0;
    position: absolute;
    top: 120px;
}
.fl-team-map img {
    max-width: 100%;
}
.fl-team-map-blips {
    position: absolute;
    left: 0;
    top: 120px;
    width: 677px;
    height: 326px;
}
.fl-team-map-blips .blip-inner {
    background: rgba(150, 191, 72, 0.8);
    height: 10px;
    border-radius: 100%;
    width: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
}
.fl-team-map-blips > div {
    background: #FFF;
    box-shadow: 0 0 7px #83A83D;
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    text-align: center;
    padding: 0px;

    border-radius: 100%;
}
.fl-team-map-blips .blip1 { top: 123px; right: 525px; }
.fl-team-map-blips .blip2 { top: 76px; right: 549px; }
.fl-team-map-blips .blip3 { top: 220px; right: 448px; }
.fl-team-map-blips .blip4 { top: 90px; right: 180px; }
.fl-team-map-blips .blip5 { top: 186px; right: 296px; }
.fl-team-map-blips .blip6 { top: 109px; right: 341px; }
.fl-team-map-blips .blip7 { top: 243px; right: 95px; }
.fl-team-map-blips .blip8 { top: 120px; right: 565px; }
.fl-team-map-blips .blip9 { top: 130px; right: 480px; }
.fl-team-map-blips .blip10 { top: 160px; right: 530px; }
.fl-team-map-blips .blip11 { top: 190px; right: 470px; }
.fl-team-map-blips .blip12 { top: 280px; right: 470px; }
.fl-team-map-blips .blip13 { top: 130px; right: 140px; }
.fl-team-map-blips .blip14 { top: 250px; right: 300px; }
.fl-team-map-blips .blip15 { top: 160px; right: 350px; }
.fl-team-map-blips .blip16 { top: 110px; right: 310px; }
.fl-team-map-blips .blip17 { top: 160px; right: 200px; }
.fl-team-map-blips .blip18 { top: 90px; right: 270px; }
.fl-team-map-blips .blip19 { top: 160px; right: 150px; }
.fl-team-map-blips .blip20 { top: 120px; right: 220px; }

/* Team Text */
.fl-team-text {
    right: 45px;
    max-width: 410px;
    position: absolute;
    top: 130px;
    text-align: center;
}
.fl-team-text h3 {
    font-size: 42px;
}
.fl-team-text h3 em {
    color: #96bf48;
    font-style: normal;
}
.fl-team-text p {
    margin: 0 0 25px;
}

/* Services
--------------------------- */

.fl-services {
    position: relative;
}
.fl-services-heading {
    padding-top: 160px;
    width: 350px;
}
.fl-services-heading h3 {
    font-size: 42px;
    line-height: 60px;
    margin: 0;
}
.fl-services-heading h3 em {
    color: #96bf48;
    font-style: normal;
}

/* Service Bars */
.fl-services-bar {
    cursor: pointer;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    width: 160px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.fl-services-bar.fl-transition {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.fl-services-bar-title {
    bottom: 20px;
    font-size: 18px;
    left: 20px;
    position: absolute;
    right: 20px;
}
.fl-services-bar .fl-services-bar-text {
    display: none;
}
.fl-services-bar-text {
    font-size: 18px;
    left: 410px;
    position: absolute;
    top: 360px;
}

.fl-services-bar-tech,
.fl-services-bar-ipo,
.fl-services-bar-ma,
.fl-services-bar-ops {
    height: 100px;
}

.fl-services-bar-tech {
    background: #f7f7f7;
    border: 1px solid #b3b3b3;
    border-top: none;
}
.fl-services-bar-tech.fl-extended-hover:hover,
.fl-services-bar-tech.fl-contracted-hover:hover,
.fl-services-bar-tech.fl-services-bar-active {
    background: #b3b3b3;
    color: #fff;
}
.fl-services-bar-ipo {
    background: #edf2e4;
    border: 1px solid #96bf48;
    border-top: none;
}
.fl-services-bar-ipo.fl-extended-hover:hover,
.fl-services-bar-ipo.fl-contracted-hover:hover,
.fl-services-bar-ipo.fl-services-bar-active {
    background: #96bf48;
    color: #fff;
}
.fl-services-bar-ma {
    background: #eddfeb;
    border: 1px solid #a863a0;
    border-top: none;
}
.fl-services-bar-ma.fl-extended-hover:hover,
.fl-services-bar-ma.fl-contracted-hover:hover,
.fl-services-bar-ma.fl-services-bar-active {
    background: #a863a0;
    color: #fff;
}
.fl-services-bar-ops {
    background: #e4e8f2;
    border: 1px solid #6e8acc;
    border-top: none;
}
.fl-services-bar-ops.fl-extended-hover:hover,
.fl-services-bar-ops.fl-contracted-hover:hover,
.fl-services-bar-ops.fl-services-bar-active {
    background: #6e8acc;
    color: #fff;
}

.fl-services-bar-tech.fl-extended { height: 500px; }
.fl-services-bar-ipo.fl-extended { height: 370px; }
.fl-services-bar-ma.fl-extended { height: 440px; }
.fl-services-bar-ops.fl-extended { height: 350px; }

.fl-services-bar-tech.fl-extended-hover:hover { height: 520px !important; }
.fl-services-bar-ipo.fl-extended-hover:hover { height: 390px !important; }
.fl-services-bar-ma.fl-extended-hover:hover { height: 460px !important; }
.fl-services-bar-ops.fl-extended-hover:hover { height: 370px !important; }

.fl-services-bar-tech.fl-contracted-hover:hover { height: 320px !important; }
.fl-services-bar-ipo.fl-contracted-hover:hover { height: 190px !important; }
.fl-services-bar-ma.fl-contracted-hover:hover { height: 260px !important; }
.fl-services-bar-ops.fl-contracted-hover:hover { height: 170px !important; }


/* Technical Accounting */
.fl-services-bar-tech { right: 600px; }
.fl-services-bars-collapsed .fl-services-bar-tech { height: 180px; }
.fl-services-bars-collapsed .fl-services-bar-tech:hover { height: 200px; }

/* IPO */
.fl-services-bar-ipo { right: 400px; }
.fl-services-bars-collapsed .fl-services-bar-ipo { height: 110px; }
/*.fl-services-bars-collapsed .fl-services-bar-ipo:hover { height: 130px; }*/

/* M&A */
.fl-services-bar-ma { right: 200px; }
.fl-services-bars-collapsed .fl-services-bar-ma { height: 150px; }
.fl-services-bars-collapsed .fl-services-bar-ma:hover { height: 170px; }

/* Operations */
.fl-services-bars-collapsed .fl-services-bar-ops { height: 100px; }
.fl-services-bars-collapsed .fl-services-bar-ops:hover { height: 120px; }

/* Careers
-------------------------------- */

.fl-careers-bg {
    background: url(img/careers.jpg) center center repeat-x;
}
.fl-careers {
    padding: 40px 30px;
    text-align: center;
}
.fl-careers h3 {
    font-size: 42px;
    margin: 0;
}
.fl-careers h3 em {
    color: #96bf48;
    font-style: normal;
}
.fl-careers-spacer {
    height: 400px;
}

/* Careers Page
---------------------------------------------------- */

.fl-careers-h2 {
    font-size: 41px;
    margin: 10px 0 30px;
}
.page-id-17 .fl-emphasize {
    max-width: 820px;
    margin: auto;
}
.fl-careers-benefits,
.fl-careers-open-positions {
    text-align: center;
    padding: 60px 0;
}
.fl-careers-open-positions-list {
    background: #f5f6f7;
    margin: 40px auto 20px;
    max-width: 980px;
    padding: 30px 0 50px;
    width: 100%;
}
.fl-careers-image { text-align: center; }
.fl-careers-image img {
    max-width: 100%;
}
.fl-careers-perks {
    max-width: 940px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.fl-careers-perks .fl-perk-wrap {
    display: table;
    padding-bottom: 60px;
}
.fl-careers-perks i {
    color: #97BE50;
    font-size: 48px;
    display: table-cell;
    vertical-align: middle;
}
.fl-careers-perks .fl-perk-text {
    display: table-cell;
    padding-left: 20px;
}
.fl-careers-perks h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}
.fl-careers-perks p {
    color: #999999;
    font-size: 15px;
    margin: 0;
}
.fl-careers-wrap {
    min-height: 300px;
    position: relative;
}

/* Contact Page
---------------------------------------------------- */

.fl-contact {
    padding: 60px 0;
}
.fl-contact .row {
    margin-top: 20px;
}
.fl-contact h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.fl-contact img {
    margin-bottom: 20px;
}
.fl-phone-label {
    color: #96bf48;
}
.fl-contact-info {
    border-top: 1px solid #cccccc;
    padding-top: 15px;
}

/* Blog Roll / Index Page
---------------------------------------------------- */

.fl-post-title a {
    color: #333;
}
.fl-post-meta {
    color: #BEBEBE;
    margin: -5px 0 10px;
    font-size: 15px;
}
.fl-post-meta a {
    color: #BEBEBE;
}
.fl-post-meta a:hover {
    text-decoration: underline;
}
.fl-post-thumb {
    margin: 0 0 25px;
}
.fl-post-thumb img {
    max-width: 100%;
    height: auto !important;
}
.fl-edit-link a {
    font-size: 15px;
    color: #000;
}
.fl-blog-roll .fl-post {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

/* Single
---------------------------------------------------- */
.fl-post-title {
    line-height: 1.4;
}
.fl-single article {
    /*border-bottom: 1px solid #E6E6E6;*/
    padding: 0 0 20px;
    margin-bottom: 20px;
}
.fl-single .fl-post-meta-bottom {
    margin-bottom: 30px;
    font-style: italic;
}
.fl-single .fl-post-content img {
    margin: 0 20px 20px;
}
img.alignright {
    float: right;
}

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

#comments {
    margin: 15px 0 25px;
}
.commentlist {
    padding: 0;
}
.comment-body {
    padding-bottom: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #E6E6E6;
}
.fl-comments-list ol {
    margin: 0;
    padding: 0;
}
.fl-comments-list ol li {
    line-height: 18px;
    list-style: none;
    padding: 10px;
}
.fl-comments-list .fl-comments-list-nav {
    border-top: 1px solid #E6E6E6;
    margin-top: 30px;
    padding: 10px 0 30px 0;
}
.fl-comments-list .comment-meta {
    margin: 20px 0 10px;
}
#respond input[type=text],
#respond textarea {
    color: #333;
    border: 1px solid #E6E6E6;
}
#respond textarea {
    max-height: 130px;
}
#respond input[type=text] {
    padding: 6px;
    min-width: 250px;
}
#respond label {
    color: gray;
    font-weight: normal;
    margin-left: 10px;
}
#respond input[type=submit] {
    background-color: #96bf48;
    border: 1px solid #96bf48;
    color: #fff;
    font-family: 'myriad_prolight', Helvetica, Verdana, sans-serif;
    font-size: 20px;
    line-height: 21px;
    padding: 13px 26px;
}

/* Services & About Pages
---------------------------------------------------- */

/*Both Pages*/
.fl-about img,
.fl-services-page img {
    margin: 5px 0 40px;
}
.fl-about-content,
.fl-services-page-content {
    padding-left: 30px;
}

/*Quote*/
.fl-about-quote,
.fl-services-page-quote {
    color: #96bf48;
    font-size: 23px;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 1.4;
}
.fl-about-quote-source,
.fl-services-page-quote-source {
    font-weight: 600;
    font-size: 17px;
    text-align: right;
    margin-top: 8px;
}

/*About Page*/
.page-id-9 .fl-hero-text {
    margin: auto;
}
.fl-about {
    margin-top: 80px;
}

/*Sevices Page*/
.fl-services-page-menu-wrap {
    margin: 70px 0;
}
.fl-services-page-menu ul {
    text-align: center;
    padding: 0;
    width: 100%;
    white-space: nowrap
}
.fl-services-page-menu ul li {
    display: block;
    float: left;
    width: 16.6%;
}
.fl-services-page-menu ul li a {
    display: block;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 19px;
    line-height: 50px;
    background: #b2b2b2;
    height: 50px;
}
.fl-services-page-menu ul li:last-child a {
    border-right: none;
}
.fl-services-page-menu ul li.current-menu-item a,
.fl-services-page-menu ul li a:hover {
    background: #96bf48;
    text-decoration: none;
}


/* Clients Page
---------------------------------------------------- */

.fl-clients {
    margin: 80px auto 0;
    padding-bottom: 80px;
}
.fl-clients-nav {
    border-right: 1px solid #e5e5e5;
    min-height: 400px;
    height: 100%;
}
.fl-clients-logos ul,
.fl-clients-nav ul {
    margin: 20px 0 0;
    padding: 0;
}
.fl-clients-logos ul li,
.fl-clients-nav ul li {
    list-style-type: none;
}
.fl-clients-nav ul li a {
    color: #999999;
    font-size: 15px;
}
.fl-clients-nav ul li a:hover {
    text-decoration: none;
}
.fl-clients-nav ul li a:hover,
.fl-clients-nav ul li a.fl-active {
    color: #97be50;
}
.fl-clients-logos ul li {
    display: inline-block;
    max-width: 150px;
    margin: 0 40px 70px;
}
.fl-clients-logos ul li img {
    max-width: 100%;
}
.fl-clients-logos ul li:hover img {
    cursor: pointer;
}

/* Testimonials Page
---------------------------------------------------- */

.fl-testimonials-page {
    padding: 80px 20px;
}
.fl-testimonials-page-row {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.fl-testimonials-page-row:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.fl-testimonials-page-logo {
    text-align: center;
}
.fl-testimonials-page-content {
    font-size: 15px;
}

/* Team Page
---------------------------------------------------- */

.fl-team-page {
    padding-bottom: 60px;
}
.team-heading {
    border-bottom: 1px solid #d9d9d9;
    font-size: 42px;
    text-align: center;
    padding-bottom: 20px;
    margin: 60px 0 60px;
}
.fl-execs-row > div {
    position: relative;
}
.fl-execs-row img {
    max-width: 100%;
}
.fl-execs-row .fl-bio-nub {
    background: url('img/bio-nub.png');
    display: none;
    height: 20px;
    width: 36px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -18px;
}
.fl-execs-row.row {
    margin-left: -1px;
    margin-right: -1px;
}
.fl-execs-row.row .col-md-3 {
    padding: 1px;
}
.fl-bio-row {
    background: #222222;
    color: #fff;
    clear: both;
    display: none;
    padding: 30px 50px 45px;
    margin-bottom: -1px;
    width: 980px;
}
.fl-bio-social {
    display: inline-block;
    position: relative;
    bottom: 5px;
}
.fl-bio-social li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px;
}
.fl-bio-social li a {
    font-size: 30px;
    color: #fff;
}
.fl-bio-row h1 {
    color: #fff;
    display: inline-block;
}
.fl-team-row.row {
    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: -1px;
}
.fl-team-row.row > div {
    padding: 1px;
}
.fl-team-row > div {
    position: relative;
    min-height: 164px;
}
.fl-team-row > div > .fl-team-name {
    opacity: 0;
    filter: alpha(opacity = 0);
    position: absolute;
    text-align: center;
    bottom: 1px;
    right: 1px;
    left: 1px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    padding: 5px;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.fl-team-row > div:hover { 
    cursor: pointer; 
}
.fl-team-row > div:hover > .fl-team-name {
    opacity: 1;
    filter: alpha(opacity = 100);
}

/* CGNSAdmin Page
---------------------------------------------------- */
.fl-cgns-container {
  padding-top: 40px;
}

span.wpcf7-list-item { display: block; }

/* 404 Page
---------------------------------------------------- */

.fl-404-page {
	padding: 100px 0;
	text-align: center;
}

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

.fl-sidebar .fl-widget {
    margin-bottom: 20px;
}
.fl-sidebar ul {
    margin: 12px 0 0;
    padding: 0;
}
.fl-sidebar ul li {
    list-style-type: none;
    margin: 10px 0;
}

/* Footer Top
---------------------------------------------------- */

.fl-page-footer-top {
    background: #212121;
    color: #b3b3b3;
    font-size: 14px;
    padding: 70px 0;
}
.fl-page-footer-top h3 {
    border-bottom: 1px solid #404040;
    color: #fff;
    font-size: 20px;
    margin: 0 -15px 15px;
    padding: 0 15px 15px;
}

/* Footer News */
.fl-footer-news a {
    color: #b3b3b3;
}
.fl-footer-news a:hover {
    color: #fff;
    text-decoration: none;
}
.fl-footer-news-post {
    margin-bottom: 20px;
}
.fl-footer-news-date {
    color: #fff;
}

/* Footer Social */
.fl-footer-social {
    border-top: 1px solid #404040;
    padding-top: 15px;
}
.fl-footer-social .fb-like {
    margin-right: 30px;
    top: -6px;
}
.fl-footer-social-icons {
    text-align: right;
}
.fl-footer-social-icons a {
    color: #fff;
    font-size: 20px;
    margin-left: 15px;
}
.fl-footer-social-icons a:hover {
    color: #fff;
    text-decoration: none;
}

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

.fl-page-footer {
    color: #b3b3b3;
    font-size: 14px;
    padding: 30px 0;
}
.fl-page-footer .navbar-default .navbar-nav > li > a {
    color: #b3b3b3;
    padding-bottom: 0;
    padding-top: 0;
}
.fl-page-footer .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}
.fl-page-footer ul.sub-menu {
	display: none;
}

/* Buttons
---------------------------------------------------- */

.btn {
    border-radius: 0;
    font-family: 'myriad_prolight', Helvetica, Verdana, sans-serif;
    font-size: 22px;
    line-height: 21px;
    padding: 13px 26px;
}
.btn-success {
    background-color: #96bf48;
    border-color: #96bf48;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    background-color: #a0cc4e;
    border-color: #a0cc4e;
}

/* Parallax Backgrounds
----------------------------------------------- */

.fl-parallax {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}


/* Media Query - 1200px or less
--------------------------------- */

@media (max-width: 1200px) {

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

    .fl-page-header .navbar-default .navbar-nav > li > a {
        padding-left: 12px;
        padding-right: 12px;
    }

    /* Hero
    ---------------------------- */
    .fl-hero-text-wrap {
        max-width: 970px;
    }

    /* Homepage
    ---------------------------- */

    /* Team Map */
    .fl-team-map {
        max-width: 580px;
        top: 140px;
    }

    /* Team Text */
    .fl-team-text {
        right: 0;
        top: 140px;
    }

    /* Service Bars */
    .fl-services-bar {
        width: 120px;
    }
    .fl-services-bar-title {
        bottom: 15px;
        left: 10px;
        right: 10px;
    }
    .fl-services-bar-tech {
        right: 450px;
    }
    .fl-services-bar-ipo {
        right: 300px;
    }
    .fl-services-bar-ma {
        right: 150px;
    }
    .fl-services-bar-text {
        left: 400px;
    }

    /*Global Presense Map Blips*/
    .fl-team-map-blips .blip1 { top: 126px; right: 547px; }
    .fl-team-map-blips .blip2 { top: 86px; right: 563px; }
    .fl-team-map-blips .blip3 { top: 210px; right: 478px; }
    .fl-team-map-blips .blip4 { top: 108px; right: 242px; }
    .fl-team-map-blips .blip5 { top: 186px; right: 348px; }
    .fl-team-map-blips .blip6 { top: 106px; right: 371px; }
    .fl-team-map-blips .blip7 { top: 228px; right: 177px; }
    .fl-team-map-blips .blip8 { top: 120px; right: 581px; }
    .fl-team-map-blips .blip9 { top: 130px; right: 510px; }
    .fl-team-map-blips .blip10 { top: 160px; right: 540px; }
    .fl-team-map-blips .blip11 { top: 190px; right: 495px; }
    .fl-team-map-blips .blip12 { top: 270px; right: 500px; }
    .fl-team-map-blips .blip13 { top: 130px; right: 280px; }
    .fl-team-map-blips .blip14 { top: 234px; right: 350px; }
    .fl-team-map-blips .blip15 { top: 160px; right: 390px; }
    .fl-team-map-blips .blip16 { top: 110px; right: 340px; }
    .fl-team-map-blips .blip17 { top: 160px; right: 267px; }
    .fl-team-map-blips .blip18 { top: 90px; right: 310px; }
    .fl-team-map-blips .blip19 { top: 160px; right: 223px; }
    .fl-team-map-blips .blip20 { top: 120px; right: 220px; }

    /* Team Page
    ---------------------------------------------------- */
    .fl-team-row img {
        min-width: 100%;
    }
    .fl-team-row > div {
        height: auto;
    }
    .fl-team-name {
        display: none !important;
    }

    /* Careers Page
    ---------------------------------------------------- */

    .fl-careers-image {
        margin-left: 20px;
        margin-right: 20px;
    }

    /* Clients Page
    ---------------------------------------------------- */
    
    .fl-clients-logos ul li {
        max-width: 140px;
        margin: 0 25px 60px;
    }
}

/* Media Query - 991px or less
---------------------------------------------------- */

@media (max-width: 991px) {

    /* General
    ---------------------------------------------------- */

    body {
        padding: 0 !important;
    }
    .fl-content-left {
        padding: 0;
        border: 0;
    }
    .row {
        margin: 0;
    }

    /* Sidebar
    ---------------------------------------------------- */
    .fl-sidebar {
        margin: 0;
        padding: 0;
    }

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

    .fl-page-header {
        padding-bottom: 0;
        padding-top: 20px;
        position: static;
        text-align: center;
    }
    .fl-page-header .container {
        padding: 0;
        width: auto;
    }
    .fl-page-header .container .row {
        margin: 0;
    }
    .fl-page-header .container .row .col-md-9 {
        padding: 0;
    }
    .fl-page-header .navbar-toggle {
        background: #333333;
        border: none;
        border-top: 1px solid #404040;
        border-radius: 0;
        color: #b3b3b3;
        display: block;
        float: none;
        margin: 20px 0 0;
        width: 100%;
    }
    .fl-page-header .navbar-inverse .navbar-collapse {
        border: none;
        box-shadow: none;
    }
    .fl-page-header .navbar-nav {
        margin-bottom: 0;
        margin-top: 0;
    }
    .fl-page-header .navbar-default .navbar-nav > li > a {
        border-top: 1px solid #404040;
        padding-bottom: 20px;
        padding-top: 20px;
    }

	/* Dropdowns */
	.fl-page-header .navbar-default .navbar-nav > li .sub-menu {
		background: transparent;
		padding: 0;
		width: auto;
		position: static;
	}
	.fl-page-header .navbar-default .navbar-nav > li .sub-menu li {
		line-height: 22px;
	}
	.fl-page-header .navbar-default .navbar-nav > li .sub-menu li a {
		border-top: 1px solid #404040;
        padding-bottom: 20px;
        padding-top: 20px;
	}

    /* Hero
    ---------------------------------------------------- */

    .fl-hero-text {
        max-width: none;
    }

    /* Homepage
    ---------------------------------------------------- */
   
    .fl-home-bar {
        height: auto;
    }

    /* Testimonials */
    .fl-testimonials {
        padding-bottom: 70px;
        padding-top: 70px;
    }
    .fl-testimonials-logos {
        display: none;
    }
    .fl-testimonials-nav {
        display: none;
    }
    .fl-testimonial-quote {
        font-size: 30px;
        line-height: 47px;
        margin: 0 0 35px;
    }
    .fl-testimonials-all-link {
        display: none;
    }

    /* Team */
    .fl-team {
        height: auto;
        padding: 70px 30px;
    }

    /* Team Map */
    .fl-team-map {
        margin: 0 auto;
        max-width: 677px;
        position: static;
    }
    .fl-team-map-blips {
        left: 70px;
        top: 70px;
    }

    /* Team Text */
    .fl-team-text {
        margin: 0 auto;
        position: static;
        text-align: center;
    }

    /* Services  */
    .fl-services {
        height: auto;
        padding: 70px 30px;
    }
    .fl-services-heading {
        margin-bottom: 30px;
        padding-top: 0;
        text-align: center;
        width: auto;
    }

    /* Service Bars */
    .fl-services-bar {
        border: none;
        height: auto !important;
        margin-bottom: 15px;
        padding: 15px 20px;
        position: static;
        text-align: left;
        width: auto;
    }
    .fl-services-bar-title {
        position: static;
    }
    .fl-services-bar .fl-services-bar-text {
        display: none;
    }
    .fl-services-bar-text {
        padding: 10px 20px 30px;
        position: static;
    }
    .fl-services-bar-tech.fl-extended-hover:hover,
    .fl-services-bar-tech.fl-contracted-hover:hover,
    .fl-services-bar-ipo.fl-extended-hover:hover,
    .fl-services-bar-ipo.fl-contracted-hover:hover,
    .fl-services-bar-ma.fl-extended-hover:hover,
    .fl-services-bar-ma.fl-contracted-hover:hover,
    .fl-services-bar-ops.fl-extended-hover:hover,
    .fl-services-bar-ops.fl-contracted-hover:hover {
        height: auto !important;
    }
    
    /* Careers */
    .fl-careers .btn {
        margin-bottom: 10px;
    }

    /* Contact
    ---------------------------------------------------- */

    .fl-contact {
        text-align: center;
        margin: 0 20px;
    }
    .fl-contact .col-md-4 {
        padding-bottom: 15px;
    }

    /* Services / About Page
    ---------------------------------------------------- */

    .fl-services-page-menu ul li a {
        font-size: 14px;
    }
    .fl-about img,
    .fl-services-page img {
        display: block;
        margin: 30px auto 20px;
    }
    .fl-services-page-quote {
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    }
    .fl-services-page-quote-source {
        font-size: 16px;
        text-align: center;
    }
    .fl-services-page-content {
        padding: 0 15px;
    }
    .fl-emphasize {
        font-size: 18px;
    }
    .fl-footer-contact {
        text-align: center;
    }

    /* Careers Page
    ---------------------------------------------------- */
    
    .fl-careers-perks {
        padding-right: 20px;
        padding-left: 20px;
    }

    /* Team Page
    ---------------------------------------------------- */
    
    .fl-team-row,
    .fl-execs-row {
        text-align: center;
    }
    .fl-execs-row.row {
        max-width: 500px;
        margin: 0 auto;
    }
    .fl-execs-row.row .fl-first-pair {
        clear: both;
    }
    .fl-bio-row {
        text-align: left;
        width:100%;
    }
    .fl-bio-social {
        display: block;
        position: static;
        padding-left: 0;
    }
    .fl-execs-row img {
        min-width: 100%;
    }

    /* Clients Page
    ---------------------------------------------------- */
    
    .fl-clients {
        margin: 20px auto 0;
        padding-bottom: 40px;
    }
    .fl-clients-logos ul li {
        margin: 0 43px 50px;
    }
    .fl-clients-nav {
        min-height: 0;
        border: 0;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .fl-clients-nav ul {
        text-align: center;
    }
    .fl-clients-nav ul li {
        display: inline-block;
    }
    .fl-clients-nav ul li a {
        display: block;
        padding: 10px;
        min-width: 100px;

        transition: none;
    }
    .fl-clients-nav ul li a:hover,
    .fl-clients-nav ul li a.fl-active {
        background: #96BF48;
        color: #fff;
    }

    /* Testimonials Page
    ---------------------------------------------------- */
    
    .fl-testimonials-page {
        padding: 50px 20px;
    }
    .fl-testimonials-page-logo {
        margin: 30px 0;
    }

    /* Footer Top
    ---------------------------------------------------- */

    .fl-page-footer-top {
        padding: 40px 0;
    }
    .fl-footer-news .col-md-4 {
        padding-bottom: 20px;
    }

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

    .fl-page-footer {
        text-align: center;
    }

    /* Parallax Backgrounds
    ----------------------------------------------- */

    .fl-parallax {
        background-attachment: scroll;
        background-position: center center !important;
        height: 500px !important;
    }
}

/* Media Query - 768px or less
---------------------------------------------------- */

@media (max-width: 768px) {

    /* Hero
    ----------------------------------------------- */

    .fl-hero h1 {
        font-size: 53px;
        font-family: 'myriad_probold_condensed', Helvetica, Verdana, sans-serif;
        line-height: 53px;
        margin: 0 0 20px;
    }
    .fl-hero h2 {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 25px;
    }
    .fl-hero-arrow {
        display: none;
    }

    /* Homepage
    ---------------------------------------------------- */

    /* Testimonials */
    .fl-testimonial-quote {
        font-size: 22px;
        line-height: 29px;
        margin: 0 0 15px;
    }
    .fl-testimonial-author-name {
        text-align: center;
    }

    /* Team Map Blips */
    .fl-team-map-blips { display: none !important; }

    /* Services / About Page
    ---------------------------------------------------- */
    .fl-about-content {
        padding-top: 10px
    }
    .fl-about img,
    .fl-services-page img {
        max-width: 100%;
    }
    .fl-services-page-menu-wrap {
        margin: 30px 0 0;
    }
    .fl-services-page-menu ul li a {
        font-size: 14px;
    }

    /* Team Page
    ---------------------------------------------------- */
    .fl-team-row img,
    .fl-execs-row img {
        min-width: 0;
        max-width: 100%;
    }

    /* Clients Page
    ---------------------------------------------------- */
    
    .fl-clients-logos {
        text-align: center;
    }
    .fl-clients-nav ul li {
        display: block;
    }

    /* Buttons
    ---------------------------------------------------- */

    .btn {
        font-size: 20px;
        line-height: 19px;
        padding: 11px 23px;
    }

    /* Parallax Backgrounds
    ----------------------------------------------- */

    .fl-parallax {
        height: 350px !important;
    }
}

@media (max-width: 600px) {

    /* Homepage
    ----------------------------------------------- */
    .home .fl-hero {
        padding: 60px 10px;
    }
    .fl-services-heading h3 {
        font-size: 30px;
        line-height: 1.4;
    }

    /* Careers
    ----------------------------------------------- */

    .fl-careers-perks > div,
    .fl-two-columns {
        margin: 0;
        padding: 0;
    }
    .fl-careers-perks > div {
        margin: auto;
    }
    .fl-careers-perks > div:last-child {
        padding-bottom: 50px;
    }
    .fl-careers-perks {
        padding-right: 0;
        padding-left: 0;
    }
    .fl-careers-open-positions,
    .fl-careers-benefits {
        margin-right: 20px;
        margin-left: 20px;
    }
    .fl-careers-perks .fl-perk-wrap,
    .fl-careers-perks .fl-perk-text {
        display: block;
        padding-left: 0;
    }
    .fl-careers-perks .fl-perk {
        float: none !important;
        margin: 0 auto !important;
        width: 90% !important;
        text-align: center;
    }
    .fl-careers-perks i {
        display: inline;
        float: none;
        margin: 20px 0 0;
    }
    .fl-careers-perks h3 {
        display: block;
        margin: 10px 0
    }

    /* Contact Page
    ---------------------------------------------------- */
    .fl-contact img {
        min-width: 100%;
        max-width: 100%;
    }

    /* Comments
    ---------------------------------------------------- */
    #respond textarea {
        width: 100%;
    }

    /* Services / About Page
    ---------------------------------------------------- */
    .fl-services-page-menu ul {
        padding: 0 15px;
    }
    .fl-services-page-menu ul li {
        width: 100%;
        display: block;
        margin: 1px 0 0;
    }
    .fl-services-page-menu ul li a {
        border-right: none;
        font-size: 18px;
    }
}
