.container 
{
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}


/*off sets the 100% container*/
.row 
{
    padding-left: 6.25%;
    padding-right: 6.25%;
    margin: 0 auto;
}

/*used on custom layouts as the full width row*/
.Row
{
   margin-right:-15px;
   margin-left:-15px;
}
/*end full width rows styling*/


/*needed for full rows layouts*/
/*sets background and borders*/
.bg-full-row 
{
	width: auto;
	display: block;
	padding-top: 2.5em;
	padding-bottom: 1.75em;
	background: #ffffff;
	padding-left: 6.25%;
  	padding-right: 6.25%;
	margin: 1em 0;
	border-top: 1px solid #bbc8d0;
        border-bottom: 1px solid #bbc8d0;
}


#masterContentArea
{
    margin-top: 0px;
}
/*header*/
.header, .breadcrumb-obo-container.ClearFix, .ProxyPanelContact
{
    background-color: #bbc8d0;
}
.breadcrumb-obo-container.ClearFix
{
	width:100%;
 	margin-top: -10px;
    	padding-bottom: 20px;
}



.breadcrumb-obo-container.ClearFix, .ProxyPanelContact
{
	color:#FFFFFF;
}

.breadcrumb {
    display: none;
}

.header-container
{
	margin-right:auto;
	margin-left:auto;
	padding-left:0px;
	padding-right:0px;
	max-width:none;

}

.header-top-container
{
	background-color:#545454;
	margin-top: -10px;
	width: 100%;
	float: right;	
	padding-top: 9px;
	padding-bottom: 9px;
	text-align:center;
}

.header-bottom-container, .header-top-container 
{
    padding-left: 6.25%;
    padding-right: 6.25%;
}

/*navigation*/
/*logo link*/
.HideLink
{
   margin-top: -9px;
}

.HideLink span.rmText
{
    display: none;
}

img.rmLeftImage
{
    max-width: 250px;
}
@media(max-width:767px)
{
	.HideLink{display:none}
}
/*end logo link*/
.breadcrumb
{
	display:none;
}
.navbar-header
{
	float:right !important;
}

.nav-auxiliary a 
{
    color: #ffffff;
}



.navbar-collapse.collapse, 
.nav-primary 
{
    width: 100%;
}

@media (min-width:1025px)
{
	.nav-primary
	{
    		text-align: center;
    	}
	.RadMenu.rmResponsive ul
	{
		display:inline-block;
	}
}

@media (min-width:1025px)
{
	div#auxiliary-container
	{
  		padding-left: 6.25%;
    		padding-right: 6.25%;
	}
}


.nav-secondary .sub-nav-head,
.RadMenu.rmResponsive .rmGroup,
.RadMenu.rmResponsive .rmExpanded > .rmRootLink,
.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink
{
	background-color: #fff;
	font-weight:normal;
}

/*all navigation items are white*/
.RadMenu.rmResponsive .rmRootLink:hover,
.RadMenu.rmResponsive .rmRootLink:active,
.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink,
.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:hover,
.rmResponsive .rmSlide .rsmLink:hover,
.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem.rsmDisabled > .rsmLink:hover,
.RadMenu.rmResponsive .rmLink,
.rmResponsive .rmSlide .rsmSelected > .rsmLink,
.rmResponsive .rmSlide .rmFocused > .rmLink,
.rmResponsive .rmSlide .rmSelected > .rmLink,
.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem.rsmSelected > .rsmLink,.RadMenu.rmResponsive .rmRootLink, 
.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink,
.rmResponsive .rmSlide .rmLink:hover,
.rmResponsive .rmSlide .rmLink:focus,
.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:focus,
.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink,li.rsmItem

{
	color:#bbc8d0;
}

.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink
{
	font-weight:normal;
}

/*hover background*/
.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink:hover,
li.rsmItem:hover,
li.rsmItem:focus,
.RadMenu.rmResponsive .rsmItem:hover,
.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:focus,
.rmResponsive .rmSlide .rsmLink:focus,
.RadMenu.rmResponsive .rsmItem:focus,
.RadMenu.rmResponsive .rsmItem:active,
a.rmLink.rmExpand.rmExpandRight:hover,
a.rmLink:hover,
.rmResponsive .rmSlide .rmLink:hover,
.rmResponsive .rmSlide .rsmSelected > .rsmLink,
li.rsmItem.rsmSelected

{
	background-color:#d92b28!important;
}

/*hover and active navigaiton text*/
.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink:hover,
 li.rmItem.rmSelected.rmFocused,
 RadMenu.rmResponsive .rmRootGroup > .rmItem:hover, 
.rmResponsive .rmSlide .rsmLink:hover, 
a.rsmlink:hover,
.rmResponsive .rmSlide .rmLink:hover,
span.rmText:focus, 
.RadMenu.rmResponsive .rmSelected > .rmRootLink:focus,
.rmResponsive .rmSlide .rsmLink:hover,
.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:hover,
 .rmResponsive .rmSlide .rsmLink:focus,
li.rsmItem:focus,
a.rsmLink:active,
li.rsmItem:active,
.rmResponsive .rmSlide .rsmSelected > .rsmLink
{
	font-weight:normal;
	color:#545454 !important;

}

.RadMenu.rmResponsive .rmRootGroup > .rmItem {
    padding-top: 25px;
}

li.rmItem.rmFirst.HideLink {
    padding-top: 0px !important;
}

@media (min-width:768px)
{
	
	.header-logo-container{display: none;}

	.RadMenu.rmResponsive .rmSlide .rmExpandRight:hover
	{
		background-position:100% -90px;
	}

	.navbar 
	{
   		border-radius: 0px;
	}
}


.rmResponsive .rmSlide .rsmLink
{
	text-align:left;
}

/*responsive nav icons*/
@media (max-width: 767px)
{
	.nav-auxiliary .nav-aux-button .NavigationLink, .nav-auxiliary .navbar-toggle
	{
		background-color:#bbc8d0;
	}

	.nav-auxiliary .nav-aux-button .NavigationLink:hover, .nav-auxiliary .navbar-toggle:hover,
	.nav-auxiliary .nav-aux-button .NavigationLink:focus, .nav-auxiliary .navbar-toggle:focus,
	.nav-auxiliary .nav-aux-button .NavigationLink:active, .nav-auxiliary .navbar-toggle:active
	{
		background-color:#ffffff;
	}
}

.navbar 
{
	margin-bottom: 0px;
	border:none;
	background-color:#bbc8d0;
}
.RadMenu.rmResponsive .rmRootGroup > .rmFirst > .rmLink:hover 
{
    background-color: transparent !important;
}

/* remove side navigation */
.has-secondary-col .col-secondary {
    display:none;
}
@media (min-width: 992px)
{
.has-secondary-col .col-primary {
    width: 100%;
}


/*end navigation*/


/*footer*/

@media (min-width:1025px)
{
	.footerlinksbox
	{
		vertical-align:top;
		display:inline-block;
		margin-left: 50px;
	}

}
@media (max-width:1024px)
{
	.footerlinksbox
	{
		vertical-align:top;
		display: inline;
	}

}

.footerlinksbox UL LI 
{
	list-style: none;
	line-height: 20px;
	letter-spacing: .5px;
	color: #999999;
	font-family: 'Montserrat',sans-serif;
	font-size: 12px;
	text-align: left;
}


.footerlinksbox strong
{
	font: 700 12px/58px 'Lato',sans-serif;
	line-height: 1.15;
	letter-spacing: .5px;
	float:left;
}
.footerlinksbox UL
{
  	margin-top: 22px;
  	margin-left: -40px;
}

.footerlinksbox UL LI
{
   	list-style: none;
    	line-height: 20px;
    	letter-spacing: .5px;
    	color: #999999;
    	font-family: 'Montserrat',sans-serif;
    	font-size: 12px;
    	text-align: left;
}

.footer-content a 
{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.15;
	letter-spacing: .5px;
	color: #999;
	font-weight: 400;
	font-family: 'Montserrat',sans-serif;
	font-size: 12px;
}

.floatright a
{
	float:right;
}

.footer-nav-copyright .footer-copyright
{
	display:block;
	float:none;
}

.copyright
{
	float:left;
}
/*end footer*/
/* search nav*/
@media(min-width:768px)
{

	#SimpleSearchBlock
	{
    		padding: 5px 0;
    		width: 166px;
    		height: 30px;
    		position: relative;
    		left: -12px;
    		float: right;
    		line-height: 22px;
    		margin-top:-12px;
	}

	#SimpleSearchBlock input 
	{
        	position: absolute;
        	width: 0px;
        	float: right;
        	margin-right: 210px;
        	-webkit-transition: all 0.7s ease-in-out;
        	-moz-transition: all 0.7s ease-in-out;
        	-o-transition: all 0.7s ease-in-out;
        	transition: all 0.7s ease-in-out;
        	height: 30px;
        	line-height: 18px;
        	padding: 0 2px 0 2px;
        	border-radius:1px;
    		background-color: transparent;
		border: transparent;
		color:#ffffff;
	}

        #SimpleSearchBlock:hover input, #SimpleSearchBlock input:focus 
	{
            width: 200px;
            margin-left: 0px;
        }
	
	.search-field 
	{
    		background-position: 5px 6px;
	}
}



/*hide the slider when in responsive */
@media (max-width: 415px)
{
	.hideResponsive
	{
   		 display: none;
	}
}

div#carousel-example-generic 
{
    margin-top: -22px;
}


.carousel-caption 
{
    background-color: rgba(84, 84, 84, 0.73);
    border: 1px solid #545454;
}

img.sliderImg 
{
	width:100%;
}
.item.next.left
{
	background-color:transparent;
}
/*button*/

/*red buttons*/
.Spotlight .TextButton, .LargeButton, .UseLargeButton .TextButton,
.UseLargeButton .TextButtonWithImage, .TextButton, .PrimaryButton, .UsePrimaryButton .TextButton,
.btn, .TextButton, .TextButtonWithImage, .ruButton, .RadGrid input.TextButton
{
	background-color: #b40d26;
	border-radius:5px;
	text-transform:uppercase;
}

/*white buttons*/
a.white.TextButton
{
	background-color: #FFFFFF;
	color: #b40d26;
	border-radius:5px;
	margin-top:0px;
	text-transform:uppercase;
}
/*hover buttons */ .UsePrimaryButton .TextButton:hover,TextButton:active,TextButton:focus,.btn:hover, .btn:focus, .btn:active, .btn.active, .TextButton:hover, .TextButton:focus, .TextButton:active, .TextButton.active, .TextButtonWithImage:hover, .TextButtonWithImage:focus, .TextButtonWithImage:active, .TextButtonWithImage.active, .ruButton:hover, .ruButton:focus, .ruButton:active, .ruButton.active, #masterHeaderActionArea a:hover, #masterHeaderActionArea a:focus, #masterHeaderActionArea a:active, #masterHeaderActionArea a.active, .RadGrid input.TextButton:hover, .RadGrid input.TextButton:focus, .RadGrid input.TextButton:active, .RadGrid input.TextButton.active,
.PrimaryButton:focus, .PrimaryButton:active, .PrimaryButton.active, .TextButton:hover,  .PrimaryButton:hover, .SaveAndClose:hover,  .SaveAs:hover, .UsePrimaryButton .TextButton:hover, .UsePrimaryButton .TextButtonWithImage:hover,  #masterHeaderActionArea a:hover, .RadGrid input.PrimaryButton:hover
{
	background-color:#bbc8d0;
}


/*disabled buttons*/
.PrimaryButton[disabled], .TextButton[disabled], .TextButton[disabled]:hover
{
	background-color: #bbc8d0;
}


/*Event Display*/
DIV.EventQuestions .PanelTitle 
{
    display: none;
}

DIV.EventQuestions .TextButton {
    float: left;
}

label#ctl01_TemplateBody_WebPartManager1_gwpciEventProgramDisplay_ciEventProgramDisplay_LabelProgramsBy
{
	font-size:0;
}
label#ctl01_TemplateBody_WebPartManager1_gwpciEventProgramDisplay_ciEventProgramDisplay_LabelProgramsBy:before
{
	content:"Select Events by";
	font-size: 14px; 
}


.Questions .ContactLocationArea
{
	visibility:hidden;
}

table#ctl01_TemplateBody_WebPartManager1_gwpciEventDisplay_ciEventDisplay_RegistrationOptionsGrid_ctl00
{
	background-color:#bbc8d0;
}

.Questions .RadGrid_MetroTouch .rgRow td
{
	border-color:#bbc8d0;
}

table#ctl01_TemplateBody_WebPartManager1_gwpciEventDisplay_ciEventDisplay_RegistrationOptionsGrid_ctl00 th:first-child
{
	font-size:0px;
}
table#ctl01_TemplateBody_WebPartManager1_gwpciEventDisplay_ciEventDisplay_RegistrationOptionsGrid_ctl00 th:first-child:before	
{
	content:"Program Options:" !important;
	font-size:14px;
}

/*CCO*/
.RadTabStripTop_Metro .rtsLevel1, .RadTabStripTop_Metro .rtsLevel1 .rtsUL, .RadTabStrip_Metro .rtsLevel1, .RadTabStrip_Metro .rtsLevel1 .rtsUL4
{
	background-color: #bbc8d0 !important;
}


