@charset "utf-8";
/*
Theme Name: Battery Ventures
Theme URI: http://noblestudios.com
Author: Noble Studios
Author URI: http://noblestudios.com
Description: The main theme for Battery Ventures.
Version: 1.0
Text Domain: battery
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Coda);

html, body {
    height: 100%;
}

/* YUI2 Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

.bullet-ul > ul {
    list-style-type:  disc !important;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/* Default Styles */
body {
   /* position: relative; */
    width: 100%;
   /* height: 100%;*/
    color: #808080;
    font: 15px/19px Georgia, "Times New Roman", Times, serif;
    background-color: #fff;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  { 

}

a {
    color: #0072CE;
    font: 14px Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
}

a:hover {
    color: #000;
}

p a {
    line-height: 19px;
}

h1 {
    color: #808080;
    font: 45px/45px Georgia, "Times New Roman", Times, serif;
}

h2 {
    color: #808080;
    font: 30px/30px Georgia, "Times New Roman", Times, serif;
}

h3 {
    color: #393939;
    font: 25px/25px Georgia, "Times New Roman", Times, serif;
}

h4 {
    color: #808080;
    font: 24px/24px Georgia, "Times New Roman", Times, serif;
    margin-bottom: 13px;
}

h5 {
    color: #858585;
    font: bold 20px/22px Helvetica, Arial, sans-serif;
}

h6 {
    color: #808080;
    font: bold 15px/19px Georgia, "Times New Roman", Times, serif;
    margin-bottom: 6px;
}

hr {
    width: 100%;
    height: 1px;
    background-color: #D2D1D1;
    border: 0;
    margin: 10px 0;
}

p {
    margin-bottom: 20px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

* {
    font-weight: 400;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/* Reusable Classes */
.block {
    width: 50%;
    float: left;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

.clear {
    clear: both;
}

.col {
    float: left;
}

.color_black {
    color: #000;
}

.color_dark_blue {
    color: #00476d;
}

.color_dark_grey {
    color: #3A3C3D;
}

.color_darker_grey {
    color: #393939;
}

.color_light_grey {
    color: #9C9C9C;
}

.custom_checkbox_button {
    display: block;
    float: left;
    clear: left;
    background: transparent url('images/checkbox_sprite.png') no-repeat 0 0;
    width: 16px;
    height: 17px;
    margin: 4px 0 0;
    cursor: pointer;
}

.custom_checkbox_button.selected {
    background-position: 0 -34px;
}

.custom_radio_button, #browse_companies_link {
    display: block;
    float: left;
    clear: left;
    background: transparent url('images/radio_sprite.png') no-repeat 0 0;
    width: 16px;
    height: 17px;
    margin: 5px 0 0;
    cursor: pointer;
}

.custom_radio_button.selected, #browse_companies_link.selected {
    background-position: 0 -34px;
}

.display_block {
    display: block;
}

.float_left {
    float: left;
}

.font_size14 {
    font-size: 14px;
}

.font_weightnormal {
    font-weight: normal;
}

.inner {
    position: relative;
    width: 962px;
    margin: 0 auto;

}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.height20 {
    height: 20px;
}

.height100percent {
    height: 100%;
}

.background_blue {
    background-color: #004569;
}

.line_height18 {
    line-height: 18px;
}

.line_height19 {
    line-height: 19px;
}

.margin_bottom0 {
    margin-bottom: 0;
}

.margin_bottom3 {
    margin-bottom: 3px;
}

.margin_bottom4 {
    margin-bottom: 4px;
}

.margin_bottom5 {
    margin-bottom: 5px;
}

.margin_bottom6 {
    margin-bottom: 6px;
}

.margin_bottom7 {
    margin-bottom: 7px;
}

.margin_bottom8 {
    margin-bottom: 8px;
}

.margin_bottom9 {
    margin-bottom: 9px;
}

.margin_bottom10 {
    margin-bottom: 10px;
}

.margin_bottom11 {
    margin-bottom: 11px;
}

.margin_bottom12 {
    margin-bottom: 12px;
}

.margin_bottom13 {
    margin-bottom: 13px;
}

.margin_bottom15 {
    margin-bottom: 15px;
}

.margin_bottom16 {
    margin-bottom: 16px;
}

.margin_bottom18 {
    margin-bottom: 18px;
}

.margin_bottom19 {
    margin-bottom: 19px;
}

.margin_bottom20 {
    margin-bottom: 20px;
}

.margin_bottom21 {
    margin-bottom: 21px;
}

.margin_bottom22 {
    margin-bottom: 22px;
}

.margin_bottom24 {
    margin-bottom: 24px;
}

.margin_bottom25 {
    margin-bottom: 25px;
}

.margin_bottom26 {
    margin-bottom: 26px;
}

.margin_bottom28 {
    margin-bottom: 28px;
}

.margin_bottom29 {
    margin-bottom: 29px;
}

.margin_bottom30 {
    margin-bottom: 30px;
}

.margin_bottom32 {
    margin-bottom: 32px;
}

.margin_bottom33 {
    margin-bottom: 33px;
}

.margin_bottom34 {
    margin-bottom: 34px;
}

.margin_bottom35 {
    margin-bottom: 35px;
}

.margin_bottom36 {
    margin-bottom: 36px;
}

.margin_bottom38 {
    margin-bottom: 38px;
}

.margin_bottom39 {
    margin-bottom: 39px;
}

.margin_bottom40 {
    margin-bottom: 40px;
}

.margin_bottom60 {
    margin-bottom: 60px;
}

.margin_bottom61 {
    margin-bottom: 61px;
}

.margin_bottom54 {
    margin-bottom: 54px;
}

.margin_bottom92 {
    margin-bottom: 92px;
}

.margin_top0 {
    margin-top: 0px;
}

.margin_top1 {
    margin-top: 1px;
}

.margin_top3 {
    margin-top: 3px;
}

.margin_top5 {
    margin-top: 5px;
}

.margin_top11 {
    margin-top: 11px;
}

.margin_top12 {
    margin-top: 12px;
}

.margin_top13 {
    margin-top: 13px;
}

.margin_top15 {
    margin-top: 15px;
}

.margin_top16 {
    margin-top: 16px;
}

.margin_top17 {
    margin-top: 17px;
}

.margin_top18 {
    margin-top: 18px;
}

.margin_top19 {
    margin-top: 19px;
}

.margin_top22 {
    margin-top: 22px;
}

.margin_top36 {
    margin-top: 36px;
}

.margin_top26 {
    margin-top: 26px;
}

.margin_top29 {
    margin-top: 29px;
}

.margin_top30 {
    margin-top: 30px;
}

.margin_top31 {
    margin-top: 31px;
}

.margin_top40 {
    margin-top: 40px;
}

.margin_right11 {
    margin-right: 11px;
}

.margin_right8 {
    margin-right: 8px;
}

.padding6 {
    padding: 6px;
}

.page_hr {
    background-color: #D2D1D1;
    width: 960px;
    height: 5px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 2px;
}

.play_button_overlay {
    position: absolute;
    top: 48px;
    left: 74px;
    display: block;
    width: 73px;
    height: 72px;
    background: transparent url('images/play_button_overlay.png') no-repeat 0 0;
}

.row {
    float: left;
    clear: both;
}

.selected {
    background-position: 0 -17px;
}

.social_icon_divider {
    width: 1px;
    height: 26px;
    background-color: #D5D5D5;
    float: left;
    margin: 1px 9px 0 0;
}

.strong {
    font-weight: bold;
}

.width100percent {
    width: 100%;
}

.width700 {
    width: 700px;
}

.width922 {
    width: 922px;
}

.bullets ul, .bullets ol {
    list-style: none;
}

.bullets ul {
    margin-left: 14px;
}

.bullets ol {
    margin-left: 17px;
}

.bullets ul li, .bullets ol li {
    position: relative;
    margin-bottom: 12px;
}

.bullets ul li:before {
    content: '\00b7';
    font-size: 2.2em;
    float: left;
    position: absolute;
    left: -15px;
    top: 0px
}

.bullets ol {
    list-style: decimal;
}

/* Common */
#wrapper {
  /*  position: relative; */
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#header {
    position: relative;
    width: 100%;
    height: 100px;
    background: white;

    border-bottom: 7px solid #0072CE;
    z-index: 1000;
}

#header .inner {
    height: 100px;
}

.companies .inner {
    margin-top: 40px;
}

.team .inner {
    margin-top: 40px;
}

.header_border_bottom {
    border-bottom: 7px solid #737373;
}

#logo {
    float: left;
    margin-top: 16px;
}

#logo_a {
    bottom: 10%;
    position: absolute;
    width: 250px;
    height: 52px;
    background: transparent url('images/logo.png') no-repeat 0 0;
}

#header_social_icons {
    float: right;
    width: 470px;
    height: 27px;
    margin-top: 21px;
}

#nav {
    float: right;
    width: 640px;
    margin-top: 15px;
}

#nav .nav_a {
    color: #858585;
    font: 14px/14px 'Coda', cursive;
    text-decoration: none;
    float: right;
    margin-left: 43px;
}

#nav .active, #nav .nav_a:hover {
    color: #000;
}

#menu-top-nav {
    float: right;
}

#menu-top-nav a {
    color: #858585;
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    text-decoration: none;
    float: left;
    text-align: center;
    padding: 5px 21px;
    font-size: 18px;
    font-weight: 300;
}

#menu-top-nav li {
    float: left;
}

#menu-top-nav .current-menu-item a, #menu-top-nav a:hover, #menu-top-nav .current-page-ancestor a {
    color: #0072CE;
}

#content_wrapper {
    width: 100%;
    border-top: 1px solid #ABABAB;
}

#page_title {
    display: block;
    width: 100%;
    height: 110px;
    line-height: 110px;
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
}

#page_title_80percent {
    float: left;
    display: block;
    width: 80%;
    height: 110px;
    line-height: 110px;
}

#page_title_float {
    float: left;
    display: block;
    height: 110px;
    line-height: 110px;
}

#footer_nav {
    border-top: 1px solid #ABABAB;
    position: relative;
    width: 100%;
    height: 191px;
    background: transparent url('images/footer_nav_background.jpg') repeat-x 0 0;
}

#footer_nav .col {
    width: 176px;
    height: 131px;
    margin: 30px 20px 30px 0;
}

#footer_nav .last_col {
    margin: 30px 0;
}

#footer_nav .col_title {
    display: block;
    width: 100%;
    border-top: 1px solid #B1B9BB;
    border-bottom: 1px solid #B1B9BB;
    color: #A9A9A9;
    font: 13px/23px Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 7px;
    text-decoration: none;
}

#footer_nav .col_title:hover {
    color: #FFF;
}

#footer_nav .col_a, #footer_nav .menu-item a {
    display: block;
    color: #A9A9A9;
    font: bold 10px/12px Helvetica, Arial, sans-serif;
    text-decoration: none;
}

#footer_nav .col_a:hover, #footer_nav .menu-item a:hover {
    color: #FFF;
}

#footer {
    position: relative;
    width: 100%;
    height: 37px;
    background-color: #0072CE;
    color: #C7C7C7;
    font: 10px/37px Helvetica, Arial, sans-serif;
}

.homepage-footer {
    position: relative;
    width: 100%;
    height: 37px;
    background-color: none !important;
    color: #C7C7C7;
    font: 10px/37px Helvetica, Arial, sans-serif;
}

#copyright {
    float: left;
    margin-right: 5px;
}

.generic_footer_links {
    color: #C7C7C7;
    font: bold 10px/37px Helvetica, Arial, sans-serif;
    text-decoration: underline;
}

.generic_footer_links:hover {
    color: #FFF;
}

#portfolio_jobs_link {
    color: #C7C7C7;
    font: bold 10px/37px Helvetica, Arial, sans-serif;
    text-decoration: none;
    float: right;
}

#portfolio_jobs_link:hover {
    color: #FFF;
}

/* 2 Column Layout with Sidebar */
#left_content_col {
    width: 207px;
    margin: 0 0 0 2px;
    float: left;
    word-break: inherit;
}

#sidebar_search {
    position: relative;
}

#sidebar_search .search_field {
    position: relative;
    width: 148px;
    height: 15px;
    background: transparent url('images/search_field.png') no-repeat 0 0;
    border: 0;
    color: #858585;
    font: 15px/15px Helvetica, Arial, sans-serif;
    padding: 14px 45px 14px 13px;
}

#sidebar_search .search_icon {
    position: absolute;
    top: 12px;
    left: 169px;
    width: 23px;
    height: 22px;
    background: transparent url('images/search_icon.png') no-repeat 0 0;
    border: 0;
    cursor: pointer;
}

#search_dropdown {
    position: absolute;
    top: 45px;
    left: -4px;
    width: 228px;
    min-height: 33px;
    background: transparent url('images/search_dropdown_top.png') no-repeat 0 0;
    padding: 33px 0 0;
}

#search_dropdown_results {
    position: relative;
    width: 197px;
    background: transparent url('images/search_dropdown_middle.png') repeat-y 0 0;
    margin-bottom: 22px;
    padding: 0 21px 0 10px;
}

#search_dropdown_results .search_result {
    position: relative;
    top: -8px;
    display: block;
    width: 166px;
    height: 29px;
    clear: both;
    color: #808080;
    font: 15px/30px Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #CCC;
    padding: 0 15px;
    text-decoration: none;
}

#search_dropdown_results .search_result:hover {
    background-color: #004569;
    color: #FFF;
}

#search_dropdown_results .last_search_result {
    border-bottom: 0;
}

#search_dropdown_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 228px;
    height: 22px;
    background: transparent url('images/search_dropdown_bottom.png') no-repeat 0 0;
}

#sidebar_nav {
    margin-bottom: 27px;
    font-size: 14px;
}

#sidebar_nav label {
    font-size: 14px;
    font-style: italic;
    line-height: 25px;
    margin-left: 10px;
}

#sidebar_nav .sidebar_nav_a {
    line-height: 18px;
    text-decoration: none;
    display: block;
}

#sidebar_nav .active .sidebar_nav_a {
    color: #000;
}

#sidebar_nav .active .sidebar_nav_active_icon {
    width: 13px;
    height: 11px;
    background: transparent url('images/sidebar_nav_active_icon.png') no-repeat 0 0;
    float: right;
    margin: 5px 0;
}

#sidebar_nav .tooltip_link {
    float: left;
    position: relative;
    height: 20px;
}

#sidebar_nav li {
    font-size: 14px;
}

#sidebar_nav p {
    margin-bottom: 10px;
}

#sidebar_nav h6 {
    margin-bottom: 10px;
}

.tooltip {
    display: none;
    position: absolute;
    top: 15px;
    padding-top: 7px;
    left: 0;
    font: 15px/19px Helvetica, Arial, sans-serif;
    z-index: 1000;
}

.tooltip .tooltip_top {
    width: 352px;
    height: 32px;
    background: transparent url('images/tooltip_top.png') no-repeat 0 0;
}

.tooltip .tooltip_middle {
    width: 286px;
    background: transparent url('images/tooltip_middle.png') repeat-y 0 0;
    padding: 6px 39px 32px 27px;
}

.tooltip .tooltip_middle a {
    line-height: 19px;
}

.tooltip .tooltip_bottom {
    width: 352px;
    height: 23px;
    background: transparent url('images/tooltip_bottom.png') no-repeat 0 0;
}

#sidebar_status_feed .status_update, .print_blocks .status_update {
    margin-bottom: 20px;
}

#sidebar_status_feed .tweet_avatar, .print_blocks .tweet_avatar {
    float: left;
    display: block;
    width: 48px;
    height: 48px;
    margin-right: 13px;
    margin-bottom: 15px;
}

#sidebar_status_feed .tweet_time, .print_blocks .tweet_time {
    float: left;
}

#sidebar_status_feed .tweet_text, .print_blocks .tweet_text {
    line-height: 18px;
    width: 207px;
    word-wrap: break-word;
}

.print_blocks .status_update_content a {
    line-height: 18px;
}

#by_the_numbers .by_the_numbers_block {
    margin-bottom: 24px;
    display: none;
}

#by_the_numbers .number {
    position: relative;
    top: 0;
    left: -3px;
    display: block;
    height: 80px;
    color: #808080;
    font: 80px/80px Georgia, "Times New Roman", Times, serif;
    margin-right: 9px;
}

#by_the_numbers .number span {
    font-size: 62px;
}

#by_the_numbers .number span.related_text {
    font-size: 15px;
    line-height: 19px;
}

div#by_the_numbers span.description {
    position: relative;
    top: 15px;
    left: -3px;
    display: block;
    width: 150px;
    color: #808080;
    font: 20px/25px Georgia, "Times New Roman", Times, serif;
}

#right_content_col {
    position: relative;
    float: right;
    max-width: 753px;
}

#right_content_col .right_content_col_inner {
    float: right;
    width: 717px;
}

#content_social_icons {
    float: right;
    height: 27px;
    margin: 34px 0 29px;
}

#spotlight_company_2_columns #content_social_icons {
    width: 72px;
}

#intro_content {
    width: 100%;
    border-bottom: 5px solid #D2D1D1;
    padding-bottom: 16px;
}

#detail_title {
    float: left;
    margin-bottom: 20px;
    margin-left: 1px;
}

#detail_content .content {
    width: 695px;
    margin-bottom: 43px;
}

#detail_content #content_social_icons {
    float: right;
    margin-top: 4px;
}

#content_header_image {
    float: left;
    margin-bottom: 27px;
    margin-right: 26px;
}

#right_content_3_cols {
    /*width:100%;*/
    margin-bottom: 50px;
}

#right_content_3_cols .row {
    margin-bottom: 40px;
}

#right_content_3_cols .last_row {
    margin-bottom: 0;
}

#right_content_3_cols .col {
    width: 221px;
    margin-right: 27px;
    height: 280px;
}

#right_content_3_cols .last_col {
    margin-right: 0;
}

#company_filter_list .col {
    height: 210px;
}

.tab-content .companies .col {
    height: 250px;
    width: 225px;
}

.tab-content .companies .logo_overlay {
    position: absolute;
    top: 6px;
    left: 6px;
    display: none;
    width: 221px;
    height: 145px;
    background: transparent url('images/logo_overlay_spotlight.png') no-repeat 0 0;
}

/* 2 Column Layout */
#content_2_columns {
    margin-left: 2px;
}

#content_2_columns label {
    font-size: 14px;
    font-style: italic;
    line-height: 25px;
    margin-left: 10px;
}

#content_2_columns .col1 {
    float: left;
    width: 450px;
    margin-right: 40px;
}

#content_2_columns .col2 {
    float: left;
    width: 470px;
}

/* 3 Column Layout */
#content_3_columns {
    margin-left: 2px;
}

#content_3_columns .col1, #content_3_columns .col2 {
    float: left;
    width: 292px;
    margin-right: 42px;
}

#content_3_columns .col3 {
    float: left;
    width: 292px;
}

/* 4 Column Layout */
#content_4_columns .row {
    float: left;
    clear: left;
}

#content_4_columns .col1 {
    position: relative;
    top: 0;
    left: -5px;
    float: left;
    width: 233px;
    margin-right: 8px;
}

#content_4_columns .col2 {
    float: left;
    width: 233px;
    margin-right: 14px;
}

#content_4_columns .col3 {
    float: left;
    width: 233px;
    margin-right: 8px;
}

#content_4_columns .col4 {
    position: relative;
    top: 0;
    right: -5px;
    float: left;
    width: 233px;
}

/* Icons */
.icon {
    display: block;
    background-color: transparent;
    background-image: url('images/icon_sprite.png');
    background-repeat: no-repeat;
    float: left;
}

.mail_icon {
    width: 27px;
    height: 27px;
    background-position: 0 0;
    margin-right: 10px;
}

.mail_icon:hover {
    background-position: 0 -27px;
}

.facebook_icon {
    width: 27px;
    height: 27px;
    background-position: -27px 0;
    margin-right: 10px;
}

.facebook_icon:hover {
    background-position: -27px -27px;
}

.twitter_icon {
    width: 27px;
    height: 27px;
    background-position: -54px 0;
    margin-right: 10px;
}

.twitter_icon:hover {
    background-position: -54px -27px;
}

.google_plus_icon {
    width: 27px;
    height: 27px;
    background-position: -81px 0;
    margin-right: 10px;
}

.google_plus_icon:hover {
    background-position: -81px -27px;
}

.linkedin_icon {
    width: 27px;
    height: 27px;
    background-position: -108px 0;
}

.linkedin_icon:hover {
    background-position: -108px -27px;
}

.share_icon {
    width: 27px;
    height: 27px;
    background-position: -135px 0;
}

.share_icon:hover {
    background-position: -135px -27px;
}

.rss_icon {
    width: 27px;
    height: 27px;
    background-position: -162px 0;
}

.rss_icon:hover {
    background-position: -162px -27px;
}

.print_icon {
    width: 23px;
    height: 21px;
    background-position: -189px 0;
    margin: 5px 12px 0 0;
}

.print_icon:hover {
    background-position: -189px -27px;
}

.arrow_icon {
    float: right;
    width: 15px;
    height: 14px;
    background-position: -212px 0;
    margin-top: 1px;
}

/* Our Team */
#right_content_3_cols .profile_photo {
    position: relative;
    display: block;
    width: 221px;
    height: 144px;
    margin-bottom: 12px;
}

#right_content_3_cols .photo_overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 191px;
    height: 104px;
    background: transparent url('images/profile_photo_hover.png') no-repeat 0 0;
    padding: 20px 15px;
}

#right_content_3_cols .profile_photo:hover .photo_overlay {
    display: block;
}

#right_content_3_cols .photo_overlay_li {
    color: #FFF;
    font: 15px/19px Helvetica, Arial, sans-serif;
}

#right_content_3_cols .profile_name {
    color: #808080;
    font-weight: normal;
}

#right_content_3_cols .profile_position {
    display: block;
    margin-bottom: 8px;
    color: #9C9C9C;
}

.view_profile_link {
    position: relative;
    display: inline-block;
    font: bold 15px/15px Helvetica, Arial, sans-serif;
    text-decoration: none;
}

.view_profile_link:hover .arrow_icon {
    background-position: -212px -27px;
}

.view_profile_link .arrow_icon {
    margin-left: 6px;
    margin-top: 2px;
}

#right_content_3_cols .related_video_link .photo_overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 221px;
    height: 144px;
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0;
}

#right_content_3_cols .related_video_link {
    position: relative;
    display: block;
    width: 221px;
    height: 191px;
}

#right_content_3_cols .related_video_link:hover .photo_overlay {
    background-image: url('images/profile_photo_hover.png');
}

#right_content_3_cols .related_video_link:hover h5 {
    color: #000 !important;
}

#right_content_3_cols .related_video_link .related_video_link_img {
    margin-bottom: 15px;
}

/* Our Companies */
#right_content_col .company_detail_h2 {
    float: left;
    color: #393939;
    line-height: 90px;
}

#browse_companies_link .active {
    font-style: italic;
    font-weight: bold;
}

#dynamic_companies {
    position: relative;
    top: 0;
    float: right;
    right: -15px;
    width: 741px;
}

.companies_inner {
    min-height: 500px;
}

#dynamic_companies .logo {
    vertical-align: middle;
}

#dynamic_companies .logo_overlay {
    color: #FFF;
    font-family: Helvetica, Arial, sans-serif;
}

#dynamic_companies .stock_id {
    font-weight: bold;
}

#dynamic_companies .date {
    font-style: italic;
    font-weight: bold;
    display: block;
}

#dynamic_companies .dynamic_company_link1 {
    position: relative;
    float: left;
    display: block;
    width: 124px;
    height: 77px;
    margin: -1px;
}

#dynamic_companies .dynamic_company_link1 .background {
    width: 112px;
    height: 65px;
    line-height: 53px;
    background: transparent url('images/logo_background1.png') no-repeat 0 0;
    padding: 6px;
    text-align: center;
    position: relative;
}

#dynamic_companies .dynamic_company_link1 .logo_overlay {
    position: absolute;
    top: 6px;
    left: 6px;
    display: none;
    width: 100px;
    height: 53px;
    padding: 6px;
    background: transparent url('images/logo_overlay1.png') no-repeat 0 0;
}

#dynamic_companies .dynamic_company_link1:hover .logo_overlay {
    display: block;
}

#dynamic_companies .dynamic_company_link1 .acquired_by {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 13px;
}

#dynamic_companies .dynamic_company_link1 .stock_id {
    display: block;
    float: left;
    clear: both;
    font-size: 9px;
    line-height: 9px;
}

#dynamic_companies .dynamic_company_link2 {
    position: relative;
    float: left;
    display: block;
    width: 244px;
    height: 152px;
    margin: -1px;
}

#dynamic_companies .dynamic_company_link2 .background {
    width: 232px;
    height: 140px;
    line-height: 112px;
    background: transparent url('images/logo_background2.png') no-repeat 0 0;
    padding: 6px;
    text-align: center;
}

#dynamic_companies .dynamic_company_link2 .logo_overlay {
    position: absolute;
    top: 6px;
    left: 6px;
    display: none;
    width: 204px;
    height: 110px;
    padding: 15px;
    background: transparent url('images/logo_overlay2.png') no-repeat 0 0;
}

#dynamic_companies .dynamic_company_link2:hover .logo_overlay {
    display: block;
}

#dynamic_companies .dynamic_company_link2 .acquired_by {
    display: block;
    float: left;
    font-size: 19px;
    line-height: 19px;
}

#dynamic_companies .dynamic_company_link2 .stock_id {
    display: block;
    float: left;
    clear: both;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}

#dynamic_companies .dynamic_company_link2 .date {
    display: block;
    float: left;
    clear: both;
    font-size: 13px;
    line-height: 13px;
}

#dynamic_companies .dynamic_company_link3 {
    position: relative;
    float: left;
    display: block;
    width: 367px;
    height: 227px;
    margin: -1px;
}

#dynamic_companies .dynamic_company_link3 .background {
    width: 355px;
    height: 215px;
    line-height: 171px;
    background: transparent url('images/logo_background3.png') no-repeat 0 0;
    padding: 6px;
    text-align: center;
}

#dynamic_companies .dynamic_company_link3 .logo_overlay {
    position: absolute;
    top: 6px;
    left: 6px;
    display: none;
    width: 100%;
    height: 215px;
    padding: 0 20px;
    background: transparent url('images/logo_overlay3.png') no-repeat 0 0;
}

#dynamic_companies .dynamic_company_link3:hover .logo_overlay {
    display: table;
}

#dynamic_companies .dynamic_company_link3 .acquired_by, #dynamic_companies .dynamic_company_link4 .acquired_by {
    display: block;
    float: left;
    font-size: 34px;
    line-height: 34px;
}

#dynamic_companies .dynamic_company_link3 .stock_id, #dynamic_companies .dynamic_company_link4 .stock_id {
    display: block;
    float: left;
    clear: both;
    font-size: 25px;
    line-height: 36px;
}

#dynamic_companies .dynamic_company_link3 .date, #dynamic_companies .dynamic_company_link4 .date {
    display: block;
    float: left;
    clear: both;
    font-size: 17px;
    line-height: 17px;
}

#dynamic_companies .dynamic_company_link4 {
    position: relative;
    float: left;
    display: block;
    width: 491px;
    height: 302px;
    margin: -1px;
}

#dynamic_companies .dynamic_company_link4 .background {
    width: 479px;
    height: 290px;
    line-height: 232px;
    background: transparent url('images/logo_background4.png') no-repeat 0 0;
    padding: 6px;
    text-align: center;
}

#dynamic_companies .dynamic_company_link4 .logo_overlay {
    position: absolute;
    top: 6px;
    left: 6px;
    display: none;
    width: 100%;
    height: 290px;
    padding: 0 20px;
    background: transparent url('images/logo_overlay4.png') no-repeat 0 0;
}

#dynamic_companies .dynamic_company_link4:hover .logo_overlay {
    display: table;
}

#right_content_3_cols .company_logo .logo {
    vertical-align: middle;
}

#right_content_3_cols .company_logo {
    position: relative;
    display: block;
    width: 221px;
    height: 144px;
    line-height: 96px;
    background: transparent url('images/logo_background_spotlight.png') no-repeat 0 0;
    padding: 6px;
    text-align: center;
}

#right_content_3_cols .logo_overlay {
    position: absolute;
    top: 6px;
    left: 6px;
    display: none;
    width: 221px;
    height: 145px;
    background: transparent url('images/logo_overlay_spotlight.png') no-repeat 0 0;
}

#right_content_3_cols .company_logo:hover .logo_overlay {
    display: block;
}

#right_content_3_cols .company_name {
    margin-top: 5px;
    margin-left: 8px;
    font-weight: normal;
}

#right_content_3_cols .company_description {
    display: block;
    margin-left: 8px;
    margin-bottom: 8px;
}

.back_to_companies_link {
    float: right;
    position: relative;
    display: block;
    width: 16.5%;
    height: 90px;
    font: bold 15px/90px Helvetica, Arial, sans-serif;
    text-decoration: none;
    margin-top: 20px;
}

.back_to_companies_link .arrow_icon {
    margin: 39px 0 0;
}

.back_to_companies_link:hover .arrow_icon {
    background-position: -212px -27px;
}

#left_content_col .company_detail_logo {
    display: table;
    width: 175px;
    height: 170px;
    line-height: 170px;
    margin-bottom: 17px;
}

#left_content_col .company_detail_logo_img {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

#company_detail_spotlight {
    margin-bottom: 46px;
}

#company_detail_spotlight .company_detail_spotlight_link {
    float: left;
    width: 345px;
    height: 183px;
    margin-right: 20px;
}

#company_detail_spotlight .col {
    width: 352px;
}

#right_content_3_cols .related_video_link .photo_overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 221px;
    height: 144px;
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0;
}

#right_content_col .photo_overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 191px;
    height: 104px;
    background: transparent url('images/profile_photo_hover.png') no-repeat 0 0;
    padding: 20px 15px;
}

#right_content_col .learn_more_link {
    float: left;
    position: relative;
    display: block;
    width: 221px;
    height: 192px;
    margin-right: 20px;
}

#right_content_col .learn_more_link:hover .photo_overlay {
    display: block;
}

#right_content_col .learn_more_link .related_video_link_img {
    margin-bottom: 16px;
}

#right_content_col .learn_more_container .col {
    width: 476px;
}

div.company_content h5 {
    margin-bottom: 20px;
    color: #393939;
}

/* Spotlight */
#spotlight_filter .col {
    float: left;
    margin-right: 74px;
}

#content_3_columns .featured_company_name {
    color: #808080;
    font-weight: normal;
    margin-bottom: 6px;
}

#content_3_columns .featured_company_details {
    color: #9C9C9C;
}

#content_3_columns .featured_company_link {
    position: relative;
    display: block;
    width: 292px;
    height: 183px;
    margin-bottom: 17px;
}

#content_3_columns .featured_company_overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 292px;
    height: 183px;
    background: transparent url('images/featured_company_hover.png') no-repeat 0 0;
}

#content_3_columns .featured_company_link:hover .featured_company_overlay {
    display: block;
}

.spotlight_list .company_link {
    position: relative;
    display: block;
    width: 233px;
    height: 156px;
}

.spotlight_list .company_link .logo_overlay {
    position: absolute;
    top: 6px;
    left: 6px;
    display: none;
    width: 221px;
    height: 145px;
    background: transparent url('images/logo_overlay_spotlight.png') no-repeat 0 0;
}

.spotlight_list .company_link:hover .logo_overlay {
    display: block;
}

.spotlight_list .company_link .background {
    width: 221px;
    height: 144px;
    line-height: 96px;
    background: transparent url('images/logo_background_spotlight.png') no-repeat 0 0;
    padding: 6px;
    text-align: center;
}

.spotlight_list .company_link .logo {
    vertical-align: middle;
}

.spotlight_list.company_name {
    color: #808080;
    font-weight: normal;
    margin-bottom: 6px;
}

.spotlight_list .company_details {
    color: #9C9C9C;
}

.complete_list_link {
    display: block;
    color: #808080;
    font-style: italic;
    margin-top: 22px;
    margin-bottom: 60px;
}

.view_all_spotlights_link {
    float: right;
    position: relative;
    display: block;
    width: 16%;
    height: 90px;
    font: bold 15px/90px Helvetica, Arial, sans-serif;
    text-decoration: none;
    margin-top: 20px;
}

.view_all_spotlights_link .arrow_icon {
    margin: 39px 0 0;
}

.view_all_spotlights_link:hover .arrow_icon {
    background-position: -212px -27px;
}

#spotlight_company_2_columns .spotlight_company_logo {
    position: relative;
    top: 0;
    left: -4px;
    float: left;
    display: block;
    width: 210px;
    height: 284px;
    line-height: 284px;
    margin-bottom: 12px;
    margin-right: 35px;
}

#spotlight_company_2_columns .spotlight_company_logo .spotlight_company_logo_img {
    width: 100%;
    vertical-align: middle;
}

#spotlight_company_2_columns .col {
    width: 717px;
}

#spotlight_company_2_columns .spotlight_company_h2 {
    float: left;
    color: #393939;
    line-height: 90px;
}

#spotlight_company_2_columns .spotlight_company_h5 {
    color: #393939;
    line-height: 25px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

#spotlight_company_2_columns .view_company_profile_link {
    font-size: 15px;
    font-style: italic;
    line-height: 30px;
}

#spotlight_company_header {
    margin: 0 0 33px 2px;
}

.company_list {
    padding-bottom: 12px;
    width: 1017px;
}

.company_list ul {
    width: 284px;
    padding: 0 55px 42px 0;
    float: left;
}

/*.company_list .col_last {padding-right: 0px;}*/
.company_list ul li {
    padding-bottom: 2px;
}

.company_list h5 {
    color: #393939;
    padding-bottom: 12px;
    clear: both;
}

#sidebar_nav .child_pages a, #sidebar_nav #menu-about-sub-nav a {
    font-size: 20px;
    line-height: 22px;
    display: block;
    padding: 12px 0 13px;
}

#sidebar_nav .child_pages a.active, #sidebar_nav .child_pages a:hover, #sidebar_nav #menu-about-sub-nav a:hover, #sidebar_nav #menu-about-sub-nav li.current_page_item a, #sidebar_nav #menu-about-sub-nav li.current-page-ancestor a {
    color: #000;
    background: transparent url('images/sidebar_nav_active_icon.png') no-repeat right 22px;
}

#sidebar_nav .child_pages li.first a.active, #sidebar_nav .child_pages li.first a:hover {
    background-position: right 10px;
}

#sidebar_nav .child_pages li, #sidebar_nav #menu-about-sub-nav li {
    border-bottom: 1px solid #d2d1d1;
}

#sidebar_nav #menu-about-sub-nav li:first-child a, #sidebar_nav #menu-about-sub-nav li:first-child a:hover {
    padding-top: 0;
    background-position: right 10px;
}

#sidebar_nav .child_pages li.first a {
    padding-top: 0;
}

#sidebar_nav .nav_label {
    display: block;
    font-weight: bold;
}

#sidebar_nav .idea_btn {
    font-size: 20px;
    line-height: 22px;
    display: block;
    background: transparent url('images/idea_sprite.png') no-repeat 98% top;
    height: 45px;
}

#sidebar_nav .idea_btn:hover {
    background-position: 98% bottom;
}

#sidebar_nav .idea_btn span {
    width: 104px;
    display: inline-block;
}

#right_content_2_cols {
    width: 100%;
    margin-bottom: 20px;
}

#right_content_2_cols .row {
    margin-bottom: 30px;
}

#right_content_2_cols .col {
    width: 345px;
    margin-right: 27px;
}

#right_content_2_cols .last_col {
    margin-right: 0;
}

#right_content_2_cols a {
    font-size: 15px;
    line-height: 20px;
}

#right_content_2_cols a.about_nav_link {
    font-size: 20px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 7px;
    display: inline-block;
}

#right_content_2_cols .about_nav_img {
    display: block;
    margin-bottom: 22px;
}

#right_content_2_cols p {
    margin-bottom: 8px;
}

#lightbox_bg {
    display: none;
    background: rgba(0, 0, 0, .8);
    height: 100%;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 899;
}

#lightbox_wrapper {
    padding-bottom: 40px;
    position: relative;
}

#lightbox_container {
    background: none repeat scroll 0 0 #FFFFFF;
    position: relative;
    width: 717px;
    padding: 46px 50px 50px;
    margin: 0 auto;
    z-index: 901;
}

#lightbox {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900;
}

#lightbox .shadow_right {
    background: url("images/drop_shadow_right.png") repeat scroll 0 0 transparent;
    height: 100%;
    width: 22px;
}

#lightbox .shadow_bot {
    background: url("images/drop_shadow_bot.png") repeat scroll 0 0 transparent;
    width: 845px;
}

#lightbox .headline {
    color: #393939;
    font-size: 30px;
    line-height: 30px;
}

#lightbox .sub_headline {
    color: #393939;
    font-size: 25px;
    line-height: 30px;
}

#lightbox .headline_large {
    font-size: 50px;
    line-height: 57px;
    padding-bottom: 20px;
}

#lightbox .download_link {
    float: right;
    font: bold 15px/30px Helvetica, Arial, sans-serif;
    padding-right: 20px;
    padding-top: 8px;
    background: url("images/download_sprite.png") no-repeat scroll right 15px transparent;
}

#lightbox .download_link:hover {
    background-position: right -27px;
}

.lb_top {
    padding-bottom: 12px;
}

.lb_content img {
    float: left;
    padding: 4px 18px 16px 0;
}

.lb_videos {
    padding-top: 1px;
}

.lb_videos .video_thumbs {
    padding-top: 11px;
}

.lb_videos .video_thumb {
    float: left;
    padding-right: 20px;
}

.lb_videos .video_thumb p {
    margin-bottom: 0;
    color: #858585;
}

.lb_videos .video_thumb .photo_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 111px;
    height: 67px;
    background: transparent url('images/small_play_icon.png') no-repeat center center;
}

.lb_videos .video_thumb .video_link {
    display: block;
    position: relative;
}

.lb_videos .video_thumb .video_link h5 {
    /*padding-top:19px;*/
}

.lb_videos .video_thumb .video_link:hover h5, .lb_videos .video_thumb.selected .video_link h5 {
    color: #393939;
}

.lb_videos .video_thumb .video_link:hover .photo_overlay, .lb_videos .video_thumb.selected .video_link .photo_overlay {
    background: transparent url('images/lightbox_video_overlay.png') repeat center center;
}

#lb_close {
    position: absolute;
    top: -22px;
    right: -18px;
    width: 47px;
    height: 49px;
    background: url("images/lightbox_close_sprite.png") no-repeat scroll 0 0 transparent;
}

#lb_close:hover {
    background-position: left bottom;
}

.lightbox_spacer {
    /*padding-top: 100px;*/
}

.form {
    padding-top: 20px;
}

.form input, .form textarea, .form .select_field {
    color: #858585;
    font: 15px/17px Helvetica, Arial, sans-serif;
}

.form input, .form .select_field {
    margin-bottom: 18px;
}

.form .text_field {
    border: none;
    background: url("images/text_field_sprite.png") no-repeat scroll 0 0 transparent;
    width: 323px;
    height: 43px;
    padding: 0 14px;
    line-height: 42px;
}

.form .select_field.select_error {
    font-weight: bold;
    color: #ff0000;
}

/*.form .text_field.error, .form .text_field.wpcf7-not-valid {background-position: left -43px; color: #fff;}*/
.wpcf7-not-valid-tip {
    display: none;
}

.form .text_field.selected {
    background-position: left -86px;
    color: #000;
}

.form .text_field_small {
    margin-bottom: 16px;
    border: none;
    background: url("images/small_text_field_sprite.png") no-repeat scroll 0 0 transparent;
    width: 203px;
    height: 43px;
    padding: 0 14px;
    line-height: 42px;
}

.form .text_field_small.error, .form .wpcf7-not-valid {
    /*background-position: left -43px; color: #fff;*/
    font-weight: bold;
    color: #ff0000 !important;
}

.form .wpcf7-not-valid::-webkit-input-placeholder {
    color: red;
}

.form .wpcf7-not-valid:-moz-placeholder {
    /* Firefox 18- */
    color: red;
}

.form .wpcf7-not-valid::-moz-placeholder {
    /* Firefox 19+ */
    color: red;
}

.form .wpcf7-not-valid:-ms-input-placeholder {
    color: red;
}

.form .text_field_small.selected {
    background-position: left -86px;
    color: #000;
}

.form .select_field_container {
    display: inline-block;
}

.form .select_field {
    border: none;
    background: url("images/select_field_bg.png") no-repeat scroll 0 0 transparent;
    width: 323px;
    height: 30px;
    padding: 13px 14px 0;
    display: inline-block;
    cursor: pointer;
}

.form textarea {
    margin-bottom: 17px;
    padding: 20px 14px 16px;
    width: 687px;
    height: 88px;
    border: none;
    background: url("images/text_area_bg.png") no-repeat scroll 0 0 transparent;
    resize: none;
    overflow-y: auto;
}

.form .submit_btn {
    text-indent: -9999px;
    margin-bottom: 0;
    border: none;
    background: url("images/submit_sprite.png") no-repeat scroll 0 0 transparent;
    width: 199px;
    height: 61px;
    cursor: pointer;
}

.form .submit_btn:hover {
    background-position: left bottom;
}

.form .right {
    float: right;
    width: 452px;
    margin-bottom: 0;
}

.form .form_bottom {
    padding-top: 12px;
}

.form p {
    margin-bottom: 0;
}

.form .select_values {
    z-index: 10;
    display: none;
    background-color: #fff;
    width: 372px; /*border: 5px solid #d2d1d1;*/
    padding: 11px 0px 6px;
    position: absolute;
    top: 46px;
    background: url("images/select_bg_top.png") no-repeat scroll 0 0 transparent;
}

.form .select_values .select_center {
    background: url("images/select_bg.png") repeat-y scroll 0 0 transparent;
}

.form .select_values .select_bot {
    background: url("images/select_bg_bot.png") no-repeat scroll 0 0 transparent;
    height: 32px;
}

.form .select_values a {
    padding: 6px 0 6px 14px;
    display: block;
    border-top: 1px solid #ccc;
    font: 15px/17px Helvetica, Arial, sans-serif;
    color: #808080;
    margin: 0 22px 0 10px
}

.form .select_values a.first {
    border-top: 0;
}

.form .select_values a:hover {
    color: #fff;
    background-color: #064569;
}

.form .select_field_container {
    position: relative;
}

.form .stage_input, .form .sector_input {
    display: none
}

/*.form .select_values_bot {background: url("images/select_dropdown_shadow_bot.png") no-repeat scroll 0 0 transparent; width: 372px; height: 21px;}
.form .select_values_wrapper {background: url("images/select_dropdown_shadow_right.png") repeat-y scroll right top transparent;}
*/
.sector_top {
    margin: 30px 0 22px 0;
}

.sector_top img {
    float: left;
    padding: 0 18px 16px 0;
}

.sector_top h5 {
    padding-top: 4px;
}

.news_status_feed {
    padding: 14px 0;
}

.title_70_percent {
    float: left;
    width: 70%;
}

.archive_link {
    padding: 7px 0 0 0;
    margin-right: 6px;
    float: right;
    position: relative;
    display: block;
    font: bold 15px/30px Helvetica, Arial, sans-serif;
    text-decoration: none;
}

.archive_link .arrow_icon {
    margin: 8px 0 0 8px;
}

.archive_link:hover .arrow_icon {
    background-position: -212px -27px;
}

.news_search {
    position: relative;
    width: 376px;
    height: 43px;
}

.news_search .field {
    border: none;
    color: #858585;
    font: 15px/17px Helvetica, Arial, sans-serif;
    margin-bottom: 18px;
    background: url("images/search_field_large.png") no-repeat scroll 0 0 transparent;
    width: 348px;
    height: 43px;
    padding: 0 14px;
}

.news_search .button {
    position: absolute;
    right: 14px;
    top: 0;
    margin-bottom: 0;
    border: none;
    background: url("images/search_icon.png") no-repeat scroll center center transparent;
    width: 32px;
    height: 43px;
    cursor: pointer;
}

.news_blocks .date {
    font-size: 20px;
    font-style: italic;
}

.news_blocks a {
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    padding: 4px 0;
}

.office {
    float: left;
    width: 213px;
    padding-right: 27px;
    margin-bottom: 50px;
}

.office_last {
    clear: both;
}

.archive_accordion_link {
    position: relative;
    font: 25px/25px Georgia, "Times New Roman", Times, serif;
    height: 27px;
    display: block;
    padding-bottom: 18px;
    margin-bottom: 26px;
    border-bottom: 1px solid #D2D1D1;
}

.archive_accordion_link span {
    position: relative;
    top: 6px;
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url("images/archive_sprite.png") no-repeat scroll left top transparent;
    margin-right: 11px;
}

.archive_accordion_link:hover span {
    background-position: left -27px;
}

.archive_accordion_link.ui-state-active span {
    background-position: left -54px;
}

.archive_accordion_link.ui-state-active:hover span {
    background-position: left -81px;
}

.article .date {
    font: italic 20px/20px Georgia, "Times New Roman", Times, serif;
    color: #808080;
}

.article .content {
    margin-bottom: 62px;
}

.article .content a {
    line-height: 19px;
}

.article .content ul {
    list-style-type: disc;
    padding-left: 16px;
    padding-bottom: 20px;
    line-height: 25px;
}

.back_link {
    float: right;
    position: relative;
    display: block;
    height: 90px;
    font: bold 15px/90px Helvetica, Arial, sans-serif;
    text-decoration: none;
    margin-top: 20px;
}

.back_link .arrow_icon {
    margin: 39px 0 0 8px;
}

.back_link:hover .arrow_icon {
    background-position: -212px -27px;
}

.portfolio_filter {
    margin-bottom: 21px;
}

.portfolio_filter .select {
    color: #717171;
    font: bold 15px/17px Helvetica, Arial, sans-serif;
    float: left;
    width: 181px;
    height: 28px;
    padding: 10px 0 0 12px;
    background: url("images/portfolio_select_bg.png") no-repeat scroll left top transparent;
    margin-right: 8px;
}

.portfolio_filter .filter_btn {
    cursor: pointer;
    float: left;
    width: 157px;
    height: 38px;
    background: url("images/portfolio_filter_btn.png") no-repeat scroll left top transparent;
}

/*961*/
.filter_table .row {
    float: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 0 8px 0;
    cursor: pointer;
}

.filter_table .row:hover a {
    color: #000;
}

.filter_table .row a {
    line-height: 19px;
}

.filter_table .row_last {
    border-bottom: none;
}

.filter_table .row_head {
    font: bold 20px/22px Helvetica, Arial, sans-serif;
    color: #808080;
    cursor: default;
}

.filter_table .col1 {
    width: 412px;
    padding: 0 12px 0 0;
}

.filter_table .col2 {
    width: 190px;
    padding: 0 12px 0 0;
}

.filter_table .col3 {
    width: 166px;
    padding: 0 12px 0 0;
}

.filter_table .col4 {
    width: 157px;
}

.filter_pagination {
    border-top: 1px solid #d1d1d1;
    margin: 34px 0 60px 0;
    padding: 20px 0 0 0;
}

.right_content_col_inner h2 {
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
}

.filter_pagination a {
    margin-right: 5px;
    color: #fff;
    font: 15px/15px Georgia, "Times New Roman", Times, serif;
    display: block;
    float: left;
    width: 27px;
    height: 27px;
    background: url("images/pagination_sprite.png") no-repeat scroll left top transparent;
}

.filter_pagination .prev {
    background-position: right top
}

.filter_pagination .prev:hover {
    background-position: right bottom;
}

.filter_pagination .next {
    background-position: left top
}

.filter_pagination .next:hover {
    background-position: left bottom;
}

.filter_pagination .page_link {
    background-position: center top;
    padding: 3px 0 0 10px;
    height: 24px;
    width: 17px;
}

.filter_pagination .page_link:hover, .filter_pagination .page_link.cur {
    background-position: center bottom;
}

.filter_pagination .page_link_1, .filter_pagination .page_link_2 {
    padding-top: 5px;
    height: 22px;
}

.jobs_rss_link, .jobs_twitter_link {
    float: right;
    display: block;
    font: bold 15px/90px Helvetica, Arial, sans-serif;
    height: 90px;
    margin-top: 20px;
}

.jobs_rss_link {
    margin-right: 16px;
}

.jobs_rss_link .icon, .jobs_twitter_link .icon {
    margin: 30px 0 0;
    float: right;
    margin-left: 6px;
}

.jobs_rss_link:hover .rss_icon {
    background-position: -162px -27px;
}

.jobs_twitter_link:hover .twitter_icon {
    background-position: -54px -27px;
}

.right_content_col_inner ul, .spotlight_content ul, .lb_content ul {
    list-style-type: disc;
    padding-left: 16px;
    padding-bottom: 20px;
    line-height: 25px;
}

.apply_link {
    position: relative;
    display: inline-block;
    font: bold 15px/17px Helvetica, Arial, sans-serif;
    text-decoration: none;
    margin-bottom: 60px;
}

.apply_link .arrow_icon {
    margin: 3px 0 0 8px;
}

.apply_link:hover .arrow_icon {
    background-position: -212px -27px;
}

.sector_right_content {
    top: -5px;
}

/*PRINT TEMPLATE STYLES*/
#print_wrapper {
    /*width: 500px; margin: 0 auto;*/
    background-color: #fff;
}

.print_top {
    position: relative;
    padding-bottom: 12px;
    border-bottom: 7px solid #737373;
}

.print_top .section {
    position: absolute;
    bottom: 12px;
    right: 0px;
}

.print_top #logo_a {
    background: none;
}

.print_content {
    border-top: 1px solid #ababab;
    padding-top: 24px;
}

.print_content .logo_header img {
    float: right;
}

.print_content .logo_header h2 {
    float: left;
}

.print_content .logo_header {
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 26px;
    border-bottom: 1px solid #d2d1d1;
}

.print_content h5 {
    color: #393939;
}

.print_content p {
    max-width: 960px;
}

.print_content .right {
    float: right;
    position: relative;
    top: -55px;
}

.print_blocks {
    padding-bottom: 21px;
}

.print_blocks p {
    font-size: 14px;
    margin-bottom: 8px;
}

.print_blocks .block {
    width: 46%;
    float: left;
}

.print_blocks .block.odd {
    padding-right: 8%;
}

.print_info {
    margin-bottom: 20px;
}

.print_info .italic, .print_info .italic a {
    font-size: 14px;
    line-height: 20px;
}

.print_blocks .block_details p {
    margin-bottom: 7px;
}

.print_spotlight_content {
    padding-bottom: 27px;
    border-bottom: 1px solid #d2d1d1;
    margin-bottom: 38px;
}

.print_spotlight_content img {
    float: left;
    padding-top: 4px;
    padding-right: 38px;
}

.print_spotlight_content .right {
    float: right;
    width: 231px;
}

.print_spotlight_content p {
    margin-bottom: 0;
}

.spotlight_block {
    margin-bottom: 34px;
}

#slideshow_wrapper {
    width: 100%;
    position: relative;
    min-width: 1024px;
    overflow: hidden;
    height: 910px;
}

#slideshow {
    width: 100%;
    position: relative;
    display: block;
}

#slideshow img {
    width: 100%;
    float: left;
}

#slide_pagination {
    position: absolute;
    text-align: center;
    top: -46px;
    width: 987px;
}

#slide_pagination a {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url("images/elipse_sprite.png") repeat scroll 0 0 transparent;
    margin-right: 4px;
}

#slide_pagination a:hover, #slide_pagination a.active {
    background-position: left bottom;
}

#slide_pagination a.last {
    margin-right: 0px;
}

#slide_caption {
    font-family: "Georgia", "Times New Roman", "Times", serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 38px;
    top: 39%;
    text-decoration: none;
    display: block;
    position: absolute;
    z-index: 10;
    text-align: left;
    color: #e7e7e8;
}

#slide_caption.caption_font_small {
    font-size: 42px;
    line-height: 46px;
}

#slide_caption.caption_font_small span {
    background-image: url("images/bg_white_sm.gif");
}

@media ( min-height: 750px ) and ( max-height: 849px ) {
    #slideshow_wrapper {
        height: 980px;
    }

    #slide_caption {
        top: 41%;
    }
}

@media ( min-height: 850px ) and ( max-height: 924px ) {
    #slideshow_wrapper {
        height: 1050px;
    }

    #slide_caption {
        top: 44%;
    }
}

@media ( min-height: 925px ) {
    #slideshow_wrapper {
        height: 1080px;
    }

    #slide_caption {
        top: 46%;
    }
}

.caption_wrapper {
    width: 962px;
    margin: 0 auto;
}

/*
#supersized {width: 100%; position:relative;}
#supersized li {position: absolute;}
#supersized img {width: 100%; float: left;}
*/
.home_footer_nav_wrapper {
    padding: 19px 0 35px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #777777;
    background: url("images/home_footer_bg.png") repeat scroll 0 0 transparent;
}

#home_footer_nav {
    margin: 0 auto;
    width: 962px; /*position: absolute; bottom: 0; left: 0;*/
}

#home_footer_nav .headline {
    display: block;
    font: bold 18px/20px Helvetica, Arial, sans-serif;
    color: #fff;
    border-bottom: 5px solid #aaaaaa;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#home_footer_nav .column {
    float: left;
    width: 277px;
    padding-right: 65px;
    color: #fff;
    position: relative;
    font-size: 14px;
    line-height: 21px;
}

#home_footer_nav .column.last {
    padding-right: 0;
}

.print_info .italic a {
    font-style: italic;
}

#home_footer_nav .arrow_link {
    color: #fff;
    position: relative;
    line-height: 22px;
    text-transform: uppercase;
}

#home_footer_nav .arrow_link:hover {
    text-decoration: underline;
}

#home_footer_nav .arrow_link span {
    background: url("images/link_arrow.png") repeat scroll 0 0 transparent;
    width: 15px;
    height: 14px;
    display: inline-block;
    margin: 0 0 0 6px;
    position: relative;
    top: 2px;
}

#home_footer_nav .in_the_news_btn {
    display: block;
    position: absolute;
    top: 3px;
    right: 4px;
    width: 98px;
    height: 17px;
    background: url("images/in_the_news_btn.png") no-repeat scroll 0 0 transparent;
}

#home_footer_nav .tweet_list li .tweet_time {
    display: block;
    margin-left: 5px;
    font: italic 10px/12px Helvetica, Arial, sans-serif;
    padding: 4px 0 10px 0;
}

#home_footer_nav .tweet_list li {
    margin-bottom: 0;
    border-top: 1px solid #7f8186;
    padding-top: 9px;
    line-height: 17px;
}

#home_footer_nav .tweet_list li a {
    line-height: 17px;
    color: #fff;
}

#home_footer_nav .tweet_list li a:hover {
    text-decoration: underline;
}

#home_footer_nav .tweet_list li.tweet_first {
    border-top: none;
    padding-top: 0;
}

#home_footer_nav p {
    margin-bottom: 8px;
}

.spotlight_content {
    margin-bottom: 60px;
}

.spotlight_content h3, .article h3 {
    color: #393939;
    padding-bottom: 19px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D2D1D1;
}

#right_content_3_cols.team_list {
    margin-bottom: 10px;
}

.team_list {
    width: 756px;
}

.team_list .col {
    margin-right: 27px;
}

.team_list .view_profile_link {
    margin-bottom: 40px;
}

.team_filter_nav a.selected {
    color: #000;
    background: transparent url('images/sidebar_nav_active_icon.png') no-repeat right center;
}

#team_reset {
    cursor: pointer;
}

#right_content_col .team_intro_content {
    overflow: hidden;
    border-bottom: none;
    padding-bottom: 0;
}

hr.team_content_hr {
    margin-bottom: 40px;
    height: 5px;
    margin-top: 16px;
}

#sidebar_search {
    position: relative;
}

.autocomplete_box {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    background: url("images/prediction_bg_top.png") no-repeat scroll left top transparent;
    width: 228px;
    padding-top: 32px;
    z-index: 20;
}

.autocomplete_box .bottom {
    height: 26px;
    width: 228px;
    background: url("images/prediction_bg_bot.png") no-repeat scroll left top transparent;
}

.autocomplete_box .center {
    padding: 0 22px 6px 10px;
    width: 196px;
    background: url("images/prediction_bg_center.png") repeat-y scroll left top transparent;
}

.autocomplete_box a, .autocomplete_box .noresult {
    /*height: 24px;*/
    border-bottom: 1px solid #ccc;
    padding: 5px 0 6px 15px;
    display: block;
    color: #808080;
    font: 15px Helvetica, Arial, sans-serif;
}

.autocomplete_box a:hover {
    color: #fff;
    background-color: #00446a;
}

.autocomplete_box a.last, .autocomplete_box .noresult {
    border-bottom: none;
}

.min_width_1100 {
    min-width: 1100px;
}

.tweet_list li {
    margin-bottom: 20px;
}

.sector_content .content_block p {
    margin-bottom: 12px;
}

.sector_top h5 {
    color: #393939;
}

#idea_form {
    display: none;
}

.aboutsub_lightbox {
    display: none;
}

#about_sub_lb {
    display: none;
}

.lb_content_hidden {
    display: none;
}

#company_filter_list {
    width: 727px;
    float: right;
    display: none;
}

.company_filter_cols .col {
    margin-bottom: 40px;
    margin-right: 27px;
}

.company_filter_cols {
    width: 744px;
}

.loading_block {
    background: url("images/loading_2.gif") no-repeat scroll center center transparent;
    height: 300px;
}

.spotlight_list {
    /*position: relative;*/
    /*left: -5px;*/
    width: 976px;
}

.spotlight_list h5 {
    font-weight: normal;
}

.spotlight_list .col {
    float: left;
    width: 233px;
    margin-right: 11px;
}

.min_width_1024 {
    min-width: 1024px;
}

#slide_link_left {
    z-index: 20;
    position: absolute;
    top: 370px;
    left: 20px;
    background: url("images/slide_arrow_left.png") top right no-repeat;
    width: 41px;
    height: 40px;
    display: block;
}

#slide_link_right {
    z-index: 20;
    position: absolute;
    top: 370px;
    right: 20px;
    background: url("images/slide_arrow_right.png") top left no-repeat;
    width: 41px;
    height: 40px;
    display: block;
}

#slide_link_left:hover {
    background-position: top left;
}

#slide_link_right:hover {
    background-position: top right;
}

#right_content_col.float_left {
    float: left;
}

.right_content_col_inner .photo_overlay ul {
    overflow: hidden;
    height: 98px;
}

/*ul.tweet_list {overflow: hidden;}*/

.print_content .logo_header img {
    height: 75px;
}

.company_logo_header h2 {
    padding-top: 20px;
}

.admin_link {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

#company_detail_spotlight .title_link {
    display: block;
    font: bold 20px/22px Helvetica, Arial, sans-serif;
}

.icon.share_icon.addthis_button_compact span {
    background: none;
}

.icon.share_icon.addthis_button_compact {
    padding: 0;
}

/* Contact form */

.form .captcha-challenge, .captcha-response {
    margin-top: 15px;
}

.form .captcha-challenge {
    border: 1px solid #d7d7d7;
    padding: 7px 24px;
}

.form .captcha-response {
    border: none;
    background: url("images/text_field_sprite.png") no-repeat scroll 0 0 transparent;
    width: 323px;
    height: 43px;
    padding: 0 14px;
    line-height: 42px;
    position: relative;
    top: -17px;
    margin: 0 0 8px 25px;
}

.form .thanks {
    width: 480px;
    position: relative;
    margin-top: 0;
}

/* Main menu tooltip */
#menu-top-nav a.menu-powered-link:link, #menu-top-nav a.menu-powered-link:visited {
    background: #00476d;
    display: block;
    color: #ffffff;
}

#menu-top-nav a.menu-powered-link:hover, #menu-top-nav a.menu-powered-link:active {
    color: #c4c5c9;
}

.menu-toolip {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 214px;
    position: absolute;
    top: 103px;
    right: 0;
    z-index: 1;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    display: none;
}

.menu-toolip.open {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);

    animation: rubberBand .500s;
    -webkit-animation: rubberBand .500s;
}

.menu-toolip.close {

    transform: scale(0);
    -webkit-transform: scale(0);

    animation: rubberBandOut .500s;
    -webkit-animation: rubberBandOut .500s;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(0);
    }
    70% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes rubberBand {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes rubberBandOut {
    0% {
        -webkit-transform: scale(1);
    }
    70% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(0);
    }
}

@keyframes rubberBandOut {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0);
    }
}

.menu-toolip__content {
    border: 5px solid #d2d1d1;
    background: #ffffff;
    padding: 18px;
    margin-top: 15px;
    border-top-left-radius: 2px;
}

.menu-toolip__content p {
    margin: 0 0 .5em 0;
}

.menu-toolip__content a {
    font-weight: bold;
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
}

.menu-toolip__content hr {
    margin: 1em 0;
}

.menu-tooltip__link-close {
    text-align: center;
    display: block;;
}

.menu-tooltip__link-close:link, .menu-tooltip__link-close:visited {
    text-transform: uppercase;
    color: #828282;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 0
}

.menu-tooltip__link-close {
    outline: none;
}

.menu-tooltip__link-close:hover, .menu-tooltip__link-close:active {
    text-transform: uppercase;
    color: #000000;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal
}

i.icon-arrow-right {
    background: url(images/menu-tooltip-link-sprite.png) 0 0 no-repeat;
    display: inline-block;
    width: 15px;
    height: 14px;
    position: relative;
    top: 2px;
}

.menu-toolip__content a:hover i.icon-arrow-right, .menu-toolip__content a:active i.icon-arrow-right {
    background-position: 0 -14px;
}

i.icon-close {
    background: url(images/menu-tooltip-link-sprite.png) -15px 0 no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}

.menu-tooltip__link-close:hover i.icon-close, .menu-tooltip__link-close:active i.icon-close {
    background-position: -15px -20px;
}

.menu-toolip__arrow-up {
    width: 0;
    height: 0;
    right: 30px;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #d2d1d1;
}

.menu-toolip__arrow-up:after {
    content: '';
    position: absolute;
    top: 8px;
    right: -13px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid white;
}

/**** Homepage ****/
.homepage-slider {
    background-size: cover;
    position: relative;
    /* padding-top: 66px; */
    height: calc(100% - 147px);
    height: calc(100vh - 147px);
    background-position: center top;
}

.homepage {
  /*  position: relative; */
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.homepage-footer-wrapper {
    position: fixed;
    bottom: 0px;
    width: 100%;
    /* border-top: 4px solid #00476c; */
    min-width: 1020px;
    font-size: 1.5vh;
    height: 4%;
}
.homepage-footer {
    text-align: center;
    font: 10px/37px Helvetica, Arial, sans-serif;
}


.homepage-background-image {
    width: 100%;
    height: 100%;
}

.homepage-text-container {
}

.homepage-text > h1 {
    /* font-family: Helvetica, Arial; */
    font-family: HelveticaNeueLT-Light;
    font-weight: 200;
    padding: 5px;
}

.homepage-logo {

}

/**** Flexslider ****/
.flexslider .slides {
    position: relative;
    overflow: hidden;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 40px;
}

.flexslider .slides .slide {
    color: white;
    text-align: center;
}

.flexslider .slides .slide h1 {
    color: white;
    font-family: HelveticaNeueLT-Thin, Helvetica, Arial;
    font-weight: 200;
    padding: 5px;
}

body .menu-homepage-center-nav-container .menu li a {
    max-width: 100%;
}

.menu-homepage-center-nav-container {
}

.menu-homepage-center-nav-container .menu {
    display: block;
    text-align: center;
}

.menu-homepage-center-nav-container .menu li {
  
    position: relative;
    display: table-cell;
    text-align: center;
    
    color: #00476d;
    overflow: hidden;
    white-space: nowrap;

}

.menu-homepage-center-nav-container .menu li a {
    padding: 20px 40px;
    max-width: 100%;
    border: 1px solid #03cbfd !important;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #0072ce;
    border-right: 1px solid white;
    font-family: Helvetica, Arial;
    font-size: 19px;
    cursor: pointer;
    margin-right: 10px;
}

.menu-homepage-center-nav-container .menu li a:hover {
    color: black;

}

.menu-homepage-center-nav-container .menu li:last-child a {
    border: none;
}

.footer-wrapper {
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-top: 4px solid #00476c;
    min-width: 1020px;
}

.menu-homepage-top-nav-container {
}

.menu-homepage-top-nav-container ul {
    display: flex;
    text-align: center;
    align-items: stretch;
    white-space: nowrap;
    justify-content: space-evenly;
}

.menu-homepage-top-nav-container ul li {
    display: block;
    flex: 1 1 auto;
    list-style-type: none;
    text-align: center;
    width: 2%;
}

.menu-homepage-top-nav-container ul li:first-child  {
    border-left: none;
}

.menu-homepage-top-nav-container ul li:not(:first-child)  {
    border-left: 1px solid #03cbfd;
}

.menu-homepage-top-nav-container li a {
    font-family: Helvetica, Arial;
    font-weight: 100;
    color: #0072ce;
    font-size: 2vh;
    text-transform: uppercase;
    display: block;
}

.background-about-us {

    background-position: center bottom;
    background-size: cover;
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    background-repeat: no-repeat;
    margin-top: -107px;
}

.background-about-us .inner {
    padding-top: 107px;
}

.background-about-us h1 {
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    color: white;
    padding-top: 30px;
    padding-bottom: 15px;
    font-weight: 300;
}

.background-about-us hr {
    background-color: white;
    height: 5px;
}

.background-about-us .header-content p {
    color: white;
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
}

.background-about-us .header-content {
    padding-bottom: 60px;
    padding-top: 15px;
}

.menu-top-top-nav-container {
}

.menu-top-top-nav-container .menu-top-top {
    float: left;
}

.menu-top-top-nav-container .menu-top-top li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 10px;
}

.menu-top-top-nav-container .menu-top-top li a {
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    color: #858585;
    font-size: 14px;
    line-height: 27px;

}

.menu-top-top-nav-container .menu-top-top li a:hover {
    color: #0072CE;
}

.menu-top-top-nav-container .menu-top-top .current-menu-item a, .menu-top-top-nav-container .menu-top-top .current-page-ancestor a {
    color: #00476d;
}

.equity .main-content h1 {
    font-family: HelveticaNeueLT-Medium, Helvetica, Arial;
    font-size: 25px;
    color: #3a3c3d;
    font-weight: 300;
    border-bottom: 1px solid #d2d1d1;
    margin-bottom: 15px;
}

.lightbox-content {
    display: none;
}

.featherlight .featherlight-content .lightbox-content.featherlight-inner {
    display: block;
}

.about-nav#left_content_col {
    float: right;
    width: 258px;
    background-color: #f4f3f3;
    padding: 27px;
    padding-top: 5px;
    padding-bottom: 40px;
    margin-top: 15px;
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
}

.about-nav#left_content_col a {
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    font-size: 15px;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

.twitter-line:after {
    content: ' ';
    width: 86%;
    line-height: 0.5;
    border-bottom: 1px solid #ccc;
    height: 1px;
    position: absolute;
    bottom: 24px;
    display: block;
    right: 0;
}

.twitter-line {
    position: relative;
    padding: 10px 0;
}

.twitter-line i {
    color: #00476d;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}

.about #right_content_col {
    width: auto;
    float: none;
    overflow: hidden;
}

.about #right_content_col a {
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
    clear: both;
}

.about .button {
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid #00476d;
    display: inline-block;
    overflow: hidden;
    padding: 7px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 0;
}

.about .button i {
    font-weight: 100;
    padding-left: 5px;
}

.about .button i:before {
    color: #00476d;
}

.about #right_content_col .right_content_col_inner {
    width: auto;
    padding-right: 30px;

}

.team #right_content_col {
    width: 717px;
}

.companies #right_content_col {
    width: 717px;
}

h2.line {
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    font-size: 25px;
    border-bottom: 1px solid #d2d1d1;
    padding-bottom: 10px;
    color: #3a3c3d;
    font-weight: 300;
    margin-top: 30px;
    clear: both;
    margin-bottom: 20px;
}

h2.no-line {
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    font-size: 25px;
    padding-bottom: 0px;
    color: #3a3c3d;
    font-weight: 300;
    margin-top: 15px;
    clear: both;
    margin-bottom: 10px;
}

.about h3 {
    color: #00476d;
    font-size: 22px;
    margin-bottom: 20px;
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    font-weight: 300;
    margin-bottom: 10px;
}

.about .tile {
    width: 50%;
    float: left;
    overflow: hidden;
    font-family: HelveticaNeueLT-Medium, Helvetica, Arial;
    font-weight: 300;
}

.about .tile .content {
    width: 90%;
    font: 15px/19px Georgia, "Times New Roman", Times, serif;
}

.featherlight-content .top-content, .featherlight-content p, .featherlight-content div, .featherlight-content a {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.featherlight-content .tabs-nav .tab-content {
    display: none;
}

.featherlight-content .tabs-nav .tab-content.active {
    display: block;
}

.featherlight-content .tabs-nav .tab-label.active {
    font-weight: bold;
}

.featherlight-content .tabs-nav .tab-label {
    display: inline-block;
    padding-right: 20px;
    color: #00476d;
    font-size: 15px;
    padding-bottom: 10px;
    vertical-align: top;
    cursor: pointer;
}

.featherlight-content .tabs-nav .tab-label:after {
    content: "|";
    font-weight: 300;
    padding-left: 20px;
}

.featherlight-content .tabs-nav .tab-label:last-child:after {
    content: "";
    display: none;
}

.featherlight-content .tabs-nav .nav-holder {
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 15px;
}

.equity-section {
}

.equity-sidebar {
    display: inline-block;
    width: 175px;
    float: left;
}

.equity-graybox {
    margin-top: 40px;
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    background-color: #f4f3f3;
    padding: 15px;
}

.equity-graybox h5 {
    margin-bottom: 15px;
}

.equity-sidebar img {
    max-width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.equity-tabs .tab-label {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1em;
    border-bottom: 1px solid #d2d1d1;
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    font-size: 18px;
    color: #00476d;
    font-weight: 300;
    cursor: pointer;
}

.equity-tabs .tab-label.active {
    font-weight: normal;
    font-family: HelveticaNeueLT-Medium, Helvetica, Arial;
}

.equity-content {
    display: inline-block;
    width: 747px;
    padding-left: 40px;
}

.equity-content .tab-content {
    display: none;
    padding-top: 20px;
}

.equity-content .tab-tab {
    display: none;
}

.equity-content .tab-tab.active {
    display: block;
}

.equity-content .tab-content.active {
    display: block;
}

.equity-section {
    border-top: 1px solid #d2d1d1;
    padding-bottom: 20px;
    overflow: hidden;
}

.companies.tab-tab img {
    width: 210px;
    border: 1px solid #edeff0;
    margin-right: 10px;
    margin-bottom: 15px;
}

.team.tab-tab img {
    width: 230px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.tab-tab-label {
    margin-bottom: 15px;
}

.tab-tab-label a.active {
    font-weight: bold;
}

.equity-lightbox {
    overflow: hidden;

}

.equity-lightbox > a {
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid #02466a;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
    width: auto;
}

.equity-lightbox > a i {
    padding-left: 5px;
    font-weight: 100;
}

.news-resources {
    margin-top: 40px;
    padding-bottom: 50px;
    overflow: hidden;
}

.news-resources .block {
    padding-right: 16.5%;
    width: 33%;

}

.news-resources .news > a {
    display: block;
    margin-bottom: 15px;
    padding-top: 5px;
}

.view-all-button a {
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid #02466a;
    display: inline-block;
    overflow: hidden;
    padding: 7px;
    width: auto;
    margin-top: 10px;
}

.view-all-button i {
    padding-left: 5px;
    font-weight: 100;
}

#company_filter_list .star {
    position: relative;
    font-size: 16px;
    font-style: italic;
}

.about #left_content_col {
    margin-bottom: 120px;
}

.alignleft {
    float: left;
}

.featherlight-content {
    max-width: 820px;
}

body .featherlight .featherlight-content {
    overflow: visible;
}

.featherlight .featherlight-content .featherlight-close-icon {
    background: url("images/lightbox_close_sprite.png") no-repeat scroll 0 0 transparent;
    overflow: hidden;
    text-indent: -9999em;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    margin-right: -23px;
}

.featherlight .featherlight-content .featherlight-close-icon:hover {
    background-position: left -50px;

}

.featherlight .featherlight-content ul li {
    list-style: disc;
    position: relative;
    margin-left: 1em;
}

#dynamic_companies .background img.logo {
    max-width: 100%;
}


#footer.home-page {
    background-color: white;
    text-align: center;
    color: #888888;
}

#footer.home-page a {
    color: #888888;
    font-weight: normal;
}

#footer.home-page a:hover {
    color: #444444;
}

#footer.home-page #copyright {
    float: none;
}

.news.tab-tab {
    min-height: 800px;

}

.column_50 {
    width: 50%;
    flex: 1 0 0 50%
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border-radius: 20px;
    border: 13px;
    color: #858585;
    background-color: #f3f3f3;
    font: 15px/17px Helvetica, Arial, sans-serif;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.3);
    height: 43px;
    padding: 0 14px !important;
    line-height: 42px;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
    background-color: #fff;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.3);

}

.name_first > label, .name_last > label {
    display: none !important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 5px;
}

.column_100 {
    flex: 1 0 100%;
}

.request_briefings .gform_fields {
    display: flex !important;

    flex-wrap: wrap !important;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    font: 15px/17px Helvetica, Arial, sans-serif !important;
}

.briefing_button {
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid #fff;
    color: white;
    display: inline-block;
    overflow: hidden;
    padding: 7px;
    width: auto;
    margin-top: 10px;
    margin-right: 22px;
    margin-bottom: 0;
    background-color: #002A3A;
    padding-right: 12px;

}

.briefing_button a {
    color: #fff;
}

.briefing_button .fa {
    padding-left: 10px;
}

.request_briefings_wrapper.gform_wrapper .gfield_required {
    display: none !important;
}
.additional {
    width: 100%;
}
.gform_wrapper .textarea {
    background-color: #fff;
    width: 100%;
    border-radius: 20px;
    border: 13px;
    color: #858585;
    background-color: #f3f3f3;
    font: 15px/17px Helvetica, Arial, sans-serif;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.3);

    padding: 0 14px !important;
    line-height: 42px;

    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.3);

}

/************************
*************************

	PORTFOLIO SERVICES STYLES

*************************	  
************************/

.hero_portfolio_services {

    background-position: center bottom;
    background-size: cover;
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    background-repeat: no-repeat;
    margin-top: -107px;
}

.hero_portfolio_services .inner {
    padding-top: 107px;
}

.hero_portfolio_services h2 {
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    color: white;
    padding-top: 30px;
    padding-bottom: 15px;
    font-weight: 300;
}

.hero_portfolio_services .portfolio_inner img {
	width: 69%;
}

.hero_portfolio_services .header_content p {
    color: white;
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

.hero_portfolio_services .header_content {
    padding-bottom: 15px;
    padding-top: 15px;
}

.portfolio_content .inner .portfolio_services_menu {
	margin: 55px 0 25px;
}

.portfolio_content .inner .portfolio_services_menu ul {
	list-style: none;
    width: 100%;
    text-align: center;
	display: flex;
    justify-content: space-around;
}

.portfolio_content .inner .portfolio_services_menu ul li {
	width: 18%;
	display: inline-block;
}

.portfolio_content .inner .portfolio_services_menu ul .service_border {
	display: inline-block;
	width: 1px;
	background-color: #3999d2;
}

.portfolio_content .inner .portfolio_services_menu ul li a {
	color: #3999d2;
	text-align: center;
	font-size: 16px;
	font-family: HelveticaNeueLT-Light, Helvetica, Arial;
}

.portfolio_content .inner .portfolio_services_menu ul li a.active_service {
	color: #00476d;
}

.portfolio_content .inner .portfolio_services_menu ul li a:hover {
	color: #00476d;
}

.portfolio_content .inner .portfolio_services_menu ul li a img.service_icon {
	display: block;
    width: auto;
    margin: 0 auto;
    height: 75px;
    margin-bottom: 10px;
}

.portfolio_content .inner .portfolio_services_menu ul li a:hover img.service_icon {
	display: none;
}

.portfolio_content .inner .portfolio_services_menu ul li a img.service_icon_hover {
	display: none;
    width: auto;
    margin: 0 auto;
    height: 75px;
    margin-bottom: 10px;
}

.portfolio_content .inner .portfolio_services_menu ul li a:hover img.service_icon_hover {
	display: block;
}

.portfolio_content .inner .main_content {
    float: left;
    width: 620px;
    padding-right: 30px;
}

.portfolio_content .inner .main_content .service_description h2 {
/* 	color: #1d5d85; */
}

.portfolio_content .inner .main_content .service_description p {
	color: #424242;
	line-height: 1.4;
}

.portfolio_content .inner .related_links {
	float: right;
    width: 258px;
    background-color: #f4f3f3;
    padding: 0 27px 27px;
    margin-top: 70px;
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
}

.portfolio_content .inner .related_links h3 {
	font-family: HelveticaNeueLT-Light, Helvetica, Arial;
	font-size: 22px;
	color: #1d5d85;
	margin-bottom: 15px;
}

.portfolio_content .inner .related_links h4 {
	font-family: HelveticaNeueLT-Light, Helvetica, Arial;
	font-size: 18px;
	color: #1d5d85;
}

.portfolio_content .inner .related_links p {
	margin-bottom: 15px;
	color: #424242;
}

.portfolio_content .inner .related_links p a {
	color: #00476d;
	font-family: HelveticaNeueLT-Light, Helvetica, Arial;
}

.portfolio_content .inner .related_links p a:hover {
	color: #000;
}

.portfolio_content .inner .main_content .service_team {
	margin-top: 30px;
}

.portfolio_content .inner .main_content .service_team h3 {
	color: #1d5d85;
	font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    font-size: 21px;
    border-bottom: 1px solid #d2d1d1;
    padding-bottom: 10px;
    font-weight: 300;
    clear: both;
    margin: 50px 0;
}

.portfolio_content .inner .main_content .service_team .team_member {
	margin-bottom: 25px;
	display: flex;
	align-items: flex-start;
}

.portfolio_content .inner .main_content .service_team .team_member .team_member_info {
	float: left;
	width: 35%;
	text-align: center;
	padding-right: 50px;
	color: #1d5d85;
	font-family: HelveticaNeueLT-Light, Helvetica, Arial;
	font-size: 18px;
}

.portfolio_content .inner .main_content .service_team .team_member .team_member_info img {
	width: 100%;
	margin-bottom: 5px;
}

.portfolio_content .inner .main_content .service_team .team_member .team_member_bio {
	float: right;
	width: 60%;
	color: #424242;
    line-height: 1.4;
}

.portfolio_content .inner .main_content .service_team .team_member .team_member_bio ul {
	list-style: disc;
	list-style-position: outside;
    padding-left: 18px;
}

.testimonial_slider .swiper-container .swiper-wrapper .swiper-slide {
	background-size: cover;
}

.testimonial_slider .swiper-container .swiper-button-prev {
	left: 240px;
	background-image: url('images/prev.png');
	background-repeat: no-repeat;
}

.testimonial_slider .swiper-container .swiper-button-prev:hover {
	left: 240px;
	background-image: url('images/prev-hover.png');
	background-repeat: no-repeat;
}

.testimonial_slider .swiper-container .swiper-button-next {
	right: 240px; 
	background-image: url('images/next.png');
	background-repeat: no-repeat;
}

.testimonial_slider .swiper-container .swiper-button-next:hover {
	right: 240px; 
	background-image: url('images/next-hover.png');
	background-repeat: no-repeat;
}

@media screen and (max-device-width: 768px) {
 
    .testimonial_slider .swiper-container .swiper-button-prev {
		left: 30px;
		background-image: url('images/prev.png');
		background-repeat: no-repeat;
	}
	
	.testimonial_slider .swiper-container .swiper-button-prev:hover {
		left: 30px;
		background-image: url('images/prev-hover.png');
		background-repeat: no-repeat;
	}
	
	.testimonial_slider .swiper-container .swiper-button-next {
		right: 30px; 
		background-image: url('images/next.png');
		background-repeat: no-repeat;
	}
	
	.testimonial_slider .swiper-container .swiper-button-next:hover {
		right: 30px; 
		background-image: url('images/next-hover.png');
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 768px) {
    .testimonial_slider .swiper-container .swiper-button-prev {
		left: 30px;
		background-image: url('images/prev.png');
		background-repeat: no-repeat;
	}
	
	.testimonial_slider .swiper-container .swiper-button-prev:hover {
		left: 30px;
		background-image: url('images/prev-hover.png');
		background-repeat: no-repeat;
	}
	
	.testimonial_slider .swiper-container .swiper-button-next {
		right: 30px; 
		background-image: url('images/next.png');
		background-repeat: no-repeat;
	}
	
	.testimonial_slider .swiper-container .swiper-button-next:hover {
		right: 30px; 
		background-image: url('images/next-hover.png');
		background-repeat: no-repeat;
	}
}

.testimonial_slider .swiper-container .swiper-wrapper .swiper-slide .inner .slide_content {
	padding: 100px 200px;
    font-size: 24px;
    line-height: 1.2;
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
}

.events_gallery {
	margin-top: 50px;
	margin-bottom: 50px;
}

.events_gallery .inner h3 {
	color: #1d5d85;
	font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    font-size: 21px;
    border-bottom: 1px solid #d2d1d1;
    padding-bottom: 10px;
    font-weight: 300;
    clear: both;
}

.events_gallery .inner h4 {
	font-family: HelveticaNeueLT-Light, Helvetica, Arial;
	font-size: 18px;
	padding-top: 20px;
	margin-bottom: 0;
}

    
.events_gallery .inner .gallery-item {
	width: 30% !important;
    margin-right: 32px !important;
    margin-top: 25px !important;	
}

.events_gallery .inner img {
	width: 100%;
    height: auto;
    border: none !important;
}

.news-block {
    margin-bottom: 20px;
}

.angle-left {
	left: -624px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: relative;
    -webkit-transform: skew(35deg);
    position: absolute;
    background: white;
}
