/*******************************
 Main site stylesheet
 ********************************/
/* Import wysiwyg styles */
/* Styles used in wysiwyg interface. */
@import url(/Lighthouse/css/MSStandard_wysiwyg.css);
/* Special wysiwyg styles defined for this site */
@import url(style_wysiwyg.css);
@media all {
  html {
    box-sizing: border-box; }

  *, *:before, *:after {
    box-sizing: inherit; }

  body {
    background: #FFF;
    padding: 0;
    margin: 0;
    height: 100%;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif; }

  html #wrapper {
    /*height: 100%;*/
    /* remarked out while working on printer-friendly! */ }

  div#wrapper {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: left;
    /*min-height: 100%;*/
    /* remarked out while working on printer-friendly! */ }

  .inner {
    max-width: 1150px;
    margin: 0 auto; }

  .footer .inner {
    max-width: 1100px; }

  img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */ }

  div#innerwrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }

  .masthead {
    padding: 20px;
    background: #e5e4e3; }
    .masthead .inner {
      position: relative; }

  .main-logo {
    position: relative;
    left: -20px; } 
    
  .btn-twoline {
    width: 150px;
    height: 100%;
  }    
}
@media all and (max-width: 580px) {
  .main-logo {
    left: 0; } }
@media all {
  .search-form {
    position: absolute;
    bottom: 35px;
    right: 0;
    height: 33px; }
    .search-form form {
      height: 100%; }

  .social-links {
    text-align: right;
    margin-bottom: 10px; }
    .social-links a {
      display: inline-block;
      margin: 0 5px; }
    .social-links a img {
      height: 22px; }
    .social-links a img.social-youtube {
      height: 20px; } }
@media all and (max-width: 580px) {
  .social-links {
    text-align: center;
    margin: 10px 0; } }
@media all {
  .search-form input[type="submit"] {
    background: url(images/search.svg) no-repeat center center #7d7774;
    background-size: 60%;
    border: 0;
    outline: 0;
    color: white;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 33px;
    height: 33px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top; }
    .search-form input[type="submit"]:hover {
      background: url(images/search.svg) no-repeat center center #635e5b;
      background-size: 60%; }

  .search-form input[type="text"] {
    padding: 8px;
    display: inline-block;
    margin: 0;
    height: 33px;
    box-sizing: border-box;
    vertical-align: top; } }
@media all and (max-width: 580px) {
  .masthead {
    text-align: center;
    border-bottom: 1px solid #968c88; }

  .search-form {
    position: static;
    margin-top: 15px;
    text-align: center;
    height: auto; }
    .search-form .social-links {
      display: inline-block; } }
@media all {
  .nav {
    font-family: 'Open Sans', sans-serif;
    background: #275593; }
    .nav .main-nav {
      margin: 0;
      padding: 0; }
      .nav .main-nav .contact-link {
        float: right; }
      .nav .main-nav li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
        *zoom: 1;
        *display: inline;
        position: relative;
        z-index: 10; }
        .nav .main-nav li:hover {
          background: #1c3e6b; }
          .nav .main-nav li:hover ul {
            display: block; }
        .nav .main-nav li ul {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          background: #7b9fca;
          margin-left: 0;
          padding-left: 0;
          min-width: 230px;
          width: 100%;
          max-width: 270px;
          padding: 10px; }
          .nav .main-nav li ul li {
            display: block; }
            .nav .main-nav li ul li a {
              padding: 3px 10px;
              font-size: 16px;
              text-transform: none;
              letter-spacing: 0; }
        .nav .main-nav li a {
          color: white;
          font-family: 'Open Sans', sans-serif;
          font-size: 18px;
          font-weight: normal !important;
          padding: 15px 25px;
          letter-spacing: 1px;
          display: block;
          text-transform: uppercase;
          -webkit-font-smoothing: antialiased; }
          .nav .main-nav li a:hover {
            color: white !important;
            text-decoration: none;
            background: #1c3e6b; }

  .second-menu-link {
    display: none;
    margin-top: 15px;
    background: #7D7774;
    color: white !important;
    font-weight: normal;
    padding: 10px; }
    .second-menu-link .close {
      display: none; }
    .second-menu-link:hover {
      color: white !important;
      background: #635E5B;
      text-decoration: none !important; }
    .second-menu-link img {
      padding-left: 5px; } }
  a.second-menu-link {
  	font-weight: normal !important;
  }
@media all and (max-width: 768px) {
  .leftcolumn {
    float: none !important;
    background: white; }

  .second-menu-link {
    display: inline-block; } }
@media all and (max-width: 580px) {
  .nav .main-nav li ul {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 !important; }

  .second-menu-link {
    display: block;
    width: auto;
    max-width: 145px;
    margin: 0 auto; } }
@media all {
  .mobile-nav-link {
    display: none;
    background: #275593;
    position: relative;
    top: 0;
    width: 33px;
    height: 33px;
    margin-left: 10px; }
    .mobile-nav-link:hover {
      background: #1c3e6b; }
    .mobile-nav-link img {
      margin-top: 6px;
      width: 20px;
      height: 20px; }
    .mobile-nav-link .close {
      display: none; } }
@media all and (max-width: 768px) {
  .nav .main-nav li a {
    font-size: 16px;
    padding: 15px 10px; } }
@media all and (max-width: 580px) {
  .mobile-nav-link {
    display: inline-block;
    vertical-align: middle; }

  .nav .main-nav {
    display: none; }
    .nav .main-nav .contact-link {
      float: none; }
    .nav .main-nav li {
      display: block; }
      .nav .main-nav li:hover {
        background: #275593; }
      .nav .main-nav li ul {
        display: block;
        position: static;
        margin-left: 20px; }

  .nav .main-nav li a {
    padding: 10px; } }
@media all {
  .content {
    /* background: #FBF7F9; */
    padding: 70px 20px 0 40px; } }
@media all and (max-width: 580px) {
  .content {
    padding: 40px 20px 0 20px; } }
@media all {
  .innercontent {
    background: url(images/sitewide/bg.content.gif) repeat-y;
    clear: both;
    /*padding-top: 58px;*/
    /* remarked out while working on printer-friendly, replaced with margin-top: 58px; */
    margin-top: 58px; }

  .leftcolumn {
    width: 20%;
    display: block;
    float: left;
    padding: 0 10px 0 0; }

  .centercolumn {
    width: 80%;
    display: block;
    box-sizing: border-box;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    padding: 0 160px 0 20px;
    position: relative; }

  .share-module {
    position: absolute;
    top: 0;
    right: 25px; }
    .share-module .tool {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 10px; }
      .share-module .tool span {
        position: absolute;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        width: 100px;
        padding: 10px;
        border-radius: 4px;
        text-align: center;
        background: #444;
        color: white;
        display: none;
        opacity: 0; }
        .share-module .tool span:after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 5px 0 5px;
          border-color: #444444 transparent transparent transparent;
          position: absolute;
          top: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
@media all and (max-width: 768px) {
  .share-module {
    position: static;
    margin-bottom: 20px; } }
@media all {
  .innercentercolumn {
    width: 25%;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5em; }

  .whatsnew {
    font-family: 'Open Sans', sans-serif; }

  .rightcolumn {
    width: 25%;
    float: left; } }
@media all and (max-width: 920px) {
  .centercolumn {
    width: 80%; }

  .rightcolumn {
    width: 50%;
    margin: 20px auto;
    float: none; } }
@media all and (max-width: 768px) {
  .centercolumn {
    width: 100%; }

  .leftcolumn {
    width: 50%; }

  .rightcolumn {
    width: 50%;
    float: left; } }
@media all and (max-width: 480px) {
  .centercolumn {
    width: 100%;
    padding: 0; }

  .leftcolumn {
    width: 100%; }

  .rightcolumn {
    width: 100%; } }
@media all {
  .hottopics-content {
    background: #B3917D;
    padding: 5px 20px;
    margin: 15px 0 0 0;
    color: white; }
    .hottopics-content h2, .hottopics-content a {
      color: white; }

  .leftnav ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }

  .leftnav li {
    display: block; }
    .leftnav li a {
      display: block;
      padding: 5px 0;
      color: #655f5c;
      font-size: 14px; }
    .leftnav li ul {
      padding-left: 10px; }
      .leftnav li ul li a {
        font-size: 12px; }

  .parent-link > a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.1px 3.5px 0 3.5px;
    border-color: #655f5c transparent transparent transparent;
    position: relative;
    top: 14px;
    left: 10px; }

  .parent-link.open > a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3.5px 6.1px 3.5px;
    border-color: transparent transparent #655f5c transparent;
    position: relative;
    top: -14px;
    left: 10px; } }
@media all and (max-width: 768px) {
  .leftcolumn {
    width: 100%; }

  .leftnav li ul {
    display: block; }

  .parent-link a:after {
    display: none; } }
@media all {
  .leftnav li a:link, .leftnav li a:visited {
    font-weight: bold;
    padding: 7px 10px; }

  .leftnav li a:active, .leftnav li a:hover, .leftnav li a.active {
    font-weight: bold;
    color: #655f5c;
    background: #e5e5e4;
    text-decoration: none; }

  .leftnav li.selected a {
    font-weight: bold;
    background: none;
    color: #b28705;
    text-decoration: none;
    padding: 0;
    background-image: url(images/sitewide/arrow_open_hover.png);
    background-repeat: no-repeat;
    background-position: 0px .2em;
    padding-left: 1.75em; }

  .leftnav ul.lvl2 {
    padding: 5px 0;
    margin: 10px 0 10px 0;
    list-style-type: none;
    background: url(images/sitewide/bg.leftnav.gif) no-repeat top #FFFFFF; }

  .leftnav ul.lvl2 li {
    font-size: .85em;
    display: block;
    padding: 0;
    margin: 0; }

  .leftnav ul.lvl2 li a:link, .leftnav ul.lvl2 li a:visited {
    font-weight: normal;
    background: none;
    color: #333;
    padding: 5px;
    display: block; }

  .leftnav ul.lvl2 li a:active, .leftnav ul.lvl2 li a:hover {
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    background: #b38708;
    padding: 5px;
    display: block; }

  /* .leftnav ul.lvl2 li.selected a {font-weight: normal; color: #FFF; text-decoration: none; background: #b38708; padding: 5px; display: block;} */
  /* added by rg */
  .breadcrumb {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: .8em;
    font-weight: bold;
    padding: 0.5em 0px 0.5em 50px; }

  .footer {
    margin: 20px 0 0 0;
    border-top: 15px solid #dadad9;
    background: #7d7774;
    color: white;
    padding: 5px 50px 20px 50px;
    box-sizing: border-box;
    font-size: 13px; }
    .footer a {
      color: white; }

  .footer-icon {
    fill: currentColor;
    padding: 0 0 0 15px;
    position: relative;
    top: 5px;
    left: 5px; }

  .footer-left {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px; }

  .footer-right {
    float: right;
    text-align: right;
    padding-top: 5px; }

  .footer-nav {
    text-align: left;
    padding-bottom: 20px;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; }
    .footer-nav a {
      display: block;
      padding: 1px 10px;
      text-transform: uppercase; }

  .three-col {
    width: 33.33%;
    float: left;
    margin: 20px 0;
    text-align: center;
    box-sizing: border-box; }
    .three-col p {
      margin-top: 0; }

  .share-icon {
    position: relative;
    top: 0; } }
@media all and (max-width: 768px) {
  .three-col {
    width: 100%;
    margin: 10px 0;
    text-align: center !important; }

  .footer-nav {
    text-align: center; } }
@media all and (max-width: 480px) {
  .content {
    padding: 50px 10px 30px 10px; } }
@media all {
  .footertable td {
    padding: 5px 5px 0 0; }

  .footer a:link, .footer a:visited {
    color: white;
    text-decoration: none; }

  .footer a:link.email-link {
    color: white;
    text-decoration: underline; }
    .footer a:link.email-link:hover {
      color: #7b9fc9; }

  .footer a:active, .footer a:hover {
    color: #7b9fc9; }

  .bottomshadow {
    background: url(images/sitewide/bottomshadow.gif) no-repeat;
    max-width: 1010px;
    width: 100%;
    height: 15px;
    margin: 0 auto; }

  /* MISC */
  .clear, #clear {
    clear: both;
    overflow: hidden;
    height: 1px; }

  img {
    border: none; }

  h1 {
    color: #7da0c8;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 0;
    margin-top: 0px;
    -webkit-font-smoothing: antialiased; }

  h2, .whatisnew, .pagetitle {
    color: #a51e22;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 0;
    margin-top: 30px; }

  h3 {
    color: #A81E37;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 0;
    margin-top: 0px; }

  h4 {
    color: #b38708;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 15px;
    margin-top: 0px; }

  h5 {
    color: #a9005a;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-top: 0;
    margin-top: 0px; }

  h6 {
    color: #a9005a;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-top: 0;
    margin-top: 0px;
    letter-spacing: normal; }

  .briefno {
    color: #a9005a;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal; }

  p {
    margin-top: 1.5em; }

  p.forumcontent {
    font-size: 12px;
    line-height: 20px;
    margin-top: 1.5em; }

  a:link, a:visited {
	color: #275593;
	font-weight: bold;
	text-decoration: none; 
  }

  a:active, a:hover {
	color: #655f56 !important;
	text-decoration: underline; 
  }

  .innercentercolumn a:link, .innercentercolumn a:visited {
    color: #004b91 !important;
    text-decoration: none !important; }

  .innercentercolumn a:active, .innercentercolumn a:hover {
    color: #a17d1c !important;
    text-decoration: underline !important; }

  .smaller {
    font-size: .8em;
    margin-top: 0;
    padding-top: 0; }

  .date {
    font-size: .85em;
    text-transform: uppercase; }

  a.tool:link, a.tool:visited {
    color: #004B91;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none; }

  /* 1f4262 */
  /* font-size: .9em; */
  a.tool:active, a.tool:hover {
    color: #bea462;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline; }

  /* font-size: .9em; */
  .hide {
    display: none; }

  p.backtotop_src {
    margin-top: 25px; }

  p a.backtotop_src {
    padding: 0;
    color: #40A65E;
    text-decoration: none; }

  p a.backtotop_src:hover {
    color: #5abf78; }

  p a:link {
    font-weight: bold;
	color: #275593;
	text-decoration: none; 
  }

  p a:link:hover {
	color: #655f56 !important;
	text-decoration: underline; 
  }

  p a.blue-link:link {
    color: #275593;
    text-decoration: none; }
    p a.blue-link:link:hover {
      color: #655f56 !important;
      text-decoration: underline; }

  h4.searchresults-heading {
    color: #B38708;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: .2em;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px; }

  .searchresults-top {
    background: url(images/sitewide/yellow_top.gif) no-repeat;
    width: 460px;
    height: 11px; }

  .searchresults-content {
    background: url(images/sitewide/bg_yellow.gif) repeat-y;
    width: 460px; }

  .searchresultstext {
    padding: 5px 20px;
    margin: 0;
    width: 410px; }

  .searchresultstext a:link, .searchresultstext a:visited {
    color: #275886;
    text-decoration: none;
    font-weight: bold; }

  .searchresultstext a:active, .searchresultstext a:hover {
    color: #b38708;
    text-decoration: underline;
    font-weight: bold; }

  .staffname {
    color: #9FA617 !important;
    font-weight: bold;
    font-style: Arial, Helvetica, sans-serif;
    font-size: 1em !important;
    line-height: 1.5em; }

  .list-intro {
    margin-bottom:3em;
  }

  .list-result {
    margin-top: 2em;
  }
  .list-result a {
    font-size: 16px;
  }
  
  .detail-title {
    font-size: 20px;
    font-weight: bold;
  }
  
  .pdf-link {
    background: url("/images/PDF_25.png") no-repeat scroll top right;
    padding: 5px 35px 5px 0;
  }

  /*a.staffname*/
  .staffname a:link,
  .staffname a:visited,
  .staffname a:hover,
  .staffname a:active {
    color: #9FA617 !important;
    font-weight: bold;
    font-style: Arial, Helvetica, sans-serif;
    font-size: 1em !important;
    line-height: 1.5em; }

  span.staffarrow {
    background: url("/images/sitewide/arrow_staff_closed.jpg") no-repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    height: 15px;
    width: 14px; }

  span.staffarrow:hover {
    background: url("/images/sitewide/arrow_staff_closed_hover.jpg") no-repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    height: 15px;
    width: 14px; }

  /* ADDED DECEMBER 2011 */
  .followusontwitter {
    font-weight: bold;
    color: white;
    margin-bottom: 15px; }

  .followusontwitter a:link, .followusontwitter a:visited {
    text-decoration: none;
    color: white; }

  .followusontwitter a:active, .followusontwitter a:hover {
    text-decoration: none;
    color: #5086d0; } }
.text-l {
  text-align: left; }

.text-r {
  text-align: right; }

/*# sourceMappingURL=style.css.map */