/*======================================================
  STRUCTURE.CSS
  ======================================================

    0.  BODY STYLES
	1.  FLUID CONTAINER
    2.  HEADER 
            - Logo
            - Top Nav
            - Search
            - I'd LIke To
            - 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
    5.  FOOTER
    6.  MEDIA QUERIES
            - Desktop
            - Tablet
            - Mobile
            - Narrow Mobile
    7.  DEVELOPER TWEAKS

  ===================================================== */


.templateSection {    /*  FOR TEMPLATE ONLY. */
    padding: 60px 0;
}


/*======================================================
  0. BODY STYLES
  ===================================================== */

html, body, header, footer {
    min-width: 320px;
}

#uber, body, html {
    width: 100%;
}

#uber{
	background: #d3d3d3
}

#uber.homepage{
	background: #FFF;
}

/* Black Background for Business Vertical*/
#uber.navTab03{
	background: #000;
}
#uber.navTab03 #intBg{ display: none; }



/*======================================================
  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 0;
    position: absolute;
	top: 0;
	left: 0;
    z-index: 1000;
}

.interior header{
    position: relative;
}

.headerInner {
    width: 94%;
    margin: 22px auto 0 auto;
    max-width: 1300px;
	position: relative;
	background: #004a81;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.headerLeft {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
    float: left;
    width: 364px;
	background: #FFF;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.headerRight {
    width: 100%;
	padding-left: 364px;
    float: right;
	text-align: right;
}

.headerRightTop {
	padding: 7px 6px 0px 6px;
	width: 100%;
}


/*==================
  Logo
====================*/

#logo {
    width: 318px;
	position: absolute;
	top: 50%;
	margin-top: -54px;
	left: 50%;
	margin-left: -159px;
}

    #logo img {
        display: block;
        width: 100%;
        height: auto;
    }

    #logo a:focus img {
        outline: 1px solid #0078AE;
    }

.homepage header h1, .homepage h1, .landing h1{
	width: 0px;
	height: 0px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
}


/*==================
  Top Nav
====================*/

#topNav {
    padding: 0 0 7px 0;
	height: 31px;
	white-space: nowrap;
	text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
	margin: 0;
	vertical-align: top;
}
#browseAloud {
    display: inline-block;
	padding-left: 14px;
}
/*==================
  Social Links
====================*/

.socialLinks {
	display: inline-block;
	padding-left: 10px;
	margin: 0;
	vertical-align: top;
	padding: 0 0 7px 0;
}

    .socialLinks a {
		float: left;
		display: block;
        margin-left: 5px;
        width: 24px;
        vertical-align: middle;
    }

        .socialLinks a img {
            display: block;
            width: 100%;
            height: auto;
        }

.mobileSocialLinks{
	display: none
}


/*==================
  Search
====================*/

.searchContainer {
	position: relative;
	float: right;
	margin-left: 15px;
	width: 327px;
	height: 31px;
	z-index: 300;
	padding: 0 0 7px 0;
	vertical-align: top;
}

.homepage .searchContainer {
	float: none;
	position: absolute;
	left: 50%;
	bottom: 174px;
	width: 650px;
	margin-left: -325px;
    height: 50px;
}

.search {
    width: 100%;
    float: right;
	height: 24px;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.homepage .search {
	height: 50px;
	border: solid 1px #bfbfbf;
	border: solid 1px rgba(0,0,0,0.25);
}

/*================= CLUDO SEARCH */

.search .searchInput{
    border: none;
    outline: none;
    background: none;
    width: 80%;
    font-size: 0.941em;
    height: 24px;
    padding: 0px 10px 0px 12px;
    margin: 0;
    line-height: 24px;
    float: left;
    color: #000;
    background: none;
    border: none;
    overflow: hidden;
}

.homepage .search .searchInput {
    height: 48px;
    line-height: 42px;
    font-size: 1.294em;
    padding: 3px 10px 3px 18px;
}

.search .searchInput::placeholder {
    color: #000;
}

.search .searchInput:focus::placeholder {
    color: #000;
}

.search .searchButton {
    margin: 0;
    padding: 0;
    width: 20%;
    display: block;
    max-width: 30px;
    height: 24px;
    margin: 0;
    padding: 0;
    float: right;
    text-indent: -9999px;
    background: url(../images/structure/icon-search2x.png) center center no-repeat !important;
    background-size: 14px auto !important;
    overflow: hidden;
}

.homepage .search .searchButton{
    height: 48px;
    max-width: 50px;
    background-size: 22px auto !important;
}

.no-backgroundsize .search .searchButton {
    background: url(../images/structure/icon-search-interior.png) center center no-repeat !important;
}

.no-backgroundsize .homepage .search .searchButton {
    background: url(../images/structure/icon-search.png) center center no-repeat !important;
}

.search .searchButton:focus {
    border: dotted 1px #ccc;
}

.search ul.search_autocomplete{
    border: none !important;
    top: 24px !important;
}

.homepage .search ul.search_autocomplete{
    border: none !important;
    top: auto !important;
    bottom: 48px !important;
}

.homepage .mobileSearchContainer .search ul.search_autocomplete, .mobileSearchContainer .search ul.search_autocomplete{
    top: 40px !important;
    bottom: auto !important;
}

#cludo-search-results .search-filters a[data-facet="DocumentModule"] {
	display: none;
}



/*================= OLD SEARCH */
    /*.search form {
        display: block;
    }

    .search input {
        border: none;
        outline: none;
        background: none;
    }

        .search input.searchText {
            width: 80%;
			font-size: 0.941em;
            height: 24px;
            padding: 3px 10px 3px 12px;
            margin: 0;
            float: left;
            color: #000;
            background: none;
            border: none;
            overflow: hidden;
        }
		
		.homepage .search input.searchText {
			height: 48px;
			font-size: 1.294em;
			padding: 3px 10px 3px 18px;
		}
		
		.search input.searchText::-ms-clear {display: none; width:0; height:0;}

    .search .gobutton {
        width: 20%;
        display: block;
        max-width: 30px;
        height: 24px;
        margin: 0;
        padding: 0;
        float: right;
        text-indent: -9999px;
        background: url(../images/structure/icon-search2x.png) center center no-repeat !important;
        background-size: 14px auto !important;
    }
	
	.homepage .search .gobutton {
		height: 48px;
		max-width: 50px;
        background-size: 22px auto !important;
	}

.no-backgroundsize .search .gobutton {
    background: url(../images/structure/icon-search-interior.png) center center no-repeat !important;
}

.no-backgroundsize .homepage .search .gobutton {
    background: url(../images/structure/icon-search.png) center center no-repeat !important;
}

.search .gobutton:focus {
    border: dotted 1px #ccc;
}*/

/*================= MOBILE SEARCH */

.mobileSearchContainer {
    width: 100%;
    display: none;
}


/*==================
  Main Nav
====================*/

.mainNavContainer {
    clear: both;
	float: left;
	width: 100%;
	position: relative;
    border-radius: 0 0 5px 0;
}

#mainNav {
    width: 100%;
    position: relative;
    z-index: 2;
}

    #mainNav:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #005696;
        border-bottom: 6px solid #c2cd24;
        z-index: -1;
        border-radius: 0 0 5px 0;
    }

/*================= MOBILE NAV */

.mobileNav {
    display: none;
    width: 100%;
    padding-top: 12px;
    float: right;
}

.mobileDropDown {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-bottom: 20px;
}

.navOpen .mobileDropDown {
    display: block;
}



/*======================================================
  3. CONTENT AREA
  ===================================================== */

/*==================
  Interior Background Banner
====================*/

#intBg {
	left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#intBGGradient {
	background: url(../images/structure/gradient-intbanner.png) 0 bottom repeat-x;
    bottom: 0;
    height: 400px;
    left: 0;
	right: 0;
    position: absolute;
    width: 100%;
}

#intBg img {
    display: block;
    height: auto;
    width: 100%;
} 


/*==================
  Interior Wrappers
====================*/

#mainContent:focus {
    outline: none;
}

.topContent {
    position: relative;
	overflow: hidden;
}

.pageHeadingContainer {
    margin-bottom: 10px;
}

#main {
	padding: 23px 0 30px 0;
}

#mainInner{
	overflow: hidden;
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


#mobileHeading {
    display: none;
}

#interiorLeftColumnBorder {
    background: none repeat scroll 0 0 #d3d3d3;
    bottom: 0;
    position: absolute;
    right: 75%;
    top: 0;
    width: 1px;
}

#subNavContainer{
	min-height: 200px;
	float: left;
    width: 25%;
    background-color:#fff;
}

#subNavContainer.wide, .wide #interiorLeftColumnBorder {
    display: none;
}

.uberInt {
    display: block;
}

#contentInt {
	width: 75%;
	float: left;
    background: #fff;
	padding: 30px 35px 50px 35px;
}

.wide #contentInt {
    width: 100%;
    margin-left: 0;
}

/* TOGGLE CONTENT DIV */

.toggleContent {
    padding: 10px;
    background: #eaeaea;
    font-size: .9em;
    margin-bottom: 20px;
}


/*==================
  Interior Banner
====================*/

#intBanner {
    width: 100%;
    border: solid 1px #ccc;
    position: relative;
    overflow:hidden;
	margin-top: 15px;
    background-size: cover !important;
    -ms-behavior: url(/styles/backgroundsize.min.htc);
    height:0;
    padding-bottom: 29%;
}

    #intBanner img {
        height: auto;
    	width: 100%;
    }

    #intBanner p {
        margin:0;
        padding:0;
    }

    #intBanner.hasImage {
        background: none;
        height: auto;
        padding-bottom: 0;
    }
/*==================
  SubNav
====================*/

/*================= MOBILE SUBNAV */

.subNavTrigger {
    display: none;
    font-size: .85em;
    text-align: center;
    color: #000 !important;
}

    .subNavTrigger img {
        width: 34px;
        display: block;
        margin: 0 auto;
        height: auto;
    }


/*==================
  Right Column
====================*/

#intFloatRight {
    float: right;
    margin: 5px 0 5% 5%;
    width: 285px;
    z-index:1250;
}

#RightImage {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    min-height: 300px;
}

#RightImage img {
    width:100%;
	border: 1px solid #ccc;
}
    #RightImage.hasImage {
        background: none;
        height: auto;
        padding-bottom: 0;
        max-height: 358px;
    }
    #RightImage.hasImage .eSolutionsGroupPhotoGalleryV2PlaceholderDiv {
        height:auto !important;
    }
/*======================================================
  4. HOMEPAGE
  ===================================================== */




/*======================================================
  5. FOOTER
  ===================================================== */

footer{
	width: 100%;
	position: relative;
	background: #004a81;
	color: #FFF;
	overflow: hidden;
}

footer p{ margin: 0 !important; }

#atozBar {
    font-size: 1.118em;
	line-height: 60px;
    padding: 0px;
    background: #005696;
    color: #fff;
    background: #FFF;
}

    #atozBar span {
		color: #000;
        display: block;
		position: absolute;
		top: 0;
		left: 0;
        max-width: 110px;
        overflow: hidden;
    }

    #atozBar ul, #atozBar li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #atozBar ul {
        display: table;
        table-layout: fixed;
		width: 100%;
		text-align: center;
		padding-left: 110px;
    }

    #atozBar li {
        display: table-cell;
    }

        #atozBar li a, #atozBar li a:link, #atozBar li a:visited {
            display: block;
            overflow: hidden;
            text-align: center;
            text-transform: lowercase;
			height: 60px;
			font-weight: normal;
			text-decoration: none;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

            #atozBar li:hover,
            #atozBar li a:focus{
                background: #dfeef9;
                text-decoration: none;
            }

.mobileAtoZ {
    display: none;
    width: 100%;
    background: #fff;
    text-align: center;
    height: 44px;
    line-height: 44px;
    margin-bottom: 5px;
    border-radius: 4px;
}
.mobileAtoZ:active {
    background: #eaeaea;
}


footer .footerLeft, footer .footerRight {
	float: left;
	overflow: hidden;
	width: 55%;
	padding: 13px 0;
    
}

footer .footerRight {
	float: right;
	width: auto;
	max-width: 45%;
	text-align: right;
	overflow: hidden;
}

footer .footerText {
	width: 100%;
	color: #d0d8e1;
	font-size: 0.941em;
	font-weight: 600;
	overflow: hidden;
}



/*======================================================
  6. MEDIA QUERIES
  ===================================================== */
  
@media only screen and (max-width : 1124px) {
	.searchContainer{
		width: 240px;
	}
	
	.homepage .searchContainer{
		width: 50%;
		margin-left: -25%;
	}
}

@media only screen and (max-width : 1080px) {
    /* Header ========= */

    .headerLeft{
		width: 230px;
	}
	
	#logo{
		width: 200px;
		margin-left: -100px;
		margin-top: -34px;
	}
	
	.headerRight{
		padding-left: 230px;
	}
	
}

/*==================
  Tablet
====================*/

@media only screen and (max-width : 991px) {

	.mainNavContainer{
		position: static;
	}
	
    /* Content Area ===== */

    #actionsContainer {
        display: none;
    }

    #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; }

	/* Interior Wrappers ===== */
	
    #contentInt {
        margin: 0;
        width: 100%;
    }

    #mainContent {
        width: 100%;
    }

    .topContent {
        padding-right: 0;
        border: none;
        padding-bottom: 0;
    }

    #pageHeading {
        display: table;
        width: 100%;
    }

        #pageHeading h1 {
            display: table-cell;
            margin: 0;
            padding: 0 20px 10px 0;
            vertical-align: middle;
        }

	/* SubNav ===== */
	
	#subNavContainer, #interiorLeftColumnBorder {
        display: none;
    }
    
	.subNavTriggerContainer {
        display: table-cell;
        width: 54px;
        text-align: center;
        padding-left: 10px;
        vertical-align: middle;
    }

    .subNavTrigger {
        display: block;
        float: right;
    }
	
	
	/* Footer ===== */
	
	footer{
		padding: 0 0 20px 0;
	}
	
	#atozBar{
		padding: 5px 0 10px 0;
		line-height: 40px;
		text-align: center;
	}
	
	#atozBar span{
		display: inline;
		float: none;
		position: relative;
	}
	
	#atozBar ul{
		padding-left: 0px;
	}
	
	#atozBar li a, #atozBar li a:link, #atozBar li a:visited{
		height: 40px;
	}
	
	footer .footerLeft, footer .footerRight{
		width: 100% !important;
		max-width: none;
		text-align: center;
		padding: 5px 0;
	}
	
	footer .footerLeft{
		padding-top: 15px;
	}
	
}

/*==================
  Wide Mobile
====================*/

@media only screen and (max-width : 767px) {

    body {
        background: #fff;
    }

    /* Header ========= */

    header {
        position: relative;
        background: #fff;
        padding-bottom: 10px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
        box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    }

    .mainNavContainer {
        display: none;
    }

    .mobileNav {
        display: block;
        text-align: right;
        padding-top: 5px;
    }
	
	.headerInner {
		background: none;
		margin: 0 auto;
	}

    .headerRightTop {
        padding-top: 0;
        display: none;
    }
	
	.headerLeft{
		position: relative;
		width: 70%;
		padding: 10px 0;
		max-width: 190px;
		background: none;
	}
	
	.headerRight{
		padding: 0;
		width: 30%;
	}

    #logo {
		position: relative;
		margin: 0;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 150px;   
    }

    .interior .searchContainer{
		display: none;
	}

    .mobileSearchContainer {
		display: block;
	}

    .searchContainer{
		width: 100%;
		padding: 0;
		height: 50px;
	}
    
    .homepage .searchContainer {
        display: none;
    }

	.search, .homepage .search {
		background: #e6eff6;
        height: 40px;
	    border: solid 1px #c7cfd5;
	}

    .search .searchInput, .homepage .search .searchInput {
        font-size: 1em;
        padding: 3px 10px 3px 10px;
        height: 40px;
        line-height: 34px
    }
    
    .search .searchButton, .homepage .search .searchButton {
        background-size: 22px auto !important;
        height: 40px;
        max-width: 50px;
    }

    .no-backgroundsize .search .searchButton {
        background: url(../images/structure/icon-search.png) center center no-repeat !important;
    }
	
	/*.search input.searchText, .homepage .search input.searchText {
        font-size: 1em;
		padding: 3px 10px 3px 10px;
        height: 40px;
	}
	
	.search .gobutton, .homepage .search .gobutton {
		background-size: 22px auto !important;
		height: 40px;
		max-width: 50px;
	}
	
	.no-backgroundsize .search .gobutton {
		background: url(../images/structure/icon-search.png) center center no-repeat !important;
	}*/

    /* Content Area ========= */

    #actionsContainer {
        display: none;
    }
	
	#printAreaContent > *:first-child, #printAreaContentDotNet > *:first-child  {
		margin-top: 0;
		padding-top: 0;
	}
	
	#printAreaContent, #printAreaContentDotNet  {
		padding-top: 30px;
	}

    .toggleContent {
        display: none;
    }

    #uberMain {
        margin-top: -20px;
        width: 100%;
        border: none;
    }

    .homepage #uberMain {
        margin-top: 0;
    }

    #mobileHeading h1 {
        padding: 10px 10px 10px 0;
    }

    #intBanner {
        display: none;
    }

    #contentInt {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contentSection {
        padding: 40px 0;
    }
	
	/* Right Column ========= */

    #intFloatRight {
        width: 100%;
        padding-top: 30px;
		padding-bottom: 0;
        margin-top: 30px;
		margin-bottom: 0;
        border-top: solid 1px #ccc;
    }

    #RightImage {
        display: none;
    }


    /* Homepage ========= */

    .homepage {
        text-align: center;
    }


    /* Footer ========= */

    footer, .homepage footer {
		clear: both;
        padding: 20px 0 0 0;
        position: relative;
    }
	
	#atozBar{
		display: none !important;
	}
	
	.mobileSocialLinks{
		display: block;
	}
	
	.socialLinks{
		padding: 0;
		width: 100%;
		float: none;
	}
	
	.socialLinks a{
		float: none;
		display: inline-block;
		margin: 0 5px;
	}

	footer .footerText{
		color: #fff;
	}

    .mobileAtoZ {
        display: block;
    }

    .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;
	}
	
}

/*======================================================
  1. DEVELOPER TWEAKS
  ===================================================== */

/*Make sure the dialog windows don't overflow on devices*/
div.ui-dialog
{
    max-width: 100%;
    z-index:9999;
}

#languageContainer
{
    margin-left:10px;
    display: inline-block;
    width:159px;
}
.ui-widget-overlay.ui-front
{
    z-index:9998;
}

.contactBodyContactInfoContactModuleV2 {
    clear:both;
}


/*  Feedback form */
.feedbackModal div.ffLogo img {
    height: auto;
    max-width: 220px !important;
}
.feedbackModal div.ffLogo button{
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px !important;
    line-height: 22px !important;
    text-indent: 0 !important;
    color: #000 !important;
    width: auto !important;
    height: auto !important;
    background: #dfeef9 url(../images/structure/icon_close2x.png) 90% 7px no-repeat !important;
    background-size: 11px auto !important;
    padding: 1px 30px 1px 10px !important;
    border: none !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}
.feedbackModal div.ffLogo .ui-icon-closethick{
    display: none;
}
.feedbackModal div.ffLogo .ui-button-text {
    text-indent: 0 !important;
    padding: 0 !important;
    line-height: 22px !important;
}

/* Photo Gallery*/
.ad-controls .ad-info, #intBanner .ad-controls .ad-info, #RightImage .ad-controls .ad-info
{
    display:none !important;    
}

/* CALENDAR OVERRIDES */

.calendar-main-wrapper .btn-lg.btn-block[href*="/Management/Account/"] {
	white-space: normal;
}

@media screen and (max-width:991px) {
	.calendar-main-wrapper .external-footer {
		display: none;
	}
}

.NoBorderAutoScrolling{
    border: none;
    overflow: auto;
}

h1.hiddenH1 {
	height: 1px;
	width: 1px;
	/*visibility: hidden;*/
	position: fixed;
	top: 0;
	right: 0;
    text-indent: -9999px 
}
.cludo-search-modal button{
	margin:0px;
}