﻿/*bootstrap 3 resets for SharePoint*/
/*border-box causes many issues with SP*/
*, *:before, *:after {
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/*reset elements that B3 is expecting to be border-box*/
* [class^="col-"], * [class^="col-"]:before, * [class^="col-"]:after,
.container, .container:before, .container:after,
.row, .row:before, .row:after,
.nav *, .navbar-toggle, .table, .table-responsive, .form-control, .btn-block, .caret, .dropdown-menu, .navbar-toggle, .page-navigation *, .icon-bar, .breadcrumb, .progress-bar, .modal-dialog,
legend, fieldset, code, pre
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: none;
	width: auto;
}
* [class^="col-"] img {
	max-width: 100%; /*for images inside span grid*/
}
#scriptWPQ2 img, img.ms-webpart-menuArrowImg, #applist img, .ms-core-menu-icon > img {
	width: auto; /*within a span may still need to have width of image not 100% for SP2013 OOTB features/imges*/
	max-width: none;
}
.ms-siteactions-imgspan {
	float: none;
	margin: 0px;
}
input.ms-cui-cb-input {
	height: 14px;
    padding: 3px 7px 2px;
}
select, input[type="file"] {
    height: auto;
    line-height: 20px;
}
label {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
}
.navbar-toggle {
	min-width: 0px;
}
a:focus { 
   /* outline: none; */
}
button::-moz-focus-inner {
	border: 0;
}
/*end bootstrap resets*/

/*SharePoint overrides some B3 classes, reset back*/
/*end SP resets*/

/*template styles*/
/*Main SP containers*/
/*end Main SP containers*/
#s4-bodyContainer {
	width: auto !important;
	padding: 0px;
}
/* ribbon*/ 
#suiteBar {
	display: block;
	height: 60px;
}
#suiteBarLeft, #suiteBarRight {
    display: inline-block;
    width: 100%;
}
#suiteBarRight .ms-core-deltaSuiteBarRight {
	float: right;
}
#s4-ribbonrow [class*="col-"] {
    float: none;
    margin-left: 0px;
}
#pageStatusBar[class], .ms-status-msg {
	margin-bottom: 0px;
}
#suiteBarLeft {
    background-color: #0088CC;
}
.ms-cui-dd-text, input.ms-cui-cb-input, input[type="text"].ms-cui-cb-input {
    border-color: #D3D6D9;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    cursor: default;
    display: block;
    height: 14px;
    padding: 3px 7px 2px;
    white-space: nowrap;
    font-size: inherit;
}







#pageTitle {
	margin: 0px 0px 5px;
	font-size: 2em;
}
/* breadcrumb*/
ul.s4-breadcrumb {
	margin-bottom: 5px;
	padding: 0px;
}
ul.s4-breadcrumb, ul.s4-breadcrumb ul {
	margin: 0px 0px 5px;
	padding-left: 10px;
	padding-top: 10px;
	list-style: none inside none;
	display: inline-block;
}
ul.s4-breadcrumb .s4-breadcrumb-arrowcont {
    display: inline-block;
    width: 16px;
    height: 16px;
	margin-left:-20px;
    background: transparent url('../img/glyphicons-halflings.png') no-repeat -262px -92px;
}
ul.s4-breadcrumb .s4-breadcrumb-arrowcont img {
    display: none !important;
}
ul.s4-breadcrumb > li:first-child > span.s4-breadcrumb-arrowcont {
	display: none;
}
ul.s4-breadcrumb a.s4-breadcrumbCurrentNode {
	color: #000;
}
/* end breadcrumb*/

/*search box*/
.header .searchbox {
	display: block;
	float: none;
	clear: both;
}
/*end search box*/
/*end header*/

/*top nav */
#topnavbar {
    height: auto;
}
#topnavbar.navbar {
	z-index: 50;
}
#topnavbar .navbar-collapse {
	max-height: none;
	clear: both;
}
/*on mobile devices top nav bar will be a drop down, so we want to show across*/
.ms-core-listMenu-horizontalBox {
	display: block;
}
#topnavbar .nav ul, #topnavbar .nav ul > li {
	float: none;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#topnavbar .nav ul.static {
	display: block;
	position: relative;
	text-align: left;
}
#topnavbar li.static {
	display: block;
	width: 100%;
	position: relative;
}
#topnavbar li.static > .menu-item {
	display: block;
	height: 47px;
	line-height: 1em;
	padding: 15px 0;
	margin: 0px;
	position: relative;
}
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
    border: none;
}
/*images within nav should not use respponsive properties*/
#topnavbar .nav img {max-width: none;}
/*hide the edit nav button on mobile devices*/
#topnavbar .nav ul.root > li.ms-navedit-editArea {
	display: none;
}
/*hide or provide padding for downdown arrow*/
#topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
	width: 100%;
	display: block;
}

/*dynamic menus should not appear*/
#topnavbar ul.dynamic {
	display: none !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: auto !important;
	box-shadow: none;
}
#topnavbar li.shown > ul.dynamic {
	display: block !important;
}
#topnavbar ul.dynamic > li {
	background: transparent none;
	border-right: medium none;
	border-top: 1px solid #d1d1d1;
	display: block;
	float: none;
	height: auto;
}
#topnavbar li.dynamic .menu-item {
	padding: 15px;
}
#topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
    background-image: url("/_layouts/15/images/menu-down.gif");
}
#topnavbar .ms-core-listMenu-horizontalBox .dynamic .dynamic-children.additional-background {
    background-image: url("/_layouts/15/images/menu-down.gif");
}
/*end top nav */

/*left nav */
#sideNavBox.col-md-3 {
    float: none;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
}
/*end left nav */

/* main content areas */
div.table { 
	margin: 0px; /*added by design manager admin page, ruins rd layout*/
}
.col-md-9 .ms-table {
    display: inherit;
}
.col-md-9 .tableCol-75 {
    display: inherit;
}
#ms-core-tableNoSpace {
	display: block;
}

/*site settings*/
/*Settings page - Add app page*/
#idStorefrontManagementLeftNavBar.ms-core-sideNavBox-removeLeftMargin {
	margin-left: 0;
}
a.ms-storefront-selectanchor, a.ms-storefront-selectanchor:link, a.ms-storefront-selectanchor:visited {
	clear: both;
	width: auto;
}
/*end site settings*/

/*web part zones*/
* [class^="col-"] .ms-webpart-zone, * [class^="col-"] .ms-webpart-cell-vertical, * [class^="col-"] .ms-webpart-chrome-vertical {
    display: block; /*forces zone to stay within confines of responsive zone*/
}
* [class^="col-"] .ms-WPBody > table, * [class^="col-"] .ms-WPBody > table > tbody, * [class^="col-"] .ms-WPBody > table > tbody > tr, * [class^="col-"] .ms-WPBody > table > tbody > tr > td {
	display: block;
	width: 100%;
}
* [class^="col-"] .ms-WPBody > table img {
	width: 100%; /*reset back to bootstrap for web part images*/
}
.ms-SPZone.ms-webpart-zone {
    padding: 5px;
}
.ms-SPZone > .s4-wpcell, .ms-SPZone > .s4-wpcell-plain, .ms-rtestate-write > .ms-rte-wpbox > div > .s4-wpcell, .ms-rtestate-write > .ms-rte-wpbox > div > .s4-wpcell-plain {
    padding: 5px 5px 10px;
}
/*web part properties*/
/*edit mode table fixes*/
#MSOTlPn_WebPartPageDiv > tbody > tr > td:first-child {
	padding-right: 10px; /*without the padding the left column overflows over the webpart properties toolpane*/
}
/*end edit mode table fixes*/

.ms-ToolPaneBody select, .ms-ToolPaneBody textarea, .ms-ToolPaneBody input[type="text"], .ms-ToolPaneBody input[type="password"], .ms-ToolPaneBody input[type="datetime"], .ms-ToolPaneBody input[type="datetime-local"], .ms-ToolPaneBody input[type="date"], .ms-ToolPaneBody input[type="month"], .ms-ToolPaneBody input[type="time"], .ms-ToolPaneBody input[type="week"], .ms-ToolPaneBody input[type="number"], .ms-ToolPaneBody input[type="email"], .ms-ToolPaneBody input[type="url"], .ms-ToolPaneBody input[type="search"], .ms-ToolPaneBody input[type="tel"], .ms-ToolPaneBody input[type="color"], .ms-ToolPaneBody .uneditable-input {
	margin-bottom: 0px;
	width: auto;
	height: auto;
	line-height: 20px;
}
.ms-ToolPaneBody label {
	display: inline-block;
	margin-bottom: 0px;
}
/*end web part properties*/

/*Gallery Grid in Banner/Homepage2*/
ul.three-up {
	display: block;
	overflow: hidden;
	margin: 0 -8px;
	padding: 0;
}
ul.three-up > li {
	display: block;
	float: left;
	height: auto;
	margin: 0 8px 8px;
	width: 27%;
	list-style: none;
}
ul.three-up > li:nth-child(3n+1) {
	clear: none;
}
/*end web part zones*/
/* end main content areas */

/*Fullscreen*/
.ms-fullscreenmode #mainbody, .b3-fullscreenmode #mainbody {
	margin-left: 0px;
	width: 100%;
}
.ms-fullscreenmode #sideNavBox, .b3-fullscreenmode #sideNavBox {
	display: none;
}
/*end template styles */

/*responsive*/
@media (min-width: 768px) {
	/*fix ribbon back to normal*/
	#suiteBar {
		display: table-row;
		height: 30px;
	}
	#suiteBarLeft, #suiteBarRight {
		display: table-cell;
		width: 100%;
	}
	#suiteBarRight {
		width: auto;
	}
	#suiteBarRight .ms-core-deltaSuiteBarRight {
		float: none;
	}
	/*end ribbon*/
	
	/*search box*/
	.header .searchbox {
		display: block;
		float: right;
		clear: none;
	}
	/*end search box*/

	/*top nav*/
	/*because of the nested nature of OOTB top nav, we must treat the first element differently*/
	#topnavbar {
		height: auto;
	}
	#topnavbar .nav-collapse {
		margin-top: 0px;
	}
	/*reset back to inline for normal view*/
	#topnavbar .ms-core-listMenu-horizontalBox {
		display: block;
	}
	#topnavbar .nav ul.static {
		display: inline-block;
	}
	#topnavbar .nav li.static {
		display: inline-block;
		width: auto;
	}
	#topnavbar .nav li.static > .menu-item {
		display: none;
		height: 49px;
		padding: 15px 10px 15px 0px;
	}
	/*hide or provide padding for downdown arrow*/
	#topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
		padding-right: 20px;
		width: auto;
		display: inline;
	}
	/*show the edit nav link again for larger devices*/
	#topnavbar .nav ul.root > li.ms-navedit-editArea {
		display: none;
	}
	#topnavbar .nav .ms-navedit-editLinksText {
	    height: 47px;
	    line-height: 1em;
	    padding: 15px 0 15px 10px;
	    display: block;
	}
	/*we need to override where SP is placing dynamic nav items*/
	#topnavbar .nav ul.static > li.dynamic-children > ul.dynamic {
		position: absolute !important;
		top: 49px !important;
		left: 0 !important;
	}
	#topnavbar ul.dynamic > li {
		min-width: 150px;
		position: relative;
		white-space: nowrap;
	}
	#topnavbar ul.dynamic > li:first-child {
		border-top: 0px transparent none;
	}
	#topnavbar .nav li.dynamic-children.hover > ul.dynamic {
		display: block !important;
	}
	#topnavbar li.dynamic > .menu-item {
		height: 34px;
		line-height: 1em;
		margin: 0;
		padding: 9px 15px;
	}
	#topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
	    background-image: url("/_layouts/15/images/menu-down.gif");
	}
	#topnavbar .ms-core-listMenu-horizontalBox .dynamic .dynamic-children.additional-background {
		background-image: url("/_layouts/15/images/menu-right.gif");
	}
	/*3rd level +*/
	#topnavbar .nav ul.dynamic > li.dynamic-children > ul {
		position: absolute !important;
		top: 0px !important;
		left: 100% !important;
	}
	/*end top nav*/
	
	/*left nav */
	#sideNavBox {
	    float: none;
		margin: 0px;
	    width: auto;
	}
	#sideNavBox.col-md-3 {
	    float: left;
	    width: 25%;
	}
	/*end left nav */
}

/*Add-ons*/

/*Hide Ribbon Items*/
#suiteBarLeft {
  background-color: rgba( 239,239,239,0.78 ) !important;
}
.ms-tableRow {
  display: none;
}
#ms-help {
  display: none;
}
.ms-promotedActionButton-text {
  display: none;
}
.ms-promotedActionButton-icon {
  display: none !important;
 }
/* End Ribbon*/


/*Header/Navigation*/

.header {
  height: 88px;
  background: url("/PublishingImages/radialHilight2.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#topNav { 
 margin: 0 auto;  
 text-align: center;   
 width: 100%;  
 padding: 0;  
 clear: both; 
 background: url("/publishingimages/NavRibbon.jpg") no-repeat ;
 background-color:#be9428;
 height: 31px;
 position: relative;
 background-size: 100% auto;
}
.headerLinks {
  margin-top: 10px;
  margin-left: -10px;
}
.headerLinks li {
  list-style: square;
  border-right: 1px solid #a28324;
  display: inline-block;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 13px;
}
.headerLinks li.last {
  border-right: 0px;
  display: inline-block;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  padding-left: 10px;
  padding-right: 47px;
}

.headerLinks li.espanol {
    border-right: 0px;
    display: inline-block;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    padding-left: 10px;
    padding-right: 15px;
}
.headerLinks li a, .headerLinks li a:link {
  font-weight: bold;
}
.headerLinks li.espanol a {
    font-size: 11px;
    text-decoration: none;
}
.headerLinks li a {
  color: #1c3549;
    text-decoration: none;
}
.headtitle{display:none}

#header {
  background-image: url("/publishingimages/brandBG.jpg");
  background-repeat: repeat-x;
  background-color: #004f91;
  margin: 0 auto;
  padding: 0;
  border: none;
  width: 100%;
  height: 120px;
  text-align: center;
  
 
 
}
/* End Header/Navigation*/

/*Search*/
.ms-srch-sb-border {
  border: transparent;
}
.ms-srch-sb>input {
  display: inline-block;
  border-style: none;
  outline-style: none;
  margin: 0px 0px 2px 5px;
  font-size: 1.1em;
  font-style:italic;
  border-right: 0 !important;
  width: 165px !important;
  border: 1px solid #e3e3e3 !important;
  background-color: #fff;
  height: 17px;
  padding: 2px 3px 0;
}

.ms-srch-sb-border:hover {
    border: none !important;
}

.ms-srch-sb-navLink, .ms-srch-sb-searchLink {
  margin-right: 25px;
}
.ms-srch-sb-borderFocused {
  border: transparent !important;
}
.ms-srch-sb > .ms-srch-sb-navLink {
width:0px;  margin-right: -2px;
}

.ms-srch-sb-searchImg {
  border: 1px solid #e3e3e3 !important;
  border-left: none !important;
  background-color: #fff;
}

/* End Search*/


/*SideNavBox */

#sideNavBox {display: none;}


/*Footer*/
#footContainer {
  position: relative;
  clear: both;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding-bottom: 0px;
  background: url("/publishingimages/footerRibbon.jpg") repeat-x top #004F91;
}

 #footer {
  float: none;
  position: relative;
  margin: 0 auto;
  width: 100%;
  color: #FFF;
  background: url("/publishingimages/footContainerBg.png") no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  padding-top: 15px;
  line-height: 1.4em;
  height: 130px;
}
#footer .footerLink1 li {
  list-style: none;
  border-right: 1px solid #898989;
  display: inline-block;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 0.9em;
  padding-left: 10px;
  padding-right: 13px;
}
#footer .footerLink1 li.last {
  list-style: none;
  border-right: 0px;
  display: inline-block;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 0.9em;
  padding-left: 10px;
  padding-right: 47px;
}
#footer .footerLink2 li {
  list-style: none;
  border-right: 1px solid #898989;
  display: inline-block;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 0.9em;
  padding-left: 10px;
  padding-right: 13px;
}
#footer .footerLink2 li.last {
  border-right: 0px;
  padding-right: 47px;
}
#footer .footerLink1 li a:hover {
  color: #FFF;
  text-decoration: underline;
}
  #footer .footerLink1 li a {
  color: #e2e2e2;
  text-decoration: none;
}
#footer .footerLink2 li a:hover {
    color: #FFF;
    text-decoration: underline;
}
#footer .footerLink2 li a {
  color: #c7d7f0;
  text-decoration: none;
}
#footer ul{ margin-top: 0px; margin-left: -47px;}
/* End Footer*/


/*Body*/
#s4-workspace {
    background-color: #004f91!important;
}

 .homearticle { width: 100%;}
#DeltaBreadcrumbDropdown{display:none}

@media (min-width: 992px)
{
	.col-md-9 
	{  width: 100%;
	  background-color: #f9f9f9;
	  text-align: left;
	  background: url('/publishingimages/contentBgwh.jpg') repeat-y #f9f9f9;
	  background-size: 100% auto;
	  margin-left: 0px;
	 
	 }
	 #main 
	 {   
  		background-color: #DFDFDF;
	 }

}
@media (min-width: 621px) and (max-width: 991px)
	{
		#topNav{margin-right: -25px;}
	}
@media (max-width: 991px)
	{
		#main {background-color: #FFF;}
		#content_right{margin-left:-20px;}
		#content_right3 .box {float: left !important; margin-top: 0px !important;}
		#content_right3 .escallationBox {width:100%; margin:0px 15px 20px; float: left !important;}
	}
	
.main-content{width: 100% !important; color: #555;}

#main {
  margin: 0 auto;
  }
 

#s4-bodyContainer {
  margin: 0 auto;
  min-height: 100%;
}
body { 
font-size:1.2em;
}

/*#article-content {margin-left: 10px;}*/
*/
.SolidBreadCrumb img{margin-bottom: 6px;}
h1{font-weight:bold;font-size:1.66em;color:#333;}
h2{font-size:1.4em; font-weight: bold;color: rgb(85, 85, 85) !important;border-bottom:1px dotted #B88E10;}
h3{color:#2c75b0;font-size:1.2em;}
h4{font-size:1.1em;}
a, a:link, a:visited{color:#004F91;text-decoration:none;font-weight:normal;}     
a:hover{color: #00203A;text-decoration:underline;}   
a:active{color:#00203A;}

/*Left Nav*/
.RadMenu_Web20 .rmVertical a.rmLink.rmRootLink:hover .rmExpandRight, .RadMenu_Web20 .rmVertical a.rmRootLink.rmSelected .rmExpandRight, .RadMenu_Web20 .rmVertical a.rmRootLink.rmExpanded .rmExpandRight {
    background-image: url('/_layouts/images/ORSInternetWebParts/hover_bg.png') !important;}


.RadMenu_Web20 .rmFirst, .rmItem .rmLast .rmLink .rmRootLink {
   
    background-image: none !important; 
   
}

.RadSiteMap_Default .rsmLink, .RadSiteMap_Default .rsmTemplate {
     border-bottom: none !important; 
}

.menuHeader {
     border-bottom: none !important;
}
.RadMenu_Web20 .rmVertical .rmRootLink .rmExpandRight {
    background-position: 100% 50% !important;
}
.RadMenu_Web20 a.rmLink:hover, .RadMenu_Web20  a.rmFocused, .RadMenu_Web20  a.rmSelected, .RadMenu_Web20  a.rmExpanded, .RadMenu_Web20  a.rmExpanded:hover
{	
    background-position:left !important;
}
.RadMenu_Web20 .rmLeftArrow, .RadMenu_Web20 .rmRightArrow, .RadMenu_Web20 .rmTopArrow, .RadMenu_Web20 .rmBottomArrow
{	
	right:-99px !important;
}
ul li.rsmItem a.rsmLink {
    border: none;
}

/*Home page rotator*/
.paging a, .paging a:link, .paging a:visited {
	background-color:#675521 !important;
}
.paging a.active { 
	background-color:#b78e10 !important;
}
.paging a:hover {
	background-color:#b78e10 !important;
}
/*End Home page rotator*/	

/* End Body*/

/*Responsive*/

@media screen and (max-width: 767px)
{
#suiteBarLeft {  display: none;}
#suiteBar {  height: 30px;}
 }
 
@media screen and (min-width: 1200px)
{
.homearticle {width: 90%;}
#topNavList{margin-left: -10px; margin-top: -8px; font-size: 1em;}
.headerLinks li { margin-top: 5px; margin-left: -2px; }
.article-content-home {margin-left:0px; width: 83%;}
.ors2column-content-page { width: 72%;}
#content_right3{margin-right: 15px;}
#content_right2{margin-right: 30px;}
#content_right {margin-right: -70px;width: 24%;}
#content_left{margin-left: 10px;}
}
@media (min-width: 1101px) and (max-width: 1199px)
{
.homearticle {width: 90%;}
#topNavList{ margin-top: -7px; }
.headerLinks li { margin-top: 5px;  margin-left: -5px; }
.article-content-home {margin-left:0px;width: 82%;}
.ors2column-content-page { width: 72%;}
#content_right{margin-right: -70px;  width: 22%;}
#content_right2{float:left;  width: 100%; margin-left: 20px;}   
#content_right3 {width: 18%; margin-right: 15px;}
#content_left{margin-left: 10px; }
}
@media (min-width: 1066px) and (max-width: 1100px)
{
.homearticle { width: 90%;}
#topNavList{margin-top: -8px;}
.headerLinks li {margin-top: 5px;  margin-left: -10px; }
.article-content-home {margin-left: 0px;width: 82%;}
.ors2column-content-page {width: 72%;}
#content_right{margin-right: -70px;   width: 24%;}
#content_right2{float:left; width: 100%; margin-left: 20px;} 
#content_right3 {width: 18%; margin-right: 15px;}
#content_left{margin-left: 10px; }
}
 @media (min-width: 1025px) and (max-width: 1065px)
{
.homearticle {width: 90%;}
#topNavList{margin-top: -7px; }
.headerLinks li {margin-top: 5px;  margin-left: -10px; }
.article-content-home {margin-left: 0px;}
.ors2column-content-page { width: 72%;}
#content_right{margin-right: -70px; width: 24%;}
#content_right2{float:left; width: 100%; margin-left: 20px;} 
#content_right3 {width: 18%; margin-right: 15px;}
#content_left{margin-left: 10px; }
}
 @media screen and (width: 1024px){
#topNavList {margin-top: -7px;}
.headerLinks li {margin-top: 5px; margin-left: -10px; }
.article-content-home {margin-left: 0px; width: 75%;}
.ors2column-content-page { width: 72%;}
#content_right {margin-right: 20px;width: 22%;}
#content_right2{margin-right: 20px;}
#content_right3 {width: 18%; margin-right: 15px;}
#content_left{margin-left: 10px;}
}
@media (min-width: 992px) and (max-width: 1023px)
{
.header{background: url("/PublishingImages/ORS_header.jpg");}
#topNavList {margin-top: -7px;}
.headerLinks li {margin-top: 5px;  margin-left: -10px; }
.article-content-home {margin-left: 0px;}
.ors2column-content-page {width: 72%;}
#content_right{ float: left; }
#content_right2 {float: left; margin-left:10px; }
#content_right3{width: 18%; margin-right: 15px;}
#content_left{margin-left: 10px;}
}

@media (min-width: 920px) and (max-width: 991px)
{
.header{margin-bottom: -65px; background: none; }
#header{height: 75px !important; margin-left: -9px; background-image: url("/PublishingImages/radialHilight2.jpg"); background-repeat: repeat-x; background-size: 100% auto;}
.headerLinks li { margin-top: 5px; font-size: 0.68em; padding-left: 5px; padding-right: 8px;}
#topNav{background: none; background-color:#b99013; margin-top:52px; float:right ;}
#topNavList{background-color:#b99013; margin-left: -40px; margin-top: -10px; height:31px;line-height : 1.3em;font-size: 1.3em !important;}
.article-content-home {width: 100%; margin-left: -20px; }
.ors2column-content-page{width: 100%;}
.orsarticle-content-page{margin-left: -15px;}
#content_right, #content_right2, #content_right3{width: 100%; float: left;}
#content_left{ margin-left: -20px; }
}
@media (min-width: 837px) and (max-width: 919px)
{
.header{  margin-bottom: -65px; background: none; }
#header{ height: 75px !important; margin-left: -9px; background-image: url("/PublishingImages/radialHilight2.jpg"); background-repeat: repeat-x; background-size: 100% auto;}
.ms-srch-sb-searchImg {display: none;}
.ms-srch-sb>input {margin: -5px -3px 2px -25px;}
#topNav{background: none; background-color:#b99013; margin-top:52px; float:right }
#topNavList{background-color:#b99013; margin-left: -45px; margin-top: -10px; line-height: 1.3em; padding-left: 1px; font-size: 1em !important;/* height: 35px; */}
.article-content-home {margin-left: -30px; width: 100%;}
.orsarticle-content-page{margin-left: -15px; margin-top: 18px;}
.ors2column-content-page{margin-left: -15px; margin-top: 18px;}
#article-content {margin-top: 5px;}
#content_right, #content_right2, #content_right3{width: 100%; float: left;}
#content_left{ margin-left: -20px; margin-top:18px;}
#footer {background:none; height: auto; width: 100%;}
}
@media (min-width: 749px) and (max-width: 836px)
{
.header{margin-bottom: -65px; background: none; }
#header{height: 65px !important; margin-left: -8px; background-image: url("/PublishingImages/radialHilight2.jpg"); background-repeat: repeat-x; background-size: 100% auto;}
.ms-srch-sb-searchImg {display: none;}
.ms-srch-sb>input {margin: -5px -20px 2px -25px;}
#topNav{background: none; background-color:#b99013; margin-top:42px; float:right }
#topNavList{background-color:#b99013; margin-left: -45px; margin-top: -10px; line-height: 1.3em; padding-left: 5px;/* font-size: 1em !important; */}
.article-content-home { margin-left: -30px; width: 100%;}
.orsarticle-content-page{margin-left: -15px; margin-top: 18px;}
.ors2column-content-page{margin-left: -15px; margin-top: 18px;}
#article-content {margin-top: 5px;}
#content_right, #content_right2, #content_right3{width: 100%; float: left;}
#content_left{margin-left: -25px; margin-top:18px;}
#article-content{margin-left: 0px; width: 72%; }
#footer {background:none; height: auto; width: 100%;}
}
@media (min-width: 669px) and (max-width: 748px)
{
.header{  margin-bottom: -65px; background: none; }
#header{ height: 59px !important; margin-left: -8px; background-image: url("/PublishingImages/radialHilight2.jpg"); background-repeat: repeat-x; background-size: 100% auto;}
.ms-srch-sb-searchImg {display: none;}
.ms-srch-sb>input {margin: 6px 10px 2px -5px;}
#topNav{background:none; background-color:#b99013; margin-top:36px; float:right }
#topNavList{background-color:#b99013; margin-left: -45px; margin-top: -13px; line-height: 1.6em; padding-left: 5px;font-size: 1em !important;}
.article-content-home {margin-left: -30px; margin-top: 15px; width: 100%;}
.article-content-page{margin-left: -15px; margin-top: 35px; width: 68%;}
.orsarticle-content-page{margin-left: -15px; margin-top: 35px;}
.ors2column-content-page{margin-left: -15px; margin-top: 35px;}
#article-content {margin-top: 20px;}
#content_right, #content_right2, #content_right3{width: 100%; float: left;}
#content_left{ margin-left: -20px; margin-top:35px;}
#footer {background:none; height: auto; width: 100%;}
}
@media (min-width: 622px) and (max-width: 668px)
{
.header{  margin-bottom: -65px; background: none; }
#header{ height: 56px !important; margin-left: -8px; background-image: url("/PublishingImages/radialHilight2.jpg"); background-repeat: repeat-x; background-size: 100% auto;}
.ms-srch-sb-searchImg {display: none;}
.ms-srch-sb>input {margin: 5px 10px 2px 55px;}
#topNav{background:none;  margin-top: 32px; float:right ;}
#topNavList{background-color:#b99013; margin-left: -45px; margin-top: -10px; line-height: 1.3em;}
.article-content-home {width: 100%; float: left;   margin-left: -30px; margin-top: 35px;}
.article-content-page{margin-left: -15px; margin-top: 35px; width: 65%;}
.orsarticle-content-page{margin-left: -15px; margin-top: 25px;}
.ors2column-content-page{margin-left: -15px; margin-top: 25px;}
#article-content {margin-top: 20px;}
#content_right, #content_right2, #content_right3{width: 100%; float: left;}
#content_left{ margin-left: -20px; margin-top:35px;}
#footer {background:none; height: auto; width: 100%;}
}
@media (min-width: 582px) and (max-width: 621px)
{
.header{margin-bottom: -65px; background: none; }
#header{height: 54px !important; margin-left: -8px; background-image: url("/PublishingImages/radialHilight2.jpg"); background-repeat: repeat-x; background-size: 100% auto;}
.ms-srch-sb-searchImg {display: none;}
.ms-srch-sb>input {margin: 35px -5px 2px 10px;}
#topNav {background: none;}
#topNavList{background-color:#b99013; margin-left: -35px; margin-top: 27px; line-height: 1.3em;}
.article-content-home {width: 100%; float: left;   margin-left: -30px; margin-top: 45px;}
.orsarticle-content-page{margin-left: -15px; margin-top: 55px;}
.ors2column-content-page{margin-left: -15px; margin-top: 60px;}
#content_right, #content_right2, #content_right3{width: 100%; float: left;}
#content_left{width: 100%; float: left;   margin-left: -20px; margin-top:90px;}
#article-content{margin-left: -10px; float: left;  width: 100%;}
#footer {background:none; height: auto; width: 100%;}
}
@media (min-width: 511px) and (max-width: 581px)
{
.header{margin-bottom: -65px; background: none; }
#header{height: 46px !important; margin-left: -4px; background-image: url("/PublishingImages/radialHilight2.jpg"); background-repeat: repeat-x; background-size: 100% auto;}
.ms-srch-sb-searchImg {display: none;}
.ms-srch-sb>input {margin: 20px -5px 2px 5px;}
#topNav{background: none;}
#topNavList{background-color:#b99013; margin-left: -35px; margin-top: 21px;  line-height: 1.3em;}
.article-content-home {width: 100%; float: left;   margin-left: -30px; margin-top: 55px;}
.orsarticle-content-page{margin-top: 60px;}
.ors2column-content-page{margin-left: -15px; margin-top: 60px;}
#content_right, #content_right2, #content_right3{width: 100%; float: left;}
#content_left{width: 100%; float: left;   margin-left: -20px; margin-top:110px;}
#article-content{margin-left: -10px; float: left;  width: 100%;}
#footer {background:none; height: auto; width: 100%;}
}
@media (min-width: 491px) and (max-width: 510px)
{
.header{margin-bottom: -65px; background: none; }
#header{height: 44px !important; margin-left: -4px; background-image: url("/PublishingImages/radialHilight2.jpg"); background-repeat: repeat-x; background-size: 100% auto;}
.ms-srch-sb-searchImg {display: none;}
.ms-srch-sb>input {margin: 0px -5px 2px 55px;}
#topNav{background: none;}
#topNavList{background-color:#b99013; margin-left: -35px; margin-top: 21px; line-height: 1.3em;}
.article-content-home {width: 100%; float: left;   margin-left: -30px; margin-top: 80px;}
.orsarticle-content-page{margin-left: -15px; margin-top: 80px;}
.ors2column-content-page{margin-left: -15px; margin-top: 60px;}
#content_right, #content_right2, #content_right3{width: 100%; float: left;}
#content_left{width: 100%; float: left; margin-left: -20px; margin-top:110px;}
#article-content{margin-left: 0px; float: left; width: 100%;}
#footer {background:none; height: auto; width: 100%;}
}
@media (min-width: 451px) and (max-width: 490px)
{
.header{margin-bottom: -65px; background: none; }
#header{height: 40px !important; margin-left: -4px; background-image: url("/PublishingImages/radialHilight2.jpg"); background-repeat: repeat-x; background-size: 100% auto;}
.ms-srch-sb-searchImg {display: none;}
.ms-srch-sb>input {margin: 15px -7px 2px 5px; width: 140px !important; font-size:1em; }
#topNav{background: none;}
#topNavList{background-color:#b99013; margin-left: -35px; margin-top: 17px; line-height: 1.3em;}
.article-content-home {width: 100%; float: left;   margin-left: -30px; margin-top: 55px;  line-height: 1.8em;}
.orsarticle-content-page{margin-left: -15px; margin-top: 55px;}
.ors2column-content-page{margin-left: -15px; margin-top: 60px;}
#content_right, #content_right2, #content_right3{width: 100%; float: left;}
#content_left{width: 100%; float: left; margin-left: -20px; margin-top:190px;}
#article-content{margin-left: -20px; float: left;  width: 100%;}
#footer {background:none; height: auto; width: 100%;}
}
@media (min-width: 414px) and (max-width: 450px)
{
.header{  margin-bottom: -65px; background: none; }
#header{ height: 36px !important; margin-left: -4px; background-image: url("/PublishingImages/radialHilight2.jpg"); background-repeat: repeat-x; background-size: 100% auto;}
.ms-srch-sb-searchImg {display: none;}
.ms-srch-sb>input {margin: 5px 10px 2px 5px; width: 140px !important; font-size:1em; }
#topNav{background: none;}
#topNavList{background-color:#b99013; margin-left: -35px; margin-top: 13px; line-height: 1.3em;}
.article-content-home {width: 100%; float: left;   margin-left: -30px;  margin-top: 75px;}
.orsarticle-content-page{margin-left: -15px; margin-top: 65px;}
.ors2column-content-page{margin-left: -15px; margin-top: 65px;}
#content_right, #content_right2, #content_right3{width: 100%; float: left;}
#content_left{width: 100%; float: left; margin-left: -20px; margin-top:190px;}
#article-content{margin-left: -20px; float: left; width: 100%;}
#footer {background:none; height: auto; width: 100%;}
}

/*Emergency Notification*/
@media only screen and (min-width: 672px) and (max-width: 991px){
	.emergency-message {
		margin: 15px -15px 0;
	}
}

@media only screen and (min-width: 622px) and (max-width: 671px){
	.emergency-message {
		margin: 40px -15px 0;
	}
}

@media only screen and (min-width: 581px) and (max-width: 621px){
	.emergency-message {
		margin: 70px -15px 0;
	}
}

@media only screen and (min-width: 521px) and (max-width: 580px){
	.emergency-message {
		margin: 80px -15px 0;
	}
}

@media only screen and (min-width: 375px) and (max-width: 520px){
	.emergency-message {
		margin: 110px -15px 0;
	}
}

@media only screen and (min-width: 331px) and (max-width: 374px){
	.emergency-message {
		margin: 140px -15px 0;
	}
}

@media (max-width: 330px){
	.emergency-message {
		margin: 164px -15px 0;
	}
}
/*End Emergency Notification*/

@media (min-width: 375px) and (max-width: 413px)
{
.header{margin-bottom: -65px; background: none; }
#header{height: 33px !important; margin-left: -4px; background-image: url("/PublishingImages/radialHilight2.jpg"); background-repeat: repeat-x; background-size: 100% auto;}
.headerLinks li {border-right: none !important;}
.ms-srch-sb-searchImg {display: none;}
.ms-srch-sb>input {margin: 5px 10px 2px 5px; width: 130px !important; font-size:1em; }
#topNav{background: none;}
#topNavList{background-color:#b99013; margin-left: -35px; margin-top: 10px; line-height: 1.3em;}
.article-content-home {width: 100%; float: left; margin-left: -30px; margin-top: 95px;}
.orsarticle-content-page{margin-left: -15px; margin-top: 85px;}
.ors2column-content-page{margin-left: -15px; margin-top: 75px;}
#content_right, #content_right2, #content_right3{width: 100%; float: left;}
#content_left{width: 100%; float: left; margin-left: -20px; margin-top:190px;}
#article-content{margin-left: -20px; float: left;  width: 100%;}
#footer {background:none; height: auto; width: 100%;}
}
@media (min-width: 360px) and (max-width: 374px)
{
.header{margin-bottom: -65px; background: none; }
#header{height: 32px !important; margin-left: -4px; background-image: url("/PublishingImages/radialHilight2.jpg"); background-repeat: repeat-x; background-size: 100% auto;}
.headerLinks li {border-right: none !important;}
.ms-srch-sb-searchImg {display: none;}
.ms-srch-sb>input {margin: 5px 10px 2px 5px; width: 130px !important;font-size:1em; }
#topNav{background: none;}
#topNavList{background-color:#b99013; margin-left: -35px; margin-top:7px;line-height: 1.3em;}
.article-content-home {width: 100%; float: left; margin-left: -30px; margin-top: 90px;}
.orsarticle-content-page{margin-left: -15px; margin-top: 80px;}
.ors2column-content-page{margin-left: -15px; margin-top: 85px;}
#content_right, #content_right2, #content_right3 {width: 100%; float: left;}
#content_left{width: 100%; float: left; margin-left: -20px; margin-top:178px;}
#article-content{margin-left: -20px; float: left; width: 100%;}
#footer {background:none; height: auto; width: 100%;} 
}
@media (min-width: 320px) and (max-width: 359px)
{
.header{  margin-bottom: -65px; background: none; }
#header{ height: 28px !important; margin-left: -4px; background-image: url("/PublishingImages/radialHilight2.jpg"); background-repeat: repeat-x; background-size: 100% auto;}
.headerLinks li {border-right: none !important; padding-top: 5px; }
.ms-srch-sb-searchImg {display: none;}
.ms-srch-sb>input {margin: 5px 10px 2px 5px; width: 130px !important; font-size:1em; }
#topNav{background: none;}
#topNavList{background-color:#b99013; margin-left: -35px; margin-top: -3px; line-height:1.2em}
.article-content-home {width: 100%; float: left; margin-left: -30px;  margin-top: 180px;}
.orsarticle-content-page{margin-left: -15px; margin-top: 120px;}
.ors2column-content-page{margin-left: -15px; margin-top: 120px;}
#content_right, #content_right2, #content_right3 {width: 100%; float: left;}
#content_left{width: 100%; float: left;   margin-left: -20px; margin-top:190px;}
#article-content{margin-left: -20px; float: left;  width: 100%;}
#footer {background:none; height: auto; width: 100%;}
#suiteBarRight {font-size: 0.8em;} 
}
@media (min-width: 280px) and (max-width: 319px)
{
.header{margin-bottom: -65px; background: none; }
#header{height: 25px !important; margin-left: -4px; background-image: url("/PublishingImages/radialHilight2.jpg"); background-repeat: repeat-x; background-size: 100% auto;}
.headerLinks li {border-right: none !important; }
.ms-srch-sb-searchImg {display: none;}
.ms-srch-sb>input {margin: 5px 10px 2px 5px; width: 140px !important; font-size:1em; }
#topNav{background: none;}
#topNavList{background-color:#b99013; margin-left: -35px; margin-top: -7px; line-height: 1.3em;}
.article-content-home {width: 100%; float: left;   margin-left: -30px;  margin-top: 140px;}
.orsarticle-content-page{margin-left: -15px; margin-top: 145px;}
.ors2column-content-page{margin-left: -15px; margin-top: 145px;}
#content_right, #content_right2, #content_right3 {width: 100%; float: left;}
#content_left{width: 100%; float: left; margin-left: -20px; margin-top:190px;}
#article-content{margin-left: -20px; float: left;  width: 100%;}
#footer {background:none; height: auto;   width: 100%;}
#footer ul{ margin-top: 0px;   margin-left: -47px;}
#suiteBarRight {font-size: 0.73em;}
}


/* Spanish Website Link addition update*/

@media (max-width: 1023px){
	.ms-srch-sb>input {
	    width: 145px !important;
    }
    .headerLinks li.espanol {
		margin-left: 9px;
	}
}

@media (max-width: 668px){
	.headerLinks li.espanol {
	    display: block;
	    margin-left: 0;
	}
}

/*CSS specific to FF browser*/
@-moz-document url-prefix() {
  .topnav_TD{
     width:80% !important;
  }
  .headerLinks li {
      padding-right: 10px;
      margin-top: 5px;
      margin-left: -5px;
	}
	.ms-srch-sb > input {
    	width: 136px !important;
    }
}

/*CSS specific to only Mac Safari and Chrome browsers*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.mac-os #topNav table td+td { 
	display: inline-block;
	margin-top: 5px; 
	}
}

/*End*/
RadMenu .rmRootGroup .rmItem .rmGroup.rmScrollWrap, .RadMenu .rmRootGroup .rmItem .rmGroup {
	border: 2px solid #ececec;
}
/*end responsive*/


