/*======================================================
  STRUCTURE.CSS
  ======================================================

    1.  FLUID CONTAINER
    2.  HEADER 
            - Logo
            - Search
            - Main Nav
            - Mobile Nav
            
    3.  CONTENT AREA
            - Interior Banner
            - Actions Container
            - Subnav
            - Print Area
            - Right Column
                - Quick Links
                - Contact
    4.  HOMEPAGE
            - Homepage Banner
            - Homepage Content
    6.  FOOTER
	  7.  FEEDBACK LINK
    8.  MEDIA QUERIES
            - Desktop
            - Tablet
            - Mobile
            - Narrow Mobile
    8.  DEVELOPER TWEAKS
		9.	CUSTOM CSS

  ===================================================== */

/*======================================================
  0. BODY STYLES
  ===================================================== */

html, body, header, footer {
    min-width: 320px;
}

#uber, body, html {
    width: 100%;
}

#uber {
    background: #fff url(../images/structure/bgGradient.png) top center repeat-x;
}

    #uber.interior {
        width: 100%;
        overflow: hidden;
    }


/*======================================================
  1. FLUID CONTAINER
  ===================================================== */

.ic-container-fluid {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0;
}

/*======================================================
  2. HEADER
  ===================================================== */

header {
    width: 100%;
    padding: 20px 0 0 0;
    position: relative;
    z-index: 3000;
}

.headerInner {
    width: 94%;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}


header a, header a:link, header a:visited {
    color: #000;
}

.headerTopLeft {
    width: 50%;
    float: left;
    display: table;
}


/*==================
  Logo
====================*/

#logo {
    max-width: 300px;
    display: table-cell;
    vertical-align: bottom;
}

    #logo a{ display:block;}

    #logo img {
        display: block;
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    #logo a:focus img {
        outline: 1px solid #0078AE;
    }

#printLogo {
    display: none;
}


.homepage h1 {
    height: 0;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 0;
}

/*==================
  HEADER SOCIAL LINKS
====================*/


.socialLinks {
    overflow: hidden;
    display: table-cell;
    white-space: nowrap;
    padding-left: 10px;
    text-align: right;
    vertical-align: top;
    padding-top: 48px;
}

    .socialLinks a {
        display: inline-block;
        margin-left: 1px;
        width: 40px;
        height: 40px;
    }

        .socialLinks a:focus {
            border: solid 1px #fff;
        }

        .socialLinks a img {
            display: block;
            width: 40px;
            height: 40px;
        }


/*==================
  Search
====================*/

.headerTopRight {
    width: 50%;
    float: right;
    padding-left: 10px;
}

.searchContainer {
    display: inline-block;
    float:left;
    width: 63%;
    height: 40px;
    padding: 0;
    margin-top: 48px;
    vertical-align: top;
}

.search {
    width: 100%;
    float: right;
    height: 40px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    border: solid 1px #ccc;
}

/*================= CLUDO SEARCH */

.searchContainer .searchInput{
    width: 100%;
    height: 38px;
    padding: 4px 36px 4px 7px;
    float: left;
    font-size: 1.063em;
    color: #000;
    background: none;
    border: none;
    overflow: hidden;
    -webkit-appearance: none;
    border-radius: 3px 0 0 3px;
}

.searchContainer .searchInput::placeholder {
    color: #000;
}

.searchContainer .searchInput:focus::placeholder {
    color: #000;
}

.searchContainer .searchButton {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: block;
    float: right;
    text-indent: -9999px;
    background: url(../images/structure/icon-search.png) center center no-repeat !important;
    background-size: 20px auto !important;
    border-radius: 0;
    overflow: hidden;
}

.no-backgroundsize .searchContainer .searchButton {
    background: url(../images/structure/icon-search.png) center center no-repeat !important;
}

.searchContainer .searchButton:focus {
    border: dotted 1px #666;
}

.searchContainer ul.search_autocomplete{
    border: none !important;
    margin-top: -1px;
    left: 0;
}

#cludo-search-form-content button, #cludo-close button{
    margin: 0 !important;
}

/*================= OLD SEARCH */
    /*.search form {
        display: block;
    }

    .search input {
        border: none;
        outline: none;
        background: none;
    }

        .search input.searchText {
            width: 100%;
            height: 40px;
            padding: 5px 36px 5px 7px;
            float: left;
            font-size: 1.063em;
            color: #000;
            background: none;
            border: none;
            overflow: hidden;
            -webkit-appearance: none;
            border-radius: 3px 0 0 3px;
        }

    .search .gobutton {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        display: block;
        float: right;
        text-indent: -9999px;
        background: url(../images/structure/icon-search.png) center center no-repeat !important;
        background-size: 20px auto !important;
        border-radius: 0;
    }

.no-backgroundsize .search .gobutton {
    background: url(../images/structure/icon-search.png) center center no-repeat !important;
}

.search .gobutton:focus {
    border: dotted 1px #666;
}*/

/*==================
  Main Nav
====================*/
.mainNavContainer {
    clear: both;
}

#mainNav {
    width: 100%;
    padding-top: 24px;
    overflow: hidden;
}

/*==================
  Mobile Nav
====================*/

.mobileNav {
    display: none;
    width: 100%;
    padding-top: 12px;
    float: right;
}


/*======================================================
  2.5 SMALL HEADER (INCLUDING NAV STYLES)
  ===================================================== */

.fixedHeader {
    display: none;
}


@media only screen and (min-width : 768px) { /* inside media query to exclue ie8 */

    .fixedHeader {
        -webkit-transition: transform 200ms linear;
        -moz-transition: transform 200ms linear;
        transition: transform 200ms linear;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding-top: 26px;
        padding-bottom: 20px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    }

        .fixedHeader .searchContainer {
            margin-top: 0;
            width: 60%;
        }

        .fixedHeader .search {
            height: 30px;
        }

        .fixedHeader .searchContainer .searchInput{
            height: 28px;
            font-size: .85em;
        }

        .fixedHeader .searchContainer .searchButton{
            height: 28px;
            width: 30px;
        }

        .fixedHeader .searchContainer ul.search_autocomplete{
            margin-top: -10px;
        }

            /*.fixedHeader .search input.searchText {
                height: 30px;
                font-size: .85em;
            }

            .fixedHeader .search .gobutton {
                height: 30px;
                width: 30px;
            }*/

        .fixedHeader #logo {
            width: 200px;
            display: block;
            float: left;
            margin-top: -16px;
            position: relative;
            z-index: 10;
        }

        .fixedHeader .socialLinks {
            width: 140px;
            float: right;
            display: block;
            padding-left: 0;
            padding-top: 0;
            position: relative;
            z-index: 10;
        }

            .fixedHeader .socialLinks img {
                width: 30px;
                height: 30px;
            }

            .fixedHeader .socialLinks a {
                width: 30px;
                height: 30px;
            }

        .fixedHeader #mainNav {
            padding-top: 0;
            padding-bottom: 3px;
        }

        .fixedHeader #nav > li, .fixedHeader #nav > li > a {
            height: 30px !important;
            -webkit-border-radius: 3px !important;
            -moz-border-radius: 3px !important;
            border-radius: 3px !important;
            border: none !important;
        }

            .fixedHeader #nav > li:first-child {
                padding-left: 0 !important;
            }

            .fixedHeader #nav > li > a.mainNavItem > span {
                font-size: 0.750em;
                padding: 0 5px;
            }

            .fixedHeader #nav > li.sfHover, .fixedHeader #nav > li {
                height: 40px;
            }

                .fixedHeader #nav > li > a.current {
                    height: 40px;
                    background: #eaeaea !important;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    border-right: none;
                }

    .ie .fixedHeader #nav > li > a.current {
        border: 1px solid #ccc !important;
    }

    .ie .fixedHeader #nav > li.sfHover > a.current {
        border: none !important;
    }

    .fixedHeader #nav > li > a.current {
        background: #fff !important;
        box-shadow: 0 1px 2px rgba(0,0,0,0.4);
        border: none !important;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

        .fixedHeader #nav > li > a.current:hover,
        .fixedHeader #nav > li.sfHover > a {
            box-shadow: none;
        }

            .fixedHeader #nav > li > a.currentHover span,
            .fixedHeader #nav > li > a.current span,
            .fixedHeader #nav > li.sfHover > a.mainNavItem span {
                position: relative;
                top: 0;
                background: #fff url(../images/structure/chevron-down-03.png) 95% center no-repeat !important;
            }



    .fixedHeader #mainNav .dropDownContainer {
        margin-top: 5px;
        -webkit-box-shadow: 0 3px 2px -2px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 3px 2px -2px rgba(0,0,0,0.5);
        box-shadow: 0 3px 2px -2px rgba(0,0,0,0.5);
        border: none !important;
    }

    /* transition in and out of frame */

    .pinned .fixedHeader {
        -webkit-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        display: block;
    }

    .unpinned .fixedHeader {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
        display: block;
    }

    .pinned.headroomTop .fixedHeader {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}


@media only screen and (min-width : 1240px) {

    .fixedHeader {
        padding-top: 30px;
    }

        .fixedHeader .socialLinks {
            display: block;
        }

        .fixedHeader #mainNav {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding-left: 205px;
            padding-right: 375px;
            overflow: visible;
            padding-top: 0;
            z-index: 1;
        }

        .fixedHeader .headerTopLeft {
            width: 100%;
            display: block;
            padding-right: 235px;
        }

        .fixedHeader #logo {
            margin-top: -10px;
        }

        .fixedHeader .headerTopRight {
            width: 230px;
            position: absolute;
            top: 0;
            right: 0;
            padding-left: 0;
            z-index: 10;
        }

        .fixedHeader #nav > li {
            padding-left: 2px !important;
        }
}


/*======================================================
  3. CONTENT AREA
  ===================================================== */

#intBg {
    float: left;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

#intBGGradient {
    display: none;
}

#intBg img {
    min-width: 100%;
    min-height: 100%;
    float: left;
}

/* TOGGLE CONTENT DIV */

.toggleContent {
    padding: 10px;
    background: #eaeaea;
    font-size: .9em;
    margin: 10px 0;
}

#mainInner {
    width: 94%;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    top: -1px;
    border: solid 1px #ccc;
    background: url(../images/structure/bg-border.gif) right top repeat-y;
}

#contentInt {
    float: left;
    width: 75%;
    padding: 40px 30px 0 30px;
    background: #fff;
}

    #contentInt:before {
        content: '';
        background: #fff;
        position: absolute;
        width: 75%;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

#printArea > *:first-child {
    padding-top: 0;
    margin-top: 0;
}

.wide #contentInt {
    width: 100%;
}

    .wide #contentInt:before {
        width: 100%;   
    }

.topContent {
    position: relative;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
    padding-right: 220px;
}

.subNavOpen .topContent {
    margin-bottom: 0px;
}

.pageHeadingContainer {
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

#printAreaContent > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

#main {
    padding: 0 0 16px 0;
}

#mainContent:focus, #printAreaContentDotNet:focus {
    outline: none;
}

#mobileHeading {
    display: none;
}

#interiorLeftColumnBorder {
    background: none repeat scroll 0 0 #d3d3d3;
    bottom: 0;
    right: 75%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}

.wide #interiorLeftColumnBorder {
    display: none;
}

#subNavContainer {
    float: left;
    width: 25%;
    min-height: 1px;
}

#subNavBackground {
    background: #f4f5f6;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25%;
    z-index: -1;
}

#subNavContainer.wide {
    display: none;
}

#intBanner {
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
    position: relative;
    /*background: url(../en/rotatingimages/defaultInterior/defaultInteriorBanner.jpg); */
    background-size: cover !important;
    -ms-behavior: url(/styles/backgroundsize.min.htc);
}

    #intBanner p {
        margin: 0 !important;
        padding: 0 !important;
    }

    #intBanner img {
        width: 100%;
        height: auto;
    }

.subNavTrigger {
    display: none;
    font-size: .85em;
    text-align: center;
    color: #000 !important;
}

    .subNavTrigger img {
        width: 34px;
        display: block;
        margin: 0 auto;
        height: auto;
    }



/*==================
  SubNav
====================*/

.uberInt {
    display: block;
}


/*==================
  Right Column
====================*/

#intFloatRight {
    float: right;
    margin: 0 0 5% 5%;
    width: 27%;
    z-index: 1250;
    min-width: 225px;
}

#RightImageContainer {
    margin-bottom: 20px;
    border: 1px solid #8d8d8d;
}

#RightImage {
    border: 2px solid #FFF;
}

    #RightImage img {
        width: 100%;
    }


/*======================================================
  4. HOMEPAGE
  ===================================================== */


/* ===================== BANNER TEXT */

.bannerGradient {
    height: 292px;
    width: 100%;
    background: url(../images/structure/bannerGradient.png) bottom center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ic-slider-text {
    display: block;
    position: absolute;
    right: 0;
    bottom: 120px;
    width: 100%;
    text-align: center;
    z-index: 2;
}


.ic-slider-content-foreground {
    display: inline-block;
    color: #fff;
    max-width: 650px;
    overflow: hidden;
}

    .ic-slider-content-foreground h2 {
        font-size: 4.375em;
        padding: 0;
        margin: 0;
        color: #fff;
        font-family: 'verbbold', 'Helvetica Neue', Helvetica, Arial;
        font-weight: normal;
        text-shadow: 0 2px 2px rgba(0,0,0,0.5);
    }

    .ic-slider-content-foreground p {
        font-size: 1.813em;
        font-family: 'verbbold', 'Helvetica Neue', Helvetica, Arial;
        font-weight: normal;
        text-shadow: 0 2px 2px rgba(0,0,0,0.5);
        margin: 0;
        padding: 0;
        line-height: 1.06em;
    }

.bannerButton {
    display: inline-block;
    padding: 7px 50px;
    font-size: 1.125em;
    color: #000 !important;
    background: #ffc423;
    text-align: center;
    background: rgba(255,196,35,.83);
    font-family: 'verbbold', 'Helvetica Neue', Helvetica, Arial;
    font-weight: normal;
    margin: 20px 0 0 0;
}

    .bannerButton:hover,
    .bannerButton:focus,
    .bannerButton:active {
        background: #e0ad21;
        text-decoration: none;
        color: #000;
    }

/*=====================
  HOMEPAGE NEWS TICKER
======================= */

.homepage .tickerContentOuter {
    background: #000;
    background: rgba(0,0,0,0.8);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 50px;
}

.homepage .ticker-content {
    width: 100%;
    line-height: 50px;
    padding-right: 60px;
    position: relative;
    color: #fff;
}

    .homepage .ticker-content .newsTickerTitle {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        font-family: 'verbbold', 'Helvetica Neue', Helvetica, Arial;
    }

    .homepage .ticker-content ul, .ticker-content ul li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .homepage .ticker-content ul {
        display: block;
        padding-left: 120px;
        width: 100%;
    }

        .homepage .ticker-content ul li {
            display: block;
            width: 100%;
        }

            .homepage .ticker-content ul li a {
                display: block;
                color: #fff !important;
                text-decoration: none;
                width: 100%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

.homepage #newsPause {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    text-indent: -9999px;
}

    .homepage #newsPause a {
        display: block;
        width: 26px;
        height: 26px;
        background: url(../images/structure/news-pause.png) center center no-repeat;
    }

    .homepage #newsPause.selected a {
        background: url(../images/structure/news-play.png) center center no-repeat;
    }

#pageSubscription{
	float: left;
	display: block;
	width: 100%;
	clear: both;
	padding: 10px 20px 10px 40px;
	color: #FFF !important;
	font-weight: bold;
	margin: 0 0 0 0;
	overflow: hidden;
	background-image: url(../images/actions/icon_subscribe2x.png);
	background-position: 13px center;
	background-repeat: no-repeat;
	background-size: auto 13px;
}

.no-backgroundsize #pageSubscription{
	background-image: url(../images/actions/icon_subscribe.png);
}


/*======================================================
  5. FOOTER
  ===================================================== */

footer {
    position: relative;
    background: #fff;
}

#atozBar {
    font-size: 1.188em;
    padding: 20px 0;
    background: #005696;
    color: #fff;
    background-image: url(../images/structure/arrowDownAtoZ.png);
    background-position: top center;
    background-repeat: no-repeat;
}

    #atozBar span {
        display: inline-block;
        padding-top: 4px;
        max-width: 110px;
        overflow: hidden;
    }

    #atozBar ul, #atozBar li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #atozBar ul {
        display: inline-block;
        float: right;
    }

    #atozBar li {
        display: inline-block;
    }

        #atozBar li a {
            display: block;
            width: 33px;
            height: 33px;
            overflow: hidden;
            line-height: 30px;
            text-align: center;
            color: #fff;
            text-transform: lowercase;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

            #atozBar li a:hover,
            #atozBar li a:focus,
            #atozBar li a:active {
                background: rgba(255,255,255,.2);
                text-decoration: none;
            }

.no-rgba #atozBar li a:hover,
.no-rgba #atozBar li a:focus,
.no-rgba #atozBar li a:active {
    text-decoration: underline;
}


.navTab01 #atozBar {
    background-color: #008449;
}

.navTab02 #atozBar {
    background-color: #007169;
}

.navTab03 #atozBar {
    background-color: #006184;
}

.navTab04 #atozBar {
    background-color: #005696;
}

.footerBottom {
    position: relative;
    min-height: 320px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 0.875em;
    background: #fff;
}

.footerBottomLeft {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
}

.footerLogo {
    display: block;
    width: 218px;
    height: auto;
}

.footerBottomLeft .socialLinks {
    display: block;
    padding: 0;
    text-align: left;
}

    .footerBottomLeft .socialLinks a {
        display: inline-block;
        margin-left: 1px;
        width: 24px;
        height: 24px;
    }

        .footerBottomLeft .socialLinks a img {
            display: block;
            width: 24px;
            height: 24px;
        }

.footerNavMega {
    padding-left: 300px;
}


    .footerNavMega a.footerMegaMainItem {
        display: block;
        font-size: 1.2em;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 10px;
        font-family: 'verbbold', 'Helvetica Neue', Helvetica, Arial;
        width: 100%;
        overflow: hidden;
    }


    .footerNavMega ul, .footerNavMega ul li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .footerNavMega ul li a {
            text-decoration: none;
            display: block;
            padding: 3px 0;
            line-height: 1.2em;
            width: 100%;
            overflow: hidden;
        }

            .footerNavMega ul li a:hover,
            .footerNavMega ul li a:active,
            .footerNavMega ul li a:focus {
                text-decoration: underline;
            }

    .footerNavMega .viewAll {
        display: block;
        padding: 5px 0;
    }

footer #esol {
    white-space: nowrap;
}


/*======================================================
  6. FEEDBACK LINK
  ===================================================== */

#feedbackLink {
    position: absolute;
    right: 0;
    top: 386px;
    display: block;
    width: 46px;
    height: 146px;
    text-indent: -9999em;
    overflow: hidden;
    background: #FFF url(../images/structure/feedback.png) center center no-repeat;
    z-index: 2;
}

    #feedbackLink:hover, #feedbackLink:focus {
        width: 50px;
        padding-right: 6px;
    }

    #customerServiceLink {
    position: absolute;
    right: 0;
    top: 196px;
    display: block;
    width: 46px;
    height: 180px;
    text-indent: -9999em;
    overflow: hidden;
    background: #FFF url(../images/structure/bt_customer-service.jpg) center center no-repeat;
    z-index: 2;
}

    #customerServiceLink:hover, #customerServiceLink:focus {
        width: 50px;
        padding-right: 6px;
    }

/*======================================================
  7. MEDIA QUERIES
  ===================================================== */

@media only screen and (max-width : 1391px) {

    #feedbackLink {
        width: 22px;
    }

        #feedbackLink:hover, #feedbackLink:focus {
            width: 26px;
        }
    #customerServiceLink {
        width: 22px;
    }

        #customerServiceLink:hover, #customerServiceLink:focus {
            width: 26px;
        }
}

@media only screen and (max-width : 1200px) {


    #atozBar {
        text-align: center;
    }

    #atozBar ul {
           width: 100%;
           display: block;
        }


        #atozBar span {
            text-align: center;
        }

        
}

@media only screen and (max-width : 1100px) {

    .logoText {
        bottom: 3px;
    }

}


/*==================
  Tablet
====================*/


/*  ipad landscape ==========*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

    header .socialLinks a {
        display: inline-block;
        margin-right: 2px;
    }

    .footerBottomLeft .socialLinks a {
            display: inline-block;
            width: auto;
            height: auto;
            margin-top: 5px;
            margin-left: 3px;
        }

            .footerBottomLeft .socialLinks a img {
                display: block;
                height: 40px;
                width: 40px;
            }
}


@media only screen and (max-width : 991px) {

    header .socialLinks {
        display: none;
    }

    #logo img {
        margin-top: 20px;
        max-width: 300px;
    }

    .headerTopRight {
        padding-left: 0;
        width: 100%;
    }

    .topContent {
        padding-right: 0 !important;
        border-bottom: none;
    }

    .searchContainer {
        margin-top: 20px;
    }

    /* Content Area ===== */

    #intBg {
        position: absolute;
        max-width: 100%;
        overflow: hidden;
        bottom: auto;
    }

    #intBGGradient {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: url(../images/structure/gradient-intbanner.png) left bottom repeat-x;
        height: 427px;
    }

    #intBg img {
        min-height: 0;
    }

    #contentInt {
        width: 100%;
        min-height: 0 !important;
    }

    #mainContent {
        width: 100%;
    }

    #interiorLeftColumnBorder {
        display: none;
    }

    #subNavContainer {
        display: none;
    }
    
    .searchContainer .searchInput {
        font-size: .9em;
        -webkit-appearance: none;
    }

    /*.search input.searchText {
        font-size: .9em;
        -webkit-appearance: none;
    }*/

    #pageHeading {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

        #pageHeading h1 {
            display: table-cell;
            margin: 0;
            padding: 0 20px 10px 0;
            vertical-align: middle;
        }

    .subNavTriggerContainer {
        display: table-cell;
        width: 54px;
        text-align: center;
        padding-left: 10px;
        vertical-align: middle;
    }

    .subNavTrigger {
        display: block;
        float: right;
    }

    #atozBar {
        background-image: none !important;
    }

        #atozBar ul {
            margin-top: 15px;
        }



    /* ========== 2nd Level (Drop-down) Quick Links ========== */

    .socialLinks {
        width: 100%;
        overflow: hidden;
        position: relative;
        right: auto;
        text-align: center;
        height: auto;
        line-height: 24px;
        margin-bottom: 5px;
        top: auto;
        padding-top: 10px;
        margin-top: 0;
        z-index: 403;
    }

    #feedbackLink {
        position: relative;
        top: 15px;
        right: auto;
        width: 100px!important;
        height: 50px;
        display: inline-block;
        background: url(../en/images/structure/feedback2x.png) 0 0 no-repeat;
        background-size: 100px auto;
        border: none !important;
        margin-left: 15px;
    }

    .no-backgroundsize #feedbackLink {
        background: url(../en/images/structure/feedback.png) center center no-repeat;
    }

    #customerServiceLink {
        position: relative;
        top: 15px;
        right: auto;
        width: 150px !important;
        height: 50px;
        display: inline-block;
        background: url(../en/images/structure/bt_customer-service-horizontal-lg.png) 0 0 no-repeat;
        background-size: 150px auto;
        border: none !important;
        margin-left: 15px;
    }

    .no-backgroundsize #customerServiceLink {
        background: url(../en/images/structure/bt_customer-service-horizontal-sm.png) center center no-repeat;
    }

    .footerBottom {
        padding-bottom: 0;
    }

        .footerBottom .ic-container-fluid {
            width: 100%;
        }

    .footerBottomLeft {
        position: relative;
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }

        .footerBottomLeft .socialLinks a {
            display: inline-block;
            width: auto;
            height: auto;
            margin-top: 5px;
        }

            .footerBottomLeft .socialLinks a img {
                display: block;
                height: 40px;
                width: 40px;
            }

    .footerLogo {
        display: inline-block;
    }

    .footerBottomLeft .socialLinks {
        text-align: center;
    }

    .footerNavMega {
        padding: 15px 3%;
        background: #eaeaea;
    }
}

#pageSubscriptionContainer {
    float:right;
    width: 27%;
    min-width: 225px;
}

/*==================
  Wide Mobile
====================*/

@media only screen and (max-width : 767px) {

    .headerTopLeft {
        width: 40%;
    }

    #logo img {
        width: 100%;
        margin-top: 0;
    }

    .headerTopRight {
        width: 60%;
    }

    .searchContainer .searchInput {
        font-size: .8em;
    }

    /*.search input.searchText {
        font-size: .8em;
    }*/

    .searchContainer {
        width: 100%;
    }

    #mainNav {
        padding-top: 5px;
    }


    /* #feedbackLink, .interior #feedbackLink {
        display: none !important;
    } */

    /* Content Area ========= */

    .toggleContent {
        display: none;
    }

    #uberMain {
        width: 100%;
        border: none;
    }

    #contentInt {
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #main {
        padding-top: 20px;
    }

    #mobileHeading h1 {
        padding: 10px 10px 10px 0;
    }

    #actionsContainer {
        margin-top: 120px;
        border-top: solid 1px #ccc;
    }

    #actions {
        margin: 0;
    }

        #actions div {
            display: none;
        }

        #actions .resizeText {
            display: block;
        }

    #breadcrumbContent {
        display: none;
    }

    #pageSubscriptionContainer {
        float: none;
        width: 100%;
    }

    .headlineContainer {
        display: table;
        width: 100%;
        padding: 20px 0;
        margin-bottom: 20px;
        border-bottom: dotted 1px #000;
    }

        .headlineContainer > * {
            vertical-align: middle;
        }

    .contentSection {
        padding: 40px 0;
    }

    .button, a.button {
        width: 100%;
    }

    #intFloatRight {
        width: 100%;
        padding-top: 30px;
        margin-top: 30px;
        border-top: solid 1px #ccc;
    }

    #RightImage, #RightImageContainer {
        display: none;
    }
    /* HOMEPAGE ===== */

    .ic-slider-text {
        bottom: 70px;
    }

    .ic-slider-content-foreground {
        width: 94%;
        max-width: none;
    }

        .ic-slider-content-foreground h2 {
            font-size: 2em;
            line-height: 1.2;
        }

        .ic-slider-content-foreground p {
            font-size: 1em;
            line-height: 1.2;
        }

        .ic-slider-content-foreground .bannerButton {
            font-size: .85em;
            padding: 5px 20px;
        }


    .ticker-content {
        padding-right: 0;
        font-size: .85em;
    }

        .ticker-content .newsTickerTitle {
            display: none !important;
        }

    .homepage .ticker-content ul {
        padding: 0 !important;
    }

    #newsPause {
        display: none;
    }

    /* Footer ========= */


    .mobileSocialLinks {
        display: block;
    }

        .mobileSocialLinks .socialLinks {
            text-align: center;
            display: block;
        }

    .socialLinks span {
        display: none;
    }

    footer, .homepage footer {
        padding: 0;
        position: relative;
        background: none;
    }

    #atozBar {
        display: none;
    }

    .footerBottom {
        padding-top: 20px;
    }

        .footerBottom .ic-container-fluid {
            width: 100%;
        }

    .footerLogo {
        width: 160px;
    }

    .footerNavMega {
        background: #eaeaea;
        text-align: center;
    }

        .footerNavMega ul {
            display: none;
        }

        .footerNavMega .viewAll {
            display: none;
        }

        .footerNavMega a.footerMegaMainItem {
            display: block;
            width: 100%;
            padding: 10px 0;
            margin: 0;
            border-top: solid 1px #ccc;
            font-size: 1em;
        }

            .footerNavMega a.footerMegaMainItem.first {
                border: none;
            }

    footer .eSol {
        text-align: center;
    }
}

@media only screen and (max-width : 480px) {

    .searchContainer {
        margin-top: 0;
    }

    #mainInner {
        width: 96%;
    }
}

@media only screen and (max-width : 400px) {

    .headerInner {
        width: 100%;
    }

    #logo img {
        display: inline-block;
        max-width: 140px;
        height: auto;
    }

    .headerTopLeft, .headerTopRight {
        margin: 3px 0;
        padding: 0;
        float: none;
    }

    .headerTopLeft {
        width: 100%;
        text-align: center;
    }

    .headerTopRight {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
}


/*======================================================
  8. DEVELOPER TWEAKS
  ===================================================== */

/*Make sure the dialog windows don't overflow on devices*/
div.ui-dialog {
    max-width: 100%;
}

.smallWidthHeader {
    display: none;
}

.landingBoxImage p {
    margin: 0 !important;
}

/* FEEDBACK CSS FIX */

.ffFormContainer .ffSpecificContainer .ui-tabs-nav li.ui-state-active a {
    color: #fff !important;
}

    .ffFormContainer .ffSpecificContainer .ui-tabs-nav li.ui-state-active a:hover {
        background: #666;
    }

@media only screen and (max-width : 767px) {

    .contactHeader .contactHeading {
        display: none;
    }

    .smallWidthHeader {
        display: block;
    }
}

/*======================================================
  9.  Custom Burlington CSS
  ===================================================== */
	
.ic-slider-content-foreground h2 {
	line-height:1.000em!important;
	margin-bottom:0.250em!important; }
	
.ic-slider-content-foreground p {
	line-height:1.200em!important;
	margin-bottom:0.500em!important; }
	
#atozBar li a {
	cursor:pointer; }
	
#nav > li > a.mainNavItem {
	text-decoration: none!important; }
	
/* .ic-slider-content-foreground a {
	text-decoration: none!important; } */
	
table.DirectoryBoxes td li.box-date {
	list-style-type:none!important;
	margin: 0 !important;
	border:none !important;
	padding: 0px 10px 5px 30px !important; }
	
table.DirectoryBoxes td li.box-simple {
	list-style:inside!important;
	list-style-type:disc!important;
	margin: 0 !important;
	border:none !important;
	padding: 0px 10px 5px 30px !important; }
	
.feedbackModal div.ffLogo img {
    max-width:50% !important;
    padding-bottom:10px !important; }