/*======================================================
  STRUCTURE.CSS
  ======================================================

    0.  BODY STYLES
	1.  FLUID CONTAINER
    2.  HEADER 
            - Logo
            - Top Nav
            - Search
            - Mobile Search
            - Main Nav
            - Mobile Nav
            
    3.  CONTENT AREA
            - Subnav
            - Right Column

    4.  HOMEPAGE
            - Homepage Content
            - Homepage Calendar
            - Homepage Social Links
            - Interior Social Links
    5.  FOOTER
	
    6.  MEDIA QUERIES
            - Desktop
            - Tablet
            - Mobile
            - Narrow Mobile
			
    7.  DEVELOPER TWEAKS

  ===================================================== */


/*======================================================
  0. BODY STYLES
  ===================================================== */

html, body, header, footer {
    min-width: 320px;
}

#uber, body, html {
    width: 100%;
}

#uber.homepage{
	background: #FFF;
}

#uber.interior{
	background: #ecf0f3;
}


/*======================================================
  1. FLUID CONTAINER
  ===================================================== */

.ic-container-fluid {
    width: 94%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0;
}

/*======================================================
  2. HEADER
  ===================================================== */
header {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1000;
    background: #ecf0f3;
}

.headerInner {
    width: 98%;
    position: relative;
    margin: 0 auto;
    padding: 0 54px 0 54px;
    max-width: 1300px;
}

    header a, header a:link, header a:visited {
        color: #000;
    }

.headerLeft {
    position: absolute;
    left: 0;
    top: 8px;
    width: 188px;
    padding: 0 34px 0 0;
    float: left;
}

.headerRight {
    width: 100%;
    padding: 0 0 0 188px;
    float: right;
}

.headerTop{
    float: right;
    text-align: right;
    max-width: 100%;
    padding: 15px 0 15px 0;
}

.headerBottom{
    float: right;
    width: 100%;
    max-width: 795px;
    padding: 0 300px 23px 0;
    position: relative;
}


/*==================
  Logo
====================*/

#logo {
    width: 100%;
    float: left;
}

    #logo img {
        display: block;
        width: 100%;
        height: auto;
    }

    #logo a:focus img {
        outline: 1px solid #003d79;
    }

.homepage header h1, .homepage h1{
    width: 0px;
    height: 0px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
}


/*==================
  Top Nav
====================*/

#topNav {
    padding: 4px 0px 0px 0px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
}

#topInfo{
    float: right;
}

#topText{
    float: left;
    max-width: 100%;
    padding: 4px 0px 0px 0px;
}

#topText p{ margin: 0 0 0 20px !important; float: left; }


/*==================
  Search
====================*/

.searchContainer {
    clear: both;
    width: 100%;
    float: right;
    padding-right: 10px;
    height: 40px;
}

.mobileSearchContainer {
    display: none;
}

.search {
    width: 100%;
    float: right;
    height: 40px;
    background: #fff;
    border: solid 1px #b7b7b7;
    border-radius: 3px;
}

    .search form {
        display: block;
    }

    .search input {
        border: none;
        outline: none;
        background: none;
    }

        .search input.searchText {
            width: 80%;
            height: 38px;
            font-size: 1.200em;
            padding: 0 18px;
            margin: 0;
            float: left;
            color: #000;
            background: none;
            border: none;
            overflow: hidden;
            -webkit-appearance: none;
        }

    .search .gobutton {
        width: 20%;
        display: block;
        max-width: 44px;
        height: 38px;
        margin: 0;
        padding: 0;
        float: right;
        text-indent: -9999px;
        background: url(../images/structure/icon-search2x.png) center center no-repeat !important;
        background-size: 22px auto !important;
        border-radius: 0 6px 6px 0;
    }

.no-backgroundsize .search .gobutton {
    background: #eaeaea url(../images/structure/icon-search.png) center center no-repeat !important;
}

.search .gobutton:focus {
    border: dotted 1px #b7b7b7;
}

/*================= MOBILE SEARCH */

.mobileSearchContainer {
    width: 100%;
    margin: 10px auto;
    display: none;
}


/*==================
  Main Nav
====================*/

.mainNavContainer {
    clear: both;
    background: #FFF;
    border-top: 1px solid #b7b7b7;
}

.homepage .mainNavContainer { border-bottom: 9px solid #003d79;}

#mainNav {
    width: 98%;
    max-width: 1300px;
    padding: 0 54px 0 188px;
    margin: 0 auto;
}

/*==================
  Mobile Nav
====================*/

.mobileNav {
    display: none;
    width: 100%;
    float: right;
    height: 50px;
}


.mobileDropDown {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-bottom: 20px;
}

.navOpen .mobileDropDown {
    display: block;
}


/*======================================================
  3. CONTENT AREA
  ===================================================== */

.homepage #uberMain{ margin-top: 12px; }


/* TOGGLE CONTENT DIV */

.toggleContent {
    padding: 10px;
    background: #eaeaea;
    font-size: .9em;
    margin-bottom: 20px;
}

#mainInner{
	margin: 0 auto;
	max-width: 1300px;
	padding: 0 54px;
	position: relative;
	width: 98%;
}

#main {
    background: #fff;
    padding: 7px 7px;
	margin: 8px 0 25px 0;
}

#interiorLeftColumn{
	float: left;
	width: 25%;
	border: 1px solid #ccc;
}

#interiorLeftColumn.wide, .wide #interiorLeftColumn, .wide #subNavContainer, .wide #contactMainContainer{ display: none; }

#mainContent:focus {
    outline: none;
}

.topContent {
    padding: 20px 0 12px 0;
    padding-right: 230px;
    position: relative;
	width: 100%;
}

#pageHeading { min-height: 44px;}
#pageHeading h1{ padding: 0; }

.subNavOpen .topContent {
    margin-bottom: 0px;
}

#mobileHeading {
    display: none;
}

#subNavContainer.wide {
    display: none;
}

#intBanner {
    width: 100%;
    height: 0;
    padding-bottom: 30%;
    border: solid 1px #bcbcbc;
    position: relative;
    margin-bottom: 40px;
    overflow:hidden;
    background: url(../en/resourcesGeneral/banner_int_sample.jpg);
    background-size: cover;
    -ms-behavior: url(/styles/backgroundsize.min.htc);
}

    #intBanner img {
        width: 100%;
        height: auto;
        width:100%;
    }

    #intBanner p
    {
        margin:0;
        padding:0;
    }
#intBanner.hasImage {
        background: none;
        height: auto;
        padding-bottom: 0;
		max-height: 300px;
    }
#intBanner.hasImage .eSolutionsGroupPhotoGalleryV2PlaceholderDiv 
{
    height:auto !important;
    }
.subNavTrigger {
    display: none;
    font-size: .85em;
    text-align: center;
    color: #000 !important;
}

    .subNavTrigger img {
        width: 34px;
        display: block;
        margin: 0 auto;
        height: auto;
    }

#contentInt {
    background: #fff;
    overflow: hidden;
	padding: 0 23px 30px 30px;
}

.wide #contentInt {
    width: 100%;
    margin-left: 0;
	padding: 0 23px 30px 23px
}



/*==================
  SubNav
====================*/

.uberInt {
    display: block;
}


/*==================
  Right Column
====================*/

#intFloatRight {
    float: right;
    margin: 0 0 30px 30px;
    width: 210px;
    z-index:1250;
}

#RightImage {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    min-height: 300px;
}

#RightImage img {
    width:100%;
}


/*======================================================
  4. HOMEPAGE
  ===================================================== */

/*======================
  HOMEPAGE CONTENT
======================== */

.mainSection {
    padding: 55px 0 0 0;
}

.mainSection img{ 
    max-width: 100%;
    width: 100%;
    height: auto;
    border: 1px solid #003d79;
}

.contentLeft{
    width: 75%;
    float: left;
    padding: 0 30px 0 0;
}

.contentRight{
    width: 25%;
    float: left;
}

.sectionBackground{
    background: #ecf0f3;
    padding: 70px 0 40px 0; 
}

.sectionBackground.sectionBackgroundWhite{
    background: #FFF;
}

.sectionContent{
    width: 98%;
    position: relative;
    margin: 0 auto;
    padding: 0 54px;
    max-width: 1300px;
}

.col-header h3,
#SMWrapper .SMLink h3{
    font-family:'UniversLTW01-57Condense_723821', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.400em;
    line-height: 1.524em;
    font-weight: normal;
    padding: 0 0 0 47px;
    text-transform: uppercase;
}

.col-header h3, .col-header h3 a{
    color: #000;
	font-weight: normal;
}


#colNews .col-header h3{
    background: url(../en/resourcesGeneral/socialicons/heading_icon_mediarelease2x.png) 0 0 no-repeat;
    background-size: 32px auto;
}
.no-backgroundsize #colNews .col-header h3{ background: url(../en/resourcesGeneral/socialicons/heading_icon_mediarelease.png) 0 0 no-repeat; }

#colYouTube .col-header h3{
    background: url(../en/resourcesGeneral/socialicons/heading_icon_youtube2x.png) 0 0 no-repeat;
    background-size: 32px auto;
}
.no-backgroundsize #colYouTube .col-header h3{ background: url(../en/resourcesGeneral/socialicons/heading_icon_youtube.png) 0 0 no-repeat; }

#colTwitter .col-header h3{
    background: url(../en/resourcesGeneral/socialicons/heading_icon_twitter2x.png) 0 0 no-repeat;
    background-size: 32px auto;
}
.no-backgroundsize #colTwitter .col-header h3{ background: url(../en/resourcesGeneral/socialicons/heading_icon_twitter.png) 0 0 no-repeat; }

#colFacebook .col-header h3{
    background: url(../en/resourcesGeneral/socialicons/heading_icon_facebook2x.png) 0 0 no-repeat;
    background-size: 32px auto;
}
.no-backgroundsize #colFacebook .col-header h3{ background: url(../en/resourcesGeneral/socialicons/heading_icon_facebook.png) 0 0 no-repeat; }

.col-content { overflow: hidden; }
.col-content .col-item { padding: 8px 0; }
.col-item, .col-item-title, .col-item-date, .col-item-description { overflow: hidden; }
.col-content .col-item:first-child { padding-top: 8px !important;}

.col-content p, .col-content h4, #SMWrapper .SMItem p, #SMWrapper .SMItem .fb-postTitle, #SMWrapper .SMItem .postedTitle{
	font-family:'Univers W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 3px 0 !important;
    font-size: 1em;
    line-height: 1.267em;
}
.col-content h4, #SMWrapper .SMItem h4, #SMWrapper .fb-postTitle a { color: #003d79; }

.col-content a, .col-content a:link, .col-content a:visited,
#SMWrapper .SMItem a, #SMWrapper .SMItem a:link, #SMWrapper .SMItem a:visited{
    font-weight: normal;
}

.col-content .col-item-date{
    color: #666666;
}

#colFacebook{
    padding: 30px 0 25px 0;
}
#colFacebook .col-content h4{ text-transform: uppercase; font-weight: normal; }

/*======================
  HOMEPAGE SOCIAL FEED
======================== */

#SMWrapper {
	padding: 0!important; 
	margin: 0!important;
}

#SMWrapper .SMLink {
	position: relative!important;
	top: unset;
	left: unset;
	width: 100%;
	padding: 0;
}

#SMWrapper .SMDropdown {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

#SMWrapper .SMDropdownInner a {
	color: #003d79!important;
}

#SMWrapper .sMItem {
	margin: 0!important;
	padding: 8px 0;
	width: 100%!important;
	float: none!important;
}

#SMWrapper #youtubeItem .SMLink h3 {
    background: url(../en/resourcesGeneral/socialicons/heading_icon_youtube2x.png) 0 0 no-repeat;
    background-size: 32px auto;
}


#SMWrapper #facebookItem .SMLink h3 {
    background: url(../en/resourcesGeneral/socialicons/heading_icon_facebook2x.png) 0 0 no-repeat;
    background-size: 32px auto;
}

#facebookItem .fb-postTitle { text-transform: uppercase; font-weight: normal; }

#SMWrapper .SMItem .postedTitle {
	white-space: normal;
	padding: 0;
}


/*======================
  HOMEPAGE CALENDAR EVENTS
======================== */

#colCalendar .col-item-title{
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
}

#colCalendar .col-item-title a{ font-weight: normal; }

#colCalendar .col-item-title h4, #colCalendar .col-item-title p:first-child {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding: 0 0 0 60px;
    width: 100%;
    font-size: 1.267em;
    font-weight: normal;
}

#colCalendar .col-item-title .col-item-date{
    width: 50px;
    height: 50px;
    margin: 0;
    border: 1px solid #9dbcd1;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.467em;
    line-height: 0.818em;
    font-weight: 300;
    text-transform: uppercase;
    color: #5d5d5d;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}

#colCalendar .col-item-title .col-item-date .date-month{
    font-size: 0.545em;
    color: #d51e47;
}

#colCalendar .viewAll{
    display: block;
    width: 200px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
    background: #fff;
	color: #000;
	font-weight: normal;
}

#colCalendar .viewAll img{
    width: 27px;
    height: auto;
    border: none;
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 15px;
}


/*======================
  HOMEPAGE SOCIAL LINKS
======================== */

.socialLinks {
    width: 100%;
    float: left;
    padding: 30px 0 25px 0;
}

.socialLinks h3{
    font-family:'UniversLTW01-57Condense_723821', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.400em;
    line-height: 1.524em;
    font-weight: normal;
    text-transform: uppercase;
}

    .socialLinks a {
        float: left;
        margin: 0 0 4px 4px;
        width: 36px;
        vertical-align: middle;
    }
    
    .socialLinks a:first-child { margin-left: 0; }

        .socialLinks a img {
            display: block;
            width: 100%;
            height: auto;
            border: none;
        }
        
.mobileSocialLinks{
    display: none;
}

.socialLinks a:focus img{
	outline: 3px solid #e6b546;
}

.homepage .socialLinks .socialIconsLabel {
    text-transform: uppercase;
}

/*======================
  INTERIOR SOCIAL LINKS
======================== */

.interior .socialLinks{
	position: absolute;
	right: 54px;
	top: 18px;
	padding: 0;
	width: auto;
	max-width: 320px;
	float: right;
}

.interior .socialLinks p{
	display: inline-block;
	float: left;
	color: #FFF;
	font-size: 0.867em;
	font-weight: normal;
	margin: 2px 15px 0 0;
}

.interior .socialLinks a{
	width: 26px;
	margin: 0 0 0 3px;
}



/*======================================================
  5. FOOTER
  ===================================================== */

footer {
    position: relative;
    background: #003d79;
    color: #FFF;
    font-size: 1em;
    line-height: 1.200em;
}

#footerInner{
    width: 94%;
    position: relative;
    margin: 0 auto;
    padding: 60px 54px;
    max-width: 1300px;
}

footer .footerLeft {
    position: absolute;
    left: 54px;
    top: 0;
    width: 200px;
}

footer #footerLogo {
    padding: 32px 0 0 0;
}

footer #footerLogo p{ margin: 0; }

footer #footerLogo img{
    width: 128px;
    height: auto;
}

footer #footerText {
	overflow: hidden;
}

footer .footerRight {
    width: 100%;
    padding-left: 200px;
}

footer .footerRight ul.footerSitemap, footer .footerRight ul.footerSitemap ul, footer .footerRight ul.footerSitemap li{
    margin: 0;
    padding: 0;
    list-style: none;
	overflow: hidden;
}

footer .footerRight ul.footerSitemap li{ padding: 5px 0; }

footer .footerRight ul.footerSitemap > li{
    display: block;
    width: 20%;
    float: left;
    padding: 0 0 0 30px;
}

footer .footerRight ul.footerSitemap li a{
    display: block;
    color: #c1e0ff;
    font-size: 0.933em;
    font-weight: normal;
}

footer .footerRight ul.footerSitemap > li > a{
    text-transform: uppercase;
    font-family:'UniversLTW01-57Condense_723821', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #FFF;
    font-size: 1.267em;
    padding-bottom: 20px;
}

#esol{
    padding: 25px 0 0 200px;
    float: right;
    text-align: right;
    width: 100%;
	font-size: 0.4em
}

#esol a{ color: #FFF; font-weight: normal; }


/*======================================================
  6. MEDIA QUERIES
  ===================================================== */

@media only screen and (max-width : 1200px) {
	footer .footerRight ul.footerSitemap > li > a{
		font-size: 1.067em;
	}
}

/*==================
  Tablet
====================*/

@media only screen and (max-width : 991px) {

	.headerInner, #mainNav, #mainInner, .sectionContent{
		width: 94%;
		padding: 0;
	}
    
    /* Header ========= */

    .headerLeft{
        width: 130px;
    }
    
    .headerRight{
        padding-left: 130px;
    }
    
    #mainNav{
        padding: 0;
    }
    
    #languageContainer{
        float: right;
    }
    
    .search, .search input.searchText{
        height: 35px;
        line-height: 35px;
    }
    
    .search .gobutton{
        height: 33px;
        background-size: 18px auto !important;
    }
    
    .headerBottom{
        padding-right: 280px;
        font-size: 0.833em;
    }
    
    
    /* Homepage ===== */
    
    .sectionContent{
        padding-left: 0;
        padding-right: 0;
    }
    
    .contentLeft{
        padding: 0;
        width: 100%;
    }
    
    .contentRight{
        width: 100%;
    }
    
    .socialLinks{ text-align: center; }
    .socialLinks h3{ text-align: center; }
    .socialLinks a {
        display: inline-block;
        float: none;
    }
    
	.interior .socialLinks{
		right: 0;
	}
	
    #colCalendar .col-item-title h4{
        font-size: 1.067em;
    }
    
    
    /* Footer ===== */
    
    #footerInner{
        padding-left: 0;
        padding-right: 0;
    }
    
    footer .footerLeft{
        width: 100%;
        text-align: center;
        position: relative;
        top: auto;
        left: auto;
    }
    
    footer #footerLogo{
        padding: 0;
    }
    
    footer .footerRight{
        padding: 50px 0 0 0;
    }
    
    #esol{
        padding-left: 0;
        text-align: center;
    }


    /* Content Area ===== */

    #intBg { position: absolute; max-width: 100%; overflow: hidden; bottom: auto; }
    
    #intBg img{ min-height: 0; }

    #contentInt {
        margin: 0;
        width: 100%;
    }

    #mainContent {
        width: 100%;
    }

    #interiorLeftColumn {
        display: none;
    }
	
	.topContent{
		padding-right: 0;
	}

    #pageHeading {
        display: table;
        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;
    }
	
	.subNavTrigger:active, .subNavTrigger:focus { background: #ccc; }

    /* ========== 2nd Level (Drop-down) Quick Links ========== */

    #quickLinksContainer .quickDropDown {
        font-size: .9em;
    }

    .newsFeature .featureImage {
        float: none;
        margin-bottom: 20px;
    }

    .calendarItemLeft {
        width: 30%;
    }

    .calendarItem .description {
        width: 70%;
        height: 4.2em;
    }

        .calendarItem .description a {
            color: #333;
        }

    .imgLinkOverlay {
        height: 26px;
        line-height: 26px;
        font-size: .9em;
        padding: 0 20px 0 10px;
    }
    
    /* Footer ===== */
    
    #footerInner{
        padding-left: 0;
        padding-right: 0;
    }
    
    #footerLeft{
    }
}

/*==================
  Wide Mobile
====================*/

@media only screen and (max-width : 767px) {

    body {
        background: #fff;
        position:static !important;
        top: auto !important;
        min-height: 0 !important;
    }
    
    #feedbackTabButton, .feedbackTabButton {
        display: none !important;
    }
    

    /* Header ========= */

    header {
        padding: 0;
        width: 100%;
        height: 68px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        border-top: 16px solid #ecf0f3;
        background: #FFF;
    }
	
	.navOpen header { position: absolute; }
    
    .headerInner {
        width: 100%;
        padding: 0 0 0 3%;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }
    
    .headerTop, .headerBottom{
        display: none;
    }


    .headerLeft {
        width: auto;
        position: relative;
        top: auto;
        left: auto;
        z-index: 5001;
    }

    .headerRight {
        width: 60%;
        padding-left: 0;
    }

    .headerRow {
        display: none;
    }

    .mainNavContainer {
        display: none;
    }

    .social, .langSelect {
        display: none;
    }

    .mobileNav {
        display: block;
        text-align: right;
    }

    .mobileSearchContainer {
        display: block;
    }
    
    .mobileSearchContainer .search input.searchText{
        font-size: 0.800em;
    }

    #topNav {
        padding-top: 0;
    }

    #topNav, #idLikeTo {
        display: none;
    }

    #mainNav {
    }

    #logo {
        margin-top: -13px;
        padding-left: 3%;
        height: 63px;
    }

        #logo img {
            height: 84px;
            width: auto;
        }

    /* Content Area ========= */

    .toggleContent {
        display: none;
    }

    #uberMain {
        width: 100%;
        border: none;
    }

    #mobileHeading h1 {
        padding: 10px 10px 10px 0;
    }

    #intBanner {
        display: none;
    }

    #actionsContainer {
        margin-top: 120px;
        border-top: solid 1px #ccc;
    }

    #actions {
        margin: 0;
    }

        #actions div {
            display: none;
        }

        #actions .resizeText {
            display: block;
        }

    
	.breadcrumbsContainer{
		margin-top: 68px;
	}
	
    #breadcrumbs {
        display: none;
    }

    .headlineContainer {
        display: table;
        width: 100%;
        padding: 20px 0;
        margin-bottom: 20px;
        border-bottom: dotted 1px #000;
    }

        .headlineContainer > * {
            vertical-align: middle;
        }

    .contentSection {
        padding: 40px 0;
    }

    a, a:hover {
        text-decoration: none !important;
    }

    #intFloatRight {
        width: 100%;
        padding-top: 30px;
        margin-top: 30px;
        border-top: solid 1px #ccc;
    }

    #RightImage {
        display: none;
    }

    #quickLinksContainer {
        display: none;
    }


    /* Homepage ========= */
    
    #quickLinks{ display: none; }
    
    .ic-slider-news
    {
        display:none;
    }
    
    .ic-slider-text{
        background: #333;
        background: rgba(0,0,0,0.7);
    }

    .bannerText {
        width: 100%;
        padding: 10px;
        font-size: .9em;
        color: white;
        position: relative;
        bottom: auto;
        left: auto;
        background: #333;
        background: rgba(0,0,0,0.7);
        border-right: none;
        border-top: solid 2px #5acddd;
        
    }

    .bannerTextContent p {
        line-height: 1em;
        height: 1em;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .contentLeft{
        margin-bottom: 40px;
        margin-left: -3%;
        border-bottom: 1px solid #ccc;
        width: 106%;
        padding: 0;
    }
    
    .contentRight{
        display: none;
    }
    
    .contentLeft .ic-col-sm-4, #colCalendar .ic-col-sm-4, #colCalendar .ic-col-sm-12, #youtubeItem, #facebookItem{
        padding: 0;
    }
    
    .sectionBackground{
        padding-top: 38px;
        padding-bottom: 22px;
    }
    
    .col-content,
	#SMWrapper .SMDropdown {
        display: none;
        height: 0;
        background: #ecf0f3;
        width: 100%;
        padding: 0;
    }

    .col-content.open,
	#SMWrapper .SMDropdown.open {
        display: block;
        height: auto;
        padding: 15px 3% 25px 3%;
    }
        
    .col-header, #SMWrapper .SMLink {
        padding: 0 3%;
        width: 100%;
        border-top: 1px solid #ccc;
        background: url(../images/structure/chevron-down-mobile.png) 96% center no-repeat !important;
        background-size: 15px auto !important;
    }

	#SMWrapper .SMLink {display: flex;}
	#SMWrapper .SMLink h3 {margin: 6px 0;}

    .col-header.open,  #SMWrapper .SMLink.open {
         background: url(../images/structure/chevron-up-mobile.png) 96% center no-repeat !important;  
         background-size: 15px auto !important;
    }
    
    .col-content a.viewAll, #SMWrapper .SMItem .viewAll{ font-size: 1.2em; }
    
    #colNews .col-header{ border: none; }
        
    #colFacebook{
        padding: 0;
    }
    
    #colCalendar{
        margin-left: -3%;
        width: 106%;
        padding: 0 3%;
    }
    
    #colCalendar .col-item{
        display: none;
    }
    
    #colCalendar .col-item:first-child{
        display: block;
    }
    
    #colCalendar .viewAll{
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    
     /* Social Links ========= */
    
    .mobileSocialLinks{
        display: block;
    }
    
    .mobileSocialLinks .socialLinks{
        padding: 15px 3% 10px 3%;
    }
    
    .mobileSocialLinks .socialLinks h3{
        display: none;
    }
    
    .mobileSocialLinks .socialLinks a{ width: 33px; }

    /* Footer ========= */

    footer, .homepage footer {
        padding: 22px 0 0 0;
        position: relative;
        font-size: 0.800em;
    }
    
    #esol{ display: none; }
    
    #footerInner{ padding: 0 0 15px 0; }
    
    .footerRight{ display: none; }

    .footerBottom > * {
        text-align: center;
    }

    footer .eSol {
        text-align: center;
    }
    
    footer #footerLogo img{
        width: 77px;
    }

    .socialLinks {
        display: block;
        float: none;
        text-align: center !important;
    }

        .socialLinks span {
            display: none;
        }
    
    /* Other ========= */

    #EmergencyBannerWrapperOuter, #BrowserBannerWrapperOuter 
    {
        z-index:  4000;
    }

    #pageList .arrows {
        margin: 0px 0px 0px 2px !important;
    }

}

/*======================================================
  7. DEVELOPER TWEAKS
  ===================================================== */

/*Make sure the dialog windows don't overflow on devices*/
div.ui-dialog
{
    max-width: 100%;
    z-index:9999;
}

#languageContainer
{
    margin-left:20px;
    display: inline-block;
    width:159px;
}
.ui-widget-overlay.ui-front
{
    z-index:9998;
}

/*  Feedback form */
.feedbackModal div.ffLogo img {
    height: auto;
    max-width: 140px !important;
}

/* Photo Gallery*/
.ad-controls .ad-info, #intBanner .ad-controls .ad-info
{
    display:none !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;
    }
