/* This is file dictating custom CSS rules as of 01/11/21. custom.css isn't even called by index.php and handles unknown elements so this file is intended to be isolated from that -sjj */

/*K2 Covid Resources grid items -sjj*/
.itemid-1020 .patientresources .catItemBody {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.itemid-1020 .patientresources .clr {
    display: none;
}
/*End K2 items*/

/*Customizing items on /covid-19-navigation to look like K2 grid items*/
.moduletable_covid-19-nav .uk-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  
    background-color: #f2f2f2; 
    min-height: 200px;
    margin-bottom: 20px;
    margin-right: 20px;
 	text-align: center !important;
  	padding: 20px;
}

.moduletable_covid-19-nav .uk-width-medium-1-6 {
    min-width: 33.333%;
}
.moduletable_covid-19-nav .uk-panel > a {
  padding: 8px 30px;
  color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #669c2c;
    background-image: -moz-linear-gradient(top,#0088cc,#0044cc);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#98bc72),to(#669c2c));
    background-image: -webkit-linear-gradient(top,#669c2c,#669c2c);
    background-image: -o-linear-gradient(top,#0088cc,#0044cc);
    background-image: linear-gradient(to bottom,#b2ce97,#669c2c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    border-color: #669c2c #89b25c #669c2c;
}

/*End /covid-19-navigation*/

/*Main page banner items*/
#st-body-wrap #banner a:hover {
    color: #669c2c;
}
/*End main banner items*/

/*Homepage responsiveness -sjj*/
#banner .uk-grid {
    justify-content: center;
}
#banner .uk-grid .uk-width-medium-1-7 {
    min-width:108px;
}
#bfElemWrap2815 .controls div {
   /* display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; */
}

#bfElemWrap2934 label {
    margin-left: 0;
}

#bfElemWrap2815 label {
    margin-left: 0;
}

/* providers -sjj 10/17/21 */
.itemid-895 .itemImageBlock {
    margin-left: 3em;
}

/* footer empty space -sjj 11/01/21 */
#st-outer-wrap #st-body-wrap {
  padding-bottom: 0;
}

#st-outer-wrap #wheatfoot {
  padding-bottom: 0;
}
.bod-portraits .catItemIntroText {
    width: 220px;
    margin: 0 auto;
}
div.foundation-menu ul li.item-1044:before{font:26px/1em FontAwesome !important;content:"\f02d";float:left;}