/*
Theme Name: Versarien
Description: Simple theme with custom menus and lots of Theme Options to let you customise your website.
Author: AR Website Design
Author URI: http://www.arwebsitedesign.co.uk
Version: 1.0
Tags: grid system

License:
License URI:

General comments (optional).
*/

/*
	Apex by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	h1
	{
		font-size: 2.75em;
		letter-spacing: -2px;
		margin: 1em 0;
		padding: 0;
	}

	h2
	{
		font-size: 2.25em;
		letter-spacing: -2px;
		margin: 1.75em 0 1em 0;
	}

	h3
	{
		font-size: 2em;
		font-family: 'Oswald', sans-serif;		
	}

	h4
	{
		font-size: 1em;
		letter-spacing: -2px;
		margin: 1.75em 0 1em 0;
	}

	.side-padded
	{
		padding-left: 2em;
	}

	.right-sidebar
	{
		padding-left: 2em;
	}
	
	.left-sidebar
	{
		padding-right: 2em;
	}
	
	section > :last-child, article > :last-child
	{
		margin-bottom: 0;
	}
	
	.blocks
	{
	}

		.blocks a
		{
		}

		.blocks a:after
		{
			right: 25px;
			bottom: 40px;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		background: #FFF;
		padding: 0;
		height: 335px;
		margin: 0 0 0px 0;
	}

	#banner-wrapper
	{
		margin-top: 1em;
		position: relative;
		background: #FFF;
		padding: 0 0 3em 0;
	}
	
	#banner-wrapper:before
	{
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	
	#search-wrapper
	{
		background: #83022B;
		border-bottom: solid 1px #d9d9d9;
		padding: 2.5em 0 1em 0;
	}
	
	#search-wrapper h3, #search-wrapper p
	{
		color: #FFF;
	}	

	#main-wrapper
	{
		padding: 0em 0 0em 0;
	}
	
	#main-wrapper a, #footer-wrapper a
	{
		color: #FF6E2B;
	}
	
	#main-wrapper .button
	{
		color: #FFF;
		text-shadow: 1px 1px #52001D;
	}	

	#footer-wrapper
	{
		padding: 5em 0 0 0;
	}
	
	#footer-wrapper h3
	{
		color: #FFF;
	}	

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#page-header
	{
		color: #fff;
		position: relative;
		width: 100%;
		margin-bottom: 1em;
		margin-top: -1.6em;
	}

		#page-header h1
		{
			font-size: 2em;
			letter-spacing: -2px;
		}

			#page-header h1 a
			{
				text-decoration: none;
			}
			
			#page-header h1 span
			{
				font-weight: 400;
			}

		
		#page-header nav
		{
			width: 100%;
			margin: 0 auto;	
		}
		
			#page-header nav ul
			{
				text-align: center;
				width: 100%;
				margin: 0 auto;	
			}
		
				#page-header nav ul li
				{
					display: inline-block;
					margin: 0 1.2em;
					font-size: 1.1em;
				}

					#page-header nav ul li a
					{
						outline: 0;
						position: relative;
						text-decoration: none;
						padding: 0.5em 0em 0.5em 0em;
						text-shadow: none;
						text-transform: uppercase;
						font-weight: normal;
						color: #000000;
						
					}
		
					
					#page-header nav ul li .arrow
					{
						padding-right: 2.5em;
					}
					
					#page-header nav ul li .arrow:after
					{
						position: absolute;
						display: inline-block;
						content: '';
						border-top: solid 5px #fff;
						border-left: solid 5px transparent;
						border-right: solid 5px transparent;
						top: 1.15em;
						right: 1em;
					}

			#page-header nav > ul > li > ul
			{
				display: none;
			}

	.dropotron
	{
		background: #FF6E2B;
		padding: 1em 0.5em 1em 0.5em;
		line-height: 2em;
		box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
		opacity: 0.8!important;
	}

		.dropotron a, .dropotron span
		{
			position: relative;
			display: block;
			text-decoration: none;
			color: #fff;
			font-size: 1.2em;
			padding: 0 3em 0 1em;
			
		}
	
		.dropotron .arrow:before
		{
			content: '';
			display: block;
			position: absolute;
			right: 1em;
			bottom: 1em;
			border-left: solid 5px #fff;
			border-top: solid 5px transparent;
			border-bottom: solid 5px transparent;			
		}
		
		.dropotron li:hover > a, .dropotron li:hover > span
		{
			background: rgba(0,0,0,0.15);
		}
	
	.dropotron.level-0
	{
		margin-top: 0;
	}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		width: 100%;
		overflow: hidden;
		height: 350px;
		margin-top: -.58em;
		padding: 0em 2em;
	}
	
		#banner .nav-next, #banner .nav-previous
		{
			position: absolute;
			width: 52px;
			height: 64px;
			z-index: 3;
			transition: opacity .25s ease-in-out;
			-moz-transition: opacity .25s ease-in-out;
			-webkit-transition: opacity .25s ease-in-out;
			opacity: 0;
			cursor: pointer;
			text-align: center;
			line-height: 64px;			
		}

		#banner .nav-next:before, #banner .nav-previous:before
		{
			font-family: FontAwesome;
			text-decoration: none;
			font-size: 72px;
			font-style: normal;
			font-weight: normal;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
			color: #fff;
		}

		#banner:hover .nav-next, #banner:hover .nav-previous
		{
			opacity: 0.45;
		}
		
		#banner .nav-next:hover, #banner .nav-previous:hover
		{
			opacity: 1.0;
		}
	
		#banner .nav-next
		{
			bottom: 20px;
			right: 20px;
		}

		#banner .nav-next:before
		{
			content: "\f105";
		}

		#banner .nav-previous
		{
			bottom: 20px;
			right: 72px;
		}

		#banner .nav-previous:before
		{
			content: "\f104";
		}
	
		#banner .captions
		{			
			background: #fff;
			padding: 5em 7em 1.5em 0;
			color: #444;
			width: 50%;
			float: left;
		}

			#banner .captions:after
			{
				font-family: FontAwesome;
				text-decoration: none;
				font-size: 55px;
				font-style: normal;
				font-weight: normal;
				line-height: 1;
				-webkit-font-smoothing:antialiased;
				-moz-osx-font-smoothing:grayscale;
				cursor: default;
				display: block;
			}
		
			#banner .captions .caption-line-1
			{
				display: block;
				font-size: 29pt;
				letter-spacing: -1px;
				line-height: 1.5em;
				margin: 0 0 .5em 0;
				font-family: 'Oswald', sans-serif;	
			}
		
			#banner .captions .caption-line-2
			{
				display: block;
				font-size: 16pt;
				letter-spacing: -1px;
				line-height: 1.5em;
				color: #444;
			}
			#banner .captions .caption-line-3
			{
				position: absolute;
				bottom: 0;
				left: 0;
				background: #000;
				width: 100px;
				height: 25px;
				
			}
		
		#banner .viewer
		{	
			float: right;
			width: 50%;
			height: 100%;			
		}
		
		#banner .slide
		{	
			height: 100%;			
		}
		
			#banner .slide .caption-1
			{
				display: none;
			}		
			
			#banner .slide .caption-2
			{
				display: none;
			}
			
			#banner .slide .caption-3
			{
				display: none;
			}
			#banner .slide img
			{
				width: 100%;
				height: 100%;
			}
			
			
/*********************************************************************************/
/* Search                                                                        */
/*********************************************************************************/

	#search
	{
		position: relative;
	}
	
		#search span
		{
			position: absolute;
			left: 0;
			top: 0.5em;
		}
	
		#search form
		{
			overflow: hidden;
		}
		
			#search form input.text
			{
				display: block;
				width: 100%;
				height: 34px;
			}
		
			#search form input.button
			{
				width: 34px;
				height: 34px;
				position: absolute;
				right: 0;
				top: 0;
				display: block;
				z-index: 1;
				border: 0;
				padding: 0;
				opacity: 0;
			}
			
			#search form:before {
				content: "\f002";
				font-family: FontAwesome;
				text-decoration: none;
				font-size: 18px;
				font-style: normal;
				font-weight: normal;
				line-height: 1;
				-webkit-font-smoothing:antialiased;
				-moz-osx-font-smoothing:grayscale;
				position: absolute;
				right: 0;
				top: 0;
				z-index: 2;
				background: #7ABAA4;
				color: #fff;
				width: 34px;
				height: 34px;
				line-height: 34px;
				text-align: center;
			}
		
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}
	
		#content > section, #content > article
		{
			margin-bottom: 7.5em;	
		}

		#content > section:last-child, #content > article:last-child
		{
			margin-bottom: 0;
		}
		
			#content section header, #content article header
			{
				border-top: solid 7px #7ABAA4;
				padding-top: 4em;
				margin: 0 0 3em 0;
			}
			
				#content section header h2, #content article header h2
				{
					margin: 0 0 0.5em 0;
				}
				
				#content section.featured header h2, #content article.featured header h2
				{
					font-size: 4em;
					letter-spacing: -3px;
					margin: 0.25em 0 0.75em 0;
				}
				
				#content section header .byline, #content article header .byline
				{
					display: block;
					color: #a0a0a0;
					font-size: 1.25em;
				}
				
				#content section.featured header .byline, #content article.featured header .byline
				{
					font-size: 2em;
					letter-spacing: -2px;
				}

		
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}
	
		#sidebar h2
		{
			font-size: 1.75em;
			letter-spacing: -1px;
		}
	
		#sidebar > section
		{
			margin-bottom: 5em;
		}

		#sidebar > section:last-child
		{
			margin-bottom: 0;
		}
		
			#sidebar section header
			{
				border-top: solid 7px #7ABAA4;
				padding-top: 3.5em;
				margin: 0 0 3em 0;
			}
			
				#sidebar section header h2
				{
					margin: 0 0 0.5em 0;
				}
				
				#sidebar section.featured header h2
				{
					font-size: 4em;
					letter-spacing: -3px;
					margin: 0.25em 0 0.75em 0;
				}

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

	#page-footer
	{
		border-top: 1px solid #FF6E2B;
		background: #fff;
		padding: 3em 3em 2em 5em;
		color: #000;
	}

		#page-footer h2
		{
			font-size: 1.75em;
			letter-spacing: -1px;
		}
	
		#page-footer section
		{
			margin: 0 0 5em 0;
		}

		#page-footer > section:last-child
		{
			margin-bottom: 0;
		}
		
			#page-footer section h2
			{
				margin: 0 0 1.5em 0;
			}
			
		#page-footer a
		{
		}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		text-align: center;
		padding: 2em 0 0 0;
		color: #FFF;
	}
	


/*********************************************************************************/
/* Custom                                                                        */
/*********************************************************************************/


	#outer 
	{
    		width: 100%;
    		overflow: hidden;
    		padding-bottom: 10px;
	}

	#outer > div 
	{
    		width: 100%;
    		height: 1px;
    		background: #FF6E2B;
	}

	.border 
	{
    		width: 100%;
    		height: 5px;
    		background: #FF6E2B;
		margin-bottom: -5px;
	}

	.border2 
	{
    		width: 100%;
    		height: 1px;
    		background: #FF6E2B;
		margin-bottom: -6px;
		
	}

	.line 
	{
    		width: 100%;
    		padding-bottom: 0;
		background: #FF6E2B;
		height: 1px;
		float: left;
	}

	#contact 
	{
    	width: 9em;
    	background: #FF6E2B;
    	float: right;
    	clear: right;
		text-align: center;
		margin-top: -10px;
		padding-top: 0.5em;
		height: 40px;
	}

	#contact a 
	{
    		font-size: 1.1em;
    		text-transform: uppercase;
    		color: #FFF;
    		font-weight: bold;
    		padding: 0 0 0 0;
			text-decoration: none;
    	}

	#phone 
	{
		float: right;
		margin-top: 0.3em;
    	font-weight: bold;		
	}

	
	#phone p 
	{
		line-height: 25px;
  		padding: 0;
  		margin: 0;
  		font-size: 1.7em;
  		text-align: right;
    	font-weight: bold;  
	}
	
	#email 
	{
		float: right;
    	font-weight: bold;	
		margin-top: 0.3em;
	}	

	#email p 
	{
  		padding: 0;
  		margin: 0;
  		font-size: 1.5em;
  		text-align: right;
	}
	
	div.findoutmore
	{
		height: 50px;
		padding: 16px 20px 20px 20px;
		background: #222;
		float: left;
		margin: 0 0 0 0;
		margin-right: 0.3em;
	}
	div.findoutmore a
	{
		color: #fff !important;
		text-decoration: none;
	}		

	.box 
	{
		width: 100%;
		background: #fff;
		color: #444;
		font-size: 1em;
		height: 39em;
		border: 1px solid #FF6E2B;
		padding: 1em 1em 0 1em;
	}

	.box_small 
	{
		width: 100%;
		height: 361px;
		padding-bottom: -2em;
		background: #fff;
		color: #444;
		font-size: 1em;
		border: 1px solid #FF6E2B;
	}

	.box_small a 
	{
		margin: 0;
		padding: 0;
	}

	.box h3 
	{
		font-size: 180%;
		margin-top: -.1em;
		padding: 0;
		color: #444;
	}

	.box_small h3 
	{
		font-size: 150%;
		margin-top: -16px;
		padding-left: 0.5em;
		color: #444;
		font-weight: normal;
	}

	.box h4 
	{
		font-size: 140%;
		margin-top: -6px;
		padding: 0 0 20px 0;
		color: #444;
	}

	.box p
	{
		font-size: 1.25em;
		line-height: 1.5em;
	}
	
	.box_orange
	{
		width: 100%;
		height: 361px;
		padding-bottom: -2em;
		background: #fff;
		color: #444;
		font-size: 1em;
		background: #FF6E2B;
		text-align: left;	
		padding-left: 2em;	
		padding-right: 2em;
	}

	.box_orange a 
	{
		margin: 0;
		padding: 0;
		color: #FFF!important!;
	}
	
	.box_orange p a 
	{
		margin: 0;
		padding: 0;
		color: #FFF!important!;
	}

	.box_orange h3 
	{
		font-size: 300%;
		padding: 0.5em 0em;
		color: #FFF;
		padding-top: 1em;
	}	
	
	.box_orange h4
	{
		font-size: 350%;
		padding: 0.5em 0em;
		color: #FFF;
		text-align: center;
		padding-top: 2.25em;
	}	
		
	
	.box_orange p
	{
		font-size: 190%;
		color: #FFF;
		font-weight: 700;
		line-height: 1.2em;
		padding-top: 0.5em;	
	}	

	ul#footer-links 
	{	
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}

	ul#footer-links li a 
	{
		font-weight: normal;
		font-size: 100%; 
		text-decoration: none; 
		padding: .1em 1.5em 0 1.5em; 
		text-transform: uppercase; 
		color: #000;
	}

	ul#footer-links li 
	{
		display: inline;
		text-align: center;
	}

	.social 
	{
		padding: 0 1.5em 0 1.5em;
		margin-top: -2em;
		margin-left: 1em;		
	}

	.social img
	{
		text-align: center; 
		padding-right: .4em;
		float: left;
	}

	.social a 
	{
		vertical-align: top; 
		color: #000;
		font-weight: bold;
		font-size: 100%; 
		text-decoration: none;
	}

	div.line2
	{
		float: left;
		width: 80%; 
		margin: 0 auto; 
		background: #FF6E2B;
	}

	p.small
	{ 
		font-size: 90%; 
		line-height: 10px; 
		color: #000; 
		font-weight: normal; 
		padding-bottom: 5px;
	}

	.mt
	{
		margin-top: 1.5em;
	}
	
	p.orange
	{
		font-size: 200%; 
		font-weight: bold;
		color: #FF6E2B; 
		padding: 0;
		margin: 0 0 16px 0;
		line-height: 10px;
	}
	
	.article
	{
		margin-top: 3px;
		margin-left: -3px;
	}
	
	.pgm
	{
		margin-right: -25px;
		margin-left: 25px;
		padding: 0;
	}
	
	#static-image
	{
		margin-top: -.2em;
	}
	
		#page-footer > .row
		{
			margin: 0;
			padding: 0;
		}	
		
	.footerbottomrow
	{
		margin-top: -1em;
	}
	
	.footercopyright
	{
		margin-top: 1.5em;
		text-align: center;
		font-weight: 100;
	}	
	
	.readmore
	{
		text-align: right;
		font-size: 1.2em;
	}
	
	.sidebar li
	{
		color: #FFF;
		padding-left: 0px;
	}
	
	.sidebar h2
	{
		margin-top: 0em;
		color: #000;
		line-height: 1.3em;
		font-size: 1.6em;		
	}
	
	.sidebar p
	{
		font-size: 1.5em;		
	}	
	
	.sidebar h1
	{
		margin-top: 0em;
		color: #000;
		line-height: 1.3em;
		font-size: 2em;
	}

	.canvas 
	{
		margin-top: 3px;
		margin-left: -1.7em;
	}
	
	.sitemap
	{
		margin-top: 3px;	
	}
	
	iframe
	{
		height: 350px;
		width: 40em;
		margin-top: 3px;
	}
	
/*
     FILE ARCHIVED ON 05:30:36 Apr 30, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:18:17 Nov 21, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.779
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.019
  esindex: 0.015
  cdx.remote: 6.969
  LoadShardBlock: 115.004 (3)
  PetaboxLoader3.datanode: 181.635 (4)
  load_resource: 245.336
  PetaboxLoader3.resolve: 173.609
*/

@charset 'UTF-8';
@import url('https://web.archive.org/web/20210430053023cs_/http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic');
@import url('/web/20210430053023cs_/http://www.versarien-technologies.co.uk/wp-content/themes/versarien/css/font-awesome.min.css');

/*
	Apex by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body, input, textarea
	{
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

	body
	{
		background: #fff;
		color: #1d1d1d;
		font-size: 10pt;
		line-height: 1.75em;
	}

	a
	{
		text-decoration: underline;
	}

		a:hover
		{
			text-decoration: none;
		}

	h1,h2,h3,h5,h6
	{
		font-weight: 300;
		color: #373737;
	}

	h3
	{
		font-weight: 400;
		margin: 0 0 0.5em 0;
		color: #000;
	}
	
	h3 a
	{
		text-decoration: none;
		color: #000!important;
		font-size: 0.7em;
	}	
	
	.market h3
	{
		text-align: center;
	}

	ul
	{
		margin-bottom: 1em;
	}
	
	#main-wrapper ul li
	{
		list-style-type: disc;
		margin-left: 2em;
	}

	p, #main-wrapper ul
	{
		margin-bottom: 1.5em;
		font-size: 1.25em;
		line-height: 1.5em;
	}
	
	.logo
	{
		padding-right: 3em;
	}

	form
	{
	}
	
		form select
		{
			-webkit-appearance: none;
			border-radius: 0.5em;
			padding: 0.5em;
			margin-bottom: 1.5em;
			width: 20em;
			-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px;
			-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px;
			box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px;  			
		}

		form input
		{
			border: solid 1px #d9d9d9;
			padding: 0.5em 1em 0.5em 1em;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		
		form input.button
		{
			cursor: pointer;
			background: #9E3B58;
		}
		
		.newsletterbutton 
		{
			background: #9E3B58;
			color: #FFF;
			border-radius: 0.5em;
			-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px;
			-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px;
			box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px;  			
		}
	
	.grid-spaced
	{
	}

		.grid-spaced > .row
		{
			margin-bottom: 2em;
		}

		.grid-spaced > .row:last-child
		{
			margin-bottom: 0;
		}
	
	.date
	{
		display: none;
	}
	
	.image
	{
		display: inline-block;
		padding: 3px;
	}

		.image img
		{
			display: block;
		}

	.image-fit
	{
		display: block;
		margin: 0 0 0.5em 0;
	}

		.image-fit img
		{
			width: 100%;
		}
		
	.image-fit-markets
	{
		display: block;
		margin: -1em 0 0.5em 0;
	}

		.image-fit-markets img
		{
			width: 100%;
		}		
		
	.align-left
	{
		float: left;
		margin-right: 2em;
	}
		
	.blocks
	{
	}

		.blocks a
		{
			position: relative;
			display: block;
			color: #fff;
			text-decoration: none;
			padding: 3em 7em 3em 2em;
			margin: 0 0 0.5em 0;
			outline: 0;
			transition: background-color .25s ease-in-out;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
		}

		.blocks a:after
		{
			content: "\f0a9";
			font-family: FontAwesome;
			text-decoration: none;
			font-size: 55px;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;

			display: block;
			width: 48px;
			height: 48px;
			position: absolute;
		}

		.blocks p
		{
			font-size: 1.25em;
			margin: 0;
			color: rgba(255,255,255,0.8);
		}
		
		.blocks h2
		{
			color: #fff;
			font-size: 2.25em;
			letter-spacing: -1px;
			margin: 0 0 0.5em 0;
			line-height: 1em;
		}

		.blocks .one
		{
			background: #7ABAA4;
		}
		
			.blocks .one:hover
			{
				background: #8ACAB4;
			}
			
		.blocks .two
		{
			background: #007C9E;
		}

			.blocks .two:hover
			{
				background: #108CAE;
			}
		
		.blocks .three
		{
			background: #2f2f2f;
		}

			.blocks .three:hover
			{
				background: #3f3f3f;
			}
		
	ul.style1
	{
	}

		ul.style1 li
		{
			border-top: solid 1px #d9d9d9;
			padding: 1.5em 0 0 0;
			margin: 1.5em 0 0 0;
		}
		
		ul.style1 li:after
		{
			content: '';
			display: block;
			clear: both;
		}
		
		ul.style1 li:first-child
		{
			padding-top: 0;
			border-top: 0;
		}
		
		ul.style1 p
		{
			margin: 0 0 0.5em 0;
		}

	ul.style2
	{
		margin-bottom: 3em;
	}

		ul.style2 li
		{
			padding: 0 0 0 0;
			margin: 0 0 0 0;
		}
		
		ul.style2 li:after
		{
			content: '';
			display: block;
			clear: both;
		}
		
		ul.style2 li:first-child
		{
			padding-top: 0;
			border-top: 0;
		}
		
	ul.posts
	{
	}

		ul.posts h3
		{
			margin: 0.25em 0 0.25em 0;
		}

		ul.posts p
		{
			margin-bottom: 0.1em;
		}
		
	ul.contact
	{
	}
	
		ul.contact li
		{
			position: relative;
			margin: 0 0 2.1em 0;
			padding: 0 0 0 60px;
		}
		
		ul.contact li:before
		{
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;

			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 32px;
			height: 32px;
			background: #676767;
			color: #fff;
			line-height: 32px;
			text-align: center;
		}

		ul.contact li:after
		{
			content: '';
			display: block;
			clear: both;
		}
		
	.button
	{
		position: relative;
		display: inline-block;
		background: #9E3B58;
		color: #fff;
		margin-bottom: 2em;
		padding: 1.2em 2.5em 1.2em 1.75em;
		border-radius: 0.5em;
		border: 1px solid #D19CAC;
		text-decoration: none;
		font-size: 1.1em;
		outline: 0;
		transition: background-color .25s ease-in-out;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
			-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px;
			-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px;
			box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px;  		
	}
	
		.button:hover
		{
			background: #8C153B;
		}
	
		.button:before
		{
			content: '';
			display: block;
			position: absolute;
			right: 1.75em;
			bottom: 1.6em;
			border-left: solid 5px #fff;
			border-top: solid 5px transparent;
			border-bottom: solid 5px transparent;			
		}
		
	.button-alt
	{
		background: #2f2f2f;
	}
	
		.button-alt:hover
		{
			background: #3f3f3f;
		}
		
/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon
	{
		text-decoration: none;
	}

		.icon:before
		{
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}
		
.space
{
	margin-top: 4em;
}		
		
.fb-like-box
{
	background: #FFF;
}

	div.back
	{
		height: 50px;
		padding: 16px 20px 20px 20px;
		background: #222;
		float: right;
		margin: -40px 0 0 0;
		margin-right: 0.3em;
	}
	div.back a
	{
		color: #fff !important;
		text-decoration: none;
	}	
	
	div.findoutmore
	{
		height: 50px;
		padding: 16px 20px 20px 20px;
		background: #222;
		float: left;
		margin: 0 0 0 0;
		margin-right: 0.3em;
	}
	div.findoutmore a
	{
		color: #fff !important;
		text-decoration: none;
	}	
	
	.contactform
	{
		background: #FF6E2B;
		padding: 2em;
	}
	
	.contactform p
	{
		color: #FFF;
	}	
	
	.sidebar
	{
		background: #FF6E2B;
		padding: 2em;
		margin-top: 6px;
		margin-bottom: -6px;
	}	
	
	.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6, .sidebar p, .sidebar a
	{
		color: #fff;
	}	
	
	.sidebar li a
	{
		color: #FFF!important;
		padding-left: 0px;
	}

    .textwidget p a
	{
		color: #fff!important;
	}	

	.alignright
	{
		float: left;
		padding-right: 2em;
	}	
	
	.tagcloud a
	{
		color: #FFF!important;
		padding-left: 0px;
		font-size: 1.5em;
	}	
	
	.postmeta
	{
		font-size: 1.5em;
		margin-top: 1em;
	}
	
	.toptopic
		{
			padding: 0em 5em;
		}
		
	.paddingforline
		{
			padding: 0em 4.9em 0em 3.1em;
		}
		
.alignright
{ float: right;
  margin: 0 10px 10px 0;
}		
/*
     FILE ARCHIVED ON 05:30:23 Apr 30, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:18:19 Nov 21, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.478
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.045
  esindex: 0.008
  cdx.remote: 9.913
  LoadShardBlock: 975.751 (3)
  PetaboxLoader3.datanode: 728.166 (4)
  PetaboxLoader3.resolve: 1674.999 (3)
  load_resource: 1514.277
*/
.footerbottomrow .mt p a:last-child {
    pointer-events: none;
}