/*======================================================
  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{
	background: #FFF;
}


/*======================================================
  1. FLUID CONTAINER
  ===================================================== */

.ic-container-fluid {
    width: 94%;
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0;
}

/*======================================================
  2. HEADER
  ===================================================== */
header {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1000;
}

.homepage header {
	position: absolute;
	top: 0;
	left: 0;
}

.headerInner {
    width: 94%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1220px;
}

    header a, header a:link, header a:visited {
        color: #000;
    }

.headerLeft {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 484px;
    padding: 0px 0px 23px 0px;
    float: left;
	z-index: 999;
}

.headerRight {
    width: 100%;
    padding: 0 0 0 520px;
    float: right;
}

.headerTop{
    float: right;
    text-align: right;
    max-width: 100%;
	font-size: 0.938em;
	line-height: 28px;
    padding: 15px 0 15px 0;
	position: relative;
	z-index: 999;
}

.headerBottom{
    float: right;
    width: 100%;
    padding: 21px 170px 30px 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 h1, header h1{
    width: 0px;
    height: 0px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
}


/*==================
  Top Nav
====================*/

#topNav {
    padding: 0px 0px 0px 0px;
    display: inline-block;
    overflow: hidden;
	white-space: nowrap;
}

#topInfo{
    float: right;
}

#topText{
    float: left;
    padding: 4px 0px 0px 0px;
}

#topText p{ margin: 0 0 0 20px !important; float: left; }


/*==================
  Social Links
====================*/

.socialLinks{
	display: inline-block;
	white-space: nowrap;
	float: right;
	padding: 0 0 0 16px;
}

.socialLinks span{
	display: inline-block;
	padding: 0 5px 0 0;
}

    .socialLinks a {
        display: inline-block;
        margin: 0 7px 0 0;
        width: 28px;
    }

        .socialLinks a img {
            display: inline-block;
            height: auto;
            border: none;
			width: 100%;
        }

.mobileSocialLinks{
    display: none;
}

.socialLinks a:focus img{
	outline: 1px solid #0066a4;
}

footer .socialLinks a:focus img{
	outline: 1px solid #FFF;
}



/*==================
  Search
====================*/

.searchContainer {
    clear: both;
    width: 100%;
	max-width: 480px;
    float: right;
    height: 40px;
}

.mobileSearchContainer {
    display: none;
}

.search {
    width: 100%;
    float: right;
    height: 40px;
    background: #fff;
    border: 1px solid #a8abb2;
	border: 1px solid rgba(0,0,0,0.20);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .search form {
        display: block;
    }

    .search input {
        border: none;
        outline: none;
        background: none;
    }

        .search input.searchText {
            width: 80%;
            height: 38px;
            font-size: 1em;
            padding: 0 15px;
            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: 20px auto !important;
    }

.no-backgroundsize .search .gobutton {
    background: 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;
}


/*==================
  Translate
====================*/

#languageContainer {
    border: 1px solid #eff0f2;
    height: 40px;
    position: absolute;
    right: 0;
    top: 21px;
	padding-top: 6px;
	margin-left: 5px;
    width: 165px;
	background: #fff;
    border: 1px solid #a8abb2;
	border: 1px solid rgba(0,0,0,0.20);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.goog-te-gadget-simple{
	border: none !important;
}


/*==================
  Main Nav
====================*/

.mainNavContainer {
    clear: both;
}

#mainNav {
    width: 94%;
    max-width: 1220px;
    padding: 0;
    margin: 0 auto;
}

/*==================
  Mobile Nav
====================*/

.mobileNav {
    display: none;
    width: 100%;
    float: right;
    height: 56px;
}


.mobileDropDown {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-bottom: 20px;
}

.navOpen .mobileDropDown {
    display: block;
}


/*======================================================
  3. CONTENT AREA
  ===================================================== */

/* TOGGLE CONTENT DIV */

.toggleContent {
    padding: 10px;
    background: #eaeaea;
    font-size: .9em;
    margin-bottom: 20px;
}

#intBg {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	height: 280px;
	background: #ecf6fe; /* Old browsers */
	background: -moz-linear-gradient(top, #ecf6fe 50%, #b2d7fa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ecf6fe), color-stop(100%,#b2d7fa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ecf6fe 50%,#b2d7fa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ecf6fe 50%,#b2d7fa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ecf6fe 50%,#b2d7fa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ecf6fe 50%,#b2d7fa 100%); /* W3C */
}

#mainInner{
	margin: 20px auto;
	max-width: 1220px;
	padding: 0px;
	position: relative;
	width: 94%;
	border: 1px solid #c8c8c8;
}

.homepage #mainInner{
	margin: 0 auto;
	border: none;
}

#main {
    background: #fff;
	margin: 0 0 0 0;
}

#interiorLeftColumn{
	float: left;
	width: 25%;
	border-right: 1px solid #c8c8c8;
}

#interiorLeftColumn.wide, .wide #interiorLeftColumn, .wide #subNavContainer, .wide #contactMainContainer{ display: none; }

#mainContent:focus {
    outline: none;
}

.topContent {
    padding: 0 230px 12px 0;
    position: relative;
	width: 100%;
	border-bottom: 1px solid #c8c8c8;
	min-height: 44px;
}

#pageHeading h1{ padding: 0; }

.subNavOpen .topContent {
    margin-bottom: 0px;
}

#mobileHeading {
    display: none;
}

#subNavContainer.wide {
    display: none;
}

#intBanner {
    display: none;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
    border: solid 1px #c8c8c8;
    position: relative;
    margin-bottom: 38px;
    overflow: hidden;
    background: url(../en/resourcesGeneral/banner_int_sample.jpg);
    background-size: cover !important;
    -ms-behavior: url(/styles/backgroundsize.min.htc);
}

.dom-ready #intBanner {
    display: block;
}

    #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: 358px;
}

#RightImage.hasImage .eSolutionsGroupPhotoGalleryV2PlaceholderDiv {
	height:auto !important;
}

#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: 25px 35px 30px 35px
}

.wide #contentInt {
    width: 100%;
    margin-left: 0;
}

.wide .subNavTriggerContainer{
	display: none;
}


/*==================
  Right Column
====================*/

#intFloatRight {
    display: none;
    float: right;
    margin: 0 0 30px 30px;
    width: 250px;
    z-index:1250;
}

.dom-ready #intFloatRight {
    display: block;
}

#RightImage {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    min-height: 300px;
}

#RightImage img {
    width:100%;
}


/*======================================================
  4. HOMEPAGE
  ===================================================== */

/*======================
  HOMEPAGE CONTENT
======================== */

.mainSection {
    padding: 0 0;
}

.mainSection img{
    max-width: 100%;
    width: 100%;
    height: auto;
    border: 1px solid #bbb;
	margin: 0 0 10px 0;
}

.contentHome{
    width: 100%;
    float: left;
    padding: 0 0;
}

.sectionBackground{
    background: #FFF;
    padding: 0px 0 30px 0;
}

.sectionBackground:first-child{
	padding: 35px 0 18px 0;
}

.sectionContent{
    width: 94%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1220px;
}

.col-header h3{
    font-size: 1.400em;
    line-height: 1.524em;
    font-weight: normal;
    padding: 0 0 0 47px;
    text-transform: uppercase;
}

.col-content h2, .col-content h2 a{
    color: #003d79;
	font-weight: normal;
}
.col-content h2{
	font-size: 1.267em;
}
.col-content { overflow: hidden; }
.col-content .col-item { padding: 8px 0; }

.col-content p{
    margin: 3px 0 !important;
    font-size: 1em;
    line-height: 1.267em;
}

/*======================
  Homepage Buckets
======================== */

#bucketWrapper{
	margin: 0 -20px;
}

.bucketContainer{
	float: left;
	padding: 0 20px;
	width: 33.333%;
	position: relative;
}

#bucketContainer01{
	width: 66.666%;
}

.bucketTitle{
	float: left;
	width: 100%;
	padding-right: 110px;
	background: #dfeef7;
}

.bucketTitle h2{
	font-size: 1.188em;
	line-height: 1.263em;
	font-weight: normal;
	float: left;
	padding: 9px 20px;
	margin: 0;
	color: #000;
	overflow: hidden;
	max-width: 100%;
}

.bucketContent{
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 7px 0 7px 0;
}

.bucketContent p{
	margin: 0 !important;
}

.bucketRow{
	margin: 0 -15px;
}

.bucketCol{
	width: 50%;
	float: left;
	padding: 0 15px;
}

.bucketContent img{
	max-width: 100%;
	min-width: 100%;
	height: auto;
	border: 1px solid #bbbbbb;
}

.bucketContent h3{
	font-size: 1.125em;
	margin: 0 0 2px 0 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bucketContent a, .bucketContent a:link, .bucketContent a:visited{ font-weight: normal; }
.bucketContent h3 a, .bucketContent h3 a:link, .bucketContent h3 a:visited{ font-weight: 600; }

.newsItem, .calendarItem{
	margin: 0;
	padding: 19px 0 16px 0;
	list-style: none;
	border-top: 1px dotted #bbbbbb;
	position: relative;
	line-height: 1.500em;
	overflow: hidden;
}

.calendarItem{ padding-left: 80px; min-height: 86px; }

.newsItem:first-child, .calendarItem:first-child{
	border: none;
}

.newsItemImage{
	padding-bottom: 4px;
}

.bucketContent .calendarItemDateContainer{
	display: block;
	width: 58px;
	height: 58px;
	text-align: center;
	color: #0066a4;
	background: #FFF;
	border: 1px solid #c4c4c4;
	font-weight: bold;
	line-height: 20px;
	padding: 8px 10px;
	float: left;
	position: absolute;
	left: 0;
	top: 21px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.bucketLink {
	position: absolute;
	top: 0;
	right: 25px;
	width: 80px;
}

.bucketLink a, .bucketLink a:link, .bucketLink a:visited{
	display: block;
	text-align: center;
	width: 100%;
	color: #0066a4;
	font-size: 0.875em;
	line-height: 1.786;
	font-weight: normal;
	background: #FFF;
	padding: 3px 0;
	border: 1px solid #c4c4c4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 4px 0 0 0;
}


/*======================
  HOMEPAGE BOXES
======================== */

.contentBorder{
	padding: 24px 0 0 0;
	border-top: 1px dotted #bbb;
}

.box-row{
	margin: 0 -5px;
}

.boxContainer{
	float: left;
	width: 20%;
	padding: 0 5px 0 5px;
}

.boxContainer .boxImage {
	float: left;
	width: 100%;
}

.boxContainer .boxImage p{
	margin: 0 0 5px 0;
}

.boxContainer .boxImage img{
	width: 100%;
	border: 1px solid #bbbbbb;
}

.boxContainer .boxContent{
	float: left;
	width: 100%;
	padding: 0 5px 0 0;
	overflow: hidden;
}

.boxContainer .boxContent h2{
	font-size: 1.188em;
	line-height: 1.263em;
	font-weight: 600;
	color: #0066a4;
	margin: 0 0 5px 0;
}

.boxContainer .boxContent p{
	margin: 0 0 15px 0;
}

.boxContainer .viewAll a, .boxContainer a.viewAll{
	cursor: pointer;
    border: none;
    display: inline-block;
    padding: 7px 15px;
    text-align: center;
    font-weight: 600;
    background: #dfeef7;
    -webkit-transition: background 0.1s ease-in;
    -moz-transition: background 0.1s ease-in;
    -ms-transition: background 0.1s ease-in;
    -o-transition: background 0.1s ease-in;
    transition: background 0.1s ease-in;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}



/*======================================================
  5. FOOTER
  ===================================================== */

footer {
    position: relative;
    background: #2a84b7;
    color: #FFF;
}

#footerInner{
    width: 94%;
    position: relative;
    margin: 0 auto;
    padding: 40px 54px;
    max-width: 1220px;
}

footer .footerLeft {
    position: absolute;
    left: 54px;
    top: 0;
    width: 180px;
	font-size: 0.875em;
    line-height: 1.714em;
}

footer #footerLogo {
    padding: 32px 0 15px 0;
}

footer p{ margin: 0 !important; }

footer #footerLogo img{
    width: 153px;
    height: auto;
}

footer #footerText {
	overflow: hidden;
	padding: 0 0 27px 0;
}

footer .footerRight {
    width: 100%;
    padding-left: 180px;
}

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: 3px 0; }

footer .footerRight ul.footerSitemap > li{
    display: block;
    width: 20%;
    float: left;
    padding: 10px 0 0 30px;
}

footer .footerRight ul.footerSitemap li a{
    display: block;
    color: #FFF;
    font-size: 0.875em;
	line-height: 1.286em;
    font-weight: normal;
}

footer .footerRight ul.footerSitemap > li > a{
    color: #FFF;
    font-size: 1.375em;
	line-height: 1.182em;
    padding-bottom: 15px;
}

#esol{
    padding: 25px 0 0 0;
    float: left;
    text-align: left;
    width: 100%;
}

#esol a{ color: #FFF; font-weight: normal; }


/*======================================================
  6. MEDIA QUERIES
  ===================================================== */

@media only screen and (max-width : 1200px) {

	.headerLeft{
		width: 430px;
	}

	.headerRight{
		padding-left: 450px;
	}

	footer .footerRight ul.footerSitemap > li > a{
		font-size: 1.067em;
		font-weight: 600;
	}
}

/*==================
  Tablet
====================*/

@media only screen and (max-width : 991px) {

	.headerInner, #mainNav, #mainInner, .sectionContent{
		width: 94%;
		padding: 0;
	}

    /* Header ========= */

    .headerBottom{ padding-bottom: 21px; }

	.headerLeft{
        width: 300px;
		padding-left: 0;
		top: auto;
		bottom: 1px;
    }

    .headerRight{
        padding-left: 315px;
    }

    #mainNav{
        padding: 0;
    }

    .search, .search input.searchText{
        height: 35px;
        line-height: 35px;
    }

	.search input.searchText{
		padding: 0 10px;
	}

    .search .gobutton{
        height: 33px;
        background-size: 18px auto !important;
    }

	#languageContainer{
		height: 35px;
		padding-top: 3px;
	}

    .headerBottom{
        font-size: 0.833em;
    }


    /* Homepage ===== */

    .sectionContent{
        padding-left: 0;
        padding-right: 0;
    }

	.bucketContainer{
		width: 50% !important;
	}

	.bucketCol{
		width: 100%;
	}

	.newsItem:first-child{
		border-top: 1px dotted #bbb;
	}

	.bucketCol:first-child .newsItem:first-child{ border: none; }

	.newsItemImage{ display: none; }

	.box-row{
		margin: 0 -10px;
	}

	.boxContainer{
		width: 33.333%;
		padding: 0 10px;
	}

	#boxContainer04{
		clear: both;
	}

	#boxContainer04, #boxContainer05{
		padding-top: 20px;
	}


    /* 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 0 10px 0;
    }

    footer .footerRight{
		border-top: 1px dotted #ddd;
        padding: 20px 0 0 0;
		margin: 20px 0 0 0;
    }

	footer #footerText{
		padding: 10px 0;
	}

    #esol{
        padding: 10px 0;
        text-align: center;
    }


    /* 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 {
        margin: 0;
        width: 100%;
    }

    #mainContent {
        width: 100%;
    }

    #interiorLeftColumn {
        display: none;
    }

	.topContent{
		padding-right: 0;
		padding-bottom: 0;
		border: none;
	}

    #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, .homepage header {
        padding: 0;
        width: 100%;
        height: 58px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        background: #FFF;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
        box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    }

	.navOpen header { position: absolute; }

    .headerInner {
        width: 100%;
        padding: 0 0 0 3%;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }

    .headerTop, .headerBottom, #languageContainer{
        display: none;
    }


    .headerLeft {
        width: auto;
        position: relative;
        top: auto;
        left: auto;
		padding-top: 5px;
		height: 45px;
        z-index: 5001;
    }

    .headerRight {
        width: 60px;
        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 img {
            height: 45px;
            width: auto;
        }

    /* Content Area ========= */

    .toggleContent {
        display: none;
    }

    #uberMain {
        width: 100%;
        border: none;
		padding-top: 58px;
	}

	.interior #uberMain {
		padding-top: 58px;
    }

    #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{
		display: none;
	}

    #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;
		padding-bottom: 0px;
        margin-bottom: 0px;
    }

    #RightImage {
        display: none;
    }

    #quickLinksContainer {
        display: none;
    }


    /* Homepage ========= */

	.sectionBackground{
		padding: 0;
	}

	.sectionBackground:first-child{
		padding: 20px 0 0 0;
	}

	#bucketWrapper{
		margin: 0;
	}

	.bucketContainer{
		padding: 0;
		margin: 0 0 10px 0;
		width: 100% !important;
	}

	.box-row{
		margin: 0;
	}

	.boxContainer{
		padding: 0 0 15px 0;
		width: 100%;
	}

    .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;
    }


     /* Social Links ========= */

    .mobileSocialLinks{
        display: block;
    }

    .mobileSocialLinks .socialLinks{
        padding: 15px 3% 15px 3%;
		display: block;
        float: none;
        text-align: center !important;
    }

    .mobileSocialLinks .socialLinks h3{
        display: none;
    }

    .mobileSocialLinks .socialLinks a{ width: 33px; }

	.socialLinks span {
            display: none;
        }

    /* Footer ========= */

    footer, .homepage footer {
        padding: 22px 0 0 0;
        position: relative;
        font-size: 0.933em;
		line-height: 1.429em;
    }

    #footerInner{ padding: 0 0 15px 0; }

    .footerRight{ display: none; }

    .footerBottom > * {
        text-align: center;
    }

    footer .eSol {
        text-align: center;
    }

    footer #footerLogo img{
        width: 120px;
    }


    /* Other ========= */

    #EmergencyBannerWrapperOuter, #BrowserBannerWrapperOuter
    {
        z-index:  4000;
    }



}

/*======================================================
  7. DEVELOPER TWEAKS
  ===================================================== */

/*Make sure the dialog windows don't overflow on devices*/
div.ui-dialog
{
    max-width: 100%;
    z-index:9999;
}

.ui-widget-overlay.ui-front
{
    z-index:9998;
}

/*  Feedback form */
.feedbackModal div.ffLogo img {
    height: auto;
    max-width: 140px !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;
    }

/* Photo Gallery*/
.ad-controls .ad-info, #intBanner .ad-controls .ad-info
{
    display:none !important;
}

/* Business Directory */

#businessDirectory {
    margin-top: 2rem;
}

#businessDirectory .card .details::before {
    width: 15px;
    height: 15px;
    background-position: center center;
    background-repeat: no-repeat;
}

#businessDirectory .cardImg::after {
    display: none;
}

#businessDirectory #directory-details [id^="business-"] {
    margin-top: .75rem;
    margin-bottom: .75rem;
    background-size: 14px 14px;
}

#businessDirectory #filter form {
    background-color: #e8f1f7;
}

#businessDirectory #filter input,
#businessDirectory #filter select {
    padding: 3px 7px;
}

#businessDirectory #filter select {
    padding-right: 21px;
    background-image: url('../images/structure/chevron-down2x.png');
    background-position: right 7px center;
    background-repeat: no-repeat;
    background-size: 7px auto;
}

#businessDirectory #filter select::-ms-expand {
    display: none;
}

#businessDirectory #mapCanvas .button,
#businessDirectory #mapCanvas a.button,
#businessDirectory #mapCanvas button {
    color: unset !important;
}

#businessDirectory .pagination a {
    width: 30px;
    height: 30px;
}

#businessDirectory #result-list-header .pagination,
#businessDirectory #result-list-footer .pagination {
    margin: 0;
}

#businessDirectory .save {
    background-size: contain;
}

#businessDirectoryWrapper > .body-content,
#businessDirectoryWrapper > .body-content > .container {
    padding-right: 0;
    padding-left: 0;
}
