  /* LINK LIST (INVESTORS), BIOS */
  #main.link_list > .page_content, #main.bios > .page_content
  {
    margin-bottom: 32px;
  }

  /* BIOS */
  #main.bios #bio-container .tabbed_box
  {
    cursor: pointer;
    padding-right: 70px;
  }

  #main.bios .bio-photo, #bio-expanded_container .bio-photo
  {
    float: left;
    margin-right: 20px;
    height: 130px;
  }

  #main.bios #bio-container .bio-photo
  {
    height: 104px;
  }

  #main.bios #bio-container .bio-photo img
  {
    width: 104px;
    height: 104px;
  }

  #main.bios .bio-name, #bio-expanded_container .bio-name
  {
    font-size: 23px;
    font-weight: 600;
    position: relative;
    top: -2px;
  }

  #main.bios .tabbed_box.with_photo .bio-name, #bio-expanded_container .tabbed_box.with_photo .bio-name
  {
    padding-top: 12px;
  }

  #main.bios #bio-container .with_photo .bio-name
  {
    padding-top: 26px;
  }

  #main.bios .bio-position, #bio-expanded_container .bio-position
  {
    margin-top: 2px;
    line-height: 1.3em;
  }

  #main.bios .bio-description, #bio-expanded_container .bio-description
  {
    clear: both;
    margin-top: 42px;
    padding-top: 29px;
    border-top: 2px solid #b49877;
  }

  #main.bios .bio-close
  {
    display: none;
  }

  #main.bios .tabbed_box.expanded .arrow
  {
    background-position: left bottom;
  }

  #main.bios.two_col .tabbed_box .arrow
  {
    background-image: url('img/nav_small_down2.png');
  }

  #main.bios .bio-header, #bio-expanded_container .bio-header
  {
    position: relative;
  }

  #main.bios .bio-linkedin, #bio-expanded_container .bio-linkedin
  {
    margin-top: 8px;
    height: 35px;
  }

  #main.bios .with_photo .bio-header .bio-linkedin, #bio-expanded_container .with_photo .bio-header .bio-linkedin
  {
    position: absolute;
    left: 150px;
    bottom: 0;
  }

  #main.bios.one_col #bio-container .tabbed_box.with_photo
  {
    padding-left: 8px;
    padding-top: 8px;  
    padding-bottom: 8px;
  }

  #main.bios.one_col #bio-container .tabbed_box.no_position .bio-name
  {
    padding-top: 14px;
    padding-bottom: 9px;
  }

  body.js #main.bios #bio-container
  {
    width: 508px;
    float: left;
  }

  body.js #main.bios.two_col #bio-container
  {
    width: auto;
  }

  #main.bios.two_col #bio-container .tabbed_box
  {
    box-sizing: border-box;
    width: 508px;
    float: left;
  }

  #main.bios.two_col #bio-container .tabbed_box.odd
  {
    float: right;
  }

  body.js #main.bios .bio-description, body.js #main.bios .bio-linkedin
  {
    display: none;
  }

  body.nojs #main.bios .tabbed_box .arrow
  {
    display: none;
  }

  #main.bios #bio-expanded_background
  {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
  }

  #bio-expanded_container
  {
    float: right;
    width: 508px;
  }

  #bio-expanded_container .tabbed_box
  {
    background-color: #e5dbd0;
  }

  #bio-expanded_container .tabbed_box .tab
  {
    background-position: right top;
  }

  #bio-expanded_container .arrow
  {
    display: none !important;
  }

  #bio-expanded_container .bio-description, #bio-expanded_container .bio-linkedin
  {
    display: block !important;
  }

  #bio-expanded_container .tabbed_box.with_photo .bio-description
  {
    border-top: 0;
    margin-top: 0;
    padding-top: 14px;
  }

  #bio-expanded_container .bio-description
  {
    padding-bottom: 30px;
  }

  #bio-expanded_container.two_col
  {
    z-index: 2000;
    position: absolute;
    top: 0;
    left: 0;
  }

  #bio-expanded_container.two_col .tabbed_box
  {
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding-bottom: 17px;
    padding-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 524px;
  } 

  #bio-expanded_container.two_col .tabbed_box .tab
  {
    display: none;
  }

  #bio-expanded_container.two_col .bio-close
  {
    display: block;
    position: absolute;
    top: -6px;
    right: 28px;
  }

  /* LINK LIST */
  #main.link_list div.tabbed_box:hover
  {
    background-color: #ebebeb;
  } 

  #main.link_list div.tabbed_box:hover .tab
  {
    background-position: left top;
  }

  #main.link_list .tabbed_box
  {
    box-sizing: border-box;
    width: 508px;
    height: 104px;
    float: left;
    line-height: 104px;
    padding-top: 0;
    padding-bottom: 0;
  }

  #main.link_list .tabbed_box_content
  {
    display: inline-block; 
    line-height: 1.2em; 
    vertical-align: middle;
  }

  #main.link_list .tabbed_box.odd
  {
    float: right;
  }

  #main.link_list .link-logo
  {
    line-height: 104px;
    float: right;
  }

  #main.link_list .link-logo img
  {
    margin-top: -5px;
    vertical-align: middle;
  }

  #main.link_list .link-title
  {
    font-size: 23px;
    font-weight: 600;
    position: relative;
    top: -2px;
  }

  #main.link_list .link-subtitle
  {
    margin-top: 2px;
  }

  /* CAREERS */
  #main.careers p:empty
  {
    display: none;
  }

  #main.careers .careers_quotes_heading
  {
    margin-top: 50px;
  }

  #main.careers .careers_quotes .career_quote
  {
    background-color: #ebebeb;
    border-radius: 5px;
    margin-top: 18px;
    overflow: hidden;
    /* max-width: 940px; */
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    font-size: 19px;
    position: relative;
  }

  #main.careers .careers_quotes .career_quote::before
  {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 37px;
    background-image: url('img/tab_gray_right.png');
  }

  #main.careers .careers_quotes .career_quote:nth-child(odd)::before
  {
    right: auto;
    left: 0;
    background-image: url('img/tab_gray_left.png');
  }

  #main.careers .careers_quotes .career_quote.video
  {
    background-color: transparent;
    border-radius: 0;
  }

  #main.careers .careers_quotes .career_quote.video::before
  {
    background-image: none;
  }

  #main.careers .careers_quotes .career_quote:nth-child(odd)
  {
    flex-direction: row-reverse;
  }

  #main.careers .careers_quotes .career_quote.video
  {
    flex-direction: row;
  }

  #main.careers .careers_quotes .career_quote_photo img
  {
    width: 300px;
    display: block;
  }

  #main.careers .careers_quotes .career_quote_text
  {
    padding: 0 40px;
  }

  #main.careers .careers_quotes .career_quote_from
  {
    margin-top: 8px;
    font-weight: 600;   
  }

  #main.careers .symic_video
  {
    width: 534px;
    max-width: 100%;
    position: relative;
  }

  #main.careers .symic_video div
  {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }

  #main.careers .symic_video iframe
  {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  @media (max-width: 950px)
  {

    #main.careers .careers_quotes .career_quote
    {
      max-width: 400px;
      display: block;
    }
    
    #main.careers .careers_quotes .career_quote.video
    {
      max-width: 534px;
    }

    #main.careers .careers_quotes .career_quote::before
    {
      display: none;
    }

    #main.careers .careers_quotes .career_quote_photo
    {
      height: auto;
    }

    #main.careers .careers_quotes .career_quote_photo img
    {
      width: 100%;
    }

    #main.careers .careers_quotes .career_quote_text
    {
      box-sizing: border-box;
      max-width: 100%;
      width: auto;
      padding: 20px;
    }

  }

  #main.careers .careers-title
  {
    font-size: 23px;
    font-weight: 600;
  }

  #main.careers .careers-subtitle
  {
    margin-top: 2px;
    margin-bottom: 2em;
  }

  #main.careers #mc-embedded-subscribe-form
  {
    padding-top: 0 !important;
    padding-left: 0 !important;
    width: 300px !important;
    margin-left: 150px;
  }

  #main.careers #mce-EMAIL
  {
    width: 300px !important;
    padding: 4px 0;
    text-indent: 2%;
    font-size: 17px;
  }

  #main.careers #mc-embedded-subscribe
  {
    width: auto !important;
    background-color: #1f84b8;
    letter-spacing: 2px;
    margin-top: 12px;
  }

  @media screen and (max-width: 600px)
  {
    #main.careers #mc-embedded-subscribe-form
    {
      margin-left: auto !important;
      margin-right: auto !important;
      max-width: 100% !important;
    }
    #main.careers #mce-EMAIL, #main.careers #mc-embedded-subscribe
    {
      max-width: 100% !important;
    }
  }

  #main.careers .tabbed_box .careers-subtitle
  {
    margin-bottom: 0;
  }

  #main.careers .main-right
  {
    width: 862px; /* 767 */
  }

  #main.career .main-right
  {
    border-radius: 5px;
    background-color: #ebebeb;
    padding: 40px;
    width: 782px; /* 687 */
    position: relative;
  }
  
  #main.career .main-right .tab
  {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 37px;
    background-image: url('img/tabs.png');
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
  }

  #main.career .main-right li
  {
    list-style: none;
    background: url('img/bullet.png') no-repeat left 0.8em;
    padding: 3px 0 3px 15px;
    margin: 0;
  }

  #main.career #careers-item-back
  {
    display: block;
    margin-top: 27px;
    margin-bottom: 12px;
  }

  #main.career ol, #main.career ol li
  {
    list-style-type: decimal !important;
    list-style-position: inside !important;
    background: none !important;
    padding-left: 0 !important;
  }

  #main.career ol ol
  {
    padding-left: 15px !important;
    list-style-type: lower-alpha !important;
  }

  #main.career ol ol li
  {
    list-style-type: lower-alpha !important;
  }


#symic_pipeline
{
  width: 100%;
  table-layout: fixed;
}
  
  #symic_pipeline a
  {
    text-decoration: underline;
  }

  #symic_pipeline th
  {
    vertical-align: bottom;
    background-color: #818285;
    font-weight: 600;
    color: #fff;
  }

  #symic_pipeline th + th, #symic_pipeline td + td
  {
    border-left: 1px solid #fff;
  }

  #symic_pipeline td, #symic_pipeline th
  {
    width: 11%;
    text-align: left;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4em;
  }

  #symic_pipeline th
  {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #fff;
  }

  #symic_pipeline th:first-child
  {
    border-top-left-radius: 5px;
  }

  #symic_pipeline th:last-child
  {
    background-image: url('img/pipeline_top_right_darkgray.png');
    background-position: right top;
    background-repeat: no-repeat;
  }

  #symic_pipeline td:first-child, #symic_pipeline th:first-child
  {
    width: 12%;
    padding-left: 20px !important;
  }

  #symic_pipeline td:nth-child(2), #symic_pipeline th:nth-child(2) {
    width: 33%;
    padding-left: 15px !important;
  }

  #symic_pipeline td
  {
    background-color: #eeeeee;
    border-bottom: 1px solid #fff;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
  }

  #symic_pipeline tr:last-child td
  {
    border-bottom: 0;
  }
    
  #symic_pipeline tbody td
  {
    vertical-align: middle;
    height: 55px;
    overflow: hidden;
  }

  #symic_pipeline div.fill
  {
    height: 100%;
  }

  #symic_pipeline tbody tr .fill
  {
    background-color: #1f85ba;
  }

  #symic_pipeline div.fill
  {
    display: block;
    float: left;
  }

  #symic_pipeline td img.arrow
  {
    display: block;
    height: 100%;
    float: left;
    position: relative;
    left: -2px;
  }

  .tabbed_box .bio-photo img {
    width: 130px;
    height: 130px;
  }



body.page-news #main.left_sidebar .main-left
{
  margin: 45px 0 0 0;
  width: 330px;
}

body.page-news #main.left_sidebar .main-right
{
  margin-top: 19px;
  width: 844px;
}

body.page-news .twitter-timeline
{
  padding-right: 32px !important;
  width: 300px !important;
}

#buzz_of_bio
{
  position: relative;
  top: -10px;
  margin-bottom: -10px;
  text-align: center;
  width: 219px;
  padding: 0 0 5px 5px;
  float: right;
  font-size: 1.2em;
  line-height: 2em;
}

@media screen and (max-width: 550px)
{
  #buzz_of_bio
  {
    float: none;
    top: -20px;
    margin-bottom: 0;
    width: auto;
  }
} 

#contact-hqmap
{
  float: left;
  margin: 20px 20px 0 0;
  max-width: 450px
}

#contact-hqaddress
{
  margin-top: 20px;
}

#contact-additionaloffice
{
  clear: both;
}

@media screen and (max-width: 1100px)
{
  #contact-hqmap
  {
    float: none;
    margin: 20px 0 -5px 0;
  }

  #contact-hqaddress
  {
    max-width: 450px;
    margin-top: 0;
  }
}

body.page-vascular-disease .wp-caption.alignright,
body.page-osteoarthritis .wp-caption.alignright
{
  position: relative;
  top: -47px;
  float: right;
  font-size: 0.8em;
  line-height: 18px;
  margin-left: 15px;
  margin-bottom: -32px;
}
 
body.page-vascular-disease .wp-caption.alignright img,
body.page-osteoarthritis .wp-caption.alignright img
{
  border: 2px solid #777;
  padding: 10px;
}


body.page-about .symic_video,
body.page-vascular-disease .symic_video,
body.page-osteoarthritis .symic_video
{
  width: 569px;
  position: relative;
  top: 6px;
  float: left;
  margin-right: 24px;
  margin-bottom: 150px;
}

body.page-about .symic_video
{
  margin-bottom: 15px;
}

body.page-about .symic_video div,
body.page-vascular-disease .symic_video div,
body.page-osteoarthritis .symic_video div
{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

body.page-about .symic_video iframe,
body.page-vascular-disease .symic_video iframe,
body.page-osteoarthritis .symic_video iframe
{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1025px)
{
  body.page-vascular-disease .symic_video
  {
    margin-bottom: 15px;
  }
}

@media (max-width: 950px)
{
  body.page-vascular-disease .wp-caption.alignright,
  body.page-osteoarthritis .wp-caption.alignright  
  {
    top: 0;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    max-width: 100%;
  }

  body.page-vascular-disease .wp-caption.alignright img,
  body.page-osteoarthritis .wp-caption.alignright img
  {
    padding: 0;
    border: 0;
    max-width: 100%;
  }

  body.page-about .symic_video,
  body.page-vascular-disease .symic_video,
  body.page-osteoarthritis .symic_video
  {
    display: block;
    top: 0;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

body.page-osteoarthritis #osteoarthritis-illustrations
{
  float: right;
  display: flex;
  width: 500px;
  max-width: 100%;
  border: 2px solid #777;
  padding: 10px 0;
  margin: 0 25px 25px 25px;
}

@media screen and (max-width: 950px)
{
  body.page-osteoarthritis #osteoarthritis-illustrations
  {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    width: auto;
  }
}


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

  body.page-news #main.right_sidebar
  {
    margin-left: calc(100vw - 1165px);
    margin-right: 40px;
    max-width: none;
  }

  body.page-news #main.right_sidebar .main-left
  {
    width: calc(100vw - 440px);
  }

  body.page-news #main.right_sidebar .main-right
  {
    margin-left: 0;
    margin-right: 0;
  }

  #main.career .main-right
  {
    width: calc(100vw - 498px);
  }

}



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

  body.page-news #main.right_sidebar
  {
    margin-left: 20px;
    margin-right: 20px;
  }

  body.js #main.bios #bio-container
  {
    width: auto;
    float: none;
  }

  #main.bios .tabbed_box .arrow
  {
    background-image: url('img/nav_small_down2.png') !important;
    right: 22px;
    margin-top: 0;
    top: 30px;
  }

  #main.bios #bio-container .tabbed_box
  {
    float: none !important;
    width: auto !important;
    max-width: 800px !important;
    padding: 18px 70px 18px 24px;
  }

  #main.bios.one_col #bio-container .tabbed_box
  {
    max-width: 688px !important; 
  }

  #main.bios #bio-container .tabbed_box .bio-close
  {
    position: absolute;
    top: 30px;
    right: 22px;
  }

  #main.bios #bio-container .tabbed_box .bio-description
  {
    margin-right: -46px;
    margin-top: 18px;
    padding-top: 11px;
  }

  #main.bios #bio-container .tabbed_box .bio-header
  {
    display: table;
    width: 100%;
  }

  #main.bios #bio-container .tabbed_box .bio-header .bio-photo  
  {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: 104px;
  }

  #main.bios #bio-container .tabbed_box.with_photo .bio-name-position
  {
    padding-left: 24px;
  }

  #main.bios #bio-container .tabbed_box .bio-name-position
  {
    display: table-cell;
    vertical-align: middle;
  }

  #main.bios #bio-container .tabbed_box .bio-linkedin
  {
    left: auto;
    right: -47px;
  }

  #main.bios #bio-container .tabbed_box .bio-name
  {
    padding-top: 0;
  }

  #main.link_list .tabbed_box, #main.link_list .tabbed_box.odd
  {
    float: none;
    width: auto;
    max-width: 800px;
  }

  #main.link_list .tabbed_box_content
  {
    max-width: 60vw;
  }

  #symic_pipeline.responsive td, #symic_pipeline.responsive th
  {
    font-size: 1.26vw !important;
  }

  #symic_pipeline.responsive th:first-child
  {
    font-size: 1.43vw;
  }

  #symic_pipeline.responsive th
  {
    padding-left: 1.26vw;
    padding-bottom: 1.26vw;
    padding-top: 1.26vw;
  }

  #symic_pipeline.responsive th:first-child
  {
    border-top-left-radius: 0.42vw;
  }

  #symic_pipeline.responsive th:last-child
  {
    background-size: 3.4vw 3.1vw;
  }

  #symic_pipeline.responsive td:first-child, #symic_pipeline.responsive th:first-child
  {
    padding-left: 1.60vw !important;
  }

  #symic_pipeline.responsive tbody td
  {
    height: 5vw;
  } 

  #symic_pipeline_size
  {
    font-size: 19px;
    text-decoration: underline;
  }

  #symic_pipeline.full
  {
    width: 1040px;
  }

}

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

  body.page-news #main.right_sidebar
  {
    margin-left: 0;
    margin-right: 0;
  }

  body.page-news .twitter-timeline
  {
    display: none !important;
  }

}

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

  body.page-news #main.right_sidebar .main-left
  {
    width: auto;
  }

  #main.career .main-right
  {
    background-color: transparent;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  #main.career .main-right .tab
  {
    display: none;
  }

  #main.career .careers-title
  {
    margin-top: 30px;
  }

}

@media screen and (max-width: 480px)
{
  #main.careers .tabbed_box
  {
    padding: 21px 50px 21px 17px;
  }

  #main.careers .arrow
  {
    right: 15px;
  }

  #main.link_list .tabbed_box
  {
    height: 90px;
    line-height: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #main.bios .tabbed_box
  {
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #main.bios .tabbed_box .arrow
  {
    top: 4vw !important;
  }
  
  #main.bios .tabbed_box .bio-close
  {
    top: 4vw !important;
  }

  #main.bios #bio-container .tabbed_box .bio-photo
  {
    height: auto;
    width: 21vw !important;
  }

  #main.bios #bio-container .tabbed_box .bio-photo img
  {
    width: 21vw;
    height: auto;
  }

  #main.bios .bio-description
  {
    margin-right: calc(4vw - 70px) !important;
    margin-top: 15px;
    padding-top: 8px;
  }

  #main.link_list .link-logo
  {
    line-height: 90px;
    position: relative;
    z-index: 9999;
    padding-left: 10px;
  }

  #main.link_list .link-logo img
  {
    max-width: 100px;
  }

  #main.bios #bio-container .tabbed_box.with_photo .bio-name-position
  {
    padding-left: 4vw !important;
  }

  #main.link_list .link-title, #main.bios .bio-name
  {
    font-size: 5vw;
    line-height: normal;
  }

  #main.link_list .link-subtitle, #main.bios .bio-position
  {
    font-size: 4vw;
  }

  #main.bios .bio-description
  {
    font-size: 16px;
    line-height: 1.5em;
  } 

}
