/* CSS Document */

/* HIDE FROM VIEWPORTS */
.rsc-ui .hide-above-mobile {
    display: block;
}
.rsc-ui .hide-above-tablet {
    display: block;
}
.rsc-ui .hide-below-tablet {
    display: none; 
}

.rsc-ui .hide-below-desktop {
    display: none;
}

@media only screen and (min-width: 480px) {
	.rsc-ui .hide-above-mobile {
		display: none;
	}
    .rsc-ui .hide-below-tablet {
    	display: block;
    }
    .rsc-ui .hide-below-desktop {
		display: none;
    }
}
@media only screen and (min-width: 768px) {
	.rsc-ui .hide-above-tablet {
		display: none;
	}
    .rsc-ui .hide-below-tablet {
    	display: block;
    }
    .rsc-ui .hide-below-desktop {
		display: block;
    }
}
@media only screen and (min-width: 1024px) {
    .hide-below-desktop {
		display: block;
    }
}



/* rsc-ui overrides */

.rsc-ui footer .breadcrumbs ul {
	margin-top: 4px;
}

.rsc-ui footer .social-icons {
	margin-top: 4px;
}

/* fix for masthead buttons */
.rsc-ui #pnlMastheadSlider button, .rsc-ui #pnlMastheadSlider input[type="button"], .rsc-ui #pnlMastheadSlider input[type="submit"], .rsc-ui #pnlMastheadSlider input[type="reset"] {
	margin: 0 !important;
}

.rsc-ui h1 { color: #006BA6; margin-top: 16px; -webkit-margin-before: 16px; margin-bottom: 0px; -webkit-margin-after: 0px; }

.rsc-ui h3, .rsc-ui .h3 {
	font-family: museo_sans700;
	font-weight: 700;
	font-size: 18px;
}



.rsc-ui .rsc-masthead nav.primary {
	background-color: #006BA6;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
}
.rsc-ui .rsc-masthead .tab {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1001;
}
.rsc-ui .masthead-slider {
	z-index: 1000;
	margin-top: 40px;
}
.rsc-ui .rsc-masthead {
	background-color: #008AC3;
	background-image: url(../images/header-bg-blue2.jpg);
	padding-bottom: 0px;
	margin-top: 40px;
}
.rsc-ui .rsc-masthead nav.primary ul.nav-mobile li a {
	padding: 8px !important;
}
.rsc-ui .rsc-masthead nav.primary ul li a {
}

.rsc-ui .search-field-wrapper {
	position: relative;
}

.rsc-ui .search-field-block {
	padding: 8px;
	margin: 0 auto;
}

.rsc-ui .search-field-control {
	position: relative;
}
.rsc-ui .search-field-block button.search-btn {
	position: absolute;
	right: 0;
	top: 0;	
    margin:0px;
}


.rsc-ui form {
	/*position: relative;*/
	display: inline;
}
.rsc-ui .column.split {
	width: 50%;
}

.rsc-ui .results-info form {
	position: relative;
	display: inline-block;
}

.rsc-ui .masthead-logo .title {
	font-family: museo_sans700;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -0.04em;
}
.rsc-ui .masthead-logo .strap {
	font-family: museo_sans_500regular;
	font-weight: 500;
	font-size: 17px;
}	
.rsc-ui .bar-wrapper {
	border-bottom: 1px solid #CCC;
}

.rsc-branding {
	padding-bottom: 16px;
}


.rsc-ui sub {
	font-size: 75%;
	margin-bottom: 6px;
	line-height: 0;
	bottom: 2px;
	display: inline-block;
	position: relative;
}

.rsc-ui .column.padded {
	padding: 0;	
}
.rsc-ui .column.two,
.rsc-ui .column.three,
.rsc-ui .column.four {
	padding: 0 16px 0 0;
}
.rsc-ui .column.two.padded,
.rsc-ui .column.three.padded,
.rsc-ui .column.four.padded {
	padding: 0 16px;
}

.rsc-ui .ad-banner.leaderboard {
	background-color: #FFFFFF;
	display: block !important;
}

.rsc-ui img.fill {
	width: 100%;
	height: auto;
}

.rsc-ui iframe { border: 0px; }

/* tabs */

.rsc-ui .tab-list {
	background-color: #FFFFFF;
	margin-top: 8px !important;
	border: none !important;
}
.rsc-ui .tab-list li {
	word-break: keep-all;
	word-wrap: normal;
	white-space: nowrap;
	z-index: 10002;
}
.rsc-ui .tab-list li a {
	background-color: #F4F3F2;
}
.rsc-ui .tab-list li a.selected {
	background-color: #223335;
	color: #FFFFFF;
	xfont-weight: bold;
	border-bottom: none;
}
.rsc-ui .tab-list.sub {
	background-color: #006BA6;
	height: 32px;
}
.rsc-ui .tab-list.sub li a {
	margin: 0;
	padding: 8px;
}
.rsc-ui .tab-list.sub li a.selected {
	background-color: #FFFFFF;
	margin: 0;
	padding: 8px;
	border-bottom: 1px solid #FFFFFF;
}

.ui-dialog {
    z-index:10010;
}

.search-wrapper button {
    margin-left: 0px !important;
    margin-top: 0px !important;
}

/* responsive classes */
@media only screen and (min-width: 600px) {
	.rsc-branding {
		xbackground-image: url(../images/rsc-cropped.png);
		background-position: bottom right;
		background-repeat: no-repeat;
	}
}
@media only screen and (min-width: 768px) {
	.rsc-ui .rsc-masthead nav.primary {
		background-color: transparent;
		position: relative;
		width: auto;
	}
	.rsc-ui .rsc-masthead .tab {
		position: absolute;
	}
	.rsc-ui .rsc-masthead {
		margin-top: 0px;
	}
	.rsc-ui .masthead-slider {
		margin: 0;
	}
	.rsc-ui .masthead-logo .title {
		font-family: museo_sans700;
		font-weight: 700;
		font-size: 56px;
		line-height: 56px;
	}
	.rsc-ui .masthead-logo .strap {
		font-family: museo_sans_500regular;
		font-weight: 500;
		font-size: 24px;
	}
	.rsc-ui .column.four {
		min-height: 240px;	
	}
	.rsc-ui h3, .rsc-ui .h3 {
		font-size: 18px;
	}
	
	.rsc-ui .search-field-block {
		margin: 0 !important;
		padding: 16px;
	}
}

.rsc-ui button, .rsc-ui input[type="button"], .rsc-ui input[type="submit"], .rsc-ui input[type="reset"] {
    margin-right:8px;
    margin-top:8px;
}

.ajax__tab_xp * {
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important; 
    -webkit-box-sizing: content-box !important;
    line-height:normal !important;
}

.rsc-ui table td {
    padding: 8px;
}