/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Aug 19 2020 | 16:24:36 */
.header-titles p {
	display:none;
}

.header-titles {
	text-align: center;
}

.main-section {
    margin-top: 20px;
}

aside#sidebar-primary {
    border-left: 1px solid #eee;
}

.btn-green {
    background: #58AE33 !important;
    color: white !important;
	border-color: #58AE33 !important;
}

.btn-outline-green {
	background: transparent !important;
	color: #58AE33 !important;
	border-color: #58AE33 !important;
}

.btn-outline-light_blue {
	background: transparent;
	color: #03A9F4 !important;
	border: 1px solid #03A9F4 !important;
	border-color: #03A9F4 !important;
}

.btn {
	border-radius: 5px;
}

.disclaimer_bar {
	background: #333;
    text-align: center;
    color: white;
    padding: 5px 0;
}

.bf-group {
    margin-bottom: 10px;
}

.bf-group:last-child {
	margin-top: 20px;
	margin-bottom: 0;
}

.beautiform a.btn {
	display: block;
}

.beautiform h3 {
	display: block;
	text-align: center;
	font-weight: bold;
}

.beautiform.bf-full-width input ,
.beautiform.bf-full-width select ,
.beautiform.bf-full-width textarea,
.beautiform.bf-full-width submit {
	width: 100%;
	font-size: 16px;
	padding: 0 10px;
}

.disclaimer_bar {
	display: none;
}

.before-main-wrapper {
    display: none;
}

div#content {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

@media only screen and (min-width: 480px) {
	
	.hidden-desktop {
		display: none !important;
	}
	
	header .container nav.nav-main.nav-main.nav-main.nav-main.nav-main.nav-main.nav-main.navbar-collapse.collapse.nav-main.nav-main.nav-main.nav-main {
    	display: flex !important;
   		align-items: center;
		justify-content: space-between;
	}

	nav .nav {
		float: none;
	}
	
	.ad-lb img {
		margin: 0 auto;
	}
}


@media only screen and (max-width: 479px) {

	.ad-lb {
    margin: 0 auto;
    width: 100% !important;
    text-align: center !important;
    max-width: 100% !important;
    min-width: 100% !important;
	}
	
	.ad-lb img {
		max-width: 100% !important;
    min-width: 100% !important;
	}
	
	.main-section {
		margin-top: 15px !important;
	}
	
	.hidden-mobile {
		display: none !important;
	}
}


