﻿html{
	background-color:#f2f2ed;
}
/*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;
}
.ms-srch-hover-innerContainer{
	left:-200px !important;
}

#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-core-listMenu-horizontalBox li.static > a{ display: none !important; }

.ms-core-listMenu-horizontalBox li.static > ul a{ display: block !important; }
.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 {
  color: #428bca !important;
  text-decoration: none;
}

a:hover,
a:focus,
a:visited {
  color: #005594 !important;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button::-moz-focus-inner {
	border: 0;
}
.ms-rteElement-H1 
{ 
    -ms-name:"Heading 1"; 
    font-size: 30px; 
    font-weight: normal; 
    text-align:left; 
  color:#428bca;
} 
H2.ms-rteElement-H2,
 h2, 
.ms-WPBody H2, 
.ms-WPBody H2.ms-rteElement-H2, 
.ms-rteElement-H2 
{ 
    -ms-name:"Heading 2"; 
    font-weight: bold; 
    text-align:left; 
  font-size: 26px !important;
  color:#0a3e6e !important;
} 
H2.ms-rteElement-H2,
.ms-WPBody H2, 
.ms-WPBody H2.ms-rteElement-H2b, 
.ms-rteElement-H2b 
{ 
    -ms-name:"Colored Heading 2"; 
    font-weight: bold; 
    text-align:left; 
  font-size: 26px;
  color:#0a3e6e;

} 
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family:"Segoe UI","Segoe",Helvetica,Tahoma,Arial,sans-serif;
  font-weight: bold;
  line-height: 1.1;
}
h1,
.h1,
.ms-rteElement-H1  {
  font-size: 30px;
  color:#428bca;
}
h2,
.h2,
.ms-rteElement-H2,.THORNTON-ReleaseTitle  {
  font-size: 26px;
  color:#0a3e6e;
}

h3,
.h3,
.ms-rteElement-H3,.THORNTON-ReleaseSubTitle {
  font-size: 20px;
  color:#777777;
}

h4,
.h4,
.ms-rteElement-H4  {
  font-size: 16px;
  color:#dbac72;
}

h5,
.h5,
.ms-rteElement-H5 {
  font-size: 12px;
  color:#428bca;
}

h6,
.h6,
.ms-rteElement-H6 {
  font-size: 10px;
  color:#777777;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 35px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
.well {
  min-height: 20px;
  padding:20px 40px 20px 25px;
  margin-bottom: 20px;
  background:transparent;
  border: none;
  border-radius: 0px;
}
/*end bootstrap resets*/

/*SharePoint overrides some B3 classes, reset back*/
.s4-itm-selected > *, .s4-itm-selected:hover > *{
	background-color:#428bca;
}
.container {
	background-color: transparent;
	border: 1px transparent none;
	color: inherit;
	margin: 0px auto;
	width: auto;
}
/*#s4-workspace{
overflow-x:hidden !important;
overflow-y:scroll;
	}*/
#header{
	background-color:#0A3E6E;
	
}
#main{
	background-color:#e6cfaf;

}
#mainbody{
	background-color:#ffffff;
}
.content {
	background-color: #e6cfaf;
	color: #0a3e6e;	
	width: 100%;
	height: auto;
	padding: 20px;
	border-top-color: #c7c4bb;
	border-top-style: solid;
	border-top-width: 4px;
	border-bottom-color: #0a3e6e;
	border-bottom-style: solid;
	border-bottom-width: 8px;
}
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > .ms-core-listMenu-item{
	padding-left: 5px;
}
.ms-core-listMenu-verticalBox > .ms-core-listMenu-item, .ms-core-listMenu-verticalBox li.static > .ms-core-listMenu-item{
	padding: 5px 5px;
}
.ms-core-listMenu-selected:link, .ms-core-listMenu-selected:visited, .ms-core-listMenu-selected
{
	background-color: #f2f2ed;
}

#ctl00_PlaceHolderLeftNavBar_ctl00_csr5{
	
	display:none !important;
}
/*end SP resets*/

/*template styles*/
/*Main SP containers*/
/*end Main SP containers*/
#s4-bodyContainer {
	width: auto !important;
	padding-bottom:0px;
	margin-top:-10px;
	background-color:#0A3E6E;
}
/* 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 {
}
.headtitle {
	margin-left:12px;
}
#DeltaPlaceHolderPageTitleInTitleArea{
	display:none;
}
#pageTitle,.ms-core-pageTitle, .ms-core-pageTitle a{
	margin: 4px 0px 5px;
	font-size: 1em;
	display:inline-block;
	color:#f2f2ed !important;
	padding-left:20px;
}

/* Site Logo */
.COTLogo .ms-siteicon-a, .ms-siteicon-img {
	width:100%;
	margin-top: 10px;
	margin-left: -5px;
	border:none;
}
/* Navigation */
ul.dynamic {
/*	width: 205px !important;
	padding: 3px;*/
	word-wrap: normal;
}

li.static.dynamic-children {
/*	padding: 0px;*/

}
li.static.dynamic-children:first-child{
/*	margin-left:-30px;*/
}
span.menu-item-text:first-child{
/*	margin-left:-5px;*/
	}

/*End Navigation */
/* Top Social Icons */
.icon-menu0 {
	display: inline-block;
	background:transparent url('../img/icon_menu_1.png') left center no-repeat;	
	padding-left: 30px;
	padding-right: 7px;
	color: #f2f2ed;
}
.icon-menu0:hover {
	background-image: url('../img/icon_menu_1a.png');
}


.icon-menu1 {
	display: inline-block;
	background:transparent url('../img/icon_menu_1.png') left center no-repeat;	
	padding-left: 30px;
	padding-right: 7px;
	color: #f2f2ed;
}
.icon-menu1:hover {
	background-image: url('../img/icon_menu_1a.png');
}

.icon-menu2 {
	display: inline-block;
	background:transparent url('../img/icon_menu_2.png') left center no-repeat;	
	padding-left: 30px;
	padding-right: 10px;
	color: #f2f2ed;

}
.icon-menu2:hover {
	background-image: url('../img/icon_menu_2a.png');	
}
.icon-menu3 {
	display: inline-block;
	background:transparent url('../img/icon_menu_3.png') left center no-repeat;	
	padding-left: 30px;
	padding-right: 10px;
	color: #f2f2ed;
}
.icon-menu3:hover {
	background-image: url('../img/icon_menu_3a.png');	
}
.icon-menu4 {
	display: inline-block;
	background:transparent url('../img/icon_menu_4.png') left center no-repeat;	
	padding-left: 30px;
	padding-right: 5px;
	color: #f2f2ed;

}
.icon-menu4:hover {
	background-image: url('../img/icon_menu_4a.png');	
}
.icon-menu5 {
	display: inline-block;
	background:transparent url('../img/icon_menu_5.png') left center no-repeat;	
	padding-left: 30px;
	padding-right: 4px;
	color: #f2f2ed;

}
.icon-menu5:hover {
	background-image: url('../img/icon_menu_5a.png');	
}

.icon-menu6 {
	display: inline-block;
	background:transparent url('../img/icon_menu_6.png') left center no-repeat;	
	padding-left: 30px;
	padding-right: 10px;
	color: #f2f2ed;

}
.icon-menu6:hover {
	background-image: url('../img/icon_menu_6a.png');	
}

.icon-menu7 {
	display: inline-block;
	background:transparent url('../img/icon_menu_7.png') left center no-repeat;	
	padding-left: 30px;
	padding-right: 10px;
	color: #f2f2ed;

}
.icon-menu7:hover {
	background-image: url('../img/icon_menu_7a.png');	
}


.icon-menu1:hover, .icon-menu2:hover, .icon-menu3:hover, .icon-menu4:hover, .icon-menu5:hover, .icon-menu6:hover, .icon-menu7:hover {
	text-decoration:underline; 
	color: #f2f2ed !important;

}

.icon-menu1:visited, .icon-menu2:visited, .icon-menu3:visited, .icon-menu4:visited, .icon-menu5:visited, .icon-menu6:visited, .icon-menu7:visited {
	color: #f2f2ed !important;
	text-decoration:none;
}


.subnav {
	font-size: small;
    color: #f2f2ed;
    padding:5px 0;
    margin-top:-2%;
    width: 100%;
    position:relative;
    top:37px;
    left:-40%;
    line-height: 25px;
}
.subnav a{
	color:#f2f2ed !important;
}
.pt12 {
	font-size:12px;
	color:#f2f2f2;
	cursor:pointer;
}
 .pt16  {
	font-size:16px;
	color:#f2f2f2;
	cursor:pointer;

}
.pt20 {
	font-size:20px;
	color:#f2f2f2;
	cursor:pointer;
}
/* End Top Social Icons */

/* View More button */

.vmore {
	border: 1px solid #c7c7c7;
	box-shadow: rgba(0,0,0,.3) 0 1px 1px;
    padding: 3px 6px;
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
}

.vmore:hover {
    color: #ffffff !important;
    background-color: #428bca;
    border-color: #adadad;
}

#WebPartWPQ2 .ms-rtestate-field {
	margin-top: -14px !important;
}

/* End View More button */


/* Site Top Wrapper */
#one {
  float:left; 
  width:65%;
}
#two { 
	width:35%;
  background-color: white;
  overflow:hidden;
}



/* End Site Top Wrapper */


/* Site Top Newsroom */

#newsroom {
	width: 100%;
}

.newsroom-header {
	color: #0a3e6e;
	padding:.4em;
    text-transform: uppercase;
	line-height: .3em;
}

.newsroom-text {
    color: #0a3e6e;
    padding:.5em;
	margin: -10px 0 -10px 0;
}

a.newsroom-text:link,a.newsroom-text:visited, a.newsroom-text:hover, a.newsroom-text:active {
	color: #428bca !important;
	font-weight: bold;
}

.newsroom-background {
    background-color: #ece2c6;
    border-left:solid 10px #0a3e6e;
    border-bottom: solid 10px #ffffff;
    padding: 2px 0 10px;
}

.newsroom-title {
	font-weight: bold;
	color: #ffffff !important;
    background-color: #0a3e6e;
    padding:.3em;
}

h3.newsroom-title {
	font-size: medium;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
}

/* Chrome 28+ (and Opera 14+) - Hack to view in Chrome Browser correctly*/

@supports (-webkit-appearance:none) {
    .newsroom-header {line-height: .4em;}
    .newsroom-title {padding: .6em;}
    .newsroom-background {border-bottom: solid 12px #ffffff;}
}

/* End Site Top Newsroom*/




/* Site Top and Bottom Borders */

.nav-standard {
	background-color: #DBAC72;
	width: 100%;
	height: 30px;
	position: relative;
	border-bottom-color: #0a3e6e;
	border-bottom-style: dotted;
}

.nav-standard-bottom {
	background-color: #DBAC72;
	width: 100%;
	height: 30px;
	position: relative;
	border-top-color: #0a3e6e;
	border-top-style: dotted;
}


/* End Site Top and Bottom Borders */


/* Quicklaunch / Left Nav / Vertical Nav */

.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item, .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenuEdit, .ms-core-listMenu-heading, .ms-tv-header,.ms-core-listMenu-item, .ms-core-listMenu-item:link, .ms-core-listMenu-item:visited, .ms-tv-item:link, .ms-tv-item:visited, .ms-tv-header:link, .ms-tv-header:visited{
	color:#0a3e70 !important;
	border-bottom:2px dotted #f1f2ed;
	margin:0 -50px 0 -20px;
}
#sideNavBox .ms-core-listMenu-item:hover{
	background-color:#f2f2ed !important;
}
#quickLaunch{
	position:relative;
	left:-205px;
	top:400px;
	max-width:230px;
	width:100%;
	float:left;
}
/* breadcrumb*/
ul.s4-breadcrumb {
	margin-bottom: 5px;
	padding: 0px;
}
ul.s4-breadcrumb {
	padding: 2px 0 0 9px;
	list-style: none inside none;
	display:inline-block;
	font-size:12px;
	
}
 ul.s4-breadcrumb ul{
	padding: 0px 0 0 9px;
	list-style: none inside none;
	display:inline-block;
	font-size:12px;

}
ul.s4-breadcrumb .s4-breadcrumb-arrowcont {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url('../img/glyphicons-halflings-white.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, a.s4-breadcrumbNode{
		color:#f2f2ed !important; 
}
.s4-breadcrumb-arrowcont{
	margin-right:10px !important;
}
a.s4-breadcrumbRootNode{
	color:#f2f2ed !important;
}
/* end breadcrumb*/

/*search box*/
.header .searchbox {
	display: block;
	float: none;
	clear: both;
}


.COTSearch .ms-srch-sb-border {
	text-align: left;
	font-size: 14px;
	font-family:"Segoe UI","Segoe",Helvetica,Tahoma,Arial,sans-serif;
	color:#0a3e6e;
	width:224px; /*395px; */
	height:20px !important;
	position:relative;
	background:#f2f2ed;
	border: solid #c7c4bb;
	margin:auto;
	padding:2px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
 }

 

.COTSearch .ms-helperText, input.ms-helperText, .ms-srch-sb > input:focus {
    color: #0a3e6e;
    border-radius: 3px 3px;
    -o-border-radius: 3px 3px;
    -ms-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
}
.COTSearch input[type=password], input[type=text], input[type=file],.sp-peoplepicker-topLevel, sp.peoplepicker-topLevelDisabled, .sp-peoplepicker-autoFillContainer, .ms-inputBox {
    color: #0a3e6e; 
}

.COTSearch .ms-inputBox {
    color: #f2f2ed;	
    border-radius: 3px 3px;
    -o-border-radius: 3px 3px;
    -ms-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;	
            

}
.COTSearch .ms-srch-sb-searchLink {
    color: #c7c4bb;	
    margin-left: 202px;
    margin-top:-25px;
}
.COTSearch .ms-srch-sb-searchLink:hover{
	    color: #c7c4bb;	

}
.COTSearch .ms-srch-sb-borderFocused {
	text-align: left;
	font-size: 14px;
	font-family:"Segoe UI","Segoe",Helvetica,Tahoma,Arial,sans-serif;
	color:#0a3e6e;
	width:224px; /*395px; */
	height:20px !important;
	position:relative;
	background:#f2f2ed;
	border: solid #c7c4bb;
	margin:auto;
	padding:2px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;	
}

.ms-srch-sb > .ms-srch-sb-searchLink{
	width:25px !important;
	height:25px !important;
}
.ms-srch-sb-searchImg{
	top:-53px !important;
}
.ms-srch-sb-searchImg:hover{
	top:-66px !important;
	left:0px !important;
}

#searchBox > .ms-srch-sbLarge-searchImg{left:-56px; top:-51px;}
.ms-srch-sbLarge>input{
	height:22px !important;
	margin: -2px -15px 0px 5px !important;
	padding:0 1px 0 1px !important;
	font-size:16px !important;
}
.ms-srch-sbLarge > .ms-srch-sb-searchLink{
	left:-6px;
	top:-1px;
	position:relative;
}
.ms-srch-sbLarge-searchImg{left:-26px; top:-51px;}
.ms-srch-sbLarge-searchImg:hover{left:6px; top:-64px;}
.COTSearch .ms-srch-sb-searchLink:hover{
	border:none;
	/*background-color:#c7c4bb;*/
	}
/* Firefox override */

body:last-child .ms-srch-sb-searchImg, x:-moz-any-link, x:default {
	top:-54px !important;

}
	body:last-child .ms-srch-sb-searchImg:hover, x:-moz-any-link, x:default {
		top:-67px !important;
}
/*Safari override */
.ms-srch-sb-searchImg { (;top: -52px;); }
html[xmlns*=""] body:last-child .ms-srch-sb-searchImg {top:-52px !important;}html[xmlns*=""]:root .ms-srch-sb-searchImg {top:-52px !important;}
_::-moz-svg-foreign-content, :root .ms-srch-sb-searchImg {
	top:-52px !important;
}
_::-moz-svg-foreign-content, :root .ms-srch-sb-searchImg:hover {
		top:-65px !important;
}


/*end search box*/


/*end header*/

/*top nav */
#topnavbar {
    height: auto;
}
#topnavbar.navbar {
	z-index: 50;
}
#topnavbar .navbar-collapse {
	max-height: none;
	clear: both;
	background-color: #f2f2ed;
}
/*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;
}

/*Begin add Menu Changes 12-5-14*/

.ms-core-listMenu-horizontalBox ul, .ms-core-listMenu-horizontalBox li, .ms-core-listMenu-horizontalBox .ms-core-listMenu-item, .ms-core-listMenu-horizontalBox > ul > li > table {
	color:#428bca !important;
	background-color: #f2f2ed;
	border: 1px solid transparent;	
	
}
#topnavbar li.static > .menu-item:hover {
	color: #f2f2ed !important;
	background-color: #428bca;
	border: 1px dotted #f2f2ed;
}

#topnavbar li.dynamic > .menu-item:hover {
	color: #f2f2ed !important;
	background-color: #428bca;
	border: 1px dotted #f2f2ed;
}

/*End Add Menu Changes 12-5-14*/

#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: 30px;
	line-height: 1em;
	padding: 6px 7px;

	margin: 0px;
	position: relative;
}

/*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 {
	background-color: #EDE6EE;
	display: none !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: auto !important;
	box-shadow: none;
		-o-box-shadow:    1px 1px 1px 1px #9b9b9b;
	 -moz-box-shadow:    1px 1px 1px 1px #9b9b9b;
  	-webkit-box-shadow: 1px 1px 1px 1px #9b9b9b;
  	box-shadow:         1px 1px 1px 1px #9b9b9b;

}
#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;
	font-family:"Segoe UI","Segoe",Helvetica,Tahoma,Arial,sans-serif;
	font-size:12px;
}
#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 {
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left:15px;
    margin-top:0px;
    margin-right: 0px;
    width: auto;
    background-color:#e6cfaf;
}
#ContactUsBox{
	width:auto;
	background-color:#e6cfaf;

}
.contactBTN{
	background:url('../../../../PublishingImages/ContactUsBtn.png')100% 0% no-repeat;
	text-indent: -999em;
	display:block;
	height:47px;
	width:100%;
}
.ContactUsText{
	color:#0a3e6e;
	font-size:14px;
	padding:25px 0 0 5px;
	margin-left:-25px;
	width:200px;
	

}
.ContactUsText a{
	color:#0a3e6e !important;
	}
	
.subscribeBTN{
	background:url('../../../../PublishingImages/subscribe.png')100% 0% no-repeat;
	text-indent: -999em;
	display:block;
	height:55px;
	width:97%;
}

/*end left nav */

/* main content areas */
.customMainContent{
	background-color:#e6cfaf;
}
.ms-WPBorder{
	border:none;
}

.homepage-content{
	margin:0 auto;
	background-color:#e6cfaf;
	padding: 0 10px;
}

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;
}
	/*City News */
#WebPartWPQ6 .ms-viewheadertr, #WebPartWPQ5 .ms-viewheadertr{
	display:none !important;
}
#WebPartWPQ3 tr:last-child{
}
#WebPartWPQ4 td .ms-vb2{
	/*height:50px;
	width:365px;*/
	color:#428bca;
	padding-left:55px;
	font-size:13px;
	width:960px;

}
#WebPartWPQ4 .ms-vb2 a{
	/*height:40px;
	white-space:nowrap;*/
	color:#428bca;
}
#WebPartWPQ4 table.ms-listviewtable tbody tr td.ms-newsletterline{
	display:none;
}
#WebPartWPQ4 tr{
		background:url('../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../PublishingImages/crossroads_icon.png')no-repeat 0px 10px;


}
/*FireFox override*/
body:last-child #WebPartWPQ3, x:-moz-any-link, x:default{
	margin-top:-15px !important;
}
	/*End City News*/

	/*Home  Page Calendar */
	
.homeBox tr .ms-basictable .ms-alternating{
	border-bottom:1px solid #c7cbba !important;
}

tr, .ms-basictable .ms-alternating
.ms-vb2 a{
color:#428bca;
}
#WebPartWPQ7{
	margin-top:-5px;
}
/*FireFox override
body:last-child #WebPartWPQ7, x:-moz-any-link, x:default {
	margin-top:-15px !important;
}*/
body:last-child #WebPartWPQ2, x:-moz-any-link, x:default {
	margin-top:-15px !important;
}

#WebPartWPQ3 .ms-vb2 {
	font-size:14px;
}
#WebPartWPQ3 .ms-vb2:first-child {
vertical-align:middle;
text-align:center;
width:47px;
margin:3px 8px -55px 5px;
color:#fff;
background-color:#0a3e6e;
height:16px;
}
#WebPartWPQ3 .ms-vb2:nth-child(2) {
position:relative;
margin-left:5px;
margin-bottom:4px;
top:55px;
width:45px;
height:14px;
color:#0a3e6e;
border:1px solid #0a3e6e;
text-align:center;

}

#WebPartWPQ3 .ms-vb2:nth-child(3) {
position:relative;
left:80px;
top:-3px;
color:#0a3e6e;

}
#WebPartWPQ3 .ms-vb2:nth-child(4) {
position:relative;
left:80px;
top:-8px;
color:#0a3e6e;
font-size:12px;
}

#WebPartWPQ3 .ms-vb2:nth-child(5) {
position:relative;
margin-top:-19px;
left:80px;
margin-bottom:5px;
color:#0a3e6e;
font-size:12px;
width:960px;
overflow:hidden;

}
/*End Home Page Calendar*/

/*Home Boxes */

		
.s4-wpcell > .ms-webpart-chrome, .s4-wpActive > .ms-webpart-chrome{
	border:none  !important;
}
.homeBox{
	background:#f2f2ed;
	border:1px solid #f2f2f2;
	box-shadow:0px 5px 5px #B9C2BD;
	-o-box-shadow:0px 5px 5px #B9C2BD;
	-ms-box-shadow:0px 5px 5px #B9C2BD;
	-moz-box-shadow:0px 5px 5px #B9C2BD;
	-webkit-box-shadow:0px 5px 5px #B9C2BD;
	margin:10px 5px;
	height:355px;
	overflow: hidden;
}
.homeBoxLarge{
	background:#f2f2ed;
	box-shadow:0px 5px 5px #B9C2BD;
	-o-box-shadow:0px 5px 5px #B9C2BD;
	-ms-box-shadow:0px 5px 5px #B9C2BD;
	-moz-box-shadow:0px 5px 5px #B9C2BD;
	-webkit-box-shadow:0px 5px 5px #B9C2BD;
	margin:10px 5px;
	padding:1px;

}
.homeBox .js-webpart-titleCell{

text-shadow: 0px 1px 0px rgba(0,0,0,.2);
border-bottom: .5em solid #0a3e6e;
box-shadow: 0px 2px 2px rgba(0,0,0,.2);
background-color: #c7cbba;
}
.homeBox h2 a,.ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a{
		color:#0a3e6e;
		padding-left:10px;
}
img#MSOImageWebPart_WebPartWPQ4{
	width:100%;
}
/* Featured Services */
.largeHomeBoxContent{
	margin-top:15px; 
	border-top: 18px solid #c7cbba;
}
.largeHomeBody{
	border-top:5px solid #0a3e6e;
}
.pane{
	padding-left:0px !important;
	padding-right:0px !important;
}
.pane-title{
	border-bottom: 1px solid #D5D5D5;
	width:100%;
}
.pane-content{
	margin:0;
	padding:0;
	border:0px none;
	vertical-align:baseline;
	font:inherit;
}
.pane-resource-center-views-panel-pane-5 .views-row.views-row-odd {
	float:left;
	width:345px;
}
.pane-resource-center-views-panel-pane-5 .views-row-even{
	width:345px;
	margin-left:0px;
}
.views-field-field-icon{
	float:left;
	/*padding:20px 10px 0;*/
	margin:0 10px 0 -15px;
	border-top: 5px solid #0a3e6e;
}
.views-field-field-icon img {
	width:65px;
	height:65px;
	}
.pane-resource-center-views-panel-pane-5 .views-field-field-icon .field-content, .views-field-field-icon .field-content {
	/*padding:10px;
	background:none repeat 0% 0% #428bca;
	border-radius: 50%;
	-o-border-radius:50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow:0px 0px 5px #ccc;
	-o-box-shadow: 0px 0px 5px #ccc;
	-ms-box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	border: 2px solid #fff;	*/
	}
.pane-resource-center-views-panel-pane-5:hover .views-field-field-icon:hover .field-content:hover, .views-field-field-icon .field-content:hover{
	background:red;
	opacity:0.4;
	filter: alpha(opacity=40);
}
.pane-resource-center-views-panel-pane-5 .views-row h3 {
	margin:0 5px;
}
h3.more-link{
	float:right;
}
/* Footer */
#footer ul {
	list-style-type: none;
}
#footer {
	background-color: #c7c4bb;
	height: 220px;
	padding-top: 22px;
	display: table;
	margin: 0 auto;
}

.footerbckg {
	background-color: #c7c4bb;
	color: #0a3e6e;	
	width: 100%;
	height: auto;
	border-bottom-style:dotted;
	border-bottom-color:#0a3e6e;
}
.rounded-corners {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
.footer-column {
	background: #f2f2ed;
	padding: 10px;
	height: 175px;
	font-size: 13px;
	width: 190px;
	margin: 0 auto;
	color: #0a3e6e;
}

.footer-column p:first-child {
	font-weight: bold;
	margin: 0;
	padding-bottom: 0px;
	border-bottom: 1px dotted #0a3e6e;

}
.footer-list {
	padding: 10px 0 0;
	margin: 0;
}
.footer-list li {
    margin-bottom: 4px;
}

.footer-list li a:hover {
	text-decoration: underline;
	color: #032240;

}

.panel1 {
	display: inline;
	float: left;
	position: relative;
	margin-right: 5px;
	margin-left: 5px;
	width: 215px;
}
.panel2, .panel3 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	width: 215px;
}
.panel4 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	width: 215px;
	margin-right: 5px;
}

.footerCopy {
    clear: both;
	padding:15px 10px 0;
	text-align: center;
	color: #0a3e6e;
	min-height:20px;
	background-color:#f5f5f5;
	border:1px solid #e3e3e3;
	border-radius:4px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
	background-image: -moz-linear-gradient(top, #e8e8e8, #f5f5f5);
	background-image: -o-linear-gradient(top, #e8e8e8, #f5f5f5);
	background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#f5f5f5', GradientType=0);
	}

.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}



/*Article Page*/
.article-left .captioned-image, .welcome .welcome-image{
	float: none !important;
}
div.article, div.welcome{
	padding:15px 0px !important;
}
.captioned-image img{
	width:100% !important;
	
}
.captioned-image .caption{
	background-color:#0a3e6e;
	color:#f2f2f2;
	padding-left:15px;
	font-size:22px;
	
}
 .captioned-image .caption, .caption p{
	background-color:#0a3e6e;
	color:#f2f2f2;
	padding-left:2px;
	font-size:22px;
	
}
.contactFont{
	font-family:"Segoe UI","Segoe",Helvetica,Tahoma,Arial,sans-serif;
	color:#0a3e6e;
}



/* ##################################################################### */
/* STYLES FOR NEWS BLURB DISPLAY - REFERRED TO IN NEWSBLURBITEMSTYLE.XSL */
/* ##################################################################### */


.NewsCellContainer {
	width:96%;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#000000; 
	margin:5px 10px 10px 5px; 
	text-align:left; 
	border-bottom:solid 1px #CCCCCC;
	min-height:250px;
}

.NewsCategory {
	width: 100%;
	height:25px; 
	margin-bottom:3px; 
	padding: 4px 2px 2px 10px; 
	color: #0a3e6e; 
	font-family: calibri, tahoma, geneva, sans-serif; 
	font-size: 14px; font-weight: bold; 
	background-color: #0a3e6e;
}

.NewsCellContainer h2 {
	font-size:16px !important; 
	margin:-28px 5px 0px 10px;
	font-weight: bold;
	color: #ffffff !important;
}

.NewsText {
	width:100%; 
	font-size: 14px;
	font-weight:normal; 
	margin:15px 5px 8px 10px;
}

.NewsImageInsert {
	float:left; 
	margin:0px 5px 5px 5px;
	height:200px;
	overflow:hidden;
}

.NewsDate {
	text-align:left;
	font-size:10px; 
	color:#666666; 
	font-weight:normal;
	font-style:italic; 
	margin:0px 5px 6px 0px; 
}

.NewsLink {
	font-weight:bold; 
	margin:10px 5px 5px 0px;
}
.NewsLink a{
color: #00889a; text-decoration: none;
}


/* ##################################################################### */
/* STYLES FOR ARCHIVED NEWS BLURB DISPLAY - REFERRED TO IN NEWSBLURBITEMSTYLE.XSL */
/* ##################################################################### */
.dfwp-item{
	list-style:none outside none !important; 
}
.ArchiveNewsCellContainer {
	width:100%;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000000; 
	margin:5px 10px 10px 5px; 
	text-align:left; 
	border-bottom:solid 1px #CCCCCC;
}

.ArchiveNewsTitle {
	font-size:13px; 
	color: #02525b; 
	font-weight:bold; 
	margin:0px 5px 0px 10px;
}

.ArchiveNewsDate {
	text-align:right;
	font-size:12px; 
	color:#666666; 
	font-weight:normal;
	font-style:italic; 
	margin:0px 5px 6px 10px; 
}

.ArchiveNewsText {
	width:90%; 
	font-weight:normal; 
	margin:0px 5px 8px 10px;
}

.ArchiveNewsLink {
	font-weight:bold; 
	margin:5px 5px 5px 0px;
}

/*Summary Links */
.groupheader{
	color:#0a3e6e;
	text-transform:capitalize;
	margin:15px 0 0;
	
}
.link-item a{
	color: #428bca !important;
	background:url('../images/right_chevron.png')no-repeat 0% 45%;
	height:10px;
	width:10px;
	padding-left:20px;
	display:inline;
}
.dfwp-list .item{
	border-bottom:1px solid #b8b8b8;
	padding:6px 10px 6px 0 !important;
}
.article .related-links{
	border:none !important;
	min-width:250px;
	width:250px;
}

/*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;
}

/* Display Calendar Form View */
input#ctl00_ctl47_g_99a192c2_e615_48ae_9d47_c3eec39ccff9_gobackbutton1_ctl00_diidIOGoBack{
	display: none;
}


/*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*/

/* Desktops and laptops ----------- */



@media screen and (min-width: 2000px) and (max-width: 3000px) {
#one { width: auto;
	
}	

	#two {
	width: auto;
    font-size: 1.7em !important; 
}
.newsroom-header {
	font-size: 1em !important;
	}
.newsroom-title {
	font-size: 1em !important;
}	


}



@media screen and (min-width: 1700px) and (max-width: 2000px) {
		#two {
    font-size: 1.6em !important; 
}
.newsroom-header {
	font-size: .9em !important;
	}
.newsroom-title {
	font-size: .9em !important;
}	


}



@media screen and (min-width: 1300px) and (max-width: 1699px) {
		#two {
    font-size: 1.3em !important; 
}
.newsroom-header {
	font-size: .9em !important;
	}
.newsroom-title {
	font-size: .9em !important;
}	


}


@media screen and (min-width: 1100px) and (max-width: 1299px) {
		#two {
    font-size: 1em !important; 
}
.newsroom-header {
	font-size: 1em !important;
	}
.newsroom-title {
	font-size: .9em !important;
}	

}

@media screen and (min-width: 700px) and (max-width: 1099px) {
		#two {
    font-size: .75em !important; 
}
.newsroom-header {
	font-size: .75em !important;
	}
.newsroom-title {
	font-size: .7em !important;
}	

}



@media only screen 
and (min-width : 1224px) {


#s4-workspace{
overflow-x:hidden !important;
overflow-y:scroll;
	}
#topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background{
	padding-right:15px !important;
}
	#topnavbar .nav li.static > .menu-item {
		display: inline-block;
		/*height: 49px;*/
		padding: 5px 20px !important;
	}
/*Fix footer panels */
	.panel1, .panel2, .panel3,.panel4{
	width:215px !important;
	margin-left:5px !important;
	margin-right:5px !important;
}

}




@media (min-width: 768px) {

	/*Fix footer panels
	.panel1, .panel2, .panel3,.panel4{
	width:175px !important;
	margin-left:1px !important;
	margin-right:1px !important;
}
 */
	/*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: 5px 5px 5px 5px;*/
	}
	/*hide or provide padding for downdown arrow*/
	#topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
		padding-right: 15px;
		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: 30px !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 {
		margin: 0px;
	    width: 16.666666666666664%;
	}
	#sideNavBox.col-md-3 {
	    float: none;
	}
	/*end left nav */
}


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/*.ms-core-listMenu-horizontalBox{
margin-left:-35px !important;
}
.COTnavigation .ms-core-listMenu-item, .ms-core-listMenu-item:link, .ms-core-listMenu-item:visited, .ms-tv-item:link, .ms-tv-item:visited, .ms-tv-header:link, .ms-tv-header:visited{
margin-right:5px !important;
padding-top:0px;
	}
	li.static.dynamic-children:first-child{
	margin-left:-45px;
}*/

.header{
	height:100px !important;
}
.contactBTN{
/*	background:url('../../../../PublishingImages/ContactUsBtn.png') no-repeat 286% 32% !important;*/
}
span.menu-item-text:first-child{
	padding-left:7px !important;
}
#topnavbar .nav li.static > .menu-item{
	padding:5px 0px 5px 12px !important;
}
#topnavbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background{
	padding-right:10px !important;
}
	.panel1, .panel2, .panel3,.panel4{
	width:180px !important;
	margin-left:1px !important;
	margin-right:1px !important;
}
#sideNavBox, .sidebar-nav{
/*float:none !important;*/
}

}

/*iPad (Portrait) */
@media only screen 
and (min-width : 768px) 
and (max-width : 1023px) 	{

  
.theme-default .nivo-controlNav{
	left:510px !important;
}

/*.ms-core-listMenu-horizontalBox{
margin-left:-35px !important;
}
.COTnavigation .ms-core-listMenu-item, .ms-core-listMenu-item:link, .ms-core-listMenu-item:visited, .ms-tv-item:link, .ms-tv-item:visited, .ms-tv-header:link, .ms-tv-header:visited{
margin-right:5px !important;
padding-top:0px;
	}
	li.static.dynamic-children:first-child{
	margin-left:-45px;
}*/
.nivoSlider{
	height:auto !important;
}
#sideNavBox, .sidebar-nav{
	width:100%;
	margin:0 0 0 3%;
/*	float:none !important;*/
	}
/*Fix footer panels */
	.footer-column{
		height:200px !important;
}
	.panel1, .panel2, .panel3,.panel4{
	width:130px !important;
	margin-left:1px !important;
	margin-right:1px !important;
}

}

/* Small Tablet */

@media only screen 
and (max-width : 767px) {

   #one { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
    border-bottom:2px solid #000;    
  }
  #two {
	width: 100%;
}

.newsroom-header {
	line-height: 1em;
}


	.theme-default .nivo-controlNav{
	display:none !important;
	
}
	.nivo-caption{
		left:0 !important;
		width:100% !important;
		bottom:0 !important;
	}

#sideNavBox, .sidebar-nav{
	width:100%;
	margin:0 0 0 3%;
	float:none !important;
	}
.pane{
	padding-left:15px !important;
	padding-right:15px !important;
	clear: both;
}
/*Fix footer panels */
	.footer-column{
		height:200px !important;
}
	.panel1, .panel2, .panel3,.panel4{
	width:100% !important;
	margin-left:1px !important;
	margin-right:1px !important;
}

}
/* Mobile Landscape */
@media only screen and (max-width:600px){

   #one { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
    border-bottom:2px solid #000;    
  }
  #two {
	width: 100%;
}

	.subnav{
		top:0px !important;
		left:0% !important;
	}
	.pull-right{
	float:none !important;
}	
	.theme-default .nivo-controlNav{
		display:none !important;
	}
	.nivo-caption{
		left:0 !important;
		width:100% !important;
		bottom:0 !important;

	}
	.nivoSlider{
	height:auto !important;
}
.COTnavigation .menu-item-text, span.menu-item-text {
	color: #428bca;
    border: 1px #f2f2ed solid;
    background-color: #f2f2ed;

}
.COTnavigation .menu-item-text:hover, span.menu-item-text:hover {
	color: #f2f2ed;
    border: 1px #f2f2ed dotted;
    padding:0px !important;
    background-color: #428bca;
}


.COTnavigation .ms-core-listMenu-horizontalBox {
	background-color: #f2f2ed;
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	margin-top:0px !important;
}


.COTnavigation ul.static {
    margin-left: 0px !important;	
}

.COTnavigation .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
	/*color: #f2f2ed;
    background-color: #f2f2ed;*/
    margin-right: 0px;
    margin-left: 0;
}



.COTnavigation .ms-core-listMenu-item, .ms-core-listMenu-item:link, .ms-core-listMenu-item:visited, .ms-tv-item:link, .ms-tv-item:visited, .ms-tv-header:link, .ms-tv-header:visited {
	color: #f2f2ed;
	margin-right: 0 !important;
	padding-top:0;
}

.COTnavigation .ms-core-navigation {
	font-family:"Segoe UI","Segoe",Helvetica,Tahoma,Arial,sans-serif;
	background-color: #f2f2ed;
	line-height:34px;
	/*margin-right: -10px;*/
	height:auto;
}
li.dynamic{
	padding:0px !important;
}

ul.dynamic {
	width: auto !important;
	padding: 0px;
	background-color: #f2f2ed;
	word-wrap: normal;
}

li.static.dynamic-children {
	padding: 0px;
	background-color: #f2f2ed;

}
li.static.dynamic-children:first-child{
	margin-left:0px;
}
span.menu-item-text:first-child{
	margin-left:0px;
	}
	
	ul.s4-breadcrumb, ul.s4-breadcrumb ul{
	margin:-42px -55px -10px -6px !important;
}
#sideNavBox, .sidebar-nav{
	float:none !important;
}
.pane{
	padding-left:15px !important;
	padding-right:15px !important;
	clear: both;
}
	.panel1, .panel2, .panel3,.panel4{
	width:100% !important;
	margin-left:1px !important;
	margin-right:1px !important;
}


}

/* Mobile Portrait was 379px*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 420px) 
and (orientation : portrait){

   #one { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
    border-bottom:2px solid #000;    
  }
  #two {
	width: 100%;
}



.newsroom-header {
	line-height: 0;
}


	.subnav{
		top:0px !important;
		left:0% !important;
		width:70% !important;
	}
	.pull-right{
	float:none !important;
}	
	.theme-default .nivo-controlNav{
		display: none !important;
	}
	.nivo-caption{
		left:0 !important;
		width:100% !important;
		bottom:0 !important;
		height:63% !important;
	}
	.nivoSlider{
	height:280px !important;
}
.slider-wrapper {
	width:100% !important;
}
.COTnavigation .menu-item-text, span.menu-item-text {
	color: #428bca;
    border: 1px #f2f2ed solid;
    background-color: #f2f2ed;

}
.COTnavigation .menu-item-text:hover, span.menu-item-text:hover {
	color: #f2f2ed;
    border: 1px #f2f2ed dotted;
    padding:0px !important;
    background-color: #428bca;
}


.COTnavigation .ms-core-listMenu-horizontalBox {
	background-color: #f2f2ed;
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	margin-top:0px !important;
}


.COTnavigation ul.static {
    margin-left: 0px !important;	
}

.COTnavigation .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
	/*color: #f2f2ed;
    background-color: #f2f2ed;*/
    margin-right: 0px;
    margin-left: 0;
}



.COTnavigation .ms-core-listMenu-item, .ms-core-listMenu-item:link, .ms-core-listMenu-item:visited, .ms-tv-item:link, .ms-tv-item:visited, .ms-tv-header:link, .ms-tv-header:visited {
	color: #f2f2ed;
	margin-right: 0 !important;
	padding-top:0;
}

.COTnavigation .ms-core-navigation {
	font-family:"Segoe UI","Segoe",Helvetica,Tahoma,Arial,sans-serif;
	background-color: #f2f2ed;
	line-height:34px;
	/*margin-right: -10px;*/
	height:auto;
}
li.dynamic{
	padding:0px !important;
}

ul.dynamic {
	width: auto !important;
	padding: 0px;
	background-color: #f2f2ed;
	word-wrap: normal;
}

li.static.dynamic-children {
	padding: 0px;
	background-color: #f2f2ed;

}
li.static.dynamic-children:first-child{
	margin-left:0px;
}
span.menu-item-text:first-child{
	margin-left:0px;
	}
	
	ul.s4-breadcrumb, ul.s4-breadcrumb ul{
	margin:-42px -55px -10px -6px !important;
}
#sideNavBox, .sidebar-nav{
	float:none !important;
}
.pane{
	padding-left:15px !important;
	padding-right:15px !important;
}
	.panel1, .panel2, .panel3,.panel4{
	width:100% !important;
	margin-left:1px !important;
	margin-right:1px !important;
}


}


/*end responsive*/