﻿/*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*/
.container {
	background-color: transparent;
	border: 1px transparent none;
	color: inherit;
	margin: 0px auto;
	width: auto;
}
/*end SP resets*/

/*template styles*/
/*Main SP containers*/
/*end Main SP containers*/
#s4-bodyContainer {
	width: auto !important;
	padding-bottom: 0px !important;
}
/* 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;
}
/*header*/
.header {
	/*margin-top: 10px;*/
}
.headtitle {
	margin-left: 10px;
}
#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: 0px;
	list-style: none inside none;
	display: inline-block;
}
ul.s4-breadcrumb .s4-breadcrumb-arrowcont {
    display: inline-block;
    width: 16px;
    height: 16px;
    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: inline-block;
		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: inline-block;
	}
	#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 ;
 height: 31px;
 position: relative;
 background-size: 100% auto;
}
.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;
  }
  /*ORS Home Menu*/
  .homeButton {vertical-align:top;text-align:left;font-size:11px;margin-left:-25px;width:99%;float:left;}
#nav {list-style:none;font-weight:bold;margin-top:0px;/* Clear floats */float:left;width:100%;position:relative;z-index:5;}
#nav li{float:left;	margin-right:0px;position:relative;}
#nav a {display:block;color:#1c3549;text-decoration:none;}
#nav ul{
	 background-image: url('/publishingimages/dropdownBg.png');
	 background-repeat: repeat-x;
	 background-color: #be9428; 
    list-style:none;
    position:absolute;
    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
    margin-top: 0px;
	 margin-left: 0px;
	 margin-left: 0px/8; /* IE8 */  
	 *margin-left : 0px; /* IE7 and below */  
	 *margin-top : -1px; /* IE7 and below */ 
	 border-right: 1px solid #aa872a;
	 border-bottom: 1px solid #aa872a;
	 border-left: 1px solid #aa872a;
	 padding-left: 0px;
	 padding-top: 12px;
	 padding-bottom: 15px;
	 /* dropshadow */
	 box-shadow: 2px 2px 4px #c2bfb1;
    -moz-box-shadow: 2px 2px 4px #c2bfb1;
    -webkit-box-shadow: 2px 2px 4px #c2bfb1;
	 /* PIE for IE */
	 behavior: url(/_layouts/STYLES/PIE.htc);
}

#nav ul li {padding-top: 0px;/* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}

#nav ul a {	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */	}

#nav li:hover ul { /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}

.article-content-home {position:relative;z-index:2;}

#nav li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	/*background: #be9428;*/
	text-decoration: none;
	padding: 7px 32px 7px 20px;
	border: 0px Solid #679bc5;
	border-top: none;
	color: #00335d;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background: #004f91;
	color: #FFF;
}

#nav li:hover ul li a, #nav li:hover ul li a:link {font-weight: bold;}
/* End ORS Home Menu*/
/* 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: 1em;
  font-style:italic;
  border-right: 0 !important;
  width: 191px !important;
  border: 1px solid #e3e3e3 !important;
  background-color: #fff;
  height: 21px;
  padding: 2px 3px 0;
}
.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*/

/*Left Nav*/
body #s4-leftpanel {
  width: 185px;
  padding: 0;
}
#leftNav{float:left;width: 18%;padding-left:10px;color:#FFF;padding-top:10px;}
#leftNav img{padding:0;margin:-5px 0 0 -5px;}
#leftNav a, #leftNav a:link, #leftNav a:visited{color:#004f91;text-decoration:none;}
#leftNav a:hover{text-decoration:none;}
#leftNav ul li ul li a:hover{color: #3284c8;text-decoration:underline;}
#leftNav ul{margin:0 0 0 0px;padding:0;}
/*End Left Nav*/

/*Body*/
.ms-rte-wpbox {/*margin-bottom: -250px;*/}
#s4-workspace { 
  background-color: #004F91 !important;}
}

#DeltaBreadcrumbDropdown{display:none;}
#DeltaBreadcrumbDropdown{display:none;}

@media (min-width: 992px)
{
	.col-md-9 
	{  width: 100%;
	  background-color: #ffffff;
	  text-align: left;
	  background: url('/publishingimages/contentBgwh.jpg') repeat-y #f9f9f9;
	  background-size: 100% auto;
	  margin-left: 0px;
	 
	 }
	 body #main { background-color: #DFDFDF;}
	 .col-md-12 {background-color: transparent;}
	 .homearticle {width: 90%;}
	 #SearchBox{margin-bottom: 5px; margin-right: 20px;}
}
@media (max-width: 621px){
	#topNav {width: 110%; margin-right: -18px;}
	.article-content-page {margin-top: 20px;}
}
body #main {
  position: relative;
}
body {font-size:1.2em; font-family: Arial, Helvetica, sans-serif; color: rgb(102, 102, 102);}

.main-content{width: 100%;}
#main {
 margin-top: -33px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  padding: 0;
  width: 100%;
  position: relative;
  text-align: left;
  background-color: #ffffff;
  /*background: url('_layouts/images/datstopmenu/contentBg.png') repeat-y #ffffff;*/
  overflow: auto;}  

#breadcrumb2 {
  font-size: 0.8888888888888889em;
  width: 896px;
  margin-bottom: 14px;
  text-align: left;
  position: relative;
  height: 18px;
 }
 .SolidBreadCrumb img, #ctl00_PlaceHolderMain_ctl01_ctl03_ctl01_Image1 img {margin-top: -6px;}
 .SolidBreadCrumb {margin-top: 7px; margin-left: 10px;}
 
 h1 {font-weight: bold; font-size: 1.66em !important; color: #333;}
 h2 {font-size: 1.4em; font-weight:bold; border-bottom: 0.1em dotted #B88E10; color: rgb(102, 102, 102) !important;}
 H2.orsElement-H2 {color: rgb(102, 102, 102); border-bottom: #b88e10 dotted 0.1em;}
 #content_right p {text-align:left !important;}

/* End Body*/


/*Responsive*/
@media screen and (max-width: 767px)
{
#suiteBarLeft {  display: none;}
#suiteBar {  height: 30px;}
 }

 @media screen and (min-width: 1200px)
{
.article-content-home {margin-left:0px;}
.article-content-page-noRightCol {width: 76%;}
}
 @media (min-width: 1101px) and (max-width: 1199px)
{
.article-content-page{width: 50%;margin-right: 80px;}
.article-content-page-noRightCol {width: 76%; float: right; }
#leftNav{margin-left:15px;}
#content_right {margin-right: -20px;}
#content_right2 {width: 18%; margin-right: 65px !important;}
#content_right-noRightCol{ margin-right: 25px;}
.main-content {margin-left: -20px;}
}
 @media (min-width: 1062px) and (max-width: 1100px)
{
.article-content-page{width: 50%;margin-right: 80px;}
.article-content-page-noRightCol {width: 76%; float: right; }
#content_right-noRightCol{ margin-right: 25px;}
.main-content {margin-left: 0px;}
}
 @media (min-width: 1025px) and (max-width: 1061px)
{
.article-content-page{width: 47%;margin-right: 85px;}
.article-content-page-noRightCol {width: 75%; float: right; }
#content_right {  margin-left: 25px;}
#content_right2 {width: 18%; margin-right: 70px !important;}
#content_right-noRightCol{ margin-right: 25px;}
.main-content {margin-left: 0px;}
}
@media screen and (width: 1024px)
{
.article-content-home {width: 72%;} 
.article-content-page{width:48%;margin-right: 80px;}
.article-content-page-noRightCol {width: 75%; float: right; }
#content_right {  margin-left: 20px;}
#content_right2 {width: 18%; margin-right: 80px !important;}
#content_right-noRightCol{ margin-right: 25px;}
.main-content {margin-left: 0px;}
}
@media (min-width: 992px) and (max-width: 1023px)
{
.header{background-image: url("/PublishingImages/ORS_header.jpg");}
.article-content-page{width: 47%;margin-right: 110px;}
.article-content-page-noRightCol {width: 75%; float: right;}
#content_right2{width: 18%; margin-right: 70px;}
#content_right-noRightCol{margin-right: 25px;}
.main-content {margin-left: 0px;}
}
@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;}
#SearchBox{margin-bottom: 5px; margin-right: 20px;}
#topNav{background: none; background-color:#b99013; margin-top:52px; float:right; margin-right: -145px; width: 140%;}
.homeButton {margin-left: 20px;}
#footer {background:none; height: auto; width: 100%;}
.article-content-page{width: 58%;margin-right: 160px;margin-top: 10px;}
.article-content-page-noRightCol {width: 83%; float: right; }
#content_left{ margin-left: -95px;}
#content_right2 {width: 18%; margin-right: -10px;}
#content_right {margin-right: -100px;}
#content_right-noRightCol{margin-right: -70px;}
.article-content-home{  width: 85%;}
.homearticle { margin-left: -95px;  width: 100%;}
#leftNav {margin-left: -120px; }
.maincontent{float:right; width: 89% !important; position: absolute; top: 10px; left: 26%;}
.main-content {margin-left: 0px;}
.box{width:100%;}
}
@media (min-width: 884px) 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;}
#SearchBox{margin-bottom: 5px; margin-right: 20px;}
#topNav{background: none; background-color:#b99013; margin-top:52px; float:right;  margin-right: -100px; width: 130%;}
.homeButton { margin-top: 0px; margin-left: 0px;}
#footer {background:none; height: auto; width: 100%;} 
.article-content-page{width: 88%;left:18%; position:absolute;margin-top: 20px;}
.article-content-page-noRightCol {width: 83%; float: right; }
#content_left{ margin-left: -90px;}
#content_right2 {width: 18%; margin-right: 10px; }
#content_right {width:100%;float:left;margin-left: -90px;}
#content_right-noRightCol{margin-right: -55px;}
.article-content-home{  width: 80%;}
.homearticle { margin-left: -55px;  width: 100%;}
#leftNav {margin-left: -105px; width:100% }
.maincontent{float:right;   width: 90% !important; position: absolute; top: 10px; left: 28%; margin-right: -100px;}
.main-content {margin-left: 0px;}
}
@media (min-width: 837px) and (max-width: 883px)
{
.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 13px 12px 5px;}
#topNav{background: none; background-color:#b99013; margin-top:52px; float:right;  margin-right: -105px; width: 125%;}
.homeButton{margin-top:0px; margin-left: 0px;}
#footer {background:none; height: auto; width: 100%;} 
.article-content-page{width: 68%;left:22%; position:absolute;margin-top: 20px;}
.article-content-page-noRightCol {width: 80%; float: right; }
#content_left{ margin-left: -70px;}
#content_right2 {width: 18%; margin-right: 30px; }
#content_right { width:100%;float:left;margin-left: -60px;}
#content_right-noRightCol{margin-right: -35px;}
.article-content-home{  width: 80%;}
.homearticle { margin-left: -55px;  width: 100%;}
#leftNav {margin-left: -70px; width:100%}
.main-content {margin-left: 0px;}
}
@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 43px 12px -5px;}
#topNav{background: none; background-color:#b99013; margin-top:40px; float:right;  margin-right: -63px; width: 115%;}
.homeButton {margin-top: -18px; margin-left: 0px;}
#footer {background:none; height: auto; width: 100%;}
.article-content-page{width: 65%;left:28%; position:absolute;margin-top: 20px;}
.article-content-page-noRightCol {width: 75%; float: right; }
#content_left{ margin-left: -25px;}
#content_right2 {width: 18%;  margin-right: 70px;}
#content_right { width:100%;float:left;margin-left: -20px;}
.article-content-home{width: 72%;}
.homearticle {margin-left: -20px;  width: 100%;}
#leftNav {margin-left: -30px;width:100%}
.main-content {margin-left: 0px;}
}
@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: 5px 13px 2px 55px;}
#topNav{background: none; background-color:#b99013; margin-top:36px; float:right;  margin-right: -25px; width: 105%;}
.homeButton {margin-top: -8px;}
#footer {background:none; height: auto; width: 100%;}
.article-content-page{width: 65%;left:30%; position:absolute;margin-top: 20px;}
.article-content-page-noRightCol {width: 68%; float: right; }
#content_left{ margin-left: -15px;}
#content_right2 {width: 15%; margin-right: 105px; }
#content_right {width:100%;float:left;margin-left: -20px;}
.article-content-home{width: 68%;}
.homearticle {margin-left: -15px;  width: 100%;}
#leftNav {margin-left: -30px; width:100%}
.main-content {margin-left: 0px;}
}
@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 13px 2px 55px;}
#topNav{background: none; background-color:#b99013; margin-top:33px; float:right; margin-right: -25px; width: 105%;}
.homeButton {margin-top: -8px;}
#footer {background:none; height: auto; width: 100%;}
.article-content-page{width: 65%;left:32%; position:absolute;margin-top: 20px;}
.article-content-page-noRightCol {width: 100%; float: left; margin-left: 20px; }
#content_right2 {width: 15%; margin-right: 80px;}
#content_right {width:100%; float:left; margin-left: -20px;}
.article-content-home{width: 67%;}
#content_right-noRightCol {margin-top: -150px;}
.homearticle {margin-left: -15px;  width: 100%;}
.main-content {margin-left: -30px;}
#leftNav {margin-left: -30px; width:100%;}
.main-content {margin-left: 0px;}
}
@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:5px 13px 12px -25px;}
#topNav{background: none; background-color:#b99013; margin-top:29px; float:right; }
.homeButton {margin-top: -18px; margin-left: 0px;}
.article-content-page{width: 56%; left: 40%; position: absolute;}
.article-content-page-noRightCol {width: 100%; float: left; margin-left: -10px;}
#content_right {width: 100%; float: left; margin-left: 0px; }
#content_right2 {width: 100%; float: left; margin-left: -20px; }
#content_left{width: 18%; float: left;   margin-left: -10px; }
.article-content-page-noRightCol {width: 100%; float: left; margin-left: -10px; }
#content_right-noRightCol { margin-top: -150px;}
#footer {background:none; height: auto; width: 100%;}
#leftNav {padding-left: 0px;}
.main-content {margin-left: 0px;}
}
@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:5px 10px 12px -55px;}
#topNav{background: none; background-color:#b99013; margin-top:23px; float:right; }
.homeButton { margin-top:-18px; margin-left: 0px;}
.article-content-home {width: 100%; float: left;   margin-left: -40px; }
#content_right {width: 100%; float: left;   margin-left: 0px; }
.article-content-page{width: 53%; left: 45%; position: absolute;}
.article-content-page-noRightCol {width: 100%; float: left; margin-left: -10px;}
#content_right2 {width: 100%; float: left;   margin-left: -40px; }
#content_right-noRightCol { margin-top: -150px;}
#content_left{width: 18%; float: left;   margin-left: -20px; }
#footer {background:none; height: auto; width: 100%;}
#leftNav {padding-left: 0px;}
.main-content {margin-left: 0px;}
}
@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:5px 13px 12px -55px;}
#topNav{background: none; background-color:#b99013; margin-top:21px; float:right; }
.homeButton {margin-top: -18px;}
.article-content-home {width: 100%; float: left;   margin-left: -40px; }
#content_right {width: 100%; float: left;    }
.article-content-page{width: 50%; left: 46%;   position: absolute;}
.article-content-page-noRightCol {width: 100%; float: left; margin-left: -10px;}
#content_right2 {width: 100%; float: left;   margin-left: -40px; }
#content_right-noRightCol { margin-top: -150px;}
#content_left{width: 18%; float: left;   margin-left: -20px; }
#footer {background:none; height: auto; width: 100%;}
 #leftNav {padding-left: 0px;}
.main-content {margin-left: 0px;}
}
@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: 5px 10px 12px -55px; width:130px !important;}
#topNav{background: none; background-color:#b99013; margin-top:17px; float:right; }
.homeButton { margin-top: 0px;}
.article-content-page{width: 48%; left: 50%; position: absolute;}
.article-content-page-noRightCol {width: 100%; float: left; margin-left: -10px; }
#content_right {width: 100%; float: left; margin-left: 0px; }
#content_right2{width: 100%; float: left; margin-left: -40px; }
#content_left{width: 100%; float: left; margin-left: -20px; }
#content_right-noRightCol {margin-top: -150px;}
#footer {background:none; height: auto; width: 100%;}
#leftNav {padding-left: 0px;}
.main-content {margin-left: 0px;}
}	
@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;}
#topNav{background: none; background-color:#b99013; margin-top:13px; float:right; }
.homeButton {margin-top: -8px;}
.article-content-home {width: 100%; float: left; margin-left: -40px;}
#content_right {width: 100%; float: left;   margin-left: 0px; } 
.article-content-page{width: 100%; float: left; }
.article-content-page-noRightCol {width: 100%; float: left; }
#content_right2 {width: 100%; float: left; margin-left: 0px; }
#content_left{width: 100%; float: left; margin-left: 0px; }
#content_right-noRightCol{width: 100%; float: left;   margin-left: -20px; }
#footer {background:none; height: auto; width: 100%;}
#leftNav {padding-left: 0px;}
.main-content {margin-left: 0px;}
}
@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;}
.ms-srch-sb-searchImg {display: none;}
.ms-srch-sb>input {margin: 5px 10px 2px 5px; width: 130px !important; }
#topNav{background: none; background-color:#b99013; margin-top:10px; float:right; }
.homeButton { margin-top: -8px;}
.article-content-home {width: 100%; float: left; margin-left: -40px; }
#content_right {width: 100%; float: left;  margin-left: 0px;}
.article-content-page{width: 100%; float: left;}
.article-content-page-noRightCol {width: 100%; float: left; }
#content_right2 {width: 100%; float: left; margin-left: -20px; }
#content_left{width: 100%; float: left; margin-left: 0px; }
#content_right-noRightCol{width: 100%; float: left; margin-left: -20px; }
#footer {background:none; height: auto; width: 100%;}
#leftNav {padding-left: 0px;}
.main-content {margin-left: 0px;}
}
@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;}
.ms-srch-sb-searchImg {display: none;}
.ms-srch-sb>input {margin: 5px 10px 2px 5px; width: 140px !important;}
#topNav{background: none; background-color:#b99013; margin-top:9px; float:right; }
.homeButton { margin-top: -8px;}
.article-content-home {width: 100%; float: left; margin-left: -40px; }
#content_right {width: 100%; float: left; margin-left: 0px; }
.article-content-page{width: 100%; float: left;}
.article-content-page-noRightCol {width: 100%; float: left; }
#content_right2{width: 100%; float: left; margin-left: -20px; }
#content_left{width: 100%; float: left; margin-left: 0px; }
#content_right-noRightCol{width: 100%; float: left; margin-left: -20px; }
#footer {background:none; height: auto; width: 100%;}
#leftNav {padding-left: 0px;}
.main-content {margin-left: 0px;}
}
@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;}
.ms-srch-sb-searchImg {  display: none;}
.ms-srch-sb>input {margin: 5px 10px 2px 5px; width: 130px !important;}
#topNav{background: none; background-color:#b99013; margin-top:5px; float:right;}
.homeButton { margin-top: -8px;}
.article-content-home {width: 100%; float: left; margin-left: -40px;} 
#content_right {width: 100%; float: left; margin-left: 0px; }
.article-content-page{width: 100%; float: left;}
.article-content-page-noRightCol {width: 100%; float: left; }
#content_left{width: 100%; float: left; margin-left: 0px; }
#content_right2{width: 100%; float: left;}
#content_right-noRightCol{width: 100%; float: left; margin-left: -20px; }
#footer {background:none; height: auto; width: 100%;}
#leftNav {padding-left: 0px;}
.main-content {margin-left: 0px;}
}
@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;}
.ms-srch-sb-searchImg {display: none;}
.ms-srch-sb>input {margin: 5px 10px 2px 5px; width: 130px !important;}
#topNav{background: none; background-color:#b99013; margin-top:3px; float:right; }
.homeButton {margin-top: -8px;}
.article-content-home {width: 100%; float: left; margin-left: -40px; }
.article-content-page{width: 100%; float: left; }
.article-content-page-noRightCol {width: 100%; float: left; }
#content_left{width: 100%; float: left; margin-left: -20px; }
#content_right {width: 100%; float: left; margin-left: 0px; }
#content_right2{width: 100%; float: left; margin-left: -20px; }
#content_right-noRightCol{width: 100%; float: left;   margin-left: -20px; }
#footer {background:none; height: auto; width: 100%;}  
#leftNav {padding-left: 0px;}
.main-content {margin-left: 0px;}
}

/*end responsive*/