/* ========== Elements ========== */

/* Table of Contents
==================================================
    #Headings
    #Thumbnails
    #Buttons
    #Accordion
    #Tabs
    #Alerts
    #Infobox
    #Blockquote
    #Dropcaps
    #Lists
    #Forms */
    
    
/*#Headings 
================================================== */ 
	h1 {
		font-weight: 900;
		color: #221e1e;
		/*font-size: 2.25em;*/ /* 36 / 16 */
		font-size:180%;
		letter-spacing: -0.05555556em;
	}
	.banner h1 {font-size: 2.25em;}
	h2 {
		font-weight: 400;
		color: #b0b0b0;
		/*font-size: 1.25em;*/ /* 20 / 16 */
		font-size:160%;
	}
	h3 { /*font-size: 1em;*/ font-weight: 400; font-size:150%;}
	aside h3 {font-size: 100%;}
	h4 { /*font-size: 1em;*/ font-weight: 300; font-size:140%; }	
	h6 { font-size: 0.875em; }
	
/*#Thumbnails 
================================================== */

	.thumb { padding-bottom: 20px; }
	
	.screen-roll {
		display: block;
		position: relative;
	}
	
	.screen-roll span {
		position: absolute;
		z-index: 10;
		width: 100%;
		height: 100%;
		background: #221e1e url('img/thumb-hover.png') no-repeat center center; /* IE 8 */ 
		background: rgba(34, 30, 30, .60) url('img/thumb-hover.png') no-repeat center center;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
		filter: alpha(opacity=0);
		-webkit-transition: opacity .33s linear;
		-moz-transition: opacity .33s linear;
		-o-transition: opacity .33s linear;
		transition: opacity .33s linear;
	}
	
	.screen-roll span:hover {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
		filter: alpha(opacity=100);
		-webkit-transition: opacity .33s linear;
		-moz-transition: opacity .33s linear;
		-o-transition: opacity .33s linear;
		transition: opacity .33s linear;
	}
	
	.thumb img { width: 100%; }
	
	.thumb h3 { padding-top: 30px; }

	.thumb .meta {
		font-size: 0.875em; /* 14 / 16 */
		color: #999999;
	}


		

/*#Buttons
================================================== */

	a.button, .wp-polls .Buttons, a.post-edit-link, .respond#submit, p.form-submit input#submit {
		margin-top: 30px !important;
		border: 0px solid #FFF !important;
		color: #fff;
		background: #009640;
		line-height: 100% !important;
		padding: 8px 20px 11px 20px !important;
		-webkit-border-radius: 3px !important;
		-moz-border-radius: 3px !important;
		border-radius: 3px !important;
		font-family: 'Lato', helvetica, arial, sans-serif !important;
	}
	 .wp-polls .Buttons {color: #fff !important;background: #009640 !important;}

	a.button:hover, .wp-polls .Buttons:hover, a.post-edit-link:hover, .respond#submit:hover, p.form-submit input#submit:hover {
		color: #fff !important;
		background: #221e1e !important;
	}	

	a.button.dark {
		display: inline-block;
		color: white !important;
		background: #221e1e !important;
		line-height: 100%;
		padding: 8px 20px 11px 20px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin-top: 0px !important;
	}
	
	a.button.dark:hover {
		color: #221e1e!important;
		background: #fff !important;
	}
	
	
/*#Accordion 
================================================== */

	.accordionButton {	
		border-bottom: 1px dotted #d0d0d0;
		cursor: pointer;
		padding-top: 20px;
		-webkit-transition: background 0.33s linear;
		-moz-transition: background 0.33s linear;
		-o-transition: background 0.33s linear;
		transition: background 0.33s linear;
	}
		
	.accordionButton:hover {
		background: #f2f2f2;
		-webkit-transition: background 0.33s linear;
		-moz-transition: background 0.33s linear;
		-o-transition: background 0.33s linear;
		transition: background 0.33s linear;
	}	
		
	.accordionButton .heading {
		font-size: 0.875em;
		font-weight: 400;
		padding-bottom: 20px;
		line-height: 105%;
		background: url('img/list-plus.png') no-repeat top left;
		text-indent: 22px;
		margin-left: 5px;
	}	
	 
	.accordionContent {	
		font-size: 0.875em; /* 12/16 */
		padding-left: 22px;
		padding-top: 20px;
		padding-bottom: 10px;
		display: none;
	}
	
	
/*#Tabs 
================================================== */

	#tabs li, #tabs p {
		float: left;
	}
	
	#tabs p {
		font-size: 0.875em; /* 12/16 */
		padding: 20px;
		background: #f2f2f2;
	}
	
	#tabs ul li a {
		font-size: 0.875em; /* 14/16 */
		color: #5c5c5c;
		display: block;
		padding: 8px 13px;
		border-top: 2px solid transparent;
		-webkit-transition: background 0.33s linear;
		-moz-transition: background 0.33s linear;
		-o-transition: background 0.33s linear;
		transition: background 0.33s linear;
	}
	
	#tabs ul li a:hover {
		background: #d0d0d0;
		-webkit-transition: background 0.33s linear;
		-moz-transition: background 0.33s linear;
		-o-transition: background 0.33s linear;
		transition: background 0.33s linear;
	}
	
	#tabs ul li.active a {
		background: transparent;
		border-top: 2px solid #ff2a00;
		background: #f2f2f2;
	}
	
	
/*#Alerts 
================================================== */	
	
	.alert {
		display: block;
		text-align: center;
		padding: 10px 20px;
		font-size: 0.875em;
	}
	
	.alert.error {
		color: #b3696c;
		background: #f9e5e6;
		border: 1px solid #f7c7c9;
		border-left-width: 4px;
		border-right-width: 4px;
	}
	
	.alert.success {
		color: #8FA442;
		background: #E3EBC6;
		border: 1px solid #C2D288;
		border-left-width: 4px;
		border-right-width: 4px;
	}
	
	.alert.info {
		color: #528DA9;
		background: #D8ECF5;
		border: 1px solid #9AC9DF;
		border-left-width: 4px;
		border-right-width: 4px;
	}
	
	.alert.notice {
		color: #C4A21B;
		background: #FCF7D9;
		border: 1px solid #F5DC7D;
		border-left-width: 4px;
		border-right-width: 4px;
	}
			

/*#Info Box 
================================================== */


	.infobox {
		background: #f2f2f2;
		border: 1px solid #DFDFDF;
		padding: 25px;
		
	}
	
	.infobox p { font-size: 0.875em; }
	
	.infobox .button { margin-top: 10px; font-size: 0.875em; }
	
	
/*#Blockquotes 
================================================== */

	blockquote {
		background: #d9d9d9 url('img/quote.png') no-repeat top left;
		padding: 20px 20px 20px 55px;
		font-family: times, timesnewroman, serif;
		font-style: italic;
		font-size: 0.875em;
		letter-spacing: normal;
	}
	
	
/*#Dropcaps
================================================== */

	.dropcap {
		float: left;
		background: #d0d0d0;
		padding: 8px 13px;
		font-size: 14px;
		font-weight: bold;
		color: #474747;
		margin-right: 7px;
	}
	
	.dropcap.dark {
		background: #474747;
		color: #d0d0d0;
	}
	
	
/*#Lists
================================================== */

	.list li {
		font-size: 0.875em;
		padding-left: 20px;
		display: block;
	}
	
	.list.arrow li { background: url('img/list-arrow.png') no-repeat center left; }
	.list.arrow2 li { background: url('img/list-arrow-2.png') no-repeat center left; }
	.list.checklist li { background: url('img/list-check.png') no-repeat center left; }
	.list.checklist2 li { background: url('img/list-check-2.png') no-repeat center left; }
	.list.circle li { background: url('img/list-circle.png') no-repeat center left; }
	.list.star li { background: url('img/list-star.png') no-repeat center left; }
	.list.plus li { background: url('img/list-plus.png') no-repeat center left; }
	.list.dash li { background: url('img/list-dash.png') no-repeat center left; }
	
	
/*#Forms
================================================== */	
		
	.form-field {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.form-field label {
		float: left;
		margin-bottom: 10px;
	}

	.form-field span input, .form-field span textarea {
		border: none;
		outline: none;
		padding: 0 10px;
		width: 100%;
		height: 35px;
		background: #f2f2f2;
		border: 1px solid #DFDFDF;
		-webkit-appearance: none;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #949494;
	}
	
	.form-field span textarea {
		overflow: auto;
		height: 180px;
		padding: 18px;
	}
	
	.form-click input {
		border: none;
		display: inline-block;
		outline: none;
		cursor: pointer;
		text-align: center;
		-webkit-font-smoothing: antialiased;
		text-rendering: geometricPrecision;
		text-decoration: none;
		-webkit-appearance: none;
		font-size: 1em;
		font-family: 'Lato', helvetiva, arial, sans-serif;
		font-weight: 300;
		color: #fff!important;
		background: #ff2a00;
		line-height: 100%;
		padding: 8px 20px 11px 20px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	.form-click input:hover { text-decoration: none; color: #fff!important; background: #221e1e; }		

/*========== Media Queries ==========*/


	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) { 
	
		
	}
	
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
		h1 { line-height: 110%; }
		
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
	
		h1 { line-height: 110%; }
		
		.thumb { padding-top: 20px; }
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) { 
	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {	
	
	
	}
	
	
	/* Targets Retina Enabled Devices */
	@media 
	  only screen and (-webkit-min-device-pixel-ratio: 2),
	  only screen and (   min--moz-device-pixel-ratio: 2),
	  only screen and (   -moz-min-device-pixel-ratio: 2),
	  only screen and (     -o-min-device-pixel-ratio: 2/1),
	  only screen and (        min-device-pixel-ratio: 2),
	  only screen and (                min-resolution: 192dpi),
	  only screen and (                min-resolution: 2dppx) {
	  
	  	.list.arrow li { background: url('img/list-arrow_2x.png') no-repeat center left; }
	  	.list.arrow2 li { background: url('img/list-arrow-2_2x.png') no-repeat center left; }
	  	.list.checklist li { background: url('img/list-check_2x.png') no-repeat center left; }
	  	.list.checklist2 li { background: url('img/list-check-2_2x.png') no-repeat center left; }
	  	.list.circle li { background: url('img/list-circle_2x.png') no-repeat center left; }
	  	.list.star li { background: url('img/list-star_2x.png') no-repeat center left; }
	  	.list.plus li { background: url('img/list-plus_2x.png') no-repeat center left; }
	  	.list.dash li { background: url('img/list-dash_2x.png') no-repeat center left; }
	  	
	  	.list li {
	  		-webkit-background-size: 12px 12px;
	  		-moz-background-size: 12px 12px;
	  		background-size: 12px 12px;
	  	}
	  	
	  	.accordionButton .heading {
	  		background: url('img/list-plus_2x.png') no-repeat top left; 
	  		-webkit-background-size: 12px 12px;
	  		-moz-background-size: 12px 12px;
	  		background-size: 12px 12px; 
	  	}
	  	
	  	blockquote {
	  		background: #d9d9d9 url('img/quote_2x.png') no-repeat top left;
	  		-webkit-background-size: 41px 36px;
	  		-moz-background-size: 41px 36px;
	  		background-size: 41px 36px;
	  	}
	
	}			
/*
     FILE ARCHIVED ON 11:00:05 Nov 07, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:34:15 Feb 01, 2022.
     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: 177.341
  exclusion.robots: 0.086
  exclusion.robots.policy: 0.079
  RedisCDXSource: 0.69
  esindex: 0.009
  LoadShardBlock: 155.933 (3)
  PetaboxLoader3.datanode: 142.016 (4)
  CDXLines.iter: 17.428 (3)
  load_resource: 199.811
  PetaboxLoader3.resolve: 141.317
*/