/* Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap */
 .android {
	display: none;
	}
	
.windows {
	display: none;
		}
.ios {
		display: none;
			}

.standalone {
		display: none;
			}

.mobileAny {
		display: none;
            }

.panel-body a{
	position: relative;
}
            
#mobileinfoBlock {
    margin-top: 7vh;
    }
            
#skip a
    { 
        position:absolute; 
        left:-10000px; 
        top:auto; 
        width:1px; 
        height:1px; 
        overflow:hidden;
    } 
             
#skip a:focus 
    { 
        position:static; 
        width:auto; 
        height:auto; 
    }

    html {
        height: 100%;
        box-sizing: border-box;
      }
      
      *,
      *:before,
      *:after {
        box-sizing: inherit;
      }

body { 
        /* body styles here */
        font-family: "acumin-pro-condensed",sans-serif;
        position: relative;
        min-height: 100%;
        padding-bottom: 175px;
    }

    p + ul {
        margin-top: -1rem;
    }

table ul {
	padding-left: 15px;
	margin-bottom: 0px;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: rgba(0,0,0,.05);
}

.table-striped > tbody > tr.stripe {
    background-color: rgba(0,0,0,.05);
}

.table-striped > tbody > tr.nostripe {
	background-color: #fff;	
}

.table-striped > tbody > tr.clearnostripe {
	background-color: transparent;	
}

/*
.table-striped tr:nth-child(odd) { background-color:#fff; }
.table-striped tr:nth-child(even) { background-color:#ccc; }
*/


/* 3D button style */
.btn3d {
    position:relative;
    top: -6px;
    border:0;
     transition: all 40ms linear;
     margin-top:10px;
     margin-bottom:0px;
     margin-left:2px;
     margin-right:2px;
	text-transform: uppercase;
	font-family: "acumin-pro-condensed",sans-serif;
	font-style: normal;
	/*letter-spacing: 5px;*/
	font-size: 1.35rem;
	/*font-weight: 700;*/
	color: #FFF;
}

.btn3d.btn-default:hover {
	box-shadow: 0 4px 0 0 #014363;
    background-color: #00578A;
}

.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
    -moz-outline-style:none;
         outline:medium none;
}
.btn3d:active, .btn3d.active {
    top:2px;
}

.btn3d.btn-default {
    box-shadow:0 4px 0 0 #014363;
    background-color:#00578A;
}
.btn3d.btn-default:active, .btn3d.btn-default.active {
    box-shadow: 0 0px 0px 0px rgba(0,0,0,0.0);
    background-color: #00578A;
}



/* set universal link color */
a {
    color:  #00588B;
}

.circleR {
	font-size: 1.5em;
}

/*.collapse sup {
	font-size: 2em;
	top: .1em;
} */

p.caption {
	font-size: .8em;
}

div.alert a {
	color: #fff;
	text-decoration: underline;
}

strong {
    font-weight: 700;
}

h1 {
    font-weight: 700;
    font-size: 2.1rem;
    margin-bottom: 1.0rem;
}

h2 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 1.8rem;
}

h2.glossHeader {
	margin-top: 30px;
}

h3 {
    font-size: 1.25rem;
    font-style: italic;
    color: #00AEEF; 
}

h4 {
	font-size: 1.15rem;
	margin-bottom: 5px;
	font-weight: 700;
}

h5 {
    font-weight: 700;
    margin-bottom: 0px;
}

table td p:last-child {
	margin: 0;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #000;
}

#twoTablesWide .col-sm-6 {
	padding-right: 10px;
    padding-left: 10px;
}

#twoTablesWide table td {
	text-align: right;
}

.red {
	color: #c22126;
}

.five-things {
  		background: #0F213A;
  		color: #FFF;
  		opacity: 0.95;
  		width: 100%;
		top: 0;
  		bottom: 0;
  		left: 0;
		right: 0;
  		z-index: 101;
  		height: auto;
  		position: fixed;
		overflow-y: scroll;
	font-size: 1.3rem;
	}

.five-things a {
	color: #fff;
	font-weight: 500;
	text-decoration: underline;
}

.five-things a:hover {
	text-decoration: none;
}

.highlight {
	font-weight: 700;
	/*
	background-color: rgba(255,226,143,0.45);
	*/
}
	

#topBar {
    background-color: #000000;
    padding: 5px 0;
}

#topBar p {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-size: 10px;
}

#headerBar {
    background-color: #fff;
    padding: 15px 0;
}

#mainLogo {
    margin-right: 25px;
}



#eyebrow {
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

#settingsLink {
    margin-bottom: 15px;
}

.btn-link {
    padding: 0;
    vertical-align: baseline;
    color: #00578A;
    cursor: pointer;
}

.dropdown-menu .btn-link {
	color: #212529;
}

#logOut {
    padding: .25rem 1.5rem;
}

#topSearchInput {
    border: none;
    background-color: #e1e0df;
    color: #474949;
    font-size: 1.2rem;
}

#searchButton {
    background: rgba(0,87,138,1);
    background: -moz-linear-gradient(top, rgba(0,87,138,1) 0%, rgba(0,87,138,1) 89%, rgba(1,66,99,1) 90%, rgba(1,66,99,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,87,138,1)), color-stop(89%, rgba(0,87,138,1)), color-stop(90%, rgba(1,66,99,1)), color-stop(100%, rgba(1,66,99,1)));
    background: -webkit-linear-gradient(top, rgba(0,87,138,1) 0%, rgba(0,87,138,1) 89%, rgba(1,66,99,1) 90%, rgba(1,66,99,1) 100%);
    background: -o-linear-gradient(top, rgba(0,87,138,1) 0%, rgba(0,87,138,1) 89%, rgba(1,66,99,1) 90%, rgba(1,66,99,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,87,138,1) 0%, rgba(0,87,138,1) 89%, rgba(1,66,99,1) 90%, rgba(1,66,99,1) 100%);
    background: linear-gradient(to bottom, rgba(0,87,138,1) 0%, rgba(0,87,138,1) 89%, rgba(1,66,99,1) 90%, rgba(1,66,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00578a', endColorstr='#014263', GradientType=0 );

    text-transform: uppercase;
    color: #fff;
    font-size: 1.2rem;
}

.navBar {

    background: rgb(254,210,59); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254,210,59,1) 0%, rgba(254,210,59,1) 50%, rgba(241,199,56,1) 51%, rgba(241,199,56,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(254,210,59,1) 0%,rgba(254,210,59,1) 50%,rgba(241,199,56,1) 51%,rgba(241,199,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(254,210,59,1) 0%,rgba(254,210,59,1) 50%,rgba(241,199,56,1) 51%,rgba(241,199,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed23b', endColorstr='#f1c738',GradientType=0 ); /* IE6-9 */
}

.navbar {
    padding: 0;
}

.navbar a {
   /* text-transform: uppercase; */
    color: #000;
}

.navbar li.active a.nav-link {
    /*color: #de6e25;*/
    border-bottom: 4px solid #000;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,1.0);
    border-color: rgba(0,0,0,.1);
}

.nav-link {
    font-weight: bold;
    padding: 1rem 1rem;
    font-size: 1.3rem;
}

.dropdown-menu {
    background-color: rgba(255,226,143,0.95);
    border: none; 
    margin-top: 0;
}

.dropdown-item {
    font-size: 1.2rem;
    font-weight: 500;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #FFD23C;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #FFD23C;
}

#alertWrap {
	margin-bottom: 15px;
}

.alert-danger {
    color: #FFF;
    background-color: #c22126;
    border-color: #c22126;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 1.2rem;
}

.alert:last-child {
    margin-bottom: 1rem;
}

.alertTitle {
    font-weight: 700;
}

#shareMenu.dropdown-menu {
    background-color: #00578A;
    border: none; 
} 

#shareMenu .dropdown-item {
    color: #fff;
}

#shareMenu .dropdown-item:focus, #shareMenu .dropdown-item:hover {
    color: #00578A;
    text-decoration: none;
    background-color: #FFF;
}

#shareMenu .dropdown-item.active, #shareMenu .dropdown-item:active {
    color: #00578A;
    text-decoration: none;
    background-color: #FFF;
}

#departmentNav {
    background-color: #feda69;
}

#departmentNav .card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
}

#departmentNav div.card-header {
    padding: 14px 20px 14px 12px;
    border-bottom: 0;
    background-color: #feda69;
}

#departmentNav div.card-header:last-child {
    border: 0;
}

#departmentNav div.card-header a {
    color: #000;
    font-size: 20px;
   /* font-weight: bold; */
}

#departmentNav div.card-header a img {
    margin-right: 2px;
}

#departmentNav div.card-header a i {
    margin-top: 6px;
}

#departmentNav div.card-body {
    background-color: #fee79d;
}

#departmentNav div.card-body ul {
    margin-bottom: 0px;
}

#departmentNav div.card-body ul li {
    margin-bottom: 10px;
}

#departmentNav div.card-body ul li:last-child {
    margin-bottom: 0px;
}

#departmentNav div.card-body ul li a {
    color: #000;
}

.whatTrending {
	margin-bottom: 25px;
}

.benefitsNews img {
	border: 1px solid #ccc;
}

.benefitsNews p {
	margin-bottom: 3px;
}

p.benNewsIssue {
	font-weight: bold;
	margin-top: 5px;
	color: #c22126;
	margin-bottom: 4px;
	line-height: 15px;
}

#homeBulletinBoard {
    background-color: #e3c09a;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-style: ridge;
    border: 9px ridge #89421a;
}

#homeBulletinBoard i.fa-thumb-tack {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #c22126;
}

#homeBulletinBoard h2 {
    margin-top: 0;
}

.bulletinBoard {
    font-family: "verveine",sans-serif;
}

div.bulletinBoardPost {
    margin-bottom: 8px;
}

div.bulletinBoardPost:last-child {
    margin-bottom: 0px;
}

div.bulletinBoardPost p {
	margin-bottom: 0;
    line-height: 1.3rem;
}

p.bulletinBoard-new {
    margin-bottom: 0;
    line-height: 1.3rem;
}

p.bulletinBoard {
    margin-bottom: 0px;
    font-size: 1.8rem;
    line-height: 1.6rem;
}

#mailingsList p {
	margin: 0;
}

.mailerRow {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.3rem;
    margin-left: 0;
    margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.mailerRow:nth-child(odd) {
    background: #e8e8e8;
}

.mailerRow .media-left {
	margin-right: 8px;
}

.mailerRow p {
	margin: 0;
}

p.mailingTitle, p.mailDate, p.mailerName {
	font-weight: 700;
	margin: 0;
}

p.mailingsTo {
	font-weight: 700;
	margin: 10px 0 0 0;
}

.eventRow {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.1rem;
	margin-left: 0;
	margin-right: 0;
}

.eventRow .media-left {
	padding-right: 8px;
	margin-right: 8px;
	border-right: 4px #c22126 solid;
}

.eventRow p{
    margin-bottom: 0;
}

.eventRow p.eventTitle {
    margin-bottom: 4px;
}

.mailDate {
    font-weight: 700;
}

span.calDay {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}

#footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    padding: 15px 0;
}

.copyright {
    color: #9b9c9c;
}

.copyright a {
	color: #9b9c9c;
	text-decoration: underline;
}

.copyright a:hover {
	text-decoration: none;
}

.navBar { 
    margin-bottom: 20px;
}

.breadcrumb {
    background-color: transparent;
}

.divider {
    padding-left: 8px;
    padding-right: 8px;
}

#leftSide .card {
    /* border: 0;
    border-radius: 0; */
    border: 1px solid #00578A;
    border-bottom: 1px solid #00578A;
    margin-bottom: 20px;
}

#leftSide .card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #00578A;
}

#leftSide .card .card-header h5 a {
    color:#00578A;
}

#leftSide .card .card-body {
    background-color: #FFF2D3;
}

#leftSide .card .card-body h2 {
    color: #00AEEF;
    font-style: italic;
    font-size: 1.35rem;
}

#leftSide .card .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 5px;
}

#leftSide .card .card .card-header{
    background-color: #FFF2D3;
    border-bottom: 0px solid rgba(0,0,0,.125);
    padding: .25rem 0rem;
}

#leftSide .card .card .card-header h5 a {
    color:#00AEEF;
}

p.manager {
    font-weight: 700;
}

.cBox {
    padding: 12px 15px;
    margin-bottom: 20px;
}

.cBox .media-left i {
    font-size: 48px;
	line-height: 48px;
}

.cBox .media-left {
    margin-right: 15px;
}

.cBox .well-title {
    margin: 0px;
}

.cBox .media-body a {
	color: #fff;
	text-decoration: underline;
}

.cBox .media-body a:hover {
	color: #fff;
	text-decoration: none;
}

.cBox .media-body p:last-child {
    margin-bottom: 0px;
}

.cBox.outline .media-body a{
	color: inherit;
}

p.timeFrame {
    margin: 0;
    font-weight: 700;
    font-size: 1.2rem;
}

p.actor {
    font-weight: 700;
    font-size: 1.35rem;
    text-transform: uppercase;
    color: #00588b !important;
	margin-bottom: 0;
}

.panel-body p.actor {
	margin-bottom: 15px;	
}

p.departmentName {
	font-weight: 700;
	font-size: 1.2rem;
}

p.departmentName > a {
	margin-bottom: 1rem;
}

ul.checklist {
	list-style-type: none;
	/* padding: 0; */
	margin-left: 0;
   padding-left: 1.2em;
   text-indent: -1.2em; 
}

ul.checklist > li {
	margin-bottom: 15px;
	/*text-indent: -1.3em;
    padding-left: 1em;*/
}

ul.checklist i {
	text-indent: 0;
}

ul.checklist > li:before {
	font-family: FontAwesome;
	content: "\f096";
	float: left;
	width: 1.2em;
	margin-top: 8px;
	line-height: .8rem;
}

ul.checklist ul {
	/* margin-left: 0; */
	padding-left: 20px;
	text-indent: 0;
} 

.baSideBar {
    margin-top: 20px;
}

.baSideBar h3 {
    color: #c22126;
    text-transform: uppercase;
    border-bottom: 1px solid #c22126;
    font-size: 1.3rem;
    font-weight: 500;
    padding-bottom: 3px;
    font-style: normal;
}

.baSideBar p {
    margin-bottom: .5rem;
    font-size: 1.1rem;
}

.listNav,
.ln-letters {
  overflow: hidden;
}

.listNavHide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.letterCountShow {
  display: block;
}

.ln-letters a {
  border: 1px solid silver;
  border-right: none;
  display: block;
  float: left;
  font-size: .9em;
  padding: 2px 6px;
  text-decoration: none;
}

.ln-letters .ln-last {
  border-right: 1px solid silver;
}

.ln-letters a:hover,
.ln-letters .ln-selected {
  background-color: #eaeaea;
}

.ln-letters .ln-disabled {
  color: #ccc;
}

.ln-letter-count {
  color: #336699;
  font-size: .8em;
  left: 0;
  line-height: 1.35;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.table th {
    padding: .5rem;
    vertical-align: bottom;
	text-align: center;
}
.table td {
    padding: .5rem;
    vertical-align: top;
	
}

.page-link {
    padding: .25rem .5rem;
}

#trusteeTable td:not(:first-child) {
	text-align: center;
}

ul#searchResults {
	margin-top: 20px;
}

ul#searchResults li {
	margin-bottom: 15px;
}

ul#searchResults li:last-child {
	margin-bottom: 0;
}

ul#searchResults li a {
	font-weight: 700;
	font-size: 1.2rem;
}
    
    @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 568px) { 
        .five-things{
			font-size: .9rem;
		}
    
    h2 {
        margin-top: 20px;
        font-weight: 700;
        font-size: 1.8rem;
    }
    
    #alertWrap {
    margin-bottom: 0px;
}
    
    .alert:last-child {
    margin-bottom: 0;
    }
    
    .benefitsNews .col-sm-6:last-child {
        margin-top: 20px;
        margin-bottom:  20px;
    }
    
    .benefitsNews .col-sm-6 img {
        margin-bottom:  10px;
    }
    }
    
    /* iphone horiz */
    @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 568px) 
    and (orientation : landscape) {
        
    }
    
    /* iphone vertical */
    @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 568px) 
    and (orientation : portrait) {
        
    }
    
    /* iPhone 6 */
    /* portrait & landscape */
    @media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px) { 
        /* STYLES GO HERE */
    }
    
    /* iPhone 6 landscape */
    @media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px) 
    and (orientation : landscape) { 
        /* STYLES GO HERE */
    }
    
    /* iPhone 6 portrait */
    @media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px) 
    and (orientation : portrait) { 
        /* STYLES GO HERE */ 
    }
    
    /* iPhone 6+ */
    /* portrait & landscape */
    @media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) { 
        /* STYLES GO HERE */
    }
    
    /* iPhone 6+ landscape */
    @media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) 
    and (orientation : landscape) { 
        /* STYLES GO HERE */
    }
    
    /* iPhone 6+ portrait */
    @media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) 
    and (orientation : portrait) { 
    
    }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #topBar {
        padding: 10px 0;
    }

    #topBar p {
        font-size: 14px;
    }

    #mainBody {
        margin-top: 20px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
#swcLogo {
	margin-left: -40px;
}
} 

@media print {
	.collapse {
    	display: block !important;
    	height: auto !important;
	}
}


.view-link {
    line-height: 3em;
}