/* 
Version 2021-05-21 08:36
main blue:  #2F9BC4; */

[class*="zocial-"]:before { font-family: 'zocial', sans-serif; }

html, body { height: 100%; background-color: #4e4e4e; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; font: 400 14px/20px Roboto,Helvetica Neue,sans-serif; letter-spacing: normal; }
.contentbody { min-height: 400px; }
.flex-row { display: flex; }
.flex-grow-1 { flex-grow: 1; }
.flex-grow-2 { flex-grow: 2; }


.grayrow { background-color: rgb(235, 235, 235); }
.rowpadding { padding: 60px 0; }

/* green line on top of each menu dropdown */
.mat-menu-content { border-top: 3px solid  #2d9dc6; }

.mobile-only { display: none; }
@media all and (max-width: 768px) {
    .mobile-only { display: block; }
}

.defaultTopMargin { padding-top: 24px; padding-bottom: 24px; }
.tabContainer { overflow-x: hidden; padding: 24px 12px; min-height: 300px;} 
.full-width { width: 100%; }
.warning { background-color: #ffcc3b; padding: 4px; border-radius: 4px; }
.loader { height: 6px; }
.hsection { border-bottom: 1px solid lightgray; margin-top: 10px; padding-top: 10px; padding-bottom: 20px; }
ul.sidenavList { list-style: none; margin: 0; padding: 0; }

/* set background color to match with footer element */
.mat-drawer-container { background-color: white; }
.routerbody { background-color: white; }

.mat-sidenav .logo { max-width: 100px; }
mat-sidenav { width: 200px; }
mat-sidenav a { cursor: pointer; }

.header { background-color: white;  z-index: 200; height: 90px; box-shadow: 2px 4px 18px 1px rgba(172, 172, 172, 0.568); position: fixed;  position: fixed; top: 0; left: 0; right: 0; }
.header-fixed-spacer { padding-top: 90px; }
.header .logo { max-width: 140px; padding-top: 30px; }
.header .main-nav { margin: 0; padding: 0; list-style: none; }
.header .main-nav li a { font-size: 16px; }
.header .main-nav li { float: left; }
.header .right-nav { margin: 0; padding: 30px 0 0 0; list-style: none; }
.header .right-nav li { float: right; }
.header .right-nav li a { width: 100%; font-size: 16px; text-decoration: none; color: black; }
.header .notify-icon { color: #2F9BC4; animation: pulsate 1s; animation-iteration-count: 2; }

.right-nav .mat-icon-button { border-radius: 3px; }

/* animated bottom lines in header nav */
.header .anim-hover { height: 85px; }
.header .anim-hover li { position: relative; height: 100%; }
.header .anim-hover li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -5px;
    left: 0;
    background-color: #2d9dc6;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.header .anim-hover li:hover:before { visibility: visible; transform: scaleX(1); }
.header .anim-hover a { min-width: 64px; padding: 30px 16px 0 16px; height: 100%; display: block; font-family: Roboto,Helvetica Neue,sans-serif; font-size: 14px; font-weight: 600; text-decoration: none; color: black; }
.header .anim-hover a:hover { text-decoration: none; background-color: #f5f5f5; color: black;} 
.header .anim-hover a .mat-button-focus-overlay { display: none !important; }

/* Smaller header on smaller devices */

@media all and (max-width: 966px) {  /* smaller than LARGE LG */
    .header .logo { max-width: 120px; padding-top: 17px; }
    .header-fixed-spacer { padding-top: 60px; }
    .header { height: 60px; }
    .header .right-nav { padding: 10px 0 0 0; }
    .header .main-nav { height: 56px; }
    .header .main-nav li a { padding: 18px 16px 0 16px; font-size: 14px; }
    .header .right-nav li a { font-size: 14px; }
    .hidden-mobile { display: none; }
}
@media all and (max-width: 768px) {  /* small mobiles */
 .header .logo { max-width: 100px; padding-top: 20px; }
 .header .main-nav li a { font-size: 13px; }
}

.footer { color: #eaeaea; padding: 30px 0; background-color: #4e4e4e; border-top: 1px rgb(94, 94, 94); }
.footer .logo { max-width: 136px; }
.footer .spcr { padding: 4px 0; }
.footer h3 { margin: 0; }
.footer ul { list-style: none; padding: 2px; margin: 0; }
.footer ul li { margin-bottom: 6px; }
.footer ul a, .footer ul a:visited { text-decoration: none; color: #eaeaea; font-size: 15px;}
.footer ul a:hover { color: #2F9BC4; }
.footer .socialIcons { list-style: none; margin-top: 20px; }
.footer .socialIcons li { float: left; margin: 0 20px 0 0; }
.routerbody { min-height: 400px; }
.footer .builtBy { font-size: 12px; margin-top: 31px; }
.footer .builtBy img { margin-left: 3px; width: 80px; vertical-align: middle; filter: grayscale(1) invert(1); transition: filter 1.5s linear; }
.footer .builtBy img:hover { filter: grayscale(1) invert(0.8); transition: filter 0.5s linear; }


.footer h2 { font: 600 20px/32px Roboto,Helvetica Neue,sans-serif; letter-spacing: normal; margin: 0 0 16px;}
.clear { clear: both; }
a, a:visited, a:focus, a:active { color: #2443aa; text-decoration: underline; }
a:hover { color: #2F9BC4; }

h1 { line-height: 28px; }
.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:focus, .breadcrumbs a:active { color: #2443aa; text-decoration: none; }
.breadcrumbs a:hover { color: #2F9BC4; text-decoration: underline; }

.searchbox { float: right; }
.searchbox .searchField { border: 1px solid black; padding: 3px; height: 35px; margin-right: 6px; -webkit-appearance: none; border-radius: 0 !important; }
.searchbox button, .btn1 { border: 1px solid black; padding: 0 10px; color: white; background-color: black; height: 35px; cursor: pointer; }
#fldSearchResult { margin-bottom: 64px; display: none; }
.recentEntriesRow { background-color: #ebebeb; }
.recentEntriesRow h2 { margin-bottom: 23px; }
.card { min-height: 420px; margin-bottom: 32px; font-size: 14px; font-weight: normal; border-radius: 4px; background-color: white; border: 1px solid lightgray; box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%)}
.card .card-content { padding: 12px; }
.card .card-content .dt { font-style: italic; }
.card .card-content h1 { font-size: 18px; }
.card img { width: 100%; }
.card a { display: inline-block; padding: 8px 12px; text-decoration: none; border: 1px solid lightgray; border-radius: 3px; color: black; background-color: white; cursor: pointer; }

.sponsorLogoLarge { max-width: 400px; float: right; margin: 0 0 20px 20px; }