
.entry-title {
display: none;
}


/* Change top menu color to green */
/* Original: #0693e3              */

.top-menus{
	background: #00BBCC;
	}

.top-navbar.u-wrapper{
	background: #00BBCC;
}

/* Set Vertical table        */
/* alignment to top          */
.entry table td
{
	vertical-align:top;
}

.wp-block-table
{vertical-align:top;}

.wp-block-table td, .wp-block-table th {
    word-break: normal;
	vertical-align:top;
}

/* Change text size and line */
/* height in all body text   */
/* including tables          */

body {
		line-height: 1.0;
	  font-size: 16px;
}

/* Adjust the font size of   */
/* the  menu as it is linked */
/* to the default font       */
/* size                      */

.primary-navbar {
    font-size: 1em;
    font-weight: 600;
    color: #fff;
}

.top-navigation {
  
}

/* Adjust Top Navigation    */
/* bar text size            */
/* Default = 0.8em          */
/* Default alignment: right */
.top-navigation {
    font-size: 1.6em;
	  text-align: center;
	
}



/* adjust social navigation */
/*  menu size */
.social-navigation a .svg-icon {
    width: 1.55em;
    height: 1.55em;
    padding: 0em;
    border: 2px solid transparent;
    transition: .25s all;
}


.page-id-580 #top-menu-nav {
    display: none;
}



/* Change the maximum width and */
/* height of the site logo image*/
/* the defaults for size are */
/* width:18em and height:4.75em */
element {
}
.logo--lg-size-5 .custom-logo-link img {
    max-width: 60em;
    max-height: 25em;
}


/* Edit the following to change the */
/* background color of the menu bar */


.primary-navbar {
	  background: #166ee6;
}

/* Edit the following to change the */
/* background color of the top  */
/* menu bar */


.top-navbar {
    background: #166ee6;
}

element {
    white-space: pre-wrap;
    min-width: 1px;
    line-height: 18px;
    font-size: 14px;
}

/* change font size in table */
/* With featured Partners */

.has-text-align-center {
    font-size: 10px;
}

/* Change padding for table */
/* styles shown below.      */
/* default is .5em          */
/* default cols: currentcolor*/
/* default border:1px solid     */

.wp-block-table td, .wp-block-table th {
    border: 0px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    padding: 0.25em
    word-break: normal;
}


table, td, th {
    border: 0px solid ;
}