#container
{
  max-width: 1280px;
  margin: 0 auto;
}

#main
{
  clear: both;
  min-height: 300px;
  line-height: 1.5em;
  font-weight: 400;
  font-size: 18px;
}

  /* TEXT STYLES */

  #main h1, .remodal h1
  {
    font-weight: 300;
    line-height: 1.1em;
  }

  #main h2, .remodal h2
  {
    color: #b49877;
    font-weight: 400;
    font-size: 1.7em;
    margin-bottom: 7px;
  }

  #main h3, .remodal h3
  {
    text-transform: uppercase;
    color: #b49877;
    font-weight: 600;
    margin: 6px 0 -5px 0;
    font-size: 18px;
  }

  #main h4, .remodal h4
  {
    color: #b49877;
    font-weight: 400;
    font-size: 1.4em;
    margin-bottom: 7px;
  }

  #main span.heading {
    font-size: 2em;
    color: #b49877;
    font-weight: 300;
  }

  #main hr
  {
    display: block;
    border: 0;
    border-top: 2px solid #e1d6c9;
    margin: 32px 0;
    text-align: left;
  }

  #main ul, #main ol
  {
    margin-top: 7px;
    padding-left: 3px;
  }

  #main p
  {
    margin-top: 7px;
  }

  #main .narrow_only
  {
    display: none;
  }

  #main_container .link_button a
  {
    display: inline-block;
    text-transform: uppercase;
    background-color: #1f84b8;
    color: #fff;
    padding: 5px 41px 5px 20px;
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 0.9em;
    background-image: url('img/arrow_white_right.png?v=2');
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 17px;
  }

  #main_container .link_button:hover a
  {
    background-color: #29abe2;
  }

  #main a.nav_small_left, #main a.nav_small_right, #main a.nav_large_left, #main a.nav_large_right, #main a.nav_small_up, #main a.nav_small_down, #bio-expanded_container a.nav_close, #main a.nav_close
  {
    display: block;
    width: 35px;
    height: 35px;
    background-image: url('img/nav_small_left2.png?v=2');
    background-repeat: no-repeat;
    background-position: left top;
    overflow:hidden;
  }

  #bio-expanded_container a.nav_close
  {
    width: 36px;
    height: 36px;
    background-image: url('img/nav_close2.png');
    background-position: left top;
  }

  #bio-expanded_container a.nav_close:hover
  {
    background-position: right top;
  }

  #main a.nav_large_left, #main a.nav_large_right
  {
    width: 50px;
    height: 50px;
  }

  #main a.nav_small_right
  {
    background-image: url('img/nav_small_right2.png?v=2');
  }

  #main a.nav_large_left
  {
    background-image: url('img/nav_large_left.png');
  }

  #main a.nav_large_right
  {
    background-image: url('img/nav_large_right.png');
  }

  #main a.nav_small_left:hover, #main a.nav_small_right:hover, #main a.nav_large_left:hover, #main a.nav_large_right:hover
  {
    background-position: left bottom;
  }

  #main a.nav_small_up, #main #bio-container a.nav_close
  {
    background-image: url('img/nav_small_up.png');
    background-position: left bottom;
  }

  #main a.nav_small_up:hover, #main #bio-container a.nav_close:hover
  {
    background-position: right bottom;
  }

  #main a.nav_small_down
  {
    background-image: url('img/nav_small_down2.png');
  }

  #main a.nav_small_down:hover
  {
    background-position: left bottom;
  }

  #main span.smaller
  {
    font-size: 0.9em;
  }

  #main span.lighter
  {
    color: #555;
  }

  /* screen-reader only content */
  #main a.nav_small_left span, #main a.nav_small_right span, a.nav_large_left span, #main a.nav_large_right span, #main a.nav_small_up span, #main a.nav_small_down span, #main a.nav_close span, #bio-expanded_container a.nav_close span
  {
    position: absolute;
    top: -99999px;
    left: -99999px;
  }

  /* line things up if first item on left-sidebar page */
  .main-right > p:first-child > .link_button:first-child
  {
    position: relative;
    top: -4px;
  }

  #main.left_sidebar .main-right > h4:first-child
  {
    margin-top: 5px;
  }

  /* DEFAULT */
  #main.default
  {
    max-width: 1040px;
    margin: 50px auto;
  }

 
  /* LEFT SIDEBAR */
  #main.left_sidebar .main-left hr
  {
    margin: 18px 0;
  }

  #main.left_sidebar .main-left
  {
    margin: 19px 0 0 120px;
    float: left;
    width: 210px; /* 250 */
    position: relative;
  }

  #main.left_sidebar .main-left.shortcode
  {
    clear: both;
    margin-top: 0;
  }

  #main.left_sidebar .main-right
  {
    margin: 48px 0 0 18px; /* margin-right: 70 */
    width: 862px; /* 717 */
    float: left;  
  }

  #main.left_sidebar .main-right.shortcode
  {
    margin-top: 0;
  }

  #main.left_sidebar .main-right .symic_sidebar_heading
  {
    position: relative; 
    left: -228px; 
    margin-bottom: -34px;
  }

  /* RIGHT SIDEBAR */
  #main.right_sidebar
  {
    max-width: 1040px;
    margin: 50px auto;
  }

  #main.right_sidebar .main-left
  {
    max-width: 740px;
    float: left;
  }

  #main.right_sidebar .main-right
  {
    width: 300px;
    float: right;
    margin-right: -47px;
    margin-top: 3px;
    position: relative;
  }

  #main.right_sidebar .main-left > *:first-child
  {
    margin-top: 0;
  }

  /* TABBED BOX (link list, bios, careers) */
  .tabbed_box
  {
    display: block;
    background-color: #ebebeb;
    padding: 34px 42px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 18px;
    color: #333;
  }

  .tabbed_box .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;
  }

  .tabbed_box .arrow
  {
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    background: url('img/nav_small_right2.png?v=2');
    background-position: left top;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -18px;
  }

  .tabbed_box:hover
  {
    background-color: #e5dbd0;
    color: #333;
  }

  .tabbed_box:hover .tab
  {
    background-position: right top;
  }

  .tabbed_box:hover .arrow
  {
    background-position: left bottom;
  }

table.styled
{
  width: 100%;
  table-layout: fixed;
}

  table.styled th
  {
    vertical-align: bottom;
    background-color: #999999;
    font-weight: 600;
    color: #fff;
  }

  table.styled th + th, table.styled td + td
  {
    border-left: 1px solid #555;
  }

  table.styled td, table.styled th
  {
    text-align: left;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.4em;
  }

  table.styled th:first-child
  {
    border-top-left-radius: 5px;
  }

  table.styled th:last-child
  {
    background-image: url('img/pipeline_top_right.png');
    background-position: right top;
    background-repeat: no-repeat;
  }

  table.styled th
  {
    padding: 15px;
  }  

  table.styled td
  {
    padding: 10px 15px;
  }

  table.styled tr:nth-child(odd) td
  {
    background-color: #ffffff;
  }

  table.styled td
  {
    background-color: #eeeeee;
  }

/* MAIN CONTENT AREA & SPECIFIC PAGES */

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

  #container
  {
    width: auto;
  }

  #main.default
  {
    padding-left: 4vw;
    padding-right: 4vw;
    max-width: 1040px;
  }

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

}

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

  .narrow_only
  {
    display: block !important;
  }

  .wide_only
  {
    display: none !important;
  }

  img.size-full.alignnone
  {
    height: auto;
    max-width: 100%;
  }

  #main.left_sidebar .main-left,
  #main.right_sidebar .main-right
  {
    width: auto;
    float: none; 
    margin-top: 48px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 4vw !important;
    padding-left: 4vw !important;
  }

  #main.left_sidebar .main-right,
  #main.right_sidebar .main-left
  {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4vw !important;
    padding-right: 4vw !important;
    margin-top: 0;
  }

  #main.left_sidebar .main-right h1.symic_sidebar_heading
  {
    position: static;
    left: auto;
    margin-bottom: 0.67em;
  }

}

