﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url('/App_Themes/Illovo/Elements/Tables/style.css');

@font-face {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-smooth: always;
    transform: rotate(-0.0000000001deg);
    text-shadow: 0 0 1px #333;
}

@font-face {
    font-family: Futura-bold;
    src: url('/UserContent/fonts/Futura-Heavy.otf') format('otf'), 
        url(/UserContent/fonts/Futura-Heavy.eot), 
        url(/UserContent/fonts/Futura-Heavy.eot?#iefix) format("embedded-opentype"), 
        url(/UserContent/fonts/Futura-Heavy.woff2) format("woff2"), 
        url(/UserContent/fonts/Futura-Heavy.woff) format("woff");
    font-weight: bold;
    font-style: normal
}

/*@font-face {
    font-family: 'Futura';
    src: url('/UserContent/fonts/Futura-Heavy.otf') format('otf');
    font-weight: normal;
    font-style: normal
}*/

@font-face {
    font-family: Futura-light;
    src: url('/UserContent/fonts/Futura-light.otf') format('otf'), 
        url(/UserContent/fonts/Futura-light.eot), 
        url(/UserContent/fonts/Futura-light.eot?#iefix) format("embedded-opentype"), 
        url(/UserContent/fonts/Futura-light.woff2) format("woff2"), 
        url(/UserContent/fonts/Futura-light.woff) format("woff");
    font-weight: lighter;
    font-style: normal
}

/* WIREFRAME   
----------------------------------------------------------*/
html {
       overflow-y: scroll;
}

.mobile-only {
    display: none;
}

.container {
    max-width: 1200px;
}
.container .content {
	padding: 15px 0 15px 0;
	background-color: #fff;
	}

.recipe-container {
margin-top: 15px;
}

.recipes {
position: relative;
background-color: white;
}

.outerContainer {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

a.logo {
    max-width: 250px;
}

    a.logo img {
        max-width: 200px;
    }

header {
    border-bottom: 3px solid #ccc;
	background-color: rgba(255,255,255,0.7);
}

#toTop a:hover span {
    background-color: #007a3e;
}

/* CUSTOM STYLES   
----------------------------------------------------------*/
body {
    font-family: Futura-light, Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-weight: 600;
    line-height: normal !important;
    color: #5c5c5c;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, b {
    font-weight: 400;
    font-family: Futura-bold, "Open Sans", Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}

h1 {
    color:#5c5c5c;
    font-size: 3em;
}

h2 {
    color: #007a3e;
    font-size: 2.0em;
    margin: 10px 0px 10px 0;
}
    h2 a {
        color: #007a3e;
        text-decoration: none;
    }
	h2 a:hover {
		text-decoration: underline;
	}

h3 {
    font-size: 1.5em;
    color: #007a3e;
}

h4 {
    font-size: 1.3em;
}



a{color: #ef412f;
    text-decoration: none;
    outline: 0;
	position:relative;
}

a:hover {
	color: #bb392c;
	text-decoration: underline;
}

a:active, a.active {
	color: #ef412f;
	top:0px
}

p a, span a {
    text-decoration: underline;
}

small {
    font-size: 0.8em;
}

.padding {
    padding: 10px !important;
}

.noPadding {
    padding: 0px !important;
}

.noMargin {
    margin: 0px !important;
}

.txtLarge {
    font-size: 1.3em !important;
}

.noShadow {
    text-shadow: none !important;
}

.noMarginTop {
    margin-top: 0px !important;
}


.recruitment {
    color: #072853;
}

.bgRecruitment {
    background: #072853;
}

.bursary {
    color: #7E4E00;
}

.bgBursary {
    background: #7E4E00;
}

.graduates {
    color: #7E2F00;
}

.bgGraduates {
    background: #7E2F00;
}

/* BORDER RADIUS */


/* MISC  
----------------------------------------------------------*/


.sm-margin-bottom {
margin-bottom: 5px;
}

.requirement, .error {
    color: #ff0000;
}

.clear {
    clear: both;
}

.error {
    color: #ef412f;
}

hr {
    color: #ccc;
    background: #ccc;
    border: none;
    height: 1px;
}

a img {
    position: relative;
}

    a img:active {
        top: 1px;
    }

p {
    margin-bottom: 1.5em;
    line-height: 1.5;
    margin-top: 0;
}

.breadcrumb {
    color: #007a3e;
    text-transform: capitalize;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 0px;
	list-style: none;
	background-color: #fff;
	border-radius: 0px;
	position: relative;
	margin-right: 0px;
	}

    .breadcrumb a {
        color: #B5B3B3;
        text-decoration: none;
    }

        .breadcrumb a:hover {
            color: #B5B3B3;
            text-decoration: underline;
        }

.content-padding {
    padding: 10% 0;
}

.noPaddingTop {
    padding-top: 0;
}

.width-full
{
    width: 100%;
}

.margin-left {
margin-left: 10px;
}

/*HEADINGS*/

.orange-heading {
background-color: #ef412f;
padding: 8px;
color: white;
margin: 0px;
border-radius: 4px 4px 0px 0px;
}

	.orange-heading a {
	color: white;
	}
		.orange-heading a:hover {
		color: white;
		text-decoration: underline;
		}

.grey-heading {
    background-color: grey;
    padding: 8px;
    color: white;
    margin: 0px;
	border-radius: 4px 4px 0px 0px;
}

.green-heading {
background-color: #ef412f;
padding: 8px;
color: white;
margin: 0px;
border-radius: 4px 4px 0px 0px;
margin-bottom: 5px;
}

.recipe-header {
    color: #007a3e;
    font-size: 60px;
}


/* BACKGROUNDS AND JUMBOS*/



.bg-home {
    background-image: url(/UserContent/images/home-bg.jpg);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 150%;
    top: 0;
    left: 0;
    z-index: -1;
}

.category-container .article.article-block {
height: auto!important;
}

.article h3, .media-block h3 {
white-space: normal;
overflow: visible;
margin: 0;
line-height: 1.4em;
text-shadow: 1px 1px 1px #C9C9C9;
}


.jumbo-recipes {
background-repeat: no-repeat;
width: 100%;
height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-style: solid;
border-width: 1px;
border-color: rgb(198, 198, 198);
padding: 10px;
}
.jumbo-recipes p{ text-shadow: 1px 1px 1px #A3A3A3;; }


.bg-jumbo {
background-image: url(/UserContent/images/cookies-banner.jpg);
}



/*BACKGROUND BLOCK HEADINGS*/

.light-grey-block {
    background-color: #DBDBDB;
    padding: 8px;
    color: #007a3e;
}

    .light-grey-block a {
        background-color: #DBDBDB;
        padding: 8px;
        color: #007a3e;
        text-decoration: none;
    }


/* COLOURS
----------------------------------------------------------*/

.bgGreen {
    background: #007a3e;
    color: #fff;
}

.txtGreen {
    color: #007a3e;
}

.lightGreen {
    color: #bfd4cf;
}

.bgLightGreen {
    background: #007a3e;
}

.bgLightGrey {
    background: #B5B3B3;
}

.txtLightGrey, a.txtLightGrey {
    color: #B5B3B3;
}

.txt-white {
color: #fff;
}

.bgLightGrey, .bg-light-grey {
    background: #E8E8E8;
}

.bgGrey, .bg-grey {
    background:#5c5c5c;
}

.bg-white-alpha {
    background: rgba(255, 255, 255, .5);
}

.txtGrey, a.txtGrey {
    color: #5c5c5c !important;
}

.bgWhite, .bg-white {
    background: #fff;
}

.lightYellow {
    color: #FFE7BE;
}

    .lightYellow.darker {
        color: #E8CDA6;
    }

.bgOrange, a.bgOrange {
    background: #ef412f;
}

.txtOrange, a.txtOrange,
.txt-orange, a.txt-orange {
    color: #ef412f;
}

	/* //////////////SUB NAV ///////////////////// */
    .subNav {
        margin: 0px;
		position: relative;
    }

    .subNav ul {
    padding: 1px 0px 0px 15px;
    bottom: 0;
    margin: 0;
    width: 100%;
    list-style: none outside;
    }
	
   .subNav li {
        float: left;
        margin: 0px;
        padding: 0px;
		background-color: white;
    }

			
			.subNav li a {
            text-decoration: none;
            color: #565656;
			padding: 15px 16px;
            font-size: 16px;
			display: block;
        }

        .subNav .container {
            margin-top: 4px;
        }
		
		.subNav li a.active, .subNav li a:hover {
		background: #ef412f;
		text-shadow: none;
		color: #fff;
		border: 0px;
		}
		
		.subNav li a .dropdown.open a {
		
		}
		
		.subNav li a .dropdown.open a:hover, .subNav li a .dropdown.open a {
		border-bottom: 0px;
		}
				
		
		.subNav li:first-child > a.active {
		background: #ef412f;
		text-shadow: none;
		color: #fff;
		border-radius: 4px 0px 0px 0px;
		}
		
		.subNav li:last-child > a.active {
		background: #ef412f;
		text-shadow: none;
		color: #fff;
		border-radius: 0px 4px 0px 0px;
		}


		.subNav li:first-child {
			border-radius: 4px 0px 0px 0px;
		}
		
			.subNav li:first-child > a:hover {
				border-radius: 4px 0px 0px 0px;
			}
			
		.subNav li:last-child {
			border-radius: 0px 4px 0px 0px;
		}
		
			.subNav li:last-child > a:hover {
				border-radius: 0px 4px 0px 0px;
			}
			
		/* //////////////////////////////////////// */



/*/////////////////////////////////////////////////////////////////////////*/

/* INPUTS
----------------------------------------------------------*/
input[type="submit"], input[type="button"], .button, a.button, a.button {
    background: #E8E8E8;
    font-size: 1em;
    border: 1px solid #b7b7b7;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #444;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
    text-shadow: NONE;
    cursor: pointer;
    margin-bottom: 1.25em;
    line-height: normal;
    padding: .5em .8em;
    box-shadow: none;
    outline: none;
}

    input[type="submit"]:hover, input[type="button"]:hover, .button:hover, a.button:hover {
        border: 1px solid #888888;
        color: #444;
        background: #E8E8E8;
    }

    input[type="submit"]:active, input[type="button"]:active, .button:active, a.button:active {
        background: #E8E8E8;
        position: relative;
        top: 1px;
    }

    /*GREY BUTTON*/
    input[type="submit"].btnGrey, input[type="button"].btnGrey, a.btnGrey, .btnGrey {
        background: #b7b7b7;
        border: 1px solid #888888;
        border-top: 1px solid #b7b7b7;
        border-left: 1px solid #b7b7b7;
    }

        input[type="submit"].btnGrey:hover, input[type="button"].btnGrey:hover, .btnGrey:hover, a.btnGrey:hover {
            border: 1px solid #7a7878;
            background: #b7b7b7;
        }
    /*GREEN BTN*/
    input[type="submit"].btnGreen, input[type="button"].btnGreen, a.btnGreen, .btnGreen {
        color: #fff !important;
        background: #007a3e;
        border: 1px solid #002e20;
        border-top: 1px solid #018661;
        border-left: 1px solid #018661;
    }

        input[type="submit"].btnGreen:hover, input[type="button"].btnGreen:hover, .btnGreen:hover, a.btnGreen:hover {
            border: 1px solid #002e20;
            background: #024b37;
            color: #fff !important;
        }
    /*ORANGE BTN*/
    input[type="submit"].btnOrange, input[type="button"].btnOrange, a.btnOrange, .btnOrange {
        color: #fff !important;
        background: #ef412f;
        border: 1px solid #9a2a1e;
        border-top: 1px solid #ff6050;
        border-left: 1px solid #ff6050;
    }

        input[type="submit"].btnOrange:hover, input[type="button"].btnOrange:hover, .btnOrange:hover, a.btnOrange:hover {
            color: #fff !important;
            border: 1px solid #9a2a1e;
            background: #cb3a2b;
        }

/*CONTROLS*/

    .rt-image-description.rt-hover1 {
        background: #62a0d1;
		display: none;
    }

    .rt-image-description.rt-hover2 {
        background: #df212a;
		display: none;
    }

    .rt-image-description.rt-hover3 {
        background-color: rgba(98,160,209,0.6);
        background-image: -moz-linear-gradient(left,rgba(98,160,209,0.6),rgba(98,160,209,0.6));
        background-image: -webkit-gradient(linear,0 0,100% 0,from(rgba(98,160,209,0.6)),to(rgba(98,160,209,0.6)));
        background-image: -webkit-linear-gradient(left,rgba(98,160,209,0.6),rgba(98,160,209,0.6));
        background-image: -o-linear-gradient(left,rgba(98,160,209,0.6),rgba(98,160,209,0.6));
        background-image: linear-gradient(to right,rgba(98,160,209,0.6),rgba(98,160,209,0.6));
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b7dfc', endColorstr='#cc1b7dfc', GradientType=1);
        background-repeat: repeat;
		display: none;
    }

    .rt-image-description.rt-hover4 {
        background-color: rgba(1,88,64,0.3);
        background-image: -moz-linear-gradient(left,rgba(1,88,64,0.3),rgba(1,88,64,0.3));
        background-image: -webkit-gradient( linear,0 0,100% 0,from(rgba(1,88,64,0.3)),to(rgba(1,88,64,0.3)));
        background-image: -webkit-linear-gradient(left,rgba(1,88,64,0.3),rgba(1,88,64,0.3));
        background-image: -o-linear-gradient(left,rgba(1,88,64,0.3),rgba(1,88,64,0.3));
        background-image: linear-gradient(to right,rgba(1,88,64,0.3),rgba(1,88,64,0.3));
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce52d47', endColorstr='#cce52d47', GradientType=1);
        background-repeat: repeat;
		display: none;
    }

.featured {
color: #007a3e;
}

.featured a {
color: #007a3e;
}

.featured .article-block .tag {
            color: #5c5c5c;}

.featured .article-block .tag.featured{
            background:#007a3e; color:#fff;}
			
	
.article-block {margin:0}
        .article-block .tag.featured{
            background:#ef412f; color:#fff;}
			
.article.article-mini .fa.fa-pencil:before {
	content: "\f0f5";
}

.article.article-mini .fa {
	margin-right: 5px;
}

.article.article-mini .glyphicon {
	margin-right: 1px;
}

.article-single-view  .date{display:none}
.article-single-view .fa.fa-pencil:before{content:'\f0f5';}
.article-single-view .fa:after{
	content:'';
}
.article-single-view  a:hover{
color: #bb392c;
text-decoration: none;
}

.article-single-view .caption {
	padding: 15px 0;
	font-size: .9em;
	margin-bottom: -15px;
}

.article-single-view .blurb-author {
color:#5c5c5c;
}

.article-single-view h2 {
font-size: 2em;
margin: 10px 0 20px 0;
}

.article h3,
.media-block h3 {
        font-size: 16px;
    }

/*CUSTOM BUTTONS */

.btn-recipes {
        background: #007a3e;
        color: #fff;
		}

		.btn-recipes:hover{
        color: #E7E7E7;
		}		
		
		.btn-recipes:visited {
		color: #E7E7E7;
		}
		

/* NAVIGATION   
----------------------------------------------------------*/
.header .col {
    margin-bottom: 0;
    padding-bottom: 0;
}

.navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: -3px;
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border: none;
    box-shadow: none;
    -webkit-overflow-scrolling: touch;
}

.navbar-default .navbar-brand {
    color: #007a3e;
    text-decoration: none;
}

    .navbar-default .navbar-brand:hover {
        color: #007a3e;
        background: #e5e5e5;
        text-decoration: none;
        border-bottom: 3px solid#007a3e;
    }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-default .navbar-nav > li > a {
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    color: #007a3e;
}

    .navbar-default .navbar-nav > li > a:hover,
    .dropdown.open > a,
    .dropdown.open > a:hover {
        text-decoration: none;
        background: #e5e5e5;
        border-bottom: 3px solid#007a3e;
        color: #007a3e;
        border-color: #007a3e;
    }

.dropdown.open a {
    text-decoration: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #007a3e;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    text-decoration: none;
    color: #007a3e;
    background: white;
    border-bottom: 3px solid#007a3e;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-menu > li > a {
width: 340px;
border-radius: 0px!important;
border-bottom: none;
}

.navbar-nav .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
width: 100%;
}

/*
.subNav .container{position:relative}
.subNav {
    margin: 0px;
    position: relative;
    max-height: 60px;
}

    .subNav .container {
        background: url(/Styles/Images/transWhite50.png);
        padding-top: 1em;
        margin-top: 4px;
    }

    .subNav ul {
        padding: 2em 2em 0 2em;
        bottom: 0;
        margin: 0;
        width: 100%;
    }

    .subNav li {
        float: left;
        margin: 0px;
        padding: 0px;
    }

        .subNav li a {
            text-decoration: none;
            display: block;
            padding: 1em 2em;
            color: #fff;
            text-shadow: 2px 2px 2px #333;
            text-transform: uppercase;
            font-size: 1.2em;
        }

            .subNav li a.active, .subNav li a:hover {
                background: #fff;
                text-shadow: none;
                color: #ef412f;
            }*/

.carousel.banner {
    position: relative;
    background: #007a3e;
    overflow: hidden;
}

    .carousel.banner .container {
        position: relative;
    }

    .carousel.banner .carousel-inner {
        background: #007a3e;
    }

        /*.carousel.banner .carousel-inner .item {
            height: 300px;
        }*/

            .carousel.banner .carousel-inner .item.comp {
                background: #007a3e;
            }

    .carousel.banner .item.comp {
        text-align: center;
    }

    .carousel.banner .carousel-caption {
        left: 0;
        position: absolute;
        text-align: left;
        width: 50%;
        min-width: 600px;
        top: 10%;
        z-index: 5;
        margin-left: 10%;
    }

        .carousel.banner .carousel-caption h2.title {
            font-size: 5em;
            color: #fff;
            text-shadow: 1px 2px 2px #333;
            margin: 0;
            padding: 0px;
            line-height: 1em;
        }

        .carousel.banner .carousel-caption p.blurb {
            text-shadow: 1px 1px 1px #333;
            color: #fff;
            margin: 1em 0;
            padding: 0px;
        }

    .carousel.banner a.carousel-control {
        top: 0;
        position: absolute;
        z-index: 10;
    }

        .carousel.banner a.carousel-control .glyphicon {
            margin-top: -10px;
            left: 50%;
            margin-left: -10px;
        }

    .carousel.banner a.left {
        text-align: center;
        color: #fff;
        display: block;
        position: absolute;
        left: 0;
        width: 35%;
        height: 100%;
    }

    .carousel.banner a.right {
        text-align: center;
        color: #fff;
        display: block;
        position: absolute;
        right: 0;
        width: 35%;
        height: 100%;
    }

    .carousel.banner .mainImage {
    }

.img-header {
    overflow: hidden;
    height: 106px;
    position: absolute;
    width: 100%;
	background-image:url('/UserContent/Images/product-banner2.png');
}
    .img-header img {
        width: 100%;
    }


.dropdown-menu {
min-width: 340px;
}

.img-blocktitle {
    text-align: center;
    text-shadow: 1px 2px 2px #333;
    position: relative;
    display: block;
    border: 1px solid #ccc;
}

    .img-blocktitle:hover {
        border: 1px solid #007a3e;
        text-shadow: 1px 2px 2px #000;
    }

     .home-page-comp img {
         margin: 3px 0px;
     }

        .home-page-comp img:hover {
        border: 3px solid #007a3e;
        margin: 0px;
    }

    .img-blocktitle .label {
        text-align: center;
        color: #fff;
        position: absolute;
        font-weight: 400;
        font-family: "Open Sans", Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
        font-size: 2.0em;
        margin: 0px;
        width: 100%;
    }
	
.product-blocktitle {
    text-align: center;
    text-shadow: 1px 2px 2px #333;
    position: relative;
    display: block;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(198, 198, 198);
	border-bottom-width: 2px;
}

    .product-blocktitle a:hover {
        text-shadow: 1px 2px 2px #000;
    }

    .product-blocktitle .label {
        text-align: center;
        color: #fff;
        position: absolute;
        font-weight: 400;
        font-family: "Open Sans", Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
        font-size: 2.0em;
        margin: 0px;
        width: 100%;
    }
	

.parallax-wrapper {
    overflow: hidden;
    position: relative;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.footer {
    border-top: 3px solid #ef412f;
    background: #0a3a2c url(Images/footer-bg.jpg) center top;
    color: #fff;
    font-size: 0.9em;
    text-transform: capitalize;
    text-transform: uppercase;
}

    .footer h3, .footer a {
        color: #fff;
        margin: 0px;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }
    /*.footer h3{font-size:1.2em;}*/
    .footer hr {
        color: #fff;
        margin: 0.5em 0;
    }

    .footer ul {
        margin: 0px;
        padding: 0;
    }

        .footer ul li {
            margin-bottom: 1.5em;
            list-style: none;
        }

footer a:hover {
    text-decoration: underline;
}

.social-footer td * {
    vertical-align: baseline;
}


/*STICKY FOOTER*/
html, body, form {
  height: 100%;
}
    .page-wrap {
        min-height: 100%;
      /* equal to footer height */
      margin-bottom: -87px ; 
    }
    .footer, .page-wrap:after {
        height: 87px;
        }
    .page-wrap:after {
      content: "";
      display: block;
    }
  


/* OVERIDING BOOTSTRAP */

.home-banner.container {
    padding-right: 0px;
    padding-left: 0px;
}


/* TABLES 
----------------------------------------------------------*/
table {
    border-spacing: 0px;
}

    table td {
    }


/*INPUT FIELDS*/


/*CUSTOM GRID TABLES*/
.tableGrid {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 10px;
}

    .tableGrid.centerAlign {
        text-align: center;
    }

    .tableGrid tr:nth-child(odd) {
        background-color: #eaeaea;
    }

    .tableGrid tr:nth-child(even) {
        background-color: #eee;
    }

    .tableGrid tr:nth-child(odd):hover {
        background-color: #ccc;
    }

    .tableGrid tr:nth-child(even):hover {
        background-color: #ccc;
    }

    .tableGrid th {
        background-color: #333;
        padding: 15px 10px;
        font-weight: normal;
        color: #fff;
        font-size: 14px;
        border-right: 1px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .tableGrid td {
        vertical-align: top;
        padding: 5px;
        color: #323232;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

        .tableGrid td:last-child {
            border-right: none;
        }

        .tableGrid td .protable {
            font-size: 80%;
        }

    .tableGrid th:first-child {
        border-left: none;
    }

    .tableGrid th:last-child {
        border-right: none;
        -moz-border-radius-topright: 10px;
        -webkit-border-top-right-radius: 10px;
        border-top-right-radius: 10px;
    }

.tableGridable tr:first-child th:last-child {
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.tableGrid tr:first-child th:first-child {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}

.tableGrid tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tableGrid tr:last-child td:last-child {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*TELERIK*/
.rgNoRecords td {
    padding: 3px 7px;
}

.RadGrid_Default, .RadGrid_Default .rgMasterTable, .RadGrid_Default .rgDetailTable, .RadGrid_Default .rgGroupPanel table, .RadGrid_Default .rgCommandRow table, .RadGrid_Default .rgEditForm table, .RadGrid_Default .rgPager table, .GridToolTip_Default {
    font: inherit !important;
}

.EmploymentFields input {
    margin-right: 5px;
}

.rgMasterTable tbody td {
    font-size: 0.85em;
    white-space: nowrap;
}

/*EXTRAS*/
::selection, ::-moz-selection, ::-webkit-selection {
    background: #333;
    color: #fff;
}

.rotate {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotate(3deg);
    -ms-transform: rotate(3deg); /* IE 9 */
    -moz-transform: rotate(3deg); /* Firefox */
    -webkit-transform: rotate(3deg); /* Safari and Chrome */
    -o-transform: rotate(3deg); /* Opera */
}

.gradient {
    background: #efefef;
    background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
}

/* RESPONSIVE CSS
-------------------------------------------------- */

/* Landscape phone to portrait tablet */
@media (max-width:767px) {



    .social-footer {
        float: left;
    }

        .social-footer table {
            margin-left: 10px;
        }

    header {
        border-bottom: none;
    }
    header   .shareprice.txt-right {text-align:center}
    .container {
        background-color: white;
    }

    .mobile-only {
        display: inline-block;
    }

    .no-mobile {
        display: none;
    }

    a.logo {
        padding: 10px;
        display: block;
        width: 300px;
        margin: 0 auto;
    }

        a.logo img {
            max-width: 100%;
            margin: 0 auto;
        }

    .carousel.banner .carousel-caption {
        padding: 0 44px;
        position: relative;
        width: 100%;
        min-width: 100%;
        top: 0;
        margin: 0;
    }

    .carousel.banner .container {
        width: 100%;
    }

    .carousel.banner a.carousel-control {
        top: 0;
        margin-top: 0px;
        position: absolute;
        z-index: 10;
    }

    .carousel.banner a.left {
        text-align: center;
        color: #fff;
        background: #007a3e;
        width: 30px;
        height: 100%;
        margin-left: 15px;
    }

    .carousel.banner a.right {
        text-align: center;
        color: #fff;
        background: #007a3e;
        width: 30px;
        height: 100%;
        margin-right: 15px;
    }

    .navbar-nav {
        margin: 0 -15px;
        padding-bottom: 10px;
    }

        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: #fff;
            border: 0;
            box-shadow: none;
            padding-top: 0px;
            padding-bottom: 15px;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ef412f;
        background-color: #ffffff;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus {
        background-color: #106D52;
    }

    .navbar-default {
    background-color: #007a3e;
    margin-top: 10px!important;
    }

        .navbar-default .navbar-nav li a,
        .navbar-default .navbar-nav a,
        .navbar-default .navbar-nav li a:hover,
        .navbar-default .navbar-nav li.active a,
        .navbar-default .navbar-nav li.active a:hover
            {
            text-decoration: none;
            color: #fff;
            background: #007a3e;
            border: none;
        }

            .navbar-default .navbar-nav li a:active,
            .navbar-default .navbar-nav li.active a:active {
                text-decoration: none;
                color: #555555;
                background: #ffffff;
                border: none;
            }

        .navbar-default .navbar-brand:hover {
            color: #FFFFFF;
            background: #007a3e;
        }

        .navbar-default .navbar-nav .open a, .navbar-default .navbar-nav .open a:hover, .navbar-default .navbar-nav .open > a:focus {
            color: #555555;
            border: none;
            background-color: #fff;
        }

        .navbar-default .navbar-brand {
            color: #FFFFFF;
            text-decoration: none;
        }

            .navbar-default .navbar-brand:hover {
                text-decoration: none;
                border-bottom: none;
                background-color: none;
            }

    .subNav .container {
        margin-top: 4px;
        display: none;
    }

    header h2 {
        text-align: center;
    }

    .userNav {
        display: table;
        width: 100%;
        margin: 10px 0;
    }

        .userNav li {
            float: none;
            display: table-cell;
            margin: 5px 0px;
            padding: 10px;
            text-align: center;
        }

            .userNav li:first-child {
                text-align: left;
                margin: 0px 0px 5px 0px;
                padding: 5px 10px 10px 0px;
            }

    .breadcrumb {
        padding: 8px 15px;
        margin-right: 0px;
        margin-bottom: 0px;
    }



    .img-blocktitle {
        text-align: center;
        text-shadow: none;
        position: relative;
        display: block;
        height: auto;
    }

    .img-blocktitle {
    border: 0px;
    }

    .img-blocktitle:hover {
    border: 0px;
    }

    .img-blocktitle:hover {
    border: 0px;
    text-shadow: 0px;
    }

        .img-blocktitle a {
            text-decoration: none;
        }

        .img-blocktitle:hover {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .img-blocktitle .label {
        color: #fff;
        padding: 10px;
        position: relative;
        padding: 10px;
        font-weight: 400;
        font-size: 1.5em;
        margin: 0px;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 0em;
        display: block;
        }

        .img-blocktitle:hover .label {
            color: #ccc;
        }

    .btn-recipes {
        background: #007a3e;
        color: #fff;
        width: 100%;
        margin-bottom: 10px;
    }

    .product-mobile h3 {
        margin-bottom: 10px;
    }

    .product-mobile .product-blocktitle {
        text-align: center;
        text-shadow: none;
        position: relative;
        display: initial;
        border-style: none;
    }

        .product-mobile .product-blocktitle img {
            display: none;
        }

        .product-mobile .product-blocktitle .label {
            color: #007a3e;
            position: static;
        }

    .product-blocktitle .label {
        padding: 0px;
    }
    /*sticky cancel*/
        .page-wrap {
            min-height: 100%;
            margin-bottom: 0px;
        }
        .footer, .page-wrap:after {
            height: auto;
        }
    .footer .container {
        background-color: transparent;
        padding-right: 15px;
        padding-left: 15px;
    }

    .pull-right {
        float: none;
    }

    .pull-left {
        float: none;
    }

    .navbar-nav li a:hover,
    .navbar-nav li:hover,
    .navbar-nav li.dropdown a:hover, 
    .navbar-default .navbar-nav li.active a:hover {
        background-color: #fff;
        color: #777777;
    }

}

		
/* Landscape phone to portrait tablet */
@media (min-width:768px) {



}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Large desktop */
@media (min-width:1200px) {
}

/*newsletter-related styles*/
.flex-parent {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    flex: 1 1 auto;
    align-items: center;
}

.article-content .flex-item {
    flex: 1 1 45rem;
    padding: 0 2em;
}

@media (min-width: 992px) {
    .article-content .flex-parent .flex-item.image-container {
        min-height: 450px;
    }
}

@media (max-width: 991px) {
    .flex-parent .flex-item.image-container {
        order: 2;
    }

    .article-content > div:not(.green-container) .flex-parent .flex-item.image-container {
        max-height: 250px;
        overflow: hidden;
        background-image: none !important;
    }

        .article-content > div:not(.green-container) .flex-parent .flex-item.image-container img {
            margin: auto;
            max-height: 350px;
        }
}

.article-single-view .green-container a,
.article-single-view .green-container a:hover,
.article-single-view .green-container a:active {
    color: #ffffff;
}

.green-container {
    background-color: #007a3e;
    text-align: center;
}

    .green-container * {
        color: #ffffff;
    }

    .green-container h2 {
        margin-bottom: 25px;
    }

    .green-container a {
        text-decoration: none;
        border: 2px solid #dfca0e;
        border-radius: 8px;
        padding: 3px 13px;
    }

    .green-container hr {
        background: #ffffff;
        margin: 20px auto;
        width: 75%;
    }

    .green-container .flex-item.image-container {
        padding: 0;
    }

.image-container {
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.newsletter-footer {
    margin-top: 25px;
    text-align: center;
    background: #05693f;
    padding: 10px;
}

    .newsletter-footer a {
        margin: 20px;
    }