/* Enter Your Custom CSS Here */

.my_button {
background: #ffffff;
-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:20px;
	border:3px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#69bf00;
	font-size:25px;
	padding:5px 0px;
	text-decoration: none;
	text-shadow:0px 0px 0px ;
  	width: 250px;
    height: 60px;
  text-align:center;
}

.my_button.colomat-hover{
 background: #efeff3;
text-decoration: none;
}

.my_content{
margin-left: 0;
}

p.small {
    line-height: normal;
}


.my_button2 {
background: #ffffff;
-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:20px;
	border:3px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#69bf00;
	font-size:16px;
	padding:10px 0px;
	text-decoration: none;
	text-shadow:0px 0px 0px ;
  	width: 600px;
    height: 60px;
  	text-align:center;
}

.my_button3 {
background: #ffffff;
-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:20px;
	border:3px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#69bf00;
	font-size:20px;
	padding:10px 0px;
	text-decoration: none;
	text-shadow:0px 0px 0px ;
  	width: 430px;
    height: 60px;
  	text-align:center;
}

.box {
    width: 300px;
    border: 25px solid green;
    padding: 25px;
    margin: 25px;
}

.form {
    background: #ffffff;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 20px;
    border: 3px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #69bf00;
    font-size: 23px;
    padding: 10px;
    text-decoration: none;
    text-shadow: 0px 0px 0px;
    max-width: 600px;
    width: 100%;
    min-height: 60px;
    text-align: center;
    height: auto !important;

}


section.client-section {
		background-color: #568af7;
	  margin-top: 0;
	  margin-bottom: 0;
		margin-left: 0;
		margin-right:0;
}

section[class*="-section"] .widget {
	margin-bottom: 0px;
}

section.client-section .widget .widget-title {
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: var(--secondary-font);
	font-weight: 550;
	font-size: 1.1112em;
	color: white;
}

.widget_blossom_client_logo_widget .blossom-inner-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	;
	align-items: left;
	

}

.widget_blossom_client_logo_widget .image-holder {
	padding: 20px;
	width: 50%;

}

.fv_fp_transcript_wrapper .search_result_prev, .fv_fp_transcript_wrapper .search_result_next {
width: inherit!important;
}



.site-tagline {
display: none; !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { 
    line-height: normal; !important;
}


section.promo-section {
	margin-top: 0;
	margin-bottom: 0;
	padding: 80px 0 20px 0;
	background: white;
	border-top: 1px solid rgba(var(--primary-color-rgb), 0.5);
	column-count: 1;
}







