﻿/*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: 1.1em !important;
  font-family: verdana,tahoma,sans-serif;
  color: #476382;
  font-style: italic;
  border-right: 0 !important;
  width: 191px !important;
  border: 1px solid #e3e3e3 !important;
  background-color: #fff;
  height: 17px;
  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;
}
/* End AddOn*/

 
@media screen and (width: 2560px){	
/*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*/

/*Body*/
#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: 991px)
{
#leftNav {margin-top: -10px;}
#footer {margin-left: -30px;}
}
@media (max-width: 621px)
{
	#topNav {width: 110%; margin-right: -18px;}
}


body #main {
  position: relative;
  
}
body {font-size:1.2em; font-family: Arial, Helvetica, sans-serif;}
.main-content{width: 100% !important; color: #666666;}

#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 {margin-top: -6px; margin-right: 5px;}

.maincontent{width:75%;padding:5px;position:relative;top:0;bottom:0;height:inherit;float:left;}
#mainContent2col, #spring, #spring2{float:left;width:60%;padding:5px;position:relative;bottom:0;top:0;margin-left:10px;}
#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;}

.srch-gosearchimg {height: 21px;}
a, a:link, a:visited{color:#004F91;text-decoration:none;font-weight:normal;}     
a:hover{color: #00203A;text-decoration:underline;}   
a:active{color:#00203A;} 
h1{font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:1.66em;color:#333;}
h2{font-family:Arial;font-size:1.4em;font-weight:bold;border-bottom:1px dotted #B88E10;color:rgb(102, 102, 102)  !important}
H2.orsElement-H2 {font-family:Arial;line-height: 1.5em !important; color: rgb(102, 102, 102) !important;}
h3{color:#266598;font-family:Arial;font-size:1.2em;}
h4{font-family:Arial;font-size:1.1em;}


/* End Body*/

/*Responsive*/

@media screen and (max-width: 767px)
{
#suiteBarLeft {display: none;}
#suiteBar {height: 30px;}
body{overflow:auto; -webkit-overflow-scrolling: touch;}
 }
 
 @media (min-width: 622px) and (max-width: 919px)
 {
H2.orsElement-H2 { border-bottom:none;}
.SolidBreadCrumb{padding-top:10px;}
}
 @media screen and (min-width: 1024px){
.article-content-home{margin: -5px 10px 0 0;} 
.article-content-page{width:55%;}
#content_right{margin-top:-20px;}
#content_right2 {width: 18%; margin-left: 10px; margin-right: 20px;}
#content_right-noRightCol {width: 34%; margin-top: -18px; margin-right: -70px;}
.article-content-page-noRightCol{width: 73%; margin-right: 20px;}
}
@media (min-width: 992px) and (max-width: 1023px)
{
.header{background: url("/PublishingImages/ORS_header.jpg");}
#SearchBox {margin-bottom:5px; margin-right: 20px;}
.article-content-home{width: 53% !important; margin: -5px 10px 0 0}
.article-content-page{width:52%;}
#content_right2 {width: 18%; margin-left: 10px; margin-right: 40px;}
#content_right-noRightCol {width: 34%; margin-top: -18px; margin-right: -70px;}
.article-content-page-noRightCol{width: 73%; margin-right: 20px;}
}
@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; }
.ms-srch-sb>input{width:150px !important;}
#topNav{background: none; background-color:#b99013; margin-top:52px; float:right; margin-right: -145px;padding-left: 265px;padding-right: 15px;}
.homeButton {margin-top: 0px; margin-left: -250px;}
#leftNav{ margin-left: -115px;}
#footer {background:none; width: 100%;}
.article-content-page{width:70%;}
#content_left{margin-left: -100px; }
#content_right2 {width: 18%; margin-left: 10px; margin-right: -30px;}
#content_right {margin-right: -90px;}
.article-content-home{width: 75%;}
#content_right-noRightCol {width: 34%; margin-top: -18px; margin-right: -50px;}
.article-content-page-noRightCol{width: 86%; margin-right: -50px;}
.homearticle {margin-left: -95px;  width: 100%;}
.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: 0px;}
.ms-srch-sb>input{width:150px !important;}
#topNav{background: none; background-color:#b99013; margin-top:52px; float:right; margin-right: -110px;padding-left: 200px;}
.homeButton {margin-top: 0px; margin-left: -210px;}
#leftNav{ margin-left: -90px;width: 100%;}
#footer {background:none; width: 100%;}
.article-content-page{width:65%;}
#content_left{width: 18%; float: left;   margin-left: -82px; }
#content_right2 {width: 18%; margin-left: 10px; margin-right: -20px;}
#content_right {width: 100%; float:left;  margin-left: -70px;}
.box{width:25%;}
.article-content-home{width: 80%; position: absolute;  top: -10px; left: 20%;}
#content_right-noRightCol {width: 34%; margin-top: -18px; margin-right: -50px;}
.article-content-page-noRightCol{width: 86%; margin-right: -50px;}
.homearticle { margin-left: -55px;  width: 100%;}
embed{width:100% !important;}
}
@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;}
#SearchBox {margin-bottom:5px; margin-right: 0px;}
.ms-srch-sb>input{width:150px !important;}
#topNav{background: none; background-color:#b99013; margin-top: 50px; float:right; margin-right: -90px;padding-left: 160px;}
.homeButton {margin-top: 0px; margin-left: -160px;}
#leftNav{ margin-left: -70px;}
#footer {background:none; width: 100%;}
.article-content-page{width:55%;}
#content_left{width: 18%; float: left;   margin-left: -65px; }
#content_right2 {width: 18%; margin-left: 10px;}
#content_right {width: 100%; float:left;  margin-left: -50px;}
.box{width:25%;}
.article-content-home{width: 80%; position: absolute;  top: -10px; left: 22%;}
#content_right-noRightCol {width: 34%; margin-top: -18px; margin-right: -50px;}
.article-content-page-noRightCol{width: 86%; margin-right: -50px;}
.homearticle { margin-left: -55px;  width: 100%;}
embed{width:100% !important;}
}
@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;}
#SearchBox {margin-top:5px; margin-right: 60px;}
.ms-srch-sb-searchImg {display: none;}
#topNav{background: none; background-color:#b99013; margin-top:42px; float:right; margin-right: -65px;padding-left: 110px;}
.homeButton {margin-top: -8px; margin-left: -100px;}
#leftNav{ margin-left: -35px;}
#footer {background:none; width: 100%;}
.article-content-page{width:50%;}
#content_left{width: 18%; float: left;   margin-left: -20px; }
#content_right2 {width: 18%; margin-left: 10px;}
#content_right {width: 100%; float:left;  margin-left: -10px;}
.box{width:25%;}
.article-content-home{width: 70%; position: absolute;  top: -10px; left: 28%;}
#content_right-noRightCol {width: 35%; margin-top: -18px; margin-right: -40px;}
.article-content-page-noRightCol{width: 78%; margin-right: -30px;}
.homearticle { margin-left: -20px;  width: 100%;}
embed{width:100% !important;}
}
@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;padding-left: 30px;}
.homeButton {margin-top: -8px;margin-left: -40px;}
#leftNav{padding-left:0px;}
#footer {background:none; width: 100%;}
.article-content-page{width:48%;}
#content_left{width: 18%; float: left;   margin-left: -20px; }
#content_right2 {width: 18%; margin-left: 10px;}
#content_right {width: 100%; float:left;}
.box{width:25%;}
.article-content-home{width: 65%; position: absolute;  top: -5px; left:34%;}
#content_right-noRightCol {width: 35%; margin-top: -18px; margin-right: -20px;}
.article-content-page-noRightCol{width: 75%; margin-right: -30px;}
.homearticle {margin-left: -15px;  width: 100%;}
embed{width:100% !important;}
}
@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; background-color:#b99013; margin-top: 33px; float:right; margin-right: -25px;padding-left: 30px;}
.homeButton {margin-top: -8px;margin-left: -60px;}
#footer {background:none; width: 100%;}
.article-content-page{width:38%;}
#content_right2 {width: 18%; margin-left: 10px;}
#content_right {width: 100%; float:left; margin-left: 20px;}
.box{width:25%;}
.article-content-home{width: 62%; position: absolute;  top: -10px; left: 35%;}
#content_right-noRightCol {width: 35%; margin-top: -18px; margin-right: -40px;}
.article-content-page-noRightCol{width: 68%; margin-right: -30px;}
.homearticle { margin-left: 15px;  width: 100%;}
.main-content { margin-left: -30px;}
embed{width:100% !important; height:325px;}
}
@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 10px 2px 55px;}
#topNav{background: none; background-color:#b99013; margin-top:29px; float:right; }
.homeButton {margin-top: -8px; margin-left: 10px;}
#leftNav{padding-left:0px;}
.article-content-home{width: 100%; margin-right: -5px;}
.article-content-page{width: 65%; float: right; margin-top: -455px; margin-right: -8px;}
#content_right-noRightCol {width: 40%; margin-top: -18px; margin-right: -15px;}
.article-content-page-noRightCol{width: 68%; margin-right: -30px;}
#content_right {  width: 100%; float: left; }
#content_right2 {width: 100%; float: left;   margin-left: -20px; }
#content_left{width: 18%; float: left;   margin-left: -20px; }
#footer {background:none; width: 100%;}
.homearticle { margin-left: -15px;}
embed{width:100% !important; height:280px;}
}
@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 2px 55px;}
#topNav{background: none; background-color:#b99013; margin-top:23px; float:right; }
.homeButton {margin-top: -8px; margin-left: 10px;}
#leftNav{padding-left:0px;}
.article-content-home {width: 100%; float: left;}
#content_right {width: 100%; float: left; }
.article-content-page{width: 62%; float: right; margin-top: -455px; margin-right: -8px;}
#content_right-noRightCol {width: 40%; margin-top: -18px; margin-right: -10px;}
.article-content-page-noRightCol{width: 68%; margin-right: -30px;}
#content_right2 {width: 100%; float: left;   margin-left: -20px; }
#content_left{width: 18%; float: left;   margin-left: -20px; }
#footer {background:none; width: 100%;}
embed{width:100% !important; height:260px;}
}
@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 10px 2px 55px;}
#topNav{background: none; background-color:#b99013; margin-top:21px; float:right; }
.homeButton {margin-top: -8px; margin-left: 10px;}
#leftNav{padding-left:0px;}
.article-content-home {width: 100%; float: left;}
#content_right {width: 100%; float: left; }
.article-content-page{width: 58%; float: right; margin-top: -455px; margin-right: -8px;}
#content_right-noRightCol {width: 50%; margin-top: -10px; margin-right: -10px;}
.article-content-page-noRightCol{width: 60%; margin-right: -30px;}
#content_right2 {width: 100%; float: left; margin-left: -20px; }
#content_left{width: 18%; float: left; margin-left: -20px; }
#footer {background:none;  width: 100%;}
embed{width:100% !important; height:240px;}
}
@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 2px -25px;}
#topNav{background: none; background-color:#b99013; margin-top:17px; float:right; }
.homeButton {margin-top: -8px; margin-left: 10px;}
#leftNav{padding-left:0px;}
.article-content-home {float: left; width: 100%;}
.article-content-page{width: 57%; float: right; margin-top: -455px; margin-right: -8px;}
.article-content-page-noRightCol{width: 56%; float: right;  margin-top: -315px; margin-right: -15px;}
#content_right {  width: 100%; float: left; }
#content_right2{width: 100%; float: left; margin-left: -20px; }
#content_left{width: 100%; float: left; margin-left: -20px; }
#content_right-noRightCol{width: 100%;}
#footer {background:none; width: 100%;}
embed{width:100% !important; height:200px;}
}
@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; margin-left: 10px;}
#leftNav{padding-left:0px;}
.article-content-home {width: 100%; float: left;}
#content_right {width: 100%; float: left; } 
.article-content-page{width: 50%; float: right; margin-top: -455px; margin-right: -8px;}
.article-content-page-noRightCol{width: 53%; float: right; margin-top: -315px; margin-right: -15px;}
#content_right2 {width: 100%; float: left; margin-left: -20px; }
#content_left{width: 100%; float: left; margin-left: -20px; }
#content_right-noRightCol{width: 100%;}
#footer {background:none; height: auto; width: 100%;}
embed{width:100% !important; height:180px;}
}
@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; margin-left: 0px;}
#leftNav{padding-left:0px;}
.article-content-home {width: 100%; float: left;}
#content_right {width: 100%; float: left;}
.article-content-page{width: 100%; float: left;}
.article-content-page-noRightCol{width: 100%; float: left;}
#content_right2 {width: 100%; float: left;}
#content_left{width: 100%; float: left;}
#content_right-noRightCol{ width: 44%;}
.SolidBreadCrumb{margin-top:15px;}
#footer {background:none; height: auto; width: 100%;}
embed{width:100% !important; height:260px;}
}
@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: 130px !important; }
#topNav{background: none; background-color:#b99013; margin-top:9px; float:right; }
.homeButton { margin-top: -8px; margin-left: 0px;}
#leftNav{padding-left:0px;}
.article-content-home {width: 100%; float: left;}
#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; }
#content_left{width: 100%; float: left; }
#content_right-noRightCol{width: 44%;}
.SolidBreadCrumb{margin-top:15px;}
#footer {background:none; height: auto; width: 100%;}
embed{width:100% !important; height:240px;}
}
@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; margin-left: 0px;}
#leftNav{padding-left:0px;}
.article-content-home {width: 100%; float: left;} 
#content_right {width: 100%; float: left; }
.article-content-page{width: 100%; float: left; }
.article-content-page-noRightCol{width: 100%; float: left; }
#content_left{width: 100%; float: left;}
#content_right2{width: 100%; float: left; }
#content_right-noRightCol{ width: 48%;}
.SolidBreadCrumb{margin-top:15px;}
#footer {background:none; height: auto; width: 100%;}
embed{width:100% !important; height:220px;}
}
@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}
#leftNav{padding-left:0px;}
.article-content-home {width: 100%; float: left;}
#content_right {width: 100%; float: left; }
.article-content-page{width: 100%; float: left;}
.article-content-page-noRightCol{width: 100%; float: left; }
#content_left{width: 100%; float: left;  }
#content_right2{width: 100%; float: left; }
#content_right-noRightCol{ width: 50%;}
.SolidBreadCrumb{margin-top:15px;}
#footer {background:none; height: auto; width: 100%;}
embed{width:100% !important; height:200px;}
}

/*end responsive*/
