/*
Theme Name: MVLS Law
Theme URI: http://ithemes.com/
Description: This is a generated child theme for the Builder theme. You should activate and modify this theme instead of Builder. Doing so allows you to modify this child theme while allowing automatic upgrades for Builder.
Author: iThemes
Author URI: http://ithemes.com/
Version: 5.0.29
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, theme options, multiple layouts, multiple color schemes, responsive
Text Domain: it-l10n-Builder
Domain Path: /lang/
Template: Builder
*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic');
@import url('https://fonts.googleapis.com/css?family=Chivo:400,400italic,900,900italic');

iframe {
    max-width: 100%;
}


/**TRIBE CUSTOMIZATIONS**/
.tribe-theme-child-Builder-MVLS-Law #tribe-events-header .tribe-events-sub-nav li, .tribe-theme-child-Builder-MVLS-Law #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
    display: block !important;
}
#tribe-events-content {
    margin-bottom: 0px !important;
}
.builder-view-tribe_events-7416 .entry-footer.clearfix {
    display: none;
}


/**TRIBE EVENT CATEGORY COLORS
.tribe-events-category-training-for-lawyers {
    background: #05c8d4;
}
#builder-module-551c846eb46b5 .tribe-events-category-training-for-lawyers h3.tribe-events-month-event-title {
    background-color: transparent !important;
}
#builder-module-551c846eb46b5 .tribe-events-category-training-for-lawyers h3.tribe-events-month-event-title a {
    color: #fff !important;
}**/


ul#menu-footer-nav {
    margin: 0px;
}
ul#menu-footer-nav li:before {
    content: '>';
    position: relative;
    display: inline-block;
    color: #fff;
    margin-right: 6px;
}

/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	color: #330000;
	font-family: 'PT Sans', sans-serif;
	font-size: 75%;
	line-height: 1.7;
}
input, select, textarea {
	font-family: 'PT Sans', sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}


/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}




/*********************************************
	Main Background
*********************************************/
body {
	background: #Fff;
}


/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #bd6329;
	text-decoration: none;
}
a:hover {
	color: #05c8d4;
	text-decoration: underline;
}
a:focus {
	color: #000000;
}


/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #111111;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.5;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.8em;
	line-height: 1.4em;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	font-family: "PT Sans", sans-serif;
	text-transform: uppercase;
	color: #bd6329;
	
}

h2 a{
		color: #BD6329;
		text-decoration: none;
	
}

h2 a:hover{
	text-decoration: underline;
	color: #05c8d4;
	
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5, h6 {
	font-size: 1em;
}
h6 {
	font-style: italic;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	border: none;
	display: block;
	margin: .5em auto;
}


/*********************************************
	Default Module Styling
*********************************************/
.builder-module-background-wrapper {
	background: #FFFFFF;
	margin-bottom: 1.5em;
}
.builder-module-last {
	margin-bottom: 0;
}
.builder-module-element {
	padding: 1.5em;
}

/* Failed attempt #5 at producing full-height sidebars

   This does not work due to a Firefox glitch that causes wide content to
   override the width of blocks.

   These rules should be looked at again later in case Firefox fixes this issue.
*/

/*
.builder-module {
	display: table;
	table-layout: fixed;
}
.builder-module-block-outer-wrapper {
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
	position: relative;
}
.builder-module-sidebar {
	min-height: 100%;
}*/


/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	background: #DDDDDD;
	display: block;
	margin: 0;
	padding: .75em 0;
	width: 100%;
}
.builder-module-sidebar.right {
	margin-right: 0;
}
.builder-module-sidebar.left {
	margin-left: 0;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	color: #333333;
	margin: 0;
	padding: .75em 1.5em;
}
.builder-module-sidebar .widget-section-wrapper {
	padding: 0 .75em;
}
.builder-module-sidebar .widget-section-wrapper .widget {
	padding: .75em;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-right: .75em;
}
.builder-module-sidebar h4.widget-title {
	background: none;
	color: #333333;
	font-size: 1.5em;
	line-height: 1.25;
	margin: 0 0 1em 0;
	padding: 0;
}
.builder-module-sidebar h4.widget-title a {
	color: #333333;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}


/*********************************************
	Header Module
*********************************************/
.builder-module-header {
	padding: .75em 0;
}
.builder-module-header .builder-module-sidebar {
	background: none;
	padding: 0;
}
.builder-module-header .builder-module-element {
	padding: .75em 1.5em;
}

.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: #330000;
	font-size: 1em;
	font-weight: none;
	line-height: 1;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {
	color: #000000;
}

.site-title {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
}

.site-tagline {
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	margin: .5em 0 0 0;
}
.site-tagline,
.site-tagline a {
	color: #666666;
}


/*********************************************
	Navigation Module
*********************************************/
.builder-module {
	border-top: none;
	border-bottom: none;
}

.builder-module-sidebar {
    background: transparent;
}

.builder-module-1 {
    background: transparent;
    margin-bottom: 0;
}

.builder-module-1-outer-wrapper {
    background: #fff !important;
}

.builder-module-1-background-wrapper {
    background: #fff !important;
}


.builder-module-navigation {
	background: #FFFFFF;
	display: block;
	font-size: 1.19em;
	line-height: 2;
	width: 100%;
	
}
.builder-module-navigation .builder-module-element {
	padding: 0;
	
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a {
	background: #FFFFFF;
	color: #330000;
	font-size: 1.19em;
	font-weight: none;
	padding: .5em 0.8em;
	text-decoration: none;
	border-radius: 4px;
}
.builder-module-navigation .current_page_item a,
.builder-module-navigation .current-cat a,
.builder-module-navigation .current-menu-item a {
	background: #333333;
	color: #FFFFFF;
	border-radius: 4px;
}
.builder-module-navigation li a:hover {
	background: #330000;
	color: #FFFFFF;
	
}
/* second level stuff */
.builder-module-navigation li ul {
	border: none;
	border-bottom: 0;
	width: 14em;
	background: #fff;
	color: #330000;

	margin-bottom: .4em !important;
	line-height: 1.8 !important;
	



}
.builder-module-navigation li li {
	width: 14em;


}
.builder-module-navigation li li a {
	float: none;
	
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
background: #330000;

}
.builder-module-navigation li ul ul {
	margin: -3.1em 0 0 14em;
}

.builder-module-1 .builder-module-element {
    float: right;
    margin-top: 2.5em;
}


.title{
	font-family: 'Chivo', sans-serif;
	font-size: 228%;
	color: #BD6329;
	float: right;
	font-weight: bold;
	letter-spacing: .1em;
	padding-right: .3em;
}








/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar-background-wrapper {
	background: #fff;
	padding: .75em;
}
.builder-module-widget-bar-background-wrapper.builder-module-before-widget-bar-background-wrapper {
	padding-bottom: 0;
	margin-bottom: 0;
}
.builder-module-widget-bar-background-wrapper.builder-module-after-widget-bar-background-wrapper {
	padding-top: 0;
}

.builder-module-widget-bar .builder-module-sidebar {
	padding: 0;
}
.builder-module-widget-bar .widget {
	padding: .75em;
}


/*********************************************
	Footer Module
*********************************************/

.builder-module-footer-background-wrapper {
	background: transparent;
}
.builder-module-footer .builder-module-element {
	color: #333333;
}
.builder-module-footer .single .builder-module-element,
.builder-module-footer .left .builder-module-element {
	padding-top: 0;
}
.builder-module-footer .single .builder-module-element,
.builder-module-footer .right .builder-module-element {
	padding-bottom: 0;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #333333;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}


/*********************************************
	Image Module
*********************************************/

.builder-module-image-background-wrapper {
	background: transparent;
}
.builder-module-image .builder-module-element {
	font-size: 0;
	margin: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}


/*********************************************
	HTML Module
*********************************************/

.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}


/*********************************************
	Content Module
*********************************************/

.builder-module-content .builder-module-element {
	overflow: hidden;
}
.builder-module-content .hentry {
	margin-bottom: 1.5em;
}

.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}

.entry-title {
	clear: both;
	color: #ffffff;
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: .56em;
	text-transform: uppercase;
}
.entry-title a {
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}
.entry-title a:hover {
	color: #05c8d4;
}
.hentry .entry-meta {
	display: block;
}
.hentry .entry-meta a {
	font-style: italic;
	text-decoration: none;
}
.hentry .entry-meta a:hover {
	text-decoration: underline;
}
.hentry .entry-footer {
	display: block;
}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0 0 1.5em 0;
}

.entry-content {
	clear: both;
	margin-top: 1.5em;
	font-size: 140%;
}
.loop-title {
	font-size: 1.75em;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: .875em;
}


/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {
	background: none !important;
	border: none !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}

.hentry .wp-caption {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}

.hentry .wp-caption-text {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}


/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
background-color: none;
margin: none;

	clear: both; /* we need this so floats in the post are cleared */
}

.entry-footer {
	border-top: .1em solid #D7D7D7;
	clear: both; /* we need this so floats in the post are cleared */
	margin-bottom: 3em;
	padding-top: 1.4em;
}
.entry-footer .alignright {
	margin-bottom: 1.5em;
}
.entry-footer .categories,
.entry-footer .tags {
	background: url( 'images/category-bg.png' ) -2px 3px no-repeat;
	padding: 0 0 0 1.5em;
}
.entry-footer .comments {
	background: url( 'images/comments-bg.png' ) -2px 2px no-repeat;
	padding: 0 0 0 1.5em;
}

.EXIF table {
	margin: 1.5em auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-utility {
	clear: both; /* To clear any floats */
}


/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin: 3em 0 1.5em 0;
	padding: 0;
}
#comments ol.commentlist {
	background: transparent;
	margin: 1.5em 0;
	padding: 0;
}
#comments ul.children {
	margin: 0 1.5em;
}
#comments .vcard {
	line-height: 1;
	margin-bottom: .5em;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0 .75em 0 0;
}
#comments .comment-meta {
	margin-bottom: 1.5em;
}
#comments li.comment {
	border: 1px solid #999999;
	clear: both;
	list-style-type: none;
	margin: 1.5em 0;
	overflow: hidden;
}
#comments li .comment-body {
	margin: 1.5em;
}
#comments blockquote {
	margin: 1.5em;
}

#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	border: 1px solid #999999;
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	display: block;
	margin: 0;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	width: 20em;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 100%;
}
#commentform .comment-submit-wrapper {
	margin-bottom: 0;
}


/*********************************************
	Text elements
*********************************************/

p {
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
blockquote {
	color: #666666;
	font-size: 1.2em;
	font-style: italic;
	margin: 1.5em;
	padding: 0;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}


/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin: 0 0 0 3em;
	padding: 0;
}
.entry-content > ul,
.entry-content > ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: 1.6em;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}





/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form fields
*********************************************/

input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Styling
*********************************************/

.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}


/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}



/*********************************************
	Nav with Logo and PHP Widgetify
*********************************************/



/*********************************************
	Home Page Main Image
*********************************************/

#builder-module-5509b77cb2b17-background-wrapper{
	background-image: url("https://mvlslaw.org/wp-content/images/home/home-slider.jpg");
	 background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 150px;

}
	
.home-image {
	font-family: 'PT Sans', sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 3.5em;
	text-align: center;
	text-transform: uppercase;
	padding-top: 5.2em;

}

.builder-module-1-background-wrapper {
    margin-bottom: .5em !important;
}

.builder-module-1-outer-wrapper {
    margin-bottom: .5em !important;
}

.btn {
 
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  border: 1px #fff solid;
  font-family: 'PT Sans', sans-serif ;
  color: #ffffff;
  font-size: .6em;
  background: #05c8d4;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #45120d;
  color: #ffffff;
  text-decoration: none;
  border: 1px #fff solid;
}

/*********************************************
	Rotating Metrics Text
*********************************************/

.rotating-text {
	color: #05c8d4 !important;
	font-size: 5em !important;
	margin-bottom: .7em !important;
	padding-right: .6em !important;
}

.rotating-text-small {
	color: #330000 !important;
	font-family: 'PT Sans', sans-serif;
	text-spacing: 10px !important;
	padding-right: 2.8em !important;
}

#builder-module-5519664ac5ab9-background-wrapper {
	background-color: #ffffff !important;
}

#builder-module-551969ea3e5d4 .builder-module-element .builder-module-column-1 {
	margin-left: auto !important;
	margin-right: auto !important;
	padding: none !important;
}

.rotating-text-div {
width: 100% !important;
}


/*********************************************
	Get Help - Home Page
*********************************************/

img.get-help-img {
	border: 3px #BD6329 solid;
	margin-bottom: none !important;
	text-align: center !important;
	margin-bottom: 5px !important;
		margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	
}

.get-help-header {
	color: #BD6329 !important;
	font-size: 2.1em !important;
	margin-bottom: .3em !important;
	text-align: center !important;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-spacing: .1em !important;
	text-align: center !important;
	
}



.get-help-text{
	color: #330000 !important;
	font-size: 1.3em !important;
	text-align: center !important;
	font-family: 'PT Sans', sans-serif;
	
	
}

.get-help-text a{
	color: #BD6329 !important;
	text-decoration: underline !important;
}
.get-help-text a:hover{
	color: #330000 !important;
	text-decoration: underline !important;
}

#builder-module-5509b77cb2b90-background-wrapper{
	background-color: #ffffff !important;
}

.get-help-img img {
	border: 3px #BD6329 solid;
	margin-bottom: none !important;
	text-align: center !important;
	margin-bottom: 5px !important;
	
}

.get-help-img img a {
	border: 3px #BD6329 solid;
	margin-bottom: none !important;
	text-align: center !important;
}




#builder-module-5509b77cb2b90-widget-bar-background-wrapper {
	margin-left: auto !important;
	margin-right: auto !important;
	padding: none !important;
}

#builder-module-5509b77cb2b90-background-wrapper{
margin-bottom: 5em !important;}


/*********************************************
	Social with Form
*********************************************/


.social-bar-img img {
	text-align: center !important;
	float: right !important;
	padding-top: .5em !important;
	margin-left: 3em !important;
	margin-right: 2em !important;
	
}

.social-bar-img img a {
	text-align: center !important;
	float: right !important;

}

#builder-module-5521459b5158b-background-wrapper {
padding-top: 3em;
padding-bottom: 3em;
}

#builder-module-55205aa183a0f-background-wrapper{
padding-top: 3em;
padding-bottom: 3em;
}

#builder-module-55214645c1d5f-background-wrapper{
padding-top: 3em;
padding-bottom: 3em;
}


/* make the form container relative for positioning */

body #gform_wrapper_14 {
    position: relative;
    margin-left: 3em !important;
}

/* resize and position the form footer with the button */

body #gform_wrapper_14 .gform_footer {
    width: auto;
    position: absolute;
    top: 3.2em;
    left: 19em;
    padding: 0;
    margin: 0;
    
}

#gform_wrapper_14 .top_label .gfield_label {
    display: none;
    line-height: 0;
    margin: 0;
}

#builder-module-551c27b989737-background-wrapper{
	padding-top: 1em !important;
}

#builder-module-551c1b25e0675-background-wrapper{
	padding-top: 1em !important;
}

#builder-module-551c846eb4767-background-wrapper,
#builder-module-5784dd7d2f09f-background-wrapper {
	padding-top: 1em !important;
}



#gform_14 .gfield_label {
    font-size: 1em !important;
    font-family: 'PT Sans', sans-serif !important;
    color: #05c8d4 !important;
}


#gform_submit_button_14  {
color: #fff;
background: #05c8d4;
border: none !important;
padding: .5em;
border-radius: 5px;
}
#gform_submit_button_14  a{
color: #fff;
background: #05c8d4;
border: none !important;
}
#gform_submit_button_14  a:hover{
color: #fff;
background: #BD6329;
border: none !important;
}





#gform_wrapper_14 .top_label li.gfield.gf_left_half input.medium{
    width: 100%;
   border: 3px solid #05c8d4 !important;
   border-radius: 5px;
}

/*********************************************
	Home Page - Black Bar - MD
*********************************************/

.dollar-amount-header {
	color: #05c8d4 !important;
	font-size: 4em !important;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	padding-top: 1em !important;
	
}

.dollar-amount {
	color: #fff !important;
	font-family: 'PT Sans', sans-serif;
	font-size: 2.8em !important;
	line-height: 1em;
	padding-bottom: 4em;

	vertical-align: top !important;

}

#builder-module-55197e9371e19 .builder-module-sidebar .builder-module-column-1{
	margin-top: none !important;
	padding-top: none !important;
}

#builder-module-55197e9371e19-background-wrapper{
	background-color: #000;
	padding-bottom: 3em !important;
	padding-top: 3em !important;
		background-image: url("https://mvls.selodev.com/wp-content/images/home/map-md.png");
		background-repeat: no-repeat;
		 background-position: center top; 
}

#builder-module-55197e9371e19-outer-wrapper{

}

.home-role-to-play {
	color: #fff !important;
	font-size: 1.4em !important;
	font-family: 'PT Sans', sans-serif;
	
}

.btn-role {
 
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: 'PT Sans', sans-serif ;
  color: #ffffff;
  font-size: 1.2em;
  background: #05c8d4;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn-role:hover {
  background: #BD6329;
  color: #ffffff;
  text-decoration: none;
}

#text-11 .widget-title {
		color: #05c8d4 !important;
	font-size: 2.5em !important;
	font-family: 'PT Sans', sans-serif;

}


/*********************************************
	Home Page - Turquoise Bar Area
*********************************************/

#builder-module-5509b77cb2a0c-background-wrapper{
	background-color: #05c8d4;
	padding-top: 2.5em;
	padding-bottom: 1.5em;
}

#builder-module-5509b77cb2a0c .builder-module-sidebar .builder-module-column-1{
	padding-left: 6em;
}

#builder-module-5509b77cb2a0c .builder-module-sidebar .builder-module-column-2{
	padding-left: 4em;
}

#builder-module-5509b77cb2a0c .builder-module-sidebar .builder-module-column-3{
	float: right;
}


#builder-module-551c0d0e44646-background-wrapper{
	background-color: #05C8d4;
	padding-top: 2.5em;
	padding-bottom: 1.5em;
}

.turq{
	display: block !important;

	width: 370px !important; 
	
	}
	
.turq-mid{
	display: block !important;
		width: 370px !important; 
		

	
	}
	
.turq-right{
	display: block !important;
		width: 370px !important; 
		padding-left: 40px !important;
		padding-right: none !important;

	
	}

.iconclass {
 float: left;
     width:60px;
     display: block;

}



.icon-grouping {
	color: #fff !important;
	font-family: 'PT Sans', sans-serif;
	font-size: 2.3em !important;
	line-height: 1em;
	width: 10em;
	padding-left: .5em;


	float: left;
	display: block;

}

.icon-grouping a{
color: #fff !important;
text-decoration: none !important;

}

.icon-grouping a:hover{
color: #bd6329 !important;
}

#builder-module-5509b77cb2a0c .builder-module-widget-bar-3{
	float: right !important;
}

/*********************************************
	Home Page - Milestones
*********************************************/

.pie{
	display: block;
	float: right !important;
    width: 300px;
    position: relative !important;
}

.pie-class {
 	float: left;
     width:100px;
     display: block;


}

.pie-header{
	color: #330000 !important;
	font-family: 'PT Sans', sans-serif;
	font-size: 2.3em !important;
	line-height: 1em;
	width: 290px;
	padding-left: 15px;
	float: left;
	display: block;
	
}

.pie-text{
	color: #fff !important;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.3em !important;
	line-height: 1.5em;
	width: 290px;
	padding-left: 15px;
	margin-top: 15px;
	float: left;
	display: block;

}

#builder-module-5509b77cb2a85-background-wrapper{
	background-color: #bd6329;
	padding-top: 3.5em;
	padding-bottom: 3.5em;
	border-top: 5px solid #fff;
}

/*********************************************
	Home Page - Milestones
*********************************************/


#builder-module-5509b2717840d-background-wrapper {
	background-color: #fff;
	margin-left: none !important;
	margin-right: none !important;
	margin-top: 4em;
	margin-bottom: 4em;
	
}

/*********************************************
	Home Page - News & Events
*********************************************/

#builder-module-5509b77cb2a49-background-wrapper{
	margin-top: 2em;
	background-color: #45120d;
	padding-top: 2em !important;
	padding-bottom: 2em !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: none !important;
	padding-right: none !important;
}

#builder-module-5509b77cb2a49 .entry-header {
background: none !important;
padding: none !important;
margin: none !important;

}

#builder-module-5509b77cb2a49 .entry-title{
background: none !important;
padding: none !important;
margin: none !important;

}

.home-news{
	color: #fff;
	letter-spacing: 1px;
  line-height: 120%;
  font-family: "PT Sans", sans-serif;
  font-size: 1.1em;
}

.home-news a:hover{
	text-decoration: underline !important;
	
}

h4.home-news{
	color: #fff;
	letter-spacing: 1px;
  line-height: 120%;
  font-size: 3em;
}

h2.home-news{
	color: #fff;
	letter-spacing: 1px;
  line-height: 120%;
  font-size: 3em;
}

#builder-module-5509b77cb2a49 .widget h4.widget-title{
	color: #fff !important;
	  font-family: "PT Sans", sans-serif;
  font-size: 2.5em;
   margin-bottom: 0 !important;
   padding-bottom: 0 !important;
}

#builder-module-5509b77cb2a49 .widget h2.entry-title a{
	color: #fff !important;
	  font-family: "PT Sans", sans-serif;
	  margin-bottom: 0 !important;
	  padding-bottom: 0 !important;

}

#builder-module-5509b77cb2a49 .widget h2.entry-title a:hover{
	color: #fff !important;
	  font-family: "PT Sans", sans-serif;
	  color: #05C8D4 !important;

}

.entry-footer {
	border-top: none !important;
}

#builder-module-5509b77cb2a49 .entry-content{
	margin-bottom: 4em !important;


}

#builder-module-5509b77cb2a49 .entry-utility{
	margin-top: none !important;
	padding-top: none !important;


}



#builder-module-5509b77cb2a49 .entry-content a{
	color: #fff !important;
	text-decoration: underline;
}

#builder-module-5509b77cb2a49 .entry-content a:hover{
	color: #05C8D4 !important;

}






/*********************************************
	Footer
*********************************************/

#builder-module-551c1b25e0675-background-wrapper{
	background-color: #000; 
	margin-bottom: 0 !important;

}


.footer-text {
	color: #fff !important;
	font-family: 'PT Sans', sans-serif !important;
	font-size: 1.1em !important;
	line-height: inherit;
}

.footer-text a{
	color: #bd6329 !important;

}

.footer-text a:hover{
	color: #05c8d4 !important;

}

.accolade{
	color: #bd6329 !important;
	font-family: 'PT Sans', sans-serif !important;
	font-size: 1.1em !important;
	margin-top: 2em !important;
	line-height: normal;
	padding-right: 5em !important;
	


}

/*********************************************
	Footer - Standard Pages
*********************************************/

#builder-module-551c27b989737-background-wrapper{
	background-color: #000; 
		margin-bottom: 0 !important;
}




#builder-module-551fe91d51d0e-background-wrapper{
	background: #05c8d4 !important;
	padding-top: 2em !important;
	padding-bottom: 2em !important;

}

#builder-module-554a76d2d0186-background-wrapper{
	background-color: #000; 
		margin-bottom: 0 !important;
		padding-top: 2em;
		padding-bottom: 2em;
}

#builder-module-554a76d2d0110-background-wrapper{
	background: #05c8d4 !important;
	padding-top: 2em !important;
	padding-bottom: 2em !important;

}

#builder-module-554a76d2d014b-background-wrapper{
	padding-top: 2em;
	padding-bottom: 2em;
}


/*********************************************
	Sample Donate Now Page
*********************************************/

#builder-module-554a76d2d0099-background-wrapper{
width: 100% !important;
background-color: #bd6329;
border-bottom: 3px double #05c8d4;
margin-bottom: 0 !important;
padding-bottom: none !important;
}

#builder-module-554a76d2d0099 h1 {
    background: none repeat scroll 0 0 #bd6329;
    clear: both;
    color: #ffffff;
    font-size: 2.3em;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 2;
    text-transform: uppercase;
}

#builder-module-554a76d2d0099 h1 a{
    background: none repeat scroll 0 0 #bd6329;
    clear: both;
    color: #ffffff;

    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 2;
    text-transform: uppercase;
}

#builder-module-554a76d2d0099 h1 a:hover{

    color: #05c8d4;
  
}

img.help-bar {
	border: none !important;
	margin-bottom: none !important;
	text-align: center !important;
	margin-bottom: 5px !important;
		margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	
}

.help-bar-text {
	color: #fff !important;
	font-size: 2.1em !important;
	line-height: 1em !important;
	text-align: center !important;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-spacing: .1em !important;
	text-align: center !important;
	
}

.help-bar-text a{
	color: #fff !important;

	margin-bottom: .3em !important;
	text-align: center !important;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-spacing: .1em !important;
	text-align: center !important;
	
}
.help-bar-text a:hover{
	color: #bd6329 !important;
	text-decoration: none !important
	
	
}


.help-bar img {

	border: none !important;
	margin-bottom: none !important;
	text-align: center !important;
	margin-bottom: 5px !important;
	
}

.help-bar img a {
	border: none !important;
	margin-bottom: none !important;
	text-align: center !important;
}






















#builder-module-551c27fb04550 h2 {
font-size: 1.5em !important;
}

#builder-module-551c27fb04550 h1.entry-title {
display: none !important;}

#builder-module-551c27fb04550 .entry-title {
display: none !important;}

#builder-module-551c27fb04550 .entry-content{
margin-top: 0 !important;
padding-top: 0 !important;
}

#builder-module-551c27fb04550 .entry-meta{
background-color: #fff !important;
}



#builder-module-551c61a219197 h1 {
clear: both;
	color: #ffffff;
	font-size: 2.3em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 2;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #bd6329;
	
}


#builder-module-551c61a219197 h1 a {
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}
#builder-module-551c61a219197 h1 a:hover {
	color: #05c8d4;
}






#builder-module-551c61a219197-background-wrapper {
width: 100% !important;
background-color: #bd6329;
border-bottom: 3px double #05c8d4;
margin-bottom: 0 !important;
padding-bottom: none !important;
}















/*********************************************
	Content Buttons
*********************************************/

.btn-wrapper {
margin-top: 15em !important;
margin-bottom: 15em !important; }

.btn1 {
 margin-top: 15em !important;
 margin-bottom: 15em !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: 'PT Sans', sans-serif ;
  color: #ffffff;
  font-size: 1.5em;
  background: #05c8d4;
  padding: 20px;
  text-decoration: none;
  letter-spacing: .2em;

}

.btn1:hover {
  background: #45120d;
  color: #ffffff;
  text-decoration: none;
}






/*********************************************
	CUSTOM ARCHIVE PAGE LOOP
*********************************************/

/* container */
.builder-module-html .builder-module-element>*:first-child.cat-content {
    position: relative;
    display: block;
    margin-top: 20px;
}

/* sections */
section.cat-post {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
	margin-bottom: 30px;
}

/* image */
.cat-post img {margin-top: 0px;}

/* social meta */
.cat-post-social {
    position: relative;
    display: block;
    clear: both;
	padding: 10px;
    background: #e6e6e6;
    border: 2px solid #d3d5d6;
    text-align: center;
}
.cat-post-social h3 {
    margin: 0px 0px 6px 0px;
}

/* post title */
section.cat-post h2 {
    margin-top: 0px;
	margin-bottom: 5px;
}

/* post meta */
.cat-post-meta p{
    margin-top: 0px;
}

/* post content */
section.cat-post .moretag {
    display: block;
    text-decoration: underline;
}

.cat-content p,
#builder-module-578555571ebd6 p,
section.cat-post .moretag {
    font-size: 15px;
}

/* Sidebar */
#builder-module-578555571ebd6 .builder-module-column-2-outer-wrapper {
    margin-top: 25px;
}
#builder-module-578555571ebd6 .widget-wrapper > div h4 {
    width: 100%;
	background: #05c8d4;
    color: #fff;
    padding: 34px 10px 26px 80px;
    position: relative;
}
#builder-module-578555571ebd6 .widget-wrapper > div h4:hover {
    background: #2ce1ec;
    text-decoration:none;
}
#builder-module-578555571ebd6 .widget-wrapper > div:first-child h4:before,
#builder-module-578555571ebd6 .widget-wrapper > div:last-child h4:before {
    content: '';
    background-repeat: no-repeat;
    position: absolute;
    height: 50px;
    width: 50px;
	top: 14px;
	left: 14px;
}
#builder-module-578555571ebd6 .widget-wrapper > div:first-child h4:before {
    background: url('https://mvlslaw.org/wp-content/images/give.png');
}
#builder-module-578555571ebd6 .widget-wrapper > div:last-child h4:before {
    background: url('https://mvlslaw.org/wp-content/images/rss.png');
}
#builder-module-578555571ebd6 .widget {
    padding-right: 0px;
}
#builder-module-578555571ebd6 .widget a {
    font-size: 15px;
}


ul.category-rss {
    list-style: none;
    margin: 0px;
}
ul.category-rss li a {
    color: #000;
    font-size: 1.3em;
    text-decoration: underline;
    font-weight: bold;
}


/*********************************************
	Archive Page
*********************************************/

#builder-module-551c846eb4767-background-wrapper,
#builder-module-5784dd7d2f09f-background-wrapper {
margin-bottom: 0 !important;
}

#builder-module-551c846eb4767-outer-wrapper{
margin-bottom: 0 !important;
}

#builder-module-551c84f2d00b3 h1,
#builder-module-5784dd7d2efb9 h1 {
clear: both;
	color: #ffffff;
	font-size: 2.3em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 2;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #bd6329;
	
}


#builder-module-551c84f2d00b3 h1 a,
#builder-module-5784dd7d2efb9 h1 a {
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}
#builder-module-551c84f2d00b3 h1 a:hover,
#builder-module-5784dd7d2efb9 h1 a:hover {
	color: #05c8d4;
}

#builder-module-551c84f2d00b3 .entry-header{
background-color: #fff !important;
}

#builder-module-551c846eb46b5 h3 {
background-color: #fff !important;
color: #bd6329 !important;
}

#builder-module-551c846eb46b5 h3 a{
color: #bd6329 !important;
}

#builder-module-551c846eb46b5 h3 a:hover{
color: #05c8d4 !important;
}

#builder-module-551c846eb46b5 h4{
display: none}

#builder-module-551c846eb46b5 .entry-footer{
border-bottom: 1px solid #bd6329;
}

#builder-module-551c846eb46b5-background-wrapper{
margin-top: 2.5em;}

#builder-module-551c84f2d00b3 .entry-meta{
background-color: #fff !important;
}

#builder-module-551c84f2d00b3-background-wrapper,
#builder-module-5784dd7d2efb9-background-wrapper {
 background-color: #bd6329;
    border-bottom: 3px double #05c8d4;
    margin-bottom: 0 !important;
    width: 100% !important;
}


#builder-module-551c846eb4767-background-wrapper,
#builder-module-5784dd7d2f09f-background-wrapper {
	background-color: #000;
}

#builder-module-551c846eb46f0-background-wrapper,
#builder-module-5784dd7d2f02c-background-wrapper {
	background-color: #05c8d4;
		padding-top: 1.5em;
	padding-bottom: 1.5em;
}



/*********************************************
	Testimonials
*********************************************/

.bx-wrapper{
border-top: 1px #ccc solid;
border-bottom: 1px #ccc solid;

}




/*********************************************
	Tables
*********************************************/

table {
	background: none;
	margin-bottom: 1.5em;
	width: 100%;
	border-radius: 5px;

}
table, td, th {
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-radius: 5px;
}



th {
	background: #05c8d4;
	font-weight: bold;
	line-height: 2.2em;
	font-size: 1.3em;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: .25em;
}
th, td, caption {
	padding: .75em;
}
tr:nth-child(2n) th {
	background: none;
	
}
tr:nth-child(2n) td {
	background: none;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}



/*********************************************
	Social Table
*********************************************/

table.table2 {
	background: none;
	margin-bottom: 1.5em;
	width: 100%;

}
table.table2, table.table2 td, table.table2 th {
	border: none !important;
	border-collapse: collapse;

}
table.table2 th {
	background: none;
	border:none;
	line-height: 1.9;
	text-transform: uppercase;
	text-align: center !important;
}



table.table2 th, table.table2 td, table.table2 caption {
	padding: .75em;
	border:none;
	text-align: center !important;
}

#builder-module-5509b77cb2a49 .entry-content{
	color: #fff !important;
	font-size: 1em !important;
	text-decoration: none !important;
	letter-spacing: normal !important;
}

#builder-module-5509b77cb2a49 .entry-content a{
	color: #05c8d4 !important;
	text-decoration: none !important;

}

#builder-module-5509b77cb2a49 .entry-content a:hover{
	text-decoration: underline !important;

}


/*********************************************
	Donor Table
*********************************************/


table.table3 {
	background: none;
	margin-bottom: 1.5em;
	width: 100%;

}
table.table3, table.table3  td, table.table3 th {
	border: none !important;
	border-collapse: collapse;

}
table.table3  th {
	background: none;
	border:none;
	line-height: normal;
	text-transform: uppercase;
	text-align: left !important;
	color: #bd6329 !important;
	letter-spacing: normal;
}



table.table3  th.table3, table.table3  td, table.table3  caption {
	padding: .75em;
	border:none;
	text-align: left !important;
}




.btn-wrapper {
margin-top: 3em !important;
margin-bottom: 3em !important; 
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding-top: 3em;
padding-bottom: 3em;
text-align: center;
}


a.post-edit-link {
	display: none !important;
}

a:hover.post-edit-link a:hover {
	display: none !important;
}

	.mobile-home-video{
		display:none;
	}  
@media (max-width: 871px) {
	a.hpviddonate {
	   z-index: 9999999999;
	   top: -315px;
	   right: 15px;
	   font-size: 22px;
	}
	.home-video {
	   position: relative;
	}
} @media (max-width: 600px) {

	.builder-module-1-background-wrapper .title {
		font-size: 150%;
	}
	.rotatingtext-wrapper, .rotatingtext-wrapper .inner-wrapper, .rotatingtext, .rotatingtext .rselector {
		width: 100% !important;
	}
  
	.home-video.video-container {
		display: none;
	}
	.mobile-home-video{
		display:block;
	} 


.tile-gp.mobile {
    position: relative;
    display: block;
    text-align: center;
    margin: 0px auto;
} 
.tile-gp.mobile {
    font-size: 1.5em;
    border-width: 1px 0px 1px;
    border-style: solid;
    border-color: #000;
}
.mobile-home-video.buttons {
    margin: 10px 0px 20px;
}
a.fvid span {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 20%;
    text-shadow: 5px 5px 5px #000, -2px -2px 4px #000;
}

}

/*********************************************
	Social
*********************************************/



#s {
    padding: 0.4em;
}

#searchsubmit {
    padding: 6px 5px 5px 5px;
    background-color: #05c8d4 !important;
    font-color: #fff !important;
    font-family: 'PT Sans', sans-serif;
             -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}



.social-class {
text-align: left;
     width:50px;
     margin-right: 32px !important;
     margin-top: 10px;


   

}

#my-search {
    float: left;
    width: 300px;
   	  text-align: left !important;
	  margin-left: 28px !important;
	



}






.search-text {
	  font-family: 'PT Sans', sans-serif;
	  color: #330000 !important;
	  font-size: .9em !important;
	  text-align: left !important;
	  float: left !important;
	  width: 300px;

}


input[type="text"], input[type="password"], input.text, input.title, textarea {
    border: 2px solid #05c8d4 !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    font-family: 'PT Sans', sans-serif !important;

}

input[type="text"], input[type="password"], input.text, input.title, textarea, select {
     border: 2px solid #05c8d4 !important;
     font-color: #fff !important;
     font-family: 'PT Sans', sans-serif !important;

}

#builder-module-551ee87a743c5{
	background-color: #fff !important;
}

.social {
	float: right !important;
	width: 150px !important;
	
}

.sign-up {
	display: block;
	width: 500px !important;
}

img.social a{
	float: right !important;
	text-align: right !important;
	vertical-align: middle;
	
}

.social img a{
	float: right !important;
	text-align: right !important;
	vertical-align: middle;
	
}

#builder-module-551ef3a1bb33b-background-wrapper{

	margin-top: 10em !important;
}

#builder-module-551ef3a1bb33b .builder-module-sidebar h4.widget-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #330000;
    font-size: 1.5em;
    line-height: 1.25;
    margin: 0 0 1em;
    padding: 0;
    font-family: "PT Sans", sans-serif;
    font-weight: normal !important;
}



#gform_widget-7{
		margin-left: auto !important;
	margin-right: auto !important;
}






/*********************************************
	Social
*********************************************/

img.social-icons {
	border: none !important;
	margin-bottom: none !important;
	float: right !important;
		margin-left: auto !important;
	margin-right: auto !important;

	vertical-align: middle !important;
	text-align: right !important;
	padding-top: 10em !important;
	
}

.social-icons img {
border: none !important;
	margin-bottom: none !important;
	float: right !important;
		margin-left: auto !important;
	margin-right: auto !important;

	vertical-align: middle !important;
	text-align: right !important;
	padding-top: 10em !important;
	
}

.social-icons img a {
	border: none !important;
	margin-bottom: none !important;
	float: right !important;
		margin-left: auto !important;
	margin-right: auto !important;

	vertical-align: middle !important;
	text-align: right !important;
	padding-top: 10em !important;
}



sup { 
    vertical-align: super;
    font-size: .5em;
}


h2.cd-timeline-item-title {
	font-size: 2.5em !important;
	color: #45120d;
	letter-spacing: .1em;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: normal !important;

	
	
}

h9 {
	font-size: 1.3em !important;
	color: #bd6329;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	
	
}

h1.cd-timeline-title {
	font-size: 2.5em !important;
	line-height: .9em;
	color: #05c8d4;
	letter-spacing: .1em;
	text-align: center;
	
	
}

.cd-timeline-content .the-excerpt {
    margin-top: 0 !important;

}

.announcement-banner-image {
    margin: 0 !important;
  
  border: 1px solid #cfcfcf !important;
  border-radius: 3px !important;
    padding: 5px !important;


}


/*********************************************
	Donations Page
*********************************************/



#builder-module-5543a0765c55c  h1 {
clear: both;
	color: #ffffff;
	font-size: 2.3em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 2;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #bd6329;
	
}


#builder-module-5543a0765c55c  h1 a {
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}
#builder-module-5543a0765c55c  h1 a:hover {
	color: #05c8d4;
}



#builder-module-5543a0765c55c-background-wrapper {
width: 100% !important;
background-color: #bd6329;
border-bottom: 3px double #05c8d4;
margin-bottom: 0 !important;
padding-bottom: none !important;
}



#builder-module-5543a0765c597 h1.entry-title {
display: none !important;}


#builder-module-5543a0765c5d2-background-wrapper {
	background: #05c8d4 !important;
	padding-top: 2em !important;
	padding-bottom: 2em !important;

}

#builder-module-5543a0765c60c-background-wrapper{
padding-top: 3em;
padding-bottom: 3em;
}


#builder-module-5543a0765c647-background-wrapper{
	background-color: #000; 
		margin-bottom: 0 !important;
		padding-top: 1em !important;
}




#builder-module-5543a0765c597-background-wrapper {	
	 background-image: url('https://mvlslaw.org/wp-content/images/donate-background.jpg');
	 background-repeat: no-repeat;
	 background-position: center; 
	 padding-bottom: 150px;
	 background-size: cover;
	 margin-left: auto !important;
	 margin-right: auto !important;
   
   }
   
   

   
.donate-header {
    color: #05c8d4 !important;
    font-family: "PT Sans",sans-serif;
    font-weight: 700;
    font-size: 6em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    line-height: .9em !important;
    padding-top: 0 !important;

    text-shadow: 2px 2px #000;
    margin-top: 75px !important;
   
}

.support-programs{
    color: #fff;
    font-family: "PT Sans",sans-serif;
      font-weight: bold;
    font-size: 2.5em;
    font-weight: normal;
	margin-top: 0 !important;
    text-align: center;
    text-transform: uppercase;
     padding-top: -5em !important;
    margin: 0 !important;
    line-height: 0 !important;
    text-shadow: 2px 2px #000;
}



.donation-page-header {
	color: #05c8d4 !important;
	font-size: 1.6em !important;
	margin-bottom: .3em !important;
	text-align: center !important;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-spacing: .1em !important;
	text-align: center !important;
	text-transform: uppercase;
	
}

.donation-button{
    color: #fff;
    font-family: "PT Sans",sans-serif;
      font-weight: bold;
    font-size: 3em;
    font-weight: normal;
	margin-top: 1em !important;
    text-align: center;
    text-transform: uppercase;

    line-height: 0 !important;
    

}


#builder-module-5543dbe1dadee-outer-wrapper .widget-wrapper-left .widget, #builder-module-5543dbe1dadee-outer-wrapper .widget-wrapper-middle .widget, #builder-module-5543dbe1dadee-outer-wrapper .widget-wrapper-right .widget {
    padding-right: 2em;
}

#builder-module-5543dbe1dae2a-background-wrapper {
	padding-top: 2em;
	padding-bottom: 2em;
	margin-bottom: 2em;
}

#builder-module-5543dbe1dadee-background-wrapper{
	padding-top: 2em;
	margin-top: 2em;
	
}



/*********************************************
	CITC Table
*********************************************/


table.table4 {
	background: none;
	margin-bottom: 1.5em;
	width: 100%;

}
table.table4, table.table4  td, table.table4 th {
	border: 1px #ccc solid;
	border-collapse: collapse;

}
table.table4  th {
	background: none;
	border:none;
	line-height: normal;
	text-transform: uppercase;
	text-align: left !important;
	color: none !important;
	letter-spacing: normal;
}



table.table4  th.table4, table.table4  td, table.table4  caption {
	padding: .75em;
	border:none;
	text-align: left !important;
}

.volunteers-table-header {
    color: #bd6329 !important;
    letter-spacing: normal;

    text-align: left !important;
    text-transform: uppercase;
    font-size: 1.3em !important;
    font-weight: bold !important;
 
 
    }
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-weight: normal !important;
}




/*********************************************
	Footer Nav
*********************************************/

.builder-module-footer-navigation {
	
}





#builder-module-551c27fb04550 h2 {
font-size: 1.5em !important;
}

#builder-module-551c27fb04550 h1.entry-title {
display: none !important;}

#builder-module-551c27fb04550 .entry-title {
display: none !important;}

#builder-module-551c27fb04550 .entry-content{
margin-top: 0 !important;
padding-top: 0 !important;
}

#builder-module-551c27fb04550 .entry-meta{
background-color: #fff !important;
}



#builder-module-551c61a219197 h1 {
clear: both;
	color: #ffffff;
	font-size: 2.3em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 2;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #bd6329;
	
}


#builder-module-551c61a219197 h1 a {
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}
#builder-module-551c61a219197 h1 a:hover {
	color: #05c8d4;
}






#builder-module-551c61a219197-background-wrapper {
width: 100% !important;
background-color: #bd6329;
border-bottom: 3px double #05c8d4;
margin-bottom: 0 !important;
padding-bottom: none !important;
}


#menu-footer-nav a{
	font-size: 1.1em !important;

}

#menu-footer-nav a{
	color: #fff !important;

}


#menu-footer-nav a:hover{
	color: #bd6329 !important;
}

#menu-footer-nav ul {
	list-style-type: none !important;
}

#menu-footer-nav li {
	list-style-type: none !important;
}


.newsletter-caption{
	width: 33%;
	color: #bd6329;
	font-size: 100%;
	text-align: center;
	float: left;
	padding-top: .5em;
}

.annual-report {
	width: 100%;
	float: left;
	padding-top: 1em;
}

body .gform_wrapper li input#choice_15_68_3,
body .gform_wrapper li input#choice_15_68_5,
body .gform_wrapper li input#choice_15_68_7 {
    margin-left: 1.8em;
}



/*********************************************
	Home Page - News & Events - NEW July 2015
*********************************************

#builder-module-559d5b1acfc31-background-wrapper{
	margin-top: 2em;
	background-color: #fff;
	padding-top: 2em !important;
	padding-bottom: 2em !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: none !important;
	padding-right: none !important;
	border-bottom: 3px #fff solid !important;
}



#builder-module-559d5b1acfc31 .entry-header {
background: none !important;
padding: none !important;
margin: none !important;

}

#builder-module-559d5b1acfc31 .entry-title{
background: none !important;
padding: none !important;
margin: none !important;
margin-right: 2em !important;

}
*/
.home-news{
	color: #fff;
	letter-spacing: 1px;
  line-height: 120%;
  font-family: "PT Sans", sans-serif;
  font-size: 1.1em;
}

.home-news a:hover{
	text-decoration: underline !important;
	
}

h4.home-news{
	color: #fff;
	letter-spacing: 1px;
  line-height: 120%;
  font-size: 3em;

}

h2.home-news{
	color: #fff;
	letter-spacing: 1px;
  line-height: 120%;
  font-size: 3em;

}


#builder-module-559d5b1acfc31 .widget h4.widget-title {
    font-family: "PT Sans", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #666666;
}
div#text-33 h2.tribe-events-page-title {
    display: none;
}


#builder-module-559d5b1acfc31 .widget h2.entry-title a{
	color: #fff !important;
	  font-family: "PT Sans", sans-serif;
	  margin-bottom: 0 !important;
	  padding-bottom: 0 !important;

}

#builder-module-559d5b1acfc31 .widget h2.entry-title a:hover{
	color: #fff !important;
	  font-family: "PT Sans", sans-serif;
	  color: #05C8D4 !important;

}

.entry-footer {
	border-top: none !important;
}






#builder-module-559d5b1acfc31 .entry-content a{
	color: #05C8D4 !important;
	text-decoration: underline;
}

#builder-module-559d5b1acfc31 .entry-content a:hover{
	color: #fff !important;

}

#builder-module-559d5b1acfc31 .entry-content{
font-size: 1.2em !important;
margin-top: .5em !important;
margin-bottom: 2.5em !important;
margin-right: 2em !important;
line-height: normal !important;

}

#builder-module-559d5b1acfc31 .entry-utility{
	margin-top: none !important;
	padding-top: none !important;
	display: none !important;

}

.hentry .entry-meta.date:before {
    content: 'posted on ';
    font-style: italic;
}

.hentry .entry-meta span.weekday {
    display: none;
}










/*********************************************
	Home Page - News & Events
*********************************************/

/* 2017 Edits*/
#builder-module-559d5b1acfc31-background-wrapper{
	margin-top: 2em;
	background-color: transparent;
	padding-top: 2em !important;
	padding-bottom: 2em !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: none !important;
	padding-right: none !important;
	border-bottom: 3px #fff solid !important;
}

#builder-module-559d5b1acfc31 .entry-header {
background: none !important;
padding: none !important;
margin: none !important;

}

#builder-module-559d5b1acfc31 .entry-title{
background: none !important;
padding: none !important;
margin: none !important;
margin-right: 2em !important;

}




/*********************************************
	New Homepage
*********************************************/


ul.hp_news,
ul.hp_volunteer,
ul.hp_event {
    margin: 0px;
    padding: 0px;
}
ul.hp_news .listing-item,
ul.hp_volunteer .listing-item,
ul.hp_event .listing-item {
    list-style: none;
}

.hp_vol_image, 
.hp_news_image {
    margin-bottom: 20px;
}
.hp_news_title h3, 
.hp_vol_title h3 {
    font-size: 28px;
    margin-bottom: 10px !important;
}

.hp_vol_content p, 
.hp_news_content p {
    font-size: 15px;
    line-height: 18px;
	margin-bottom: 10px !important;
}

.hp_news_more .button, 
.hp_vol_more .button,
.hp_ev_more .button {
    padding: 5px 15px;
    width: auto;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 18px;
}
.hp_vol_more.center_button .button{
    margin-bottom: 35px;

}

.hp_news_title h3, 
.hp_news_more .button {
text-align:center;
    display: block;
}

/*** EVENTS **/


.hp_ev_content {
    margin-bottom: 15px;
}

a.all-events-homepage {
    padding: 10px;
    float: left;
    position: relative;
    background: #d0721d;
    height: auto;
    width: 100%;
}
#builder-module-559d5b1acfc31 .widget .all-events-homepage a {
    display: block;
    float: left;
}
a.all-events-homepage:hover {
    text-decoration: none;
    text-transform: capitalize;
}
a.all-events-homepage:hover h4 {
    color: #fff !important;
}

a.all-events-homepage a img {
}
#builder-module-559d5b1acfc31 .widget .all-events-homepage h4.widget-title {
    color: #fff !important;
    text-decoration: none;
    border-bottom: 0px;
    margin: 15px 0px 0px 10px !important;
    display: inline-block;
    vertical-align: top;
    font-size: 2em;
}

ul.hp_event .listing-item {
    background: #f0eeee;
    padding: 30px;
	width: 90%;
    margin-bottom: 20px;
}
.hp_ev_date div {
    background: #23c8d3;
    padding: 10px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.57);
}
.hp_ev_date div:first-child {
    font-size: 2em;
}
.hp_ev_date div:last-child {
    font-size: 1.2em;
}

.hp_ev_title h3 {
    font-size: 2em;
    font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 15px !important;
}
.hp_ev_content p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.4em;
    line-height: 1.3em;
}
.hp_ev_more .button {
    color: #fff;
    background: #d0721d;
    padding: 5px 15px;
    width: auto;
    font-size: 12px;
}


/*** NEWS **/


ul.hp_news .listing-item {
    text-align: center;
}
.hp_news_title h3 {
    text-transform: uppercase;
}
.hp_news_more .button {
    color: #000;
    text-decoration: underline;
}
div#text-33 .widget-title,
div#text-34 .widget-title {
    text-transform: uppercase !important;
    color: #d0721d !important;
    font-family: "PT Sans", sans-serif;
    font-size: 3.3em;
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #666666;
    text-align: left;
}
.hp_news_image {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.textwidget div.one-third:nth-child(3) {
    margin-right: 0px;
}

.hp_ev_date.one-fifth.first {
    margin-left: -2.564102564102564%;
}

/*** VOLUNTEER **/


.hp_vol_more .button {
    color: #fff;
    background: #d0721d;
}
.hp_vol_more.center_button {
    text-align: center;
    margin-top: 20px;
}



/*CUSTOM LAYOUT*/

div#supyou.volunteer .entry-header {
display:none;
}
div#supyou.volunteer .entry-content.clearfix {
    margin-top: 0px;
}

div#supyou.volunteer .wp-caption {
    background: transparent;
    border: none;
    width: 100% !important;
    display: table;
}
div#supyou.volunteer .wp-caption img {
    float: left;
    margin: 0px;
}




#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #bd6329 !important;
}
#tribe-bar-form input[type="text"], 
#tribe-bar-form input[type="password"], 
#tribe-bar-form input.text, 
#tribe-bar-form input.title, 
#tribe-bar-form textarea, 
#tribe-bar-form select {
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-left-width: 0px !important;
    border-bottom: 1px dashed #000 !important;
    border-radius: 0px !important;
}
h2.tribe-events-page-title, #tribe-geo-results h2.tribe-events-page-title {
    color: #333;
    text-transform: capitalize;
    margin-top: 0px;
}
.tribe-events-calendar td.tribe-events-present div[id*='tribe-events-daynum-'], .tribe-events-calendar td.tribe-events-present div[id*='tribe-events-daynum-'] > a, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, #tribe-events .tribe-events-button, .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
    background: #05c8d4 !important;
}

.tribe-events-calendar thead th {
    background-color: #BD6329 !important;
}

.footer-header {
	color: #d0721d !important;
font-family: 'PT Sans', sans-serif !important;
font-size: 1.4em !important;
line-height: inherit;
font-weight: bold;

}

#menu-footer-nav {
	margin-left: none !important;
}