/*
	Google font Source Sans Pro  400, 600, 700
	GREEN	: #81B300;
	BLUE	: #0679A5;
	ORANGE	: #FEC224;

	Pixel to Em conversions:
	32px = 2.0rem
	30px = 1.875rem
	28px = 1.750rem
	26px = 1.625rem
	24px = 1.500rem
	22px = 1.375rem
	20px = 1.250rem
	18px = 1.125rem
	16px = 1.0rem
	15px = 0.938rem
	14px = 0.875rem
	13px = 0.813rem
	12px = 0.750rem

*/

@font-face {
    font-family: 'Entypo';
    src: url('https://d9a476.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/css/fonts/entypo.eot');
    src: url('https://13d9e3.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/css/fonts/entypo.eot#iefix') format('embedded-opentype'),
         url('https://0bc05c.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/css/fonts/entypo.woff') format('woff'),
         url('https://e01227.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/css/fonts/entypo.ttf') format('truetype'),
         url('https://11ac02.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/css/fonts/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-size: 100%;
	line-height: 1.4;
	color:#555555;
	font-family: Helvetica Arial, sans-serif;
	background-color:#0679A5;

}
pre, code {
	font-size: 18px;
	font-size:1.125rem;
	/* Monospace fonts can be hard to read */
	font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}
h1 {
	font-family: Rockwell, serif;
	font-size:36px;
	font-size:2.250rem;
	line-height: 1.1;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #1FB25A;

	font-weight:600;
	/*
	letter-spacing: 1px;
	text-shadow: 0 1px 1px #888888;
	 */
}
h1 a {
	color: #000;
	text-decoration:none;
}

h1.page-title {
	font-size:26px;
	font-size:1.625rem;
	border-bottom:1px solid #000;
}
h2 {
	font-family: Rockwell, serif;
	font-size:24px;
	font-size:1.500rem;
	margin-top: 5px;
	margin-bottom: 8px;
	line-height: 1.1;
	color: #EB7E2B;
	font-weight:600;
	/* text-shadow: 0 1px 1px #888888; */
}
h3 {
	font-size:20px;
	font-size:1.250rem;
	margin-top: 5px;
	margin-bottom: 8px;
	line-height: 1.2;
	color: #337F84;
	font-weight:600;
}

h4 {
	font-size:18px;
	font-size:1.125rem;
	margin-top:5px;
	margin-bottom:8px;
	color: #4E4E4E;
	font-weight:400;
	line-height: 1.2;
}

h5 {
	font-size:15px;
	font-size:0.938rem;
	margin-top:5px;
	margin-bottom:8px;
	color: #555555;
	font-weight:400;
}

h6 {
	font-size:12px;
	font-size:0.750rem;
	margin-top: 5px;
	margin-bottom: 8px;
	color: #555555;
	font-weight: 400;
}

address p {
	font-family:Rockwell, serif;
	font-size:14px;
	font-size:0.875rem;
	margin-top:0;
	padding:0;
	color: #555555;
	font-weight:400;
	text-align:center;
	font-style:normal;
}

p,li,td {
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-size:1rem;
	font-weight:400;
	color:#555555;
	word-wrap: wrap;
}

/** block-level elements **/
p, ul, ol, dl, pre, table, fieldset, blockquote {
	margin-top: 0.500em;
	margin-bottom: 0.500em;
}

/* style blockquotes */
blockquote {
    padding:10px;
    padding-left:40px;
}

blockquote:before {
    display: block;
    font-size: 500%;
    content: "\201C";
    height: 1px;
    margin-left: -0.55em;
    position:relative;
    top:-25px;
    color:#9F9F9F;
}

/** lists **/
ul, ol,  dd {
	margin-left: 0;
	padding-left: 2em;
}

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: decimal; }
p, li { margin: 3px 0 8px; }


/** tables **/

#content table {
	border:1px solid #efefef;
	border-collapse:collapse;
	margin:15px 0;
	padding:0;
}

td {
	width:auto;
	vertical-align:middle;
}


/** links **/

a:link, a:visited {color: #00A4E4; text-decoration:none;}
a:hover, a:focus, a:active { color: #0290C8; }

a.button{
	color:#000;
	display:inline-block;
	padding:8px 10px;
	margin:0 2px;
	font-size:16px;
	font-size:1rem;
	background:#00A4E4;
	border:1px solid #0290C8;
	text-decoration:none;
	font-weight:600;
	-webkit-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:  0px 0px 1px 2px rgba(155, 155, 155, .3);
	 box-shadow:  0px 0px 1px 2px rgba(155, 155, 155, .3);
	behavior: url('https://50876d.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/css/PIE.htc');
}

h1 a:link, h1 a:visited { color: #1FB25A; }
h1 a:hover, h1 a:focus, h1 a:active { color: #1FB25A;  }

h2 a:link, h2 a:visited { color: #EB7E2B; }
h2 a:hover, h2 a:focus, h2 a:active { color: #EB7E2B; }

h3 a:link, h3 a:visited { color: #337F84; }
h3 a:hover, h3 a:focus, h3 a:active { color: #337F84; }

/** images **/
img { border: 0; }

/** horizontal rules **/
hr {
	height: 1px;
}

hr.clear {
    border: 0 none;
    clear: both;
    display: block;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
    width: 0;
}

/** forms **/
form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 3px 0 8px 0;
	padding: 0.5em;
}

.clear
{
	width: 100%;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	clear: both;
}

.clearfix:after {
		visibility: hidden;
		display: block;
		content: "";
		clear: both;
		height: 0;
 }
* html .clearfix             { zoom: 1; } /** IE6 */
*:first-child+html .clearfix { zoom: 1; } /** IE7 */

.center, p img.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.left { text-align: left; }
.right { text-align: right; }

.grcmc {
	text-align:right;
	padding-right:20px;
	font-size:12px;
	font-size:0.750rem;
}

.small {
	font-size: 14px;
	font-size:.875rem;
}


/** LAYOUT  */


#container {
	width:960px;
	margin:0 auto;
	height:100%;
	/*
	-webkit-box-shadow:  0px 0px 4px 1px rgba(33, 33, 33, .3);
    box-shadow:  0px 0px 4px 1px rgba(33, 33, 33, .3);
	behavior:url('https://50876d.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/css/PIE.htc');
	*/
}


#hdr-top {
	width:100%;
	/* height:115px; */
	position:relative;
	padding-bottom:15px;
	background: #F0F0F0;
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F0F0F0 50%,  #DFDFDF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF),color-stop(50%, #F0F0F0), color-stop(100%,#DFDFDF ));
	background-image: -webkit-linear-gradient(top,  #FFFFFF 0%,#F0F0F0 50%,#DFDFDF 100%);
	background-image: -o-linear-gradient(top,  #FFFFFF 0%,#F0F0F0 50%, #DFDFDF  100%);
	background-image: -ms-linear-gradient(top,  #FFFFFF 0%,#F0F0F0 50%, #DFDFDF 100%);
	background-image: linear-gradient(to bottom,  #FFFFFF 0%,#F0F0F0 50%, #DFDFDF 100%);
}


#hdr-top #menu-trigger {
	display:none;
	position:absolute;
	right:15px;
	top: 35px;
	background:transparent;
}

#hdr-top #menu-trigger span {
	background-color:#405861;
	height:3px;
	width:24px;
	display:block;
	margin-bottom:4px;
}

#hdr-mobile {
	width:100%;
	margin:0;
	padding:0;
	z-index:2;
}

#primary-mobile {
	width:100%;
	margin:0;
	padding:0;
	display:none;
	-webkit-box-shadow:  0px 2px 1px 0px rgba(66, 66, 99, .3);
	box-shadow: 0 2px 1px 0 rgba(66, 66, 99, .3);
	z-index:2;
}

#primary-mobile ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#primary-mobile li {
	position:relative;
	letter-spacing:1px;
	font-size:14px;
	font-size:.875rem;
	font-weight:700;
	line-height: 1.2;
	vertical-align:middle;
	margin:0;
	padding:0;
}

#primary-mobile li:last-child {
	 border-bottom:none;
}

#primary-mobile li.current {
	background-color: #FDCB4C;
}

#primary-mobile a {
    display:block;
    padding:10px 5px 10px 10px;
    color:#fff;
    text-decoration:none;
    text-shadow:0 1px 1px #0f3f53;
  }

#primary-mobile li,
#primary-mobile a:link,
#primary-mobile a:visited  {
	color:#000;
	background-color: #E1AF31;
}

#primary-mobile li.current,
#primary-mobile li.current a,
#primary-mobile a:active  {
	color:#000;
	background-color: #FDCB4C;
}

/* START OUT WITH ALL SUBMENUS HAVING A PLUS ICON - background image call in sites css file*/
#primary-mobile > ul > li.has_subs > a:after,
#primary-mobile > ul > li.current.has_subs > ul > li.current.has_subs > a:after {
  content:'';
  display:block;
  width:20px; height:20px;
  vertical-align:middle;
  margin-left:5px;
  float:right;
}

#primary-mobile ul ul li.has_subs > a:after {
	content:'';
	display:block;
	width:20px; height:20px;
	vertical-align:middle;
	margin-left:8px;
	float:right;
  }


/* ADD CLASS PLUS TO SHOW PLUS ICON THROUGH JAVASCRIPT */
#primary-mobile > ul > li.has_subs.plus > a:after,
#primary-mobile > ul > li.current.has_subs > ul > li.current.has_subs.plus > a:after {
  content:'';
  display:block;
  width:20px; height:20px;
  vertical-align:middle;
  margin-left:5px;
  float:right;
}

#primary-mobile ul ul li.has_subs.plus > a:after {
	content:'';
	display:block;
	width:20px; height:20px;
	vertical-align:middle;
	margin-left:8px;
	float:right;
  }


/* ADD CLASS MINUS TO SHOW MINUS ICON THROUGH JAVASCRIPT */
#primary-mobile > ul > li.has_subs.minus > a:after,
#primary-mobile > ul > li.current.has_subs > ul > li.current.has_subs.minus > a:after {
  content:'';
  display:block;
  width:20px; height:20px;
  vertical-align:middle;
  margin-left:5px;
  float:right;
}

#primary-mobile ul ul li.has_subs.minus > a:after {
	content:'';
	display:block;
	width:20px; height:20px;
	vertical-align:middle;
	margin-left:8px;
	float:right;
  }


/* 2nd LEVEL */

#primary-mobile ul ul {
    display:none;
 }

/* if the current li has a submenu open it */
#primary-mobile ul li.current.has_subs ul {
	display:block;
	background-color: #F2BB30;
}

/* and close any deeper sublevels */
#primary-mobile ul li.current.has_subs ul ul {
	display:none;
}

#primary-mobile ul ul a {
	display:block;
	padding:10px 0;
	margin-left:5%;
	width:95%;
}

/* reset background for any subs under a parent current */
#primary-mobile ul li.current.has_subs ul li,
#primary-mobile ul li.current.has_subs ul a {
	 background-color: #E1AF31;
}

/* add background to current item */
#primary-mobile ul li.current.has_subs ul li.current,
#primary-mobile ul li.current.has_subs ul li.current a {
	background-color: #FDCB4C;
}

#primary-mobile ul li.current.has_subs ul a:active  {
	color:#000;
	background-color: #FDCB4C;
}


/* a lighter bottom border */
#primary-mobile ul ul li {
	/* border-bottom:1px solid #F2BB30; */
	border-bottom:none;
}


/* 3rd LEVEL */
#primary-mobile  ul ul ul {
	display:none;
}

/* if the current li has a submenu open it */
#primary-mobile ul li.current.has_subs ul li.current.has_subs ul {
	display:block;
}

/* and close any deeper sublevels */
#primary-mobile ul li.current.has_subs ul ul ul {
	display:none;
}

#primary-mobile  ul ul ul a {
	display:block;
	padding:10px 0;
	margin-left:40px;
	width:240px;
}

/* reset background for any subs under a parent current */
#primary-mobile ul li.current.has_subs ul li.current.has_subs li,
#primary-mobile ul li.current.has_subs ul li.current.has_subs ul li a {
	 background-color: #E1AF31;
}

/* add background to current item */
#primary-mobile ul li.current.has_subs ul li.current.has_subs ul li.current,
#primary-mobileul li.current.has_subs ul li.current.has_subs li.current a {
	background-color: #FDCB4C;
}

#primary-mobile ul li.current.has_subs ul li.current.has_subs ul li a:active  {
	color:#000;
	background-color: #FDCB4C;

}

/* a lighter bottom border */
#primary-mobile ul ul ul li {
	/* border-bottom:1px solid #F2BB30; */
	border-bottom: none;
}


/** Area with submenu, tabs, and appropriate icon */
#hdr-callout {
	width:100%;
	min-height:200px;
	position:relative;
	background:transparent;
}
#hdr-callout-inner {
	padding:10px;
}
#hdr-callout-right {
	/*
	width:15%;
	float:right;
	*/
	width:200px;
	position:absolute;
	top:20px;
	right:20px;
	text-align:center;
}

#hdr-callout-left {
	width:75%;
	float:left;
}
.index #hdr-callout-left {
	width:65%;
}
#color-tabs {
	position:absolute;
	left:10px;
	bottom:0px;
	overflow:hidden;
	height:45px;
	text-align:center;
	vertical-align:top;
}
#color-tabs p {
	margin:0;
	padding:0;
}

#color-tabs a:link,
#color-tabs a:visited {
	color: #FFFFFF;
}
#color-tabs a:hover,
#color-tabs a:active {
	color:  #F0F0F0;
}

a#tab1,
a#tab2,
a#tab3,
a#tab4 {
	display:block;
	float:left;
	height:10px;
	margin:20px 0 0 10px;
	padding:20px 0 0 0;
	font-size:20px;
	font-size:1.250rem;
	line-height:1.4;
}

.index a#tab1,
.index a#tab2,
.index a#tab3,
.index a#tab4 {
	height:35px;
	margin-top:0;
	line-height:.5;
}

a#tab1  {
	width: 149px;
	height:5px;
	background:transparent url('https://560e08.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/layout_imgs/tab-orange.png') no-repeat left top;
	z-index:0;
	overflow:hidden;
	text-shadow: 1px 1px 0px #d93030;
	filter: dropshadow(color=#d93030, offx=1, offy=1);
}


a#tab2 {
	width: 130px;
	background:transparent  url('https://e7b4d5.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/layout_imgs/tab-red.png') no-repeat left top;
	z-index:0;
	overflow:hidden;
}
a#tab3 {
	width: 103px;
	background:transparent  url('https://86c111.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/layout_imgs/tab-green.png') no-repeat left top;
	z-index:0;
	overflow:hidden;
}
a#tab4 {
	width: 130px;
	background:transparent  url('https://af3835.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/layout_imgs/tab-blue.png') no-repeat left top;
	z-index:0;
	overflow:hidden;
}
a#tab1:hover,
a#tab2:hover,
a#tab3:hover,
a#tab4:hover {
	height:35px;
	margin-top:0;
	line-height:.5;
}


#searchbox-div {
	position:relative;
	width:18%;
	float:right;
	margin-right:10px;
	margin-top:20px;
}

#searchbox {
	position:relative;
	width: 100%;
	height: 30px;
	padding: 0;
	background-color:#F0F0F0;
	color:#888;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior: url('https://50876d.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/css/PIE.htc');
}

#searchForm {
	height:25px;
}

#searchText {
	margin-left:10px;
	border:none;
	border-width:0;
	color:#888;
	background-color:#F0F0F0;
}

/* magnifier */
#search-submit {
    background: url("https://4bfb79.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/layout_imgs/search-magnifier.png") no-repeat scroll 100% 0 transparent;
    border: medium none;
    color: #FFFFFF;
    height: 24px;
    position: absolute;
    right: 5px;
    top: 0;
    width: 24px;
    z-index: 1;
}
#search-submit:hover {
	cursor:pointer;
}

#content {
	position: relative;
	width: 100%;
	background-color:#FFFFFF;
}
#content article {
	padding-top:10px;
}

#left-column {
    width: 25%;
	height: 100%;
    min-height: 100%;
    position: relative;
	float:left;
	margin-left:10px;
}

#left-column-inner {
	padding:5px;
}

#main-column {
    width:70%;
	float: left;
    min-height: 400px;
    position: relative;
    margin-left:4%;
    padding-bottom:15px;
}
#main-column-inner {
	padding:15px;
}
#main-column-home {
	width:100%;
    position: relative;
    padding:15px 0;
}

#main-column-home h1.page_title {
	display:none;
}

#breadcrumb {
	text-align:right;
	font-size:12px;
	font-size:0.750rem;
	font-family: Helvetica, Arial, sans-serif;
	height:20px;
	margin:0;
	padding:0;
	margin-right:20px;

}
#breadcrumb a:link, #breadcrumb a:visited  {
	color:rgb(99,100,102);
	text-decoration:none;
}

#rightcol {
	width:180px;
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	border:1px solid #DFDFDF;
	border-radius:5px;

}
#rightcol-inner {

}
#ftr {
	position: relative;
	width: 100%;
	margin-bottom:30px;
	padding-bottom:10px;
	z-index:0;
	-webkit-box-shadow:  0px 0px 6px 1px rgba(33, 33, 33, .3);
    box-shadow:  0px 0px 6px 1px rgba(33, 33, 33, .3);
	behavior:url('https://50876d.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/css/PIE.htc');
}
#ftr p {
	color:#134B60;
}
#ftr a:link, #ftr a:visited {
	color:#134B60;
    text-decoration: none;
}
#ftr a:hover,  #ftr a:active {
	color:#236B90;
}
#ftr a.button {
	border:1px solid #666699;
	background-color:#97B4BF;
	width:100px;
	text-align:center;
}
#ftr p#credit  {
	position:absolute;
	bottom:-60px;
	right: 20px;
	padding-bottom:20px;
	background-color:transparent;
	text-align:right;
	color:#9f9f9f;
	font-size:12px;
	font-size:0.750rem;
}
.hidden {
	display:hidden;
}

/*---------------JQUERY --------------*/
a.external{
  padding-right:18px;
  background:url('https://f8d89d.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/layout_imgs/icon-external.png') no-repeat top right;
}
a.pdf{
  padding-right:18px;
  background:url('https://cd6bc1.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/layout_imgs/icon-pdf.png') no-repeat top right;
}
a.powerpoint{
  padding-right:18px;
  background:url('https://580ad8.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/layout_imgs/icon-powerpoint.png') no-repeat top right;
}
a.word{
  padding-right:18px;
  background:url('https://66b820.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/layout_imgs/icon-word.png') no-repeat top right;
}
a.excel{
  padding-right:18px;
  background:url('https://3b0237.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/layout_imgs/icon-excel.png') no-repeat top right;
}

a.video{
  padding-right:25px;
  background:url('https://48aad1.claudeassets.com/20260108013344im_/http://gettheleadoutgr.org/layout_imgs/icon-video.png') no-repeat top right;
}


.responsive {
	width:100%;
}
.right-column {
	width:34%;
	float:right;
	vertical-align:top;
	background-color:#FFFFFF;
	margin-bottom:10px;
	padding-bottom:5px;
}
.left-column {
	width:65%;
	float:left;
	vertical-align:top;
	background-color:#FFFFFF;
	border-right:1px solid #E9E9E9;

}
.inner-padding {
	padding:1% 3%;
}

.left-column p { color:#6A6A6A;}

/* ACCORDION */
.accordian .listing-info-div {
	display:none;
	padding:1%;
}
.accordian .posted {
	font-size:14px;
	font-size:0.8250rem;
}



@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }


/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
/*
@media handheld, only screen and (max-width: 767px) {

}
*/

/*	Hi-Res laptops and desktops */
@media only screen and (min-width:1281px) ) {
	#container {
		width:1140px;
	}
	.mobile { display:none; }

}



/*		Desktop Layout: 960px. */
@media only screen and (min-width:992px) and (max-width: 1280px) {

	#container {
		width:960px;
	}
	.mobile { display:none; }
}


/*		Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

	body {
		width: 722px;
		padding: 20px;
		margin: 0 auto;
	}
	#container {
		width:722px;
	}
	.mobile { display:none; }

}


/*		Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

	body {
		width: 300px;
		padding: 10px;
		margin:0 auto;
	}
	#container {
		width:300px;
	}

	.mobile { display:block; }
	#hdr-top #menu-trigger { display:block; }

	nav#primary-desktop { display:none;}

	.left-column,
	.right-column {
		float:none;
		clear:both;
		width:100%;
	}

	h1 {
		font-size:26px;
		font-size:1.625rem;
	}
	h2 {
		font-size:24px;
		font-size:1.500rem;
	}
	h3 {
		font-size:20px;
		font-size:1.250rem;
	}

	#color-tabs {
		position:relative;
		height:auto;
		text-align:center;
		vertical-align:top;
		overflow:default;
		left:0;
		margin-top:15px;
	}

	a#tab1, a#tab2, a#tab3, a#tab4 {
		display:block;
		float:left;
		width:50%;
		height:30px;
		margin:0;
		font-size:20px;
		font-size:1.250rem;
		line-height:1;
	}

	.index a#tab1,
	.index a#tab2,
	.index a#tab3,
	.index a#tab4 {
		height:30px;
		margin:0;
		line-height:1;
	}

	a#tab1  {
		background-image:none;
		padding-top:10px;
		background: #ef9445;
		background: -moz-linear-gradient(top,  #ef9445 0%, #e77023 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef9445), color-stop(100%,#e77023));
		background: -webkit-linear-gradient(top,  #ef9445 0%,#e77023 100%);
		background: -o-linear-gradient(top,  #ef9445 0%,#e77023 100%);
		background: -ms-linear-gradient(top,  #ef9445 0%,#e77023 100%);
		background: linear-gradient(to bottom,  #ef9445 0%,#e77023 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef9445', endColorstr='#e77023',GradientType=0 );

	}
	a#tab2 {
		background-image:none;
		padding-top:10px;
		background: #dc3f3f;
		background: -moz-linear-gradient(top,  #dc3f3f 0%, #cc2020 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc3f3f), color-stop(100%,#cc2020));
		background: -webkit-linear-gradient(top,  #dc3f3f 0%,#cc2020 100%);
		background: -o-linear-gradient(top,  #dc3f3f 0%,#cc2020 100%);
		background: -ms-linear-gradient(top,  #dc3f3f 0%,#cc2020 100%);
		background: linear-gradient(to bottom,  #dc3f3f 0%,#cc2020 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc3f3f', endColorstr='#cc2020',GradientType=0 );

	}
	a#tab3 {
		background-image:none;
		padding-top:10px;
		background: #97ca5d;
		background: -moz-linear-gradient(top,  #97ca5d 0%, #74b337 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97ca5d), color-stop(100%,#74b337));
		background: -webkit-linear-gradient(top,  #97ca5d 0%,#74b337 100%);
		background: -o-linear-gradient(top,  #97ca5d 0%,#74b337 100%);
		background: -ms-linear-gradient(top,  #97ca5d 0%,#74b337 100%);
		background: linear-gradient(to bottom,  #97ca5d 0%,#74b337 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97ca5d', endColorstr='#74b337',GradientType=0 );
	}
	a#tab4 {
		background-image:none;
		padding-top:10px;
		background: #00b5ea;
		background: -moz-linear-gradient(top,  #00b5ea 0%, #0096de 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b5ea), color-stop(100%,#0096de));
		background: -webkit-linear-gradient(top,  #00b5ea 0%,#0096de 100%);
		background: -o-linear-gradient(top,  #00b5ea 0%,#0096de 100%);
		background: -ms-linear-gradient(top,  #00b5ea 0%,#0096de 100%);
		background: linear-gradient(to bottom,  #00b5ea 0%,#0096de 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5ea', endColorstr='#0096de',GradientType=0 );
	}

	a#tab1:hover,
	a#tab2:hover,
	a#tab3:hover,
	a#tab4:hover {
		height:30px;
		line-height:1;
	}

	/* need to do something about images loaded in ckeditor */
	#content img {
		max-width:280px;
		height:auto;
		margin:5px auto;
		float:none;
	}

}

/*		Wide Mobile Layout: 480px.  */

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

	body {
		width: 460px;
		padding: 10px;
		margin:0 auto;
	}
	#container {
		width: 460px;
	}
	.mobile { display:block; }
	#hdr-top #menu-trigger { display:block; }
	nav#primary-desktop { display:none;}

	#color-tabs {
		position:relative;
		height:auto;
		text-align:center;
		vertical-align:top;
		overflow:default;
		left:0;
		margin-top:15px;
	}

	a#tab1, a#tab2, a#tab3, a#tab4 {
		display:block;
		float:left;
		width:50%;
		height:30px;
		margin:0;
		font-size:20px;
		font-size:1.250rem;
		line-height:1;
	}

	.index a#tab1,
	.index a#tab2,
	.index a#tab3,
	.index a#tab4 {
		height:30px;
		margin:0;
		line-height:1;
	}

	a#tab1  {
		background-image:none;
		padding-top:10px;
		background: #ef9445;
		background: -moz-linear-gradient(top,  #ef9445 0%, #e77023 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef9445), color-stop(100%,#e77023));
		background: -webkit-linear-gradient(top,  #ef9445 0%,#e77023 100%);
		background: -o-linear-gradient(top,  #ef9445 0%,#e77023 100%);
		background: -ms-linear-gradient(top,  #ef9445 0%,#e77023 100%);
		background: linear-gradient(to bottom,  #ef9445 0%,#e77023 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef9445', endColorstr='#e77023',GradientType=0 );

	}
	a#tab2 {
		background-image:none;
		padding-top:10px;
		background: #dc3f3f;
		background: -moz-linear-gradient(top,  #dc3f3f 0%, #cc2020 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc3f3f), color-stop(100%,#cc2020));
		background: -webkit-linear-gradient(top,  #dc3f3f 0%,#cc2020 100%);
		background: -o-linear-gradient(top,  #dc3f3f 0%,#cc2020 100%);
		background: -ms-linear-gradient(top,  #dc3f3f 0%,#cc2020 100%);
		background: linear-gradient(to bottom,  #dc3f3f 0%,#cc2020 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc3f3f', endColorstr='#cc2020',GradientType=0 );

	}
	a#tab3 {
		background-image:none;
		padding-top:10px;
		background: #97ca5d;
		background: -moz-linear-gradient(top,  #97ca5d 0%, #74b337 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97ca5d), color-stop(100%,#74b337));
		background: -webkit-linear-gradient(top,  #97ca5d 0%,#74b337 100%);
		background: -o-linear-gradient(top,  #97ca5d 0%,#74b337 100%);
		background: -ms-linear-gradient(top,  #97ca5d 0%,#74b337 100%);
		background: linear-gradient(to bottom,  #97ca5d 0%,#74b337 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97ca5d', endColorstr='#74b337',GradientType=0 );
	}

	a#tab4 {
		background-image:none;
		padding-top:10px;
		background: #00b5ea;
		background: -moz-linear-gradient(top,  #00b5ea 0%, #0096de 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b5ea), color-stop(100%,#0096de));
		background: -webkit-linear-gradient(top,  #00b5ea 0%,#0096de 100%);
		background: -o-linear-gradient(top,  #00b5ea 0%,#0096de 100%);
		background: -ms-linear-gradient(top,  #00b5ea 0%,#0096de 100%);
		background: linear-gradient(to bottom,  #00b5ea 0%,#0096de 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5ea', endColorstr='#0096de',GradientType=0 );
	}

	a#tab1:hover,
	a#tab2:hover,
	a#tab3:hover,
	a#tab4:hover {
		height:30px;
		line-height:1;
	}

	/* need to do something about images loaded in ckeditor */
	#content img {
		max-width:420px;
		height:auto;
		margin:5px auto;
		float:none;
	}

}

/*
     FILE ARCHIVED ON 02:21:16 Jan 08, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:58:42 Aug 27, 2026.
     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.381
  exclusion.robots: 0.035
  exclusion.robots.policy: 0.025
  esindex: 0.007
  cdx.remote: 10.913
  LoadShardBlock: 82.545 (3)
  PetaboxLoader3.datanode: 73.774 (4)
  PetaboxLoader3.resolve: 83.861 (2)
  load_resource: 78.906
*/