/* *******************************
Orchid customstyles.css Version 2.1
in the process of being converted to new styles 08/14 GM
******************************* */
/* *** FOOTER BEEF CHECKOFF BLOCK ** */
.checkoff {
    clear: both;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    height: 100px;
}
.checkoff i{
    top: 20px;
    position: relative;
    display: inline;
}
.checkoff img{
    float: left;
    height: 80px;
    width: auto;
    padding: 10px;
    padding-right: 40px;

}
/* *** START GRASS ROOTS **/
.title-banner {
margin-top: -8px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ededed;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.lead p {

}
.onecolumn #main {
   width: 100%;
    float: none;
    display: block;
    overflow: visible;
    word-wrap: normal;
    padding: 0px;
    margin: 0;   
}
.onecolumn #main > div {
    padding: 20px;
    padding-top: 0;
}
.grassroot-section > div {
width: 25%;
    float: left;
    height: 220px;
}
.grassroot-section {
box-sizing: border-box;

}
.grassroot-section hr {
    clear: both;
}
.grassroot-section .panel img {
    border-radius: 9px;
    border: none;
    margin: 0px;
    width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.grassroot-section .section-title {
height: 70px;
    display: table-cell;
    vertical-align: middle;
}
.grassroot-section .panel h3 {
color: #b5121b;
    font-size: 1.25em;
    font-weight: 600;
    padding: 8px 0 5px;
    line-height: 1.2em;
    text-rendering: optimizelegibility;
}
.grassroot-section a:hover img {
-moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#main .grassroot-section a, #main .grassroot-section a:hover {
border-bottom: none;
}
/* **** START Front Page  */
body #global-footer {
    min-width: 0;
}
body.threecolumn #main {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: 0px !important;
}
#main.no-margin {
  margin-top: 20px; 
}
/***** START MENU ***************/
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
#cssmenu {
  /* background: #4cb6ea; */
background: #b5121b;

  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
    z-index: 9999;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

#cssmenu > ul {
  margin-left: 20px;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
width: 240px;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #f0f0f0;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: auto;
  padding: 10px 10px 5px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  /* color: #4cb6ea; */
color: #b5121b;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #4cb6ea;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
background: #f0f0f0;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #f0f0f0;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 20px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 24px;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu.menumobile > ul > li > a {
  letter-spacing: normal;
  padding: 15px 10px;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
background: #f0f0f0;

}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 240px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: auto;
  display: block;
}

/***** END MENU ***************/
/***** START Twitter ***************/
#testdiv-margin {
   margin-top: -160px;

}
#twitter {
width: 20%;
    float: left;
    height: 400px;
    overflow: hidden;
}
.visualmobile #twitter {
/* width:28%; */
}
.twitter-container {
/* border: 1px solid #000; */
    margin-right: 5px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 392px;

}

/***** START Slideshow ***************/

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
#slideshow {
width:80%;
float: left;
    height: 430px;
}
.visualmobile #slideshow {
/* width:70%; */
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
    width: 95%;
}
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;

    max-height: 380px;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
width: 100%;
max-height: 380px;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('https://www.meatinstitute.org/ht/a/GetImageAction/i/139034') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -20px;
  background: url('https://www.meatinstitute.org/ht/a/GetImageAction/i/139032') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: -15px;
  background: url('https://www.meatinstitute.org/ht/a/GetImageAction/i/139032') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('https://www.meatinstitute.org/ht/a/GetImageAction/i/139032') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('https://www.meatinstitute.org/ht/a/GetImageAction/i/139032') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}







/***** end slideshow *******/
.top-bar {
    background-color: #333;
    color: #fff;
    float: right;
    width: 100%;
    text-align: right;
    padding-right: 20px;
    padding-top: 5px;
    height: 30px;
}
.top-bar a:link, .top-bar a:visited, .footer-columns a:link, .footer-columns a:visited{
color: #fff;
    padding: 0 5px;
    font-weight: bold;
    font-size: 14px;
line-height: 20px;
height: 20px;
transition: all .2s ease-in-out;
}
.top-bar a:hover, .footer-columns a:hover{
color: #ddd;
}
.site-header.front-header {
    margin-top: 30px;
}
.site-header.front-header #logo {
    padding-top: 15px;
}
.statement {
    clear: left;
    margin-left: 270px;
    font-size: 16px;
    font-weight: bold;
}
.top-buttons {
float: right;
    position: relative;
    top: -100px;
    right: 40px;
}
.top-buttons a{
padding: 0 5px;
}
.top-buttons a img{

}

.global-footer #footer-area {
    margin: 0 auto;
    max-width: 1220px;
width: 100%;
}
.global-footer #footer-area h2{
    color: #B5121B;
font-size: 20px;
margin-bottom: 5px;
}
.global-footer #footer-area h3{
    color: #b5121b;
    font-size: 18px;
    margin-bottom: 5px;
}
.footer-columns{
    margin-bottom: 30px;
    overflow: hidden;
}
.footer-columns .footer-section {
     float: left;
   /* min-width: 250px; 
    max-width: 25%; 
     padding-left: 30px; */
}
.footer-padding-right {
 padding-right: 30px;
}

.footer-padding-left {
 padding-left: 20px;
}
#footer-area hr {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #fff;
    margin: auto auto 15px;
    width: 30%;
}
#footer-area .footer-columns a:link,#footer-area .footer-columns a:visited{
font-size: 14px;
    margin-bottom: 20px;
    padding: 0;
}
#footer-area .footer-partners {
 clear: both;
overflow: hidden;
}
#footer-area .footer-partners a:link, #footer-area .footer-partners a:visited {
  width: 80%;
margin-left: auto;
margin-right: auto;
height: auto;
display: block;
}
.partner-link {
float: left;
    width: 20%;
}
.center .partner-link .sponsor-thumb {
    max-height: 80px;
    max-width: 200px;
    padding: 10px;
    width: 100%;
}
.footer-copyright {

}
/****  Start Tabs ****/
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /* box-shadow: 0 0 1px rgba(181, 26, 49, 1); */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 50%;
  bottom: 0;
  background: #B51A31;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
.container1{
            width: 100%;
            margin: 0 auto;
    clear: both;
/* margin-bottom: -150px; */
        }



        ul.tabs{
            margin: 0px;
            padding: 0px;
            list-style: none;
    background-color: #ccc;
    text-align: center;
    padding: 10px 40px;

        }
        ul.tabs li{
            background: none;
            color: #222;
            display: inline-block;
            padding: 10px 15px;
            cursor: pointer;
                        text-align: center;
   min-width: 140px;
        }

        ul.tabs li.current{
             background: #ededed; 
 border-bottom: 2px solid #B51A31;
            color: #222;
        }
ul.tabs li:hover img{
                        -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
                }
                ul.tabs li:hover .spotlight,  ul.tabs li.current .spotlight{
                        text-shadow: 2px 2px 8px rgba(150, 150, 150, .8);
                }


        .tab-content{
            display: none;
            background: #fff;
            padding: 15px;
overflow: hidden;
height: 320px;
        }
.container1.tabsmobile .tab-content{
height: 350px;
        }

        .tab-content.current{
            display: inherit;
        }


.spotlight {
color: #B5121B;
    display: block;
    font-size: 16px;
    font-weight: bold;
-webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
ul.tabs img{
    height: 40px;
    clear: both;
-webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
        }
.tabs-column {

    width: 32%;
    float: left;
    margin-left: 10px;
}
.tabs-column img{

}

.spotlight-text1, .spotlight-text2, .spotlight-text3 {
    text-align: center;
    width: 100%;
    display: block;
    height: 50px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin-top: -10px;

}
.spotlight-text1 {
    background: #000;
    color: #ccc;
}
.spotlight-text2 {
    background: #ccc;
    color: #000;
}
.spotlight-text3 {
    background: #999;
    color: #fff;
}
#tab-2 h2, #tab-3 h2 {
    margin-bottom: 10px;
}
#tab-2 h2 a:link, #tab-2 h2 a:visited, #tab-3 h2 a:link, #tab-3 h2 a:visited {
    color: #b5121b;
transition: all .2s ease-in-out;
}
#tab-2 h2 a:hover, #tab-3 h2 a:hover, #tab-4 h2 a:hover{
color: #660033;
}
#tab-2 p, #tab-3 p {
    padding-right: 10px;
}
.container1.tabsmobile #tab-2 p,.container1.tabsmobile #tab-3 p, .container1.tabsmobile #tab-4 p{
   font-size: 1em;
}
.container1.tabsmobile .tabs-column img{
   /* height: 100%; */
}
.container1.tabsmobile .spotlight-text1, .container1.tabsmobile .spotlight-text2, .container1.tabsmobile .spotlight-text3 {
    
    height: 100px;
    line-height: 40px;
    font-size: 18px;
}
.spotlight-date {
    border-bottom: 1px solid #b5121b;
    border-top: 1px solid #b5121b;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 5px;
    padding-right: 10px;
}
.blog-date{
text-align: center;
    font-weight: bold;
    font-size: 14px;
}
#tab-4 hr{
    margin: 2px 0px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
#tab-4 h2{
text-align: center;
    font-size: 26px;
}
#tab-4 h2 a:link, #tab-4 h2 a:visited{
    color: #000;
}
#tab-4 p{
    padding: 0 10px;
line-height: 1.5em;
}
.border-right {
border-right: 1px solid #bbb;
height: 100%;
}
span.read-more {
display: block;
float: right;
margin-right: 20px;
font-size: .80em;
font-weight: 700;
width: 100%;
text-align: right;
}
span.moreTablink {
border-top: 1px solid #b5121b;
clear: both;
margin-top: 10px;
display: block;
text-align: center;
padding-top: 5px;
font-weight: 700;
}



/* **** END Front Page  */
p.MsoNormal {
    font-size: 1.1em;
    line-height: .9em;
    margin-bottom: -7px;
}
.beef-schedule.beef dl dt {
    clear: left;
    float: left;
    font-weight: bold;
    margin-right: 20px;
    text-align: left;
    width: 180px;
}
.beef-schedule.beef dl dd {
    margin: 0 0 24px 170px;
    min-height: 50px;
}
/* strategic sponsors */
.strategic-sponsors a {
   clear: none !important;
    display: block;
    float: left;
    width: 50%;
}
.center.strategic-sponsors a img.sponsor-thumb{
    width:100%;
    height: auto;
    max-width: 350px;
}
/* video testimonials */
.teaser-block {
    height: 75px !important;

}
.teaser-block .cta-button-red {
 padding: 2px 4px !important;
margin-top: 2px;
}
.teaser-block .cta-button-red.video-button {

    margin-top: -25px;
}
.video-testimonials{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
text-align: center;
/* border-bottom: 1px solid #B5121B; */
    margin-bottom: 20px;
}
.video-testimonials iframe{
        width: 600px;
    height: 350px;
}
.video-testimonials h2{
text-align: center;
}
.testimonials-half .video-testimonials h2{
text-align: center;
}
.testimonials-half .video-testimonials {
    height: 315px;
}
.testimonials-half .video-testimonials iframe{
    width: 380px;
    height: 240px;
margin-bottom: 0;
}
.testimonials-half hr {
width: 90%;
 margin-left:auto;
margin-right: auto;
}
.testimonials-half {
width: 50%;
float: left;
display: inline-block;
margin:0
padding:0;
}
/* past event tables */
.beef-schedule.wsle dl dd {
    margin: 0 0 24px 170px;
}
td.center {
    width: auto;
    text-align: center !important;
}
td.center-middle {
    text-align: center !important;
    vertical-align: middle;
    width: 100%;
}
table.past-events {
    width:100%;
}
table.past-events, table.past-events td, table.past-events th {
    border: 1px solid black;
    border-collapse: collapse;
}
table.past-events th {
    padding-left: 10px;
    border: 1px solid;
}
table.past-events th, table.past-events td {
    padding: 10px 5px;
    text-align: left;
}
table.past-events tr:nth-child(even) {
    background-color: #eee;
}
table.past-events tr:nth-child(odd) {
   background-color:#fff;
}
table.past-events th    {
    background-color: black;
    color: white;
}
/* END past events table */
.t_data #cancellation_policy span {
    display: none;
}

.beef-schedule dl {
    margin-bottom:50px;
}
 
.beef-schedule dl dt {
    clear: left;
    float: left;
    font-weight: bold;
    margin-right: 20px;
    text-align: right;
    width: 150px;
}
 
.beef-schedule dl dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
    margin-bottom:24px;
}
#youtube.bkgrd-white{
   height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    max-width: none;
    width: 60%;
}
#youtube iframe{
   width:100%;
   height:auto;
   min-height: 270px;
}
#video .lead{
   font-size:15px;
}
/* highlighted text */
.highlight-blue {
    background-color: #3399CC;
    color:#000000;
    padding-left:10px;
    padding-right:10px;
    font-weight:700;
}
.highlight-blue a {
    color:#ffffff !important;
    padding-left:5px;
    padding-right:5px;
}

/* Sponsors */
.sponsor-thumb {
    padding:10px;
    padding-bottom:10px;
}
#right-sponsors {
    text-align:center;
}
#right-sponsors img{
    max-height: 80px;
    width: auto;
}
#right-sponsors a{
    border-bottom: medium none !important;
}
#right-sponsors>div {
   border-bottom: 0.2px solid #dddddd;
    display: table;
    height: 100px;
    width: 100%;
}
#right-sponsors>div>div {
   display: table-cell;
    vertical-align: middle;
}
#right-sponsors div.first {
    border-top: 0.2px solid #dddddd;
}
.center {
    text-align:center;
    width:100%;
}
.center a{
    text-decoration:none;
    border-bottom:none !important;
    clear:both;
}
.center .sponsor-thumb{    
    
    padding-left:20px;
    max-height: 80px;
    max-width: 220px;
    padding-left: 20px;
    width: auto;

}
.ws-sponsors .center .sponsor-thumb{    
    
    max-height: 200px;
    max-width: 200px;
    padding-left: 20px;
    width: auto;
    height: auto;

}
/* end Sponsors */

div#mainarea .s .m {
    padding: 18px;
    margin-bottom: 0px;
}



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

* html .clearfix {
    height:1%;
    box-sizing: border-box;
}

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

body {
    font-family:'Open Sans', 'Arial', sans-serif;
    font-size:15px;
    line-height:22px;
    color:#3B3B3B;
    background:#f5f5f5;
}

.site-header {
    background: url(https://www.meatinstitute.org/ht/a/GetImageAction/i/107097)  no-repeat top left;
    height: 120px;
    margin-left: -90px;
}

#logo img, .copyright, .left {
    float:left;
}

#logo {
    padding-top: 30px;
    margin-left: 260px;
    clear: both;
}

div.headerform {
    clear: right;
    float: right;
    width: 390px;
}

.bling-search {
    float:right;
    padding-top:10px;
    padding-right:10px;
    margin-top: 5px;
    display:inline;
    position:relative;
}

.site-header #tabnav {
width: 100%;
margin-top: 5px;
padding-bottom: 8px;
top: 75px;
position: absolute;
right: 20px;
}

.site-header #tabnav ul {
    margin:0;
    list-style:none;
}

.site-header #tabnav ul li {
    float:right;
    /* width: 100px; */
width: auto;
    background:none !important;
    margin-top:3px;
    padding:0 0 0 9px;
}

.site-header #tabnav {
    float: right;
}

/*START OLD TOP NAV1 OLD*/

/*
#nav1 {
    width: 1225px;
    position: absolute;
    z-index: 2;
    margin-top: 0px;
}

#nav1 ul  {
    height: 55px;
    background-color: #000;
    height: 55px;
    opacity:0.8;
}

#nav1 ul li {
    float:left;
    border-left: 1px solid #fff;
    display: block;
    height: 55px;
}

#nav1 ul li.mainLink a {
    color: #FFF;
    display: inline-block;
    font-size: 1.25em;
    font-weight: bolder;   
    min-width: 20px;
    padding: 1px;
}

#nav1 ul li.mainLink a:hover {
 display: inline-block;
 background:#B5121B;
    display: inline-block;
    font-size: 1.25em;
    font-weight: bolder;   
    min-width: 20px;
    padding: 1px;
   height: 53px;
}
*/
/*END OLD TOP NAV1 OLD*/

/*TOP NAV1 NEW*/

#nav1 {
    height: 54px;
    width: 1225px;
    position: absolute;
    z-index: 2;
    margin-top: 0px;       
}

#nav1 ul  {
    background-color: #000;
    opacity:0.8;     
    height: 100%;
    width: 1225px;
}

#nav1 ul li {    
    float:left;
    border-left: 1px solid #ccc;
    margin:0;
    padding: 0;
    height: 100%;
}

#nav1 ul li.mainLink a {
    display: block;
    display: inline-block;
    height: 55%;
    width: 129px; 
    max-width: 129px;  
    padding-top: 5%;
    padding-left: 2%;
    padding-right: 2%;
    vertical-align: middle;
    color: #FFF;   
    font-size: 1.25em;
    letter-spacing: .35px;
    font-weight: bolder; 
    text-align: center;
}

#nav1 ul li.mainLink a:hover { 
    background:#B5121B;  
    display: block;
    display: inline-block;
    height: 90%; 
}
  
/*END TOP NAV1 NEW*/


.site-feature {
    background: url(https://www.meatinstitute.org/ht/a/GetImageAction/i/107233) no-repeat top left #000000;
    height: 250px;
    position: relative;
    top: 0px;

}
.teaser-block {
    clear: both;
    background: #c2c2c0;
    height: 65px;
    position: absolute;
    width: 100%;
    top: 220px;
    padding: 0px;
    color: #fff;
}

.teaser-block h3 {
    padding-left: 30px; padding-top: 5px;color: #000;}

#nav1 div.foldOut {
    display:none;
    margin-top:29px;
    padding:0;
    border:none !important;
}

#nav1 ul div.foldOut a {
    background:#f1f1f1;
    font-size:12px;
    color:#444;
    vertical-align:middle;
    line-height:13px;
}

#nav1 div.foldOut a:hover {
    background-color:#B5121B;
    color:#fff;
    font-weight:bolder;
    text-shadow:1px 1px 0px #ffffff;
    border:1px solid #fff;
}



/* pager */
td.pagetop {
    background-color: #008cba;
    color: #FFF;
    text-align: center;
    border: 0;
}


.promoted-title > a {
    text-decoration: none !important;
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
}

.morelink a {
    font-size: 14px;
    text-decoration: none!important;}

img {
    max-width:100%;
    height:auto;
}

.gutter-right {
    margin-right:20px;
}

.gutter-left {
    margin-left:20px;
}

div#sitecontainer {
    background:#fff;
    border:0px solid #fff;
    width:1225px !important;
    height:auto !important;
    clear:both;
    overflow:hidden;
    box-shadow:0px 0px 5px #bbb;
    position:relative;
}

#main {
    display:inline;
    margin-bottom:2.7%;
    float:left;
    height:auto !important;
    width:70%;
    margin-top: 60px;
}

body.threecolumn #main {
    float: left;
    width: 70%;
    padding-right: 0;
    margin-top: 60px;
}

.news-releases {width:48%; padding-right: 3%; float: left; }
.press-releases {width:48%;  float: left; }



/* Panels */
.panel {
    border-radius: 5px;
    border: 1px solid #DCDCDC;
    padding: 9px 18px;
    background-color: #EDEDED;
    color: #000;
    overflow: hidden;
    text-shadow: 1px 1px 0px #FFF;
    box-shadow: 1px 1px 0px 0px #FFF inset;
    margin: 15px 15px;
}

.panel > :first-child {
    margin-top: 0;
}
.panel > :last-child {
    margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333333;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1.25em;
    margin-bottom: 0.625rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
    line-height: 1.4;
}
.panel.callout {
    margin-bottom: 1.25rem;
    padding: 1.25rem;
}
.panel.callout > :first-child {
    margin-top: 0;
}
.panel.callout > :last-child {
    margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
    color: #333333;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
    line-height: 1;
    margin-bottom: 0.625rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
    line-height: 1.4;
}
.panel.callout a {
    color: #008cba;
}
.panel.radius {
    border-radius: 3px;
}

.panel img  {
    background: #FFFFFF;
    border: 1px solid #CCC;
    margin: 4px;
    padding: 0px;
}


.date {
    float:left;
    padding-right:68px;
    font-weight:600;
    color:#444;
}

p {
    font-size: 1.1em;
    line-height: 1.4em;
}


p.lead {
    font-size:120%;
    line-height:150%;
}

.content {
    padding:5%;
}

.center {text-align: center}

sup,
sub {

    font-size: 60%;
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;

}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

hr {
    border-top: #bfbfbf 1px solid;
    background: #BFBFBF;
    margin: 20px 0 20px 0;
}

dt {
    font-weight:bold;
    margin-bottom:24px;
}

dd {
    margin-left:30px;
    margin-bottom:24px;
}

.left-pull {
    float:left;
    clear:left;
    margin-right:10px;
    max-width:250px;
}

.right-pull {
    float:right;
    clear:right;
    margin-left:10px;
    max-width:250px;
}

.right {
    float:right;
}

.left {
    float:left;
}


.smaller h3 {color: #588034;}
.smaller p {
    margin-top: 0;
    font-size:110%;
    font-weight:600;
    color: #588034;
}

span.itemname {
    font-weight:normal;
    font-size:120%;
    margin-bottom:5px;
}

span.itemname a {
    background:none;
    font-weight:normal;
    text-shadow:none;
    text-decoration: none!important;
    line-height: 120%;
}

span.itemname a:hover, ul.item-list-o-links li a:hover {
    background:none;
    font-weight:normal;
    text-decoration:none;
    text-shadow:none;
}

ul.item-list-o-links {
    list-style-type:square;
}

ul.item-list-o-links li {
    padding-bottom:15px;
}

/* li {padding-bottom: 10px; line-height: 1.5em;} */
li {padding-bottom: 0px; line-height: 1.4em; font-size:1.1em}

a:link, a:visited {
    color:#0F518A;
    text-decoration:none;
    outline:0;
}

a:hover, a:focus, a:active {
    color:#780a00;
}

#main a {
    color:#0F518A;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
}

#main a:visited {
    color:#4b5970;

}

#main a:hover {
    color:#780a00;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
}

h1 {
    color:#B5121B;
    font-size:1.8em;
    line-height:1.2em;
    /* font-size:160%;
    line-height:32px; */
    letter-spacing:-0.9px;
    margin-left:-2px;
    background:none;
    border:medium none;
    margin-bottom:10px;
}

h2 {
    font-size:130%;
    color:#B5121B;
    line-height:25px;
    margin-top:10px;
    margin-bottom:15px;
    margin-left:-2px;
    background:none;
    border:none;
}

h3 {
    color:rgb(120, 120, 120);
    font-size:120%;
    line-height:25px;
    margin:0;
    padding:0;
}

h4 {
    font-size:110%;
    line-height:25px;
    font-weight:600;
    margin-bottom:20px;
}

form h4 {
    font-size:12pt;
    font-weight:bold;
    margin-bottom:0px;
    background:#ffffff;
    padding:0;
}

form table {
    width:100%;
}


/* SITEMAP */


table{
    width:100%;
    border-collapse:collapse;
    table-layout:auto;
    vertical-align:top;
    margin-bottom:15px;
}

table thead th{
    color:#FFFFFF;
    background-color:#666666;
    border-collapse:collapse;
    text-align:center;
    table-layout:auto;
    vertical-align:middle;
}

table tbody td{
    vertical-align:top;
    border-collapse:collapse;
}

table thead th, table tbody td{
    padding:5px;
    border-collapse:collapse;
}

table tbody tr.light{
    color:#666666;
    background-color:#F7F7F7;
}

table tbody tr.dark{
    color:#666666;
    background-color:#E8E8E8;
}

table tbody tr li.firstlevel {
    width: 300px;
    margin-left: 10px;
    float: left;
}

td h4 {
    font-size:16px;
    margin:20px 0px 5px;
    color:#444;
    padding:2px 5px;
}

td h4 a > font {
    font-size:16px;
    margin:20px 0px 5px;
    color:#444 !important;
    padding:2px 5px;
}

#nav2 a {
    margin-left: 6px;
    padding-left: 16px;
    background-image: none!important;
    background-repeat: no-repeat;
    background-position: 0 5px;
    margin: 0;}


#nav2 ul.sidebar-blocks li {
    margin:10px 5px 20px;
    background:#fff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #dcdcdc;
    padding:20px 18px;
    background-color:#ededed;
    text-shadow:1px 1px 0px #ffffff;
    -webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
    -moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
    box-shadow:inset 1px 1px 0px 0px #ffffff;
}

#nav2 ul.sidebar-blocks li:hover, #nav2 li.nav_cond0 a:hover {
    background:-moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dfdfdf', endColorstr = '#ededed');
    background-color:#dfdfdf;
}

#nav2 ul.sidebar-blocks li:active {
    position:relative;
    top:1px;
}

#nav2.nav .sidebarcontents ul.sidebar-blocks li > h4 {
    margin-bottom:6px;
    font-size:16px;
    color:#2D4C75;
    font-weight:700;
}


#nav2 ul.sidebar-blocks li:first-child {display: none;}


#nav2.nav .sidebar-blocks > li:last-child, #nav2 div.foldOut, .toggle-box {
    display:none;
}


#nav ul, div.search_desc p, div.search_results_container .even, div.search_results_container .odd, div.persons_container p span.mem_right, div.top_links p, .pagination ul {
    margin:0;
    padding:0;
}

.sidebarcontents {
    color:#444;
    font-size:13px;
    padding-top:30px;
    text-align:center !important;
}


#nav2 {
    width:20%;
    margin:33px 20px 30px 40px;
    float:left;
    height:auto !important;
}

#nav2 li.nav_cond0 {
    text-align:center;
    margin-bottom:38px;
    border-bottom:none;
    margin-top: 40px;
}

#nav2 li.nav_cond0 a {
    width:80%;
    font-size:14px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #dcdcdc;
    padding:9px 18px;
    text-decoration:none;
    background-image:none !important;
    background:-moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ededed', endColorstr = '#dfdfdf');
    background-color:#ededed;
    color:#777777;
    display:inline-block;
    text-shadow:1px 1px 0px #ffffff;
    -webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
    -moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
    box-shadow:inset 1px 1px 0px 0px #ffffff;
}

#nav2 li {
    font-size:13px;
    font-weight:600;
    /* line-height:15px; */
    font-family:'Open Sans', Arial, sans-serif;
    padding:12px;
    border-bottom:1px solid #ccc;
    text-shadow:1px 1px 0px #ffffff;
}

#nav2 li a {
    padding:20px 0 20px 0;
    font-weight: bolder;
}

#nav2 a:hover, #nav2 ul li.sub a:hover {
    color:#980900;
}

#nav2.nav ul li.test a {
    color:#980900;
    border-bottom:none;
}

#nav2 ul li.sub {
    background:#f0f0f0;
    padding-left:18px;
}

#nav2 ul li.sub a {
    color:#444444;
}

#nav2.nav ul li.subsub {
    background:#f0f0f0;
    border-bottom:1px solid #ccc;
    padding-left:28px;
}

#nav2.nav ul li.subsub a {
    margin-left:30px;
    color:#0F518a;
    text-transform:none;
    padding-left:-18px;
    display:table-row;
    text-align:left;
}

#nav2.nav ul li.subsub a:hover {
    color:#980900;
    text-transform:none;
}

.homealertmsg {
    text-align:center;
    color:#ff0000;
}

.homealertmsg a, #main .productlist h5 strong, #main .list_container .productlist h5 a {
    text-decoration:none;
}

.threecolumn h2 {
    font-size:22px;
    padding:0px;
    color:#B5121B;
}

.homealertmsg h2, .homefeature h2 {
    background-color:#9A0000;
color:#ffffff;
padding: 5px 20px;
}

.hottopics-top {
    width:100%;
    margin-bottom:10px;
    overflow: hidden;
}

.hottopics-top ul, #extra.hottopics ul {
    padding:0;
    margin:0;
    text-align:center;
}

.hottopics-top ul li {
    float: left;
    overflow:hidden;
    position:relative;
    word-wrap:normal;
    background: #f1f1f1;
    padding: 5px;
    margin: 20px;
    border: 1px solid #cccccc;
}

.hottopics-top li a, #extra.hottopics li a {
    padding:0;
    margin:0;
    display: block;
}

.hottopics-top li img {
    width:220px;
}

.hottopics-top li p {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    position:absolute;
    bottom:-6%;
    right:0%;
    background:#000;
    color:#fff;
    opacity:0.8;
    display:-webkit-flex;
    -ms-align-items:center;
    -moz-align-items:center;
    -webkit-align-items:center;
    align-items:center;
    transition:0.5s;
    -webkit-flex-flow:column;
    -ms-flex-direction:column;
}

.hottopics-top li:hover p {
    display:-webkit-flex;
    padding-bottom:10px;
    color:#fff;
    -webkit-flex-flow:column;
    -ms-flex-direction:column;
}

.hottopics-top li p span {
    display: block;
    display:-webkit-flex;
    -webkit-flex-flow:column;
    -ms-flex-direction:column;
    padding: 15px;
}


#extra {
    width:100%;
    margin-bottom:20px;
    height:auto !important;
    font-size:14px;
    line-height:20px;
    font-weight:normal;
}

#extra.hottopics li {
    width:17%;
    height:170px;
    overflow:hidden;
    display:inline-block;
    position:relative;
    margin-left:10px;
}

#extra.hottopics li img {
    width:100%;
    height:auto;
}

#extra.hottopics li p {
    margin:0;
    padding:0;
    position:absolute;
    bottom:0;
    right:0;
    width:100%;
    background:#333;
    color:#fff;
    opacity:0.7;
    font-size:15px;
    line-height:17px;
    display:-ms-flexbox;
    -ms-align-items:center;
    -moz-align-items:center;
    -webkit-align-items:center;
    align-items:center;
    transition:padding-bottom 0.5s;
}

#extra.hottopics li:hover p {
    padding-bottom:10px;
    transition:padding-bottom: 2s;
    color:#fff;
}

#extra.hottopics li p span {
    display:block;
    padding:5px;
}

div.releases {
    padding-left:0px;
}

.releases > p {
    color:#444;
    font-size:100%;
    font-weight:500;
    line-height:143%;
}

.releases > p > strong {
    color:#444;
    font-size:125%;
    font-weight:600;
    line-height:133%;
    display:block;
    margin-bottom:-15px;
    margin-top:20px;
}

/*MEMBERS ONLY LOGGED IN PAGES*/

.m_container, .form-actions {
    padding-top:10px;
}

.m_header {
    color:#B5121B;
    font-size:160%;
    line-height:32px;
    letter-spacing:-0.9px;
    margin-left:-2px;
}

.oljs {
    background-color:#ffffff;
    text-align:left !important;
}


div.t_row {
    display:block;
    float:left;
    width:90%;
}

div.t_row_header {
    display:block;
    width:90%;
    font-size: 14px;
}

.t_data h5 {font-size: 20px; color:#B5121B;}

div.t_data {
    float:left;
    width:90%;
    padding:3px 0px 3px 0px;
}

#phone_container div.t_row {
    display:block;
    float:left;
    width:600px !important;
}

#phone_container div.t_row div.t_data {
    float:left;
    width:600px !important;
    padding:3px 0px 3px 0px;
}

#phone_container div.t_row div.t_data div.t_row_header {
    display:block;
    float:left;
    width:600px !important;
    font-weight:bold;
}

#phone_container div.t_row div.t_data div.t_row_header div.t_data {
    display:block;
    float:left;
    width:200px !important;
    font-weight:bold;
}

#phone_container div.t_row div.t_data div.t_row div.t_data {
    float:left;
    width:200px !important;
    padding:3px 0px 3px 0px;
}

#phone_container div.t_row div.t_data input, #phone_container div.t_row div.t_data select {
    width:175px;
}

div.brandDelete a {
    width:15px;
    word-wrap:break-word;
    height:1%;
    display:inline;
}

.clr, div.search_results_container .fullrow, .clear {
    clear:both;
}


#main .productlist {
    margin:10px 0;
    padding:0;
}

#main .productlist h5, .ProductSearchWizardResultsMO p strong {
    font-size:1.2em;
}

#main div.productlist h5 a.morelink {
    font-size:0.8em !important;
    text-decoration:none !important;
    font-weight:normal;
}

#main div.productlist p.list_desc {
    margin:0 0 1em;
    font-size:1em;
}

#main div.productlist h3 {
    font-size:1.4em;
    font-weight:bold;
}

div.productlist ul.pleft, .productlist ul.pright {
    float:left;
    width:50%;
    padding:0;
    margin:0;
}

#main div.productlist li, div.search_results_container li, ul.directory {
    list-style:none;
}

div.search_desc {
    font-size:1em;
    line-height:normal;
    margin-bottom:20px;
    margin-top:12px;
}

div.search_desc h5 {
    line-height:normal;
    margin-top:20px;
    font-weight:bold;
    display:none;
}

div.search_desc h5 a {
    display:block;
    font-weight:bold;
    color:#fff !important;
    background:#4580be;
    text-align:center;
    padding-right:20px;
    font-size:1.2em !important;
    text-transform:uppercase;
}

div.search_desc h5 a:hover {
    background-color:#ff6600 !important;
    text-decoration:none !important;
}

.ProductSearchWizardResultsMO p {
    margin-top:20px;
    font-size:0.9em;
    line-height:1.6em;
    margin:0px;
}

.ProductSearchWizardResultsMO p a {
    text-decoration:underline !important;
}

div.keyword_section {
    margin:20px 0;
    text-align:left;
    padding-bottom:8px;
    border-bottom:4px solid #600;
}

div.keyword_section p {
    padding-bottom:8px;
    font-size:1.2em;
    color:#c00;
}

div.last_result {
    padding:0 0 0;
    font-size:1.2em;
    color:#c00;
}

div.last_result strong {
    font-weight:normal;
    font-size:1em;
    color:#c00;
}

div.search_results_container {
    padding-top:10px;
    margin-top:10px;
    border-top:5px solid #600;
    font-size:1.2em;
}

div.search_results_container ul {
    margin:0;
    padding:5px 0;
}

div.search_results_container .pleft {
    width:40%;
    float:left;
}

div.search_results_container .pright {
    width:60%;
    float:left;
}

div.search_results_container .even li.clearborder {
    font-size:1px;
    line-height:1px;
    height:1px;
    background:#FFF !important;
    clear:both;
}

div.search_results_container .odd li.clearborder {
    font-size:1px;
    line-height:1px;
    height:1px;
    background:#EEE !important;
    clear:both;
}

li.fullrow h6 {
    font-weight:bold;
    font-size:1.2em;
    margin:0;
    padding:0;
}

div.fullrow small, div.odd, div.even {
    font-size:0.8em;
}

div.odd li.pleft, div.even li.pleft, .pagination .next, .pagination .readout {
    font-weight:bold;
}

#main h3.dirtitle {
    color:#FB8C41;
    font-weight:bold;
    text-align:center;
}

#main h4.listview {
    color:#FB8C41;
    font-weight:normal;
    font-size:1.6em;
    text-align:center;
}

#main #nav_container, #main .memdir_block p a:link {
    color:#FB8C41;
}

#main.MemDirMO div.memdir_block {
    padding-bottom:10px;
    border-bottom:3px solid #FB8C41;
}

#main h3.mem_dirtitle {
    color:#C00;
    font-weight:bold;
    text-align:center;
}

#main h4.mem_listview {
    color:#C00;
    font-weight:normal;
    font-size:1.6em;
    text-align:center;
}

#main #mem_nav_container, #main.MemDirMO .mem_memdir_block p a:link, #main .mem_link {
    color:#C00;
}

#main div.mem_memdir_block {
    padding-bottom:10px;
    border-bottom:3px solid #C00;
}

div.dirheadingonly {
    color:#4680BF;
}

div.memdir_container {
    padding-top:20px;
}

div#letterbarnav {
    margin-top:20px;
    _margin-top:10px;
}

div.odd li {
    border-bottom:1px solid #eee;
}

div.even li {
    border-bottom:1px solid #fff;
    background:#eee;
}

div.persons_container {
    padding-left:10px;
}

div.persons_container p span.mem_left {
    width:220px;
    float:left;
}

div.top_links {
    text-align:right;
    padding:4px 0;
}

ul.search_blurb {
    padding:0;
    margin:0;
    list-style-position:inside;
}

#main .fullrow {
    border:0px !important;
}

#viewcart {
    border-radius:3px;
    border: none;
    color:#fff !important;
    text-shadow:1px 1px 0px #444;
    padding:0;
    text-transform:uppercase;
    width:180px;
    background:#8fb153;
}

#slider {
    font-size:12px;
}

#slider ul, #slider ul li, #team {
    padding:0px;
    margin:0px;
}

.accordion {
    width:690px;
    font:normal 16px arial, sans-serif;
    color:#000;
    margin:10px 0;
}

.accordion span {
    width:690px;
    color:blue;
    text-decoration:underline;
    font-weight:normal;
    cursor:pointer;
}

.accordion div {
    overflow:hidden;
}

.accordion div span {
    display:block;
    color:#000;
    text-decoration:none;
}

.borderTopLeft {
    border-top:1px solid #787878;
    border-left:1px solid #787878;
}

.borderBottomRight {
    border-right:1px solid #787878;
    border-bottom:1px solid #787878;
}

.borderRight {
    border-right:1px solid #787878;
}

.borderRightDotted {
    border-right:1px dotted #787878;
}

#idplate {
    margin-bottom:0px;
    margin-top:0px;
}

#sitetitle {
    margin-bottom:10px;
    border-bottom:1px dotted #7f7f7f;
}

#sitetitle h1 {
    background-color:inherit;
    color:#7f7f7f;
    font-size:20px;
}

#collectionHeader {
    margin-bottom:15px;
}

#collectionHeader h1 {
    font-size:14px;
}

#collectionHeader p {
    line-height:16px;
    margin-top:5px;
}

#collectionInline {
    float:left;
    position:relative;
    color:inherit;
    background-color:#b3b3b3;
    width:321px;
    height:482px;
    overflow:hidden;
}

#collectionInline .padding {
    padding:15px;
}

#collectionInline h1 {
    background-color:inherit;
    color:#4c4c4c;
    font-size:14px;
}

#collectionInline p {
    background-color:inherit;
    color:#4c4c4c;
    line-height:16px;
    margin-top:5px;
}

#styleswitcher {
    float:left;
    margin-bottom:10px;
    border-right:1px solid #787878;
}

#styleswitcher img {
    float:left;
    border-left:1px solid #787878;
    border-bottom:1px solid #787878;
    width:12px;
    height:7px;
}

.pagination {
    float:inherit;
    margin-bottom:10px;
    padding:0;
}

.pagination li {
    float:left;
    list-style:none;
    padding:5px;
}

.pagination .previous {
    font-weight:bold;
    margin-left:25px;
}

.pagination .current {
    border:solid 1px #7f7f7f;
}

#quickjump {
    float:right;
    margin-bottom:10px;
    padding:0;
}

#contact {
    margin-bottom:10px;
    padding:5px 0;
    border-top:1px dotted #7f7f7f;
}

#stage, #stage2, #index {
    float:left;
    position:relative;
    margin:0;
}

#previewFull {
    float:left;
    position:relative;
    color:inherit;
    background-color:#7f7f7f;
}

#previewFull .padding {
    padding-top:15px;
}

#previewSmall .previewSmallNav {
    position:absolute;
    bottom:0;
    width:100%;
    font-weight:bold;
    text-align:center;
    padding-bottom:15px;
}

.previewFullNav ul {
    margin:0;
    padding:5px;
}

.previewFullNav li {
    display:inline;
    padding:10px;
}

.thumbnail, .emptyThumbnail {
    float:left;
    position:relative;
    color:inherit;
    background-color:#949494;
    width:160px;
    height:160px;
    overflow:hidden;
}

.selectedThumbnail, .thumbnail:hover, .selected, .selected:hover {
    color:inherit;
    background-color:#a1a1a1;
}

.selected .alignmentInner img {
    border:solid 3px white;
    padding:0;
    margin:0;
}

.itemNumber {
    z-index:0;
    position:absolute;
    top:2px;
    left:2px;
    background-color:inherit;
    color:#9c9c9c;
    font-size:40px;
    font-weight:bold;
    letter-spacing:-1px;
}

.fullSize {
    position:absolute;
    left:0;
    bottom:0;
}

.sendMail {
    position:absolute;
    right:0;
    bottom:0;
}

.row {
    position:relative;
    color:inherit;
    background-color:#a1a1a1;
    width:804px;
    height:160px;
    overflow:hidden;
}

.cellThumbnail {
    float:left;
    position:relative;
    color:inherit;
    background-color:#949494;
    width:200px;
    height:100%;
    overflow:hidden;
}

.cellThumbnail:hover {
    color:inherit;
    background-color:#949494;
}

.cellDescription {
    float:left;
    position:relative;
    width:350px;
    height:100%;
    overflow:hidden;
}

.cellDescription .padding {
    padding:10px;
}

.cellDescription h1 {
    background-color:inherit;
    color:#E5E5E5;
    font-size:14px;
}

.cellDescription p {
    background-color:inherit;
    color:#E5E5E5;
    line-height:16px;
    margin-top:5px;
}

.cellMetaData {
    float:left;
    position:relative;
    color:inherit;
    background-color:#9D9D9D;
    width:250px;
    height:100%;
    overflow:hidden;
}

.cellMetaDataContainer {
    width:250px;
}

.cellMetaDataLabel {
    float:left;
    width:40%;
    text-align:right;
}

.cellMetaDataLabel p {
    background-color:inherit;
    color:#e5e5e5;
    font-size:10px;
    line-height:12px;
    padding-right:3px;
}

.cellMetaDataData {
    float:left;
    width:60%;
    text-align:left;
}

.cellMetaDataData p, .cellMetaDataData a {
    background-color:inherit;
    color:#E5E5E5;
    font-size:10px;
    line-height:12px;
    font-weight:bold;
    padding-left:3px;
}

.alignmentOuterGrid {
    z-index:1;
    position:static;
    text-align:center;
    display:table;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
}

.alignmentOuter {
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
    position:static;
    text-align:center;
    display:table;
}

.alignmentMiddle {
    position:static;
    display:table-cell;
    vertical-align:middle;
}

.alignmentInner {
    position:static;
}

.AdjustZIndex, #footer-area {
    position:relative;
}

.previewFullMetadata hr {
    border:0;
    height:0px;
    margin-left:10px;
    margin-right:10px;
}

#detailTitle {
    margin:10px 0 0 0;
    float:left;
    clear:both;
    text-align:center;
    width:100%;
}

.detailNav {
    width:100%;
    float:left;
    clear:both;
    text-align:center;
}

.detailNav ul {
    margin:10px auto;
    text-align:center;
}

.detailNav ul li {
    display:inline;
    text-align:center;
    list-style:none;
    padding:5px;
}

#detailImage {
    text-align:center;
    width:100%;
}

#detailCaption {
    margin:10px;
    text-align:center;
}

.previewMetadataRow {
    display:block;
    font-size:11px;
    text-align:center;
    clear:both;
}

.previewMetadataLabel {
    margin-right:3px;
    display:inline;
    font-size:11px;
    text-align:right;
    clear:both;
}

.previewMetadataData {
    display:inline;
    font-size:11px;
    font-weight:bold;
}

**********
IE7
**********
.alignmentMiddle {
    margin-top:expression((parentNode.offsetHeight - this.offsetHeight) / 2) !important;
}

ul.thumbs {
    clear:both;
    margin:0;
    padding:0;
}

ul.thumbs li {
    float:left;
    padding:0;
    margin:5px 10px 5px 0;
    list-style:none;
}

.sidebox {
    float:right;
    padding:10px;
    margin-bottom:20px;
    border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    background:rgba(240, 243, 245, 1);
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}

.highlighted-block {
    overflow:hidden;
    padding:10px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

.highlighted-block-inside {
    padding:10px;
    text-align:center;
}

.light {
    background:rgba(240, 243, 245, 1);
    color:#333;
}

.dark {
    background-color:#5B5351;
    color:#ccc;
}

.lightgrey {
    background:#f2f2f2;
}

.bkgrd-white {
    background: #ffffff;
}

.lighttan {
    background:#FFF0CE;
}

.bkgrd-lightgrey {
    background:#f2f2f2;
}

.bkgrd-litegreen {
    background:#F1F8D8;
}

.bkgrd-grad-grey {
    /* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #262626 800%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #262626 800%);
    /* Opera */
    background-image: -o-linear-gradient(top left, #FFFFFF 0%, #262626 800%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(8, #262626));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #262626 800%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom right, #FFFFFF 0%, #262626 800%);
}

.bkgrd-grad-ltblue {
    /* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom left, #FFFFFF 0%, #DEECFC 75%, #585959 800%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom left, #FFFFFF 0%, #DEECFC 75%, #585959 800%);
    /* Opera */
    background-image: -o-linear-gradient(bottom left, #FFFFFF 0%, #DEECFC 75%, #585959 800%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #FFFFFF), color-stop(0.75, #DEECFC), color-stop(8, #585959));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom left, #FFFFFF 0%, #DEECFC 75%, #585959 800%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top right, #FFFFFF 0%, #DEECFC 75%, #585959 800%);
}



ul.square {
    list-style-type: square;
    margin-left: 0px;
    color: #787878;

}

ul.square li {
    line-height: 1.6em;
}

ul.links > li {
    padding-top: 10px;
}

/* BUTTONS */

.btn {
    color:#fff !important;
    text-shadow:1px 1px 0px #444;
    display:inline-block;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-top:20px;
    padding:10px 32px;
    text-decoration:none;
    text-transform:uppercase;
    width:300px;
}

a.btn.dkblue, .btn.dkblue {background-color: #2f4153; text-decoration:none!important; text-align: center;}
a.btn.orange, .btn.orange {background-color: #DC9030;text-decoration:none!important; text-align: center;}

a.cta-button-purple {
    border-radius:3px;
    color:#fff !important;
    text-shadow:1px 1px 0px #444;
    display:inline-block;
display: block;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-top:10px;
    padding:10px 32px;
    text-decoration:none;
    text-transform:uppercase;
     /* width:180px; */
    max-width: 100%;
width: 100%;
    background-color:#663366;
    box-shadow:0 2px 0 0 #9bac2e;
}

a.cta-button-blue {
    border-radius:3px;
    color:#fff !important;
    text-shadow:1px 1px 0px #444;
    display:inline-block;
display: block;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-top:10px;
    padding:10px 32px;
    text-decoration:none;
    text-transform:uppercase;
    text-align: center;
    /* width:180px; */
    max-width: 100%;
width: 100%;
    background-color:#77c4d5;
    box-shadow:0 2px 0 0 #66abbd;
}


a.cta-button-dkblue {
    border-radius:3px;
    color:#fff !important;
    text-shadow:1px 1px 0px #444;
    display:inline-block;
display: block;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-top:10px;
    padding:10px 32px;
    text-decoration:none;
    text-transform:uppercase;
    /* width:180px; */
   max-width: 100%;
width: 100%;
    background-color: #4d6e8c;
    box-shadow:0 2px 0 0 #66abbd;
}


a.cta-button-green {
    border-radius:3px;
    color:#fff !important;
    text-shadow:1px 1px 0px #444;
    display:inline-block;
display: block;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-top:10px;
    padding:10px 32px;
    text-decoration:none;
    text-transform:uppercase;
     /* width:180px; */
    max-width: 100%;
width: 100%;
    background-color:#8fb153;
    box-shadow:0 2px 0 0 #9bac2e;
}

a.cta-button-orange {
    border-radius:3px;
    color:#fff !important;
    text-shadow:1px 1px 0px #444;
    display:inline-block;
display: block;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-top:10px;
    padding:10px 32px;
    text-decoration:none;
    text-transform:uppercase;
     /* width:180px; */
    max-width: 100%;
width: 100%;
    background-color:#DC9030;
    box-shadow:0 2px 0 0 #444444;
}

a.cta-button-red {
    border-radius:3px;
    color:#fff !important;
    text-shadow:1px 1px 0px #444;
    display:inline-block;
display: block;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-top:10px;
    padding:10px 32px;
    text-decoration:none;
    text-transform:uppercase;
     /* width:180px; */
    max-width: 100%;
width: 100%;
    background-color:#B5121B;
    box-shadow:0 2px 0 0 #cccccc;
}


.teaser-block p.right a.cta-button-red {
    font-size: .7em;
    padding:4px 8px;
    width:250px;
    text-align: center;
    margin-right: 20px;
}

a.cta-button-green:hover {
    background-color:#95b051;
    box-shadow:0 2px 0 0 #859427;
}

a.cta-button-orange:hover {
    background-color:#9e341f;
    box-shadow:0 2px 0 0 #444444;
}

a.cta-button-red:hover {
    background-color:#6f0b11;
    box-shadow:0 2px 0 0 #cccccc;
}

a.cta-button-blue:hover {
    background-color:#66abbd;
    box-shadow:0 2px 0 0 #5793a4;
}

a.cta-button-dkblue:hover {
    background-color:#2f4153;
    box-shadow:0 2px 0 0 #66abbd;
}


.full-width {
    width:100%!important;
    height:auto;
    overflow:hidden;
}

.one_half {
    width:44%;
    position:relative;
    margin-right:4%;
    margin-bottom:20px;
    float:left;
}

.one_third {
    width:25%;
    position:relative;
    margin-right:2%;
    margin-bottom:20px;
    float:left;
}

.two_thirds {
    width:60%;
    position:relative;
    margin-right:4%;
    margin-bottom:20px;
    float:left;
}

.one_fourth {
    width:22%;
    position:relative;
    margin-right:3%;
    margin-bottom:20px;
    float:left;
}

.three_fourths {
    width:74%;
    position:relative;
    margin-right:4%;
    margin-bottom:20px;
    float:left;
}

.one_fifth {
    width:16.8%;
    position:relative;
    margin-right:4%;
    margin-bottom:20px;
    float:left;
}

.two_fifth {
    width:37.6%;
    position:relative;
    margin-right:4%;
    margin-bottom:20px;
    float:left;
}

.three_fifth {
    width:58.4%;
    position:relative;
    margin-right:4%;
    margin-bottom:20px;
    float:left;
}

.four_fifth {
    width:67.2%;
    position:relative;
    margin-right:4%;
    margin-bottom:20px;
    float:left;
}

.one_sixth {
    width:13.33%;
    position:relative;
    margin-right:4%;
    margin-bottom:20px;
    float:left;
}

.five_sixth {
    width:82.67%;
    position:relative;
    margin-right:4%;
    margin-bottom:20px;
    float:left;
}

.last {
    margin-right:0 !important;
}



#global-footer {
    font-size:15px;
    text-align:left;
    color:#ffffff;
    padding:20px;
    background:#909090;
    min-width:1220px;
    height:auto;
}



#footer_wrapper {
    margin:0 auto;
    background:#909090;
    min-width: 100%;
}

#footer-area{
    max-width: 1140px;
    margin: 0 auto;
}

#footer-area h2 {
    color:#fff;
    font-size:22px;
}

#footer-area ul.foot-nav {
    list-style:none;
    padding:0;
}

#footer-area ul.foot-nav li {
    border-bottom:1px solid #fff;
    padding:5px 0 5px;
}

#footer-area ul.foot-nav li a {
    font-size:15px;
}

#footer-area  a {
    color:#fff;
    font-size:12px;
}

#footer-area  a:hover {
    color:#000;
}

#footer #footer-area  p {
    color:#fff;
}

#footer-area .column-title {
    color:#e0e0e0;
}

.credit {
    float:right;
    max-width:370px;
    margin-right:12px;
    text-align:right;
}

.footer_credit {
    color:#fff;
    overflow:auto;
    max-width:1000px;
    margin:0 auto;
    padding:1%;
}

ul.social-icons {
    padding:0;
}

ul.social-icons > li {
    display:block;
    padding:8px;
    float:left;
}

ul.social-icons > li > a {
    font-size:14px !important;
}


.red, ul.staff-directory li > p > strong {
    color:#B5121B;
}

ul.directory li {
    padding-bottom:10px;
}

ul.footnotes {
    list-style:none;
    font-size:11px;
    line-height:14px;
    padding:0;
}

ul.footnotes li {
    margin:5px 0px 0px;
}

#team .dept-description {
    font-size:13px;
    line-height:18px;
    padding:0px;
    margin:0px;
    font-weight:600;
    margin-bottom:20px;
}

#team h2 {
    color:#B5121B;
    text-align:center;
    text-shadow:1px 1px 0px #ffffff;
}

#team, .department {
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:1px solid #e6e6e6;
    padding:12px 12px;
    background-color:#fffefc;
    color:#1a1406;
    display:inline-block;
    -webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
    -moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
    box-shadow:inset 1px 1px 0px 0px #ffffff;
    margin-bottom:20px;
}

#team, .team-container-block .department-bio {
    margin:10px 0 10px;
}

#team, .team-container-block .profile img {
    border:1px solid #ccc;
    padding:8px;
    margin-bottom:10px;
    margin-right:0;
    margin-top:10px;
}

#team, .team-container-block .profile {
    background:#fff;
    width:220px;
    margin:10px;
    float:left;
    font-size:13px;
    font-weight:600;
    line-height:22px;
    text-align:center;
    clear:both;
}

#team, .team-container-block .profile p {
    font-size:13px;
    margin:4px;
    text-align:center;
}

#team, .team-container-block .profile h3 {
    font-size:15px;
    color:#B5121B;
    padding:0;
    text-align:center;
}

#team, .team-container-block .profile h4 {
    font-size:13px;
    line-height:15px;
    color:#444;
    margin:0;
    text-align:center;
    padding-bottom:10px;
}

#team, .team-container-block .bio {
    width:65%;
    padding:0;
    margin-top:0px;
    float:left;
}

#team, .team-container-block .bio p {
    font-size:13px;
    line-height:19px;
}

.toggle-box + label {
    cursor:pointer;
    display:block;
    font-weight:bold;
    line-height:21px;
    margin-bottom:5px;
}

.toggle-box + label + div {
    margin-bottom:10px;
}

.toggle-box:checked + label + div {
    display:block;
}

.toggle-box + label:before {
    background-color:#4F5150;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    color:#FFFFFF;
    content:"\2212";
    display:block;
    float:left;
    font-weight:bold;
    height:20px;
    line-height:20px;
    margin-right:5px;
    text-align:center;
    width:20px;
}

.toggle-box:checked + label:before {
    content:"+";
}

ul.staff-directory {
    list-style:none;
    text-align:left;
}

input {
    margin:2px 0;
    padding:4px;
    font-size:0.929em;
}

textarea {
    font-size:0.929em;
    line-height:1.5;
}

select{
    padding:6px;
}

input.form-text {
    border:1px solid #ccc;
}

.password-suggestions ul li {
    margin-left:1.2em;
}



.form-item {
    margin-bottom:1em;
    margin-top:2px;
}

.form-item label {
    font-size:0.929em;
}

.form-type-radio label, .form-type-checkbox label {
    margin-left:4px;
}

.form-type-radio .description, .form-type-checkbox .description {
    margin-left:2px;
}

button, input[type="submit"], input[type="reset"], input[type="button"] {
    background-image:-ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
    /*    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FFFFFF', endColorstr = '#E3E3E3');  */
    border:1px solid #dbdbdb;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -o-border-radius:4px;
    -ms-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
    -moz-box-shadow:inset 0 1px 0 0 white;
    -webkit-box-shadow:inset 0 1px 0 0 white;
    -o-box-shadow:inset 0 1px 0 0 white;
    box-shadow:inset 0 1px 0 0 white;
    color:#333333;
    /* text-shadow:0 1px 0 white; */
    position:relative;
    /*  font-weight:bold; */
    padding:5px;
}

button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background-image:-ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
    /*    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#DBDBDB', endColorstr = '#F2F2F2'); */
    -moz-box-shadow:inset 0 1px 0 0 white;
    -webkit-box-shadow:inset 0 1px 0 0 white;
    -o-box-shadow:inset 0 1px 0 0 white;
    box-shadow:inset 0 1px 0 0 white;
    cursor:pointer;
}

@media only screen and (max-width: 767px) {
    #breadcrumb {
        display:none;
    }

    .full-width, .one_half, .one_third, .two_thirds, .three_fourths, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
        width:100%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hottopics-top {
        display:none;
    }

    #global-footer {
        min-width: 1220px;
    }

}

@media only screen and (max-width: 767px) and (max-device-width: 1000px) {
    .hottopics-top {
        display:none;
    }

    #global-footer {
        min-width: 1220px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {
    .hottopics-top {
        display:none;
    }

    .smaller {font-size: 100%;}

    #global-footer {
        min-width: 1220px;
    }
}



/*STORE*/

input.small-btn {
    text-shadow:none;
    font-weight: normal;
    display:inline-block;
    font-size:10px;
    letter-spacing:1px;
    margin-top:10px;
    padding:10px;
    text-decoration:none;
    text-transform:uppercase;
    background:#F1F8D8;
}


/* LOGIN FORMS NEW */

.container {
    margin: 80px auto;
    width: 640px;
}


.login-create {
    position: relative;
    margin-left: -80px;
    padding: 20px 20px 20px;
    width: 710px;
    background: white;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.login {
    position: relative;
    margin: 0 auto;
    padding: 20px 20px 20px;
    width: 510px;
    background: white;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.login:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 1px;
}

.login h1 {
    margin: -20px -20px 21px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px #444;
    letter-spacing: 0.011em;
    text-transform: uppercase;
    background: #DC9030;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
    -webkit-box-shadow: 0 1px whitesmoke;
    box-shadow: 0 1px whitesmoke;
}
.login p {
    margin: 20px 0 0;
}
.login p:first-child {
    margin-top: 0;
}
.login input[type=text], .login input[type=password] {
    width: 278px;
}

/*.create input[type=text], .login input[type=password] {*/
/*width: 228px;*/
/*}*/

.login p.forgot {
    float: right;
    line-height: 50px;
}

.login p.submit {
    text-align: left;
}

.login-help {
    margin: 20px 0;
    font-size: 11px;
    color: #444;
    text-align: left;
    text-shadow: 0 1px #2a85a1;
}
.login-help a {
    color: #cce7fa;
    text-decoration: none;
}
.login-help a:hover {
    text-decoration: underline;
}

:-moz-placeholder {
    color: #c9c9c9 !important;
    font-size: 13px;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 13px;
}

input {
    font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
    font-size: 14px;
}

input[type=text], input[type=password] {
    margin: 5px;
    padding: 0 10px;
    width: 200px;
    height: 34px;
    color: #404040;
    background: white;
    border: 1px solid;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-radius: 2px;
    outline: 5px solid #eff4f7;
    -moz-outline-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
input[type=text]:focus, input[type=password]:focus {
    border-color: #7dc9e2;
    outline-color: #dceefc;
    outline-offset: 0;
}

input[type=submit] {
    padding: 0 18px;
    height: 29px;
    font-size: 12px;
    font-weight: bold;
    color: #527881;
    text-shadow: 0 1px #e3f1f1;
    background: #cde5ef;
    border: 1px solid;
    border-color: #b4ccce #b3c0c8 #9eb9c2;
    border-radius: 4px;
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}
input[type=submit]:active {
    background: #cde5ef;
    border-color: #9eb9c2 #b3c0c8 #b4ccce;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
    line-height: 34px;
}


input[type=reset] {
    padding: 0 18px;
    height: 29px;
    font-size: 12px;
    font-weight: bold;
    color: #527881;
    text-shadow: 0 1px #e3f1f1;
    background: #cde5ef;
    border: 1px solid;
    border-color: #b4ccce #b3c0c8 #9eb9c2;
    border-radius: 4px;
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

input[type=reset]:active {
    background: #cde5ef;
    border-color: #9eb9c2 #b3c0c8 #b4ccce;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.site-header.site-header-mobile {
    background: none !important;
    height: 50px;
}
.site-header.site-header-mobile ul{
    position: relative;
    top: 35px;
}
.site-header.site-header-mobile li {
      background: transparent none repeat scroll 0 0;
    border: medium none;
    float: left;
    margin: 5px;
    overflow: hidden;
    overflow-wrap: normal;
    padding: 1px;
    position: relative;

}
.site-header.site-header-mobile li a{
  border-bottom: 1px dotted #ccc;
    color: #0f518a;
    display: table-cell;
    height: 50px;
    padding: 0 5px;
    text-decoration: none;
    vertical-align: middle;
}
.beef-schedule.meat-summit dl dd {
    margin: 0 0 24px 170px;
}

/*end of orchid custom*/