@font-face {
    font-family: Gotham;
    src: url(/Content/CHFC/fonts/Gotham-Medium.otf) format("otf"), url(/Content/CHFC/fonts/Gotham-Medium.ttf) format("ttf"), url(/Content/CHFC/fonts/Gotham-Medium.woff) format("woff"), url(/Content/CHFC/fonts/Gotham-Medium.woff2) format("woff2");
}

@font-face {
    font-family: GothamBold;
    src: url(/Content/CHFC/fonts/Gotham-Bold.otf) format("otf"), url(/Content/CHFC/fonts/Gotham-Bold.ttf) format("ttf"), url(/Content/CHFC/fonts/Gotham-Bold.woff) format("woff"), url(/Content/CHFC/fonts/Gotham-Bold.woff2) format("woff2");
}

@font-face {
    font-family: GothamRoundMed;
    src: url(/Content/CHFC/fonts/GothamRounded-Medium.otf) format("otf"), url(/Content/CHFC/fonts/GothamRounded-Medium.ttf) format("ttf"), url(/Content/CHFC/fonts/GothamRounded-Medium.woff) format("woff"), url(/Content/CHFC/fonts/GothamRounded-Medium.woff2) format("woff2");
}

@font-face {
    font-family: GothamRound;
    src: url(/Content/CHFC/fonts/GothamRounded-Book.otf), url(/Content/CHFC/fonts/GothamRounded-Book.ttf), url(/Content/CHFC/fonts/GothamRounded-Book.woff), url(/Content/CHFC/fonts/GothamRounded-Book.woff2);
}

@font-face {
    font-family: Knockout-Flyweight;
    src: url(/Content/CHFC/fonts/Knockout-HTF46-Flyweight.otf), url(/Content/CHFC/fonts/Knockout-HTF46-Flyweight.ttf) format("ttf"), url(/Content/CHFC/fonts/Knockout-HTF46-Flyweight.woff) format("woff"), url(/Content/CHFC/fonts/Knockout-HTF46-Flyweight.woff2) format("woff2");
    font-weight: 400;
}

/* ========================================================================================== 
   GLOBAL
========================================================================================== */
.nm .clearfix::before, .clearfix::after {
    display: table;
    clear: both;
    content: "";
}

.nm main img {
    max-width: 100%;
    height: auto;
}

.nm figcaption {
    display: none;
}

.nm .redBtn {
    line-height: 2.5em;
    padding: 2px 16px 0 16px;
    font-family: 'GothamRound';
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border: none;
    background: #dd251b;
    background: -moz-linear-gradient(top,#dd251b 4%,#a71811 96%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(4%,#dd251b),color-stop(96%,#a71811));
    background: -webkit-linear-gradient(top,#dd251b 4%,#a71811 96%);
    background: -o-linear-gradient(top,#dd251b 4%,#a71811 96%);
    background: -ms-linear-gradient(top,#dd251b 4%,#a71811 96%);
    background: linear-gradient(to bottom,#dd251b 4%,#a71811 96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd251b',endColorstr='#a71811',GradientType=0);
}

.nm .whiteBtn {
    line-height: 2.5em;
    padding: 2px 16px 0 16px;
    font-family: 'GothamRound';
    text-transform: uppercase;
    font-size: 1em;
    text-decoration: none;
    color: #c61c38;
    font-weight: bold;
    border: none;
    background: #fff;
}

.nm .redBtn:hover {
    color: #fff;
    background: #a71811;
}

.nm .redBtn a {
    color: #fff;
    text-decoration: none;
    line-height: 2.5em;
    font-family: 'GothamRound';
    font-size: 1em;
}

.nm .crumbs-social {
    padding-top: 16px;
}

.nm .mainContent {
    margin-top: 5px;
}

.nm a:focus {
    outline: none;
}

.nm a:hover {
    text-decoration: underline;
}

/* ========================================================================================== 
   HOMEPAGE ONLY
========================================================================================== */


@media (min-width: 768px) {
    .home #leftCol.col-md-8 {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }

    .home #righCol.col-md-4 {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
}

body.home #wrapper {
    padding-top: 20px;
}

/*McC is overwriting Bootstrap cols - which should be removed*/

.nm .featuredRecipe .col-4 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0;
}
/* ----- CAROUSEL ---- */

.nm .slideDetails {
    display: block;
    min-height: 80px;
    background-color: #000;
    width: 100%;
    overflow: auto;
    text-align: center;
}

.nm .sliderCopy {
    padding: 20px;
}

.nm .captionTitle {
    font-size: 16px;
    color: #ffe700;
    font-weight: bold;
}

.nm .slideDetails p {
    color: #fff;
    margin: 0;
    padding: 0;
    white-space: normal;
}

.nm .slideDetails button {
}

.flex-control-paging li a.flex-active {
    background: #ce181d;
}

.flex-control-paging li a {
    background: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.75);
    -o-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.75);
}


.flex-direction-nav a {
    opacity: 0.5;
    background-color: #c61c38;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
}

    .flex-direction-nav a::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f053";
        font-size: 20px;
        color: #fff;
        text-shadow: none;
        line-height: 31px;
        padding: 0 2px 0 0;
    }

    .flex-direction-nav a.flex-next::before {
        content: '\f054';
        padding: 0 0 0 2px;
    }

.flex-direction-nav .flex-prev {
    left: 10px;
}

.flex-direction-nav .flex-next {
    right: 10px;
    text-align: center;
}

/* ----- FLEXSLIDER NEW PAGE ---- */

.nm.news .flex-nav-prev, .nm.news .flex-nav-next {
    display: none;
}

.nm.news .flex-control-nav {
    bottom: 10px;
}

.nm.news .flexslider {
    margin: 0 0 20px;
}

/* ----- FEATURED PRODUCT / RECIPE ---- */


.nm .featuredProduct .col-md-4 {
    padding: 0;
}

.nm .featuredProduct img {
    height: 250px;
    width: auto;
}

.nm .featuredRecipe article {
    margin-bottom: 40px;
}

.nm .featuredRecipe, .nm.home .socialLinks {
    text-align: center;
}

    .nm .featuredRecipe a, .nm.home .socialLinks a {
        text-decoration: none;
    }

        .nm .featuredRecipe a.linkUnderline {
            text-decoration: underline;
        }

    .nm .featuredRecipe .nm_heading {
        margin: 0;
    }

    .nm .featuredRecipe h5.nm_heading, .nm .HPNewsletter h5.nm_heading, .nm .HPNews h5.nm_heading, .nm.news .newsList h5 {
        font-family: GothamRoundMed;
        font-size: 16px;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

.nm .HPNews h5.nm_heading {
    font-size: 14px;
    line-height: 1.2em;
}

.nm h5.nm_heading.red {
    color: #c61c38;
    margin-bottom: 2px;
    margin-top: 5px;
}

.nm h6.nm_heading.red {
    font-family: GothamRoundMed;
    text-transform: capitalize;
    font-size: 14px;
    color: #c61c38;
    margin-bottom: 2px;
    margin-top: 0px;
}

.nm h5.nm_heading.black {
    color: #000;
}

.nm .featuredRecipe img {
    margin-bottom: 10px;
}


/* ----- SOCIAL ---- */


.nm.home .socialLinks p {
    display: inline-block;
    font-size: 18px;
    margin-top: 6px;
}

.nm.home .socialLinks ul {
    list-style: none;
    padding: 0;
    margin: 0 10px 0 0;
    display: inline-block;
}

.nm.home .socialLinks li {
    display: inline;
}

.nm.home .socialLinks a {
    display: inline-block;
    padding: 5px;
}

.nm.home .socialLinks img {
    width: 25px;
    height: 25px;
    vertical-align: bottom;
}

.nm.home .socialLinks li:first-child {
    margin-left: 10px;
}


/* ----- NEWS ---- */

.nm.news .newsList a {
    text-decoration: none;
}

    .nm.news .newsList a:hover {
        text-decoration: underline;
    }

.nm .socialLinks, .nm .HPNewsletter {
    border-bottom: 1px solid #efefef;
    margin: 0 0 20px 0;
}

.nm .HPNewsletter {
    padding: 0 105px 20px 0;
    background: url(/Content/CHFC/assets/newsletter.jpg) no-repeat center right;
}

    .nm .HPNewsletter .nm_heading, .nm .HPNews .nm_heading, .nm.news .newsList .nm_heading {
        margin-bottom: 0;
        line-height: 0.9em;
    }

.nm.news .newsList .nm_heading {
    line-height: 1.2em;
}

.nm .HPNews .nm_heading, .nm.news .newsList .nm_heading {
    padding-bottom: 5px;
}

.nm .HPNewsletter p, .nm.news .newsList p {
    margin-bottom: 5px;
}

.nm .HPNews h1 {
    display: inline-block;
}

.nm .HPNews a {
    text-align: right;
    display: block;
}

    .nm .HPNews a.viewAll, .nm.news .newsList a.viewAll {
        padding-top: 30px;
    }

.nm .HPNews p, .nm.news .newsList p {
    margin-bottom: 2px;
}

.nm .HPNews .newsItem, .nm.news .newsItem {
    border-bottom: 1px solid #efefef;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
}

.nm .HPNews div + .newsItem {
    padding-top: 20px;
    border-top: 2px solid #c61c38;
}

.nm.news .newsList {
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}

.nm .HPNews .newsItem time, .nm.news .newsItem time {
    font-size: 0.9em;
    font-family: GothamBold;
}

.nm.news .articleText h3 {
    font-size: 1.1em;
    font-family: GothamBold;
}

.nm .HPNews .newsItem:last-child, .nm.news .newsItem:last-child {
    border-bottom: none;
}

.nm.news .joinNow h3 {
    font-size: 3em;
    font-family: Knockout-Flyweight;
    margin: 0;
}

/* ----- FRENCH AD ---- */

.nm .asideAd {
    background: url(https://d1doqjmisr497k.cloudfront.net/-/media/clubhouse-for-chef/french-side-image/redpepperpfthumb.ashx?vd=20180709T131559Z&amp;hash=9678F72C39F43F5B56105B3802A5576AC5F597FC) no-repeat top center;
    background-size: cover;
    min-height: 450px;
}

    .nm .asideAd div {
        min-height: 450px;
        padding: 75px 35px;
        text-align: center;
        background-color: rgba(0,0,0,0.10);
    }

    .nm .asideAd H3, .nm .asideAd p {
        color: #fff;
        font-size: 75px;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
    }

    .nm .asideAd H3 {
        line-height: 1em;
        margin-bottom: 50px;
    }

    .nm .asideAd p {
        font-size: 20px;
        font-weight: bold;
    }
/* ========================================================================================== 
   SEARCH INPUT - BOOTSTRAP FIX
========================================================================================== */

.nm header .site-search input.searchtext {
    box-sizing: initial;
}
/* ========================================================================================== 
   NAV ISSUES 
========================================================================================== */

/* ======= ISSUES WITH LIVE CSS ======= */

/* on the live site, these two styles are only applying to the last child, not the last two

		.navtop ul li:nth-last-child(-n+2) a, .navtop-no-js ul li:nth-last-child(-n+2) a {
				padding: 0 35px 0 35px;
		}
		.navtop ul li:nth-last-child(-n+2) a {
				border-right: none;
		}
*/

/* I've added these styles to prevent the second last child from being modified in my local code */

.navtop ul li:nth-last-child(2) a, .navtop-no-js ul li:nth-last-child(2) a {
    padding: 0 28px;
}

.navtop ul li:nth-last-child(2) a {
    border-right: 1px solid #f2f2f2;
}
/* ======= NAV BOOTSTRAP FIX ======= */
.nm .navtop {
    box-sizing: initial;
}
/* ========================================================================================== 
   BRANDS
========================================================================================== */

.nm .our-brands {
    padding: 2px 5px;
}

    .nm .our-brands figure {
        display: inline-block;
        vertical-align: top;
    }

    .nm .our-brands ul li:last-child {
        margin-right: 0;
    }
/* ========================================================================================== 
   TYPOGRAPHY
========================================================================================== */

/* ======= NEW FONTS ======= */

.nm #wrapper {
    font-family: 'GothamRound';
    font-size: 1em;
}

.nm .nm_heading {
    font-family: Knockout-Flyweight, sans-serif;
    font-size: 3em;
    color: #c61c38;
    text-transform: uppercase;
}

.nm h1.nm_heading {
    font-size: 4.5em;
    font-weight: 400;
    color: #000;
    line-height: 0.9em;
    margin-bottom: 15px;
}

.nm .cooking-101 h3.nm_heading, .cooking-101 li a {
    color: #fff;
}

.nm .cooking-101 h3.nm_heading {
    font-size: 4.5em;
    font-weight: 100;
}

.nm .cooking-101 ul li {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 400;
}

.nm .cooking-101 ul, ol {
    padding: 0 0 0 15px;
    font-size: 15px;
    font-weight: 100;
}

.nm.news h1.nm_heading {
    color: #c61c38;
}

.nm h4 {
    font-family: GothamRoundMed;
    font-size: 1rem;
}
/* ========================================================================================== 
   PAGE ELEMENTS
========================================================================================== */

.nm .navtop ul li a, .nm .navtop-no-js ul li a {
    font-size: 13px;
}

.home .nm.main {
    margin: 0 20px;
}

.container-fluid.nm.single-recipe {
    margin-top: 20px;
}

.nm #nm-share-bar {
    margin-top: 15px;
}

    .nm #nm-share-bar p {
        float: left;
        font-size: 18px;
        margin-top: 6px;
    }

    .nm #nm-share-bar ul.share-buttons {
        list-style: none;
        padding: 0;
        text-align: center;
    }

        .nm #nm-share-bar ul.share-buttons li a {
            transition: .4s ease-in-out;
        }

            .nm #nm-share-bar ul.share-buttons li a:hover, .nm ul.share-buttons li a:focus {
                opacity: .7;
            }

        .nm #nm-share-bar ul.share-buttons img {
            width: 26px;
            height: 26px;
        }

.nm.recipe_resize_bg {
    padding: 15px;
    width: 100%;
}

.nm.recipeChart, .nm.recipe-instructions, .nm.chefs-tip, .nm.interest, .nm.vid-heading, .nm.search-bottom {
    margin-top: 30px;
}

.nm.vid-container {
    margin-top: 10px;
}

.container-fluid h1.fixMarg {
    margin-left: 6px;
    line-height: 1em;
}

.nm .breadcrumbs-nav .col-md-6:last-child {
    color: #8c8d8f;
}

.nm .breadcrumbs-nav {
    text-align: center;
}

.nm .single-recipe img {
    width: 100%;
    height: auto;
}

button.resize-btn {
    display: inline-block;
    border: none;
    padding: 10px 15px;
    margin: 0;
    text-decoration: none;
    background-color: rgba(141,198,63,1.00);
    color: #ffffff;
    font-family: sans-serif;
    font-size: 0.9rem;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    background-image: url(/Content/CHFC/assets/measure-cup.png);
    background-repeat: no-repeat;
    background-position: 80px center;
    padding-right: 45px;
}

    button.resize-btn:hover, button.resize-btn:focus {
        background-color: rgba(111,167,35,1.00);
    }

.recipe-img {
    padding-left: 5px;
}

.nm .cooking-101 {
    padding: 15px 20px;
    background-color: #ff8b30;
    background-image: url(/Content/CHFC/assets/cook-101.png);
    background-repeat: no-repeat;
    background-position: 180px 18px;
    margin-top: 30px;
}

#lightSlider figcaption {
    visibility: hidden;
    height: 0;
}

#lightSlider {
    clear: both;
}

.search-top div.nm, .search-bottom div.nm {
    padding: 15px 15px;
    margin: 0;
}
/* ======= HIDE ELEMENTS ON SMALL DEVICES ======= */

.nm .search-top, .galleryLrg {
    display: none;
}

/* ======= HOMEPAGE ======= */

.flex-caption {
    width: 96%;
    padding: 2%;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px;
}

/* ======= NEWS PAGE ======= */

.nm #mainNewsImg {
    max-width: 393px;
    margin-bottom: 20px;
    margin-right: 20px;
}

    .nm #mainNewsImg.landscape {
        float: none;
        max-width: 100%;
        margin-right: 0px;
    }



/*.nm .newsFeaturedProduct figure {
	text-align: center;

}
.nm .newsFeaturedProduct figure img {
	max-height: 300px;
	width: inherit;
}
.nm .featuredRecipeChef {
	margin-top: 15px;
}
.nm .newsFeaturedProduct img, .nm .featuredRecipeChef img {
	margin-bottom: 15px;
}*/

.nm .recipes-products a {
    display: block;
    margin: 15px 0 20px 0;
}

.nm .recipes-products {
    max-width: 400px;
    width: initial;
    margin: 0 auto;
}

.nm .topCrumbsSocial .breadcrumbs-nav {
    padding-top: 6px;
}

.nm .topCrumbsSocial .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin: 0;
    float: initial;
    width: initial;
}

.nm #nm-share-bar-sm {
    text-align: center;
    margin-top: 15px;
}

    .nm #nm-share-bar-sm p {
        display: inline-block;
        font-size: 14px;
    }

    .nm #nm-share-bar-sm div.share-buttons {
        display: inline-block;
    }

        .nm #nm-share-bar-sm div.share-buttons a {
            transition: .4s ease-in-out;
            display: inline-block;
            margin: 0 0 0 8px;
        }

            .nm #nm-share-bar-sm div.share-buttons a:hover, .nm #nm-share-bar-sm div.share-buttons a:focus {
                opacity: .7;
            }

        .nm #nm-share-bar-sm div.share-buttons img {
            width: 25px;
            height: 25px;
        }

.nm.news .joinNow {
    background-color: #c61c38;
    padding: 10px;
    color: #fff;
    text-align: center;
}

    .nm.news .joinNow p {
        margin-bottom: 8px;
    }

.nm.news .joinSocial {
    margin-bottom: 20px;
}

.nm .joinSocial #nm-share-bar-sm {
    text-align: center;
    margin: 20px 0;
}

.nm .joinNow h3 {
    text-transform: uppercase;
}
/* ========================================================================================== 
   LIVE CSS STYLES - NOT WORKING LOCALLY
========================================================================================== */

.nm .lang-conversion {
    text-align: right;
    width: 20%;
    position: absolute;
    top: 20px;
    right: 6px;
    padding-right: 2.2em;
}

.nm.recipe_resize_bg .inputTextBox {
    width: 130px;
    margin-right: 10px;
    padding: 5px 15px;
}

.nm.resize-arrow:before {
    content: '';
    display: inline-block;
    float: none;
    margin: 0 10px 0 0;
    width: 10px;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid red;
    border-bottom: 10px solid transparent;
    cursor: default;
    vertical-align: middle;
}
/* ========================================================================================== 
   BOOTSTRAP OVERIDES
========================================================================================== */

.nm a {
    text-decoration: underline;
}

.nm .shadow {
    box-shadow: 0 4px 20px 1px !important;
}

.nm .breadcrumb {
    background-color: initial;
}

.nm h1.heading {
    font-weight: bold;
}

.nm table {
    border-collapse: initial !important;
}

/* ========================================================================================== 
   MEDIA QUERIES
========================================================================================== */


@media only screen and (max-width: 786px) and (min-width: 250px) {
    .nm #breadcrumbs-nav, .main h1.nm_heading {
        width: 100%;
        padding: 0;
    }

    .main h1.nm_heading {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 767px) {
    .nm .full-search #search-box {
        float: none !important;
    }

    .nm.recipe_resize_bg .inputTextBox {
        width: 114px;
    }
}

@media only screen and (max-width: 880px) and (min-width: 767px) {
    .nm .navtop ul li a, .nm .navtop-no-js ul li a {
        padding: 0 19px;
    }
}

@media only screen and (min-width: 881px) {
    .nm .navtop ul li a, .nm .navtop-no-js ul li a {
        padding: 0 24px;
        font-size: 14px;
    }
}

@media screen and (min-width:650px) {
    .nm .full-search #search-box select#Courses, .nm .full-search #search-box select#Themes, .nm .full-search #search-box select#Categories, .nm .full-search #search-box select#Brands {
        width: 100%;
        height: 27px;
        float: none;
        padding: 1px 5px 0 8px !important;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .nm .full-search #search-box input#searchProduct {
        width: 100%;
        float: none;
    }

    .nm.news .joinNow {
        padding: 5px 10px 0px 10px;
    }

        .nm.news .joinNow div {
            display: inline-block;
            width: 70%;
        }

            .nm.news .joinNow div:last-child {
                width: 25%;
                vertical-align: text-bottom;
                margin-bottom: 9px;
            }
}

@media screen and (min-width:768px) {

    .nm .breadcrumbs-nav .col-md-6:last-child {
        text-align: right;
        margin-top: 0px;
        position: relative;
        top: -5px;
    }

    .nm.home #rightCol {
        border-left: 1px solid #efefef;
    }

    .nm .featuredRecipe, .nm .socialLinks {
        text-align: left;
    }

        .nm .featuredRecipe .col-md-5 {
            padding-left: 30px;
            border-left: 1px solid #efefef;
        }

    .nm #leftCol {
        padding-right: 20px;
        border-right: 1px solid #ccc;
    }

    .nm.news .newsItem .newsCopy {
        margin-top: 10px;
    }

    .nm #rightCol {
        padding-left: 20px;
    }
}

@media screen and (min-width:850px) {
    .nm .full-search #search-box select#Courses, .nm .full-search #search-box select#Themes, .nm .full-search #search-box select#Categories, .nm .full-search #search-box select#Brands {
        width: 165px;
        padding: 1px 10px 0 8px !important;
        margin-right: 8px;
        margin-bottom: 10px;
        float: left;
    }

    .nm .full-search #search-box input#searchProduct {
        width: 150px;
        float: left;
    }

    .nm .search-bottom {
        display: none;
    }

    .nm .search-top {
        display: block;
    }

    .nm.recipe_resize_bg .inputTextBox {
        width: 150px;
    }
}

@media screen and (min-width: 992px) {
    .galleryLrg {
        display: inherit;
    }

    .gallerySm {
        display: none;
    }

    .galleryLrg img {
        padding: 6px;
    }

    .nm .sliderCopy {
        float: left;
        width: 75%;
        padding: 20px;
    }

    .nm .slideDetails p {
        text-align: left;
    }

    .nm .slideDetails button {
        float: right;
        margin-top: 20px;
        margin-right: 20px;
    }

    .nm .slideDetails {
        text-align: left;
    }

    .nm #nm-share-bar-sm {
        text-align: right;
        margin-top: 0px;
    }

    .nm .breadcrumbs-nav {
        text-align: left;
    }

    .nm #mainNewsImg {
        float: left;
    }
}

@media screen and (min-width:1023px) {
    .nm #nm-share-bar ul.share-buttons img {
        width: 32px;
        height: 32px;
    }
    /* FIX ISSUE IN SAFARI - Last list item drops below if you leave the L/R padding at 30px */
    .nm .navtop ul li a, .nm .navtop-no-js ul li a {
        padding: 0 32px;
        font-size: 1.2em;
    }

    .nm .navtop ul li:last-child a, .nm .navtop-no-js ul li:last-child a {
        padding: 0 28px;
    }

    .nm .full-search #search-box select#Courses, .nm .full-search #search-box select#Themes, .nm .full-search #search-box select#Categories, .nm .full-search #search-box select#Brands {
        width: 190px;
        padding: 1px 32px 0 8px !important;
        margin-right: 15px;
    }

    .nm .full-search #search-box input#searchProduct {
        width: 165px;
    }

    .nm.news .newsItem .newsCopy {
        margin-top: 0;
    }
}
