/* Enter Your Custom CSS Here */

/* Sets max-width and color for content area */
.bright-page-layout-grid .site-main>article {
    max-width: 1140px;
    margin: auto !important;
	  background-color: #f3f3f3;
}

.grecaptcha-badge { visibility: hidden; }


/* Sets font styling */
p {
  font-family: "Roboto", Sans-serif;
    //font-size: 16px;
	//line-height: 2em;}

h1 {
	font-family: "Merriweather", sans-serif;
	//text-transform: capitalize;
}

h2 {
color: #00426B;
    font-family: "Merriweather", Sans-serif;
    font-size: 28px;
    line-height: 1.5em;
	//text-transform: capitalize;
}

h3, h4, h5, h6 {
	font-family: "Roboto", Sans-serif;
}

/* Sets content area to allign middle. */
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: none;
}
	
.clearfix{
	display:block;
}

.clearfix:after{
		content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:5px;
}

#left{
	width:47%;
	float:left;
	margin-right:6%;
}
#right{
    width: 47%;
    float: left;
}
#lff{
	border-radius:9px;
	color:black;
}
#lfbtn{
	border-radius:9px;
	color:white;
	background-color:#00426b;
}
#lfbtn:hover{
	color:#00426b;
	background-color:white;	
}