/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
@font-face {
    font-family: 'tenali';
    src: url('/fonts/tenali.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	line-height: 1.5;
	color: #555;
	font-family: 'tenali'!important;
    font-size: 20px!important;
}

#page-menu nav li a {
    display: block;
    height: 28px;
    line-height: 28px;
    margin: 8px 4px;
    padding: 0 14px;
    color: #FFF;
    font-size: 15px;
    border-radius: 14px;
}

#primary-menu ul ul li > a {
    font-size: 15px;
    font-weight: 600;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    letter-spacing: 0;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#primary-menu ul li > a {
    display: block;
    line-height: 22px;
    padding: 39px 15px;
    color: #444;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'tenali'!important;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
}

.lead {
    font-size: 30px!important;
}
h3 {
    font-size: 40px!important;
}
.heading-block ~ p:not(.lead) {
    font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'tenali';
}

.footer-logo {
    display: block;
    margin-top: -20px;
}

#footer {
    background-color: #999!important;
}
.title-table {
    background-color: #009442!important;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
}
table td { 
    text-transform: uppercase!important;
}

.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

 th, td {
    border: 1px solid black;
	}
	th, td {
	    padding: 5px;
	    text-align: center;    
	}

	th.noborder, td.noborder, tr.noborder, table.noborder {

		border: none !important;
	}
#header, #header-wrap, #logo img {
    height: 140px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}