﻿/* General Styling */

h1 {
    font-weight: bold;
}

div#searchDescription h1 {
    float: left;
}

h1#success {
    background: url(../images/successIcon.jpg) no-repeat;
    padding: 10px 0 0 56px;
    height: 46px;
    font-size: 1.2em;
}

h1#amberAlert {
    background: url(../images/amberIcon.gif) no-repeat;
    padding: 10px 0 0 56px;
    height: 46px;
    font-size: 1.2em;
}

h1#infoTitle {
    padding-bottom: 20px;
}

h2#searchTitleCountry {
    font-size: 1.2em;
    font-weight: bold;
    width: auto;
    float: left;
}

h2#searchTitleParentCat {
    font-size: 1.2em;
    font-weight: bold;
    width: auto;
    float: left;
}

h2#suggest {
    padding-left: 56px;
}

h2#advertiseSubHeading {
    padding-top: 10px;
    line-height: 1.35em;
}

h2.suggestedCategoryTitle {
    clear: both;
    padding-bottom: 6px;
}

span#searchTitleBracket {
    font-size: 1.2em;
    font-weight: bold;
    width: auto;
    float: left;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

div#container {
    width: 980px;
}

div#intro {
    float: left;
    width: 980px;
    padding: 7px 0 12px 0;
}

    div#intro h1 {
        float: left;
    }

    div#intro p {
        float: right;
        text-align: right;
        margin-top: 3px;
    }

/* End of General Styling */

/* Search Form */
div#searchForm {
    float: left;
    width: 940px;
    background: url(../images/searchBg.png) no-repeat;
    padding: 12px 20px;
}

    div#searchForm fieldset {
        margin: 0;
        padding: 0;
        border: 0;
    }

    div#searchForm ol {
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
    }

    div#searchForm li {
        float: left;
        padding: 0 20px 0 0;
    }

        div#searchForm li.searchButton {
            padding: 0;
        }

        div#searchForm li label {
            display: none;
        }

    div#searchForm select.priceFrom {
        margin-right: 10px;
    }

    div#searchForm input.keywordSearch {
        width: 250px;
    }

/* End of Search Form */

/*Home*/

div#homeLeft {
    float: left;
    width: 750px;
    padding: 0 10px 20px 0;
}

div#homepageCategories {
    float: left;
    width: 750px;
    margin-top: 10px;
}

    div#homepageCategories h2 {
        background: url(../images/franchiseCatListTab.jpg) no-repeat;
        height: 25px;
        padding: 10px 0 0 10px;
        font-weight: bold;
    }

div#categoryLists {
    float: left;
    border: solid 1px #aeb7e0;
    border-top: 0;
    width: 748px;
}

    div#categoryLists ul {
        float: left;
        width: 235px;
        margin: 10px 0 0 10px;
        list-style-type: none;
        padding: 0;
    }

    div#categoryLists li {
        line-height: 1.2em;
        margin: 0 0 8px 0;
        padding: 0 0 0 7px;
        background-image: url(../images/arrowBullet.gif);
        background-repeat: no-repeat;
        background-position: 0 4px;
        font-size: 0.9em;
    }

        div#categoryLists li#allCatsLink {
            line-height: 1.2em;
            margin: 0 0 8px 0;
            padding: 0 0 0 7px;
            background: none;
            font-size: 0.9em;
        }

        div#categoryLists li span {
            font-size: .9em;
            color: #565656;
        }

    div#categoryLists h4 {
        float: right;
        clear: both;
        text-align: right;
        margin: 0 10px 10px 0;
    }

/*Special Offers*/

div#homeLeft div#specialOffers {
    float: left;
    width: 730px;
    margin-top: 10px;
    clear: both;
    border-radius: 5px;
    background: #1abb7b; /* Old browsers */
    background: -moz-linear-gradient(top, #1abb7b 0%, #00a563 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1abb7b), color-stop(100%,#00a563)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1abb7b 0%,#00a563 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1abb7b 0%,#00a563 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1abb7b 0%,#00a563 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1abb7b 0%,#00a563 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abb7b', endColorstr='#00a563',GradientType=0 ); /* IE6-9 */
    padding: 10px;
    box-shadow: 2px 2px 10px #00673e;
}

    div#homeLeft div#specialOffers h2 {
        color: #ffffff;
        font-size: 1.2em;
        float: left;
        line-height: 1.7em;
    }

    div#homeLeft div#specialOffers a {
        float: right;
        color: #00a563;
        font-weight: bold;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
        border-radius: 3px;
        border: 1px solid #dddddd;
        padding: 5px;
    }

        div#homeLeft div#specialOffers a:hover {
            text-decoration: none;
            background: #dddddd; /* Old browsers */
            background: -moz-linear-gradient(top, #dddddd 2%, #f7f7f7 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#dddddd), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #dddddd 2%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #dddddd 2%,#f7f7f7 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #dddddd 2%,#f7f7f7 100%); /* IE10+ */
            background: linear-gradient(to bottom, #dddddd 2%,#f7f7f7 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
        }

/*End of Special Offers*/

/*Franchise Show Promo on Homepage*/


#franchise-show-promo {
    background-color: #114994;
    display: inline-block;
    width: 980px;
    margin: 10px 0;
    box-sizing: border-box;
    padding: 5px;
}

    #franchise-show-promo a:hover {
        text-decoration: none;
    }

#franchise-show-logo {
    float: left;
    margin-top: 3px;
}


#franchise-show-promo h2 {
    color: #114994;
    vertical-align: top;
    font-size: 1.8em;
    font-weight: normal;
    margin-left: 150px;
    margin-bottom: 5px;
}

#franchise-show-promo p {
    margin: 0;
    color: #EF3E34;
    margin-left: 150px;
    font-size: 1em;
}

#franchise-show-promo span {
    float: right;
    color: #fff;
    background-color: #EF3E34;
    padding: 10px;
    margin-top: 8px;
}

#franchise-show-promo #inner-content {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 2%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 2%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 2%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 2%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 2%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    padding: 10px;
    position: relative;
    box-sizing: border-box;
}

/*End of Franchise Show Promo*/


/*Franchise Show Promo on Confirm Page*/

#franchise-show-box {
    background-color: #114994;
    display: inline-block;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 5px;
    box-sizing: border-box;
}

    #franchise-show-box a:hover {
        text-decoration: none;
    }

    #franchise-show-box h2 {
        color: #114994;
        vertical-align: top;
        font-size: 1.8em;
        font-weight: normal;
        margin-left: 150px;
        margin-bottom: 5px;
    }

    #franchise-show-box p {
        margin: 0;
        color: #EF3E34;
        margin-left: 150px;
        font-size: 1em;
    }

    #franchise-show-box span {
        float: right;
        color: #fff;
        background-color: #EF3E34;
        padding: 10px;
        margin-top: 8px;
    }

    #franchise-show-box #inner-content {
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 2%, #eeeeee 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 2%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 2%,#eeeeee 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 2%,#eeeeee 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 2%,#eeeeee 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
        padding: 10px;
        position: relative;
        box-sizing: border-box;
    }


/*End of Franchise Show Promo on Confirm Page*/

div#hotFranchises {
    float: left;
    width: 750px;
    margin-top: 10px;
}

    div#hotFranchises h2 {
        background: url(../images/blueGradientHeadingBG.jpg) repeat-x;
        padding: 6px 0 6px 10px;
        width: 740px;
        font-weight: bold;
        color: #ffffff;
    }

div#hotFranchisesList {
    background-color: #e3e6f4;
    background-image: url(../images/blueShadowBG.png);
    background-repeat: repeat-x;
    width: 748px;
    border: solid 1px #6e7dbc;
}

    div#hotFranchisesList ul {
        margin: 20px 0;
        text-align: center;
        padding: 0;
    }

    div#hotFranchisesList li {
        display: inline;
        margin: 0 10px;
    }

        div#hotFranchisesList li a img {
            border: solid 1px #050296;
        }

            div#hotFranchisesList li a img:hover {
                border: solid 1px #ff9900;
            }

div#homepageBlogs {
    float: left;
    margin: 10px 0 0 0;
}

    div#homepageBlogs h2 {
        background: url(../images/blogTop.png) no-repeat #e5e8f5;
        border-bottom: solid 1px #adb6df;
        color: #394a94;
        padding: 8px;
        width: 734px;
        font-weight: bold;
    }

div#blogList {
    background: url(../images/blogBG.jpg) repeat-x;
    padding: 0 10px;
}

    div#blogList dt {
        font-size: 0.9em;
        padding: 10px 0 3px 0;
    }

    div#blogList dd {
        font-size: 0.8em;
    }

div#adsRight {
    float: left;
    width: 220px;
}

div#spotlights {
    float: left;
    margin: 10px 0 0 0;
}

div#nfePromotion {
    margin-top: 10px;
    float: right;
}

/*carousel*/

div#adsRight div#spotlights {
    width: 218px;
    padding: 0 0 10px 0;
}

    div#adsRight div#spotlights div.content {
        width: 208px;
        border: solid 1px #e3e6f4;
        background: none;
        margin: 0;
        padding: 20px 5px 10px 5px;
    }

div#adsRight div.ukspotlights {
    margin-top: 20px;
}

div#spotlights h4 {
    width: 210px;
    background: url(../images/sideHeading.png) repeat-x;
    padding: 5px 5px;
    font-weight: bold;
    color: #ffffff;
}

div#spotlights div#firstSpot {
    border-bottom: 1px solid #e3e6f4;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

div#spotlights h5 {
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

div#spotlights img {
    border: 1px solid #e3e6f4;
    width: 150px;
    display: block;
    margin: 0 auto;
}

div#spotlights p {
    font-size: 0.7em;
    color: #666666;
}

div#adsRight div#videoFP {
    float: left;
    margin-bottom: 10px;
}

    div#adsRight div#videoFP h4 {
        width: 210px;
        background: url(../images/sideHeading.png) repeat-x;
        padding: 7px 5px;
        font-weight: bold;
        color: #ffffff;
    }

    div#adsRight div#videoFP div.content {
        width: 208px;
        border: solid 1px #e3e6f4;
        background: none;
        margin: 0;
        padding: 20px 5px 10px 5px;
    }

        div#adsRight div#videoFP div.content img {
            margin-left: 11px;
        }

div#adsRight div#fsVideo {
    float: left;
}

    div#adsRight div#fsVideo h4 {
        width: 210px;
        background: url(../images/sideHeading.png) repeat-x;
        padding: 7px 5px;
        font-weight: bold;
        color: #ffffff;
    }

    div#adsRight div#fsVideo div.content {
        width: 208px;
        border: solid 1px #e3e6f4;
        background: none;
        margin: 0;
        padding: 0 5px 10px 5px;
    }

        div#adsRight div#fsVideo div.content img {
            margin-left: 11px;
        }

div#additionalResources {
    float: left;
    margin: 10px 0 0 0;
}

    div#additionalResources div#masterFranchise {
        float: left;
        margin-right: 12px;
        margin-bottom: 10px;
        padding: 0;
        width: 242px;
    }

        div#additionalResources div#masterFranchise h4 {
            background: url(../images/masterTitleBG.jpg) no-repeat;
            padding: 9px 0 9px 10px;
            color: #ffffff;
        }

    div#additionalResources div#events {
        float: left;
        margin-right: 12px;
        margin-bottom: 10px;
        padding: 0;
        width: 242px;
    }

        div#additionalResources div#events h4 {
            background: url(../images/globalTitleBG.jpg) no-repeat;
            padding: 9px 0 9px 10px;
            color: #ffffff;
        }

    div#additionalResources div#seminar {
        float: left;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0;
        width: 242px;
    }

        div#additionalResources div#seminar h4 {
            background: url(../images/globalTitleBG.jpg) no-repeat;
            padding: 9px 0 9px 10px;
            color: #ffffff;
        }

        div#additionalResources div#seminar .content {
            height: 180px;
        }

    div#additionalResources p.eventLogo {
        text-align: center;
        padding-top: 10px;
    }

        div#additionalResources p.eventLogo img {
            margin-top: 15px;
            margin-bottom: 25px;
        }

    div#additionalResources div#advertiseFP {
        float: left;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0;
        width: 242px;
    }

        div#additionalResources div#advertiseFP h4 {
            background: url(../images/advertiseTitleBG.jpg) no-repeat;
            padding: 9px 0 9px 10px;
            color: #ffffff;
        }

    div#additionalResources div.adResHeader {
        background: url(../images/adResPlainBG.jpg) no-repeat;
        padding: 9px 10px;
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
        height: 15px;
        background: -moz-linear-gradient(center top, #4a5994, #aeb6e4) repeat scroll 0 0 #4a5994;
        background: -webkit-gradient(linear, center bottom, center top, from(#aeb6e4), to(#4a5994));
        background: -ms-linear-gradient(top, #4a5994 0%,#aeb6e4 100%);
    }

        div#additionalResources div.adResHeader h4 {
            color: #ffffff;
        }

    div#additionalResources .adResImg {
        text-align: center;
        padding: 10px 0;
    }

    div#additionalResources div#fsSam {
        float: left;
        margin-right: 12px;
        padding: 0;
        width: 242px;
    }

        div#additionalResources div#fsSam .content {
            height: 180px;
        }

    div#additionalResources div#vlogs {
        float: left;
        margin-right: 12px;
        padding: 0;
        width: 242px;
    }

        div#additionalResources div#vlogs .content {
            height: 180px;
        }

        div#additionalResources div#vlogs img {
            margin-top: 15px;
            margin-bottom: 20px;
        }

    div#additionalResources div#moreEvents {
        float: left;
        margin-right: 12px;
        padding: 0;
        width: 242px;
    }

        div#additionalResources div#moreEvents .content {
            height: 100px;
        }

        div#additionalResources div#moreEvents img {
            margin-bottom: 30px;
        }

    div#additionalResources div.content {
        border: solid 1px #adb6df;
        width: 230px;
        height: 100px;
        padding: 5px 5px 8px 5px;
    }

        div#additionalResources div.content p {
            margin: 0;
        }

            div#additionalResources div.content p.link {
                margin: 20px 0 0 0;
                font-weight: bold;
            }

div#franchisePromosRight {
    margin-bottom: 10px;
    float: left;
}

    div#franchisePromosRight div.franchisePromoRight {
        float: left;
        width: 220px;
        margin: 0 12px 0 0;
        padding: 0;
        height: auto;
    }

    div#franchisePromosRight div.franchisePromoRightLast {
        float: left;
        width: 220px;
        margin: 10px 0 0 0;
        padding: 0;
        height: 148px;
    }

    div#franchisePromosRight ul {
        margin: 0;
        padding: 0;
        list-style: none;
        height: 115px;
    }

        div#franchisePromosRight ul.gfePromo {
            margin: 0;
            padding: 0;
            list-style: none;
            height: auto;
        }

    div#franchisePromosRight li {
        margin: 0;
        padding: 8px;
        border-left: solid 1px #ADB6DF;
        border-right: solid 1px #ADB6DF;
    }

        div#franchisePromosRight li.promoLink {
            border-bottom: solid 1px #ADB6DF;
        }

/* End of Home */

/*Search*/

div#leftHand {
    float: left;
    width: 218px;
    margin: 10px 10px 0 0;
}

div#main {
    float: left;
    width: 750px;
    margin: 10px 0 0 0;
}

#mainWide {
    float: left;
    width: 980px;
    margin: 20px 0 20px 0;
}

div.requestListDiv {
    width: 218px;
    float: left;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}

    div.requestListDiv h4 {
        width: 211px;
        background: url(../images/categoryListTab.jpg) no-repeat;
        padding: 7px 0 7px 7px;
        font-weight: bold;
    }

    div.requestListDiv fieldset {
        width: auto;
        border: none;
        padding: 0;
        margin: 0;
    }

    div.requestListDiv div.requestListCont {
        width: 211px;
        border: solid 1px #B0B5DB;
        background: none;
        margin: 0;
        padding: 5px 0 0 5px;
    }

        div.requestListDiv div.requestListCont h5 {
            padding: 10px 0 10px 0;
        }

    div.requestListDiv ol.requestListOL {
        width: 211px;
        clear: left;
        float: left;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        div.requestListDiv ol.requestListOL li {
            clear: left;
            float: left;
            padding-bottom: 4px;
            padding-top: 4px;
            width: 100%;
        }

            div.requestListDiv ol.requestListOL li a.requestListRemove {
                background: url(../images/common/reqListRemove.gif) no-repeat;
                padding-left: 24px;
                float: left;
                padding-bottom: 4px;
                width: auto;
                margin: 0;
                height: 24px;
            }

                div.requestListDiv ol.requestListOL li a.requestListRemove span {
                    position: absolute;
                    top: -9999px;
                }

    div.requestListDiv div.requestListLeftSide {
        width: 20px;
        float: left;
        display: inline;
    }

    div.requestListDiv div.requestListRightSide {
        float: left;
        width: 185px;
        display: inline;
    }

    div.requestListDiv h5 {
        clear: both;
        text-align: center;
        font-size: 12px;
    }

a.requestListLinkAdd {
    background: url(../images/common/reqListAdd.gif) no-repeat;
    padding-left: 24px;
    float: left;
    padding-bottom: 4px;
    padding-top: 3px;
}

a.requestListLinkRemove {
    background: url(../images/common/reqListRemove.gif) no-repeat;
    padding-left: 24px;
    float: left;
    padding-bottom: 4px;
    padding-top: 3px;
}

div#browseLinks {
    width: 218px;
    float: left;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}

    div#browseLinks h4 {
        width: 211px;
        background: url(../images/categoryListTab.jpg) no-repeat;
        padding: 7px 0 7px 7px;
        font-weight: bold;
    }

    div#browseLinks ul.catList {
        width: 216px;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

        div#browseLinks ul.catList li {
            margin: 0;
            padding: 4px 0 4px 10px;
        }

            div#browseLinks ul.catList li span {
                font-size: 0.85em;
                color: #535353;
            }

            div#browseLinks ul.catList li ul li {
                padding: 2px 0 2px 6px;
            }

            div#browseLinks ul.catList li:hover {
                background-color: white;
            }

    div#browseLinks div.browseList {
        width: 216px;
        border: solid 1px #B0B5DB;
        border-top: 0;
        background: none;
        margin: 0 0 10px 0;
        padding: 0 0 5px 0;
        line-height: 16px;
        background-color: #EAECF7;
    }

    div#browseLinks a.black {
        color: #000000;
    }

li.childcat {
    list-style-type: none;
    line-height: 16px;
    padding: 0 0 0 5px;
    height: auto !important;
    font-weight: normal;
    font-size: 13px;
}

li.singlecat {
    font-weight: bold;
    line-height: 1.6em;
    font-size: 13px;
    list-style-type: none;
    padding: 1px 0 1px 0;
    margin: 0;
    border: solid 1px yellow;
}

li.parentcat {
    font-weight: bold;
    line-height: 1.6em;
    font-size: 13px;
    list-style-type: none;
    margin: 0;
    border-top: solid 1px #B0B5DB;
    background-image: url(../images/arrowBullet.gif);
    background-repeat: no-repeat;
    background-position: 3px 10px;
}

li.selectedBrowseLink {
    background-color: White;
}

li.selectedBrowseLink2 {
    background-color: White;
}

li.singlecat a {
    text-decoration: none;
}

li.parentcat a {
    text-decoration: none;
}

li.childcat a {
    text-decoration: none;
}

div#listingsDescription {
    float: left;
}

div#franchiseCats {
    margin: 20px 0 0 0;
}

    div#franchiseCats ul.categories {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 25%;
        float: left;
        font-size: 13px;
        line-height: 1.7em;
        color: #0c296a;
    }

ul.categories li.parent {
    font-size: 14px;
    margin: 10px 0 0 0;
    font-weight: bold;
}

ul.categories li.child {
    padding: 0 0 0 5px;
}

div#rss {
    padding: 0 0 5px 0;
    float: right;
}

*html div#rss {
    padding-top: 0px;
}

a#rssIcon {
    text-decoration: none;
}

    a#rssIcon img {
        border: none;
    }

span#rssExplainedLink {
    font-size: 0.7em;
}

div#listingNumbers {
    float: left;
}

    div#listingNumbers p {
        font-size: 13px;
        margin: 0 0 13px 0;
    }

div.pageNumbers {
    float: right;
}

    div.pageNumbers ul {
        font-size: 13px;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    div.pageNumbers li {
        display: inline;
        float: left;
        margin: 0 0 0 5px;
        padding: 0;
    }

div.listings {
    float: left;
    border: solid 1px #B0B5DB;
    margin: 0 0 10px 0;
    padding: 5px 0 5px 5px;
    clear: both;
    width: 730px;
    position: relative;
}

    div.listings dl {
        margin: 0;
        padding: 0px;
        clear: both;
    }

    div.listings dt {
        width: 160px;
        float: left;
        padding: 0;
        margin: 0;
    }

        div.listings dt img {
            border: 1px solid #d9def2;
        }

    div.listings dd {
        width: 545px;
        padding: 0;
        margin: 5px 0 0 0;
        float: left;
        font-size: .8em;
    }

        div.listings dd.right {
            text-align: right;
            float: right;
            margin: 5px 10px 0 0;
            width: auto;
        }

            div.listings dd.right a {
                float: left;
            }

            div.listings dd.right .quickEnquire {
                padding: 2px 10px 2px 25px;
                margin-right: 10px;
                border-right: 1px solid #B0B5DB;
                background: url(../images/common/quick-enquire-icon.png) no-repeat left center;
            }

        div.listings dd ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

        div.listings dd li {
            display: inline;
            margin: 0 0 0 5px;
        }

    div.listings h3 {
        padding: 0;
        margin: 0;
        border: none;
        font-weight: bold;
        font-size: 1.2em;
    }

    div.listings h4 {
        padding: 0;
        margin: 0;
        border: none;
    }

    div.listings fieldset {
        float: left;
        border: 0px;
        padding: 0;
        margin: 20px 0 0 0;
    }

div.searchSponsor {
    border: none;
}

div.listings img.offerBadge {
    position: absolute;
    top: -5px;
    right: -5px;
}

/*Offers page*/

div.offerListing dd {
    margin: 0 0 5px 0;
    width: 520px;
}

    div.offerListing dd.right {
        position: absolute;
        bottom: 5px;
        right: 20px;
        padding: 0;
        margin: 0;
    }

    div.offerListing dd.expirationDate {
        font-weight: bold;
        clear: left;
        margin-top: 5px;
    }

/*End of Offers page*/

div.customFieldset {
    width: 685px;
    float: left;
    clear: left;
    background: #e9ecf6;
    margin-top: 10px;
    padding: 10px 20px 0 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    div.customFieldset fieldset {
        border: solid 1px #d6d9eb;
        background: #ffffff;
        margin: 0 0 20px 0;
        width: 665px;
        padding: 10px;
    }

form#enquiryForm div.customFieldset textarea {
    width: 400px;
}

form#enquiryForm div.customFieldset li {
    margin-bottom: 10px;
}

div#categorySponsor {
    background: #cedaef;
    border: solid 1px #adc2e5;
    padding: 5px;
    width: 725px;
}

    div#categorySponsor p {
        color: #666666;
        margin: 0;
        padding: 0;
    }

div.featuredListing {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    border: 2px solid #ff9900;
    width: 738px;
}

    div.featuredListing img.featuredBadge {
        position: absolute;
        top: -6px;
        right: -6px;
    }

    div.featuredListing img.offerBadge {
        position: absolute;
        top: -6px;
        right: -6px;
    }

div#categorySponsor dd.right {
    margin: 0;
}

div#listingDescription {
    float: left;
}

    div#listingDescription h4 {
        font-weight: bold;
        margin: 0 0 10px 0;
    }

    div#listingDescription p {
        margin: 0 0 10px 0;
    }

/* End of Search */

/* Request List */

a.returnToSearch {
    background: url(../images/backArrowIcon.png) no-repeat;
    height: 20px;
    padding-left: 24px;
    text-decoration: none;
    font-size: 12px;
    margin-top: 10px;
    float: left;
    color: #4ea2da;
}

p.removeFromReqList a {
    background: url(../images/common/reqListRemove.gif) no-repeat;
    padding-left: 24px;
    float: left;
    padding-bottom: 4px;
    font-size: 1.3em;
}

/* End of Request List */

/*Brochure*/

div#brochureMain {
    float: right;
    width: 735px;
    margin: 10px 0 0 0;
}

h1 {
    font-size: 1.3em;
}

div#brochureMain h1 {
    padding-right: 7em;
}


div#summary {
    padding-right: 11.813em;
}

    div#summary p {
        font-size: 1em;
        margin: 5px 0 0 0;
    }

    div#summary a {
        float: left;
        display: block;
        background: url("../images/common/mainVideoIconBFS.png") 0 0em no-repeat;
        color: #ff9900;
        font-size: 1.0em;
        text-decoration: none;
        padding: 0.06em 0 0 1.78em;
        margin: 0.313em 0 1em 0;
    }

img#brochureLogo {
    float: right;
}


div#franchiseDetails {
    clear: both;
    margin: 10px 0;
    padding: 10px 0;
    height: 1%;
    overflow: auto;
    border-bottom: solid 1px #adc2e5;
    border-top: solid 1px #adc2e5;
}

    div#franchiseDetails h2 {
        float: left;
        width: auto;
        padding: 0;
        margin: 0 0 5px 0;
        font-size: 24px;
    }

div#financeRequirements {
    float: left;
    width: 243px;
    margin: 0 0 0 20px;
}

    div#financeRequirements h3 {
        margin: 0 0 5px 0;
        padding: 0;
        font-weight: bold;
    }

    div#financeRequirements dl {
        display: inline;
        clear: both;
        padding: 0;
        margin: 0;
        font-size: 0.8em;
    }

    div#financeRequirements dt {
        float: left;
        width: 135px;
        padding: 0;
        margin: 0;
        font-weight: bold;
    }

    div#financeRequirements dd {
        float: left;
        width: 110px;
        padding: 0;
        margin: 0;
    }

div#availableAreas {
    float: left;
    width: 242px;
    margin: 0 0 0 20px;
}

    div#availableAreas h3 {
        margin: 0 0 5px 0;
        padding: 0;
        font-weight: bold;
    }

    div#availableAreas p {
        margin: 0;
        padding: 0;
    }

div#crumbtrail {
    margin: 0 0 10px 0;
    border-bottom: solid 1px #adc2e5;
    padding: 0 0 10px 0;
}

    div#crumbtrail h4 {
        color: #000000;
        padding: 0;
        margin: 0;
        display: inline;
    }

    div#crumbtrail ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: inline;
    }

    div#crumbtrail li {
        display: inline;
    }

div#contact {
    width: 200px;
    float: left;
    margin: 0;
    text-align: center;
}

a.contactFranchisorButton {
    padding: 10px 5px;
    color: white;
    font-weight: bold;
    font-size: 1.4em;
    border: 2px solid #f39b15;
    border-radius: 6px;
    background-color: #f39c17;
    background: -moz-linear-gradient(center top, #f8d57c, #f39b15) repeat scroll 0 0 #f8d57c;
    background: -webkit-gradient(linear, center bottom, center top, from(#f39b15), to(#f8d57c));
    background-image: -o-linear-gradient(rgb(248,213,124),rgb(243,155,21));
    background: -ms-linear-gradient(top, #f8d57c 0%,#f39b15 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8d57c', endColorstr='#f39b15');
    display: block;
}

/*Special Offer Brochure*/

div#brochureMain div#specialOffer {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    background: #1abb7b; /* Old browsers */
    background: -moz-linear-gradient(top, #1abb7b 0%, #00a563 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1abb7b), color-stop(100%,#00a563)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1abb7b 0%,#00a563 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1abb7b 0%,#00a563 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1abb7b 0%,#00a563 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1abb7b 0%,#00a563 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abb7b', endColorstr='#00a563',GradientType=0 ); /* IE6-9 */
    border-radius: 0.313em;
    padding: 10px;
    margin-bottom: 15px;
    color: #ffffff;
    display: inline-block;
    width: 735px;
}

    div#brochureMain div#specialOffer h3 {
        color: #ffffff;
        font-size: 1.2em;
        float: left;
        line-height: 1.7em;
    }

    div#brochureMain div#specialOffer h4 {
        margin: 0.8em 0 0 0;
    }

    div#brochureMain div#specialOffer p {
        margin: 0.7em 0;
        font-size: 0.85em;
    }

    div#brochureMain div#specialOffer span {
        float: right;
        font-size: 0.65em;
    }

    div#brochureMain div#specialOffer a {
        float: right;
        color: #00a563;
        font-weight: bold;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
        border-radius: 3px;
        border: 1px solid #dddddd;
        padding: 5px;
    }

        div#brochureMain div#specialOffer a:hover {
            text-decoration: none;
            background: #dddddd; /* Old browsers */
            background: -moz-linear-gradient(top, #dddddd 2%, #f7f7f7 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#dddddd), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #dddddd 2%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #dddddd 2%,#f7f7f7 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #dddddd 2%,#f7f7f7 100%); /* IE10+ */
            background: linear-gradient(to bottom, #dddddd 2%,#f7f7f7 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
        }

        div#brochureMain div#specialOffer a.closeOffer {
            background: url("../images/common/arrowActionDownGreen.png");
            background-repeat: no-repeat;
            background-position: 97% center;
            background-color: #e7e7e7;
            background-image: url("../images/common/arrowActionDownGreen.png"), -moz-linear-gradient(center top,#f8f8f8, #e7e7e7 ) repeat scroll 0 0 #e7e7e7;
            background-image: url("../images/common/arrowActionDownGreen.png"), -webkit-gradient(linear, center bottom, center top, from(#e7e7e7), to(#f8f8f8));
            background-image: url("../images/common/arrowActionDownGreen.png"), -o-linear-gradient(rgb(231,231,231),rgb(248,248,248));
            background-image: url("../images/common/arrowActionDownGreen.png"), -ms-linear-gradient(top, #f8f8f8, #e7e7e7); /* IE10 */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e7e7e7');
        }

/*End of Special Offer Brochure*/

/*Franchisor Phone Number Trials*/

div#contact div#phoneNumber dl {
    margin: 5px 0 0 0;
    font-weight: bold;
    margin-left: 15px;
}

div#contact div#phoneNumber dt {
    float: left;
}

div#contact div#phoneNumber dd {
    float: left;
    margin-left: 5px;
}

    div#contact div#phoneNumber dd#secondPhone {
        margin-left: 51px;
    }

    div#contact div#phoneNumber dd.informationButton {
        margin-left: 5px;
        clear: none;
    }

div#contact div#phoneNumber div.phoneInfo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    display: inline-block;
    border: 1px solid #4557a0;
    background: #ffffff;
    padding: 0 5px;
    float: left;
    border-radius: 4px;
    width: 200px;
}

div#contact div#phoneNumber div.multipleNrs {
    top: 123px;
}

div#contact div#phoneNumber div.phoneInfo p {
    font-size: 0.8em;
    margin: 5px 0;
    text-align: left;
}

div#contact div#phoneNumber div.phoneInfo a {
    padding: 5px 0 5px 5px;
    float: right;
}

/*Tabs*/

.displayAway {
    position: absolute;
    top: -99999px;
}

ul#sectionTabs {
    margin: 0 0 15px 0;
    padding: 0;
    border-bottom: 1px solid #ADC2E5;
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}

    ul#sectionTabs li {
        z-index: 3;
        list-style-type: none;
        float: left;
        background-color: #cfd4ed;
        margin-right: 5px;
        margin-bottom: -1px;
        border-bottom: 1px solid #ADC2E5;
        border-top: 1px solid #ADC2E5;
        border-left: 1px solid #ADC2E5;
        border-right: 1px solid #ADC2E5;
        padding: 7px 28px;
        background: -moz-linear-gradient(center top,#e9ebf7, #f8f9fd ) repeat scroll 0 0 #f8f9fd;
        background: -webkit-gradient(linear, center bottom, center top, from(#f8f9fd), to(#e9ebf7));
        background-image: -o-linear-gradient(rgb(224,224,224),rgb(242,242,242));
        background: -ms-linear-gradient(top, #e9ebf7 0%,#f8f9fd 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ebf7', endColorstr='#f8f9fd');
    }

        ul#sectionTabs li:hover {
            background-color: #cfd4ed;
            background: -moz-linear-gradient(center top,#b0b9e1, #e9ebf7 ) repeat scroll 0 0 #e9ebf7;
            background: -webkit-gradient(linear, center bottom, center top, from(#e9ebf7), to(#b0b9e1));
            background-image: -o-linear-gradient(rgb(176,185,225),rgb(233,235,247));
            background: -ms-linear-gradient(top, #b0b9e1 0%,#e9ebf7 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0b9e1', endColorstr='#e9ebf7');
        }

        ul#sectionTabs li#lastTab {
            margin-right: 0px;
        }

        ul#sectionTabs li a {
            font-size: 1.1em;
            color: #294B92;
            text-decoration: none;
            font-weight: bold;
        }

        ul#sectionTabs li.selected {
            z-index: 0;
            background: #ffffff;
            overflow: visible;
            padding: 6px 29px 7px 30px;
            border-top: 1px solid #ADC2E5;
            border-left: 1px solid #ADC2E5;
            border-right: 1px solid #ADC2E5;
            border-bottom: 2px solid #ffffff;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
        }

/*Additional Content*/

div.articleListing {
    padding: 5px;
    border: 1px solid #BAC2E6;
    margin: 0 0 10px 0;
    float: left;
    clear: both;
    width: 738px;
}

    div.articleListing dl {
        margin: 0;
    }

    div.articleListing dt.thumbNail {
        float: left;
        margin-right: 10px;
        border: 1px solid #e0e0e0;
        height: 90px;
    }

    div.articleListing dt.date {
        font-size: 0.7em;
        color: #525252;
        margin: 5px 0;
    }

    div.articleListing dt.eventDate {
        float: left;
        margin-right: 10px;
        background-color: #2A386E;
        height: 78px;
        width: 120px;
        padding-top: 12px;
        text-align: center;
    }

        div.articleListing dt.eventDate span {
            color: #ffffff;
            font-weight: bold;
            font-size: 1.6em;
        }

            div.articleListing dt.eventDate span.day {
                font-size: 3.0em;
                line-height: 0.8em;
            }

    div.articleListing dt a {
        color: #050296;
        text-decoration: none;
        font-weight: bold;
        margin-bottom: 3px;
    }

        div.articleListing dt a:hover {
            text-decoration: underline;
        }

    div.articleListing dd {
        margin: 0;
        font-size: 0.8em;
    }

div#sectionEvents div.articleListing dt.date {
    font-size: 0.85em;
}

div#sb-title-inner {
    display: none;
}

div#sb-wrapper-inner #sb-body {
    background-color: #f1f3ff;
}

div#franchiseArticle {
    font-family: arial, tahoma, helvetica, sans-serif;
    margin: 15px;
    padding: 10px;
    border: 1px solid #B0B5DB;
    border-radius: 5px;
    width: 735px;
    background-color: #ffffff;
}

    div#franchiseArticle h3 {
        font-size: 1.3em;
        margin: 0 0 10px 0;
        float: left;
    }

    div#franchiseArticle p {
        font-size: 0.8em;
        margin: 0 0 5px 0;
    }

        div#franchiseArticle p#publishingDate {
            float: right;
            color: #787878;
            font-size: 0.7em;
        }

        div#franchiseArticle p.eventDate {
            clear: both;
            color: #787878;
        }

            div#franchiseArticle p.eventDate span {
                font-weight: bold;
                width: 70px;
                float: left;
            }

    div#franchiseArticle div#articleContent {
        width: 735px;
        clear: both;
        margin: 10px 0 0 0;
    }

        div#franchiseArticle div#articleContent a {
            color: #ed7c20;
            text-align-decoration: none;
        }

            div#franchiseArticle div#articleContent a:hover {
                text-decoration: underline;
            }

    div#franchiseArticle div#video {
        margin: 15px auto 10px auto;
        width: 425px;
    }

        div#franchiseArticle div#video embed {
            margin-top: 10px;
            border: 1px solid #dedede;
        }

    div#franchiseArticle a.viewprofile {
        text-transform: uppercase;
        text-align: center;
        border-radius: 0.313em;
        color: #FFF;
        text-decoration: none;
        padding: 0.5em;
        border: 1px solid #F39B15;
        border-radius: 6px;
        background-color: #f39c17;
        background: -moz-linear-gradient(center top, #f8d57c, #f39b15) repeat scroll 0 0 #f8d57c;
        background: -webkit-gradient(linear, center bottom, center top, from(#f39b15), to(#f8d57c));
        background-image: -o-linear-gradient(rgb(248,213,124),rgb(243,155,21));
        background: -ms-linear-gradient(top, #f8d57c 0%,#f39b15 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8d57c', endColorstr='#f39b15');
        width: 14em;
        margin: 0 auto;
        display: block;
    }


a.contactFranchisorButton:focus, a.contactFranchisorButton:hover {
    -moz-box-shadow: 0 0 4px #999999;
    -webkit-box-shadow: 0 0 4px #999999;
    border: 2px solid #f39b15;
    outline: 0 none;
}

div#contact a#contact {
    float: left;
    background: url(../images/contactButton.png) no-repeat;
    width: 188px;
    height: 33px;
    padding: 0;
    margin: 0;
    text-align: center;
}

    div#contact a#contact span {
        display: none;
    }

div#contact p {
    text-align: center;
    margin: 5px;
}

.logo {
    margin: 0 0 20px 0;
}

#brochureContent {
    float: left;
    font-size: 13px;
    line-height: 1.35em;
}

    #brochureContent p {
        font-size: 1em;
        line-height: 1.35em;
    }

    #brochureContent ul {
        font-size: 1em;
        list-style-type: disc;
        margin: 10px 0 10px 30px;
        padding: 0;
    }

    #brochureContent ol {
        font-size: 1em;
        list-style-type: decimal;
        margin: 10px 0 10px 30px;
        padding: 0;
    }

    #brochureContent table, #brochureContent td {
        background: auto;
        font-size: 1em;
    }

#additionalContent {
    float: right;
    width: 170px;
}

div#additionalContent img {
    margin: 10px 0 0 0;
}

h3.bottomStrapline {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
}

div#contactFranchise {
    float: left;
    background: #e9ecf6;
    margin: 10px 0;
    padding: 10px 20px 0 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 695px;
}

    div#contactFranchise fieldset {
        border: solid 1px #d6d9eb;
        background: #ffffff;
        margin: 0 0 20px 0;
        width: 663px;
        padding: 15px;
        display: block;
    }

    div#contactFranchise div.phoneNumberForm {
        position: relative;
        display: inline-block;
    }

        div#contactFranchise div.phoneNumberForm p {
            font-size: 1.1em;
            color: #525252;
            font-weight: normal;
            margin: 0;
        }

            div#contactFranchise div.phoneNumberForm p a {
                margin-left: 5px;
            }

    div#contactFranchise div.phoneInfoForm {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #525252;
        border-radius: 4px;
        background-color: #ffffff;
        padding: 10px 10px 0 10px;
        margin-top: 10px;
        float: left;
        width: 100%;
    }

        div#contactFranchise div.phoneInfoForm a {
            float: right;
        }

        div#contactFranchise div.phoneInfoForm p {
            float: left;
            font-size: 0.8em;
            width: 93%;
            margin: 0 0 10px 0;
        }

form#enquiryForm legend {
    font-weight: bold;
    line-height: 1.5em;
}

form#enquiryForm label {
    line-height: 1.35em;
}

form#enquiryForm ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

form#enquiryForm li {
    padding: 0;
    margin: 0 0 10px 0;
    width: 100%;
    float: left;
}

    form#enquiryForm li select {
        clear: both;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    form#enquiryForm li input, form#enquiryForm li textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        clear: both;
        display: block;
        width: 400px;
    }

    form#enquiryForm li.title, form#enquiryForm li.firstName, form#enquiryForm li.lastName {
        float: left;
    }

    form#enquiryForm li.title {
        width: auto;
    }

    form#enquiryForm li.firstName {
        width: 145px;
        margin-left: 14px;
    }

    form#enquiryForm li.lastName {
        width: 145px;
        margin-left: 16px;
    }

        form#enquiryForm li.firstName input, form#enquiryForm li.lastName input {
            width: 145px;
        }

    form#enquiryForm li.postcode input {
        width: 250px;
    }

form#enquiryForm h3 {
    height: 20px;
    clear: both;
    margin-bottom: 10px;
    font-size: 1em;
}

form#enquiryForm div.listings h3 {
    font-size: 1.2em;
    margin-bottom: 0;
}

    form#enquiryForm div.listings h3 a {
        color: #050296;
    }

form#enquiryForm h3 a {
    color: #0C296A;
    text-decoration: none;
}

form#enquiryForm fieldset textarea {
    width: 400px;
}

form#enquiryForm fieldset.checkbox li#tandc {
    margin: 0;
}

form#enquiryForm fieldset.checkbox input {
    width: auto;
    float: left;
    vertical-align: top;
    padding-right: 5px;
}

form#enquiryForm fieldset.checkbox label {
    float: left;
    display: inline-block;
    width: 620px;
    font-weight: normal;
}

form#enquiryForm fieldset.checkbox li#tandc label {
    font-weight: bold;
    line-height: 1.35em;
}

form#enquiryForm input[type="submit"] {
    padding: 10px 5px;
    cursor: pointer;
    margin: 0 auto;
    color: white;
    font-weight: bold;
    font-size: 1.35em;
    border: 2px solid #f39b15;
    border-radius: 6px;
    background-color: #f39c17;
    background: -moz-linear-gradient(center top, #f8d57c, #f39b15) repeat scroll 0 0 #f8d57c;
    background: -webkit-gradient(linear, center bottom, center top, from(#f39b15), to(#f8d57c));
    background-image: -o-linear-gradient(rgb(248,213,124),rgb(243,155,21));
    background: -ms-linear-gradient(top, #f8d57c 0%,#f39b15 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8d57c', endColorstr='#f39b15');
    display: block;
}

form#enquiryForm div#multisendSubmit {
    clear: both;
}

div#formError {
    border: solid 1px #cd0a06;
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 10px 0 20px 0;
    background-color: #ffffff;
    display: block;
    float: left;
    width: 96%;
}

    div#formError h4 {
        font-size: 1.3em;
        color: #cc0000;
        background: url(../images/formError.png) no-repeat;
        padding-left: 70px;
        height: 37px;
        padding-top: 15px;
        padding-bottom: 10px;
    }

div.errors {
    border: solid 1px #cd0a06;
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 10px 0 20px 0;
    background-color: #ffffff;
    display: block;
    float: left;
    width: 96%;
}

    div.errors h4 {
        font-size: 1.3em;
        color: #cc0000;
        background: url(../images/formError.png) no-repeat;
        padding-left: 70px;
        height: 37px;
        padding-top: 15px;
    }

ul#errors {
    float: left;
    list-style: none;
    padding: 0 0 0 70px;
    margin: 0;
}

    ul#errors li {
        float: left;
        clear: left;
        width: 100%;
    }

ul.customErrors {
    float: left;
    list-style: none;
    padding: 0 0 0 70px;
    margin: 0;
}

    ul.customErrors li {
        clear: both;
    }

label.fail {
    color: #cc0000;
}

label.errorLabel {
    color: #cc0000;
}

.errorInput {
    border: 1px solid #cc0000;
}

ul#similarFranchiseLinks {
    font-size: 0.75em;
}

div#toolbox {
    clear: both;
    float: left;
    width: 100%;
    vertical-align: baseline;
    height: 50px;
}

    div#toolbox ul#tools {
        float: right;
        vertical-align: baseline;
        list-style: none;
        margin: 0;
    }

        div#toolbox ul#tools li {
            float: left;
            margin-left: 15px;
        }

            div#toolbox ul#tools li a {
                padding-left: 24px;
                padding-top: 3px;
                float: left;
                height: 20px;
                text-decoration: none;
            }

ul#tools li#backSearch a {
    background: url(../images/backArrowIcon.png) no-repeat 0 3px;
}

ul#tools li#requestListAdd a {
    background: url(../images/common/reqListAdd.gif) no-repeat;
}

ul#tools li#requestListRemove a {
    background: url(../images/common/reqListRemove.gif) no-repeat;
}

ul#tools li#share a {
    background: url(../images/common/share.png) no-repeat;
}

ul#tools li#print a {
    background: url(../images/common/printerIcon.png) no-repeat;
}

div#sharePicker {
    clear: both;
    display: block;
    float: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d6d9eb;
    background-color: #f1f2f9;
    padding: 2px;
    text-align: left;
    width: 350px;
}

    div#sharePicker ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    div#sharePicker li {
        float: left;
        margin: 0 0 0 15px;
    }

        div#sharePicker li a {
            padding-left: 22px;
            font-weight: normal;
        }

            div#sharePicker li a#facebookShare {
                background: url(../images/common/facebook.png) no-repeat;
            }

            div#sharePicker li a#twitterShare {
                background: url(../images/common/twitter.png) no-repeat;
            }

            div#sharePicker li a#diggShare {
                background: url(../images/common/digg.png) no-repeat;
            }

            div#sharePicker li a#deliciousShare {
                background: url(../images/common/delicious.png) no-repeat;
            }

/*confirm and related franchises*/

#customApplication, .custom-documentation {
    padding: 10px;
    border: 1px dashed #b0b5db;
    position: relative;
    margin-bottom: 10px;
}

    #customApplication a {
        display: block;
        padding: 8px 3px;
        color: white;
        font-weight: bold;
        font-size: 1.2em;
        border: 2px solid #f39b15;
        border-radius: 6px;
        background-color: #f39c17;
        background: -moz-linear-gradient(center top, #f8d57c, #f39b15) repeat scroll 0 0 #f8d57c;
        background: -webkit-gradient(linear, center bottom, center top, from(#f39b15), to(#f8d57c));
        background-image: -o-linear-gradient(rgb(248,213,124),rgb(243,155,21));
        background: -ms-linear-gradient(top, #f8d57c 0%,#f39b15 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8d57c', endColorstr='#f39b15');
        width: 28%;
        text-align: center;
    }

        #customApplication a:focus, #customApplication a:hover {
            -moz-box-shadow: 0 0 4px #999999;
            -webkit-box-shadow: 0 0 4px #999999;
            border: 2px solid #f39b15;
            outline: 0 none;
        }

    #customApplication h2#mcDonaldsTitle {
        float: left;
        width: 80%;
    }

    #customApplication p#mcDonaldsMessage {
        float: left;
        width: 80%;
        padding-right: 1em;
        position: relative;
        z-index: 1;
    }

#mcDonaldsLogo {
    float: right;
    position: absolute;
    top: 1em;
    right: 0;
}

#mcDonaldsLink {
    clear: both;
}

div#confirm {
    margin: 0 0 10px 0;
}

    div#confirm h3 {
        margin: 10px 0;
        font-size: 1em;
    }

    div#confirm li {
        margin: 10px 0 0 0;
        font-weight: bold;
    }

p#successMessage {
    padding: 0 0 0 56px;
    font-size: 1em;
    margin: 0 0 30px 0;
}

p#customConfirmation {
    font-weight: bold;
    font-size: 1.0em;
    color: #ce0000;
}

    p#customConfirmation a {
        text-decoration: none;
        font-size: 1.2em;
        color: #ce0000;
        text-transform: uppercase;
    }

        p#customConfirmation a:hover {
            text-decoration: underline;
        }

h2#similarFranchises {
    font-weight: bold;
    margin: 0 0 10px 0;
}

p.similar {
    margin: 0 0 10px 0;
}

/*Quick Enquire -------------------------------------------------------------------*/

div#colorbox {
    outline: none;
}

.quickEnquire, .quickEnquire * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .quickEnquire#contactFranchise {
        padding-bottom: 20px;
    }

        .quickEnquire#contactFranchise, .quickEnquire#contactFranchise fieldset {
            width: 100% !important;
        }

    .quickEnquire #enquiryForm fieldset.checkbox label {
        width: 500px;
    }

    .quickEnquire div#formError h4 {
        height: 62px;
    }

    .quickEnquire .closeDialog {
        padding: 10px 5px;
        color: #FFF;
        font-weight: bold;
        font-size: 1.4em;
        border: 2px solid #F39B15;
        border-radius: 6px;
        background-color: #F39C17;
        background: -moz-linear-gradient(center top, #f8d57c, #f39b15) repeat scroll 0 0 #f8d57c;
        background: -webkit-gradient(linear, center bottom, center top, from(#F39B15), to(#F8D57C));
        background-image: -o-linear-gradient(rgb(248,213,124),rgb(243,155,21));
        background: -ms-linear-gradient(top, #f8d57c 0%,#f39b15 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8d57c', endColorstr='#f39b15');
        display: inline-block;
    }

#cboxContent #cboxClose {
    border: none;
    height: 30px;
    width: 30px;
    right: 30px;
    border-radius: 5px;
    background: url(../images/close-overlay.png) no-repeat center #2A386E;
}

/*End of Quick Enquire*/

/*AZ*/

#AZlist {
    clear: both;
    margin: 20px 0;
}

div#AZlist ul {
    text-align: center;
    width: 99%;
    padding: 0;
    margin: 0;
}

div#AZlist li {
    font-size: 16px;
    font-weight: bold;
    display: inline;
    list-style-type: none;
    padding: 10px 5px;
}

li#currentLetter {
    background-color: #e9ecf6;
}

/* RSS */

div#rssLeft {
    float: left;
    width: 49%;
}

div#rssRight {
    float: right;
    width: 49%;
}

div.information ol.rssMenuList {
    list-style-type: none;
    margin-left: 0;
}

    div.information ol.rssMenuList li {
        background: url(../images/rssIcon.gif) no-repeat;
        padding: 0 0 8px 20px;
    }

/* Advertise page */

div#franchiseAdvertising, div#franchiseAdvertising h1, div#franchiseAdvertising h2, div#franchiseAdvertising h3 {
    font-family: 'Open Sans', sans-serif;
}

    div#franchiseAdvertising h1 {
        font-size: 1.6em;
        margin-bottom: 15px;
        float: left;
    }

#bestTimeToCall {
    position: absolute;
    top: -999999px;
}

a#advertiseButton, div#advertiseForm form input[type='submit'] {
    font-family: 'Open Sans', sans-serif;
    padding: 0.2em 0.5em 0.2em 0.5em;
    border-radius: 0.3em;
    border: 1px solid #bb6b27;
    background: #f29431;
    background: -moz-linear-gradient(top, #F9BD30 0, #F6901D 54%, #DF7419 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, #F9BD30),color-stop(54%, #F6901D),color-stop(100%, #DF7419));
    background: -webkit-linear-gradient(top, #F9BD30 0, #F6901D 54%, #DF7419 100%);
    background: -o-linear-gradient(top, #F9BD30 0, #F6901D 54%, #DF7419 100%);
    background: -ms-linear-gradient(top, #F9BD30 0, #F6901D 54%, #DF7419 100%);
    background: linear-gradient(top, #F9BD30 0, #F6901D 54%, #DF7419 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bd30', endColorstr='#df7419',GradientType=0 ); /* IE6-8 */
    -webkit-box-shadow: 0 2px 2px #fad47e inset,0 0 1px rgba(255,255,255,0.75) inset;
    -moz-box-shadow: 0 2px 2px #fad47e inset,0 0 1px rgba(255,255,255,0.75) inset;
    box-shadow: 0 2px 2px #fad47e inset,0 0 1px rgba(255,255,255,0.75) inset;
    color: #ffffff;
    font-size: 1.6em;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    font-weight: 400;
    text-align: center;
    display: inline;
    float: right;
}

div#franchiseAdvertising p.intro {
    font-size: 1.1em;
}

div#advertiseMain {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
    border: 1px solid #dddddd;
    float: left;
}

    div#advertiseMain a.previous {
        float: left;
        margin: 204px 10px 0 10px;
    }

    div#advertiseMain a.next {
        float: right;
        margin: 204px 10px 0 10px;
    }

div#advertiseContent {
    float: left;
}

    div#advertiseContent h2 {
        font-size: 1.7em;
        margin: 0;
        padding: 20px 0;
    }

    div#advertiseContent p {
        margin: 0 0 7px 0;
        font-size: 0.9em;
    }

    div#advertiseContent dt {
        font-weight: bold;
        background: url("../images/advertise/bullet.png") no-repeat;
        background-position: 0px 7px;
        padding-left: 15px;
    }

    div#advertiseContent dd {
        margin: 0 0 20px 0;
        padding-left: 15px;
        font-size: 0.9em;
    }

    div#advertiseContent h3 {
        font-size: 1.0em;
        margin: 7px 0;
    }

div#sectionDifferent {
    width: 866px;
    height: 425px;
    display: block;
}

    div#sectionDifferent h2 {
        background: url("../images/advertise/star.png") no-repeat;
        background-position: 0px 10px;
        padding-left: 55px;
    }

    div#sectionDifferent h3 {
        margin-bottom: 5px;
    }

    div#sectionDifferent p.intro {
        font-weight: bold;
    }

    div#sectionDifferent p {
        margin: 0 0 1em 0;
    }

div#sectionFeatures {
    width: 866px;
    height: 425px;
    display: block;
}

    div#sectionFeatures div#features {
        float: left;
        width: 425px;
    }

        div#sectionFeatures div#features dl {
            margin: 0;
        }

        div#sectionFeatures div#features p strong {
            font-size: 1.1em;
        }

    div#sectionFeatures h2 {
        background: url("../images/advertise/tick.png") no-repeat;
        background-position: 0px 10px;
        padding-left: 60px;
    }

    div#sectionFeatures img {
        float: right;
    }

div#sectionAbout {
    width: 866px;
    height: 425px;
    display: block;
}

    div#sectionAbout h2 {
        background: url("../images/advertise/people.png") no-repeat;
        background-position: 0px 17px;
        padding-left: 75px;
    }

div#sectionClients {
    width: 866px;
    height: 425px;
    display: block;
}

    div#sectionClients h2 {
        background: url("../images/advertise/book.png") no-repeat;
        background-position: 0px 15px;
        padding-left: 68px;
    }

div#sectionAbout div#aboutUsContent {
    float: left;
    width: 390px;
}


div#sectionAbout div#advertiseVideo {
    float: right;
}

    div#sectionAbout div#advertiseVideo embed {
        float: right;
    }

div#sectionClients ul {
    margin: 0 0 1.656em 0;
    padding: 0;
    list-style-type: none;
    clear: both;
    float: left;
    width: 866px;
}

    div#sectionClients ul li {
        width: 150px;
        height: 75px;
        border: 1px solid #dddddd;
        float: left;
        margin-right: 26px;
        overflow: hidden;
        position: relative;
    }

        div#sectionClients ul li.lastLi {
            margin: 0;
        }

        div#sectionClients ul li img {
            position: absolute;
        }

        div#sectionClients ul li div.caption {
            display: none;
            position: absolute;
            left: 0px;
            width: 150px;
            height: 75px;
            background: #000000;
            opacity: 0.8;
            filter: alpha(opacity = 80);
        }

            div#sectionClients ul li div.caption a {
                text-decoration: none;
                font-weight: bold;
                position: absolute;
                padding-left: 5px;
                color: #ffffff;
                height: 75px;
                width: 150px;
            }

                div#sectionClients ul li div.caption a span {
                    padding-top: 28px;
                    display: block;
                }

div#sectionClients p a {
    float: right;
    font-weight: bold;
    color: #050296;
    font-size: 1.2em;
    text-decoration: none;
}

    div#sectionClients p a:hover {
        text-decoration: underline;
    }

div#tabs {
    clear: both;
    margin-top: 15px;
}

    div#tabs ul#advertSectionTabs {
        margin: 0 0 20px 0;
        padding: 0 0 0 0;
        border-top: 1px solid #dddddd;
        float: left;
        width: 980px;
        position: relative;
    }

        div#tabs ul#advertSectionTabs li {
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box;
            list-style-type: none;
            text-align: center;
            border-bottom: 1px solid #dddddd;
            border-right: 1px solid #dddddd;
            float: left;
            width: 25%;
            margin-top: -1px;
            margin-left: 0px;
            background: #ffffff; /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #d9def2 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d9def2)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #ffffff 0%,#d9def2 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #ffffff 0%,#d9def2 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #ffffff 0%,#d9def2 100%); /* IE10+ */
            background: linear-gradient(to bottom, #ffffff 0%,#d9def2 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9def2',GradientType=0 ); /* IE6-9 */
        }

            div#tabs ul#advertSectionTabs li:hover {
                background: #ffffff; /* Old browsers */
                background: -moz-linear-gradient(top, #ffffff 0%, #fee4c8 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fee4c8)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #ffffff 0%,#fee4c8 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #ffffff 0%,#fee4c8 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #ffffff 0%,#fee4c8 100%); /* IE10+ */
                background: linear-gradient(to bottom, #ffffff 0%,#fee4c8 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fee4c8',GradientType=0 ); /* IE6-9 */
            }

            div#tabs ul#advertSectionTabs li#first {
                border-left: 1px solid #dddddd;
            }

            div#tabs ul#advertSectionTabs li a {
                padding: 20px 10px;
                display: block;
                color: #666666;
                text-decoration: none;
                font-size: 1.4em;
                vertical-align: middle;
            }

                div#tabs ul#advertSectionTabs li a:hover, div#tabs ul#advertSectionTabs li.activeSlide a {
                    color: #ff9900;
                    font-weight: bold;
                }

            div#tabs ul#advertSectionTabs li.activeSlide {
                z-index: 0;
                margin-top: -2px;
                border-top: 1px solid #ffffff;
                background: #ffffff; /* Old browsers */
                background: -moz-linear-gradient(top, #ffffff 0%, #fee4c8 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fee4c8)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #ffffff 0%,#fee4c8 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #ffffff 0%,#fee4c8 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #ffffff 0%,#fee4c8 100%); /* IE10+ */
                background: linear-gradient(to bottom, #ffffff 0%,#fee4c8 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fee4c8',GradientType=0 ); /* IE6-9 */
            }

div#advertiseForm h2 {
    font-size: 1.8em;
    margin: 0 0 18px 0;
}

div#advertiseForm p#mandatory {
    font-size: 0.8em;
}

div#advertiseForm fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

div#advertiseForm ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    div#advertiseForm ol a {
        color: #000000;
        text-decoration: none;
    }

    div#advertiseForm ol#contactDetails {
        float: left;
        padding-right: 30px;
        border-right: 1px dotted #666666;
        display: block;
    }

div#advertiseForm fieldset li {
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 0.9em;
}

    div#advertiseForm fieldset li label {
        display: block;
        font-size: 1.2em;
        padding-bottom: 3px;
    }

    div#advertiseForm fieldset li input {
        width: 300px;
    }

div#advertiseForm ol#message {
    float: right;
    clear: none;
    margin: 0;
    padding: 0;
}

div#advertiseForm fieldset textarea {
    width: 570px;
    height: 220px;
}

div#advertiseForm form input[type='submit'] {
    width: auto;
    font-size: 2.3em;
}

/* End of Advertise page */

/*Testimonials*/

div#clientTestimonials {
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
}

    div#clientTestimonials h1 {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        font-size: 2.0em;
        margin-bottom: 15px;
        float: none;
    }

    div#clientTestimonials ul {
        margin: 0;
        padding-left: 0;
        list-style: none;
        clear: both;
    }

    div#clientTestimonials li {
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
        border: 1px solid #d9def2;
        box-shadow: 0 2px 4px 0 #c7c7c7;
        background-color: #EAEEFD;
        padding: 10px;
        margin: 1em 0;
        float: left;
        width: 100%;
        position: relative;
    }

        div#clientTestimonials li span.openQuote {
            position: absolute;
            top: -10px;
            left: -10px;
        }

        div#clientTestimonials li span.closeQuote {
            position: absolute;
            bottom: -10px;
            right: -10px;
        }

        div#clientTestimonials li a {
            text-decoration: none;
            color: #000000;
        }

        div#clientTestimonials li img {
            float: left;
        }

        div#clientTestimonials li dl {
            float: right;
            width: 610px;
            margin: 0;
            font-size: 1.2em;
        }

        div#clientTestimonials li dt {
            margin-bottom: 15px;
        }

        div#clientTestimonials li dd {
            margin: 0;
            font-weight: bold;
            color: #777777;
        }

            div#clientTestimonials li dd.franchisor {
                color: #007cc4;
                font-weight: normal;
            }

/*End of Testimonials*/

/* Privacy policy */

ul#privacyInnerList {
    font-size: 0.9em;
}

/* End of Privacy policy */

/* Contact us */

div#contactUs form fieldset {
    border: none;
    clear: left;
}

div#contactUs form ol {
    list-style: none;
}

    div#contactUs form ol li {
        clear: left;
        margin-bottom: 10px;
    }

div#contactUs label {
    float: left;
    width: 150px;
}

div#contactUs textarea {
    width: 600px;
}

.seeMoreSuggested {
    float: right;
}

/* End of Contact Us*/

/*Newsletter Sign up*/

.resultsNewsletterSignup {
    background: #e9ecf6;
    border-radius: .5em;
    margin: 1em 0;
    padding: 1em .5em;
    border: solid 1px #b0b5db;
    clear: both;
}

    .resultsNewsletterSignup h2 {
        font-size: 1.2em;
        margin-bottom: .5em;
    }

    .resultsNewsletterSignup label {
        height: 20px;
        font-size: 14px;
        vertical-align: top;
        display: block;
    }

    .resultsNewsletterSignup .button {
        background: -moz-linear-gradient(top,#ffa31a 0,#f90 54%,#d68100 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffa31a),color-stop(54%,#f90),color-stop(100%,#d68100));
        background: -webkit-linear-gradient(top,#ffa31a 0,#f90 54%,#d68100 100%);
        background: -o-linear-gradient(top,#ffa31a 0,#f90 54%,#d68100 100%);
        background: -ms-linear-gradient(top,#ffa31a 0,#f90 54%,#d68100 100%);
        background: linear-gradient(top,#ffa31a 0,#f90 54%,#d68100 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa31a',endColorstr='#d68100',GradientType=0);
        color: #fff;
        font-family: 'Open Sans', Arial, helivetica, sans-serif;
        text-decoration: none;
        font-size: 1em;
        display: inline-block;
        margin: 0 auto;
        padding: .4em .5em;
        border-radius: .3em;
        border-radius: 0 \9 !important;
        border: 1px solid #e68a00;
        cursor: pointer;
    }

    .resultsNewsletterSignup .mc-field-group {
        display: inline-block;
        vertical-align: top;
        width: 32.5%;
     
    }

    .resultsNewsletterSignup .indicates-required {
        text-align: right;
        margin-bottom: 0.5em;
        font-size: 0.8em;
    }

    .resultsNewsletterSignup .mc-field-group {
        margin-bottom: 1em;
    }

    .resultsNewsletterSignup asterisk {
        color: $orange;
    }

    .resultsNewsletterSignup label {
        display: block;
        margin-bottom: 0.2em;
    }

    .resultsNewsletterSignup input:not(.button), select {
        padding: 0.25em;
        width: 100%;
           -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .resultsNewsletterSignup #mc_embed_signup div.mce_inline_error {
        background: red;
        font-weight: normal;
        font-size: 0.8em;
        border-radius: 0 0 0.25em 0.25em;
    }

    .resultsNewsletterSignup .response {
        padding: 1em;
        margin-bottom: 1em;
        background: $gray;
        color: #000;
    }

    .resultsNewsletterSignup a {
        color: inherit;
        text-decoration: none;
        font-weight: 700;
    }


    .resultsNewsletterSignup #mce-success-response {
        background: green;
        color: #fff;
    }

/* End of Newsletter Sign up*/
