.entry-title {
  	text-align: center;
  	font-size:20px !important;
}

.scboxtitle {
  	text-align: center;
}
.scbox {
    overflow: hidden;
  	border: 1px solid #ccc;
    padding: 15px 10px;
    margin: 20px 0px;
}

.scbox1 {
    float:left;
    width:15%;
}

.scbox2 {
    float:left;
    width:50%;   
}

.scbox3 {
    float:left;
    width:25%;
}

.box1 {
		float: left;
    width: 28%;
    margin: 0px 15px;
    background-color: #ebebec;
    padding: 20px 10px 20px 10px;
}

.box2 {
  float: left;
    width: 28%;
    margin: 0px 15px;
    background-color: #ebebec;
    padding: 20px 10px 20px 10px;
}

.box3 {
  float: left;
    width: 28%;
    margin: 0px 15px;
    background-color: #ebebec;
    padding: 20px 10px 20px 10px;
}

.footer_text {
	text-align: center;
}
.site-content {
	color: #106148;
}

.entry-title {
  font-size: 18px;
  font-weight: bold;
}

#theme-attribution {
  	display: none;
}

.site-main, .entry-content {
  color: #106148;
}

.logo-height-constrain {
  	width: 200px;
    height: 190px;
}

.gform_title {
  	display: none;
}

.pmtStatement {
  font-size: 11px;
}

.checktMsg {
   font-weight: bold;
   font-size: 11px;
}

.errorMsg {
  font-weight: bold;
  color: red;
}

.grey_out {
   cursor: not-allowed;
   pointer-events: none;

   /*Button disabled - CSS color class*/
   color: #c0c0c0 !important; 
   background-color: #ffffff !important;
  
   opacity:1 !important;     
}

.addressMsg {
   margin-top: -40px;
   position: absolute;
   float: right;
   margin-left: 30px;
}

.contactInfo {
   font-size: 13px;
}

.contactInfoDiv {
    float: right;
    width: 40%;
}

.new {
   display: none;
}

.phoneMsg {
  font-weight: bold;
  color: red;
}

p.search-box {
    float: right;
    margin: 0;
}

.tablenav {
    clear: both;
    height: 30px;
    margin: 6px 0 4px;
    padding-top: 5px;
    vertical-align: middle;
}

.tablenav .tablenav-pages {
    float: right;
    margin: 0 0 9px;
}

.tablenav .one-page .displaying-num {
    display: inline-block;
    margin: 5px 0;
}
.tablenav .no-pages, .tablenav .one-page .pagination-links {
    display: none;
}

body {
    background: #f1f1f1;
    color: #444;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    min-width: 600px;
}

#the-list button.toggle-row {
    display: none;
}

.error {
  	color: red;
  	font-weight: bold;
}

.members th {
    text-align: center;    
    border: 1px solid black;
    background-color: #70AD47;
}

.members td {
  	padding: 3px 3px 3px 7px;
    text-align: left;
}

.div-sides {
  display : inline-flex;
}

tfoot {
	display:none;   
}