/*
	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-size : 1.1em;
background: transparent linear-gradient(#ffffff, #ffffff) repeat scroll 0% 0%;

}

.top-header {
width:100%;
padding-top:0px;
padding-left:10px;
padding-right:10px;
background-color:#ffffff; 
display: -webkit-flex;
display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
flex-direction:row;
}



@media (max-width: 768px) {
	.top-header {
flex-direction:column;
			}
}


.logo-container {
width:40%;
margin: 0 auto;
padding-top:20px;
padding-bottom:20px;
}

@media (max-width: 768px) {
	.logo-container {
width:100%;
padding-top:0px;
padding-bottom:0px;
			}
}


.locations {
color:#4e306c;
font-weight:bold;
width:20%;
}

@media (max-width: 960px) {
	.locations {
width:100%;
padding-bottom:20px;			}
}


.top-menu-container {
width:40%;
}

@media (max-width: 768px) {
	.top-menu-container {
width:100%;
padding-bottom:20px;
			}
}

.page-title {
font-size:40px;
font-weight:bold;
color:#ffffff;
text-shadow: 2px 2px 4px black;
}

.header-logo {
width:400px;
margin: 0 auto;
}
 		@media (max-width: 768px) {
 			.header-logo {
 				width:300px;
				margin: 0 auto;
				padding-top:20px;
				padding-bottom:20px;
				
 			}
 		}






.wrapper {}



/*Typography*/


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

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

}

h1 {
color: #8348b7;
margin-bottom : 0.2em;
margin-top : 0px;
font-size : 2em;
line-height : 1.6;
font-size : 1.6em;
margin-bottom:20px;

}


h2 {
color: #149fa2;
margin-bottom : .5em;
margin-top : .5em;
font-size : 1.4em;
line-height : 1.8;

}

.h2a a {
color: #149fa2;
-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;
 

}

.h2a a:visited {
color: #149fa2; }

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

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


h3 {
color: #6b3d24;
margin-bottom : 0.3em;
font-size : 1.2em;
line-height : 1.8; 
 
}



	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,
ol {
margin : 1.5em 0 1.5em 0;
padding : 0 0 0 24px; }


li ul {
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ 
}

ul li {
    margin-left:15px;
    padding-bottom:10px;
}



ul ul li {
}

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: #e3feff;  
  padding: 20px 20px 20px 120px;
  margin: 1.5em 10px;
  color: #000000;
  border-radius: 20px;
}

.results,
#tab-description blockquote {
  background-color: #fff8f0;  
  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: 1.5em; color: #b75dd9; font-weight: 700; }
.phonelink A:link {text-decoration: none; color: #00529e; font-weight: 700; }
.phonelink A:visited {text-decoration: none; color: #b75dd9; font-weight: 700; }
.phonelink A:active {text-decoration: none; color: #b75dd9;}
.phonelink A:hover {text-decoration: underline; color: #e39b45;}

.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 : #b75dd9;
-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: #b75dd9;

}

a:visited {
color : #b75dd9; }

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

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

.newsatt {
font-size : 10px;
padding-bottom:10px;
}

.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;
 
}

.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;
}

.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%;
			margin: 0 auto;
			padding: 0px 0px 0px 0px;
			position: relative;
			color: #000;
			text-align: center;
		}



.header-wide { 
text-align:center;
}

.header-mobile {
  display: none;
}


@media all and (max-width: 630px) {
  .header {
  }
  .header-wide {
    display: none;
  }
 .header-mobile {
    display: block;
  background-color:#ffffff;
  }
}





	#maincontentcontainer {
		width: 100%;

	}






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

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





			#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-bar {
background: transparent linear-gradient(#4e306c, #4e306c) 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; }
		footer a:hover { color: #ffcc00; text-decoration: none; }


.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 !important;}


.copyright {color:#999;}
.copyright A:link {text-decoration: underline; color: #b75dd9;}
.copyright A:visited {text-decoration: underline; color: #b75dd9;}
.copyright A:active {text-decoration: underline; color: #b75dd9;}
.copyright A:hover {text-decoration: underline; color: #e39b45;}


.information-banner {
color:#ffffff;
background-color:#7eb927;
padding-top: 10px;
padding-bottom: 10px;
font-size: 20px;
}


.highlight-green {
  background-color: #a5f52d;
  padding:3px;
  font-weight: bold;
  font-size: 22px;
}

 		@media (max-width: 768px) {
 			.highlight-green {
			  padding:0px;
 			}
 		}


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


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







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


/*------------------------------------*\
    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;
}



.responsivespace{
height:0px;
display:none;
	}

 		@media (max-width: 768px) {
 			.responsivespace {
			height:10px;
			display:block;
 			}
 		}



/*------------------------------------*\
    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-color:#c1e5ff; }


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


		@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; }

		}







.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;
			margin: 0 auto;
			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--*/


.orangeborder {
border:1px solid #9e606b;
padding-left: 0px;
padding-right: 0px;}

.noborder {
padding-left: 0px;
padding-right: 0px;}


.color {
background-color:#ff0000;
}


#menu-practice-areas
{
    list-style-type: none;
   line-height : 1.5;
}

#menu-practice-areas a {
color : #344da1;
-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;
}

#menu-practice-areas a:visited {
color : #344da1; }

#menu-practice-areas a:focus {
outline : thin dotted;
color : rgb(0,0,0); }

#menu-practice-areas a:hover,
a:active {
outline : 0;
color : #73919d;
text-decoration: underline;
}


/* search form */
form.search {
	height: 35px;
	background-image: url('https://www.wnyemploymentlaw.com/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('https://www.wnyemploymentlaw.com/wp-content/themes/html5blank-stable/images/search-submit.png'); 
	background-repeat: no-repeat;

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

 
}


.textwidget {color:#000000;}
.textwidget h2 {color:#02529b;}

.slideshowlink {display: none;}

.widget-link {color:#02529b;} 
.widget-link a {color:#02529b;} 

.mp3-download {border:1px solid #fcc173; background-color:#fff6e5; padding:10px 10px 10px 10px;}

.yellow-box {border:1px solid #fcc173; background-color:#fff6e5; padding-top:20px;}

.yellow-box-left {border:1px solid #fcc173; background-color:#fff6e5; padding-top:10px; text-align:left; padding-left:10px;}



  .spacer-960-olny {
  display: block;
min-height:10px;
  }


@media all and (max-width:790px) {
  
  .spacer-960-olny {
  display: none;
  }

}


.bluebox {
border:1px solid #395a7d;
height: margin-top: 20px;
min-height:130px;
}

.blueboxheader {
	background:#395a7d;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	max-width:960px;
	margin: 0 auto;
	color:#ffffff;
	margin: 0;
	padding: 5px;
	font-size:16px:;
	font-weight: bold;
	text-align:center;

}


.blueboxcontent {
padding-top: 30px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 30px;
text-align:center;
min-height:100px;

}

.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;
			}
}




.section2index {
border-bottom:10px solid #ffffff;
padding-left:10px;
padding-right:10px;
background-color:#000000;
color:#ffffff;
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) {
	.section2index {
		min-height: 100px;
			}
}

.section3index {
border-bottom:10px solid #ffffff;
padding-left:10px;
padding-right:10px;
background-color:#000000;
color:#ffffff;
display: -webkit-flex;
display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
min-height: 250px;
}

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


.section4index {
border-bottom:10px solid #ffffff;
padding-left:10px;
padding-right:10px;
background-color:#ebebeb; 
color:#000000;
display: -webkit-flex;
display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
min-height: 250px;
}

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

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

@media (max-width: 768px) {
	.section5index {
		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;
  color:white;
  padding:2px;
align-content:left;
text-align: left;
justify-content: left;
align-items: flex-start;
}

.box-pdf {
  display:flex;
  color:white;
padding-top:7px;
padding-right:5px;
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;
}



.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;
}


ul li, ol li {
padding: 5px 0px;
}

#mc_embed_signup .button {
background-color:#96a63a !important;
}

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

.product-remove {
font-family: arial
}


.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
background:#e6a457 !important;
background-color:#e6a457 !important;
color:white !important;
text-shadow: transparent !important;
box-shadow: none;
border-color:#0055a5 !important;

}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
background:#e6a457 !important;
background-color:#e39942 !important;
color:white !important;
text-shadow: transparent !important;
box-shadow: none;
border-color:#0055a5 !important;

}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
background: #b75dd9 !important;
color:white !important;
text-shadow: transparent !important;
border-color:#b75dd9 !important;

}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
background: #e6a457 !important;
box-shadow: none;
}

.woocommerce ul.products li.product .price {
    color: #ff0000 !important;
    font-weight: 400;
    font-size: .857em;
}

.cols_4 .product {
    padding: 1.2rem;
}


.woocommerce div.product div.images img {
    display: block;
    width: 90% !important;
    height: auto;
    box-shadow: none;
}

woocommerce-product-gallery__trigger {
display:none;
}

.related products {
  display: none;
}

.renew-login-message {
font-size:14px;
}