/* 
===================================================================================================================================

	Progressive enhancement, responsive setup for viewports 1000px and HIGHER (desktop layout)
    (will add to styles from breakpoint1.scss and breakpoint2.scss)

===================================================================================================================================
*/
@media screen and (min-width: 1000px) {
  /* Framework sizing */
  .pageWidth {
    padding: 0 10px;
    width: 940px;
    margin: 0 auto; }

  #header .pageWidth, #nav .pageWidth {
    width: 960px;
    padding-left: 0;
    padding-right: 0; }

  /* Fix side column positioning when slideshow is not 100% on homepage */
  .front #sideColumn {
    margin-top: -289px; }

  .region-content-bottom .column .thickHR {
    margin-left: -10px;
    width: 103%; }

  /* modified jumpOuts */
  .jumpOut.jumpOutSiblingHangRight .boxInner {
    background-position: 66% 50%; }

  .jumpOut.jumpOutSiblingHangRight span {
    padding-right: 60px; }

  .jumpOut.jumpOutFull .boxInner {
    background-position: 98% 50%; }

  .noWide {
    display: none !important; }

  .citeLeft img {
    width: 70px; } }
@media screen and (min-width: 1000px) and (min-height: 720px) {
  /* adjust homepage feature carousel display too full width */
  /*#homeFeature {width: 100%;}
  .feature h3 {font-size: 30px; margin: 0 0 5px;}
  .feature p {font-size: 14px; line-height: 17px;}
  .featureNav li {font-size: 13px; min-height: 33px;}
  .featureNav li.current {font-size: 14px; font-weight: bold; min-height: 0;}
  .feature blockquote p {font-size: 21px; line-height: 25px;}*/
  /* reset side column positioning when slideshow is 100% */
  .front #sideColumn {
    margin-top: 0; } }
