/*

1. FONT FACE
2. GLOBAL GENERAL STYLES
3. HEADER AND NAVIGATION
    a. Header
    b. Social Media Icons
    c. Header Search Bar
    d. Main Navigation (Including Dropdown)
4. SUB-CATEGORY NAVIGATION
5. BREADCRUMBS
6. FOOTER
    a. Footer Social Media
7. HOME PAGE LAYOUT
    a. Carousel
    b. Front Image Tiles
    c. Logos
8. FORMS & BUTTONS
9. SOCIAL MEDIA SHARE BUTTONS
10. TABLES
11. TRADING TIMES TABLE
12. IMAGE THUMBNAILS
13. MEDIA RELEASES 
14. RECIPES
15. SEASONAL GUIDE  
16. NEWS AND EVENTS
17. RECIPES & PRODUCE
18. CALENDAR
19. WHITE BACKGROUND STYLES

*/


/* ---------------------------------
            FONT FACE
-----------------------------------*/

@font-face {
	font-family: 'MuseoSans-100';
	src: url('fonts/MuseoSans-100.eot');
	src: local('☺'), url('fonts/MuseoSans-100.woff') format('woff'), url('fonts/MuseoSans-100.ttf') format('truetype'), url('fonts/MuseoSans-100.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSans-300';
	src: url('fonts/MuseoSans-300.eot');
	src: local('☺'), url('fonts/MuseoSans-300.woff') format('woff'), url('fonts/MuseoSans-300.ttf') format('truetype'), url('fonts/MuseoSans-300.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSans-500';
	src: url('fonts/MuseoSans-500.eot');
	src: local('☺'), url('fonts/MuseoSans-500.woff') format('woff'), url('fonts/MuseoSans-500.ttf') format('truetype'), url('fonts/MuseoSans-500.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSans-700';
	src: url('fonts/MuseoSans-700.eot');
	src: local('☺'), url('fonts/MuseoSans-700.woff') format('woff'), url('fonts/MuseoSans-700.ttf') format('truetype'), url('fonts/MuseoSans-700.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ---------------------------------
        GLOBAL GENERAL STYLES
-----------------------------------*/


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}




.col-xs-6ths,
.col-sm-6ths,
.col-md-6ths,
.col-lg-6ths {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
.col-xs-6ths {
    width: 16%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-6ths {
        width: 16%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-6ths {
        width: 16%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-6ths {
        width: 16%;
        float: left;
    }
}



* {
    outline: none;
}
*:active, *:focus {
    outline:none;
}

body {
    font-family: 'MuseoSans-500', 'helvetica neue', helvetica, arial, sans-serif;
    letter-spacing: 1px;
	background-color: #fff;
    background-position: top center;
    color: #333
}

.container {
	background-color: #fff;
	padding: 0px 0px;
}

.mainbody {
    min-height: 400px;
}

@media (max-width: 767px) {
	.container {
		padding: 0px;
	}
}
@media (max-width: 767px) {
    .mainbody { 
        margin: 0px 20px;
    }
}


.padding {
    padding: 20px;
}
.padding-left {
    padding-left: 20px;
}
.noborder {
    border: 0px !important;
}

.noborder > thead > tr > th, .noborder > tbody > tr > th, .noborder > tfoot > tr > th, .noborder > thead > tr > td, .noborder > tbody > tr > td, .noborder > tfoot > tr > td{
    border-top: 0px solid transparent;
}


hr {
    border-top: 1px solid #e5e5e5;
}


a {
    color: #000;
    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}
a:hover {
    color: #30b457;
    text-decoration: none;
}


h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    font-weight: bold;
}

h1 { 
    font-size: 24px;
    line-height 30px;
}
h3 {
    font-size: 18px;
    line-height:24px;
}
h4, h4 a {
    margin: 15px 0px 10px 0px;
    line-height: 22px;
    font-size: 16px !important;
    color: #333 !important;
}

h5 {
    margin: 20px 0px 10px;
    line-height: 20px;
}
p, .mainbody ul, .mainbody ol {
    text-transform: none;
    color: #444;
    font-size: 14px;
    line-height: 1.42857143;
}
ol {
    line-height: 16px;
}
b, strong { 
	font-family: 'MuseoSans-700', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}
blockquote {
    font-size: 12px;
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 0px solid #eeeeee;
}
.subtext {
    font-size: 10px !important;
}







.text-center {
    text-align: center;
}
.text-center img {
    display: inline-block;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}


.float-left {
    float: left;
}
.float-right {
    float: right;
}


img {
    display: inline-block;
}
a img {
    opacity: 1;
    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}
a:hover img {
    opacity: 0.85;
}
img.pull-left  {
    margin-right: 15px;
    margin-bottom: 15px;
}



.well {
    background-color: #333333;
    border-radius: 0px;
    border: 0px;    
    min-height: 20px;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.well h5 a {
    color: #333;
}


.greybg {
    background-color: #333;
}
.darkgreybg {
    background-color: #222222;    
}

.lightgreybg {
    background-color: #f0f0f0;    
}
.whitebg {
    background-color: #ffffff;
    color: #939598;
}

.padding-10 {
    padding: 10px;
}

/* ---------------------------------
        HEADER & NAVIGATION       
-----------------------------------*/

.header {
	position: relative;
    margin-top: 20px;
	z-index: 1001;
    text-align: left;
}

@media (max-width: 991px) {
    .header {
        text-align: center;
    }
}

.headerbar {
    position: relative;
}

.logo {
    max-width: 90%;
    display: inline-block;
}

@media (min-width: 992px) {
    .headerbar .row {
        position: absolute;
        top: 0px;
        right: 0px;
    }
}

/* ------------- SOCIAL MEDIA ICONS ----------------*/

.social-media-nav {
    position: relative;
    text-align: right;
    z-index:1000;
}
.social-media a:hover i {
    color: #fff !important;
}
.social-media .facebook:hover  {
    background: #3B5998;
}
.social-media .twitter:hover  {
    background: #55AECE;
}
.social-media .instagram:hover  {
    background: #dfd3c5;
}
.social-media .pinterest:hover  {
    background: #C92228;
}

/* ----- MIN WIDTH 992px ----- */
.social-media {
    display: inline-block;
    text-align: right;
    margin: 40px 0px 0px 0px;
}
.social-media a {
	padding-left: 3px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #333;
    height: 35px;
    width: 35px;
}
.social-media a i {
    font-size:20px;
    margin-top: 5px;
    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
    color: #eeeeee;
}

/* ----- MAX WIDTH 991px ----- */
@media (max-width: 991px) {
    .social-media a {
        background-color: transparent;
        height: 35px;
        width: 35px;
    }
    .social-media-nav {
        text-align: center;
        margin-top: 10px;
    }
    .social-media {
        text-align: center;
        margin: 10px auto 0px auto;
    }
    .social-media a i {
        font-size: 22px;
        color: #333;
    }
}
    
/* ----- MIN WIDTH 768px & MAX WIDTH 991px ----- */
@media (min-width: 768px) and (max-width: 991px) {
    .social-media {
        margin: 5px 0px 5px 0px;
    }
}

/* ----- MAX WIDTH 767px ----- */
@media (max-width: 767px) {
    .social-media-nav {
        margin-top: 0px;
    }
}


/* ------------- HEADER SEARCH BAR ----------------*/

.sb-search {
	position: relative;
	margin-top: 40px;
    margin-bottom: 0px !important;
    margin-right: -80px;
	width: 0%;
	min-width: 40px;
	height: 40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;    
    z-index: 1001;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .sb-search {
        margin-right: -46px;
    }
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 35px;
	margin: 0;
	z-index: 10;
    padding: 6px 12px;
	font-family: inherit;
	color: #ffffff;
    width: 70%;
    display: inline-block;
    background: #333333;
    border: 0px;
    color: #ffffff;
}

.sb-search-input::-webkit-input-placeholder {
    font-family: 'MuseoSans-700';
    text-transform: uppercase;';
	color: #777;
    font-size: 13px;
    padding-top: 2px;
}
.sb-search-input:-moz-placeholder {
    font-family: 'MuseoSans-700';
    text-transform: uppercase;';
	color: #777;
    font-size: 13px;
    padding-top: 2px;
}
.sb-search-input::-moz-placeholder {
    font-family: 'MuseoSans-700';
    text-transform: uppercase;';
	color: #777;
    font-size: 13px;
    padding-top: 2px;
}
.sb-search-input:-ms-input-placeholder {
    font-family: 'MuseoSans-700';
    text-transform: uppercase;';
	color: #777;
    font-size: 13px;
    padding-top: 2px;
}

.sb-icon-search,
.sb-search-submit  {
	width: 40px;
	height: 35px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #333333;
	z-index: 90;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}

.sb-icon-search:before {
	content: "\e003";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search, .sb-icon-search:hover {
	background: #30b457;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

@media (max-width: 991px) {
    .sb-search {
        width: 100%;
        margin: 0px 5% 0px 5%;
    }
    .sb-search-input {
        width: 90%;
    }
}




/* ------------- MAIN NAVIGATION ----------------*/

.nav {
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.navbar {
    min-height: inherit;
    margin: 10px 0px 0px;
    border: 0px solid transparent;
}
.navbar-header {
    width: 100%;
    margin: 10px 0px 0px 0px;
    background-color: #333333;
}
.navbar-toggle {
    letter-spacing: 2px;
    position: relative;
    width: 100%;
    margin-right: 0px;
    padding: 9px 0px 9px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 0px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}
.navbar-collapse {
    border-top: 0px solid transparent;
}
.navbar-toggle:hover {
    background-color: #939598;
    color: #ffffff;
}
.nav > li > a:hover,
.nav > li > a:focus, li.active > a  {
    color: #30b457;
    text-decoration: none;
    background-color: #fffff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f5f5f5;
    border-color: #ffffff;
    color: #30b457;
}
.dropdown-menu {
    border-radius: 0px;
    margin: -1px 0 0;
}
.dropdown-menu .dropdown {
    position: relative;
}
.dropdown-menu .dropdown>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.dropdown-menu .dropdown:hover >.dropdown-menu {
    display: block;
}
.dropdown-menu .dropdown > a:after {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
    margin-left: 10px;
}
.dropdown-menu .dropdown:hover > a:after {
    border-left-color: #fff;
}
.dropdown-menu .dropdown.pull-left {
    float: none;
}
.dropdown-menu .dropdown.pull-left >.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
    background-color: #30b457;
}
.dropdown-menu > .active > a:hover {
    color: #30b457 !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #30b457 ;
    background-color: #f5f5f5;
}
.open .dropdown-toggle {
    color: #333;
}


/* Hiding default caret for level 2 and below menus */
.dropdown-menu .dropdown.level2 > a:after, .dropdown-menu .dropdown.level3 > a:after {
    display: none;
}

/* First Level Links have transparent background in wider window sizes */
.level1.open a, .level1.open a:hover {
    background-color: transparent; 
}

/* Second Level logo images for the first dropdown */
.first .level2 .navlogos { 
    display: table-cell ;
    vertical-align: middle;
    width: 75px;
    display: inline-block !important;
    min-height: 40px;
}
.first .level2 .navlogos img {
    width: 70px;
    margin: 3px 0px;
    max-width: 70px;
}

/* No side images for first dropdown's sublinks */
.level1 .navlogos, .first .level3 .navlogos, .first .level4 .navlogos {
    display: none !important;
}


/* ----- MIN WIDTH 1201px -----*/
@media (min-width: 1201px) {
    .navbar-nav > li > a { 
        padding: 15px 13px;
    }
    .navbar-nav  > li:first-child > a {
        padding-left: 0px;
    }
    .navbar-nav > li:last-child > a {
        padding-right: 0px;
    }
    .searchnav .form-group{
        padding-top: 30px;
        text-align: center;
        margin-bottom: 10px;
    }
}

/* ----- MIN WIDTH 768px ----- */
@media (min-width: 768px ) {    
    .level2 .caret {    
        vertical-align: middle;    
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
    }
}

/* ----- MAX WIDTH 1200px -----*/
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav {
        font-size: 13px;
    }
    .navbar-nav > li > a { 
        padding: 15px 6px;
    }
    .navbar-nav  > li:first-child > a {
        padding-left: 0px;
    }
    .navbar-nav > li:last-child > a {
        padding-right: 0px;
    }
}

/* ----- MAX WIDTH 991px ----- */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        text-align: center;
    }
    .nav, .navbar-nav {
        display: inline-block;
        text-align: center;
        float: none;
        margin-bottom: 10px;
    }
    .navbar-nav {
        font-size: 12px;
    }
    .navbar-nav > li {
        float: none;
        display: inline-block;
    }
    .navbar-nav > li > a { 
        padding: 8px 12px;
    }
    .navbar-nav  > li:first-child > a {
        padding-left: 0px;
    }
    .navbar-nav > li:last-child > a {
        padding-right: 0px;
    }
    .dropdown {
        text-align: left;
    }
}

/* ------------- MAX WIDTH 767px ----------------*/
@media (min-width: 0px) and (max-width: 767px) {    
    .nav > li > a:hover, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {    
        color: #30b457;
        background-color: #eeeeee;
        border-color: #ffffff;
    }
    .dropdown-menu {
        border-radius: 0px;
    }
    .dropdown-menu > a:hover, .dropdown-menu > a:active, .dropdown-menu > a:focus {
        color: #30b457;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #ffffff;
        border: 0;
        box-shadow: none;
        }
    .navbar-toggle {
        margin: 0px 0px;
    }
    .nav {
        margin: 0px;
    }
    .nav > li > a {
        color: #333333;
        text-align: left;
        background-color: #ffffff;
        margin: 0px;
    }

}

/* ---------------------------------
       SUB-CATEGORY NAVIGATION
-----------------------------------*/

.subcategory {
    margin-top: 20px;
    margin-right: 20px;
    font-size: 12px;
    text-transform: uppercase !important;
}
@media (max-width: 991px) {
    .subcategory {
        margin-right: 0px;
        width: 100%;
        text-align: left !important;
    }
}
.subcategory > li {
     border-radius: 0px;
}
.subcategory > li > a {
    color: #333;
    text-align: left;
    background-color: #e5e5e5;
    margin: 0px;
    border-radius: 0px;
} 

.nav-stacked .subnav {
    display: block;
    text-transform: uppercase !important;
}
.nav-stacked .subnav li, .nav-stacked .subnav li:last-child {
    margin-top: 2px !important;
    margin-bottom: 0px;
    margin-left: 0px;
}
.nav-stacked .subnav li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #333;
    margin-left: 20px;
}
.nav-stacked .subnav li a:hover {
    color: #30b457;
    background: #f5f5f5;
}


/* ---------------------------------
            BREADCRUMBS
-----------------------------------*/
@media print {
    .B_crumbBox {
        display: none;
    }
}

.B_crumbBox {
    font-size: 11px;
    padding: 8px 8px;
    margin-bottom: 0px;
    list-style: none;
    border-radius: 0px;
    text-transform: uppercase !important;
    background: #e5e5e5;
}

.B_crumbBox li {
    display: inline-block;
}
.B_crumbBox a {
    color: #333;
}
.B_crumbBox a:hover {
    color: #30b457;
}

.B_currentCrumb {
    color: #30b457;
}

@media (max-width: 767px) {
    .B_crumbBox {
        margin-top: 10px;
    }
}


/* ---------------------------------
            FOOTER
-----------------------------------*/
.footer {
    margin-top: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}
.subnav {
    display: inline-block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.subnav li {
    margin: 0px 0px 10px 0px;
}
.subnav li:last-child {
    margin: 0px;
}
.subfooter {
    margin: 10px 0px !important;
    text-align: center;
}
.footer a{
    color: #fff;
}
.footer a:hover {
    color: #30b457;
}
.footer .padding {
    height: 120px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .footer .padding {
        height: 120px;
    }
}
@media (max-width: 991px) {
    .footer .padding {
        height: auto;
        min-height: auto;
        max-height: none;
    }
}

/* ------------- FOOTER SOCIAL MEDIA ----------------*/

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
      .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
        height: 130px !important;
    }
}
.instagram {
    margin-top: 15px;
    max-width:100%; 
    height: 129px;
}



/* ---------------------------------
        HOME PAGE LAYOUT
-----------------------------------*/
#index .footer {
    margin-top: 0px ;
}
#index .breadcrumb {
    display: none;
}

/* ------------- Carousel ----------------*/
.carousel-indicators  {
    display: table-cell;
    vertical-align: middle;/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNzklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 16%, rgba(0,0,0,0.5) 79%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(16%,rgba(0,0,0,0.5)), color-stop(79%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 79%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 79%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 79%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 79%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
    padding-top: 5px;
    padding-bottom: 2px;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-indicators .active, .carousel-indicators li:hover {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #30b457;
}

/* ------------- FRONT IMAGE TILES ----------------*/
.homebutton {
    display: block;
    position: relative;
    text-transform: uppercase;
}
.homebutton:hover {
    color: #ffffff;
}
.homebutton .caption{
    position: absolute;
    z-index:10;
    bottom: 0px;
    width:100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: 5px;
    text-shadow: 1px 1px 5px #333333;
    color: #ffffff;    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNzklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 16%, rgba(0,0,0,0.5) 79%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(16%,rgba(0,0,0,0.5)), color-stop(79%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 79%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 79%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 79%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 79%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
}
.homebutton .caption.double {
    margin-top: -24px;
}
.homebutton img {
    display: inline-block;
    opacity: 1;
    z-index:9;
    width: 100%;
}
.homebutton:hover img{
    opacity: 0.8;
}
.homebutton .caption .glyphicon {
    font-size: 24px;
}
.morevideos {    
    position: absolute;
    z-index:11;
    right: -45px;
    padding: 5px;
    top: 44px;
    width: 118px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #ffffff;
    color: #000000;
    letter-spacing: 0px;
}
.morevideos:hover {
    background-color: #333333;
    color: #ffffff;
    text-decoration: none;
}

/* ------------- LOGOS ----------------*/
.logos {
    margin: 20px 0px 10px;
}
.logos img {
    display: inline-block !important;
    max-width: 100%;
    padding: 10px;
}

/* ----- MAX WIDTH 991px ----- */
@media (min-width: 768px) and (max-width: 991px) {
    .homebutton .caption.double {
        margin-top: -14px;
    }
    .homebutton .caption {
        font-size: 11px;
    }
    .morevideos {  
        font-size: 9px;
        top: 26px;
        right: -28px;
        width: 75px;
    }
    .homebutton .caption .glyphicon {
        font-size: 18px;
    }
}

/* ----- MAX WIDTH 1200px ----- */
@media (min-width: 992px) and (max-width: 1200px) {
    .homebutton .caption {
        font-size: 16px;
    }
    .morevideos {  
        font-size: 11px;
        top: 36px;
        right: -35px;
        width: 96px;
    }
}

/* ----- MAX WIDTH 767px ----- */
@media (min-width: 0px) and (max-width: 767px) {
    .homebutton .caption {
        font-size: 12px;
        line-height: 20px;
    }
    .morevideos {  
        font-size: 9px;
        top: 38px;
        right: -38px;
        width: 98px;
    }
}


/* ---------------------------------
        FORMS & BUTTONS
-----------------------------------*/
.btn {
    border-radius: 0px;
    text-transform: uppercase;
}
.form-control {
    border-radius:0px;
}
.btn-default, .btn-default:active, .btn-default:focus{
    border-color: #30b457;
    background-color: #30b457;
    color: #ffffff !important;
}
.btn-default:hover {
    background-color: #28994a;
    color: #ffffff;
    border-color: #28994a;
}
.control-label {
    padding-right: 10px;
}
.form-horizontal {
    font-size: 12px;
}
input, textarea, keygen, select, button, isindex {
    text-transform: none;
    border-radius: 0px !important;
}
.error {
    color: red;
}
.success {
    color: 30b457;
}
.required {
    border: 2px solid #30b457;
}
.form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0.6);
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: inherit;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.form-control {
    margin-bottom: 3px;
}
@media (max-width: 767px) {
    .form-inline {
        text-align:right;
    }
}


/* ---------------------------------
    SOCIAL MEDIA SHARE BUTTONS
-----------------------------------*/

.addthis_toolbox {
    display: inline-block;
    margin: 20px 0px;
}
.addthis_toolbox a {
    opacity: 0.9;
}
.addthis_toolbox a:hover {
    opacity: 1;
}


/* ---------------------------------
            TABLES
-----------------------------------*/
.table {
    color: #333;
}
.table thead td {
    padding: 5px 10px !important;
    background-color: #30b457;
    color: #ffffff;
    border-bottom: 0px;
    text-align: center;
}
.table tbody {
    text-transform: none;
    color: #333;
}


/* ---------------------------------
        TRADING TIMES TABLE
-----------------------------------*/
.tradingtimes thead {
    font-size: 14px;
}
.table.tradingtimes thead td{
    background-color:transparent;
    text-align: center;
}
.tradingtimes thead tr td {
    vertical-align: bottom !important;
    padding: 10px 3px !important;
    border-left: 1px solid #fff;
    border-top: 0px solid #dddddd;
    width: 10%;
}
.tradingtimes tbody tr td {
    padding: 20px 5px !important;
    font-size: 12px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
}
.tradingtimes thead tr td:first-child, .tradingtimes tbody tr td:first-child {
    border-left: 0px;
    width: 15%;
}
.tradingtimes tbody tr td img {
    padding: 0px 10px 0px 0px;
}
.tradingtimes tbody tr .collapsedinfo {
    padding: 0px 0px !important;
    text-align: left;
}
.collapsedinfo .collapse {
    padding: 5px 0px;
}
.tradingtimes img{
    display: inline-block;
    margin-bottom: 10px;
}
.tradingtimes .btn-default:before {
    font-size: 11px;
    content: 'info & location';
}


/* ----- MAX WIDTH 767px ----- */
@media (min-width: 0px) and (max-width: 767px) {
    .tradingtimes thead {
        font-size: 15px !important;
    }
    .tradingtimes .btn-default, .tradingtimes td {
        font-size: 9px !important;
    }
    .tradingtimes .btn-default:before{
        content: 'More Info';
    }
}

/* Coloured backgrounds */
.tradingtimes tbody tr .CLOSED {
    background: #9a9a9a;
}
.tradingtimes tbody tr .Public {
    background: #333333;
}


/* ---------------------------------
       IMAGE THUMBNAILS
-----------------------------------*/

.thumbnail {
    padding-left: 20px;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 10px;
}
.thumbnail img {
    padding: 0px;
    border: 5px solid #333333;
    border-radius: 0px;
}

/* ----- MAX WIDTH 767px ----- */
@media (max-width: 767px) {
    .thumbnail {
        padding-left: 0px;
    }
}


/* ---------------------------------
        MEDIA RELEASES
-----------------------------------*/

.media {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.media li .thumbnail{
    margin: 5px;
    padding: 5px;
    background-color: #222222;
    border: 2px solid #222222;
    border-radius: 0px;
    min-height: 300px;
}
.media li .thumbnail img {
    border: 0px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .media li .thumbnail {
        min-height: 280px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .media li .thumbnail {
        min-height: 400px;
    }
}


/* ---------------------------------
            RECIPES
-----------------------------------*/
.recipes {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.recipe-well {
    border-radius: 0px;
    background-color: #ffffff;
    color: #222222;
    border: 0px;
}

.recipe-well p {
    color: #333333;
}

.recipe-well strong {
    color: #444444;
}

.recipe-well h4 {
    margin: 5px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #ffffff;
}

.recipes li .thumbnail{
    margin: 5px;
    padding: 5px;
    background-color: #222222;
    border: 2px solid #222222;
    border-radius: 0px;
    min-height: 460px;
}
.recipes li .thumbnail img {
    border: 0px;
}
.recipe-btn {
    width: 100%;
}
.recipe-inner-img{
	float:right;
	max-width:150px;
    margin: 0px 0px 5px 5px;
}
.darkgreybg .well {
    margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .recipes li .thumbnail {
        min-height: 390px;
    }
    .recipe-btn {
        font-size: 80%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .recipes li .thumbnail {
        min-height: 550px;
    }
}

@media (max-width: 450px) {
    
    .recipe-btn {
        font-size: 80%;
    }
}
.recipes li a:hover .thumbnail {
    background-color: #444444;
    border: 2px solid #444444;
}

.recipes li .thumbnail .caption{
    padding: 0px;
}
.recipes li .thumbnail h5 {
    line-height: 18px;
    margin: 10px 0px 3px 0px;
}
.recipes li .thumbnail p {
    font-size: 12px;
    text-transform: none;
    color: #ccc;
    margin: 3px 0px;
}
.recipes li .thumbnail .btn {
    width: 100%;
}

.recipe-well {
    position: relative;
}
.recipe-well {
    z-index:99;
}
.recipe-well .recipe-title {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index:100;
    top: 30px;
    text-shadow: 1px 1px 5px #d0d0d0;
    color: #30b457;
}
.recipe-title img {
    display: inline-block;
    width: 250px;
}
.recipe-title h1 {
    font-size: 30px;
}
.recipe-well .btn {
    padding: 6px 12px 4px 12px;
    margin-left: 2px;
}
.addthis_toolbox a {
    margin-bottom: 3px;
}
@media (max-width: 767px) {
    .recipe-title img {
        display: inline-block;
        width: 150px;
    }
    .recipe-title h1 {
        font-size: 20px;
    }
}
.recipe-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

/* ---------------------------------
        SEASONAL GUIDE  
-----------------------------------*/

@media (min-width: 992px) {
    .seasonalguide table{
        min-height: 450px;
    }
}

.seasonalguide thead, .seasonalguide ul{
    font-size: 11px !important;
}
.seasonaguide tbody tbody tr td {
    padding: 5px !important;
}

.seasonalguide table {
    margin: 0px;
}

.seasonalguide thead td{ 
    padding: 3px 5px !important;
}
 
.seasonalguide tbody {
    font-size: 12px;
    text-transform: none !important;
}


.seasonalguide ul {
    margin: 0px 0px 0px 25px;
    padding: 0px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .seasonalguide thead, .seasonalguide tbody{
        font-size: 10px !important;
    }
    .seasonalguide ul {   
        margin: 0px 0px 0px 15px;
        font-size: 10px !important;
    }
}

/* ---------------------------------
       NEWS AND EVENTS
-----------------------------------*/

.news {
    background-color: #222222;
}

.news .thumbnails {
    padding: 5px 15px 5px 0px;}
.news .thumbnails.left {
    padding: 5px 15px 5px 0px;
}
.news .thumbnails img {    
    border: 3px solid #333333;
}
.date {
    color: #939598 !important;
    font-size: 13px !important;
    margin-left: 5px !important;
}

@media (max-width: 767px) {
    .news .thumbnails {
    padding: 5px 0px 0px 0px}
.news .thumbnails.left {
    padding: 0px;
}
}

/* ---------------------------------
        RECIPES & PRODUCE
-----------------------------------*/

.largetiles .caption {
    font-size: 20px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNzklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 16%, rgba(0,0,0,0.5) 79%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(16%,rgba(0,0,0,0.5)), color-stop(79%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 79%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 79%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 79%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 79%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
    padding: 5px 0px;
}

/* ----- MAX WIDTH 767px ----- */
@media (max-width: 767px) {
    .largetiles .caption {
        font-size: 16px;
    }
}


/* ---------------------------------
       CALENDAR
-----------------------------------*/

#calbody td {
    padding: 5px;
    border: 0px solid #F1F1F1;
    text-align: left;
    width:12%;
    white-space: normal;
    vertical-align:top;
}
#calbody td .datestamp {
    color: #ffffff;
}



/* ---------------------------------
       WHITE BACKGROUND STYLES
-----------------------------------*/

.whitebg h1, .whitebg h2, .whitebg h3, .whitebg h4, .whiteb6 h5 {
	color: #000;
}
.whitebg h1{
	margin-top: 0px;
}

.whitebg p {
	color: #333;
}
.whitebg .thumbnail {
	background: #fff;
}
.whitebg .thumbnail img {	
	border: 5px solid #666;
}
.whitebg hr {
	border-top: 1px solid #ccc;
}
.whitebg strong, .whitebg b {
	color: #000;
}
.whitebg .table tbody, .whitebg .table thead td {
	color: #333;
}
.whitebg .tradingtimes {
	color: #333 !important;
	margin-bottom: 0px;
}
.whitebg .tradingtimes thead tr td {
    border-left: 1px solid #333333;
    border-top: 0px solid #dddddd;
}
.whitebg .tradingtimes tbody tr td  {
    border-left: 1px solid #333;
    border-top: 1px solid #333;
}
.whitebg .tradingtimes thead tr td:first-child, .whitebg .tradingtimes tbody tr td:first-child{
    border-left: 0px;
    width: 15%;
}
	
/*----- END WHITE BG STYLES --*/

.leader_feature_container {
    position: relative; 
    top: 0px; 
    left: 0px; 
    width: 720px;
    height: 1018px; 
    background: #191919; 
    overflow: hidden;
}

/* ---------------------------------
       WHITE BACKGROUND STYLES
-----------------------------------*/

.profile-photos {
    padding-right: 15px;
    margin-bottom: 5px;
}
.names {
	font-size: 12px;
}

/* ---------------------------------
        ENVIRONMENTAL
-----------------------------------*/

.environment-tabs > li.active > a, .environment-tabs > li.active > a:hover, .environment-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #30b457;
    border: 0px solid #ffffff;
    border-bottom-color: transparent;
}

.environment-tabs > li > a {
    color: #ffffff;
    border: 0px solid transparent;
    background-color: #0060aa;
    border-radius: 0px;
	padding: 10px 26px 10px 26px;
}

.environment-tabs > li > a:hover {
    background-color: #30b457 !important;
	color: #fff !important;
    border-color: #ffffff;
}

.environment-tabs > li {
	width: 25%;
}
.environment-tabs > li > a  {
	margin: 1px 1px;
	text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
	.environment-tabs > li {
		width: 25%;
	}
	.environment-tabs > li > a  {
		height: 60px;
		margin: 1px 1px;
		text-align: center;
	}
	
}

@media (min-width: 481px) and (max-width: 767px) {
	.environment-tabs > li {
		width: 50%;
	}
	.environment-tabs > li > a  {
		margin: 1px 1px;
		text-align: center;
	}
	
}

@media (min-width: 0px) and (max-width: 480px) {
	.environment-tabs > li {
		width: 100%;
	}
	.environment-tabs > li > a  {
		margin: 1px 1px;
		text-align: center;
	}
	
}

/* ---------------------------------
            ANNUAL REPORT
-----------------------------------*/

.pdfviewer {
    border: 5px solid #ccc; 
    overflow-y: hidden;
    width: 100%;
    height: 850px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .pdfviewer {
        height: 750px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pdfviewer {
        height: 590px;
    }
}

@media (max-width: 767px) {
    .pdfviewer {
        height: 500px;
    }
}

.annualreport {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.annualreport li .thumbnail{
    margin: 5px;
    padding: 5px;
    background-color: #e5e5e5;
    border: 2px solid #e5e5e5;
    border-radius: 0px;
    min-height: 250px;
}

.annualreport li .thumbnail .btn {
    width: 100%;
}

.annualreport li .thumbnail:hover {    
    background-color: #cccccc;
    border: 2px solid #cccccc;
}
.annualreport li .thumbnail h5 {
    margin-top: 3px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.annualreport li .thumbnail img {
    border: 0px;
}

.issuuembed { 
	width: 100%; 
	height: 900px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .annualreport li .thumbnail {
        min-height: 215px;
    }
	.issuuembed { 
		height: 750px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .annualreport li .thumbnail {
        min-height: 300px;
    }
	.issuuembed { 
		height: 750px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.issuuembed { 
		height: 550px;
	}
}
	

.issuuembed span {display:none !important;}

.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
.videowrapper iframe, 
.videowrapper object,
.videowrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}