@font-face {
    font-family: 'gothambook';
    src: url('/reportcovid/fonts/gotham-book.woff2') format('woff2'),
        url('/reportcovid/fonts/gotham-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamblack';
    src: url('/fonts/gotham-black-webfont.woff2') format('woff2'),
         url('/fonts/gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothammedium';
    src: url('/fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('/fonts/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.header-section {
    background: #00549a;
}
.row.rw {
    background: #fff;   
    padding: 0 20px;
    margin-right: auto; margin-left: auto;
}
.row.section-cal {
    margin-right: auto; margin-left: auto;
 background: #fff;   
 padding: 30px 20px;
 color: #1b3d6d;
 display: flex; flex-direction: row; justify-content: center;
}

.row.flex {
    display: flex; flex-direction: row; justify-content: center;
}
p,li { font-size: 16px; line-height: normal; color: #4d4d4d; }


.blue-title {
    font-family: "Arial Black", arial, sans-serif;
    text-align: left;
	color: #2E5898 !important;
    margin-bottom: 5px !important;
    font-size: 20px;
}
.blue-title2 {
    font-family: "Arial Black", arial, sans-serif;
    text-align: left;
    color: #2E5898 !important;
    font-size: 16px;
    margin-bottom: 5px !important;
}
.icon-cal {
background: url(images/icon-cal-2x.png) center center / 118px 118px no-repeat;
width: 118px; height: 118px; display: block;
margin-left: auto; margin-right: auto;
text-align: center;
}

.icon-cal .month {color: #fff; font-size: 11px; padding-top: 35px;font-weight: 700; color: #293B4C;}
.section-cal .day2 {font-family: arial, helvetica, sans-serif; font-size: 10px; color: #00396f; line-height: 1; padding-bottom: 5px; text-align: center;}
.section-cal .itext {font-family: arial, helvetica, sans-serif; font-size: 11px; font-weight: 700; color: #00396f; line-height: 1.1; padding-top: 5px; text-align: center;}
.icon-cal .day {font-family: gothamblack, sans-serif; 	font-size: 25px; color: #293B4C; line-height: 1; padding-top: 1px; }
.icon-cal .hour { font-size: 12px; font-family: gothamblack, sans-serif; color: #293B4C; line-height: 1; }


.white { color: #fff !important;}
.right-rail {
    padding-top: 30px;
}

.upper { text-transform: uppercase !important;}

.xtr-space li {
    padding-bottom: 25px;
}

@media only screen and (min-width: 992px) {
    .right-rail { padding-top: 80px; }
}



.desk-header{
  display: none;
}


.hrlogo {
    margin-top: 10px;
	max-width: 40%;
}

@media screen and (min-width:601px){ 
    .mov-header {margin-top: 52px;}   
    .hrlogo { margin-top: 80px;max-width: 40%;
}
    }
@media screen and (min-width:901px){
  .mov-header{display: none;}

.header-section {
    background: #00549a url(images/bg-staff-appreciation-2x.png) center top / 941px 401px no-repeat;
	width: 100%;
	display: block;
	min-height: 401px;
	margin-top: 52px;
	margin-left: auto;
	margin-right: auto;
}
.hrlogo {
    position: absolute;
	z-index: 10;
	margin-top: 25px;
	margin-left: 30px;
    max-width: 398px;
}


}
@media screen and (min-width:1500px){
  .header-section{background-size: 941px 401px;}
  .desk-header{display:block;}
  .header-section{height: auto;}
  .hrlogo {
    position: absolute;
	z-index: 10;
	margin-top: 25px;
	margin-left: 30px;
}
}
/*
@media screen and (max-width:986px){
  #healthcare{overflow: hidden;}
}
@media screen and (max-width:910px){
  #healthcare .yes-icon, #healthcare .no-icon{margin:0px 0px 10px 0px; float: inherit;}
  .linebreak{display: none;}
}
*/
