﻿@import url('font-awesome.min.css');
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");

html{
	background-color:#ffffff;
}
/*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;
}


html, body {

     background: transparent !important;
     background-color: transparent !important;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     -webkit-backface-visibility: visible;
}

/*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;
}

.vresponsive iframe {
	max-width: 425px !important;
	min-height: 240px !important;
}

.iresponsive img {
   max-width: 100% !important;
   height: auto !important;
}

.translate {
position: fixed !important;
top: 0px !important;
right:70px !important;
z-index: 6 !important;
}

.translate:after {
content: 'Para Español' !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: #0072c6 !important;
  text-decoration: none !important;
}
/*
a:hover,
a:focus,
a:visited {
  color: #005594 !important;
}

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:#0072c6;
} 
H2.ms-rteElement-H2,
 h2, 
.ms-WPBody H2, 
.ms-WPBody H2.ms-rteElement-H2, 
.ms-rteElement-H2, .ms-WPBody H2.ms-rteElement-H2b, 
.ms-rteElement-H2b { 
    -ms-name:"Heading 2"; 
    font-weight: bold; 
    text-align:left; 
   font-size: 26px !important;
  color:#0a3e6e !important;
} 
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:#c1551d !important;
}
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:#c1551d !important;
}

h5,
.h5,
.ms-rteElement-H5 {
  font-size: 12px;
  color:#0072c6;
}

h6,
.h6,
.ms-rteElement-H6 {
  font-size: 10px;
  color:#777777;
}


.well {
  min-height: 20px;
  padding:20px 0px 0px 25px;
  margin-bottom: 20px;
  background:transparent;
  border: none;
  border-radius: 0px;
}

.alert-info {
	color: #000000 !important;
	background-color: #ffff33 !important;
	border-color: #000000 !important;
	}

/*end bootstrap resets*/

/*SharePoint overrides some B3 classes, reset back*/
.s4-itm-selected > *, .s4-itm-selected:hover > *{
	background-color:#0072c6;
}
/*
.container {
	background-color: transparent;
	border: 1px transparent none;
	color: inherit;
	margin: 0px auto;
	width: auto;
}*/
#s4-workspace
overflow-x:hidden !important;
overflow-y:scroll;
}


.ms-standardheader.ms-inputformheader {
	padding-left: 10px !important;
}
.ms-dlgContent {
	border: 5px solid #ebeced !important;
}

.ms-dlgContent .ms-dlgTitleBtns {
	float: none !important;
}
	
#header{
	background-color:#0A3E6E;
	
}
#main{
	background-color:#ffffff !important;

}
#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: #ffffff;
}

#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 !important;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    cursor: default;
    display: block;
    height: 19px;
    padding: 3px 7px 2px;
    white-space: nowrap;
    font-size: inherit;
    width: 50px !important;
}

.ms-cui-dd-arrow-button {
	width:15px !important;
}

/*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:#ffffff !important;
	padding-left:20px;
}

/* Site Logo */
.COTLogo .ms-siteicon-a, .ms-siteicon-img {
	width:100%;
	margin-top: 10px;
	margin-left: -5px;
	border:none;
}


/* Video */


.promoVideos-container {
	height: auto;
	min-height: 300px;
	position: relative;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
	margin-left: -15px;
	margin-right: -15px;
	background-color: #0a3e6e;
}

.video-background video {
	margin-top: 4%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.promoVideos-container .video-background video.stretch-height {
	width: 100%;
	height: 100%;
	
}

/* End Video */

/*Icon Translate*/
  .tricon {
			color: #fff;
			font-size: 2.5em;
		}



/* Icon Box Higlight */

#highlights {
	margin-top:100px;
}

#highlights	.icon, #footer .icon {
		position: relative;

	}

#highlights	.icon:before, #footer .icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-size: 2.5em;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

#highlights .icon > .label, #footer .icon > .label {
			display: none;
		}

#highlights	.icon.major {
		    text-align: center;
			background-color: #0a3e6e;
			color: #fff;
			border-radius: 100%;
			display: inline-block;
			width: 4em;
			height: 4em;
			line-height: 4em;
			box-shadow: 0 0 0 7px #A0AEC1, 0 0 0 8px #e0e0e0;
			margin: 0 0 1em 0;
		}
	


#highlights	.box.highlight {
		color: #A0AEC1;
		padding:1em;
		margin-top: 10px;
	}
#highlights	.box.highlight:hover {
		color: #e38a59;
	}

#highlights .icon.major:hover {
			color: #e38a59;
			background-color: #fff;
			box-shadow: 0 0 0 7px #e38a59, 0 0 0 8px #e0e0e0;
	}
	
.highlight-text {
			color:#0a3e6e !important;
			text-align: center !important;
			width:100%;
	}
	
/* Icon Box Higlight End */

/* Homepage News */


.panel-body {
	color: #777777 !important;
	margin-top: -15px !important;
    }
    
.panel-default > .panel-heading {
	border-color: #fff !important;
}

.newstitle {
	color: #c1551d !important;
	text-decoration: overline !important;
}

.newsbackground {
	background-color: #e7e4df !important;
}

.news-button a:hover {
			color: #fff !important;
		}


	.news-button {
			margin-right: auto;
			margin-left: auto;
			width: 150px;
			border-radius: 4px;
			font-size: 1em;
			padding: 8px;
			background-color: #fff;
			border: 2px solid #0072c6;
			margin-bottom: 15px;
		}
		
	.news-button:hover {
	        color: #fff !important;
			background-color: #0a3e6e;		
		}

/* End Homepage News */


/* 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 */


/* View More button */

.vmore {
display:none !important;
/*
	position: absolute;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	box-shadow: rgba(0,0,0,.3) 0 1px 1px;
    padding: 6px 6px;
    margin-top: 20px;
    margin-right: -40px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    */
}

.vmore:hover {
    color: #ffffff !important;
    background-color: #0072c6;
    border-color: #adadad;
}

#WebPartWPQ2 .ms-rtestate-field {
}

/* End View More button */




/* Breadcrumb - 05/12/2019*/

.nav-standard {
	background-color: #c1551d;
	width: 100%;
	height: 30px;
	position: relative;
}

/* End Breadcrumb */

/* 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:#454545 !important;
	border: 1px solid #fff;
	margin:0 -5px 0 -20px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
}

#sideNavBox .ms-core-listMenu-item:hover{
	color: #0a3e6e !important;
	background-color:#ffffff !important;
	border-bottom-right-radius: 10px;
	border-right: 5px solid #0a3e6e;
	opacity: 1;
	font-weight: bold;
}
#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:#ffffff !important; 
}
.s4-breadcrumb-arrowcont{
	margin-right:10px !important;
}
a.s4-breadcrumbRootNode{
	color:#ffffff !important;
}
/* end breadcrumb*/

/*OLD WEbsite search box*/
.searchbox {
	display: block;
	float: none;
	clear: both;
}


/* Search Button */

.COTSearch .ms-srch-sb {
	display: inherit !important;
}

.COTSearch .ms-srch-sb-border {
	margin-right: auto !important;
	margin-left: auto !important;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 1.2em;
	font-family:"Segoe UI","Segoe",Helvetica,Tahoma,Arial,sans-serif;
	color:#0a3e6e;
	width:50%;
	height:38px !important;
	position:relative;
	background:#ffffff;
	border: solid #a0aec1 !important;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
 }
 
 .COTSearch .ms-srch-sb-borderFocused {
	margin-right: auto !important;
	margin-left: auto !important;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 1.2em;
	font-family:"Segoe UI","Segoe",Helvetica,Tahoma,Arial,sans-serif;
	color:#0a3e6e;
	width:50% !important;
	height:38px !important;
	position:relative;
	background:#ffffff;
	border: solid #a0aec1 !important;
    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 {
    width: 98% !important;
    color: #0a3e6e;
    vertical-align:middle !important;
}
.COTSearch input[type=password], input[type=text], input[type=file],.sp-peoplepicker-topLevel, sp.peoplepicker-topLevelDisabled, .sp-peoplepicker-autoFillContainer, .ms-inputBox {
    color: #0a3e6e;
    background-color: #ffffff;
}

.COTSearch .ms-inputBox {
    color: #0a3e6e;	
          }

.ms-srch-hover-innerContainer{
	left:10px !important;
	
}

.ms-srch-hover-arrow {
	left: 0 !important;	
}

.COTSearch .ms-srch-sb-searchLink {
    width:38px;
    height:38px;	
    background-color: #a0aec1 !important;
    margin-left: 100%;
    margin-top:-26px;
    border: 1px solid #a0aec1 !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
 

}
.COTSearch .ms-srch-sb-searchLink:hover{
	    color: #e38a59;	
	      border: 1px solid #e38a59 !important;

}

.COTSearch .ms-srch-sb-searchImg{
	position: absolute !important;
	top: -32px !important;
	left: 2px !important;
}

.COTSearch img.ms-srch-sb-searchImg {
	max-width: none !important;
}


.ms-srch-sb-searchImg:hover{
	top:-32px !important;
	left:2px !important;
}

.ms-srch-sbLarge-searchImg{left:2px; top:-32px;}
.ms-srch-sbLarge-searchImg:hover{left:2px; top:-32px;}
.COTSearch .ms-srch-sb-searchLink:hover{
	border:none;
	background-color:#e38a59 !important;
	}


/* 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*/

/* search page results*/

.ms-promlink-button-enabled {
    border-color: #0072c6 !important;
}

.ms-promlink-button {
	width: 20px !important;
	height: 20px !important;
	padding: 2px 2px !important;

}



/*end search page results*/


/*top nav -- 05/13/2019
#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: #ffffff;
	border: 1px solid transparent;	
	
}
#topnavbar li.static > .menu-item:hover {
	color: #ffffff !important;
	background-color: #428bca;
	border: 1px dotted #ffffff;
}

#topnavbar li.dynamic > .menu-item:hover {
	color: #ffffff !important;
	background-color: #428bca;
	border: 1px dotted #ffffff;
}

/*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:#ffffff;
}
#ContactUsBox{
	width:auto;
	background-color: transparent;

}
.contactBTN{
	background:url('../../../../PublishingImages/contactus-bl.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;
	background-color: transparent;
	

}
.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 */


/* Subscribe Section */

.stylesub {
			background-color: #e38a59;
			background-image: -moz-linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.15));
			background-image: -webkit-linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.15));
			background-image: -ms-linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.15));
			background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.15));
			color: #fff;
			line-height: 100px;
			margin-bottom: -90px;
			text-align:center;
			border-top: 10px solid #cccccc;
			
		}


	.subs {
		text-align: center;
			display: inline-block;
			color: #fff;
			font-size: 1.5em;
			text-transform: none;
		}
		
		.subs a:link {
	        color: #fff !important;
		}

a.subs-button {
			color: #0a3e6e !important;
		}


	.subs-button {
			margin-left: 1em;
			border-radius: 6px;
			font-size: 1.3em;
			padding: 12px;
			background-color: #fff;
			border: 2px solid #0a3e6e;
		}
		
	.subs-button:hover {
	        color: #fff !important;
			background-color: #0a3e6e;
			border: 2px solid #fff;
			
		}


/* End Subscribe Section */



/* main content areas */
.customMainContent{
	background-color:#ffffff;
}
.ms-WPBorder{
	border:none;
}

.homepage-content{
	margin:0 auto;
	background-color:#ffffff;
	padding: 20px;
}

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;
}
*/
#WebPartWPQ4 td .ms-vb2{
	/*height:50px;
	width:365px;*/
	color:#0072c6;
	padding-left:55px;
	font-size:13px;

}
#WebPartWPQ4 .ms-vb2 a{
	height:40px;
	white-space:nowrap;
	color:#0072c6;
}
#WebPartWPQ4 table.ms-listviewtable tbody tr td.ms-newsletterline{
	display:none;
}


/*FireFox override*/
body:last-child #WebPartWPQ3, x:-moz-any-link, x:default{
	margin-top:-15px !important;
}
	/*End City News*/

/*Home Page Titles */

.ms-webpart-chrome-title {
	margin-bottom: 30px;

}

/*End Home Page Titles */
	
	
/*Home  Page Calendar */


tr, .ms-basictable .ms-alternating
.ms-vb2 a{
color:#0a3e6e !important;

}


#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 {
	border:none !important;
}

#WebPartWPQ3 .ms-vb2 {
	font-size:20px;
}
#WebPartWPQ3 .ms-vb2:first-child {
padding-top: 10px;
text-align:center;
width:86px;
margin:20px 10px -62px 7px;
color:#fff;
background-color:#c1551d;
border-radius: 4px;
height:60px;
font-weight:bold;
}
#WebPartWPQ3 .ms-vb2:nth-child(2) {
position:relative;
left:10px;
margin-bottom:4px;
top:30px;
width:80px;
color:#fff;
text-align:center;
font-size: 16px;
text-transform:capitalize !important;
}

#WebPartWPQ3 .ms-vb2:nth-child(3) {
position:relative;
left:100px;
top:-30px;
color:#c1551d !important;
width: 300px;
}

#WebPartWPQ3 .ms-vb2:nth-child(3) a:link {
color:#c1551d !important;
}



#WebPartWPQ3 .ms-vb2:nth-child(4) {
position:relative;
left:100px;
top:-25px;
color:#6e7476 !important;
font-size:16px;
word-wrap: break-word !important;
}

#WebPartWPQ3 .ms-vb2:nth-child(5) {
position:relative;
top:-20px;
left:100px;
color:#6e7476;
font-size:15px;
text-transform:capitalize !important;

}

#WebPartWPQ3 .ms-vb2:nth-child(6) {
position:relative;
top:-40px;
left:135px;
color:#6e7476;
font-size:15px;
}



/*End Home Page Calendar*/

/*Home Boxes */

		
.s4-wpcell > .ms-webpart-chrome, .s4-wpActive > .ms-webpart-chrome{
	border:none !important;
}
.homeBox{
	background:#ffffff; 
	border:1px solid #fff;
	height:auto;
	overflow: hidden;
}

.homeBox .js-webpart-titleCell{
text-shadow: 0px 1px 0px rgba(0,0,0,.2);
}

.homeBox h2 a,.ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a{
		color:#0a3e6e;

}
img#MSOImageWebPart_WebPartWPQ4{
	width:100%;
}
h3.more-link{
	float:right;
}

/* Footer */

	#footer {
		margin-top: 5em;
		background-color: #0a3e6e;
		text-align: left;
		font-size: 1.2em;
	}

		#footer a:link {
			color: #bbb !important;
		}
		#footer a:hover {
			color: #fff !important;
		}
		#footer a:visited {
			color: #bbb !important;
		}


	
		#footer .icons {
			text-align: center;
			margin: 0;
		}

			#footer .icons a {
				color: #bbb !important;
			}

				#footer .icons a:hover {
					color: #474747 !important;
				}

		#footer .copyright {
			color: #bbb !important;
			margin-top: 1.5em;
			text-align: center;
			font-size: .9em;
			padding: 0 0 20px 0;
		}
		
#footer .grey {
	color: #bbb;
	font-size: 1.1em !important;
	font-weight: 600;
	text-transform: uppercase;
}

#footer .greylink {
	color: #bbb;
}

#footer .greylink a:hover {
	color: #fff !important;
}

#footer ul.links {
		list-style: none;
		padding-left: 0;
		color: #bbb;
	}

#footer	ul.links li {
			line-height: 2em;
			padding-left: 0;
		}
	


#footer	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

#footer ul.icons li {
			display: inline-block;
			line-height: 1em;
			padding-left: 1.5em;
		}

#footer	ul.icons li:first-child {
				padding-left: 0;
			}

#footer	ul.icons li a, ul.icons li span {
				font-size: 1em;
				border: 0;
			}

				


/*Article Page*/
.article-left .captioned-image, .welcome .welcome-image{
	float: none !important;
	padding-right: 0 !important;
	padding-top: 10px !important;
}
div.article, div.welcome{
	padding:10px !important;
}
.captioned-image img{
	width:100% !important;
	border: 1px solid #ddd;
	border-radius: 5px;
	
}
.captioned-image .caption{
	background-color:#fff;
	padding-left:15px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0, 0.2), 0 6px 20px 0 rgba(0,0,0, 0.13);
	
}
 .captioned-image .caption, .caption p{
	background-color:#fff;
	color:#e38a59 !important;
	font-size:1.3em;
	font-weight: bold;
	
}
.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: #0072c6 !important;
	background:url('../images/right_chevron.png')no-repeat 0% 45%;
	height:10px;
	width:10px;
	padding-left:20px;
	display:inline;
}
.link-item a:hover {
	color: #e38a59 !important;
	text-decoration: underline !important;
	text-underline-position: under !important;
}



.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*/


@media screen and (min-width: 1300px) and (max-width: 2000px) {
	
.video-background video {
	margin-top: 8%;
}

#highlights {
	margin-top: 320px;
}

#footer .icons {
	margin-top: 30px;
}

}



@media only screen and (min-width: 1200px) {


#s4-workspace{
overflow-x:hidden !important;
overflow-y:scroll;
	}
}




@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*/
	
	/*left nav */
	#sideNavBox {
		margin: 0px !important;
	    width: 16.666666666666664%;
	}
	#sideNavBox.col-md-3 {
	    float: none !important;
	}
	/*end left nav*/
}
	

	
	


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
#sideNavBox, .sidebar-nav{
float:none !important;
}

#s4-workspace {
	overflow-x:hidden !important;
	overflow-y:scroll !important;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}
.contactBTN{
	background:url('../../../../PublishingImages/ContactUsBtn.png') no-repeat 286% 32% !important;
}



}





/*iPad (Portrait) */
@media only screen 
and (min-width : 768px) 
and (max-width : 1023px) 	{

#sideNavBox, .sidebar-nav{
	width:98% !important;
	margin:0 0 0 3% !important;
	float:none !important;
	}
	
div.article {
	padding-left: 15px !important;
	padding-right: 15px !important;	

}

#s4-workspace {
	overflow-x:hidden !important;
	overflow-y:scroll !important;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

	
}

/* Small Tablet */

@media only screen 
and (max-width : 767px) {


#sideNavBox, .sidebar-nav{
	width:77%;
	margin:0 0 0 7%;
	float:none !important;
	}
	
	#s4-workspace {
	overflow-x:hidden !important;
	overflow-y:scroll !important;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

}

/* Mobile Landscape */
@media only screen and (max-width:600px){
#s4-workspace {
	overflow-x:hidden !important;
	overflow-y:scroll !important;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

  
	.subnav{
		top:0px !important;
		left:0% !important;
	}
	
 #fdmenu img.mimg {
  max-width: none !important;
}

 ul.s4-breadcrumb, ul.s4-breadcrumb ul{
	margin:-42px -55px -10px -6px !important;
}
#sideNavBox, .sidebar-nav{
	float:none !important;
}

.promoVideos-container {
	min-height: 149px !important;
	}

}



/* Mobile Portrait was 379px*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 420px) 
and (orientation : portrait){


.vresponsive iframe {
		min-height: inherit !important;
}


#s4-workspace {
	overflow-x:hidden !important;
	overflow-y:scroll !important;
	-webkit-overflow-scrolling: touch;
	height: 100%;	
}

#mainbody {
	padding-left: 0 !important;
	
}

h1 {
	font-size: 26px !important;
}

h2 {
	font-size: 22px !important;
}

h3 {
	font-size: 20px !important;
}

h4 {
	font-size: 18px !important;
}


.homepage-content{
	padding-right: 10px !important;
}

.subnav{
		top:0px !important;
		left:0% !important;
		width:70% !important;
	}
	
	#sideNavBox, .sidebar-nav{
	float:none !important;
}

.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.container {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.col-sm-12, .col-xs-4 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

#WebPartWPQ4 .ms-rtestate-field {
	display:none !important;
}


#WebPartTitleWPQ4.js-webpart-titleCell{
	background-color: #0a3e6e !important;
	text-align: center !important;
	border-radius: 4px !important;
	border: solid 5px #a0aec1 !important;
}

#WebPartTitleWPQ4.js-webpart-titleCell:hover {
	background-color: #fff !important;
	border: solid 5px #e38a59 !important;
}


.ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a {
	 color: #fff !important;
	 text-align: center !important;
}

.ms-webpart-titleText.ms-webpart-titleText:hover, .ms-webpart-titleText:hover > a {
	 color: #e38a59 !important;
}

#WebPartTitleWPQ3.js-webpart-titleCell{
	background-color: #0a3e6e !important;
	text-align: center !important;
	border-radius: 4px !important;
	border: solid 5px #a0aec1 !important;
}

#WebPartTitleWPQ3.js-webpart-titleCell:hover {
	background-color: #fff !important;
	border: solid 5px #e38a59 !important;
}

#WebPartWPQ3 .ms-vb2:nth-child(3) {
     width: 215px !important;
}

#WebPartWPQ3 .ms-vb2:nth-child(4) {
     font-size: 15px !important;
}

.COTSearch input[type=password], input[type=text], input[type=file],.sp-peoplepicker-topLevel, sp.peoplepicker-topLevelDisabled, .sp-peoplepicker-autoFillContainer, .ms-inputBox {
    width:97% !important;
}

.ms-srch-item {
	width:340px !important;
}

.ms-rte-wpbox {
	word-wrap: inherit !important;
}

.ms-srch-item-body {
	display: inline !important;
}

.ms-srch-item-summaryPreview {
	width:100% !important;
	
}

.ms-srch-hover-outerContainer {
	display: none !important;
}


.COTSearch .ms-srch-sb-border{
	width: 70% !important;	
	margin-left: 33px !important;
}

.COTSearch .ms-srch-sb-borderFocused{
	width: 70% !important;
	margin-left: 33px !important;	
}

	.well {
	padding: 0 !important;
}

.logo {
	margin-left: -45px !important;
}	

.nav-standard {
	display: none !important;
}
	
/*	
.promoVideos-container,
.promoVideos-container video {
	display: none !important;
	}
	
	.video-background {
	display: none !important;
	}
*/
	
img.fimg {
	display: none!important;
}

.info {
	display: none !important;
}

#highlights {
	margin-top: 0 !important;
}

.subs {
	display:none !important;
}
.subs-button {
	margin-left: 0;
	padding: 10px;
}

.stylesub {
	line-height:60px !important;
	
}

ul.s4-breadcrumb, ul.s4-breadcrumb ul{
	margin:-42px -55px -10px -6px !important;
}

#footer .icons {
	margin-top:20px;
}

#footer img {
	max-width: 100% !important;
}

}

	


/*end responsive*/