/* load reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

/* ---------------------- global vars ------------------------------------ */
/* $img_url: '../img/'; */
/* ---------------------- END global vars -------------------------------- */
/* ---------------------- fonts and colors ------------------------------------------ */
/* darker blue for headings */
/* blue */
/* gray */
/* very light gray (backgrounds) */
/* darker gray */
/* ---------------------- END fonts and colors -------------------------------------- */
/* ---------------------- global styles ---------------------------------- */
* {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

p {
  font-size: 14px;
  line-height: 1.8em;
  display: block;
  margin: 10px 0 20px 0;
  font-family: "Helvetica", "Arial", sans-serif;
  color: #536169; }

div {
  font-size: 14px;
  line-height: 1.8em; }

h1 {
  font-size: 28px;
  line-height: 1.3em;
  color: #2e4959;
  margin-bottom: 8px;
  letter-spacing: .75px; }

h2 {
  font-size: 20px;
  line-height: 1.3em;
  color: #2e4959;
  margin: 10px 0 4px; }

h3 {
  font-size: 15px;
  line-height: 1.4em;
  color: #2e4959;
  margin: 10px 0 3px 0; }

h4 {
  font-size: 14px;
  line-height: 1.4em;
  color: #2e4959;
  margin: 10px 0 20px 0;
  display: block; }

h5 {
  font-size: 12px;
  line-height: 1.4em;
  color: #2e4959; }

h6 {
  font-size: 10px;
  line-height: 1.4em;
  color: #2e4959; }

a {
  color: #2e4959; }

.two_column_main_content div {
  font-size: 14px;
  line-height: 1.8em;
  font-family: "Helvetica", "Arial", sans-serif;
  color: #536169; }
.two_column_main_content ul {
  margin-bottom: 20px; }
  .two_column_main_content ul li {
    list-style: none;
    line-height: 1.7em;
    margin-left: 0px;
    padding-left: 12px;
    background: url("/wp-content/themes/bare-bones-starter-theme/_/img/decorative/bullets.png") 0px 8px no-repeat; }
.two_column_main_content ol {
  margin-bottom: 20px; }
  .two_column_main_content ol li {
    line-height: 1.7em;
    list-style: decimal inside;
    margin-left: 0;
    margin-bottom: 10px; }
.two_column_main_content div {
  margin-bottom: 20px; }
.two_column_main_content .gform_fields li {
  list-style: none;
  line-height: 1.7em;
  margin-left: 0px;
  padding-left: 0px;
  background: none; }

/* ---------------------- END global styles ------------------------------ */
/* ---------------------- mixins ----------------------------------------- */
.clear_0 {
  display: block;
  clear: both;
  height: 0px; }

.clear_5 {
  display: block;
  clear: both;
  height: 5px; }

.clear_10 {
  display: block;
  clear: both;
  height: 10px; }

.clear_15 {
  display: block;
  clear: both;
  height: 15px; }

.clear_20 {
  display: block;
  clear: both;
  height: 20px; }

.clear_25 {
  display: block;
  clear: both;
  height: 25px; }

.clear_30 {
  display: block;
  clear: both;
  height: 30px; }

.clear_40 {
  display: block;
  clear: both;
  height: 40px; }

.clear_50 {
  display: block;
  clear: both;
  height: 50px; }

/* ---------------------- END mixins ------------------------------------- */
/* ---------------------- buttons ----------------------------------------- */
/* ---------------------- END buttons ------------------------------------- */
/* ---------------------- header ----------------------------------------- */
header {
  width: 100%;
  height: 125px;
  -webkit-box-shadow: #dcdcdc 0px 3px 15px;
  -moz-box-shadow: #dcdcdc 0px 3px 15px;
  box-shadow: #dcdcdc 0px 3px 15px;
  background: white url("/wp-content/themes/bare-bones-starter-theme/_/img/decorative/header-bg-image.jpg") top center repeat-x;
  margin-bottom: 6px;
  /* debug - show borders on structural containers LEAVE INTACT, CHANGE VARIABLE AT TOP OF FILE */ }
  header #header_inner {
    width: 1000px;
    margin: auto;
    display: block;
    position: relative;
    z-index: 10;
    /* debug - show borders on structural containers LEAVE INTACT, CHANGE VARIABLE AT TOP OF FILE */ }
    header #header_inner #logo {
      position: absolute;
      top: 64px;
      left: -4px; }
    header #header_inner #main-menu-container {
      position: absolute;
      top: 57px;
      right: 0px;
      line-height: 1.5em; }
      header #header_inner #main-menu-container ul#menu-header-menu {
        font-size: 14px; }
        header #header_inner #main-menu-container ul#menu-header-menu > li {
          float: left;
          display: inline;
          margin-right: 5px;
          font-weight: bold;
          padding: 10px 30px 0 20px;
          position: relative;
          z-index: 6;
          border-top: solid 2px transparent; }
          header #header_inner #main-menu-container ul#menu-header-menu > li.has_submenu {
            background: url("/wp-content/themes/bare-bones-starter-theme/_/img/decorative/menu_arrows_sprite.png") 87% 21px no-repeat; }
            header #header_inner #main-menu-container ul#menu-header-menu > li.has_submenu.has_submenu_hovered {
              background: url("/wp-content/themes/bare-bones-starter-theme/_/img/decorative/menu_arrows_sprite.png") 87% -55px no-repeat;
              -moz-box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.15);
              -webkit-box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.15);
              border-top: solid 2px #007abf; }
              header #header_inner #main-menu-container ul#menu-header-menu > li.has_submenu.has_submenu_hovered > a {
                cursor: default;
                color: #007abf; }
          header #header_inner #main-menu-container ul#menu-header-menu > li.current-menu-parent {
            background: url("/wp-content/themes/bare-bones-starter-theme/_/img/decorative/menu_arrows_sprite.png") 87% -55px no-repeat; }
            header #header_inner #main-menu-container ul#menu-header-menu > li.current-menu-parent > a {
              color: #007abf; }
          header #header_inner #main-menu-container ul#menu-header-menu > li:last-child {
            margin-right: 0px; }
          header #header_inner #main-menu-container ul#menu-header-menu > li > a {
            text-decoration: none;
            position: relative;
            z-index: 6; }
            header #header_inner #main-menu-container ul#menu-header-menu > li > a:hover, header #header_inner #main-menu-container ul#menu-header-menu > li > a.active {
              color: #007abf; }
          header #header_inner #main-menu-container ul#menu-header-menu > li .sub-menu {
            -moz-box-shadow: 6px 3px 20px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 6px 3px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 6px 3px 20px rgba(0, 0, 0, 0.15);
            -webkit-border-bottom-right-radius: 2px;
            -webkit-border-bottom-left-radius: 2px;
            -moz-border-radius-bottomright: 2px;
            -moz-border-radius-bottomleft: 2px;
            border-bottom-right-radius: 2px;
            border-bottom-left-radius: 2px;
            background: white url("/wp-content/themes/bare-bones-starter-theme/_/img/decorative/striped-border.jpg") top center repeat-x;
            padding-top: 5px;
            padding-bottom: 5px;
            position: absolute;
            background: #fff;
            z-index: 5;
            width: 245px;
            margin-top: 0px;
            top: 38px;
            /* comment this for theming sub-menus  */
            display: none; }
            header #header_inner #main-menu-container ul#menu-header-menu > li .sub-menu li a {
              text-decoration: none;
              font-size: 13px;
              padding: 8px 10px 8px 20px;
              display: block;
              width: 215px;
              line-height: 1.4em; }
              header #header_inner #main-menu-container ul#menu-header-menu > li .sub-menu li a:hover {
                background-color: #edf4f8; }
          header #header_inner #main-menu-container ul#menu-header-menu > li .cover_drop_shadow {
            background: #fff;
            width: 100%;
            height: 10px;
            left: 0;
            top: 28px;
            position: absolute;
            z-index: 7; }
    header #header_inner #support-links-container {
      position: absolute;
      top: 5px;
      right: 0px; }
      header #header_inner #support-links-container #support-links {
        position: relative;
        float: right;
        width: 500px;
        float: right; }
        header #header_inner #support-links-container #support-links ul {
          float: right;
          display: inline; }
          header #header_inner #support-links-container #support-links ul li {
            display: inline;
            margin-left: 15px;
            font-size: 15px; }
            header #header_inner #support-links-container #support-links ul li.login {
              background: #2e4959;
              -webkit-border-radius: 2px;
              -moz-border-radius: 2px;
              border-radius: 2px;
              padding: 4px 13px; }
              header #header_inner #support-links-container #support-links ul li.login a {
                color: #fff; }
            header #header_inner #support-links-container #support-links ul li a {
              position: relative;
              text-decoration: none; }
    header #header_inner #header-phone-numbers {
      position: absolute;
      top: 4px;
      margin-left: 4px;
      color: #007abf;
      font-weight: bold; }
      header #header_inner #header-phone-numbers #global-phone-number {
        position: relative;
        float: left;
        display: inline;
        font-size: 15px; }
      header #header_inner #header-phone-numbers #global-phone-number-secondary {
        position: relative;
        float: left;
        display: inline;
        margin-left: 52px;
        font-size: 15px; }

/* ---------------------- END header ------------------------------------- */
/* ---------------------- footer ----------------------------------------- */
footer {
  width: 100%;
  font-size: 13px;
  background: #ecf1f4;
  padding: 20px 0 50px;
  /* debug - show borders on structural containers LEAVE INTACT, CHANGE VARIABLE AT TOP OF FILE */ }
  footer #footer_inner {
    width: 1000px;
    margin: auto;
    display: block; }
    footer #footer_inner #footer-links {
      width: 1200px;
      display: block; }
      footer #footer_inner #footer-links ul:first-child > li {
        float: left;
        display: inline;
        margin-right: 10px;
        width: 215px; }
        footer #footer_inner #footer-links ul:first-child > li.menu_row_narrower {
          width: 95px; }
        footer #footer_inner #footer-links ul:first-child > li.who_we_are {
          width: 215px;
          margin-right: 20px; }
        footer #footer_inner #footer-links ul:first-child > li.what_we_do {
          width: 215px;
          margin-right: 66px; }
        footer #footer_inner #footer-links ul:first-child > li.market_research {
          width: 200px; }
        footer #footer_inner #footer-links ul:first-child > li.careers {
          margin-left: 15px;
          margin-right: 3px; }
        footer #footer_inner #footer-links ul:first-child > li > a {
          text-decoration: none;
          font-weight: bold; }
        footer #footer_inner #footer-links ul:first-child > li .sub-menu li {
          margin-top: 0px;
          line-height: 1.3em; }
          footer #footer_inner #footer-links ul:first-child > li .sub-menu li a {
            display: block;
            text-decoration: none;
            margin-top: 1px;
            font-size: 13px;
            color: #6a7b85; }
    footer #footer_inner #footer-copy-terms {
      clear: both;
      display: block; }
      footer #footer_inner #footer-copy-terms #footer-copyright {
        display: inline;
        float: right;
        color: #6a7b85;
        font-size: 10px;
        margin: 15px 0px 0px 55px; }
      footer #footer_inner #footer-copy-terms #privacy_terms {
        display: inline;
        float: right; }
        footer #footer_inner #footer-copy-terms #privacy_terms a {
          color: #6a7b85;
          font-size: 10px;
          margin: 12px 6px 0px;
          float: left;
          display: inline; }

/* ---------------------- END footer ------------------------------------- */
/* ---------------------- structural containers -------------------------- */
body {
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
  background: #f9f9f9;
  overflow: visible;
  /* background: url($img_url+'body_bg.jpg') #000 top center no-repeat; */ }

#page-wrap {
  margin: 0;
  padding: 0;
  line-height: 0; }

#content_wrap_outer {
  width: 100%;
  margin: 20px auto 50px;
  display: block;
  clear: both;
  position: relative;
  /* debug - show borders on structural containers LEAVE INTACT, CHANGE VARIABLE AT TOP OF FILE */ }
  #content_wrap_outer #content_wrap_inner {
    width: 1000px;
    margin: 0 auto;
    display: block;
    clear: both;
    position: relative; }

/* main layouts defined sizing */
.one_column_main_content {
  width: 1000px;
  display: block; }

.two_column_main_content {
  width: 694px;
  background: white url("/wp-content/themes/bare-bones-starter-theme/_/img/decorative/striped-border.jpg") top center repeat-x;
  padding: 28px 34px;
  -webkit-box-shadow: #dcdcdc 0px 0px 15px;
  -moz-box-shadow: #dcdcdc 0px 0px 15px;
  box-shadow: #dcdcdc 0px 0px 15px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
  .two_column_main_content.left {
    float: left;
    display: inline; }
  .two_column_main_content.right {
    float: right;
    display: inline; }
  .two_column_main_content img {
    max-width: 100%;
    height: auto; }

.three_column_main_content {
  width: 524px;
  float: left;
  display: inline; }

.sidebar_left {
  width: 213px;
  margin-right: 25px;
  float: left;
  display: inline; }
  .sidebar_left h2 {
    font-size: 15px;
    color: #007abf;
    margin: 10px 0 13px; }
  .sidebar_left div.widget {
    background: white url("/wp-content/themes/bare-bones-starter-theme/_/img/decorative/striped-border.jpg") top center repeat-x;
    padding: 5px 20px;
    -webkit-box-shadow: #dcdcdc 0px 0px 15px;
    -moz-box-shadow: #dcdcdc 0px 0px 15px;
    box-shadow: #dcdcdc 0px 0px 15px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: 0 0 23px 0; }

.sidebar_right {
  width: 173px;
  margin-left: 25px;
  float: left;
  display: inline; }
  .sidebar_right h2 {
    font-size: 14px; }
  .sidebar_right div.widget {
    background: white url("/wp-content/themes/bare-bones-starter-theme/_/img/decorative/striped-border.jpg") top center repeat-x;
    padding: 20px;
    -webkit-box-shadow: #dcdcdc 0px 0px 15px;
    -moz-box-shadow: #dcdcdc 0px 0px 15px;
    box-shadow: #dcdcdc 0px 0px 15px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: 0 0 23px 0; }

/* END main layouts defined sizing */
/* ---------------------- END structural containers ---------------------- */
/* ---------------------- widgets ---------------------- */
/* our experts in the news */
#execphp-2 h2 {
  margin: 8px 0 -6px 0;
  background: url("/wp-content/themes/bare-bones-starter-theme/_/img/decorative/sidebar-heading-shadow.jpg") bottom center repeat-x;
  padding-bottom: 20px;
  width: 213px;
  margin-left: -20px;
  text-align: center;
  font-size: 15px; }
#execphp-2 .posts_by_category_widget .post {
  margin: 6px 0 -3px 0; }
  #execphp-2 .posts_by_category_widget .post:last-child {
    margin-bottom: 0; }
  #execphp-2 .posts_by_category_widget .post a {
    display: block;
    max-width: 173px;
    margin-bottom: 0px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.3em;
    font-size: 13px;
    color: #536169; }
  #execphp-2 .posts_by_category_widget .post .source {
    float: left;
    display: inline;
    font-size: 11px;
    margin-right: 5px;
    color: #A6B5BE; }
  #execphp-2 .posts_by_category_widget .post .date_time_posted {
    float: left;
    display: inline;
    font-size: 11px;
    color: #A6B5BE; }
#execphp-2 .posts_by_category_widget hr {
  width: 213px;
  margin-left: -20px;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  height: 2px;
  background: #ECF1F4; }
  #execphp-2 .posts_by_category_widget hr:first-child {
    display: none; }
#execphp-2 .posts_by_category_widget .see_all_posts {
  display: block;
  margin: 4px 0 -9px 0;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold; }

/* subpages navigation */
.Subpages_In_Context ul li {
  list-style: none !important;
  margin: 0 !important; }
  .Subpages_In_Context ul li a {
    text-decoration: none;
    font-size: 12px;
    line-height: 1.3em;
    margin-bottom: 13px;
    width: 105%;
    display: block; }
    .Subpages_In_Context ul li a:hover, .Subpages_In_Context ul li a.act {
      color: #007abf;
      /* font-weight: bold; */ }
    .Subpages_In_Context ul li a.act {
      font-weight: bold; }
  .Subpages_In_Context ul li.current_page_item a {
    color: #007abf; }

/* testimonials widget */
.testimonials_widget h2 {
  display: none; }
.testimonials_widget .testimonials_quotations {
  width: 45px;
  height: 32px;
  background: url("/wp-content/themes/bare-bones-starter-theme/_/img/decorative/gray-quoatations.png") 0 0px no-repeat;
  margin: 10px 0 -17px -10px;
  z-index: 3;
  position: relative; }
.testimonials_widget .testimonial {
  z-index: 4;
  position: relative;
  text-decoration: none;
  min-height: 75px; }
  .testimonials_widget .testimonial .short_testimonial {
    display: block;
    width: 105%;
    text-decoration: none;
    font-style: italic;
    font-size: 15px;
    line-height: 1.5em;
    color: #007abf;
    font-weight: bold;
    letter-spacing: .05em; }
  .testimonials_widget .testimonial .testimonial_cite {
    text-decoration: none;
    margin: 1px 0 0 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.1em; }
    .testimonials_widget .testimonial .testimonial_cite .testimonial_name {
      display: block;
      font-size: 13px;
      line-height: 1.2em;
      margin: 10px 0;
      color: #6a7982;
      font-weight: normal; }
    .testimonials_widget .testimonial .testimonial_cite .company_name {
      display: inline;
      font-size: 13px; }
.testimonials_widget .see_all_testimonials {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  display: block;
  font-size: 13px;
  text-decoration: none;
  background: #e2e2e2;
  padding: 5px 8px;
  margin: 0 0 2px -4px; }

#employee_testimonials_widget_outer {
  position: relative; }
  #employee_testimonials_widget_outer .see_all_testimonials_overlay {
    text-indent: -999em;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10; }

.simplePullQuote {
  width: 200px;
  float: right;
  background: url("/wp-content/themes/bare-bones-starter-theme/_/img/decorative/pullquote_background.png") top left no-repeat;
  text-indent: 0px;
  padding: 10px 36px 5px 56px;
  margin: 6px 0 20px 10px; }
  .simplePullQuote p {
    color: #0078be;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    font-style: italic; }

/* addision CNBC */
#execphp-4 h2 {
  font-size: 18px;
  font-size: 15px;
  letter-spacing: 0;
  margin-left: -25px;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 222px;
  text-align: center; }
#execphp-4 .addision_cnbc_wdget img {
  display: block;
  min-width: 213px;
  height: auto;
  margin: auto;
  margin-left: -20px;
  margin-bottom: -5px; }

/* market prices widget */
#execphp-6 {
  padding-bottom: 0; }
  #execphp-6 h2 {
    background: url("/wp-content/themes/bare-bones-starter-theme/_/img/widgets/graph.jpg") 20px 3px no-repeat;
    padding-left: 44px;
    margin: 8px 0 10px 0;
    width: 213px;
    margin-left: -20px; }
  #execphp-6 div.execphpwidget {
    background: white url("/wp-content/themes/bare-bones-starter-theme/_/img/decorative/sidebar-heading-shadow.jpg") top center repeat-x;
    width: 173px;
    margin-left: -20px;
    padding: 5px 20px 7px; }
  #execphp-6 .market_prices {
    position: relative;
    padding-bottom: 28px; }
    #execphp-6 .market_prices .market-time {
      position: absolute;
      bottom: -1px;
      left: -2px;
      font-size: 11px;
      color: #A6B5BE; }
    #execphp-6 .market_prices .market_price {
      display: block;
      margin: 0 0 0px;
      margin-left: -20px;
      width: 213px;
      padding: 3px 0;
      color: #536169;
      font-weight: bold; }
      #execphp-6 .market_prices .market_price:first-child {
        margin-top: -5px; }
      #execphp-6 .market_prices .market_price.even {
        background-color: #ecf1f4; }
      #execphp-6 .market_prices .market_price .name {
        float: left;
        display: inline;
        font-weight: bold;
        text-align: left;
        width: 75px;
        margin: 0 -27px -8px 17px;
        font-size: 13px; }
      #execphp-6 .market_prices .market_price .price {
        float: left;
        display: inline;
        text-align: right;
        width: 75px;
        font-size: 12px;
        margin-top: 2px;
        margin-right: 23px; }
      #execphp-6 .market_prices .market_price:last-child {
        margin-bottom: 0; }
      #execphp-6 .market_prices .market_price .change {
        float: left;
        display: inline;
        width: 50px;
        text-align: left;
        margin: 0 -40px 0 0;
        font-size: 13px;
        font-weight: bold; }
        #execphp-6 .market_prices .market_price .change.up {
          color: #409600; }
        #execphp-6 .market_prices .market_price .change.down {
          color: #c50909; }

/* careers widget */
#execphp-9 {
  padding-bottom: 0;
  padding-bottom: 28px; }
  #execphp-9 div.execphpwidget {
    background: white url("/wp-content/themes/bare-bones-starter-theme/_/img/decorative/sidebar-heading-shadow.jpg") top center repeat-x;
    width: 173px;
    margin-left: -20px;
    padding: 5px 20px 7px; }
  #execphp-9 .jobs {
    display: block;
    margin: 0 0 0px;
    margin-left: -20px;
    width: 213px;
    padding: 3px 0;
    color: #536169;
    font-weight: bold; }
    #execphp-9 .jobs:first-child {
      margin-top: -3px; }
    #execphp-9 .jobs.even {
      background-color: #ecf1f4; }
    #execphp-9 .jobs .job-title {
      float: left;
      display: inline;
      font-weight: bold;
      text-align: left;
      width: 100px;
      margin: 4px 7px -8px 17px;
      font-size: 13px;
      line-height: 1.2em;
      padding: 2px 0 15px;
      color: #536169; }
    #execphp-9 .jobs .job-link {
      float: right;
      display: inline;
      text-align: right;
      font-size: 12px;
      margin-right: 14px;
      text-decoration: none;
      margin-top: 2px;
      color: #007abf; }
    #execphp-9 .jobs:last-child {
      margin-bottom: 0; }
  #execphp-9 .see_all_posts {
    background: white url("/wp-content/themes/bare-bones-starter-theme/_/img/decorative/sidebar-heading-shadow.jpg") top left no-repeat;
    display: block;
    margin: 0px 0 -36px -20px;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 0 0 15px;
    color: #A6B5BE; }

/* contact us widget */
#execphp-5 a {
  display: block;
  margin: -10px auto 5px;
  text-align: left;
  text-decoration: none; }

/* ---------------------- END widgets ---------------------- */
.rendered_template {
  display: block;
  width: 100%;
  background: #222;
  color: #fff;
  margin: 50px auto -20px;
  padding: 5px 0;
  text-align: center;
  font-weight: 400; }

/* Print styles!
-------------------------------------------------------------------------------*/
/* Media queries!
-------------------------------------------------------------------------------*/
.two_column_main_content .in_the_news {
  display: block;
  margin-bottom: 0px;
  border-top: 2px solid #edf4f8;
  padding: 15px 0 10px; }
  .two_column_main_content .in_the_news:last-child {
    border-bottom: 2px solid #edf4f8; }
  .two_column_main_content .in_the_news div {
    margin: 0; }
  .two_column_main_content .in_the_news .thumbnail {
    float: left;
    display: inline;
    margin-top: 2px; }
  .two_column_main_content .in_the_news .featured_title_desc {
    float: left;
    display: inline;
    padding-top: 17px;
    width: 505px;
    margin-left: 20px; }
    .two_column_main_content .in_the_news .featured_title_desc .featured_news_item_copy {
      line-height: 1.5em;
      margin-top: 5px; }
  .two_column_main_content .in_the_news .in_the_news_title {
    margin: 0; }
    .two_column_main_content .in_the_news .in_the_news_title a {
      text-decoration: none; }
  .two_column_main_content .in_the_news .source {
    margin-bottom: 5px;
    font-size: 12px !important; }
.two_column_main_content .in_the_news_archive_link {
  border-top: 2px solid #edf4f8;
  border-bottom: 2px solid #edf4f8;
  margin-top: 0px;
  padding: 15px 0 15px;
  text-decoration: none;
  display: block;
  font-weight: bold; }
