/*these were in granular.css*/
#buttons {
margin-top: 75px; }
#buttons .button .img {
height: 76px;
width: 138px;
cursor: pointer;
-webkit-transition: box-shadow .1s linear;
-moz-transition: box-shadow .1s linear;
transition: box-shadow .1s linear; }
#buttons .button .img:hover {
cursor: pointer;
border-radius: 8px; }
a:link.bigBtn, a:active.bigBtn, a:visited.bigBtn {
color: #ffffff; 
text-decoration:none; 
font-size: 24px; 
font-weight: bold;
} 
.fa {
color:#eee;
}
#userList {
display:none;
}
#loader {
position:absolute;
z-index:2;
width:100%;
text-align:center;
top:40%;
}
h2 {
}
.spacer {
text-align: center;
color: white;
font-size: 1.25em;
line-height: 2.5em;
letter-spacing: .25em;
text-transform: uppercase;
}
.spacersm {
text-align: center;
color: white;
font-size: 1em;
line-height: 1.5em;
letter-spacing: .25em;
text-transform: uppercase;
}
p {}
.attyphoto {
color: #777;
padding-top: 1em;
}
a:link {
color: #777;
text-decoration: none;
}
a:visited {
color: #777;
text-decoration: none;
}
a:active {
color: #777;
text-decoration: none;
} 
a:hover {
color: #777;
text-decoration: none;
}
.caption {
color: #428bca;
}
.banner-home {
background: #203860;
margin-bottom: 2em;
}
/*end granular.css styles*/
/*should be able to get rid of panel-home styles once dm-alertbylined-panel is updated to use dmpanel-heading. done 4/19/21*/
.panel-info {
border-color: #cccccc;
}
/* .dmpanel-heading {
background-color: #203860 !important;
color: #ffffff;
font-size:20px;
font-weight: normal !important;
} */
/* .panel-heading-home a {
color: #ffffff;
text-decoration: none; */
}
.dmpanel-heading>a:link,
.dmpanel-heading>a:visited,
.dmpanel-heading>a:hover,
.dmpanel-heading>a:active
.dmpanel-heading >a {
	color: #ffffff !important; 
	text-decoration: none !important;

}
h3.dmpanel-heading {
	background-color: #203860 !important;
	color: #ffffff;
	margin: 0 0;
	font-size:20px;
	font-weight: normal !important;
	padding: 6px 15px;
}
/* 4/16/21 added dmFeedList so we can eventually get rid of feedEkList, when removed from allpubs code. done 4/19/21*/
.dmFeedList {
list-style:none inside none;
background-color:#FFFFFF;
color:/* #3E3E3E; */#000000;
font-size: 16px;
line-height: 1.3em;
}
.dmFeedList li {
border-bottom:1px solid #D3CAD7;
padding:5px;
margin-left: 0px;
}
.dmFeedList li a:link, 
.dmFeedList li a:visited, 
.dmFeedList li a:hover, 
.dmFeedList li a:focus, 
.dmFeedList li a:active {
color: #000000;
}
.dmFeedList  li:last-child {
border-bottom:none;
}
.itemTitle a {
font-weight:bold;
color:#00233e !important;
text-decoration:none
}
.itemTitle a:hover, 
.itemTitle a:focus {
text-decoration:none;
color:#3b94d9 !important;
}
.itemDate {
font-size:11px;
color: #6d6d6d;
}
/*end dmFeedList styles*/
/*these were from home-full-width-vid.css*/
.flush-main {
margin-top: 0;
}
#wrapper {
max-width: 100%;
width: 100%;
padding-top: 30px;
}
#content {
max-width: 98%;
width: 98%;
}
/*for full screen video background*/
/* Default hide the video on all devices */
#video, #videoDiv {
display: none;
}
/* Default display the image to replace the video on all devices */
#videosubstitute {
display: block;
width: auto;
height: auto;
margin-top: 76px;
}
html, body {
height: 100%;
margin: 0;
}
#fullScreenDiv {
width: 100%;
width: auto;
padding: 0 !important;
margin: 0 !important;
background-color: #002840;
position: relative;
}
#video {
width: 100%;
height: auto;
object-fit: cover;
left: 0px;
top: 0px;
z-index: 1;
}
@media (min-aspect-ratio: 16/9) {
#video {
height: 150%;
top: -100%;
}
}
@media (max-aspect-ratio: 16/9) {
#video {
height: 150%;
left: -100%;
}
}
/*if there is 768  pixels or more, then display the video but hide the image*/
@media only screen and (min-width: 767px) {
#video, #videoDiv {
display: block;
}
#videosubstitute {
display: none
}
}
#messageBox {
position: absolute;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
#messageBox * {
margin: 0.2em
}
#messageBox div {
text-align: center
}
#messageBox h1 {
color: white;
letter-spacing: -2px;
text-shadow: 2px 2px 5px rgb(0, 0, 0);
font-size: 4.5rem;
}
#messageBox h2 {
color: white;
font-size: 4.0rem;
letter-spacing: -1px;
text-shadow: 2px 2px 5px rgb(0, 0, 0);
}
#messageBox h3 {
color: white;
font-size: 3.5rem;
letter-spacing: -1px;
text-shadow: 2px 2px 5px rgb(0, 0, 0);
}
#messageBox h3 a:link {
color: white;
text-decoration: none;
}
#messageBox h3 a:hover {
color: lightgray;
text-decoration: none;
border-bottom: 2px white dotted;
}
#messageBox h3 a:active {
color: white;
text-decoration: none;
border-bottom: 2px white dotted;
}
#messageBox h3 a:visited {
color: white;
text-decoration: none;
}
@media only screen and (min-width: 992px) {
#messageBox h1 {
letter-spacing: 1px;
}
}
.scrolly {
position: absolute;
left: 45%;
bottom: 25%;
transform: translateY(94%);
z-index: 3;
}
.playpause {
position: absolute;
left: 0%;
right: 0%;
top: 0%;
bottom: 0%;
margin: auto;
z-index: 2;
}
@media (max-width: 767px) {
#messageBox {
display: none;
top: 50%;
}
.scrolly {
display: none;
}
.playpause {
}
}
@media (max-width: 480px) {
#messageBox {
display: none;
top: 30%;
}
}
/*this is here to address bug in IE11*/
.img-responsive {
width: 100%;
}/*end IE bug fix*/
#selectlist-home {
padding: 5px;
}
.linklist-home p {
font-size: 16px;
list-style: none;
border-bottom: 1px solid #D3CAD7;
padding-bottom: 10px;
margin-bottom: 10px;
line-height: 1.3em;
}
.linklist-home p:last-child {
border-bottom: none;
padding-bottom: 0;
}
.linklist-home p a {
font-weight: bold;
color: #00233e !important;
text-decoration: none
}
.linklist-home p a:hover, a:focus {
text-decoration: none;
color: #3b94d9 !important;
}
/*end home-full-width-vid.css styles*/
/*these were in portfolio-home-2.css*/
#portfolio #gallery_container {
margin-bottom: 50px;
}
#portfolio #gallery_container .photo {
margin: 3px;
position: relative;
text-align: left;
}
#portfolio #gallery_container .photo:hover .mask {
display: block;
opacity: 1;
filter: alpha(opacity=100);
}
#portfolio #gallery_container .photo .mask {
position: absolute;
opacity: 0;
filter: alpha(opacity=0);
box-shadow: 0px 1px 6px 2px #b1b1b1;
top: 0px;
left: 0px;
border-radius: 5px;
height: 100%;
padding: 0px 20px;
width: 100%;
background: rgba(17, 137, 217, 0.5);
-webkit-transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out;
}
#portfolio #gallery_container .photo .mask h3 {
color: #fff;
font-size: 22px;
position: relative;
top: 39%;
text-align: center;
}
#portfolio #gallery_container  .photo .mask span {
color: #fff;
font-size: 22px;
position: relative;
top: 30px;
font-weight: bold;
z-index: 5;
text-shadow: 0 0 35px black;
}
#portfolio #gallery_container .photo .mask small {
color: #f0f0f0;
font-size: 15px;
font-style: italic;
position: relative;
top: 35%;
display: block;
}
#portfolio #gallery_container .photo .mask .more {
color: #fff;
font-size: 30px;
font-weight: bold;
position: absolute;
bottom: 7%;
left: 47%;
}
.gal-item{
overflow: hidden;
padding: 3px;
}
.gal-item a:focus{
outline: none;
}
.gal-item a:after{
opacity: 0;
background-color: rgba(17, 137, 217, 0.5);
position: absolute;
right: 3px;
left: 3px;
top: 3px;
bottom: 3px;
text-align: center;
line-height: 350px;
font-size: 30px;
color: #fff;
-webkit-transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
opacity: 1;
}
/*end portfolio-home-2.css styles*/