/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;

}
/* html element 62.5% font-size for REM use */
html {

}



body {
margin : 0 auto;
padding : 0;
font-family:Normal400, Arial, sans-serif; min-width:0px!important; min-height:0px;
font-size : 1.1em;

    background: transparent linear-gradient(#990000, #ffffff) repeat scroll 0% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top; 
    background-size: 100%;
}





.wrapper {}



/*Typography*/

@font-face {
    font-family: Compressed300;
    src: url(/fonts/EncodeSansCompressed-300-Light.ttf);
    font-weight:400;
}


@font-face {
    font-family: Normal400;
    src: url(/fonts/EncodeSansNormal-400-Regular.ttf);
    font-weight:400;
}

@font-face {
    font-family: Normal400-600;
    src: url(/fonts/EncodeSansNormal-400-Regular.ttf);
    font-weight:600;
}


@font-face {
    font-family: Normal500;
    src: url(/fonts/EncodeSansNormal-500-Medium.ttf);
    font-weight:500;
}

@font-face {
    font-family: Normal600;
    src: url(/fonts/EncodeSansNormal-600-SemiBold.ttf);
    font-weight:600;
}



@font-face {
    font-family: Condensed900;
    src: url(/fonts/EncodeSansCondensed-900-Black.ttf);
    font-weight:900;
}

@font-face {
    font-family: Condensed700;
    src: url(/fonts/EncodeSansCondensed-700-Bold.ttf);
    font-weight:700;
}

@font-face {
    font-family: Condensed300;
    src: url(/fonts/EncodeSansCondensed-300-Light.ttf);
    font-weight:700;
}


@font-face {
    font-family: Normal800;
    src: url(/fonts/EncodeSansNormal-800-ExtraBold.ttf);
    font-weight:400;
}

@font-face {
    font-family: Normal700;
    src: url(/fonts/EncodeSansNormal-700-Bold.ttf);
    font-weight:700;
}

@font-face {
    font-family: Normal600;
    src: url(/fonts/EncodeSansNormal-600-SemiBold.ttf);
    font-weight:600;
}


/* Top Level Menu*/
.ubermenu .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target{
    font-family:"Normal600";
}
/* Submenu: Droid Serif */
.ubermenu .ubermenu-submenu .ubermenu-item .ubermenu-target{
    font-family:"Normal600" !important;
    font-size:14px;
}

    
/*  HEADINGS  ============================================================================= */

.header-title {
color: #3f4a78;
margin-bottom : 0.2em;
margin-top : 0px;
font-size : 2em;
line-height : 1.6;
font-size : 1.6em;
font-family: Normal400; 

}

h1 {
color: #000000;
margin-bottom : 0.2em;
margin-top : 0px;
font-size : 2em;
line-height : 1.6;
font-size : 1.6em;
border-bottom: 3px solid #990000;
margin-bottom:20px;
font-family: Normal400; 
}


h2 {
color: #990000;
margin-bottom : .5em;
margin-top : .5em;
font-size : 1.4em;
line-height : 1.8;
font-family: Normal400-600; 
}

.h2a a {
color: #990000;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
font-family: Normal400-600; 

}

.h2a a:visited {
color: #990000; }

.h2a a:focus {
outline : thin dotted;
color : rgb(0,0,0); }

.h2a a:hover,
a:active {
outline : 0;
color : #990000;
text-decoration: none;
}


h3 {
color: #990000;
margin-bottom : 0.3em;
font-size : 1.2em;
line-height : 1.8; 
font-family: Normal400; 
}



	footer h4 {
		color: #ccc;
	}

h5 {
color: #555;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 {
color: #666;
font-size : 1em; /* 16 / 16  */ }



/*  TYPOGRAPHY  ============================================================================= */
p, ol, ul, dl, address {
margin-bottom : 1.5em;
font-size : 1em; /* 16 / 16 = 1 */ }


p {
margin-top: 0;
line-height:1.6em;
}



ul {
	margin-top: 0px;
  }

ul li {
	padding-bottom:5px;
}

ol {
	margin-top: 0px;
	margin-bottom: 12px;
  }

ol li {
	padding-bottom:5px;
}

ul ol {
	margin-top: 5px;
	margin-bottom: 0px;
  }

ol ul {
	margin-top: 5px;
	margin-bottom: 0px;
  }


dl,
dd {
margin-bottom : 1.5em; }

dt {
font-weight : normal; }
hr {
display : block;
margin : 1em 0;
padding : 0;
height : 1px;
border : 0;
border-top : 1px solid #ccc;
}

small {
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup {
font-size : 75%;
line-height : 0;
position : relative;
vertical-align : baseline; }

sup {
top : -.5em; }

sub {
bottom : -.25em; }



blockquote,
#tab-description blockquote {
  background: url(/wp-content/themes/html5blank-stable/images/blockquote.png) no-repeat 10px 12px;
  background-color: #e9f6fb;  
  padding: 10px 20px 10px 60px;
  margin: 1.5em 10px;
  color: #0d0d0d;
}

.results,
#tab-description blockquote {
  background-color: #e9f6fb;  
  padding: 10px 20px 10px 20px;
  margin: 1.5em 10px;
  color: #0d0d0d;
}

.blockquote p,
#tab-description blockquote p {
}



/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


.top-menu-link {text-decoration: none; font-size: 15px; color: #ffffff; font-weight: 300; }
.top-menu-link A:link {text-decoration: none; font-size: 15px; color: #ffffff; font-weight: 300; }
.top-menu-link A:visited {text-decoration: none; font-size: 15px; color: #ffffff; font-weight: 300; }
.top-menu-link A:active {text-decoration: none; color: #ffffff;}
.top-menu-link A:hover {text-decoration: none; color: #ffffff;}


.phonelink {text-decoration: none; font-size: 2em; color: #ffffff; font-weight: 700; }
.phonelink A:link {text-decoration: none; font-size: 2em; color: #ffffff; font-weight: 700; }
.phonelink A:visited {text-decoration: none; font-size: 2em; color: #ffffff; font-weight: 700; }
.phonelink A:active {text-decoration: none; color: #ffffff;}
.phonelink A:hover {text-decoration: underline; color: #ffffff;}


.phonelink-tablet {text-decoration: none; font-size: 1.5em; color: #ffffff; font-weight: 700; }
.phonelink-tablet A:link {text-decoration: none; font-size: 1.5em; color: #ffffff; font-weight: 700; }
.phonelink-tablet A:visited {text-decoration: none; font-size: 1.5em; color: #ffffff; font-weight: 700; }
.phonelink-tablet A:active {text-decoration: none; color: #ffffff;}
.phonelink-tablet A:hover {text-decoration: underline; color: #ffffff;}



.topmenu {text-decoration: none; font-size: .9em; color: #ffffff; font-weight: 700; }
.topmenu A:link {text-decoration: none; font-size: .9; color: #ffffff; font-weight: 700; }
.topmenu A:visited {text-decoration: none; font-size: .9; color: #ffffff; font-weight: 700; }
.topmenu A:active {text-decoration: none; color: #ffffff;}
.topmenu A:hover {text-decoration: none; color: #cddaff;}



/* LINKS =============================================================================  */



a {
color : #990000;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: underline;
text-decoration-color: #990000;

}

a:visited {
color : #990000; }

a:focus {
outline : thin dotted;
color : rgb(0,0,0); }

a:hover,
a:active {
outline : 0;
color : #990000;
text-decoration: underline;
text-decoration-color: #cd3638;
}

.sidebar-widget ul li {
padding-left: 0px ;
margin-left: 0px;
text-indent: 0px;
}

.sidebar-widget a {
color : #000000;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-family: Normal400; 
}

.sidebar-widget a:visited {
color : #000000; }

.sidebar-widget a:focus {
outline : thin dotted;
color : rgb(0,0,0); }

.sidebar-widget a:hover,
a:active {
outline : 0;
color : #bcbcbc;
}


.sidebar-widget {
color : #000000; 
}

footer a {
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited {
color : #fff; }

footer a:focus {
outline : thin dotted;
color : rgb(0,0,0); }

footer a:hover,
footer a:active {
outline : 0;
color : #fff;
}

footer.footer {
	background: #ffffff;
	width: 100%;
	padding: 10px 20px;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

.alignleft {
float: left;
padding-right: 10px;
padding-bottom: 10px;
}

.alignright {
float: right;
padding-left: 10px;
padding-bottom: 10px;
}

.aligncenter {
display: block;
    margin-left: auto;
    margin-right: auto;
padding-left: 10px;
}

/* FORMS ============================================================================= */

form {
margin : 0; }

fieldset {
margin-bottom : 1.5em;
padding : 0;
border-width : 0; }

legend {
*margin-left : -7px;
padding : 0;
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:0;
position:relative;
top:0;
left:0;
}






button,
search,
input,
select,
textarea {
font-size : 100%;
margin : 0;
vertical-align : baseline;
*vertical-align : middle; }

button, input {
line-height : normal;
*overflow : visible; }

button,
input[type="submit"] {
margin: 0;
cursor : pointer;
text-shadow:0 1px 0 #fff;
}


input[type="search"] {
/*	box-sizing : content-box; */
}

button::-moz-focus-inner,
input::-moz-focus-inner {
padding : 0;
border : 0;  }

/*	input{
	margin:0;
	border:1px solid #ccc;
	font-size:1em;
	padding:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#fff;
}
*/






/*  MAIN LAYOUT	============================================================================= */




		header {
			clear: both;
			width: 100%;
			max-width: 1200px;
			margin: 0 auto;
			padding: 0px 0px 0px 0px;
			position: relative;
			color: #000;
			text-align: center;
		}





	#maincontentcontainer {
		width: 100%;

	}










			#maincontentfull{
				clear: both;
				width: 100%;
				max-width: 1200px; /* 960px / 13 */
				margin: 0 auto;
				position: relative;
 			background-color:#ffffff;

			}

 		@media (max-width: 630px) {
 			#maincontent {
 				background-image: none;
 			}
 		}


.footer-black-bar {
background: transparent linear-gradient(#000000, #000000) repeat scroll 0% 0%;


width:100%;
}

.footer-text
{
color:#ffffff;
}

	#footercontainer {
		width: 100%;
		color:#ffffff;
		padding-right:0px;
		padding-left:0px;
		padding-top:0px;
		padding-bottom:0px;
		max-width: 1200px;
		text-align:left;
		margin: 0 auto;
	}

		footer {
			clear: both;
			width: 96%; /* 1000px / 1250px */
			max-width: 1200px;
			margin: 0 auto;
			padding-bottom: 10px;
			color:#000000;
		}


		footer a:link, footer a:visited { color: #ffffff; text-decoration: underline; }
		footer a:hover { color: #aed7f3; text-decoration: underline; }


.footerlinks {text-decoration: none; color: #ffffff;}
.footerlinks A:link {text-decoration: none; color: #ffffff;}
.footerlinks A:visited {text-decoration: none; color: #ffffff;}
.footerlinks A:active {text-decoration: none; color: #ffffff;}
.footerlinks A:hover {text-decoration: underline; color: #ffffff;}


.copyright {
color:#999;
}


/*  GLOBAL OBJECTS ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}







/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE -- probably extraneous code....
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

.relavantlinks{
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	max-width:300px;
	background-color:#fcd812;
	margin-left:10px;
	}

 		@media (max-width: 768px) {
 			.relavantlinks {
			float: none;
			text-align:center;
			padding-left: 0px;
			max-width:376px;
			margin: 0 auto;
			margin-bottom:15px;
 			}
 		}


.relavantlinks a {
color : #3f4a78;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: underline;
text-decoration-color: #3f4a78;

}

.relavantlinks a:visited {
color : #3f4a78; }

.relavantlinks a:focus {
outline : thin dotted;
color : rgb(0,0,0); }

.relavantlinks a:hover,
a:active {
outline : 0;
color : #555fa7;
text-decoration: underline;
text-decoration-color: #555fa7;
}






/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}



/*---------Responsive content and sidebar--*/

 		.grid > .section-main {
 			padding-left:20px;
 			padding-right:30px;
			margin-top: 0px;
			padding-top: 0px;
 		}


		
 		.grid > .aside-sidebar {padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom: 10px; margin-bottom: 0; background: transparent linear-gradient(#c1ddd1, #04a7a0) repeat scroll 0% 0%;}


		@media (max-width: 768px) {
		 .grid > .aside-sidebar { background-color: #fbddd8;}	
		}


		@media (max-width: 960px) {
		 .grid > .section-main { padding-right:20px;}	
		}

 		/* functional css                                                         */
 		.grid > * {margin:1em 0;}
 		@media all and (min-width:768px) {
     	.grid {padding-right:320px; overflow:hidden;}
   	  .grid > .section-main {float:left; width:100%; margin:0;}
 	    .grid > .aside-sidebar {width:320px; float:right; margin:0; margin-right:-320px; }

		}




/*---------Responsive Header--*/

.header-wide { 
padding-top:30px;
}


.header-mobile {
  display: none;
}


@media all and (max-width: 960px) {
  .header {
  }
  .header-wide {
    display: none;
  }

 .header-mobile {
    padding-top:30px;
    display: block;
    margin: 0 auto;
  }
}




.responsivefull {
display: block;
	}

 		@media (max-width: 768px) {
 			.responsivefull {
			display:none }
 		}


.responsive768 {
display: none;
	}

 		@media (max-width: 768px) {
 			.responsive768 {
			display:block; 
			max-width:376px;
			margin: 0 auto;
			}
 		}


.responsivepic{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	max-width:400px;
	}

 		@media (max-width: 768px) {
 			.responsivepic {
			float: none;
			text-align:center;
			padding-left: 0px;
			max-width:376px;
 			}
 		}

.centered {
			text-align:center;
margin: 0 auto;
}



/*---------Full page view--*/

 		.gridfull > .section-main {
 			padding-left:20px;
 			padding-right:20px;
 		}


.video-container {
    position: relative;
    padding-bottom: 46.0%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom:20px;
border:1px solid #000000;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*---------Site specific styles--*/


/* search form */
form.search {
	height: 35px;
	background-image: url('/wp-content/themes/html5blank-stable/images/bg-sidebar-search-form.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-position: 0% 50%;

}

.search-input {
padding-top:9px;
padding-left:8px;
	width: 240px;
	border: none;
	background-color: transparent;
}

/* new search button */
.search-submit {
	width: 40px;
	height: 30px;
	text-indent: -999%;
	background-color: transparent;
	border: none;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}

	input::-moz-focus-inner {border:0;}



input[type="text"], input[type="password"], textarea {
 
        background: #f9f9f9;
    border: 1px solid #cccccc;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    padding: 2px;
}

#s {
color: #999999;
font-family: Arial, sans-serif; 
font-size: 13px; 
margin: 0 -31px 0 0; 
padding: 10px 30px 10px 8px;
text-transform: lowercase; 
width: 228px;
 
transition-duration: 400ms;
transition-property: width, background;
transition-timing-function: ease; 
 
/* Safari and Chrome */
-webkit-transition-duration: 400ms;
-webkit-transition-property: width, background;
-webkit-transition-timing-function: ease; 
 
/* Opera */
-o-transition-duration:400ms;
-o-transition-property: width, background;
-o-transition-timing-function: ease; 
 
 
} 



#searchsubmit {
text-indent: -9999px;
background-image: url('/wp-content/themes/html5blank-stable/images/search-submit.png'); 
	background-repeat: no-repeat;

border: medium none;
height: 23px;
width: 21px; 
}


.jcarousel-pagination {visibility: hidden;}



.jw_easy_slider_name {
visibility: hidden;
  content: 'Check this out: ';
}


.jw_easy_slider_name:before {
	content: "Some of Dan's Clients:";
	visibility:visible;
       display:block;
}

.profiletextmaxwidth {
max-width:650px;
line-height:1.5em;

}

.section1index {
border-bottom:10px solid #ffffff;
padding-top:0px;
padding-left:10px;
padding-right:10px;
background-color:#929292; 
display: -webkit-flex;
display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
min-height: 300px;
}

@media (max-width: 768px) {
	.section1index {
		min-height: 100px;
			}
}





/* FLEXBOX */


/* CSS Normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:700;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}pre{white-space:pre-wrap;word-wrap:break-word;}q{quotes:\201C \201D \2018 \2019;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,html input[type=button],/* 1 */
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],input[disabled]{cursor:default;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}body,figure{margin:0;}legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

/* Box-sizing border-box */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }



.box {
  display:flex;
  padding:2px;
align-content:left;
text-align: left;
justify-content: left;
align-items: flex-start;
}


/* Colours for each box */

.box2 { background:#3498db;}
.box3 { background:#9b59b6;}
.box4 { background:#34495e;}
.box5 { background:#f1c40f;}
.box6 { background:#e67e22;}
.box7 { background:#e74c3c;}
.box8 { background:#bdc3c7;}
.box9 { background:#2ecc71;}
.box10 { background:#16a085;}


.flex-container {
  display:inline-flex;
  flex-wrap:wrap;
  text-align:center;
  justify-content:center;
}


.flex-container-no-wrap {
  display:inline-flex;
  flex-wrap:nowrap;
  text-align:left;
  justify-content:left;
}


.newsimagepadding {
width: 100px;
height: 100px;
padding-right:10px;
}


.post-grid-attribution {
padding-bottom:10px;
}

.newsitem {
max-width:376px;
margin: 0 auto;
}

.blackbutton {
background-color:#000000;
padding:20px;
color:#ffffff;
}

.vc_btn3.vc_btn3-color-black, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat {
    color: #fff;
    background-color: #000000 !Important;
}

.indented {
padding-left:15px;
}

.event {
padding-left:5px;
padding-bottom:20px;
}


body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
    list-style-type: disc !important;
    margin: 0 0 0px 0 !important;
        margin-left: 0px;
    overflow: visible;
    padding-left: 0;
}

.page-id-4 h1 {
    display: none;
}

/* fixes image overflow into next slide -Ben 8-16-24 */
.owl-carousel .owl-item {
    border-right: 1px solid #fff;
}

.owl-prev {
margin-left:4px !important;
}
