/* ==================== CUSTOM FONTS ==================== */

@font-face {
    font-family: 'SourceExtraLight';
    src: url('fonts/sourcesanspro-extralight-webfont.eot');
    src: url('fonts/sourcesanspro-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-extralight-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-extralight-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-extralight-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-extralight-webfont.svg#source_sans_proextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceLight';
    src: url('fonts/sourcesanspro-light-webfont.eot');
    src: url('fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceRegular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSemiBold';
    src: url('fonts/sourcesanspro-semibold-webfont.eot');
    src: url('fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceBold';
    src: url('fonts/sourcesanspro-bold-webfont.eot');
    src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceBlack';
    src: url('fonts/sourcesanspro-black-webfont.eot');
    src: url('fonts/sourcesanspro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-black-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-black-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-black-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-black-webfont.svg#source_sans_problack') format('svg');
    font-weight: normal;
    font-style: normal;
}




/* ==================== BODY OVERRIDES ==================== */

body {
	font-family: 'SourceRegular', Arial, sans-serif;
}

.ContentRecordPageAnchor img {
	width: auto;
}

a, a:visited {
    color: #df561c;
}


/* ==================== TYPEFACE OVERRIDES ==================== */

h1 {
	font-family: 'SourceLight', Arial, sans-serif;
	color: #df561c;
}




/* ==================== HEADER ==================== */

.header {
	padding-top: 12px;
	padding-bottom: 0px;	
}

#masterHeaderBackground, .header {
	border-bottom: 0px;
}

#masterLogoArea img {
	max-width: 280px;
}

.auth-link-container-sm {
	padding-right: 20px;
}

.header-social-links {
	padding-right: 5px;
}

.header-social-links a {
	display: inline-block;
	margin: 5px 3px 0px 0px;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	text-indent: -999px;
	overflow: hidden;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.header-social-links .facebook {
	background: #f47920 url(images/social-icon-facebook.png) 0px 0px no-repeat;
	background-size: 28px 28px;
}

.header-social-links .facebook:hover {
	background: #df561c url(images/social-icon-facebook.png) 0px 0px no-repeat;
	background-size: 28px 28px;
}

.header-social-links .twitter {
	background: #f47920 url(images/social-icon-twitter.png) 0px 0px no-repeat;
	background-size: 28px 28px;
}

.header-social-links .twitter:hover {
	background: #df561c url(images/social-icon-twitter.png) 0px 0px no-repeat;
	background-size: 28px 28px;
}

.header-social-links .linkedin {
	background: #f47920 url(images/social-icon-linkedin.png) 0px 0px no-repeat;
	background-size: 28px 28px;
}

.header-social-links .linkedin:hover {
	background: #df561c url(images/social-icon-linkedin.png) 0px 0px no-repeat;
	background-size: 28px 28px;
}

.navbar-toggle.collapsed {
	background-color: #f47920;
}

.navbar-toggle, .navbar-toggle:hover, .navbar-toggle:focus {
	background-color: #00b5ec;
}

.nav-auxiliary .TextButton, .nav-auxiliary .navbar-toggle {
	margin-left: 4px;
}

.rmResponsive .rmSlide .rmFocused > .rmLink, .rmResponsive .rmSlide .rmSelected > .rmLink, .rmResponsive .rmSlide .rsmSelected > .rsmLink, .rmResponsive .rmSlide .rsmTwoLevels > .rsmItem.rsmSelected > .rsmLink {
    color: #fff;
}

.rmSlide {
	z-index: 9999;
}


/* ==================== FOOTER ==================== */


.footer {
	width: 100%;
	display: block;
}

.footer-content {
	background: #666;
	text-align: left;
	padding: 20px 0px 5px 0px;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
}

.footer-content h3 {
	font-weight: normal;
	font-size: 1.125em;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.footer-nav-copyright {
	background: #444;
	color: #888;
}

.footer-links {
	padding: 10px 0px;
}

.footer-links ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer-links ul li {
	display: inline-block;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

.footer-links a {
	text-decoration: none;
	color: #fff;
}

.footer-links a:hover {
	text-decoration: underline;
}

.footer-social-links a {
	display: inline-block;
	margin: 5px 3px 0px 0px;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	text-indent: -999px;
	overflow: hidden;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.footer-social-links .facebook {
	background: #fff url(images/social-icon-footer-facebook.png) 0px 0px no-repeat;
	background-size: 28px 28px;
}

.footer-social-links .facebook:hover {
	background: #ddd url(images/social-icon-footer-facebook.png) 0px 0px no-repeat;
	background-size: 28px 28px;
}

.footer-social-links .twitter {
	background: #fff url(images/social-icon-footer-twitter.png) 0px 0px no-repeat;
	background-size: 28px 28px;
}

.footer-social-links .twitter:hover {
	background: #ddd url(images/social-icon-footer-twitter.png) 0px 0px no-repeat;
	background-size: 28px 28px;
}

.footer-social-links .linkedin {
	background: #fff url(images/social-icon-footer-linkedin.png) 0px 0px no-repeat;
	background-size: 28px 28px;
}

.footer-social-links .linkedin:hover {
	background: #ddd url(images/social-icon-footer-linkedin.png) 0px 0px no-repeat;
	background-size: 28px 28px;
}




/* ==================== PRIMARY NAV ==================== */

.nav-primary {
	margin-top: 25px;
}

.RadMenu.rmResponsive .rmRootLink:hover, .RadMenu.rmResponsive .rmRootLink:focus, .RadMenu.rmResponsive .rmExpanded > .rmRootLink, .RadMenu.rmResponsive .rmExpanded > .rmExpand {
	background-color: #999;
}

.RadMenu.rmResponsive .rmGroup {
	background-color: #999;
}

/* ======== TIER 1 ======== */
.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink {
	font-weight: normal;
	text-transform: none;
	font-size: 1.25em;
	color: #000;
}

.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink:hover {
	color: #fff;
	background-color: #999;
}

.RadMenu.rmResponsive .rmRootGroup > .rmExpanded > .rmLink {
	color: #fff;
	background-color: #999;
}

.RadMenu.rmResponsive .rmSelected > .rmRootLink, .RadMenu.rmResponsive .rmFocused > .rmRootLink {
	background: none;
}

/* ======== TIER 2 ======== */
.RadMenu.rmResponsive .rsmLink {
	font-weight: normal;
	font-size: 1.0625em;
	line-height: 1.3;
	text-transform: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink {
	font-weight: normal;
	font-size: 1.0625em;
	line-height: 1.3;
	text-transform: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.RadMenu.rmResponsive .rsmLink:hover, .rmResponsive .rmSlide .rsmTwoLevels > .rsmItem.rsmDisabled > .rsmLink:hover, .rmResponsive .rmSlide .rsmTwoLevels > .rsmItem.rsmDisabled > .rsmLink:focus {
	font-weight: normal;
	font-size: 1.0625em;
	line-height: 1.3;
	text-transform: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.RadMenu.rmResponsive .rsmItem {
	padding: 4px 15px 10px 15px;
	margin: 0px;
	display: block;
}

.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem {
	margin: 0px;
}

.rmResponsive .rmSlide .rmLink:hover, .rmResponsive .rmSlide .rmLink:focus, .rmResponsive .rmSlide .rsmLink:hover, .rmResponsive .rmSlide .rsmLink:focus, .rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:hover, .rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:focus {
	color: #fff;
	background-color: #999;
}

/* ======== TIER 3 ======== */
.RadMenu.rmResponsive .rsmLevel1 .rsmLink {
	font-weight: normal;
	text-transform: none;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1em;
	line-height: 1.2;
	border: none;
}

.RadMenu.rmResponsive .rsmLevel1 .rsmLink:hover {
	color: #fff;
}

.RadMenu.rmResponsive .rsmItem .rsmItem {
	padding: 6px 20px 3px 0px;
	margin: 0px;
	min-width: 190px;
}

/* ======== TIER 4 ======== */
.RadMenu.rmResponsive .rsmLevel2 .rsmLink {
	font-weight: normal;
	text-transform: none;
	color: rgba(255, 255, 255, 0.7);
	font-size: .9375em;
	line-height: 1;
	border: none;
}

.RadMenu.rmResponsive .rsmLevel2 .rsmLink:hover {
	color: #fff;
}

.RadMenu.rmResponsive .rsmItem .rsmItem .rsmItem {
	padding: 4px 0px 2px 16px;
	margin: 0px;
	background: url('images/nav-marker.png') 0px 9px no-repeat;
}

.RadMenu.rmResponsive .rsmLevel2 {
	padding: 0px 0px 6px 0px;
}




/* ==================== SECONDARY NAV ==================== */

.nav-secondary {
	background: none;
}

.nav-secondary .sub-nav-head {
	display: none;
}

.RadTreeView.RadTreeView_Austin .rtIn {
	
}

.RadTreeView.RadTreeView_Austin .rtIn, .RadTreeView.RadTreeView_Austin .rtHover .rtIn, .RadTreeView.RadTreeView_Austin .rtSelected .rtIn {
	padding: 6px 0px;
	font-weight: normal !important;
}

.RadTreeView.RadTreeView_Austin .rtIn, .RadTreeView.RadTreeView_Austin a.rtIn {
	color: #000;
}

.RadTreeView.RadTreeView_Austin .rtIn:hover, .RadTreeView.RadTreeView_Austin .rtHover .rtIn {
	color: #f47920;
}

.RadTreeView.RadTreeView_Austin .rtSelected .rtIn, .RadTreeView.RadTreeView_Austin .rtSelected a.rtIn {
	color: #f47920;
}

.RadTreeView.RadTreeView_Austin .child-is-selected.rtIn {
	color: #000;
}

.RadTreeView.RadTreeView_Austin > .rtUL > .rtLI {
	border-top: none;
	font-family: 'SourceSemiBold', Arial, sans-serif;
	font-weight: normal !important;
}

.RadTreeView.RadTreeView_Austin > .rtUL > .rtLI .rtLI {
	font-family: 'SourceRegular', Arial, sans-serif;
}

.RadTreeView.RadTreeView_Austin .rtUL .rtUL {
	padding: 0px 0px 3px 0px;
	margin: 0px;
}

.RadTreeView.RadTreeView_Austin .rtUL .rtUL .rtUL {
	padding: 0px 0px 6px 0px;
	margin: 0px;
}

.nav-secondary .RadTreeView.RadTreeView_Austin > .rtUL > .rtLI .rtLI .rtIn, .RadTreeView.RadTreeView_Austin > .rtUL > .rtLI .rtLI a.rtIn {
	padding: 0px 0px 3px 15px;
	font-weight: normal !important;
	font-family: 'SourceRegular', Arial, sans-serif;
}

.nav-secondary .RadTreeView.RadTreeView_Austin > .rtUL > .rtLI .rtLI .rtLI .rtIn, .RadTreeView.RadTreeView_Austin > .rtUL > .rtLI .rtLI .rtLI a.rtIn {
	font-size: .9375em;
	padding: 0px 0px 3px 15px;
}




/* ==================== HOMEPAGE SLIDER ==================== */

#full-width-slider {
	width: 100%;
	background: #fff;
}

#full-width-slider .infoBlock {
	width: 100%;
}

.caption-wrap .caption {
	background: rgba(0, 0, 0, 0.4);
	padding: 20px 20px 80px 20px;
	color: #fff;
	position: absolute;
	bottom: 0px;
}

.caption-wrap .caption h1 {
	color: #fff;
	padding: 0px 0px 10px 0px;
}

.caption-wrap .caption a {
	display: inline-block;
	padding: 8px 15px;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.caption-wrap .caption a:hover {
	background: #fff;
	color: #000;
}


@media screen and (min-width:768px) {

.heroSlider .rsOverflow,
.royalSlider.heroSlider,
.royalSlider .infoBlock,
.royalSlider .caption-wrap {
	height: 400px !important;
}

}

@media screen and (min-width: 768px) and (max-width: 959px) {

.royalSlider.heroSlider,
.royalSlider.heroSlider .rsOverflow,
.royalSlider .infoBlock,
.royalSlider .caption-wrap {
	height: 340px !important;
}

}

@media screen and (min-width: 0px) and (max-width: 767px) {

.royalSlider.heroSlider,
.royalSlider.heroSlider .rsOverflow,
.royalSlider .infoBlock,
.royalSlider .caption-wrap {
	height: 220px !important;
}

.caption-wrap .caption {
	padding: 20px 20px 40px 20px;
}

.caption-wrap .caption h1 {
	font-size: 1.5em;
}


}




/* ==================== HOMEPAGE CONTENT ==================== */

.Spotlight {
	padding: 15px;
	background: url('images/spotlight-bg.png') 0 0 repeat-x;
}

.homepage .Spotlight {
	min-height: 290px;
}

.homepage .Spotlight h2 {
	font-family: 'SourceRegular', Arial, sans-serif;
	color: #000;
	border: none;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
	margin-bottom: 0px;
	font-size: 170%;
}

.Spotlight h2 {
	font-family: 'SourceRegular', Arial, sans-serif;
	color: #000;
	border: none;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
	margin-bottom: 0px;
	font-size: 125%;
}

.Spotlight p {
	padding-top: 0px;
}

.Spotlight img {
	min-width: 100%;
}




/* ==================== PAGE CONTENT ==================== */

#header-image-wrapper .row {
	margin-left: 0px;
	margin-right: 0px;
}

#header-image-wrapper .row .col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.header-image {
	width: 100%;
	height: 140px;
	background-size: cover;
}

.header-image h1 {
	color: #fff;
	position: absolute;
	bottom: 0px;
	display: block;
	height: 140px;
	padding: 60px 20px 0px 20px;
	margin: 0px;
	font-size: 225%;
	background: rgba(0, 0, 0, 0.4);
}

#masterContentArea {
	margin-top: 30px;
	min-height: 500px;
}

.wrapper {
	display: block;
}




/* ==================== FORM ELEMENTS ==================== */

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius: 4px;
}

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: #f47920;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(244, 121, 32, 0.4);
}

/*==============================Event Sponsor Lists ==============================*/
.EventSponsor3col {
    width: 32%;
}
div[class^="EventSponsor"] {
    display: inline-block;
}
.EventSponsor3col:nth-child(3n+1) {
    clear: left;
}
div[class^="EventSponsor"] img {
    max-width: 90%;
    margin: 0 auto;
    display: block;
}
div[class^="EventSponsor"] h2 {
    text-align: center;
}
div.EventSponsor1col img {
    width: 30%;
    margin: 0 1.5%;
    float: left;
}
@media (max-width:491px){
	div[class^="EventSponsor"]{
		width: 100%;
	}
	div.EventSponsor1col img {
		max-width: 45%;
		margin: 1% 2.5%;
	}
}

