/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
 @font-face {
  font-family: "Norwester";
  src: url('../fonts/norwester.eot') format('embedded-opentype'), url('../fonts/norwester.woff') format('woff'), url('../fonts/norwester.ttf') format('truetype'), url('../fonts/norwester.svg#Norwester') format('svg');
}
h3.tile__heading a span.xsmall {
    font-size: 12px;
}
#home2023 .tile__heading.two-lines, #home2023 .tile__heading.two-lines a{
    padding-bottom: 5px;
}
.modal-content a:link, .modal-content a:visited {
    color: #000;
}
.pom-button {
    
}
.navbar-nav > li {
    height: 70px;
}
.pom-button a.registration.btn.btn-red {
   width:50%;
   margin-left: auto;
   margin-right: auto;
   display: block; 
}
/***** START 2023 layout *****/
#block-views-block-sponsors-block-5 img.img-responsive {
    height: 85px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Norwester",sans-serif;
    text-transform: uppercase;
}
body {
    font-family: arial,sans-serif;
}
.link-div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
#block-meatconference-main-menu .last {
        /* width: 180px;
    margin-top: -70px;
    max-width: none;
    display: inline-block;
    float: right;
    height: 70px; */
}
#block-meatconference-main-menu .nav.navbar-nav {
    width:100%;
}
#block-meatconference-main-menu .nav > li > a.last-menu-item-register {
    padding-top: 24px;
    background-color: #04888a;
    height: 100%;
}
#block-meatconference-main-menu .nav > li > a.last-menu-item-register:hover, #block-meatconference-main-menu .nav > li > a.last-menu-item-register:focus {
    background-color: #fff;
    color: #04888a;
}
.well.alert-box {
    font-size: .7em;
}
.well.alert-box h2 {
    margin-top: 0;
}
#home2023 #top-div {
    /* background-color: #3f6676;
    color: #fff; */
    padding: 5% 15px;
    padding-top: 0;
}
#home2023 #top-div h1 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 30px;
    color: #396758;
    font-weight: bold;
    max-width: 80%;
    margin: 20px auto;
}
#home2023 #top-div p, #home2023 #top-div ul {
    font-size: 18px;
}
#home2023 #top-div ul {
    
}
#home2023 #top-div li {
    
}
#home2023 #top-div a {
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #3aa547; 
    background-color: transparent;
}
#home2023 .tile {
    height: 219px;
    margin-bottom: 12px;
}
#home2023 .tile {
    position: relative;
    color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-top: 12px;
    -webkit-transition: background-size .3s cubic-bezier(.11,.04,.11,.33);
    transition: background-size .3s cubic-bezier(.11,.04,.11,.33);
    background-size: 100%;
    border-radius: 16px;
    overflow: hidden;
}
#home2023 .tile:hover {
    background-size: 110%;
}
#home2023 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(40,58,51,.9)));
    background-image: linear-gradient(180deg,transparent,rgba(40,58,51,.9));
}
#home2023 .tile__text {
    height: 100%;
    font-size: 22px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: padding-bottom .3s cubic-bezier(.4,0,.33,1.13);
    transition: padding-bottom .3s cubic-bezier(.4,0,.33,1.13);
}
#home2023 .tile__heading, #home2023 .tile__heading a {
    font-size: 22px;
    line-height: 28px;
    padding: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    text-shadow: 0 0 6px rgb(0 0 0 / 50%);
    display: inline-block;
}
.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 19%);
}
.card:hover {
    -webkit-transition: -webkit-box-shadow 1s;
    transition: -webkit-box-shadow 1s;
    transition: box-shadow 1s;
    transition: box-shadow 1s,-webkit-box-shadow 1s;
    -webkit-box-shadow: 0 16px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 16px 20px 0 rgb(0 0 0 / 10%);
}
.red-highlight {
    color:#bb3826;
    font-weight: bold;
}
#boxes h2 {
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #396758;
    font-weight: bold;
}
#boxes h3 {
    background-color: #396758;
    margin: 0;
    padding: 30px 20%;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 20px; 
    /* min-height: 120px; */
}
#boxes p {
    
}
#boxes .card__text {
    height: 280px;
    padding-top: 20px;
}
#boxes ul {
    list-style: none;
}
#boxes li {
    padding: 10px;
}
#boxes .registration.btn.btn-red{
    background-color: #bb3826;
    color: #fff;
    box-shadow: none;
    width: 80%;
    margin: 10%;
    font-family: "norwester", sans-serif;
    text-transform: uppercase;
}
#home-video {
    background-color: #3f6676;
    color: #fff;
    padding: 5%;
}
#home-video h2 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 30px;
}
#home-video video {
    width: 80%;
    margin: auto;
    display: block;
}

#SessionPromo {
    margin-top: 40px;
}
#SessionPromo iframe {
    width: 100%;
}
#SessionPromo h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #396758;
    font-weight: bold;
}
#SessionPromo p {
    
}
#SessionPromo a.registration.btn.btn-red {
        width: 80%;
    margin: 40px auto;
    display: block;
}
/***** STOP 2023 layout *****/
/**** START LOT winners ***/
.LOT-winners {
    
}
.LOT-winners .col-sm-2 {
    text-align: center;
}
.LOT-winners img {
   width: 100%;
   padding: 10px; 
}
.LOT-winners h2 {
   font-size: 20px;
   line-height: 26px;
    margin-top: 10px;
}
.LOT-winners h3 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
}
.LOT-row-end {
    clear: both;
}

/**** END LOT winners ***/
 /****** START RED BANNER ****/
 .red-banner {
    background-color: #bb3826;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-style: italic;
 }
 .red-banner a:link, .red-banner a:visited {
    color: #fff;
    font-weight: bold;
}
  /****** END RED BANNER ****/
/****** START WEBFORM RESULTS ****/
.view-leaders-of-tomorrow table {
    background-color: #fff;
}
.view-leaders-of-tomorrow caption {
    background: #000 none repeat scroll 0 0;
    color: #ddd;
    font-size: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.view-leaders-of-tomorrow th {
    background: #000 none repeat scroll 0 0;
    color: #ddd;
    font-size: 16px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
}
.view-leaders-of-tomorrow td.views-field-created{
    min-width: 200px;
    vertical-align: middle;
    text-align: center;
}
.view-leaders-of-tomorrow table th a {
    color: #ddd;
}
.view-leaders-of-tomorrow table a:hover {
    text-decoration: none;
    opacity: 1;
}
.view-leaders-of-tomorrow table td {
    vertical-align: middle;
}
.view-leaders-of-tomorrow h2, .view-leaders-of-tomorrow h3 {
    margin-bottom: 0;
}
.view-leaders-of-tomorrow h2 {
    color: #acc762;
    font-size: 18px;
    margin-top: 0;
    padding: 2px 0;
    font-family: "Carrois Gothic",arial,sans-serif;
    line-height: 100%;
    opacity: 1;
    text-transform: uppercase;
    font-weight: bold;
}
.view-leaders-of-tomorrow h3 {
    color: #888;
    font-size: 16px;
    margin-top: 0;
    padding: 2px 0;
    text-transform: uppercase;
}
.view-leaders-of-tomorrow h1, .view-leaders-of-tomorrow h2, .view-leaders-of-tomorrow h3, .view-leaders-of-tomorrow h4 {
    text-transform: uppercase;
    line-height: 125%;
    opacity: 0.9;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
}
.view-leaders-of-tomorrow .panel-body .panel-body {
    font-size: 14px;
    /* height: 34px; */
    height: auto;
    line-height: 1.42857;
    padding: 6px 12px;
}
.webform-element--title-inline > div {
    display: block;
}
.view-leaders-of-tomorrow .control-label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.webform-element--title-inline > div.panel.panel-default {
   /* height: 44px; */
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.view-leaders-of-tomorrow hr {
    clear: both;
}
.view-leaders-of-tomorrow .panel-title {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

#project-details .webform-element--title-inline > div.panel.panel-default {

    height: auto;
}
.view-leaders-of-tomorrow #project-details .panel-body .panel-body {

    height: auto;
}
.path-user .main-container div[role="heading"], article[typeof="schema:Person"] {
    display: none;
}
.print-preview img {
    height: 75px;
    width: auto;
    padding: 5px;
}
.print-preview {
    width: 100%;
    text-align: right;
}
.path-lot-print-preview caption {
    background-color: #000;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #fff;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.path-lot-print-preview .grey {
    width: 150px;
    background-color: #ccc;
    font-weight: bold;
}
.path-lot-print-preview .control-label {
    /* width: 300px; */
    float: none;
    background-color: #ccc;
    height: 36px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
}

.path-lot-print-preview .form-type-textarea.form-item .panel.panel-default {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    border-top-left-radius: 0;
}
.path-lot-print-preview .form-type-textarea {
    width: 100%;
}
#edit-phone {
    border: 1px solid #ccc;
}
#edit-phone .panel-body{
    padding: 12px;
}

.path-lot-print-preview .container {
    width: 100%;
}
/****** END WEBFORM RESULTS ****/
.LOT-testimonies blockquote {
   width: 80%;
    font-size: .9em;
    border: none;
    text-align: left;
    clear: both;
    padding: 20px; 
}
.LOT-testimonies span {
        font-weight: bold;
    text-shadow: 1px 1px 2px #ccc;
}
.exhibits a.registration {
    margin-top: 0px;
}
.collapse-section .registration.btn.btn-red {
    width: 300px;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
}
.collapse.well li {
    margin-top: 15px;
}
/**** front page program highlight  ****/
.program-highlight {
    /* background-color: #95d5d5; */
    background-color: rgba(149, 213, 213, .7);
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 30px;
    padding-top: 0;
    overflow: hidden;
}
.program-highlight h2, .program-highlight2 h2 {
    margin: 20px;
    display: block;
    text-decoration: underline;
    font-size: 26px;
}
.program-highlight h3, .program-highlight2 h3 {
font-weight: bold;
    font-size: 18px;
}
.program-highlight2 p {

}
.program-highlight2 span {

    color: #666;
    font-size: 14px;
}
.program-highlight2 em {

}
.program-highlight .row {
    margin-bottom: 20px;
}
.view-frontpage.home2020 .home-section1 img {
    margin-top: 40px;
}
.program-highlight2 .col-lg-6 .container {
    /* background-color: #95d5d5; */
    background-color: rgba(149, 213, 213, .7);
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 30px;
    padding-top: 0;
    overflow: hidden;
    /* min-height: 350px; */
    width: 100%;
}
/*** .program-highlight2 .col-lg-6 .content {
position: absolute;    
    top: 45%;
    left: 40%;
    transform: translateX(-40%) translateY(-45%);
}  ***/
.program-highlight2 a.registration {
    width: 50%;
    margin-top: 0;
}
.program-highlight2 .col-lg-6 {

}
/**** end program highlight ***/
.path-user article[about="/user/13"] {
    display: none;
}
.table-padding h2{
    margin-bottom: 20px;
    color: #bb3826;
}
.pom-banner h2 {
    padding: 30px;
}
.pom-banner {
background-color: #bb3826;
color: #fff;
}
.pom-banner h3{
margin-top: 80px;
margin-bottom: 100px;
padding: 20px;
font-size: 20px;
line-height: 30px;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.pom-banner h3 b {

}
.midyear h2 {
    color:#bb3826;
    font-size: 30px;
}
.midyear h3 {
    color:#bb3826;
    font-size: 18px;
    font-weight: bold;
}
.midyear ul {
    margin-top: 20px;
}
.midyear li {
    padding: 2px 5px;
}
.midyear .registration.btn {
    max-width: 500px;
}
.view-frontpage.home2020 .midyear img {
    max-width: 150px;
}
.midyear .speaker {
    background-color: #bb3826;
    color: #fff;
    padding: 10px;
}
.midyear .speaker h2 {
    color: #fff;
    margin-bottom: 30px;
}
.midyear .speaker h3 {
    color: #fff;
}
.midyear .speaker h4 {

}
.jb-classifier-link-wrapper.jb-classifier-detail-area.jb-classifier-layer.jb-classifier-show-on-over > div {
display:none !important;
}

 .video-container video {
    width: 100%;
    height: auto;
}
video.bkg1 {
    background: black
}
 .top-section {
 
 }
 .program-sponsor {
 padding-top: 15px;
font-size: 1.2em;
 }
  .program-sponsor b{
 line-height: 45px;
 }
  body strong {
    font-family: sans-serif;
}
 .special {
    color: #bb3826;
    text-decoration: underline;
}
 .q-a {
 	padding-top: 10px;
    text-align: center;
 }
  .q-a a {
 	color: #666666 !important;
    font-weight: bold;
 }
 .top-exhibitors {
     text-align: center;
    display: block;
    clear: both;
 }
 .top-exhibitors span {
 color: #CC3300;
 
    font-weight: bold;
    padding: 10px 15px;
    line-height: 30px;
 text-shadow: 2px 2px 6px rgba(150,150,150,0.53);
 }
 #block-block-6 {
 	font-weight: 600;
    margin-bottom: -30px;
 	}
/* 2016 */
#hotel-picture {
float: left;
    margin-right: 20px;
    margin-bottom: 20px;
     width: 100%;
}
#block-block-7 {
	background: #f8f8f8 none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 10px 20px 40px;
}
#block-block-7 h5{
	font-weight: 600;
	font-size: 16px;
}
#block-block-7 thead{
	font-weight: 600;
	font-size: 16px;
}

.front .well {
    min-height: 20px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 30px 80px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
 /* BS */

#block-views-content-block-5 h2 a {
	color:#cc3333;
	text-decoration: underline;
}
#exhibits-join {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
#block-views-content-block-1 h3 {
	color: #cb2320;
	}
footer h4 a {
	color:#ffffff !important;
	}
#block-views-sponsors-block-2 .col-xs-6 {
    width: 100%;
    margin-top:20px;
}
#block-views-sponsors-block-2 {
	border-top:2px solid;
	padding-top:20px;
	}
#block-views-sponsors-block-1 {
	text-align:center;
	}
#block-views-sponsors-block-1 .view-header h3 {
	text-align:left;
	}
#block-views-sponsors-block-1 .col-xs-6 {
	float:none;
	}
.page-node-2 .custom-left-iframe{
	text-align:center;
	}
 /* banner */
 .clear { 
 	clear: both;
	}
 #banner{
	 overflow:auto;
	 font-family:"Times New Roman", Times, serif;
	 text-align:center;
	 
 }
 #logo, #location, #date, #elem1, #elem2, #elem3, #overlay, #background {
	 
	 position:absolute;
	 margin-top:40px;
 }
 
 #overlay {
	 width:85%;
	 left:7.5%;
	 top:4%;
 }
 #logo {
	 width:25%;
	 top:10%;
	 left:10%;
 }
 #location {
	 width:25%;
	 top:45%;
	 left:11%;
 }
 #banner hr {
	 border: 1px solid #ccc;
 }
 #banner h2, #banner h3 {
    margin-bottom: 5px;
    margin-top: 5px;
}
 #date {
	 
	 width:25%;
	 top:70%;
	 left:11%;
 }
 #elem1 {
	 width:5%;
	 top:10%;
	 left:50%;
 }
 #elem2 {
	 width:25%;
	 top:10%;
	 left:55%;
 }
 #elem3 {
	 width:5%;
	 top:10%;
	 left:80%;
 }
 #background {
	 
 }


 /* navigation */
 @media (min-width: 768px) {
.navbar-nav {
    display: table-row;
    float: left;
    margin: 0;
}
 .navbar-nav > li {
    float: none;
    display: table-cell;
    vertical-align: middle;
    max-width: 150px;
}
}
 .tb-megamenu .btn-navbar {
    margin-bottom: 0px;
	padding: 0;	
	width:140px;
	height:40px;
	
    background-image: url("../images/menu-xs.png");
	
    background-repeat: no-repeat;
    background-position: 0px 0px; 
}
.tb-megamenu .btn-navbar:hover {
	background-image: url("../images/menu-xs-hover.png");	
    background-repeat: no-repeat;
    background-position: 0px 0px; 	
}

 /* program */
  .jumbotron {
    background-color:#FFFFFF;
	padding:0;
	margin:0;
	padding-bottom:10px;
}
.container .jumbotron {
    padding: 0;
	margin-bottom:20px;
}
 .jumbotron h2{
	 font-size:32px;
	 font-weight:normal;
}
.mediaTableMenu  {
	visibility:hidden;
	position:absolute;
	overflow:hidden;
}
.mediaTableWrapperWithMenu {
	padding-top: 0;
}
.time-xs {
	 background-color:#666666 !important;
	 color:white !important;
	 text-align:center;
	width: 120%;
	 position:relative;
	 left:-20px;
}
	
 .program img{
	 /* margin-bottom:-40px !important; */
	 height: 70px;
    margin-bottom: 20px;
    width: auto;
    display: inline-block;
 }	 
 .pdf-button{ 
 	background:url(../images/pdf.png) no-repeat;
	 float:right;	
	 width:80px;
	 height:80px; 
	 margin:0;
	 padding:0;
	 position:relative;
	 top:-20px;
 }
 
 td.views-field-title {
	 overflow:hidden;
 }
  .pdf-button:hover{ 
 	 background:url(../images/pdf-hover.png);
 }
 
 th.views-field-field-time {
	 text-align:center;	 
 }
  td.views-field-field-time {
	  font-weight:bold;
  }
 .program th {
	 background-color: #396758 !important;
	 color:white !important;
 }
 .program td, .program th {
	 padding-left:20px !important;
	 padding-right:20px !important;
	 vertical-align:middle !important;
 }
  .program .row {
	  display:table-cell;
	  vertical-align:middle;
  }
 .program-title{
	 font-size:1.3em;
	 padding:15px 0px;
	 color:#666666;
	 font-weight:700;
 }
 .author {
	 font-style:italic;
	     font-weight: 800;
    margin-top: 20px;
	 color:#999;
 }
	 
 /* footer */
 .footer{
	 font-size:.8em;
	 padding-left:40px;
	 padding-right:40px;
 }
  ul.footer-browse
{
    list-style-type: none;
	max-width:200px;
	padding:0;
	padding-left:10px;
	margin:0;
	text-align:left;
}
 .footer-browse li{
	 border-bottom:white thin solid;
	 padding:5px;
 }
 .footer-browse li a{
	 color:white;
 }
	 
 .footer-browse li:before {
	 color:#CCC;
	 font-size:1.2em;
	 font-weight:bold;
	 padding-right:10px; /* Add a little space between text and arrow */
    content: ">";
 }
  .footer-browse li:hover,.footer-browse li:hover:before, .footer-browse li a:hover{
	color:red;
 }
 .footer {
	 background-color:#bb3826;
	 color:#FFF;
 }
 /* content */
 
 .main-container{
	 margin-top:4em;
 }
 .main-content a{
	 text-decoration: none;
 }
 a:link, a:visited {
    color: #cb2320;
    text-decoration: none;
}
h2 {
	font-weight:bold;
}

.center{
	text-align:center;
}
.center-table{
	display:inline-table;
	height:10em;
}
.center-cell {
	display: table-cell;
    vertical-align: middle;
	margin-left:auto;
	margin-right:auto;
}
.center-cell .views-field{
	text-align:center !important;
}
/* registration */
#registration {
	font-size:24px;	
	font-weight:600;
	font-family: "Pacifico",cursive;
	text-align:center;
	    height: auto;
	
}
a.registration {
	background-color: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 5px #ccc;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 40px;
    width: 100%;
    cursor: pointer;
    z-index: 999;
    white-space: normal;
    font-family: "norwester", sans-serif;
}
.tabed {
	padding-left: 40px;
}
/* testimonials */
.video-container {	
	color:#CCCCCC;
	margin-left:auto;
	margin-right:auto;
	  padding-bottom: 10px;
    padding-top: 10px;
}
.video-container:hover {
	opacity:1;
	color:#FFFFFF;
}
.video {
    position: relative;
    padding-bottom: 56%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	width:50%;
	display: table-cell;
	vertical-align: top;
	
}
.video iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.caption{
	opacity:.9;	
	transition:all 1s ease;
	padding: 20px;
	background:#333;
	/*text-indent: 20px ;*/
	width: 30%;
	vertical-align:middle;
	display: table-row;
}
.caption:hover {
	opacity:1;
	color:#FFFFFF;
}
.caption p {
	margin-left:20px;
	margin-right:20px;
}



/* exibits */
#exibits-btn{
	color:white;
	background-color:#CC3300;
	margin-bottom:20px;
	font-size:1em;
	white-space: normal;
	margin-top: 10px;
}
	
#exibits-list li {
	text-align:center;
}
#exibits-list .col-sm-4 {
	padding-left: 5px;
    padding-right: 5px;
}
#exibits-list .list-group-item{
	padding:10px 5px;
}


 /* sponsors */
#block-views-sponsors-block-1 .img-thumbnail{
	border:none;
}
 .region-content-footer .block-views{
	 margin-top:30px;
 }
 .region-content-footer .block-views h2, .region-sidebar-second .block-views h2, #details h3 {
	/*font-family: "Pacifico",cursive;*/
	text-align:center;
	font-size: 1.4em;
	font-weight:bold;
 }
 .divider {
    width:100%;
    text-align:center;
}
.divider hr {
    margin-left:auto;
    margin-right:auto;
    width:25%;
	height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px;
}
.divider hr:before {
   display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}
.left {
    float:left;
}
.right {
    float:right;
}

 #cooperation-logo .col-sm-2{
	padding-left: 0;
    padding-right: 0;
 }
 #cooperation-logo img{
	 min-height: 80px;
 }
 #block-views-sponsors-block-2 img{
 	margin-left:auto;
 	margin-right:auto;
	 max-width:300px;
 }
 .view-display-id-block_3 .col-sm-2 {
 	width: 20%;
 }
 .Gold:hover{
	 box-shadow:0 0 2em 1em #FFD700;
	 border:#FFD700 solid thin !important;
 }
 .Silver:hover{
	 box-shadow:0 0 2em 1em #E6E8FA;
	 border:#E6E8FA solid thin !important;
 }
 .Bronze:hover{
	 box-shadow:0 0 2em 1em #cd7f32;
	 border:#cd7f32 solid thin !important;
 }
 /* location */
 #directions .img-thumbnail {
	 margin-bottom:30px;
 }
  /* front page */
 #details h3 {
	 text-align:center;
 }
 .min-indent {
	 /*text-indent: 15px;*/
 }
 
 /*bootstrap overide */
 .thumbnail, .img-responsive {
	 border:none;
 }
 /*main menu*/
 #navbar{
	 padding:0px;
 }
.tb-megamenu.tb-megamenu-main-menu .collapse {
  display:block;
}
/*slideshow*/
#block-views-front-slideshow-block img{
	width:100%;
	height:100%;
	max-height: 315px;
}
/* committee */
.page-node-41 .col-xs-6 p {
    text-indent: 0;
}
 /* front page download block */
#front-page-brochure img {
    float: right;
    height: 70px;
    left: 15px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: -70px;
    position: relative;
    width: 50px;
    display: none;
}
 #front-page-brochure span {
 	padding-right:0px;
 	 font-size: 14px; 	 
 }
#front-page-brochure {
    float: right;
    min-width: 0;
    width: 150px;
}
.front #block-system-main {
	margin-top: 20px;
}
#block-block-5 p {
	font-size: 14px;
}

.media-fix {
	float: left;
    height: 70px;
    width: 33%;
}
#block-views-sponsors-block-4 #cooperation-logo img {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 0;
    width: 50%;
}
.media-fix .views-field {
	height: 50px;
}
#block-views-sponsors-block-4 #cooperation-logo .views-row {
	text-align: center;
}
/**** new CSS *****/

.top-highlighted img {
	width:100%;
	height:auto;
	 min-height: 90px;
}
.front.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    font-size: 16px;
    font-weight: 600;
    min-height: 20px;
    padding: 10px 5px;
    text-align: center;
}
.well.region-sidebar-second {
	 border: medium none;
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
}
#block-views-block-sponsors-block-1 {
	margin-top: -40px;
}
#block-views-block-sponsors-block-1 .views-row, .promotional-partners .views-row, .sponsoring-organizations .views-row, .cooperation .views-row {
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 15px 8px;
    vertical-align: top;
}
.view-header {
	margin-bottom: 10px;
	clear: both;
}
.right, .left {
position: relative;
    top: -5px;
}



a {
   outline: 0;
}
a:active, a:focus {
    outline: none;
}
#block-meatconference-main-menu, .navbar-collapse, .navbar-header {
    background-color: #bb3826;
}
#block-meatconference-main-menu .nav > li > a {
    /* border-right: 1px solid #222; */
    border-top: 0 none;
    color: #fff;
    font-family: "norwester", sans-serif;
    padding: 5px;
    text-shadow: none;
    text-transform: uppercase;
    text-align: center;
}
#block-meatconference-main-menu .nav > .active > a, #block-meatconference-main-menu .nav > .active > a:hover, #block-meatconference-main-menu .nav > .active > a:focus {
    /* background-color: #e54e4b;*/
    background-color: #fbf6f3;
    box-shadow: none;
    color: #bb3826;
    outline: medium none;
    text-shadow: none;
}
#block-meatconference-main-menu .nav > .active > a, #block-meatconference-main-menu .nav > .active > a:focus {
    padding: 25px 15px;
}
#block-meatconference-main-menu .nav > li > a:hover {
     padding: 25px 15px;
 }
#block-meatconference-main-menu .nav > li > a.long-menu-item:hover, #block-meatconference-main-menu .nav > .active > a.long-menu-item, #block-meatconference-main-menu .nav > .active > a.long-menu-item:focus {
     padding: 15px 7px;
 }
#block-meatconference-main-menu .nav > li > a:hover, #block-meatconference-main-menu .nav > li > a:focus {
	background-color: #fbf6f3;
    color: #bb3826;
    text-decoration: none;
    outline: medium none;
    text-shadow: none;
    /* padding: 25px 15px; */
}
.top-highlighted {
	margin-top:-20px;
}
.divider hr {
    display: none;
}
.promotional-partners img, .sponsoring-organizations img, .cooperation img {
     display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-height: 70px;
    max-width: 80%;
    min-height: 0;
    padding: 10px 5px;
    width: auto;
}

.cooperation .view-content{
	text-align: center;
}
.divider, #block-views-block-sponsors-block-1 .block-title {
    background: #ddd none repeat scroll 0 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    font-size: 20px;
}
.main-container {
	margin-top:10px;
	padding: 20px;
}
.custom-right-iframe iframe, .custom-left-iframe iframe, .custom-right-iframe video {
	max-width: 100%;
}
#block-views-block-sponsors-block-1 .field-content img {
	    margin-left: auto;
    margin-right: auto;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.custom-left-iframe {
	text-align: center;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
   
    font-size: 0.8em;
    padding: 4px;
}
.table-responsive {
    margin-left: -15px;
    min-width: 280px;
}
h1.page-header  {
    font-size: 26px;
}
h2, .h2 {
    font-size: 20px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin-left: auto;
    margin-right: auto;
}
#block-views-block-sponsors-block-5 .block-title {
	margin-bottom: 30px;
}
#block-views-block-sponsors-block-5 .views-row {
	border-top: 1px solid #ddd;
	padding: 15px;
}
.col-sm-6.table-padding {
	padding-right: 0;
}
.row.no-padding {
    margin-left: 0px;
    margin-right: 0px;
}
.attend {
	margin-top: 40px;
}
.views-field-field-time {
	display: none;
}
.program-tab.nav > li > a {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #bbb !important;
    box-shadow: 2px 2px 2px #ddd;
    display: block;
    margin: 15px 0 !important;
    padding: 10px 15px;
    position: relative;
}
.program-tab.nav-tabs > li.active > a, .program-tab.nav-tabs > li.active > a:hover, .program-tab.nav-tabs > li.active > a:focus {
    background: #fff none repeat scroll 0 0 !important;
}
#directions {
	margin-bottom: 30px;
}
h2 a:link, h2 a:visited {
    color: #002d57;
}

/* START 2019 */

.jcarousel-wrapper.jcarousel-skin-default.jcarousel-visible-4 {

    width: 85%;
    border: none;
    box-shadow: none;

}

.jcarousel-skin-default .jcarousel {
    width: 100%;
}
.jcarousel-skin-default .jcarousel li {
    height: auto;
    width: 417px;
}
.jcarousel-skin-default .jcarousel img {

    display: block;
    max-width: 100%;
    height: auto !important;
    max-height: 100px;

}


/* .jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    width: 600px;
    height: 400px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
} */

/** Carousel **/
.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
}
#jcarouselPhoto.jcarousel img, #jcarouselPhoto2.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
    padding: 5px;
}

.jcarousel {
    position: relative;
    overflow: hidden;
}

#jcarouselPhoto.jcarousel ul, #jcarouselPhoto2.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#jcarouselPhoto.jcarousel li, #jcarouselPhoto2.jcarousel li {
    float: left;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 200px;
top: 120px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff !important;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
    left: -30px;
}

.jcarousel-control-next {
    right: -30px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span,  {
    display: block;
}

#jcarouselPhoto .jcarousel-control-prev.inactive,
#jcarouselPhoto .jcarousel-control-next.inactive, #jcarouselPhoto2 .jcarousel-control-prev.inactive,
#jcarouselPhoto2 .jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

#jcarouselPhoto .jcarousel-pagination, #jcarouselPhoto2 .jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

/* .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}
#jcarouselPhoto .jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
*/

.jcarousel-pagination {
    text-align: center;
}
.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
background: #000;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

#block-jcaruselphoto {
    background-color: #820026;
    border-radius: 7px;
    box-shadow: 4px 4px 8px;
    margin-bottom: 30px;
}

/* .exhibits-video {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 1.5em;
    background-color: #820026;
    border-radius: 7px;
    box-shadow: 4px 4px 8px;
    margin-bottom: 30px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
}*/
 .exhibits-video {
   text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 1.5em;
    border-radius: 7px;
    margin-bottom: 30px;
    font-weight: bold;
}
.exhibits-video #video1 {
    margin-bottom: 0px;
    margin-top: 30px;
   width: 100%;
    max-width: 600px;
    box-shadow: 4px 4px 8px;
}
#exhibits.exhibits-video #video1 {
    margin-top: 30px;
}

p.exhibits {
    font-size: 1.2em;
}
p.exhibits.lead {
    font-weight: bold;
}

.exhibits-photo {

}

.exhibits-photo .jcarousel{

}

.exhibits-photo img{

}
#block-views-block-sponsors-block-9 {
   display: none;
}

/* WEBFORM */
/***** tabbed webform *****/
article.webform .nav li {
     font-family: inherit;
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    list-style-type: none;
    opacity: 0.9;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: inherit;
    text-transform: uppercase;
    z-index: 0;
}
article.webform ul.nav {
    background-color: #000;
    margin: 0 auto;
    opacity: 1;
    padding: 0;
    width: 100%;
}
#formInfo {
	background-color: #fff;
	/* padding: 50px 20px 20px; */
}


.path-webform .region-content .nav > li > a {



    background: #ddd none repeat scroll 0 0;
    border: 1px solid #bbb !important;
    box-shadow: 2px 2px 2px #ddd;
    display: block;
    margin: 15px 0 !important;
    padding: 10px 15px;
    position: relative;
font-weight: bold;
font-size: 1.4em;
}
.path-webform .region-content .nav > li.active > a, .path-webform .region-content .nav > li.active > a:hover, .path-webform .region-content .nav > li.active > a:focus {
    background: #fff none repeat scroll 0 0 !important;
}
.path-webform .region-content h2 {
font-size: 24px;
    font-family: "Carrois Gothic", arial, sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    opacity: 0.9;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
}
.path-webform .region-content p, .path-webform .region-content .tab-content ul {
color: #373737;
font: 300 16px/1.625 "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 20px 5px;
padding: 0 20px;
}
.path-webform .region-content .tab-content ul {
    padding-left: 100px;
}
.form-item-email, .form-item-phone, .form-item-nominator-phone, .form-item-nominator-email {
    width: 50%;
    float: left;
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 20px;
}
.form-item-phone, .form-item-nominator-phone {
    padding-right: 10px;
}
.form-item-email, .form-item-nominator-email {
    padding-left: 10px;
}
#edit-how-many-years-have-they-been-employed-at-your-company- {
    width: 45px;
    display: inline;
}
.path-webform .region-content .panel-heading {
font-size: 24px;
    font-family: "Carrois Gothic", arial, sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    opacity: 0.9;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
font-weight: bold;
letter-spacing: 1px;
}

.path-webform .region-content .captcha{
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.path-webform .region-content #edit-actions {
    text-align: center;
}
.form-button {
display: inline-block;
    width: 100%;
    float: none;
    margin-top: -10px;
text-align: center;
margin-top: 20px;
background-color: #b51a31;
color: #fff;
}

.form-button a {
    color: #fff;
    padding: 10px;
    display: block;
/* transition: all 2s; */
}
/*.form-button a:hover {    
    padding: 5px;
} */


.view-webform-submissions2.view-display-id-page_1 caption{
    background: #000 none repeat scroll 0 0;
    color: #ddd;
    font-size: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.view-webform-submissions2.view-display-id-page_1 th {
    background: #000 none repeat scroll 0 0;
    color: #ddd;
    font-size: 16px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
}
.view-webform-submissions2.view-display-id-page_1 th a{
    color: #ddd;
}
.view-webform-submissions2.view-display-id-page_1 td {
    vertical-align: middle;
}
.view-webform-submissions2.view-display-id-page_1 h2 {
    color: #acc762;
    font-size: 18px;
    margin-top: 0;
    padding: 2px 0;
    font-family: "Carrois Gothic",arial,sans-serif;
    line-height: 100%;
    opacity: 1;
    text-transform: uppercase;
margin-bottom: 0;
}
.view-webform-submissions2.view-display-id-page_1 h3 {
    color: #888;
    font-size: 16px;
    margin-top: 0;
    padding: 2px 0;
margin-bottom: 0;
}
.view-webform-submissions2.view-display-id-page_1 table {
    background-color: #fff;
}
.views-field-created {
    width: 20%;
}
.view-webform-submissions2.view-display-id-page_1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
padding-bottom: 100px;
}

.path-application-view .panel-title {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.path-application-view .panel-body .panel-body {
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
}
.control-label {
    font-weight: bold;
}
#edit-application-extra{
    font-size: inherit;
    height: auto;
    line-height: inherit;
    padding: 15px;
}
.webform-element--title-inline .form-control {
    width: 100%;
}
.form-actions .btn {
    margin-top: 20px;
}
/* END WEBFORM */

/* END 2019 */

/* START 2020 */

.no-padding h2.special {
    margin-top: 10px;
}
.registration.btn.btn-red {
    background-color: #bb3826;
    color: #fff;
}

.exhibits-video {
    margin-bottom: -30px;
}
.exhibits-video #video1 {
    margin-bottom: 30px;
    margin-top: 0px;
    width: 100%;
}
.view-frontpage.home2020 img{
    width: 100%;
}
.home2020 #video1 {
    /* top: 20px; */
    width: 100%;
}

.testimonial-box {    
    color: #fff;
    overflow: hidden;
    box-shadow: 0 16px 28px 0 rgba(0,0,0,.22), 0 25px 55px 0 rgba(0,0,0,.21);
    margin: 0 auto 40px;
    min-height: 400px;
}
.testimonial-left {    
    background-color: #17a0ff;
}
.testimonial-box img {
}
.testimonial-box img {
    margin-right: 0;
    display: block;
    height: auto;
    width: 100%;
}
.testimonial-box .testimonial-content {
    overflow: hidden;
text-align: center;
padding: 0 20px;
}
.testimonial-box h3 {
    font-size: 48px;
    font-weight: 900;
    line-height: 55px;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 20px;
    margin-top: 40px;
}

.testimonial-box p {
    font-size: 18px;
}
.testimonial-left .amc-blockquote:before{
    top: 60px;
left: -40px;
font-size: 72px;
line-height: 72px;
position: relative;
font-family: serif;
content: open-quote;
}
.testimonial-left .amc-blockquote{
    padding-left: 40px;
    margin-top: -30px;
    text-align: left;
}
.testimonial-left .amc-blockquote small{

}
.testimonial-right {
    background-color: #820026;
min-height: 0;
}
.testimonial-right img {
    width: 100%;
}
.testimonial-img {
        width: 100%;
    overflow: hidden;
}
.testimonial-right .amc-caption {
    background-color: #000;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0.5;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    height: 50px;
    overflow: hidden;
    top: -50px;
    margin-bottom: -50px;
    font-size: 18px;
}
.testimonial-right p {
    margin-top: 50px;

}
/* Quotes Carousel */
.testimonial-carousel {

}
.testimonial-carousel-quotes {

}
 .amc-blockquote:before{
    top: 40px;
left: -40px;
font-size: 48px;
line-height: 48px;
position: relative;
font-family: serif;
content: open-quote;
} 
span.quote-mark {

}
span.quote-text {

}
.amc-blockquote{
    padding-left: 40px;
    margin-top: -50px;
    text-align: left;
font-style: italic;
}

/* Quotes Block */
.quotes-table h3 {
font-size: 40px;
    font-weight: 900;
    line-height: 45px;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
}
.quotes-table p{
    padding:10px ;
box-shadow: 2px 4px 4px 0 rgba(0,0,0,.22);
}
 .quotes-table .col-md-10 {
}
.quotes-table .col-md-12, .quotes-table .col-md-6, .quotes-table .col-md-2, .quotes-table .col-md-10 {
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
}
.quotes-table .col-md-2 {
    padding-top: 20px;
}
.quotes-table span{
    /*text-transform: uppercase;*/
    font-size: 18px;
    display: block;
    border-top: #fff solid thin;
    border-bottom: #fff solid thin;
    text-align: center;
    font-style: italic;
}
 #q1 p{
    background-color:#362e2c;
color: #e7e183;
height: auto;
}
 #q1 p span {
    border-color: #e7e183;
}
 #q1 p span, #q2 p span, #q8 p span, #q7 p span{
width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
 #q4 p span, #q6 p span{
width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
 #q3 p span, #q9 p span{
width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    font-size: 24px;
}
 #q2 p{
    background-color:#12baa0 ;
color: #fff;
height: 100px;
}
 #q2 p span{
}
 #q3 p{
    background-color:#badddf ;
color: #4d6e75;
height: 100px;
}
 #q3 p span{
    border-color: #4d6e75;
}
 #q4 p{
    background-color:#f9dc54 ;
color: #fff;
height: 210px;
}
 #q4 p span{
font-size: 24px;
    margin-top: 20px;
    color: #000;
    border-color: #000;
}
#q5, #q6 {
    padding-left: 5px;
}
 #q5 p{
    background-color:#a71e2e ;
color: #e5704f;
height: 100px;
}
 #q5 p span{
    border-color: #e5704f;
    font-size: 25px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 5px 1px 5px rgba(0,0,0,0.85);
}
 #q6 p{
    background-color:#c7dd5e ;
color: #46493e;
height: 210px;
}
 #q6 p span{
font-size: 24px;
    margin-top: 15px;
    border-color: #46493e;
}
 #q7 p{
    background-color:#304b69 ;
color:#fff;
height: 100px;
}
 #q7 p span{
}
 #q8 p{
    background-color:#313565 ;
color:#f081c5;
height: 100px;
}
 #q8 p span{
    border-color: #f081c5;
}
 #q9 p{
    background-color:#575556 ;
color: #d9b871;
height: 100px;
}
 #q9 p span{
    border-color: #d9b871;
}

 #q1 p span, #q2 p span, #q3 p span, #q4 p span, #q5 p span, #q6 p span, #q7 p span, #q8 p span, #q9 p span{
    width: 80%;
    text-shadow: none;
    font-size: 18px;
    height: auto;
    margin-top: 0;
} 
 #q1 p, #q2 p, #q3 p, #q4 p, #q5 p, #q6 p, #q7 p, #q8 p, #q9 p{
    height: auto;
} 
.quotes-table .col-md-2 {
    padding-top: 10px;
}
.quotes-table .col-md-10 {
    padding-top: 0;
}
/* End Quotes Block */

#testimonials2 .testimonial-box, #testimonials2 .quotes-table p{
    box-shadow: none;
}
#testimonials2 .testimonial-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#testimonials2 {

}
#testimonials2 {

}

.testimonial-content a.registration {
    box-shadow: none;
    
}
.view-frontpage.home2020 .testimonial-img img {
    max-width: none;
    margin: 0;
}

/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
margin-top: -80px;
}
#quote-carousel .carousel-inner > .item {
   padding: 10px;
}
#quote-carousel .carousel-inner {

    position: relative;
    width: 80%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /* height: 100px;
    max-width: 500px; */

}
#quote-carousel blockquote p {
    background-color: #eee;
    padding-bottom: 20px;
    border-radius: 15px;
    height: 100px;

}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}

/* End carousel */

 .item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {font-family: serif;
    content: '\201c';
    margin-right: 10px;
    top: 10px;
    font-size: 50px;
    line-height: 50px;
    position: relative;
} 

.testimonial-box h3 {
    font-size: 38px;
}
.quotes-table.video-text h3, .quotes-table h3 {
    font-size: 30px;
}
.register-xs {
    display: block;
    text-align: center;
}
.lot .form-button {
    width: 100%;
    border-radius: 5px;
    padding: 0 5px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.lot h2 {
    margin-bottom: -30px;
    margin-top: 5px;
}
#registration-page .lot {
    margin-top: 20px;
}
.lot .form-button h2 a {
    color: #fff;
}
.path-webform .region-content .tab-content ul {
    padding-left: 10px;
}
/*** VDAY   ***/
.vday {

}
.vday img {

    width: 100%;
    max-width: 400px;
}
.vday p.small {

}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}
/* End Carousel */
/* END 2020 */
.early-bird {
    color: #bb3826;
}
.testimonial-right p {
    margin-top: 0px;
}
.testimonial-content a.registration {
    margin-top: 0px;   
}
.lot a.registration.btn {
    max-width: 300px;
    margin-top: 0;
}





@media only screen and (min-width: 320px){
.tabed {
	padding-left: 20px;
}
a.registration {
    margin-top: 20px;
	
}
#exibits-btn{
	maxim-width:50px !important;
}
.pdf-button{ 
	 top:5px;
 }

	 body {
	 /*font-size:2vmin;*/
	 text-align:left;
 }
 p {
	 text-indent:0 ;
 }
 h1 {
	 /*text-align:center;*/
 }
 .custom-left-iframe iframe {
	width:320px;
	position:relative;
	left:-10px;
 
 }
 .custom-right-iframe {
	float:none;
	text-indent:0px;
	position:relative;
	left:-15px;
    text-align: center;
}
	 #banner h2 {
	 font-size:2.2vw;
 }
 #banner h3{
	 font-size:1.8vw;
 }
 #banner hr {
	 visibility:hidden;
 }
 th.views-field-field-time {
		  
 }
  td.views-field-field-time {
  }
	#block-views-sponsors-block-3, #block-views-sponsors-block-4 {
		visibility:hidden;
		position:absolute;
		overflow:hidden;
	}
	
	 body {
	 font-size:18px;
 }
 h2 {
	 font-size:1.2em;
 }
  #block-views-sponsors-block-2 .divider hr{
	 width:10%;
	 position:relative;
	 top: -5px;
 }
  #block-views-sponsors-block-3 .divider hr{
	 width:30%;	 
	 position:relative;
	 top: -5px;
 }
  #block-views-sponsors-block-4 .divider hr{
	 /* width:35%; */
	 width:25%;
	 position:relative;
	 top: -5px;
 }
 #sponsoring-logo img {
	max-width: 90%;
}
.center-table {
    height:7em;
    }
 .jcarousel-control-prev {
    left: -20px;
top: 90px;
}

.jcarousel-control-next {
    right: -20px;
top: 90px;
}   
.jcarousel-skin-default .jcarousel img {

    width: 200px;
padding: 10px;
margin-left: 30px;

}
}

@media only screen and (min-width: 340px){
.register-xs {
    display: none;
}
}
@media only screen and (min-width: 480px){

.jcarousel-skin-default .jcarousel img {

    width: 85%;
    padding: 20px 80px;
    margin-left: 10px;

}
.jcarousel-control-prev {
    left: -30px;
top: 120px;
}

.jcarousel-control-next {
    right: -30px;
top: 120px;
}
.custom-left-iframe iframe {
	width:420px;
	position:relative;
	left:0px;
 
 }
	 .col-xs-6.center-table {
		/* width:33% !important;*/
	 }

.front #block-system-main {
	margin-top: 10px;
}
#block-block-5 p {
	font-size: 21px;
}
 /* front page download block */
#front-page-brochure span {
 	padding-right:0px;
 	font-size: 16px;
 }
 #front-page-brochure {
 	float: right;
 	min-width: 380px;
 	width: auto;
 	}
 #front-page-brochure img {
 	display: inline-block;
 	height:50px;
 	width:auto;
 	margin-left: 20px;
 	margin-top: 0;
 	margin-bottom: 0;
 	left: 0;
 	float: none;
 	} 
 

.front.well {
 background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    font-size: 22px;
    font-weight: 600;
    min-height: 20px;
    padding: 30px 80px;
    text-align: center;
   }
#block-meatconference-main-menu .nav > li > a {
    padding: 15px 15px;
}

.promotional-partners img, .sponsoring-organizations img, .cooperation img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-height: 70px;
    max-width: 80%;
    min-height: 0;
    padding: 0 5px;
    width: auto;
}

.promotional-partners .views-row, .sponsoring-organizations .views-row, .cooperation .views-row {
	border-top: none;
    padding: 15px 8px;
    vertical-align: top;
}
#block-views-block-sponsors-block-1 .views-row {
    padding: 15px 8px;
    vertical-align: top;
}
.promotional-partners .view-header, .sponsoring-organizations .view-header, .cooperation .view-header {
    margin-bottom: 50px;
}

.cooperation .views-row {
   display: table;
   text-align: center;
}
.cooperation .views-field {
    display: table-cell;
    vertical-align: middle;
}
 #sponsoring-logo img {
	max-width: 90%;
}
.sponsoring-organizations img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    min-height: 0;
    padding: 0 5px;
}
.cooperation img {
	max-height: 70px;
    width: auto;
}

.promotional-partners .views-row {
	width: 50%;
	float: left;
    height: 90px;
}
.sponsoring-organizations .views-row {
	width: 50%;
	float: left;
    height: 70px;
}
.cooperation .views-row {
	width: 50%;
	float: left;
    height: 70px;
}
.SponsorsLG .views-row {
    width: 50%;
    float: left;
}
#block-views-block-sponsors-block-5 .views-row {
	border-top: none;
}
.views-field-field-time {
	display: table-cell;
	min-width: 100px;
}
.time-xs {
    display: none;
}

}







@media only screen and (min-width: 768px){
.program-highlight2 .col-lg-6 .container {
    /* background-color: #95d5d5; */
    background-color: rgba(149, 213, 213, .7);
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 30px;
    padding-top: 0;
    overflow: hidden;
    min-height: 350px;
    width: 100%;
}
.program-highlight2 .col-lg-6 .content {
position: absolute;    
    top: 45%;
    left: 40%;
    transform: translateX(-40%) translateY(-45%);
}

.lot .form-button {
    padding: 0 50px;
    margin-top: -30px;
}
/* .path-frontpage .lot .form-button {
    padding: 0 5px;
    margin-top: -30px;
    width: 50%;
    float: left;
} */
.form-button {
width: 300px;
float: right;
    margin-left: 10px;
}
.form-button.special-offer {
    width: 45%;
}

.jcarousel-skin-default .jcarousel img {
    width: auto;
    padding: 0;
    margin-left: 35px;

}

.promotional-partners .jcarousel-skin-default .jcarousel img {
    padding: 20px;
}
.promotional-partners .jcarousel-skin-default .jcarousel li {
    width: 260px;
}

.jcarousel-wrapper.jcarousel-skin-default.jcarousel-visible-4 {
    width: 100%;
}
.jcarousel-skin-default .jcarousel li {
    width: 320px;
}
#registration {

    height: 10px;

}
.attend {
    margin-top: 10px;
}
h2, .h2 {
    font-size: 30px;
}
#hotel-picture {
     width: auto;
      max-width: 350px;
}
.table-responsive {
    margin-left: 0px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
   
    font-size: 1em;
    padding: 8px;
}
#exibits-btn {
    font-size: 1.2em;
}
.divider hr {
    border-color: #8c8b8b;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px 0 0;
    display: inline-block;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
}
.tabed {
	padding-left: 40px;
}
a.registration {
    margin-top: 40px;
	
}
#block-views-sponsors-block-4 #cooperation-logo img {
    min-height: 0px;
    padding-left: 5px;
    padding-right: 5px;
    /* width: 100%; */
    width: 60%;
}
#block-views-sponsors-block-4 .col-sm-2 .views-field-field-image {
	display: table;
}
#block-views-sponsors-block-4 .field-content {
	 display: table-cell;
    height: 50px;
    vertical-align: middle;
}
 #sponsoring-logo .views-row-3 img {
 	margin-top: -10px;
 	}
.center-table {
    display: block;
    height: 10em;
    }
#block-views-sponsors-block-1 {
	text-align:left;
	}
#block-views-sponsors-block-1 .col-xs-6 {
	float:left;
	}
 .custom-right-iframe {
	left:0;
}
#block-views-sponsors-block-2 .col-xs-6 {
    width: 50%;
    margin-top:0;
}
#block-views-sponsors-block-2 {
	border-top:none;
	padding-top:0;
	}
.custom-left-iframe iframe {
	position:relative;
	left:0;
 
 }
  .custom-right-iframe {
	margin:10px;
}
#exibits-btn{
	maxim-width:0;
}
 .pdf-button{ 
	 float:right;
	 top:-20px;
 }
 .custom-right-iframe {
	float:none;
	/*text-indent:20px;*/
}
	 h1 {
	 text-align:justify;
 }
	.custom-right-iframe, .custom-left-iframe {
	text-indent:0px;
	text-align:center;
}

 body {
	 /*font-size:2vmin;*/
	 /*text-align:justify;*/
	 text-align:left;
 }
 p {
	 /*text-indent:3em;*/
 }
	 #banner hr {
	 visibility:visible;
 }
	 #banner h2 {
	 font-size:1.7vmax;
 }
 #banner h3 {
	 font-size:1.4vmax;
 }
	 th.views-field-field-time {
	 min-width:200px !important;
	 text-align:center;	 
 }
 .program td, .program th {
	 padding-left:20px !important;
	 padding-right:20px !important;
	 vertical-align:middle !important;
 }
	#block-views-sponsors-block-3, #block-views-sponsors-block-4 {
		visibility:visible;
		position:relative;
	}
	.video {
    padding-bottom: 33%;
	}
	.caption{	
	display: table-cell;
	padding-left:20px !important;
}
.camera {
	/*background-image:url(../images/camera.gif);*/
	background-position:top center;
	background-repeat:no-repeat;
	min-height:80px;
}
	 #sponsoring-logo img {
	max-width:none;
}
	#exibits-list li {
	font-size:.8em;
}
	 #block-views-sponsors-block-2 .divider hr, #block-views-sponsors-block-3 .divider hr, #block-views-sponsors-block-4 .divider hr{
		top:0px;
	}
	
	 h2 {
	 font-size:1.4em;
 }
    .tb-megamenu-main-menu{
		
		 /*float:none !important;
		 display: table;
		 */
        margin: 0 auto;        
        table-layout: fixed;
		display:block;
    }
    
    
    
 #block-views-block-sponsors-block-2 .block-title{
 
 }
 


.promotional-partners .views-row {
	width: 33.3%;
	float: left;
    height: 70px;
}
.sponsoring-organizations .views-row {
	width: 50%;
	float: left;
    height: 70px;
}
.cooperation .views-row {
	width: 20%;
	float: left;
    height: 70px;
}

.SponsorsLG .views-row {
	display: table-cell;
    float: left;
    height: auto;
    padding: 20px;
    text-align: center;
    width: 33.3%;
}
#block-views-block-sponsors-block-5 {
	margin-bottom: 40px;
}

.promotional-partners img, .sponsoring-organizations img, .cooperation img {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 0;
    padding: 0px 5px;
    display: block;
    max-width: 80%;
      max-height: 50px;
}
.cooperation img {
    max-width: 100%;
    max-height: none;
}

.promotional-partners .view-header, .sponsoring-organizations .view-header, .cooperation .view-header {
    margin-bottom: 50px;
}
.divider, #block-views-block-sponsors-block-1 .block-title {
    background: none;
    text-align: center;
    width: 100%;
    font-size: 30px;
}
.cooperation .views-row {
   display: table;
   text-align: center;
}
.cooperation .views-field {
    display: table-cell;
    vertical-align: middle;
}
 #sponsoring-logo img {
	max-width: 90%;
}
.divider, #block-views-block-sponsors-block-1 .block-title {
    background: none;
    text-align: center;
    width: 100%;
    font-size: 30px;
}
#block-meatconference-main-menu .nav > li > a {
    padding: 15px 7px;
}
.divider, #block-views-block-sponsors-block-1 .block-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 20px;
}
 .divider hr {
    width: 25%;
}

/* START 2020 */
.view-frontpage.home2020 img {
    /* max-width: 300px; */
    margin: 0;
    margin-bottom: 20px;
}
.home2020 #video1 {
    width: 300px;
    margin: 0 20px;
}
hr.quote-line {
    clear: both;
    margin-top: 50px;
}

}



@media only screen and (min-width: 992px){
hr.quote-line {
    clear: none;
    margin-top: 0px;
}
.amc-blockquote {
    overflow: hidden;
}
.form-button.special-offer{
    width: 450px;
}
.jcarousel-control-prev {
    left: -50px;
top: 120px;
}

.jcarousel-control-next {
    right: -50px;
top: 120px;
}
.jcarousel-skin-default .jcarousel li {
    width: 270px;
}
h1.page-header {
    font-size: 36px;
}
#hotel-picture {
     width: auto;
      max-width: none;
}
#block-meatconference-main-menu .nav > li > a {
    padding: 15px 15px;
}
 .divider hr {
    width: 30%;
}
.divider, #block-views-block-sponsors-block-1 .block-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 26px;
}
#block-views-sponsors-block-4 .col-sm-2 {
	display: table;
}
#block-views-sponsors-block-4 .field-content {
	 display: table-cell;
    height: 50px;
    vertical-align: middle;
}
#block-views-sponsors-block-4 #cooperation-logo img {
    min-height: 0px;
    /* width: 90%; */
    width: 50%;
    height:auto;
    margin-left:auto;
     margin-right: auto;
}
	#registration-table td{
	padding-left:15px;
}
 #banner h2 {
	 font-size:1.4vmax;
 }
 #banner h3 {
	 font-size:1.1vmax;
 }
	#exibits-list li {
	font-size:1em;
	font-weight:normal;	
	letter-spacing:normal;
}
#registration.divider hr{
	width:38%;
}
#block-views-content-block-1 .divider hr {
	width:40% !important;
}
		#block-views-sponsors-block-2 .divider hr{
	 width:32%;
 }
  #block-views-sponsors-block-3 .divider hr{
	 width:35%;	 
 }
  #block-views-sponsors-block-4 .divider hr{
	 /* width:38%;*/
	 width:30%;
 }
	.custom-right-iframe {
	float:right;
	/*text-indent:20px;*/
}
	.custom-left-iframe {
	float:left;
	margin:20px;
}
	 body {
	 font-size:16px;
 }
		

#video1 {
    width: 450px;
    margin-bottom: 40px;
}
h2.special {
    margin-top: 0px;
}
.reg-buttons {
    /* margin-top: 20px; */
margin-top: 0;
}


/* START 2020 */
.testimonial-box {    
    color: #fff;
    overflow: hidden;
    box-shadow: 0 16px 28px 0 rgba(0,0,0,.22), 0 25px 55px 0 rgba(0,0,0,.21);
    margin: 0 auto 40px;
    min-height: 400px;
}
.testimonial-left {    
    background-color: #17a0ff;
}
.testimonial-box img {
    float: left;
}
.testimonial-box img {
    margin-right: 20px;
    max-height: 400px;
    display: block;
}
.testimonial-box .testimonial-content {
    overflow: hidden;
text-align: center;
padding: 0 20px;
}
.testimonial-box h3 {
    font-size: 48px;
    font-weight: 900;
    line-height: 55px;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 20px;
    margin-top: 40px;
}

.testimonial-box p {
    font-size: 18px;
}
.testimonial-left .amc-blockquote:before {
    top: 60px;
left: -40px;
font-size: 72px;
line-height: 72px;
position: relative;
font-family: serif;
content: open-quote;
}
.testimonial-left .amc-blockquote {
    padding-left: 40px;
    margin-top: -30px;
    text-align: left;
}
.testimonial-left .amc-blockquote small{

}
.testimonial-right {
    background-color: #820026;
min-height: 0;
}
.testimonial-right img {
    width: 100%;
}
.testimonial-img {
        width: 50%;
    overflow: hidden;
}
.testimonial-right .testimonial-img {
    float: right;
}
.testimonial-left .testimonial-img {
    float: left;
}
.testimonial-right .amc-caption {
    background-color: #000;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0.5;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    height: 50px;
    overflow: hidden;
    top: -50px;
    margin-bottom: -50px;
    font-size: 18px;
}
.testimonial-right p {
    margin-top: 50px;

}
/* Quotes Carousel */
.testimonial-carousel {

}
.testimonial-carousel-quotes {

}


/* Quotes Block */
.quotes-table h3 {
font-size: 40px;
    font-weight: 900;
    line-height: 45px;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
}
.quotes-table p{
    padding:10px ;
box-shadow: 2px 4px 4px 0 rgba(0,0,0,.22);
}
 .quotes-table .col-md-10 {
}
.quotes-table .col-md-12, .quotes-table .col-md-6, .quotes-table .col-md-2, .quotes-table .col-md-10 {
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
}
.quotes-table .col-md-2 {
    padding-top: 20px;
}
.quotes-table span{
    /*text-transform: uppercase;*/
    font-size: 18px;
    display: block;
    border-top: #fff solid thin;
    border-bottom: #fff solid thin;
    text-align: center;font-style: italic;
}
 #q1 p{
    background-color:#362e2c;
color: #e7e183;
height: 100px;
}
 #q1 p span {
    border-color: #e7e183;
}
 #q1 p span, #q2 p span, #q8 p span, #q7 p span{
width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
 #q4 p span, #q6 p span{
width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
 #q3 p span, #q9 p span{
width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    font-size: 24px;
}
 #q2 p{
    background-color:#12baa0 ;
color: #fff;
height: 100px;
}
 #q2 p span{
}
 #q3 p{
    background-color:#badddf ;
color: #4d6e75;
height: 100px;
}
 #q3 p span{
    border-color: #4d6e75;
}
 #q4 p{
    background-color:#f9dc54 ;
color: #fff;
height: 210px;
}
 #q4 p span{
font-size: 24px;
    margin-top: 20px;
    color: #000;
    border-color: #000;
}
#q5, #q6 {
    padding-left: 5px;
}
 #q5 p{
    background-color:#a71e2e ;
color: #e5704f;
height: 100px;
}
 #q5 p span{
    border-color: #e5704f;
    font-size: 25px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 5px 1px 5px rgba(0,0,0,0.85);
}
 #q6 p{
    background-color:#c7dd5e ;
color: #46493e;
height: 210px;
}
 #q6 p span{
font-size: 24px;
    margin-top: 15px;
    border-color: #46493e;
}
 #q7 p{
    background-color:#304b69 ;
color:#fff;
height: 100px;
}
 #q7 p span{
}
 #q8 p{
    background-color:#313565 ;
color:#f081c5;
height: 100px;
}
 #q8 p span{
    border-color: #f081c5;
}
 #q9 p{
    background-color:#575556 ;
color: #d9b871;
height: 100px;
}
 #q9 p span{
    border-color: #d9b871;
}

/* End Quotes Block */

#testimonials2 .testimonial-box, #testimonials2 .quotes-table p{
    box-shadow: none;
}
#testimonials2 .testimonial-box {
    margin-bottom: 5px;
}
#testimonials2 {

}
#testimonials2 {

}
.quotes-table.video-text h3 {
margin-top: 20px;
}
.quotes-table.video-text h3 strong{
   font-size: 60px;
   line-height: 70px;
}

 #q1 p span, #q2 p span, #q3 p span, #q4 p span, #q5 p span, #q6 p span, #q7 p span, #q8 p span, #q9 p span{
    font-size: 18px;
    height: auto;
    margin-top: 0;
} 
#testimonials2 .testimonial-box {
    padding-bottom: 0px;
}
.testimonial-left.testimonial-box h3 {
    margin-top: 10px;
    font-size: 30px;
}
.testimonial-left .amc-blockquote {
    margin-top: -60px;
    text-align: left;
}
.testimonial-left.testimonial-box{
    height: auto;
    min-height: 0;
}
#q3 p span, #q4 p span {
    font-size: 24px;
}
#q6 p span {
    font-size: 16px;
}
#q5 p span, #q9 p span {
    font-size: 20px;
margin-top: 10px;
}

}



@media only screen and (min-width: 1200px){
.program-highlight2 .col-lg-6 .container {
    /* background-color: #95d5d5; */
    background-color: rgba(149, 213, 213, .7);
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 30px;
    padding-top: 0;
    overflow: hidden;
    min-height: 350px;
    width: 100%;
}
.program-highlight2 .col-lg-6 .content {
position: absolute;    
    top: 45%;
    left: 40%;
    transform: translateX(-40%) translateY(-45%);
}
.program-highlight2 a.registration {
    width: 50%;
    margin-top: 0;
}


.testimonial-right p {
    margin-top: 50px;
}
.testimonial-content a.registration {
    margin-top: 40px;   
}
.path-webform .region-content .tab-content ul {
    padding-left: 100px;
}
.testimonial-left.testimonial-box h3 {
    font-size: 48px;
}
.testimonial-left .amc-blockquote {
    margin-top: -30px;
}
#q1 p{
    background-color:#362e2c;
color: #e7e183;
height: 100px;
}
 #q1 p span {
    border-color: #e7e183;
}
 #q1 p span, #q2 p span, #q8 p span, #q7 p span{
width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
 #q4 p span, #q6 p span{
width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
 #q3 p span, #q9 p span{
width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    font-size: 24px;
}
 #q2 p{
    background-color:#12baa0 ;
color: #fff;
height: 100px;
}
 #q2 p span{
}
 #q3 p{
    background-color:#badddf ;
color: #4d6e75;
height: 100px;
}
 #q3 p span{
    border-color: #4d6e75;
}
 #q4 p{
    background-color:#f9dc54 ;
color: #fff;
height: 210px;
}
 #q4 p span{
font-size: 24px;
    margin-top: 20px;
    color: #000;
    border-color: #000;
}
#q5, #q6 {
    padding-left: 5px;
}
 #q5 p{
    background-color:#a71e2e ;
color: #e5704f;
height: 100px;
}
 #q5 p span{
    border-color: #e5704f;
    font-size: 25px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 5px 1px 5px rgba(0,0,0,0.85);
}
 #q6 p{
    background-color:#c7dd5e ;
color: #46493e;
height: 210px;
}
 #q6 p span{
font-size: 24px;
    margin-top: 15px;
    border-color: #46493e;
}
 #q7 p{
    background-color:#304b69 ;
color:#fff;
height: 100px;
}
 #q7 p span{
}
 #q8 p{
    background-color:#313565 ;
color:#f081c5;
height: 100px;
}
 #q8 p span{
    border-color: #f081c5;
}
 #q9 p{
    background-color:#575556 ;
color: #d9b871;
height: 100px;
}
 #q9 p span{
    border-color: #d9b871;
}

.quotes-table.video-text h3 {
margin-top: 30px;
}
.testimonial-video {

}


.home2020 #video1 {
    width: 100%;
    margin: 0;
/* margin-top: 40px; */
}
.view-frontpage.home2020 img {
    max-width: 100%;
    margin: 0;
}
#video1 {
    width: 540px;
margin-bottom: 20px;
position: relative;
top: -20px;
}
.jcarousel-skin-default .jcarousel li {
    width: 270px;
}
#banner h2 {
	 font-size:1.2vw;
 }
 #banner h3 {
	 font-size:1vw;
 }
}
@media only screen and (max-width: 1200px){
#block-meatconference-main-menu .last {
    /* width: auto; 
    display: none; */
}
}
@media only screen and (max-width: 1024px){
#block-meatconference-main-menu .last {
    /* display: none; */
}
#boxes h3 {
    padding: 30px 10%;
}
#boxes .card__text {
    height: 320px;
}
#block-meatconference-main-menu .nav > li > a {
    font-size: 14px;
    padding: 15px 14px;
}
#SessionPromo h2 {
    font-size: 26px;
    margin-top: 0;
}
}

@media only screen and (max-width: 912px){
#boxes h3 {
    padding: 30px 10%;
}
#boxes .card__text {
    height: 340px;
}
#block-meatconference-main-menu .last {
    /* display: none; */
}
#boxes h2, #SessionPromo h2 {
    font-size: 26px;
}
#home2023 #top-div h1 {
    font-size: 28px;
}
#boxes h3 {
    font-size: 18px;
}
#boxes ul {
    padding-left: 5px;
}
#boxes li {
    padding: 5px;
    font-size: 16px;
}
#home2023 .tile__heading, #home2023 .tile__heading a {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 10px;
}

#block-meatconference-main-menu .nav > li > a {
    font-size: 16px;
    padding: 15px 5px;
}
}
@media only screen and (max-width: 768px){

.LOT-row-end {
    clear: none;
}
.pom-banner h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.pom-button a.registration.btn.btn-red {
    width: 60%;
}

.navbar-nav > li {
    height: auto;
}

}
@media only screen and (max-width: 767px){
#SessionPromo h2 {
    margin-top: 20px;
}
#boxes .card__text {
    height: auto;
    padding-top: 20px;
}
#block-meatconference-main-menu .nav > li > a {
    font-size: 16px;
    padding: 5px 5px;
}
}
@media only screen and (max-width: 425px){

.LOT-winners .col-xs-6 {
    min-height: 380px;
}
.pom-button a.registration.btn.btn-red {
    width: 100%;
}
}

@media only screen and (max-width: 320px){
.LOT-winners .col-xs-6 {
    min-height: 350px;
}
.LOT-winners img {
    padding: 0;
}
}

